@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext);

@import url(https://fonts.googleapis.com/css?family=Sail&subset=latin,latin-ext);

@import url(https://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext);

@import url(https://fonts.googleapis.com/css?family=Pacifico&subset=latin,latin-ext);
/*------ template stylization ------*/
body {
  background-color: #212121;
}
#holder_img {
  position: absolute;
}
.image_resize {
  position: fixed;
}
/*------ header ------- */
header {
  width: 100%;
}
header .brand {
  position: relative;
  float: left;
  width: 383px;
  height: 77px;
  overflow: hidden;
  z-index: 10;
  margin: 118px 0px 0px 0px;
}
header .brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 10px auto 15px;
  display: none;
  color: #000000;
  text-transform: uppercase;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
  background: none;
  font-weight: normal;
}
header .navbar-inner {
  min-height: 53px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
header .nav-collapse {
  height: 100%;
}
.sf-menu {
  position: relative;
  z-index: 10;
  list-style: none;
  float: right;
  padding: 0;
  margin: 15px 1px;
  white-space: nowrap;
  height: 53px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 6px;
}
.sf-menu > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.png) 0 0 no-repeat;
  width: 5px;
  height: 7px;
  right: 50%;
  bottom: -10px;
  margin-right: -3px;
}
.sf-menu > li:first-child {
  background: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu > li > a > span {
  display: block;
  font: 24px 'Anton', sans-serif;
  line-height: 51px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 18px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu > li > a:hover,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  text-decoration: none;
  border-color: #ffffff;
}
.sf-menu > li > a:hover > span,
.sf-menu > li.active > a > span,
.sf-menu > li.sfHover > a > span {
  background-color: #ffffff;
  color: #0d0d0d;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 9999;
  width: 177px;
  top: 78px !important;
  left: -2px !important;
  display: none;
  overflow: visible;
  background: #ffffff;
  text-align: left;
}
.sf-menu ul li {
  position: relative;
  margin: 0px 9px 6px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2px;
}
.sf-menu ul li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker_2.png) 0 0 no-repeat;
  width: 7px;
  height: 5px;
  right: 0;
  bottom: 50%;
  margin-right: 13px;
  margin-bottom: -1px;
}
.sf-menu ul li:first-child {
  margin-top: 31px;
}
.sf-menu ul li.last {
  margin-bottom: 41px;
  border: none;
  padding-bottom: 0;
  background: none;
}
.sf-menu ul li a {
  margin-left: 11px;
  display: inline-block;
  font: 24px 'Anton', sans-serif;
  line-height: 1.2em;
  color: #0d0d0d !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #d3d3d3 !important;
}
.sf-menu ul ul {
  left: 169px !important;
  top: -31px !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -650px !important;
  bottom: 20%;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  background: url(../img/up-arrow.png) transparent center top no-repeat;
  z-index: 999;
  display: none;
  border: none;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
}
#toTop:hover {
  background-position: center bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*bootstrap classes*/
.thumbnails {
  margin: 0px 0px 0px 0px;
}
.thumbnails li {
  margin: 0px 0px 0px 0px;
}
.thumbnails li > a {
  position: relative;
  display: block;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.img-polaroid {
  background: #ffffff;
  padding: 0px;
  box-shadow: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-polaroid > img {
  max-width: inherit;
  width: 100%;
}
.dl-horizontal {
  margin: -6px 0px 20px;
}
.dl-horizontal dt {
  float: left;
  margin-right: 5px;
  width: 30px;
  text-align: left;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0;
  padding: 0px 0px 17px;
  text-transform: uppercase;
}
.dl-horizontal dd.last {
  padding-bottom: 0;
}
#content .btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-shadow: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font: 30px 'Anton', sans-serif;
  line-height: 51px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 19px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#content .btn:hover,
#content .btn:active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #0d0d0d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-position: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#content .btn.btn-link {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-shadow: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  border: none;
  font: 10px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  padding: 0px;
  background: none;
}
#content .btn.btn-link:hover,
#content .btn.btn-link:active {
  text-decoration: none;
  border: none;
  background: none;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: underline;
  background-position: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.badge {
  font: 20px 'Anton', sans-serif;
  line-height: 1em;
  color: #ffffff;
  padding: 17px;
  width: 70px;
  height: 72px;
  background-color: #373737;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0px 18px 0px 0px;
  text-align: center;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
}
#content {
  background-color: #303030;
  padding-bottom: 105px;
}
.container input,
.container textarea {
  position: relative;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 14px 20px;
  line-height: 20px;
  width: 100%;
  margin: 0;
  font: 12px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  background: #373737;
}
.container input:focus,
.container textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
  color: #ffffff;
  background: #373737;
}
.container input:focus:invalid:focus,
.container textarea:focus:invalid:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
  color: #ffffff;
  background: #373737;
}
.container input {
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  padding-bottom: 10px;
  text-transform: uppercase;
}
a:focus {
  outline: none;
}
figure {
  display: inline-block;
  margin: 0;
}
h2 {
  font: 20px 'Anton', sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 88px 0px 7px;
}
h3 {
  font: 30px 'Anton', sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
h3 a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3 a:hover {
  text-decoration: none;
}
h4,
time {
  font: 10px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin: -1px 0px 20px;
  padding: 0px 0px 0px 0px;
}
h4 a,
time a {
  color: inherit;
}
h4 a:hover,
time a:hover {
  color: #ffffff;
  text-decoration: underline;
}
address {
  font-style: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin: -6px 0px 26px;
}
address a {
  color: inherit;
}
address a:hover {
  color: #ffffff;
}
hr {
  width: 100%;
  height: 1px;
  margin: 0px 0 40px;
  border: none;
  background-color: #464646;
}
/* background image */
.bgPic {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.bgPic img {
  width: 100%;
  min-height: 210px;
}
/* end background image */
/* slider */
#camera_1 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 841px;
  max-height: 841px;
  float: none;
  z-index: 0;
  margin: -200px 0 0 !important;
  padding-bottom: 0px;
}
#camera_1 .camera_caption {
  display: none;
  top: 319px;
  top: 38.5%;
  color: #ffffff;
  text-align: center;
}
#camera_1 .camera_caption > div > div p {
  padding: 0px 0px 0px 0px;
}
#camera_1 .camera_caption > div > div p:first-child {
  font: 150px 'Anton', sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  letter-spacing: -2px;
}
#camera_1 .camera_caption > div > div p:first-child + p {
  font: 74px 'Sail', cursive;
  line-height: 1em;
  color: #ffffff;
  text-transform: lowercase;
  margin: 0px 0px 23px;
}
#camera_1 .camera_pag {
  display: none;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 95%;
  left: 50%;
  margin-top: -18px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#camera_1 .camera_prev span,
#camera_1 .camera_next span {
  display: none;
  background: none;
}
#camera_1 .camera_prev {
  margin-left: -49px;
  background: url(../img/arrowL.png) left center no-repeat;
}
#camera_1 .camera_prev:hover {
  background-position: right center;
}
#camera_1 .camera_next {
  margin-left: 9px;
  background: url(../img/arrowR.png) right center no-repeat;
}
#camera_1 .camera_next:hover {
  background-position: left center;
}
.cameraPagHolder {
  position: relative;
  padding: 31px 0px 30px;
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), color-stop(50%, #1d1d1d), to(#151515));
  background-image: -webkit-linear-gradient(#151515, #1d1d1d 50%, #151515);
  background-image: -moz-linear-gradient(top, #151515, #1d1d1d 50%, #151515);
  background-image: -o-linear-gradient(#151515, #1d1d1d 50%, #151515);
  background-image: linear-gradient(#151515, #1d1d1d 50%, #151515);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff151515', GradientType=0);
}
.camera_pagin {
  position: relative;
  margin: 0px 0px 0px -30px;
}
.camera_pagin li a {
  position: relative;
  display: block;
}
.camera_pagin li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 10px;
  background: #555555;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 0;
}
.camera_pagin li.active > a:after,
.camera_pagin li a:hover:after {
  height: 10px;
}
/* end slider */
/* carousel */
.list_carousel {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_carousel .caroufredsel_wrapper {
  overflow: hidden !important;
}
.list_carousel ul {
  margin: 0 !important;
  display: block;
  overflow: hidden;
  cursor: default;
}
.list_carousel ul > li {
  display: inline-block;
  float: left;
}
.list_carousel ul > li > a {
  position: relative;
  display: block;
}
.list_carousel ul > li > a > img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_carousel #prev,
.list_carousel #next {
  position: absolute;
  z-index: 10;
  top: 0px;
  cursor: pointer;
  display: block !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-indent: 100%;
  overflow: hidden;
}
.list_carousel #prev {
  left: 0;
  background: url("../img/arrowL.png") left center no-repeat;
}
.list_carousel #prev:hover {
  background-position: right center;
}
.list_carousel #next {
  right: 0;
  background: url("../img/arrowR.png") right center no-repeat;
}
.list_carousel #next:hover {
  background-position: left center;
}
/* end carousel */
/*flex slider*/
.flexslider {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  z-index: 0;
  margin: 40px 0;
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flexslider .slides > li {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.flexslider .flex-direction-nav,
.flexslider .flex-control-nav {
  display: none;
}
/*end flex slider*/
blockquote {
  position: relative;
  padding: 0px 0px 0px 0px;
  border: none;
  margin-bottom: 0px;
}
blockquote p {
  font: 10px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #7e7e7e;
  padding-bottom: 20px;
}
.logLinks {
  position: relative;
  z-index: 10;
  font: 20px 'Anton', sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 74px 0px 18px;
  text-align: right;
}
.logLinks a {
  color: inherit;
}
.period {
  color: #ffffff;
}
.author {
  font: 20px 'Pacifico', cursive;
  line-height: 1em;
  color: #ffffff;
  text-transform: none;
  padding: 0px 0px 0px 0px;
  margin: -9px 0px -1px;
  text-align: right;
}
.post {
  text-align: right;
}
.list1 {
  margin: 0px 0px 30px 0px;
}
.list1 li {
  margin-bottom: 27px;
}
.list1 li figure {
  display: block;
}
.list1 li figure figcaption {
  margin-top: 13px;
}
.list2 {
  margin: 40px 0px 43px;
}
.list2 li {
  margin-bottom: 5px;
  overflow: hidden;
}
.list2 li > a {
  position: relative;
  display: block;
  float: left;
  margin: 0px 26px 0px 0px;
  overflow: hidden;
}
.list2 li > div {
  overflow: hidden;
  padding-top: 23px;
}
.list2 li > div p.period {
  padding: 0px;
  margin: 0px 0 9px;
}
.list2 li > div hr {
  margin-bottom: 8px;
}
.list3 {
  margin: -1px 0px 43px;
}
.list3 li {
  margin-bottom: 10px;
  background: url(../img/list_icon.png) 0px 6px no-repeat;
}
.list3 li a {
  text-transform: uppercase;
  margin-left: 11px;
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list3 li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.list4 {
  margin: 40px 0px -1px -30px;
}
.list4 li {
  position: relative;
}
.list4 li > a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.list4 li > a img {
  width: 100%;
}
.list4 li h4 {
  margin-bottom: 0;
}
.list5 {
  margin: -6px 0px 30px 0px;
}
.list5 li {
  margin-bottom: 14px;
  padding-bottom: 0px;
  border-bottom: 1px solid #464646;
}
.list5 li.last {
  border: none;
}
.list5 li img {
  float: left;
  margin: 4px 12px 0px 0px;
}
.list5 li p {
  overflow: hidden;
  padding: 0px 20px 3px 0px;
}
.list6 {
  margin: 41px 0px -17px -30px;
}
.list6 li {
  margin-bottom: 18px;
}
.list6 li > a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.list6 li > a figure,
.list6 li > a img {
  width: 100%;
}
.list6 li h4 {
  margin-bottom: 0;
}
.list7 {
  margin: 0px 0px 82px 0px;
}
.list7 li {
  margin-bottom: -1px;
  padding-bottom: 23px;
  border-bottom: 1px solid #464646;
}
.list7 li.last {
  margin-bottom: 0;
  border: none;
}
.list7 li div > div {
  overflow: hidden;
}
.list7 li div:first-child > div {
  padding-top: 18px;
}
.list7 li div:first-child > div h4 {
  margin-bottom: 0px;
}
.list7 li div:first-child > div p > a {
  color: inherit;
}
.list7 li div:first-child + div {
  padding-top: 11px;
}
.list7 li div:first-child + div figure {
  float: left;
  margin: 5px 20px 10px 0px;
}
.list7 li div:first-child + div figure img {
  width: 100%;
}
.list7 li div:first-child + div p:first-child + p {
  margin-bottom: 15px;
}
.sitem_over {
  position: absolute;
  background: url('../img/pic_bg_over.png');
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a:hover > .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.g_map {
  margin: 93px 0px 19px;
  width: 100%;
  height: 704px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #212121 !important;
}
/*forms*/
[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#search,
form.search {
  position: relative;
  float: right;
  display: inline-block;
  margin: 33px 0px 20px 0px;
  width: 100%;
  z-index: 500;
}
#search > input,
form.search > input {
  width: 280px;
}
#search > a.btn.btn-link,
form.search > a.btn.btn-link {
  margin: 3px 0px 0px 12px;
}
form.search {
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#form1,
#form2 {
  position: relative;
  margin: 40px 0px 115px;
  width: 100%;
}
#form1 input,
#form2 input,
#form1 textarea,
#form2 textarea,
#form1 .success,
#form2 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success,
#form2 .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 28px 10px 50px;
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 78px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: 12px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  background: #373737;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 textarea,
#form2 textarea {
  width: 100%;
  height: 117px;
  overflow: auto;
  resize: none;
}
#form1 label,
#form2 label {
  position: relative;
  min-height: 40px;
  width: 100%;
  margin-bottom: 0px;
  float: left;
}
#form1 label.message,
#form2 label.message {
  width: 100%;
}
#form1 .error,
#form2 .error,
#form1 .empty,
#form2 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #ffffff;
  width: 200px;
  top: 2px;
  right: 7px;
}
#form1 .btns,
#form2 .btns {
  padding: 18px 0px 0px 0px;
  position: relative;
}
#form1 .btns > p,
#form2 .btns > p {
  padding: 0;
  color: #ffffff;
}
#form1 .btns > p a,
#form2 .btns > p a {
  margin-right: 6px;
  display: inline-block;
}
#form1 .btns > p a:first-child + a,
#form2 .btns > p a:first-child + a {
  margin-left: 6px;
}
#form2 {
  margin-bottom: 20px;
}
#form2 .success {
  padding: 11px 10px;
  width: 100%;
  height: 38px;
}
#form2 input {
  height: 38px;
  padding: 13px 20px;
}
#form2 textarea {
  width: 100%;
  height: 300px;
}
#form2 label {
  min-height: 38px;
  width: 250px;
  margin-bottom: 8px;
}
#form2 label.labelMargin {
  margin-left: 9px;
}
#form2 .btns {
  padding: 15px 0px 0px 0px;
  position: relative;
}
#form2 .btns > p {
  padding: 0;
}
#form2 .btns > p span {
  float: right;
  color: #7e7e7e;
}
/*end forms*/
.padding1 {
  padding-right: 20px;
}
.padding2 {
  padding: 103px 0px 32px;
}
.margin1 {
  margin: 0px 0px 18px;
}
.margin2 {
  margin-top: 98px;
}
.margin3 {
  margin-top: 115px;
}
.margin4 {
  margin: 1px 0px 25px;
}
.margin5 {
  margin: -6px 0px 18px;
}
.margin6 {
  margin-top: 0px;
}
.margin7 {
  margin: -6px 0px 0px;
}
.margin8 {
  margin: 21px 0px 29px;
}
.margin9 {
  margin: 5px 21px 10px 0;
}
.margin10 {
  margin-bottom: 35px;
}
.margin11 {
  margin-bottom: 23px;
}
.margin12 {
  margin: -5px 0px 107px;
}
.margin13 {
  margin-top: 30px;
}
.margin14 {
  margin: 129px 0px 32px 24px;
}
.margin15 {
  margin: 222px 0px 0px 0px;
}
.margin16 {
  margin: 6px 0px 46px;
}
.width1 {
  display: inline-block;
  width: 73px;
}
.box {
  overflow: hidden;
}
.block {
  display: block;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noBottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.right {
  margin-right: 0 !important;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  background-color: #212121;
}
footer p a {
  color: inherit;
}
footer p a:hover {
  color: #ffffff;
}
footer hr {
  margin-bottom: 49px;
}
footer .soc_icons {
  position: relative;
  display: inline-block;
  margin: -4px 0px 30px;
}
footer .soc_icons li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 3px;
}
footer .soc_icons li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .soc_icons li a > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
footer .soc_icons li a > span > img {
  position: relative;
  top: -40px;
}
footer .soc_icons li a > span:first-child {
  z-index: 20;
  height: 0;
}
footer .soc_icons li a > span:first-child > img {
  top: 0;
}
footer .soc_icons li a:hover > span:first-child {
  height: 100%;
}
footer .soc_icons li a:hover > span:first-child + span {
  height: 0;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1600px) {
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    top: 83%;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  #camera_1 {
    margin-top: -153px !important;
  }
  #camera_1 .camera_caption > div > div p:first-child {
    font-size: 120px;
  }
  #camera_1 .camera_caption {
    top: 31.5%;
  }
  .camera_pagin li a:after {
    bottom: -1px;
  }
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    top: 94%;
  }
  header .brand {
    margin-top: 75px;
  }
  .logLinks {
    margin-top: 28px;
  }
  .padding2 {
    padding: 0px 0px 20px;
  }
  #content {
    padding-bottom: 40px;
  }
  .sf-menu li {
    margin-left: 3px;
  }
  .sf-menu li a span {
    padding: 0 10px;
  }
  .list7 {
    margin-bottom: 0;
  }
  .block1,
  .list7 li div > div {
    overflow: visible;
  }
  .imStyle3 {
    margin-left: 0;
    width: 100%;
  }
  .margin15 {
    margin-top: 152px;
  }
  #search input {
    width: 100%;
  }
  #search > a.btn.btn-link {
    float: none;
    margin: 10px 0 0 0;
  }
  #form2 label {
    width: 200px;
  }
  #form2 label.labelMargin {
    margin-left: 10px;
  }
  .fullWidth767 {
    width: 100%;
  }
  .fullWidth767 img {
    width: 100%;
  }
  .imStyle1,
  .imStyle1 > img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 70px;
    overflow: visible;
  }
  #camera_1 {
    margin-top: -246px !important;
  }
  .camera_pagin li a:after {
    bottom: -1px;
  }
  .camera_caption {
    display: none !important;
  }
  header .brand {
    margin-top: 15px;
  }
  .logLinks {
    float: left;
    margin-top: 28px;
  }
  .sf-menu > li:first-child {
    margin-left: 0;
  }
  .align1 {
    float: left;
  }
  .align1 p {
    text-align: left;
  }
  .padding2 {
    padding: 0px 0px 20px;
  }
  #content {
    padding-bottom: 40px;
  }
  h2 {
    margin-top: 40px;
  }
  h3 {
    font-size: 25px;
  }
  .margin2,
  .margin3 {
    margin-top: 20px;
  }
  .margin2 {
    margin-top: 47px;
  }
  #form1 {
    margin-bottom: 0px;
  }
  .list2 li > div {
    padding-top: 0;
  }
  footer .soc_icons li {
    margin-right: -3px;
  }
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    top: 83%;
  }
  .block1 {
    overflow: visible;
  }
  .list7 li div:first-child + div figure {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .imStyle3 {
    margin-left: 0;
    width: 100%;
  }
  .margin15 {
    margin-top: 102px;
  }
  #search input {
    width: 100%;
  }
  #search > a.btn.btn-link {
    float: none;
    margin: 10px 0 0 0;
  }
  #form2 label {
    width: 100%;
  }
  #form2 label.labelMargin {
    margin-left: 0px;
  }
  .fullWidth767 {
    width: 100%;
  }
  .fullWidth767 img {
    width: 100%;
  }
  .imStyle1,
  .imStyle1 > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block!important;
  }
  .sf-menu {
    display: none;
  }
  #camera_1 {
    margin-top: 0 !important;
  }
  .camera_pagin li a:after {
    bottom: -1px;
  }
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    top: 83%;
  }
  .camera_caption {
    display: none !important;
  }
  header .brand {
    margin-top: 0px;
    margin-right: 25px;
  }
  .align1 {
    float: none;
  }
  .align1 p {
    text-align: right;
    margin: 30px 0 0 0;
  }
  .camera_pagin {
    margin: 0px;
  }
  .camera_pagin li {
    display: inline-block;
    float: left;
    width: 23.5%;
    margin-left: 1%;
  }
  .list1,
  .fullWidth767 {
    width: 100%;
  }
  .list1 img,
  .fullWidth767 img {
    width: 100%;
  }
  .padding2 {
    padding: 0px 0px 20px;
  }
  #content {
    padding-bottom: 40px;
  }
  h2 {
    margin-top: 40px;
  }
  h3 {
    font-size: 25px;
  }
  .margin2,
  .margin3 {
    margin-top: 20px;
  }
  .margin2 {
    margin-top: 49px;
  }
  #form1 {
    margin-bottom: 0px;
  }
  .list2 li > div {
    padding-top: 0;
  }
  footer .soc_icons li {
    margin-right: -3px;
  }
  .column {
    float: left;
    width: 23.5%;
    margin-left: 1%;
  }
  .column2 {
    float: left;
    width: 49%;
    margin-left: 1%;
  }
  .list4 {
    margin-left: 0;
  }
  .imStyle1 {
    float: left;
    margin: 1px 20px 5px 0;
  }
  .block1 {
    overflow: visible;
  }
  .list5 li p {
    padding-right: 0;
  }
  .list6 {
    margin-left: 0;
  }
  .list7 {
    margin-bottom: 0px;
  }
  .list7 li.last {
    padding-bottom: 0;
  }
  .list7 li div:first-child + div figure {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .margin12 {
    margin-bottom: 50px;
  }
  .imStyle3 {
    margin-left: 0;
    width: 100%;
  }
  .margin15 {
    margin-top: 30px;
  }
  .margin14 {
    margin-top: 50px;
  }
  #search input {
    width: 100%;
  }
  #search > a.btn.btn-link {
    float: none;
    margin: 10px 0 0 0;
  }
  #form2 label {
    width: 100%;
  }
  #form2 label.labelMargin {
    margin-left: 0px;
  }
  .g_map {
    margin-top: 55px;
  }
}
@media (max-width: 600px) {
  header h1.brand {
    margin-top: 20px;
  }
  .logLinks {
    display: none;
  }
  .list2 {
    margin-bottom: 19px;
  }
  .imStyle1 {
    float: none;
    margin: 1px 0px 20px;
    width: 100%;
  }
  .imStyle1 img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .column,
  .column2 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  header h1.brand {
    width: 100%;
    margin-right: 0;
  }
  .list4 > li img {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .list2 li a {
    float: none;
    margin: 0 0 10px;
  }
  .list2 li a img {
    width: 100%;
  }
  .imStyle2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .imStyle2 img {
    width: 100%;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
