@import url(//fonts.googleapis.com/css?family=Ubuntu|Pacifico);
/*------ template stylization ------*/
body {
  background: url(../img/footer_bg.jpg);
}
body.splashBg {
  background: url(../img/splash_bg.jpg);
}
body.splashBg header {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
}
body.splashBg .bg1:before {
  display: none;
}
/*------ header ------- */
header {
  background: url(../img/header_bg.jpg) center bottom repeat-x;
  width: 100%;
}
header .brand {
  position: relative;
  width: 600px;
  overflow: hidden;
  margin: 31px 0px 33px;
  color:#FFF;
}
header .brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 12px auto;
  display: none;
  color: #7d7d7d;
}
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: 68px;
  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 {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0px 34px 0px 20px;
  white-space: nowrap;
  height: 44px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 14px;
}
.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: -6px;
  margin-right: -4px;
  z-index: 100;
}
.sf-menu > li:first-child {
  margin-left: 0px;
}
.sf-menu > li.last {
  margin-right: 0px;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  margin: 47px 0px 6px 0px;
}
.sf-menu > li > a > span {
  position: relative;
  display: block;
  font: bold 14.04px Arial, sans-serif;
  line-height: 21px;
  color: #ffffff;
  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;
  z-index: 1;
  letter-spacing: -1px;
}
.sf-menu > li > a > strong {
  position: absolute;
  top: -50px;
  left: -9px;
  width: 100%;
  height: 75px;
  padding: 0px 9px;
  background-color: #ff0000;
  height: 0;
  -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;
  z-index: 0;
}
.sf-menu > li > a:hover,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  text-decoration: none;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li.active > a > strong,
.sf-menu > li.sfHover > a > strong {
  height: 75px;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  width: 116px;
  top: 83px !important;
  left: -37px !important;
  display: none;
  overflow: visible;
  background: #2f2f2f;
  text-align: left;
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 19px;
  height: 10px;
  background: url(../img/submenu_corner.png) 0 no-repeat;
}
.sf-menu ul li {
  position: relative;
  margin: 0px 0px 13px 22px;
  padding-bottom: 0px;
}
.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: 29px;
}
.sf-menu ul li.last {
  margin-bottom: 29px;
  border: none;
  padding-bottom: 0;
  background: none;
}
.sf-menu ul li a {
  display: inline-block;
  -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;
  font: 12px Arial, sans-serif;
  line-height: 21px;
  color: #8e8e8e !important;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #ffffff !important;
}
.sf-menu ul ul {
  left: 95px !important;
  top: -7px !important;
  background: #ff0000;
}
.sf-menu ul ul:before {
  background: none;
  display: none;
}
.sf-menu ul ul li:first-child {
  margin-top: 9px;
}
.sf-menu ul ul li.last {
  margin-bottom: 9px;
}
.sf-menu ul ul li a {
  color: #ffffff !important;
}
.sf-menu ul ul li.sfHover > a,
.sf-menu ul ul li > a:hover {
  color: #ffea02 !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -680px !important;
  bottom: 50px;
  width: 42px;
  height: 42px;
  background: url(../img/up-arrow.png) transparent center top no-repeat;
  z-index: 999;
  display: none;
  border: none;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
#toTop:hover {
  border: none;
  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;
}
.thumb-pad {
  margin: 0px 0px 0px 0px;
}
.thumb-pad .caption {
  padding: 0;
  margin: 0px 0px 0px 0px;
}
.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;
}
.thumbnail img {
  position: relative;
  -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;
}
.thumbnail a {
  position: relative;
}
a.thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.img-polaroid {
  background: #ffffff;
  padding: 6px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.img-polaroid > img {
  max-width: inherit;
  width: 100%;
}
a:hover .img-polaroid {
  background-color: #ff0000;
}
.dl-horizontal {
  margin: 16px 20px 8px 0px;
}
.dl-horizontal dt {
  margin: 2px 0px 0px 0px;
  float: left;
  width: 55px;
  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 18px 0px;
}
.dl-horizontal dd.last {
  padding-bottom: 0;
}
#content .btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  padding: 0px 0px 0px 0px;
  -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%;
  font: 14.04px Arial, sans-serif;
  line-height: 1em;
  padding: 11px 26px;
  color: #ffffff;
  background: #4b4b4b;
  border: none;
}
#content .btn:hover,
#content .btn:active,
#content .btn:focus {
  color: #ffffff;
  background: #ff0000;
  border: 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 {
  padding: 0;
  background: none;
  color: #3d3d3c;
  font-size: 12.96px;
}
#content .btn.btn-link:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/more_icon.png) 0 no-repeat;
  margin: 0px 4px -2px 0px;
}
#content .btn.btn-link:hover,
#content .btn.btn-link:active,
#content .btn.btn-link:focus {
  color: #ff0000;
  text-decoration: underline;
}
#content .btn.btn-link2 {
  color: #ffffff;
  font-size: 18px;
}
#content .btn.btn-link2:before {
  display: none;
  background: none;
}
#content .btn.btn-link2:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/more_icon.png) 0 no-repeat;
  margin: 0px 0px -2px 6px;
}
.badge {
  width: 70px;
  height: 66px;
  padding: 17px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: #ff0000;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14.04px Arial, sans-serif;
  line-height: 15px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
}
.bg1 {
  background: #ffffff;
  padding: 50px 0px 0px 0px;
  position: relative;
}
.bg1:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  z-index: 10;
}
/* background image */
.bgPic {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.bgPic img {
  width: 100%;
  min-width: 1754px;
  min-height: 553px;
}
/* end background image */
.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;
  font: 12px 'Ubuntu', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #7d7d7d;
  padding: 10px 17px;
  width: 100%;
  margin: 0;
  background: #f1f1f1;
}
.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: #7d7d7d;
  background: #f1f1f1;
}
.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: #7d7d7d;
  background: #f1f1f1;
}
.container input {
  width: 100%;
  height: 41px;
  -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: 16px;
}
a:focus {
  outline: none;
  text-decoration: none;
}
figure {
  display: inline-block;
  margin: 0;
}
h1 {
  font: 24px Arial, sans-serif;
  line-height: 34px;
  color: #2f2f2f;
  margin: 28px 0px 9px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: -1px;
}
h1.special {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}
h4 {
  font: 24px Arial, sans-serif;
  line-height: 34px;
  color: #2f2f2f;
  margin: 28px 0px 9px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: -1px;
}
h4.special {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}
h3,
dt,
.fontStyle1,
h4 {
  font: 18px Arial, sans-serif;
  line-height: 1.2em;
  color: #2f2f2f;
  text-transform: uppercase;
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
}
h3 a,
dt a,
.fontStyle1 a,
h4 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,
dt a:hover,
.fontStyle1 a:hover,
h4 a:hover {
  color: #ff0000;
}
.fontStyle2 {
  font: 14.04px Arial, sans-serif;
  line-height: 1.2em;
  color: #3d3d3c;
  margin: -2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.fontStyle2 > a {
  color: #ff0000;
}
.fontStyle1 {
  margin: 0px 0px 0px 0px;
}
address {
  font-style: normal;
  margin-bottom: 22px;
}
hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border: none;
  background: #cbcbca;
}
/* slider */
#camera_1 {
  position: relative;
  display: block;
  float: none;
  z-index: 1;
  margin: 26px 0 138px !important;
  padding-bottom: 0px;
  max-height: 478px;
  text-align: center;
}
#camera_1 .camera_caption {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -219px;
  display: none;
  width: 437px;
  color: #7d7d7d;
  background: url(../img/caption_bg.png);
}
#camera_1 .camera_caption p {
  position: relative;
  font: 24px 'Arial Black', Arial, sans-serif;
  font-weight: 900;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  -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_caption p:first-child {
  padding: 20px 0px 0px 0px;
  top: 3px;
}
#camera_1 .camera_caption p:first-child + p {
  font-size: 36px;
  margin: 0px 0px 20px 0px;
}
#camera_1 .camera_caption:hover {
  text-decoration: none;
}
#camera_1 .camera_caption:hover p {
  color: #ff0000 !important;
}
#camera_1 .camera_pag {
  display: none;
}
#camera_1 .camera_fakehover {
  z-index: 500;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  position: absolute;
  top: 100%;
  margin-top: 49px;
  width: 41px;
  height: 41px;
  -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:hover,
#camera_1 .camera_next:hover {
  background-color: #ff0000;
}
#camera_1 .camera_prev {
  left: 129px;
  background: url(../img/arrowL.png) left center no-repeat;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.46);
  margin-top:160px;
}
#camera_1 .camera_next {
  right: 129px;
  background: url(../img/arrowR.png) right center no-repeat;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.46);
  margin-top:160px;
}
#camera_1 .camera_thumbs_cont {
  margin: 14px 0px 0px 0px;
  background: none;
}
#camera_1 .camera_thumbs_cont ul {
  width: 100% !important;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#camera_1 .camera_thumbs_cont ul li {
  position: relative;
  display: inline-block;
  padding: 0px;
  background: none;
  margin: 0px 3px 0px 0px;
  overflow: hidden;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #666666;
  -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_thumbs_cont ul li img {
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 0px;
  border: 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;
  overflow: hidden;
}
#camera_1 .camera_thumbs_cont ul li:hover,
#camera_1 .camera_thumbs_cont ul li.cameracurrent {
  border-color: #ff0000;
}
#camera_1 .camera_thumbs_cont ul li:hover > img,
#camera_1 .camera_thumbs_cont ul li.cameracurrent > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* end slider */
/* carousel */
.list_carousel {
  position: relative;
  overflow: hidden;
  margin: 23px 0px 30px 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;
  padding-right: 35px;
}
.list_carousel ul > li:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 1px;
  height: 100px;
  background: url(../img/separator1.jpg) right 0px no-repeat;
}
.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 ul > li > p {
  margin-top: 26px;
}
.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: 21px 0 0px;
  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;
  background: none;
}
.flexslider .slides ul {
  margin-bottom: 0px;
}
.flexslider .slides ul > li {
  position: relative;
  display: inline-block;
  float: left;
}
.flexslider .slides ul > li figure {
  float: left;
  margin: 0px 18px 0px 0px;
}
.flexslider .slides ul > li > div {
  padding: 2px 60px 19px 0px;
}
.flexslider .slides ul > li > div h3 {
  color: #2f2f2f;
  margin-bottom: 17px;
}
.flexslider .slides ul > li > div p {
  padding-bottom: 0;
}
.flexslider .flex-direction-nav {
  display: none;
}
.flexslider .flex-control-nav {
  width: auto;
  margin: 0px 0px 0px 0px;
  position: absolute;
  right: 0;
  top: -46px;
}
.flexslider .flex-control-nav li {
  float: left;
  margin-left: 4px;
}
.flexslider .flex-control-nav li a {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  background: #3f3f3f;
  -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: -9999px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.flexslider .flex-control-nav li a.flex-active,
.flexslider .flex-control-nav li a:hover {
  background: #ff0000;
}
/*end flex slider*/
.banner {
  position: relative;
  margin: 29px 0px;
  min-height: 119px;
}
.banner:hover .hover {
  height: 0;
}
.banner:hover .text > p {
  color: #2f2f2f;
}
.banner img {
  position: relative;
  z-index: 0;
  max-height: 526px;
}
.banner .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/banner_bg.png);
  -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;
}
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 220px 0px 20px 57px;
}
.banner .text p {
  font-family: Arial, sans-serif;
  color: #ffffff;
  line-height: 1em;
  -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;
}
.banner .text p:first-child {
  font-weight: bold;
  font-size: 48px;
  margin: 0px 0px 0px 0px;
}
.banner .text p:first-child + p {
  font-size: 36px;
  text-transform: uppercase;
  margin: -13px 0px 0px 0px;
}
.banner .text p:first-child + p + p {
  margin-top: 2px;
}
.list1 {
  margin: 23px 0px -10px 0px;
  display: block;
  overflow: hidden;
}
.list1 > li {
  position: relative;
  float: left;
  width: 170px;
  margin-right: 30px;
  width: 14.5%;
  margin-right: 2.6%;
  margin-bottom: 10px;
}
.list1 > li.last {
  margin-right: 0;
}
.list1 > li.last:after {
  background: none;
  display: none;
}
.list1 > li:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  top: -16px;
  width: 1px;
  height: 100px;
  background: url(../img/separator1.jpg) right 0px no-repeat;
}
.list1 > li > p {
  margin-top: 26px;
}
.list2 {
  margin: 15px 0px 17px 0px;
}
.list2 li {
  position: relative;
  margin-bottom: 8px;
  display:inline;
  background: url(../img/list_icon2.png) 1px 5px no-repeat;
}
.list2 li a {
  margin-left: 11px;
  font: 9.959999999999999px Arial, sans-serif;
  line-height: 21px;
  color: #b2b2b2;
  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;
}
.list2 li.active > a,
.list2 li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.list2 li.last {
  border-bottom: none;
}
.list3 {
  margin-top: 21px;
  margin-bottom: 10px;
}
.list3 li {
  margin-bottom: 0px;
}
.list3 li > a {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
.list3 li p {
  padding-right: 30px;
}
.list4 {
  margin: 16px 0px 23px;
}
.list4 li {
  margin-bottom: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e4;
}
.list4 li img {
  float: left;
  margin: 7px 10px 0px 0px;
}
.list4 li p {
  padding: 0px 30px 0px 0px;
  overflow: hidden;
}
.list4 li.last {
  border: none;
  margin: 0px;
  padding: 0px;
}
.author {
  font: 21px 'Pacifico';
  line-height: 1em;
  color: #000000;
  margin: 0px 0px -3px 0px;
  padding: 0px 0px 0px 0px;
}
.list_links {
  margin: 20px 0px 32px 0px;
}
.list_links li {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 7px;
  background: url(../img/list_icon.png) 1px 7px no-repeat;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 12px;
}
.list_links li.last {
  border: none;
}
.list_links li a {
  font: 12px Arial, sans-serif;
  line-height: 21px;
  color: #6a6a6a;
  -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_links li a:hover {
  color: #ff0000;
}
.list_links li.last {
  border-bottom: none;
}
.list_blog {
  margin: 22px 27px 30px 0px;
}
.list_blog li {
  padding-bottom: 19px;
  margin: 0px 0px 40px 0px;
  border-bottom: 1px solid #cbcbca;
}
.list_blog li.last {
  border: none;
}
.list_blog li .newLine {
  display: none;
}
.list_blog li > div:first-child {
  overflow: hidden;
  padding-bottom: 1px;
}
.list_blog li > div:first-child span.badge {
  float: left;
  margin: 0px 20px 10px 0px;
}
.list_blog li > div:first-child h3 {
  margin: 10px 0px 1px 0px;
  color: #2f2f2f;
}
.list_blog li > div:first-child h3 a {
  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;
}
.list_blog li > div:first-child h3 a:hover {
  color: #7d7d7d;
}
.list_blog li > div:first-child > div {
  padding-top: 0px;
}
.list_blog li > div:first-child + div figure {
  float: left;
  margin: 4px 28px 10px 0px;
}
.list_blog li > div:first-child + div p {
  padding-bottom: 11px;
}
.list_blog li > div:first-child + div p > a:hover {
  color: #ff0000;
}
.list_blog li > div:first-child + div .paddingSpecial {
  padding-top: 0px;
  margin-top: -3px;
}
.list_gallery {
  margin-top: 21px;
  margin-bottom: -12px;
  overflow: hidden;
}
.list_gallery li {
  margin-bottom: 7px;
}
.list_gallery li figure {
  margin-bottom: 0px;
}
.list_gallery li > a {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
.list_gallery li h3 {
  margin-bottom: 17px;
}
blockquote {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: -4px 0px -5px;
  border: none;
}
blockquote p {
  font: 12px 'Ubuntu', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #7d7d7d;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 0px;
}
.g_map {
  margin: 34px 0px 20px 0px;
  width: 100%;
  height: 647px;
  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 #ffffff !important;
}
/*forms*/
[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#search,
form.search {
  position: relative;
  display: inline-block;
  margin: 15px 0px 0px 0px;
  width: 100%;
  z-index: 500;
}
#search > input,
form.search > input {
  width: 251px;
}
#search > a,
form.search > a {
  margin-left: 9px;
  top: 2px;
}
#search input,
form.search input,
#search a,
form.search a {
  float: left;
}
#form1 {
  position: relative;
  margin: 22px 0px 9px 0px;
  width: 100%;
  overflow: hidden;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 41px;
  font: 12px 'Ubuntu', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #7d7d7d;
  padding: 10px 17px;
  width: 100%;
  margin: 0;
  background: #f1f1f1;
}
#form1 textarea {
  width: 100%;
  height: 352px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 41px;
  width: 252px;
  margin-bottom: 11px;
  float: left;
}
#form1 label.marginLeft {
  margin-left: 7px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #ff0000;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 12px 0px 0px 0px;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 22px;
  display: inline-block;
}
#form1 .btns > p > span {
  position: relative;
  top: 2px;
}
/*end forms*/
.padding1 {
  padding: 0px 40px 24px 0px;
}
.padding2 {
  padding: 38px 0px 20px;
}
.padding3 {
  padding-bottom: 10px;
}
.padding4 {
  padding-bottom: 12px;
}
.padding5 {
  padding: 0px 40px 0px 0px;
}
.padding6 {
  padding-bottom: 11px;
}
.margin1 {
  margin-top: 32px;
}
.margin2 {
  margin-top: 37px;
}
.margin3 {
  margin-bottom: 18px;
}
.margin4 {
  margin: 15px 0 43px;
}
.margin5 {
  margin: 3px 0px 16px 0px;
}
.margin6 {
  margin: 84px 0px 20px 75px;
}
.margin7 {
  margin: 78px 0px 41px 0px;
}
.margin8 {
  margin: 12px 0 9px;
}
.margin9 {
  margin: 12px 17px 0px 0px;
}
.margin10 {
  margin: -3px 0px 5px 0px;
}
.margin11 {
  margin: 18px 0 17px;
}
.margin12 {
  margin-bottom: 14px;
}
.margin13 {
  margin-top: 34px;
}
.margin14 {
  margin: 16px 0px 20px 0px;
}
.width1 {
  display: inline-block;
  width: 82px;
}
.color1 {
  color: #ffffff;
}
.color2 {
  color: #6a6a6a;
}
.box {
  overflow: hidden;
}
.block {
  display: block;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.right {
  margin-right: 0 !important;
}
.floatLeft1200 {
  float: left;
}
.floatRight1200 {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.textAlignCenter {
  text-align: center;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  width: 100%;
  overflow: hidden;
  background: url(../img/footer_bg.jpg);
}
footer > div {
  background: url(../img/footer_line.jpg) center top repeat-x;
  padding: 20px 0 52px;
}
footer p {
  font: 11.040000000000001px 'Ubuntu';
  line-height: 21px;
  color: #a1a1a1;
  text-transform: uppercase;
  margin: 0px 0px 0px -60px;
}
footer p a {
  color: inherit;
}
footer h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 15.96px;
  margin-bottom: 15px;
}
footer hr {
  background: #1e1e1e;
  margin: 10px 0px;
}
footer .soc_icons {
  margin: -4px 0px 20px -60px;
}
footer .soc_icons li {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-left: 2px;
}
footer .soc_icons li a {
  position: relative;
}
footer .soc_icons li a img {
  position: relative;
  top: 0;
  -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:hover img {
  top: -10px;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  #form1 label {
    width: 202px;
  }
  #camera_1 .camera_next {
    right: 0;
  }
  #camera_1 .camera_prev {
    left: 0;
  }
  .imStyle1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #search input {
    width: 100%;
  }
  #search > a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 47px;
    overflow: visible;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.marginLeft {
    margin-left: 0;
  }
  #form1 .success {
    padding: 62px 10px;
    height: 145px;
  }
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    margin-top: -20px;
    top: 50%;
  }
  #camera_1 .camera_next {
    right: 0;
  }
  #camera_1 .camera_prev {
    left: 0;
  }
  #camera_1 .camera_thumbs_cont ul li {
    width: 24%;
    margin-right: 1%;
    float: left;
  }
  #camera_1 .camera_thumbs_cont ul li > img {
    width: 100%;
  }
  .banner .text {
    padding-top: 104px;
  }
  .flexslider .slides ul > li figure {
    float: none;
    margin-bottom: 0px;
  }
  .list1 > li:after {
    display: none;
    background: none;
  }
  .list_gallery li {
    min-height: 400px;
  }
  .list_blog li figure {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .imStyle1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #search {
    margin: 0px 0px 120px 0px;
  }
  #search input {
    width: 100%;
  }
  #search > a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block!important;
  }
  .sf-menu {
    display: none;
  }
  .floatLeft1200,
  .floatRight1200 {
    float: none;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.marginLeft {
    margin-left: 0;
  }
  #form1 .success {
    padding: 62px 10px;
    height: 145px;
  }
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    margin-top: -20px;
    top: 50%;
  }
  #camera_1 .camera_next {
    right: 0;
  }
  #camera_1 .camera_prev {
    left: 0;
  }
  #camera_1 .camera_thumbs_cont ul li {
    width: 24%;
    margin-right: 1%;
    float: left;
  }
  #camera_1 .camera_thumbs_cont ul li > img {
    width: 100%;
  }
  .banner .text {
    padding: 30px 0 20px 30px;
  }
  .banner .text p:first-child {
    font-size: 31px;
  }
  .banner .text p:first-child + p {
    font-size: 18px;
  }
  .flexslider .slides ul > li figure {
    float: none;
    margin-bottom: 0px;
  }
  .list1 > li:after {
    display: none;
    background: none;
  }
  .flexslider .slides ul > li {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  footer > div {
    padding-bottom: 10px;
  }
  footer .span3 {
    width: 47%;
    margin-right: 3%;
    float: left;
    overflow: hidden;
  }
  footer p {
    padding-top: 16px;
  }
  .list1 > li {
    width: 29%;
    margin-right: 4%;
    min-height: 140px;
  }
  .bg1 {
    padding-top: 30px;
  }
  .margin2 {
    margin-top: 10px;
  }
  .list_gallery > li {
    overflow: hidden;
  }
  .list_gallery > li > a {
    float: left;
    margin: 0px 20px 20px 0px;
  }
  .list3 li {
    float: left;
    margin-right: 3%;
    width: 47%;
  }
  .list3 li a,
  .list3 li figure {
    width: 100%;
  }
  .imStyle2 {
    float: left;
    margin: 12px 20px 10px 0px;
  }
  .padding5 {
    padding: 0px 0px 0px 0px;
  }
  .dl-horizontal {
    margin-right: 0;
  }
  .list_blog {
    margin-bottom: -20px;
  }
  .list_blog {
    margin-right: 0px;
  }
  .list_blog li > div:first-child + div figure {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .imStyle1 {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  #search {
    margin: 0px 0px 20px 0px;
  }
  #search input {
    width: 100%;
  }
  #search > a {
    margin-left: 0;
    margin-top: 10px;
  }
  .margin7 {
    margin-top: 38px;
  }
  .list_blog li > div:first-child h3 {
    margin-top: 0;
  }
  .list_blog li > div:first-child > div {
    overflow: hidden;
  }
  .padding1 {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .camera_caption {
    display: none !important;
  }
  .list_gallery > li {
    overflow: hidden;
  }
  .list_gallery > li > a {
    float: none;
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
  .list_gallery > li > a figure {
    width: 100%;
  }
  .imStyle2 {
    float: none;
    margin: 12px 0px 10px 0px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list3 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .list_blog li .newLine {
    display: inline;
  }
  .list_blog li .comments {
    float: left;
  }
  .list_blog li:first-child > div {
    overflow: hidden;
  }
  .g_map {
    height: 300px;
  }
  .banner .text {
    padding: 15px 0 20px 15px;
  }
  .banner .text p:first-child {
    font-size: 21px;
  }
  .banner .text p:first-child + p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  footer .span3 {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
}
@media (max-width: 320px) {
  .imStyle3 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.arrowright {position: relative;
margin-bottom: 7px;
padding-bottom: 7px;
background: url(../img/list_icon.png) 21px 7px no-repeat;
display: block;
padding-left: 32px;}
.callus {background: url(../img/phone.png) left bottom no-repeat; padding-left:74px; height:64px;}
.padtop {padding-top:18px;}