/*------ template stylization ------*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
.wrap {
  overflow: hidden;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*----------------- CONTENT BASE --------------------------------------------------- */
body {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  color: #5a5a5a;
  background: #382628;
}
#content {
  display: block;
}
h2 {
  color: #382628;
  font: 700 35px/40px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 36px 0;
  padding: 0 0 11px 0;
  background: url(../img/divider2.png) 0 100% repeat-x;
  letter-spacing: -1px;
}
h3 {
  color: #382628;
  font: 15px/24px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
p {
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
  margin-bottom: 20px;
}
.more_btn1 {
  font: 600 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  background: #e95a10;
  white-space: pre;
  text-transform: uppercase;
  padding: 1px 10px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #ffffff;
  background: #766a63;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn2 {
  font: 600 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  background: #766a63;
  white-space: pre;
  text-transform: uppercase;
  padding: 1px 10px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn2:hover {
  text-decoration: none;
  color: #e95a10;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--- content end ------*/
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
h1 {
  margin: 0;
  display: inline-block;
  z-index: 10;
  float: left;
  padding: 1px 0px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 90%;
  margin: 16px auto;
}
header .navbar {
  margin: 0 39px;
  display: inline-block;
  float: left;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
}
.sf-menu {
  list-style: none;
  padding: 38px 0 34px 0;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 15px;
  margin-right: 16px;
  background: url(../img/divider1.png) 100% 50% no-repeat;
}
.sf-menu > li.active .base_text {
  color: #e95a10;
}
.sf-menu > li.sfHover .base_text {
  color: #e95a10;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a:hover .base_text {
  color: #e95a10;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 600 15px/30px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  left: -40px;
  top: 69px;
  z-index: 10;
  width: 178px;
  background: none;
  padding: 0;
}
.sub-menu li {
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.sub-menu li a {
  color: #ffffff;
  font: 600 11px/22px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  padding: 0;
  width: 100%;
  background: #e95a10;
  text-indent: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu li a:hover {
  color: #ffffff;
  background: #766a63;
  text-decoration: none;
}
.sub-menu .sfHover > a {
  color: #ffffff;
  background: #766a63;
}
.sub-menu .sub2 {
  position: absolute;
  top: 0px;
  left: 179px;
}
.menu_marker1 {
  position: absolute;
  top: 34px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/menu_marker1.png) 50% 50% no-repeat;
}
.menu_marker2 {
  position: absolute;
  top: 0px;
  right: 10px;
  display: block;
  width: 3px;
  height: 100%;
  background: url(../img/menu_marker2.png) 50% 49% no-repeat;
}
/*-------------   menu end  --------------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #e95a10;
  text-decoration: none;
}
._link2 {
  font: 600 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e95a10;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #382628;
  text-decoration: none;
}
._link3 {
  color: #382628;
  font: 15px/24px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #e95a10;
  text-decoration: none;
}
._link4 {
  font: 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #474343;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4:hover {
  color: #e95a10;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin_block1 {
  margin-bottom: 30px;
}
.margin_block2 {
  margin-bottom: 55px;
}
.margin_block3 {
  margin-bottom: 80px;
}
.margin1 {
  margin-bottom: 28px;
}
.margin2 {
  margin-bottom: 10px;
}
.margin3 {
  margin-bottom: 65px;
}
.margin4 {
  margin-bottom: 40px !important;
}
.margin5 {
  margin-bottom: 60px !important;
}
.margin6 {
  margin-bottom: 80px;
}
.margin7 {
  margin-top: -5px;
}
.margin8 {
  margin-bottom: 60px;
}
.margin9 {
  margin-bottom: 50px;
}
.margin10 {
  margin-bottom: 13px;
}
.padding1 {
  padding-top: 32px;
}
.padding2 {
  padding-top: 35px;
  padding-bottom: 5px;
}
.padding3 {
  padding: 28px;
}
.padding4 {
  padding-top: 50px;
  padding-bottom: 30px;
}
.padding5 {
  padding-left: 20px;
}
.padding6 {
  padding-bottom: 80px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font-size: 200px;
  line-height: 190px;
  letter-spacing: -8px;
  text-shadow: 2px 2px 2px #8d95a3;
  filter: dropshadow(color=#8d95a3, offx=1, offy=1);  
  color: #ffffff;
  text-indent: -15px;
  margin-bottom: 8px;
  padding-bottom: 0;
  background: none;
}
.textStyle2 {
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.textStyle3 {
  font-size: 20px;
  line-height: 20px;
  color: #382628;
  font-weight: 600;
  letter-spacing: -2px;
}
.textStyle4 {
  background: none;
  padding-bottom: 0;
  margin-bottom: 37px;
}
.textStyle5 {
  font: 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #474343;
  text-transform: uppercase;
}
.textStyle6 {
  font: 600 35px/35px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.textStyle7 {
  font: 13px/18px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  margin-bottom: 9px;
}
.textStyle8 {
  font: 700 35px/35px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  margin-bottom: 9px;
  padding: 0;
  background: none;
}
.textStyle9 {
  color: #ae9b9b;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
}
.textStyle10 {
  color: #ffffff;
  text-transform: uppercase;
}
.textStyle11 {
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  margin-bottom: 18px;
}
.textStyle12 {
  font: 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #474343;
  text-transform: uppercase;
}
.textStyle13 {
  font: 700 35px/35px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #382628;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 0;
  background: none;
}
.textStyle14 {
  font: 700 24px/24px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #382628;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.textStyle15 {
  font: 16px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
}
.textStyle16 {
  font: 600 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #382628;
  text-transform: none;
  margin-bottom: 0;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
}
._list1 li {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
  background: url(../img/divider2.png) 0% 100% repeat-x;
  overflow: hidden;
}
._list1 li img {
  float: left;
  margin-right: 7px;
}
._list1 li h3 {
  margin-bottom: 0px;
  line-height: 20px;
}
._list1 ._last {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
._list2 {
  list-style: none;
  margin: 0;
}
._list2 li {
  display: block;
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 27px;
  background: url(../img/divider2.png) 0% 100% repeat-x;
}
._list2 li h3 {
  margin-top: -5px;
}
._list2 li p {
  margin-bottom: 24px;
}
._list2 ._last {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
._list3 {
  list-style: none;
  margin: 0;
}
._list3 li {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
._list3 li img {
  float: left;
  margin-right: 20px;
}
._list3 li h3 {
  margin-bottom: 10px;
}
._list3 ._last {
  margin-bottom: 0;
}
._list4 {
  list-style: none;
  margin: 0;
}
._list4 li {
  display: block;
  position: relative;

  margin-bottom: 9px;
  padding-bottom: 11px;
  background: url(../img/divider3.png) 0 100% repeat-x;
}
._list4 li a {
  display: inline-block;
  font: 15px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list4 li a:hover {
  text-decoration: none;
  color: #e95a10;
}
._list4 ._last {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
._list5 {
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
._list5 li {
  margin-bottom: 30px;
}
._list6 {
  list-style: none;
  margin: -7px 0 0 0;
}
._list6 li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 13px;
  background: url(../img/marker1.png) 0 6px no-repeat;
}
._list6 li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list6 li a span {
  font: 600 15px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e95a10;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list6 li a:hover span {
  text-decoration: none;
  color: #3f3b3b;
}
._list7 {
  list-style: none;
  margin: -7px 0 0 0;
}
._list7 li {
  display: block;
  position: relative;
  margin-bottom: 14px;
}
._list7 li a {
  display: inline-block;
  font: 15px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #382628;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list7 li a .txt1 {
  color: #e95a10;
}
._list7 li a:hover {
  text-decoration: none;
  color: #e95a10;
}
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 72px;
  float: left;
}
.social_list {
  list-style: none;
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}
.social_list li {
  float: left;
  margin-right: 4px;
}
.social_list li a {
  display: inline-block;
  /*width: 33px;*/
  height: 33px;
  overflow: hidden;
}
.social_list li a img {
  position: relative;
  top: 0;
}
.social_list li a:hover img {
  top: -33px;
}
.extraBg1 {
  background: #ffffff;
}
.extraBg2 {
  background: #766a63;
  margin-bottom: 36px;
}
.extraBox1 {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.extraBox1 .textStyle3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.extraBox1 p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.extraBox1_hover {
  background: #766a63;
}
.extraBox1_hover .textStyle3 {
  color: #ffffff;
}
.extraBox1_hover p {
  color: #ecaaa7;
}
.extraBox2 {
  background: #f7f4f4;
}
.extraBox2 ._inner {
  padding: 25px;
}
.extraBox3 {
  background: #e95a10;
}
.extraBox3 ._inner {
  padding: 25px;
}
.img1 {
  float: left;
  margin-right: 13px;
}
.img2 {
  margin-bottom: 25px;
}
.img3 {
  margin-bottom: 23px;
}
.img4 {
  float: left;
  margin-right: 20px;
}
.time1 {
  font: 600 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e95a10;
  text-transform: uppercase;
}
#subscribe-form {
  background: #e95a10;
  position: relative;
}
#subscribe-form label {
  position: relative;
}
#subscribe-form label input {
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 5px 8px;
  margin-bottom: 4px;
  min-height: 28px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subscribe-form label .error {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
  color: #382628;
}
#subscribe-form .invalid .error {
  display: block !important;
}
#subscribe-form .success {
  position: absolute;
  background: #FF0000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#subscribe-form .success span {
  font: 50px/50px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 30px;
}
#subscribe-form .subscribe {
  background: #766a63;
}
#subscribe-form .subscribe:hover {
  background: #ffffff;
  color: #766a63;
}
.thumb-pad {
  background: #e8ddda;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.thumb-pad .thumbnail img {
  display: block;
}
.thumb-pad .thumbnail .caption {
  padding: 15px 18px 12px 18px;
  position: relative;
}
.badge1 {
  padding: 0;
  border: none;
  float: left;
  margin-right: 18px;
  border-radius: 0px;
  background: #e95a10;
  width: 46px;
  height: 46px;
}
.badge1 span {
  font: 600 20px/46px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  text-indent: 6px;
}
.blockquote1 {
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
  display: inline-block;
  border: none;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 4px;
  padding: 0;
  position: relative;
}
.blockquote1:before {
  position: absolute;
  display: inline-block;
  background: url(../img/extra1.png) 0 0 no-repeat;
  width: 12px;
  height: 9px;
  top: -4px;
  left: -20px;
  content: " ";
}
.float1 {
  float: right;
}
.float2 {
  float: left;
}
/*------------- Camera ------------------------*/
#camera_1 {
  position: relative;
  display: block;
  float: none;
  z-index: 1;
  margin: 0 !important;
  width: 100%;
  height: 590px;
}
#camera_1 .camera_caption {
  display: none;
  height: 100%;
  color: #5a5a5a;
}
#camera_1 .camera_pag {
  display: none;
}
#camera_1 .camera_caption {
  left: 0;
  bottom: 0;
  position: relative;
}
#camera_1 .camera_caption > div {
  padding: 0;
  position: relative;
  top: 110px;
  width: 100%;
  position: absolute;
}
#camera_1 .camera_loader {
  width: 35px;
}
#camera_1 .camera_prev {
  width: 45px;
  height: 45px;
  background: none;
  margin: 0;
  margin-left: -585px;
  top: auto;
  bottom: 40px;
  left: 50%;
  position: absolute;
}
#camera_1 .camera_prev span {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(../img/sprite_prev_btn.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#camera_1 .camera_prev:hover span {
  background: url(../img/sprite_prev_btn.png) 0 100% no-repeat;
}
#camera_1 .camera_next {
  width: 45px;
  height: 45px;
  background: none;
  margin: 0;
  margin-left: -540px;
  top: auto;
  bottom: 40px;
  left: 50%;
  position: absolute;
}
#camera_1 .camera_next span {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(../img/sprite_next_btn.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#camera_1 .camera_next:hover span {
  background: url(../img/sprite_next_btn.png) 0 100% no-repeat;
}
/*-------------------------- toTob btn--------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -650px !important;
  bottom: 15%;
  width: 55px;
  height: 55px;
  background: url(../img/up-arrow.png) center top no-repeat;
  z-index: 999;
  display: 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:active,
#toTop:focus {
  outline: none;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: #ffffff !important;
}
/*-------------------------- Contact form --------------*/
#form1 {
  position: relative;
  margin: 0;
  width: 100%;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  background: #fafafa;
  border-radius: 0;
  border: 1px solid #e1e3e5;
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
  padding: 7px 15px;
  outline: none !important;
  box-shadow: none;
}
#form1 input:active,
#form1 textarea:active,
#form1 .success:active,
#form1 input:focus,
#form1 textarea:focus,
#form1 .success:focus {
  outline: none;
  box-shadow: none;
}
#form1 input {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  line-height: 37px;
  padding: 7px 0;
  width: 100%;
  height: 39px;
  color: #aea1a0;
  background: #fafafa;
  border: 1px solid #e1e3e5;
}
#form1 textarea {
  width: 100%;
  height: 123px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 71px;
  width: 250px;
  margin-bottom: 0px;
  float: left;
  margin-right: 9px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #313131;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 17px 0px 0px 0px;
  position: relative;
  display: inline-block;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 20px;
  top: 6px;
  display: inline-block;
}
#form1 .btns span {
  margin-left: 20px;
  display: inline-block;
}
#form1 ._title {
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8785;
  display: block;
  margin-bottom: 2px;
}
/*-------------------------- SEARCH FORM --------------*/
#search,
form.search {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 500;
  margin: 15px 0 0 0;
}
#search > input,
form.search > input {
  background: #fafafa;
  border: 1px solid #e1e3e5;
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
  padding: 7px 15px;
  width: 100%;
  height: 33px;
  background: #ffffff;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search > input:active,
form.search > input:active,
#search > input:focus,
form.search > input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #e1e3e5;
}
#search > a,
form.search > a {
  margin-top: 25px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #e95a10;
}
.search_list > li {
  margin-bottom: 20px;
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #e95a10;
  font: 700 20px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #e95a10;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #4a4a4a;
  position: relative;
  width: 100%;
  z-index: 3;
  display: inline-block;
}
footer .privacy_text {
  font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aea1a0;
  display: block;
  text-transform: uppercase;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*----- media queries ------*/
@media (min-width: 980px) and (max-width: 1200px) {
  h1 {
    width: 320px;
    height: 106px;
  }
  header .navbar {
    float: left;
    margin: 0 25px;
  }
  header .navbar .sf-menu > li {
    padding-right: 8px;
    margin-right: 8px;
  }
  #camera_1 .camera_prev {
    margin-left: -470px;
    bottom: 20px;
  }
  #camera_1 .camera_next {
    margin-left: -425px;
    bottom: 20px;
  }
  #camera_1 .camera_caption > div {
    top: 40px;
  }
  #camera_1 .camera_caption > div .textStyle1 {
    font-size: 200px;
    line-height: 150px;
  }
  .img1 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #subscribe-form .textStyle6 {
    font-size: 25px;
  }
  #subscribe-form input {
    width: 100%;
  }
  #form1 label {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .select-menu {
    display: none !important;
  }
  header .nav-collapse {
    height: auto !important;
    overflow: visible !important;
  }
  h1 {
    width: 100%;
    text-align: center;
  }
  .extraBg2 {
    text-align: center;
  }
  #camera_1 .camera_prev {
    margin-left: -360px;
    bottom: 20px;
  }
  #camera_1 .camera_next {
    margin-left: -315px;
    bottom: 20px;
  }
  #camera_1 .camera_caption > div {
    top: 20px;
  }
  #camera_1 .camera_caption > div .textStyle1 {
    font-size: 130px;
    line-height: 110px;
  }
  .img1 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .newWidth1 .span3 {
    width: 352px;
  }
  ._list1 ._last {
    margin-bottom: 16px;
    padding-bottom: 12px;
    background: url(../img/divider2.png) 0% 100% repeat-x;
  }
  #form1 label {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block !important;
  }
  header .nav-collapse {
    display: none;
  }
  h1 {
    width: 100%;
    text-align: center;
  }
  header .navbar {
    display: block;
    margin: 0;
    width: 100%;
  }
  .extraBg2 {
    padding: 0;
  }
  #camera_1 .camera_prev {
    margin-left: 0;
    left: 20px;
    bottom: 20px;
  }
  #camera_1 .camera_next {
    margin-left: 0;
    left: auto;
    right: 20px;
    bottom: 20px;
  }
  #camera_1 .camera_caption > div {
    top: 20px;
  }
  #camera_1 .camera_caption > div .textStyle1 {
    font-size: 100px;
    line-height: 70px;
    text-indent: 0;
  }
  ._list1 ._last {
    margin-bottom: 16px;
    padding-bottom: 12px;
    background: url(../img/divider2.png) 0% 100% repeat-x;
  }
  ._list4 ._last {
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: url(../img/divider3.png) 0 100% repeat-x;
  }
  ._list5 li {
    width: 45%;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  ._list5 li img {
    width: 100%;
  }
  .img2 {
    width: 100%;
  }
  .img3 {
    width: 100%;
  }
  #form1 label {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .img4 {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  ._list5 li {
    width: 42%;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  ._list5 li img {
    width: 100%;
  }
  #camera_1 .camera_caption > div {
    top: 20px;
  }
  #camera_1 .camera_caption > div .textStyle1 {
    font-size: 70px;
    line-height: 50px;
    text-indent: 0;
    letter-spacing: 0;
  }
  #camera_1 .camera_caption > div .textStyle2 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  .img1 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #subscribe-form .textStyle6 {
    font-size: 20px;
  }
  ._list5 li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-right: 0px;
  }
  ._list5 li img {
    width: 100%;
  }
  #camera_1 .camera_caption > div {
    top: 20px;
  }
  #camera_1 .camera_caption > div .textStyle1 {
    font-size: 50px;
    line-height: 40px;
    text-indent: 0;
  }
  #camera_1 .camera_caption > div .textStyle2 {
    font-size: 20px;
    line-height: 20px;
  }
}
/*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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
