a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/
body {
  background: #0063A4;
  height: 100%;
}
.main-bg {
  border-bottom: #3DA2E8 8px solid;
  border-top: #FF4719 2px solid;
  background: #efefef;
}
.header-bg {
  background: url(../img/header-bg.jpg) 0 0 repeat-x;
}
.sub-header-bg {
  background: url(../img/header-bg.jpg) 0 bottom repeat-x #11383d;
  padding-bottom: 5px;
}
.main-shadow {
  background: url(../img/main-shadow3.png) center 0 no-repeat;
}
a {
  outline: none;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: normal;
  line-height: 1em;
}
h2 {
  font-size: 30px;
  margin: 56px 0 20px 0;
  letter-spacing: -1px;
}
h4 {
  font-size: 20px;
  margin: 34px 0 18px 0;
}
p {
  margin-bottom: 22px;
}
.p1 {
  margin-bottom: 18px;
}
.p2 {
  margin-bottom: 3px;
}
.p3 {
  margin-bottom: 8px;
}
.p4 {
  margin-bottom: 12px !important;
}
.lead {
  font-size: 18px;
  line-height: 24px;
  color: #FF4719;
}
.text-info {
  color: #000;
}
p.text-info {
  margin-bottom: 0;
}
.text-info > span {
  font-size: 11px;
  line-height: 15px;
  color: #FF4719;
  display: block;
}
a.text-info:hover {
  color: #FF4719;
}
.link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-polaroid a {
  display: block;
}
.img-polaroid {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #c0c9c4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../img/magnifier.png) center center no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/**/
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.center {
  text-align: center;
}
.indent-1 {
  margin: 55px 0 20px 0;
}
.img-indent {
  margin: 0px 30px 0px 0;
  float: left;
}
.img-indent-1 {
  margin: 4px 0 24px 0 !important;
}
.img-indent-2 {
  margin: 4px 0 24px 0 !important;
}
.left-1 {
  padding-left: 0px;
}
.right-1 {
  padding-right: 0px;
}
.right-2 {
  padding-right: 0px;
}
.extra-wrap {
  overflow: hidden;
}
.list {
  margin: 0;
  list-style: none;
}
.list li {
  margin: 10px 0 0px 0;
  padding-left: 14px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  background: url(../img/marker.gif) 0 9px no-repeat;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #2380BE;
}
.list li a:hover {
  color: #FF4719;
}
.list-2 {
  margin: 0;
  list-style: none;
}
.list-2 li{
  color: #000000;
  margin: 10px 0 0px 0;
  padding-left: 14px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  background: url(../img/marker.gif) 0 9px no-repeat;
}
.list-3 li{
  color: #000000;
  margin: 10px 0 0px 0;
  padding-left: 14px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.list-3 li a {
  color: #000000;
}
.list-3 li a:hover {
  color: #2380BE;
}
/* buttons*/
.btn {
  display: inline-block;
  background-color: #2380be;
  background-image: -moz-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268bcf), to(#1a5f8c));
  background-image: -webkit-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -o-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: linear-gradient(to bottom, #268bcf, #1a5f8c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff175453', endColorstr='#ff124040', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
  margin-top: 24px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn:hover {
  background: #fa713b;
  background-color: #f56539;
  background-image: -moz-linear-gradient(top, #fa713b, #ee5337);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa713b), to(#ee5337));
  background-image: -webkit-linear-gradient(top, #fa713b, #ee5337);
  background-image: -o-linear-gradient(top, #fa713b, #ee5337);
  background-image: linear-gradient(to bottom, #fa713b, #ee5337);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa713b', endColorstr='#ffee5337', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-2 {
  background: #fa713b;
  background-color: #f56539;
  background-image: -moz-linear-gradient(top, #fa713b, #ee5337);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa713b), to(#ee5337));
  background-image: -webkit-linear-gradient(top, #fa713b, #ee5337);
  background-image: -o-linear-gradient(top, #fa713b, #ee5337);
  background-image: linear-gradient(to bottom, #fa713b, #ee5337);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa713b', endColorstr='#ffee5337', GradientType=0);
}
.btn-2:hover {
  background: #2380be;
  background-color: #2380be;
  background-image: -moz-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268bcf), to(#1a5f8c));
  background-image: -webkit-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -o-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: linear-gradient(to bottom, #268bcf, #1a5f8c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff175453', endColorstr='#ff124040', GradientType=0);
}
/*------ header ------- */
header {
  padding: 48px 0 0px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
/*brand*/
header h1.brand {
  position: relative;
  z-index: 9999;
  display: inline-block;
  float: left;
  margin: 0 0 0 10px;
  padding: 0px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
header h1.brand a {
  display: inline-block;
  text-decoration: none;
}
header h1.brand a span {
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  display: block;
}
/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {
  margin: 0;
  float: right;
}
.navbar_ .navbar-inner {
  position: relative;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*nav*/
.nav-collapse_ {
  margin: 0;
  line-height: 0 !important;
  font-size: 0;
  text-align: center;
}
.nav-collapse_ .nav {
  float: none;
  display: inline-block;
  margin: 0;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  z-index: 99;
}
.nav-collapse_ .nav > li {
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 2px;
}
.nav-collapse_ .nav > li:first-child {
  margin-left: 0;
}
.nav-collapse_ .nav:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.nav-collapse_ .nav li a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.nav-collapse_ .nav > li > a {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 13px 28px 17px 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav > li > a > span {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 3px;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) 0 0 no-repeat;
  width: 5px;
  height: 3px;
  left: 50%;
  bottom: 8px;
  margin-left: -2px;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: url(../img/menu-act.png) 0 0 repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FF4719;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav > li.sfHover > a span,
.nav-collapse_ .nav > li.sfHover > a:hover span,
.nav-collapse_ .nav > li > a:hover span,
.nav-collapse_ .nav > li.active > a span,
.nav-collapse_ .nav > li.active > a:hover span {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav li ul {
  position: absolute;
  display: none;
  width: 182px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 20px 10px 30px 30px;
  background: #0F5579;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-collapse_ .nav > li > ul {
  left: 0px;
  top: 69px;
}
.nav-collapse_ .nav ul li {
  line-height: 18px;
  font-size: 15px;
  display: block;
  text-align: left;
  position: relative;
  margin: 12px 0 0 0;
  padding: 0;
}
.nav-collapse_ .nav ul li:first-child {
  margin-top: 0;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #ffffff;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #FF4719;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav > li > ul ul {
  left: 193px;
  top: -22px;
}
.nav-collapse_ .nav li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) 0 0 no-repeat;
  width: 5px;
  height: 3px;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
/* slider */
.slider {
  position: relative;
  z-index: 1;
  padding: 0;
  padding: 167px 10px 0px 10px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  border-bottom: #FF4719 5px solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 276px;
}
.camera_wrap img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.camera_wrap .camera_pag {
  position: absolute;
  bottom: 13px;
  right: 25px;
  z-index: 999;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #e5472f;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-left: 6px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #2380BE;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #2380BE;
  cursor: default;
}
.camera_caption {
  position: absolute;
  top: -167px;
  left: 0px;
  width: 100%;
  z-index: 9999 !important;
  display: block;
}
.camera_caption > div {
  padding: 53px 50px 0 40px;
}
.camera_caption .clearfix > div {
  line-height: 18px;
  overflow: hidden;
}
.camera_caption > div h2 {
  margin: -4px 0 12px 0;
  display: block;
}
.camera_caption a {
  display: inline-block;
  float: right;
  text-decoration: none;
  background-color: #2380be;
  background-image: -moz-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268bcf), to(#1a5f8c));
  background-image: -webkit-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -o-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: linear-gradient(to bottom, #268bcf, #1a5f8c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff175453', endColorstr='#ff124040', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  padding: 17px 25px 18px 25px;
  margin-left: 30px;
}
.camera_caption a:hover {
  background-color: #f56539;
  background-image: -moz-linear-gradient(top, #fa713b, #ee5337);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa713b), to(#ee5337));
  background-image: -webkit-linear-gradient(top, #fa713b, #ee5337);
  background-image: -o-linear-gradient(top, #fa713b, #ee5337);
  background-image: linear-gradient(to bottom, #fa713b, #ee5337);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa713b', endColorstr='#ffee5337', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 58px;
}
.main {
  background:#FF4719;
  -webkit-box-shadow: inset 0 0px 125px #d33a25;
  -moz-box-shadow: inset 0 0px 125px #d33a25;
  box-shadow: inset 0 0px 125px #d33a25;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffde9f;
  line-height: 20px;
  padding-bottom: 56px;
}
.main h2 {
  color: #fff;
}
/*block-1*/
.block-1 {
  list-style-type: none;
  margin: 0 0 0 -30px;
}
.block-1 li > div {
  text-align: center;
  padding: 32px 20px 0 30px;
  line-height: 20px;
}
.block-1 span {
  display: block;
  width: 70px;
  height: 65px;
  margin: 0 0 13px 0;
  margin-right: auto;
  margin-left: auto;
}
.block-1 h2 {
  text-align: center;
  margin: 0px 0 21px 0;
}
.block-1 span.page1-icon1 {
  background: url(../img/page1-icon1.png) 0 0 no-repeat;
}
.block-1 span.page1-icon2 {
  background: url(../img/page1-icon2.png) 0 0 no-repeat;
}
.block-1 span.page1-icon3 {
  background: url(../img/page1-icon3.png) 0 0 no-repeat;
}
.block-1 span.page1-icon4 {
  background: url(../img/page1-icon4.png) 0 0 no-repeat;
}
.block-1 li > div:hover span {
  background-position: 0 bottom;
}
.block-1 li > div a.btn {
  margin-top: 27px;
}
/*block-2*/
.block-2 {
  list-style-type: none;
  margin: 22px 0 0 0;
}
.block-2 li {
  overflow: hidden;
  padding-top: 25px;
  margin-top: 25px;
  border-top: #dadada 1px solid;
  display: block;
}
.block-2 li:first-child {
  padding-top: 0;
  border: none;
  margin-top: 0;
}
.block-2 li figure {
  float: left;
  margin: 5px 17px 0 0;
}
.block-2 li div {
  overflow: hidden;
}
.block-2 li div p {
  margin-bottom: 13px;
}
.block-2 li:hover figure {
  background: #f96f3b;
  border: #df432c 1px solid;
}
/*block-3*/
.block-3 {
  list-style-type: none;
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.block-3 li {
  overflow: hidden;
  padding-top: 23px;
  margin-top: 29px;
  border-top: #dadada 1px solid;
  display: block;
}
.block-3 li:first-child {
  padding-top: 0;
  border: none;
  margin-top: 0;
}
.block-3 li a.lead {
  line-height: 22px;
}
.block-3 li figure {
  float: left;
  margin: 2px 17px 0 0;
}
.block-3 li > div {
  overflow: hidden;
  padding-top: 10px;
}
.block-3 li p {
  padding-top: 13px;
}
/*carousel*/
.list_carousel {
  position: relative;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel #foo > li {
  padding: 0;
  display: block;
  float: left;
  margin-right: 0px;
  cursor: default;
}
.list_carousel #foo > li {
  min-height: 348px;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.list_carousel .prev,
.list_carousel .next {
  display: inline-block;
  width: 27px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: -50px;
}
.list_carousel .prev {
  background: url(../img/prev.png) no-repeat 0 0;
  right: 28px;
  border-right: #dedede 1px solid;
}
.list_carousel .next {
  background: url(../img/next.png) no-repeat 0 0;
  right: 0px;
}
.list_carousel .prev:hover,
.list_carousel .next:hover {
  background-position: 0 bottom;
}
/*block-4*/
.block-4 {
  list-style-type: none;
  margin: 0;
}
.block-4 li {
  overflow: hidden;
  margin-top: 32px;
  display: block;
}
.block-4 li:first-child {
  margin-top: 0;
}
.block-4 li a.lead {
  line-height: 22px;
}
.block-4 li figure {
  float: left;
  margin: 5px 20px 10px 0;
}
/*thumbnails*/.thumbnails {
  margin: 0 0 0 -20px;
}
.thumbnails li {
  margin-bottom: 25px;
  float: left;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.thumbnails .thumbnail h2 {
  margin: 53px 0 25px 0;
}
.thumbnails .thumbnail figure {
  margin-bottom: 25px;
}
/*block-5*/
.block-5 {
  list-style-type: none;
  margin: 0;
}
.block-5 li {
  overflow: hidden;
  margin-top: 25px;
  display: block;
}
.block-5 li:first-child {
  margin-top: 0;
}
.block-5 li a.lead {
  line-height: 22px;
}
.block-5 li figure {
  float: left;
  margin: 5px 20px 10px 0;
}
/*block-6*/
.block-6 {
  list-style-type: none;
  margin: 0;
}
.block-6 li {
  overflow: hidden;
  margin-top: 25px;
  display: block;
}
.block-6 li:first-child {
  margin-top: 0;
}
.block-6 li a.lead {
  line-height: 22px;
}
.block-6 li figure {
  float: left;
  margin: 5px 20px 10px 0;
}
/*gallery*/
.gallery {
  margin-left: -10px;
  padding-top: 15px;
  position: relative;
  z-index: 999;
}
.gallery figure {
  float: left;
  margin: 10px 0 0 10px;
  width: 45%;
}
/*video*/
.video-container {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*gallery-2*/
.gallery-2 {
  margin-left: -20px;
}
.gallery-2 figure {
  float: left;
  margin: 20px 0 0 20px;
  width: 20%;
}
.gallery-2 figure a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*-- contacts page --*/
.map {
  margin: 0px 0 22px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.map figure {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 329px;
  border: none;
}
.address {
  color: black;
  display: block;
  margin: 0;
}
.address strong {
  display: block;
  margin-bottom: 20px;
}
.address span {
  display: inline-block;
  width: 100px;
}
.address a{
  color: black;
}
.address a:hover{
  color:#0063A4
}
.contact-form input {
  height: 45px;
  width: 100%;
  padding: 12px 10px 12px 15px;
  line-height: 19px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  color: #7e7e7e;
  float: left;
  border: #c0c9c4 1px solid;
}
.contact-form label {
  min-height: 55px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
}
.contact-form label.message {
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #9d261d;
  float: left;
  margin: 2px 0 2px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  padding-bottom: 5px;
}
.contact-form textarea {
  width: 100%;
  height: 325px;
  padding: 12px 0 0 15px;
  margin: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  color: #7e7e7e;
  box-shadow: none;
  float: left;
  border: #c0c9c4 1px solid;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
  border-color: #c0c9c4;
}
.contact-form .btn {
  margin-left: 7px;
  float: left;
}
/*-- end contacts --*/
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #9ba9ab;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
footer span {
  display: inline-block;
  float: left;
  padding-top: 4px;
}
footer span a {
  color: #9ba9ab;
}
footer span a:hover {
  color: #fff;
}
/*social-icons*/
.social-icons {
  float: right;
  margin: 0 0 0 0;
  list-style-type: none;
  overflow: hidden;
  display: inline-block;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 10px;
  line-height: 0;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li a {
  width: 24px;
  height: 24px;
  display: block;
}
.social-icons li a.icon-1 {
  background: url(../img/icon-1.png) 0 bottom no-repeat;
}
.social-icons li a.icon-2 {
  background: url(../img/icon-2.png) 0 bottom no-repeat;
}
.social-icons li a.icon-3 {
  background: url(../img/icon-3.png) 0 bottom no-repeat;
}
.social-icons li a:hover {
  background-position: 0 0;
}
.partners { 
  float: middle;
  list-style-type: none;
  overflow: hidden;
  display: inline-block;
}
.partners li { 
  float: middle;
  display: inline-block;
  margin-left: 10px;
  line-height: 0;
}

/**/
/*--- footer end ------*/
/*404 page*/
.block-404 .span7 {
  padding-top: 188px;
  text-align: center;
}
.block-404 .span5 {
  padding-top: 160px;
}
.block-404 h2 {
  margin: 0 0 35px 0;
  line-height: 40px;
}
.block-404 p {
  padding-right: 20px;
}
.form-404 {
  width: 100%;
  margin-top: 56px;
  display: block;
}
.form-404 input {
  height: 45px;
  width: 100%;
  padding: 12px 10px 12px 15px;
  line-height: 19px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  color: #7e7e7e;
  float: left;
  border: #c0c9c4 1px solid;
}
.form-404 input:focus {
  box-shadow: none;
  border-color: #c0c9c4;
}
.form-404 a {
  margin: 20px 0 0 0px;
  float: right;
}
/**/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .slider .camera_wrap {
    height: 400px;
  }
  .navbar_ {
    margin: 0 45px 0 0;
  }
  .left-1 {
    padding-left: 30px;
  }
  .right-1 {
    padding-right: 140px;
  }
  .right-2 {
    padding-right: 100px;
  }
  .thumbnails {
    margin: 0 0 0 -30px;
  }
  .gallery figure {
    width: inherit;
  }
  .gallery-2 figure {
    width: inherit;
  }
  .contact-form input {
    width: 370px;
  }
  .contact-form label {
    display: inline-block;
    float: left;
  }
  .form-404 input {
    width: 268px;
  }
  .form-404 a {
    float: left;
    margin: 0 0 0 9px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  .camera_caption span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* navbar */
  .navbar_ {
    margin: 0;
    padding: 0;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    overflow: visible;
    height: auto;
    line-height: 0;
    clear: none;
  }
  .nav-collapse_ .nav > li a {
    font-weight: normal;
  }
  .nav-collapse_ .nav > li > a {
    padding: 13px 10px 17px;
  }
  /**/
  .nav-collapse_ .nav > li ul {
    width: 140px;
  }
  .nav-collapse_ .nav > li > ul ul {
    left: 153px;
  }
  .camera_caption > div h2 {
    margin: 0px 0 12px;
  }
  .slider .camera_wrap {
    height: 286px;
  }
  .list_carousel .prev,
  .list_carousel .next {
    bottom: -40px !important;
    top: auto;
  }
  .block-2 li div {
    overflow: visible;
  }
  .block-6 li figure {
    float: none;
    margin: 5px 0px 10px 0;
  }
  .list_carousel #foo > li {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  /* navbar */
  .select-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
  }
  /* navbar */.select-menu {
    display: block !important;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none !important;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
  }
  .navbar_ .nav-collapse {
    height: auto;
    padding: 25px 0 15px 0;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    position: relative;
    margin: 0;
    background: #ededed;
    border: #a6a6a6 1px solid;
  }
  /**/
  .slider .camera_wrap {
    min-height: inherit;
  }
  /**/
  .block-1 {
    margin: 0 0 0 0px;
  }
  .block-1 li > div {
    padding: 32px 20px 0 30px;
  }
  .block-1 span {
    float: left;
    margin: 0 10px 0px 0;
  }
  /**/
  .float {
    float: none !important;
  }
  .float2 {
    float: none !important;
  }
  .thumbnails li figure {
    width: 100%;
  }
  .block-404 .span7 {
    padding-top: 88px;
  }
  .block-404 .span5 {
    padding-top: 60px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .img-indent-1 {
    margin: 4px 20px 0px 0 !important;
    float: left;
  }
  .img-indent-2 {
    margin: 4px 20px 20px 0 !important;
    float: left;
  }
  .thumbnails {
    margin: 0 0 0 -20px;
  }
  .thumbnails li {
    width: 45%;
    margin-left: 20px;
  }
  .gallery figure {
    width: 22%;
  }
  .list_carousel #foo > li {
    min-height: 255px;
  }
}
@media (max-width: 625px) {
  .slider {
    padding: 20px 10px 0;
  }
  .camera_caption {
    display: none !important;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .img-indent-1 {
    margin: 4px 20px 0px 0 !important;
    float: left;
  }
  .img-indent-2 {
    margin: 4px 20px 20px 0 !important;
    float: left;
  }
  .thumbnails li {
    width: 43%;
    margin-left: 20px;
  }
  .gallery-2 figure {
    width: 45%;
  }
  .list_carousel #foo > li {
    min-height: 300px;
  }
}
@media (max-width: 481px) {
  .social-icons {
    float: none;
  }
   footer span {
    display: block;
    float: none;
  }
  .img-indent-1,
  .img-indent-2 {
    width: 100%;
  }
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails li {
    margin-left: 0;
  }
  .gallery-2 figure {
    width: 40%;
  }
}
@media (min-width: 321px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .block-5 li figure {
    float: none;
    width: 100%;
    margin: 5px 0px 10px 0;
  }
  .block-6 li figure {m
    float: none;
    margin: 5px 0px 10px 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;
}
.quote {
  position: absolute;
  float: right;
  text-decoration: none;
  background-color: #2380be;
  background-image: -moz-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268bcf), to(#1a5f8c));
  background-image: -webkit-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: -o-linear-gradient(top, #268bcf, #1a5f8c);
  background-image: linear-gradient(to bottom, #268bcf, #1a5f8c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff175453', endColorstr='#ff124040', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  padding: 17px 25px 18px 25px;
  margin: -114px 0px 0 887px;
  z-index: 9999;
}
.quote:hover {
  background-color: #f56539;
  background-image: -moz-linear-gradient(top, #fa713b, #ee5337);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa713b), to(#ee5337));
  background-image: -webkit-linear-gradient(top, #fa713b, #ee5337);
  background-image: -o-linear-gradient(top, #fa713b, #ee5337);
  background-image: linear-gradient(to bottom, #fa713b, #ee5337);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa713b', endColorstr='#ffee5337', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  padding: 17px 25px 18px 25px;
}
.quote_wrap {

}