/*------ template stylization ------*/
body {
  background-color: #ffffff;
}
/*------ header ------- */
header {
  width: 100%;
  text-align: center;
}
header .brand {
  position: relative;
  width: 424px;
  overflow: hidden;
  margin: 8px auto;
  font-size: 0;
  line-height: 0;
}
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: #000000;
}
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;
  padding: 0;
  margin: 48px 0px;
  white-space: nowrap;
  height: 43px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin: 0px 6px;
}
.sf-menu > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.png) center top no-repeat;
  width: 5px;
  height: 7px;
  right: 50%;
  bottom: 5px;
  margin-right: -2px;
}
.sf-menu > li:first-child {
  background: none;
  margin-left: 0;
}
.sf-menu > li.last {
  margin-right: 0;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  padding: 11px 34px 10px;
}
.sf-menu > li > a > span {
  -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: 16.05px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #979797;
}
.sf-menu > li > a + strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  background-color: #8dc63f;
  -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;
  width: 0;
  left: 50%;
}
.sf-menu > li > a + strong:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 9px;
  height: 5px;
  background: url(../img/menu_arrow.png) 0 no-repeat;
  -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;
  width: 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 {
  width: 100%;
  left: 0px;
}
.sf-menu > li > a:hover + strong:after,
.sf-menu > li.active > a + strong:after,
.sf-menu > li.sfHover > a + strong:after {
  width: 9px;
}
.sf-menu > li > a:hover > span,
.sf-menu > li.active > a > span,
.sf-menu > li.sfHover > a > span {
  color: #ffffff;
}
.sf-menu > li > a:hover:before,
.sf-menu > li.active > a:before,
.sf-menu > li.sfHover > a:before {
  background-position: center bottom;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  width: 123px;
  border: 1px solid #e5e5e5;
  top: 48px !important;
  left: 0px !important;
  display: none;
  overflow: visible;
  background: #ffffff;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.sf-menu ul li {
  position: relative;
  margin: 0px 0px 3px 0px;
  padding-bottom: 4px;
  background: url(../img/submenu_divider.png) center bottom no-repeat;
}
.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: 16px;
}
.sf-menu ul li.last {
  margin-bottom: 18px;
  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: 13.950000000000001px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 33px;
  color: #919191 !important;
  background-color: transparent !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 18px !important;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  background-color: #303030 !important;
}
.sf-menu ul ul {
  left: 123px !important;
  top: -19px !important;
  width: 101px;
}
.sf-menu ul ul li {
  text-align: left;
  margin-left: 12px;
  padding-bottom: 1px;
  margin-bottom: 2px;
  background: url(../img/submenu_divider_2.png) 11px bottom no-repeat;
}
.sf-menu ul ul li:first-child {
  margin-top: 18px;
}
.sf-menu ul ul li.last {
  margin-bottom: 16px;
}
.sf-menu ul ul li a {
  padding: 0px 25px 0 11px !important;
}
.sf-menu ul ul li.sfHover > a,
.sf-menu ul ul li > a:hover {
  background-color: #8dc63f !important;
  color: #ffffff !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  right: 50%;
  margin-right: -650px !important;
  bottom: 20%;
  width: 39px;
  height: 39px;
  border: 8px solid #ffffff;
  border: 8px solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  overflow: hidden;
  background: url(../img/up-arrow.png) transparent center top no-repeat;
  z-index: 999;
  display: none;
}
#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;
}
.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:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
a.thumbnail:hover,
a.thumbnail:focus {
  background: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
}
.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: 0px 20px 0px 0px;
}
.dl-horizontal dt {
  float: left;
  width: 49px;
  text-align: left;
  font: 40.05px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  color: #2a2a2a;
}
.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 0px 0px;
}
.dl-horizontal dd p:first-child {
  font: 19.950000000000003px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 28px;
  color: #adadad;
  text-transform: lowercase;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 0px 0px;
}
.dl-horizontal dd p:first-child 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;
}
.dl-horizontal dd p:first-child a:hover {
  color: #92dd31;
}
.dl-horizontal dd.last {
  padding-bottom: 0;
}
.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-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font: bold 13.05px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 20px 11px;
  background: #333333;
  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;
}
.btn:before,
.btn:after {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 37px;
  height: 6px;
}
.btn:before {
  left: 0;
  background: url(../img/more_shadow_L.png) 0 no-repeat;
}
.btn:after {
  right: 0;
  background: url(../img/more_shadow_R.png) 0 no-repeat;
}
.btn:hover,
.btn:active {
  -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%;
  background: #92dd31;
  color: #ffffff;
}
.btn.btn-link {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-shadow: none;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-transform: uppercase;
  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;
  font: bold 13.950000000000001px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  color: #585858;
  background: none;
  padding: 0px 0px 0px 0px;
  letter-spacing: -1px;
}
.btn.btn-link:before,
.btn.btn-link:after {
  display: none;
  background: none;
}
.btn.btn-link > span {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/more_icon.png) 0 no-repeat;
  margin: 0px 0px -1px 12px;
}
.btn.btn-link:hover,
.btn.btn-link:active {
  -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%;
  background: none;
  color: #92dd31;
}
#content .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  display: inline-block;
  -webkit-border-radius: 61px;
  -moz-border-radius: 61px;
  border-radius: 61px;
  width: 122px;
  height: 122px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  background-color: #92dd31;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
}
#content {
  background-color: #ffffff;
}
.container input,
.container textarea {
  position: relative;
  outline: 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: 11px 16px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
  background: transparent;
}
.container input:focus,
.container textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
  background: none;
}
.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: 1px solid #c2c2c2;
  color: #c2c2c2;
  background: none;
}
.container input {
  width: 100%;
  height: 43px;
  -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: 13px;
}
figure {
  display: inline-block;
  margin: 0;
}
h2 {
  position: relative;
  font: 40.05px 'Trebuchet MS', Arial, sans-serif;
  line-height: 48px;
  color: #2a2a2a;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 34px 0px;
}
h2.extra {
  text-align: center;
}
h2.extra:before,
h2.extra:after {
  content: '';
  position: relative;
}
h2.extra:before {
  float: left;
  width: 146px;
  height: 32px;
  background: url(../img/page1_extra1.png) 0 no-repeat;
  /*margin: 10px 11px 0px 150px;*/
}
h2.extra:after {
  float: right;
  width: 117px;
  height: 32px;
  background: url(../img/page1_extra2.png) 0 0 no-repeat;
  /*margin: 10px 175px 0px 14px;*/
}
h2.special {
  font-size: 36px;
  font-weight: bold;
  color: #b6b6b6;
  margin: 20px 0px 13px 0px;
  padding: 0px 0px 0px 0px;
}
h3,
h4 {
  font: 19.950000000000003px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #adadad;
  text-transform: lowercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 3px 0px;
}
h3 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;
}
address {
  font-style: normal;
  margin-bottom: 16px;
}
hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border: none;
  background: #f3f3f3;
}
/* slider */
#camera_1 {
  position: relative;
  display: block;
  float: none;
  z-index: 1;
  margin: 46px 0px 14px 0px !important;
  padding-bottom: 0px;
}
#camera_1 .camera_caption {
  display: none;
  height: 100%;
  color: #c6c6c6;
  top: 180px;
  left: 118px;
}
#camera_1 .camera_caption > div > div p > a {
  display: inline-block;
  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;
  padding: 4px 42px 5px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
#camera_1 .camera_caption > div > div p > a:hover {
  text-decoration: none;
}
#camera_1 .camera_caption > div > div p:first-child {
  font: 40.05px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#camera_1 .camera_caption > div > div p:first-child > a {
  background-color: #2a2a2a;
}
#camera_1 .camera_caption > div > div p:first-child > a:hover {
  background-color: #ffffff;
  color: #2a2a2a;
}
#camera_1 .camera_caption > div > div p:first-child + p {
  font: 40.05px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 199px;
}
#camera_1 .camera_caption > div > div p:first-child + p > a {
  position: relative;
  padding: 4px 77px 5px 36px;
  background-color: #ddd331;
  -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 > div > div p:first-child + p > a span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 18px;
  overflow: hidden;
  -webkit-border-radius: 0px 23px 23px 0;
  -moz-border-radius: 0px 23px 23px 0;
  border-radius: 0px 23px 23px 0;
  background-color: #ffffff;
}
#camera_1 .camera_caption > div > div p:first-child + p > a span > strong {
  display: inline-block;
  width: 19px;
  height: 27px;
  background: url(../img/splash_arrow.png) right center no-repeat;
  -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 > div > div p:first-child + p > a:hover {
  background-color: #92dd31;
}
#camera_1 .camera_caption > div > div p:first-child + p > a:hover span > strong {
  background-position: left center;
}
#camera_1 .camera_pag,
#camera_1 .camera_prev,
#camera_1 .camera_next {
  display: none;
}
/* end slider */
.list1 {
  margin-top: 55px;
  margin-bottom: 67px;
}
.list1 li {
  text-align: center;
}
.list1 li:first-child + li .badge {
  background-color: #a7f048;
}
.list1 li:first-child + li + li .badge {
  background-color: #c5ec5d;
}
.list1 li:first-child + li + li + li .badge {
  background-color: #ddd331;
}
.list1 li .badge {
  margin: 0px 0px 21px 0px;
}
.list1 li p {
  padding: 0px 20px 13px;
}
.list2 {
  margin-top: 62px;
  margin-bottom: 23px;
}
.list2 li {
  background: url(../img/list_icon_big.png) 40px 14px no-repeat;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 53px;
  padding-bottom: 55px;
}
.list2 li.preLast {
  border: none;
  padding-bottom: 0;
}
.list2 li.last {
  border: none;
  padding-bottom: 0;
}
.list2 li > div > div {
  padding-left: 100px;
}
.list2 li > div > div h2 {
  font-weight: bold;
  font-size: 36px;
  color: #b6b6b6;
  margin: 0px 0px 1px 0px;
}
.list2 li > div > div h2 span {
  color: #505050;
}
.list2 li > div > div h3 {
  line-height: 28px;
  margin-bottom: 0px;
}
.list2 li > div > div p {
  padding-bottom: 3px;
}
.list3 {
  margin: 41px 0px 34px 0px;
  overflow: hidden;
}
.list3 li {
  position: relative;
  float: left;
  margin: 0px 3px 3px 0px;
}
.list3 li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.list4,
.list7 {
  margin: 47px 0px 0px 0px;
}
.list4 li,
.list7 li {
  background: url(../img/list_icon.png) right 5px no-repeat;
  margin-bottom: 13px;
}
.list4 li a,
.list7 li a {
  font: 18px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  color: #6e7067;
  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;
  padding-right: 15px;
}
.list4 li a:hover,
.list7 li a:hover {
  color: #2a2a2a;
}
.list7 {
  margin: 31px 0px 20px 0px;
}
.list7 li {
  background: url(../img/list_icon.png) left 5px no-repeat;
}
.list7 li a {
  margin: 0 0 0 27px;
  padding: 0px;
}
.list5 {
  margin: 39px 0px 0px 0px;
  overflow: hidden;
}
.list5 li {
  width: 222px;
  float: left;
  margin-right: 31px;
}
.list5 li img {
  width: 100%;
  margin-bottom: 29px;
}
.list5 li h3 {
  margin-bottom: 2px;
}
.list6 {
  margin-top: 34px;
  margin-bottom: 22px;
}
.list6 li {
  margin-bottom: 29px;
}
.list6 li img {
  float: left;
  margin: 6px 30px 10px 0px;
}
.list6 li div {
  padding-right: 30px;
}
.list8 {
  margin: 37px 0px 43px 0px;
  overflow: hidden;
}
.list8 li {
  margin-bottom: 50px;
}
.list8 li img {
  float: left;
  margin: 3px 30px 10px 0px;
}
.sitem_over {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/pic_bg_over.png');
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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;
}
.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);
}
.bannerBlock {
  display: inline-block;
  margin: 47px 0px 30px;
  -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;
}
.bannerBlock 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;
}
.bannerBlock:hover {
  -webkit-box-shadow: 2px 2px 10px #c6c6c6;
  -moz-box-shadow: 2px 2px 10px #c6c6c6;
  box-shadow: 2px 2px 10px #c6c6c6;
}
blockquote {
  position: relative;
  padding: 0px 30px 0px 0px;
  margin: -8px 0px 0px 0px;
  border: none;
}
blockquote:before {
  position: relative;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  width: 30px;
  height: 25px;
  top: 2px;
  content: ' ';
  background: url(../img/quote_icon.png) 0 no-repeat;
}
.author {
  color: #adadad;
  padding-right: 25px;
}
.g_map {
  margin: 29px 0px 45px;
  width: 100%;
  height: 393px;
  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;
  float: right;
  display: inline-block;
  margin: 0px 0px 204px 0px;
  width: 100%;
  z-index: 500;
}
#search > a,
form.search > a {
  position: absolute;
  z-index: 10;
  top: 6px;
  right: 7px;
  width: 38px;
  height: 30px;
  overflow: hidden;
  background: url(../img/search_icon.png) center top no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#search > a:hover,
form.search > a:hover {
  background-position: center bottom;
}
#form1 {
  position: relative;
  margin: 40px 0px 80px 0px;
  width: 100%;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  z-index: 10;
  text-align: center;
  height: 43px;
  padding: 11px 16px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 textarea {
  width: 100%;
  height: 149px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 45px;
  width: 245px;
  margin-bottom: 16px;
  float: left;
}
#form1 label.labelMargin {
  margin-left: 17px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #92dd31;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 7px 0px 0px 0px;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 20px;
  display: inline-block;
}
/*end forms*/
.padding1 {
  padding: 0px 39px 0px 0px;
}
.padding2 {
  padding-bottom: 66px;
}
.padding3 {
  padding-bottom: 57px;
}
.padding4 {
  padding-bottom: 62px;
}
.padding5 {
  padding-right: 30px;
}
.padding6 {
  padding: 75px 174px 0px 29px;
}
.margin1 {
  margin: 46px 0px 51px;
}
.margin2 {
  margin: 53px 0px 71px 0px;
}
.margin3 {
  margin: 21px 45px 0px 0px;
}
.margin4 {
  margin: 37px 0px 3px;
}
.margin5 {
  margin: -2px 0px 26px;
}
.margin6 {
  margin: 6px 30px 0px 0px;
}
.margin7 {
  margin: 16px 0px 71px;
}
.margin8 {
  margin-top: 7px;
}
.margin9 {
  margin-bottom: 37px;
}
.margin10 {
  margin: -1px 0 61px;
}
.margin11 {
  margin: 89px 0 20px;
}
.width1 {
  display: inline-block;
  width: 50px;
}
.color1 {
  color: #ffffff;
}
.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;
}
/*--- content end ------*/
/*------ footer ------- */
footer > div:first-child {
  background: url(../img/footer_bg.jpg);
  padding: 69px 0 35px;
}
footer > div:first-child + div {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -8px 8px rgba(178, 183, 156, 0.07);
  -moz-box-shadow: 0 -8px 8px rgba(178, 183, 156, 0.07);
  box-shadow: 0 -8px 8px rgba(178, 183, 156, 0.07);
  padding: 44px 0px 9px 0px;
}
footer p {
  font: 13.950000000000001px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  color: #6c705c;
  text-transform: uppercase;
}
footer p a {
  color: inherit;
}
footer p.privacy a {
  margin-left: 12px;
}
footer hr {
  background-color: #d0d0cc;
  margin: 10px 0px;
}
footer h2 {
  color: #404239;
  font-size: 25.95px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: lowercase;
  margin: 0px 0px 32px 0px;
}
footer address {
  font: bold 18px 'Trebuchet MS', Arial, sans-serif;
  line-height: 26px;
  color: #6e7067;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 26px 0px;
}
footer address.mail {
  background: url(../img/mail_icon.png) 0px 0px no-repeat;
  padding-left: 32px;
  font: 16.05px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #c5be22;
  text-transform: lowercase;
  margin: 37px 0px 30px 0px;
}
footer address.mail a {
  color: inherit;
}
footer .soc_icons {
  margin: 0px 0px 0px 0px;
}
footer .soc_icons li {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 6px;
}
footer .soc_icons li a {
  position: relative;
}
footer .soc_icons li a img {
  position: relative;
  top: 0;
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
footer .soc_icons li a:hover img {
  top: -10px;
}
footer .links {
  margin: -3px 0px 0px 0px;
  float: right;
}
footer .links li {
  margin-left: 35px;
  float: left;
}
footer .links li a {
  font: 12px 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.2em;
  color: #b1b895;
  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;
}
footer .links li a:hover {
  color: #2a2a2a;
  text-decoration: underline;
}
footer .links li.active > a,
footer .links li > a:hover {
  color: #2a2a2a;
  text-decoration: underline;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2.extra:before,
  h2.extra:after {
    display: none;
  }
  .list3 li {
    margin-right: 3px !important;
  }
  #camera_1 .camera_caption {
    left: 0;
  }
  .bannerBlock {
    width: 100%;
  }
  .list5 li {
    width: 32%;
    margin-right: 1%;
  }
  .padding1 {
    padding-right: 0;
  }
  .list6 li {
    width: 20%;
    margin-right: 1%;
  }
  .list6 li img {
    float: none;
    margin-right: 0;
  }
  .list6 li div {
    padding-right: 0;
  }
  #form1 label {
    width: 195px;
  }
  .margin11 {
    margin: 29px 0 30px;
  }
  .padding6 {
    padding: 5px 0px 0px 29px;
  }
  #search,
  form.search {
    margin-bottom: 104px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 43px;
    overflow: visible;
  }
  footer .soc_icons li {
    margin-right: 0;
  }
  .list3 li {
    width: 49%;
    margin-right: 1% !important;
  }
  #camera_1 .camera_caption > div > div p {
    font-size: 31px !important;
  }
  #camera_1 .camera_caption > div > div p:first-child + p {
    margin-left: 40px;
  }
  h2.extra:before,
  h2.extra:after {
    display: none;
  }
  .list2 li {
    padding-bottom: 0;
  }
  .floatLeft1200,
  .floatRight1200 {
    float: none;
    width: 100%;
  }
  footer .links {
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
  }
  footer .links li {
    margin: 0px 35px 0px 0px;
  }
  .bannerBlock {
    width: 100%;
  }
  .list5 li {
    width: 32%;
    margin-right: 1%;
  }
  .margin3 {
    float: none;
    margin-right: 0;
  }
  .padding1 {
    padding-right: 0;
  }
  .list6 li {
    width: 19%;
    margin-right: 1%;
  }
  .list6 li img {
    float: none;
    margin-right: 0;
  }
  .list6 li div {
    padding-right: 0;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.labelMargin {
    margin-left: 0;
  }
  #form1 .success {
    padding-top: 73px;
    padding-bottom: 90px;
  }
  .margin11 {
    margin: 29px 0 30px;
  }
  .padding6 {
    padding: 5px 0px 0px 29px;
  }
  #search,
  form.search {
    margin-bottom: 104px;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block!important;
  }
  .sf-menu {
    display: none;
  }
  h2.extra:before,
  h2.extra:after {
    display: none;
  }
  #camera_1 .camera_caption {
    left: 0px;
  }
  #camera_1 .camera_caption > div > div p {
    font-size: 21px !important;
    position: absolute;
    top: -170px;
    right: 10px;
  }
  #camera_1 .camera_caption > div > div p > a {
    padding-left: 19px;
    padding-right: 19px;
  }
  #camera_1 .camera_caption > div > div p:first-child {
    margin-right: 54px;
  }
  #camera_1 .camera_caption > div > div p:first-child + p {
    margin-left: 40px;
    top: -136px;
  }
  #camera_1 .camera_caption > div > div p:first-child + p > a {
    padding: 4px 48px 5px 19px;
  }
  #camera_1 .camera_caption > div > div p:first-child + p a > span {
    padding: 1px 10px;
  }
  #camera_1 .camera_caption > div > div p:first-child + p a > span > strong {
    position: relative;
    top: 3px;
  }
  .list1 > li {
    width: 49%;
    margin-right: 1%;
    float: left;
    margin-bottom: 15px;
  }
  .floatLeft1200,
  .floatRight1200 {
    float: none;
  }
  footer .links {
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
  }
  footer .links li {
    margin: 0px 35px 0px 0px;
  }
  .list5 li {
    width: 32%;
    margin-right: 1%;
  }
  .padding1 {
    padding-right: 0;
  }
  .margin1 {
    margin: 30px 0;
  }
  .margin2 {
    margin: 30px 0 50px;
  }
  .margin12 {
    margin-bottom: 60px;
  }
  .margin7 {
    margin: 0px 0px 51px;
  }
  .margin13 {
    margin-bottom: 20px;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.labelMargin {
    margin-left: 0;
  }
  #form1 .success {
    padding-top: 73px;
    padding-bottom: 90px;
  }
  .margin11 {
    margin: 29px 0 30px;
  }
  .padding6 {
    padding: 5px 0px 0px 0px;
  }
  #search,
  form.search {
    margin-bottom: 104px;
  }
  .center767 {
    text-align: center;
  }
  .center767 img {
    display: inline-block;
  }
  .list3 li {
    margin-right: 3px !important;
  }
}
@media (max-width: 600px) {
  .margin3 {
    float: none;
    margin-right: 0;
  }
  .center767 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  footer .links {
    display: none;
  }
}
@media (max-width: 480px) {
  header h1.brand {
    width: 100%;
  }
  .list1 > li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .list2 li {
    background-position: 6px 9px;
  }
  .list2 li > div > div {
    padding-left: 50px;
  }
  .bannerBlock {
    width: 100%;
  }
  .list8 li img {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .margin6 {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .list5 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .list6 li img {
    float: none;
    margin-right: 0;
    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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#panel{
display:none!important;
}

.cuslogo{
border-radius: 16px;
background: gray;
}
.cusheader{
color:#92dd31;
font-size:22px;
border-bottom:1px solid #e7e7e7;
font-weight:700;
margin-bottom:12px;
}
ul.cusli li{
list-style-type: disc;
list-style: square;
}
.c_1{
font-weight:700;
}
.c_2{
background:#92dd31;color:white;font-weight:700;text-align:center;font-size:16px
}