a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/body {
  background: url(../img/bg.jpg) 0 0 repeat-x #eeedd9;
}
.main {
  max-width: 1000px;
  margin: 40px auto 20px auto;
  background-color: #fbfbf7;
  background-image: -moz-linear-gradient(top, #f9f9f2, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f2), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f2, #ffffff);
  background-image: -o-linear-gradient(top, #f9f9f2, #ffffff);
  background-image: linear-gradient(to bottom, #f9f9f2, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f2', endColorstr='#ffffffff', GradientType=0);
}
.main ul {
  list-style-type: none;
}
a {
  outline: none;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Impact;
  color: #d4dd05;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
h3 {
  font-size: 29px;
  display: block;
  background-color: #2d2d2d;
  background-image: -moz-linear-gradient(top, #373737, #1d1d1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#1d1d1d));
  background-image: -webkit-linear-gradient(top, #373737, #1d1d1d);
  background-image: -o-linear-gradient(top, #373737, #1d1d1d);
  background-image: linear-gradient(to bottom, #373737, #1d1d1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff1d1d1d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 16px 18px 16px 18px;
  margin: 30px 0 20px 0;
  border-left: #333333 1px solid;
  border-top: #464646 1px solid;
  border-right: #0c0c0c 1px solid;
  border-bottom: #0c0c0c 1px solid;
}
h3 span {
  color: #fff;
}
p {
  margin-bottom: 21px;
}
.p2 {
  margin-bottom: 30px;
}
.lead {
  font-size: 17px;
  line-height: 21px;
}
p.lead {
  margin-bottom: 5px;
}
.text-info {
  color: #d4dd05;
}
p.text-info {
  margin-bottom: 10px;
}
.link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
.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;
}
.img-polaroid a {
  display: block;
}
.img-polaroid {
  padding: 0 0 1px 0;
  background-color: #fff;
  border: none;
  border-bottom: 6px solid #e5e5e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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-top: 55px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
.list {
  margin: 0;
  list-style: none;
}
.list li {
  margin: 9px 0 0 0;
  padding: 0 0 0 19px;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  background: url(../img/marker.png) 0 8px no-repeat;
  display: block;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #4d4d43;
}
.list li a:hover {
  color: #d4dd05;
  text-decoration: none;
}
/* buttons*/
.btn {
  display: inline-block;
  background-color: #c8d105;
  background-image: -moz-linear-gradient(top, #d4dd05, #b6be04);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4dd05), to(#b6be04));
  background-image: -webkit-linear-gradient(top, #d4dd05, #b6be04);
  background-image: -o-linear-gradient(top, #d4dd05, #b6be04);
  background-image: linear-gradient(to bottom, #d4dd05, #b6be04);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4dd05', endColorstr='#ffb6be04', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  border-bottom: #a2a804 1px solid;
  border-right: #a2a804 1px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: Impact;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f6f2f2;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding: 7px 10px 7px 10px;
  margin: 25px 0 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn:hover {
  background: none;
  background-color: #2d2d2d;
  background-image: -moz-linear-gradient(top, #373737, #1d1d1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#1d1d1d));
  background-image: -webkit-linear-gradient(top, #373737, #1d1d1d);
  background-image: -o-linear-gradient(top, #373737, #1d1d1d);
  background-image: linear-gradient(to bottom, #373737, #1d1d1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff373737', endColorstr='#ff1d1d1d', GradientType=0);
  border-color: #1d1d1d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #f6f2f2;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 62px;
  height: 62px;
  overflow: hidden;
  background: url(../img/totop.png) right 0 no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 20px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 0;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {
  padding: 17px 0px 17px 0px;
  text-align: left;
  background: none;
  background-color: #2f2f2f;
  background-image: -moz-linear-gradient(top, #464646, #0c0c0c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#464646), to(#0c0c0c));
  background-image: -webkit-linear-gradient(top, #464646, #0c0c0c);
  background-image: -o-linear-gradient(top, #464646, #0c0c0c);
  background-image: linear-gradient(to bottom, #464646, #0c0c0c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff464646', endColorstr='#ff0c0c0c', GradientType=0);
}
/*brand*/
header h1.brand {
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 99;
}
header h1.brand a {
  display: inline-block;
  text-decoration: none;
}
header h1.brand a img {
  width: 100%;
}
/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {
  margin: 19px 0 0 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: left;
}
.nav-collapse_ .nav {
  float: none;
  display: inline-block;
  margin: 0 -10px 0 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;
  font-size: 19px;
  line-height: 24px;
  border-left: #434342 1px solid;
  padding: 4px 7px 5px 7px;
}
.nav-collapse_ .nav > li:first-child {
  border: none;
}
.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: #797a7a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.nav-collapse_ .nav > li > a {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  border: none;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) 0 0 no-repeat;
  width: 9px;
  height: 9px;
  right: 50%;
  bottom: -10px;
  margin-right: -5px;
}
.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: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #d4dd05;
  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: 207px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 0px;
  background: #252525;
  border-top: #d4dd05 3px solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li > ul {
  left: 0px;
  top: 50px;
}
.nav-collapse_ .nav ul li {
  font-size: 14px;
  line-height: 17px;
  display: block;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: #3b3b3b 1px solid;
}
.nav-collapse_ .nav ul li:first-child {
  border: none;
}
.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;
  text-align: left;
  display: block;
  color: #797a7a;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 19px 7px 19px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #fff;
  background: none;
  -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;
}
/* slider */
.slider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  float: none;
  min-height: 522px;
}
.slider .camera_wrap img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 92px;
  right: 30px;
  z-index: 999;
}
.slider .camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li {
  background: #fff;
  width: 27px;
  height: 27px;
  display: block;
  float: none;
  margin-top: 9px;
  cursor: pointer;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #d4dd05;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #d4dd05;
  cursor: default;
}
.slider .camera_caption {
  display: none !important;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 0px;
}
.container-padding {
  padding-bottom: 31px !important;
}
.block-1 {
  margin-top: -93px;
  position: relative;
  z-index: 1000;
}
.block-1 .span3 {
  margin-top: 30px;
}
.block-1 h3 {
  margin: 0;
}
.block-1 figure {
  margin-bottom: 17px;
  display: block;
}
.block-2 {
  overflow: hidden;
  background: #e6e6e2;
  margin-top: 31px;
  padding: 12px 20px 12px 20px;
}
.block-2 strong {
  font-size: 43px;
  line-height: 1em;
  color: #5a5a59;
  font-weight: bold;
  font-family: Impact;
  text-transform: uppercase;
  float: left;
  letter-spacing: -1px;
  margin-right: 20px;
}
.block-2 span {
  overflow: hidden;
  display: block;
}
.block-aside {
  background-color: #272726;
  background-image: -moz-linear-gradient(top, #1d1d1d, #353534);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d1d1d), to(#353534));
  background-image: -webkit-linear-gradient(top, #1d1d1d, #353534);
  background-image: -o-linear-gradient(top, #1d1d1d, #353534);
  background-image: linear-gradient(to bottom, #1d1d1d, #353534);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d1d1d', endColorstr='#ff353534', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #9d9c9c;
  padding-bottom: 30px;
}
.block-aside .text-info,
.block-aside .lead {
  color: #fff;
}
.block-aside h3 {
  margin: 30px 0 15px 0;
}
.list-news {
  margin: 0;
}
.list-news li {
  overflow: hidden;
  margin-top: 20px;
}
.list-news li img {
  float: left;
  margin-right: 20px;
}
.list-photos {
  margin: -15px 0 0 -20px;
  overflow: hidden;
}
.list-photos li {
  float: left;
  display: inline-block;
  margin: 20px 0 0 20px;
}
/*thumbnails*/.thumbnails {
  margin: -34px 0 0 -20px;
}
.thumbnails li {
  margin-top: 34px;
  margin-bottom: 0;
  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;
  margin: 0;
}
.thumbnails .thumbnail img {
  margin-bottom: 15px;
  width: 100%;
}
/**/
.list-training {
  margin: -12px 0 0 0;
}
.list-training li {
  overflow: hidden;
  margin-top: 32px;
}
.list-training li img {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
/*------ABOUT-------*/
/*list-staff*/
.list-staff {
  margin: -30px 0 0 -20px;
}
.list-staff li {
  margin-top: 30px;
  display: inline-block;
  margin-left: 20px;
}
.list-staff li .img-polaroid {
  display: block;
}
.list-staff li img {
  width: 100%;
}
/*list-mission*/
.list-mission {
  margin: 0px;
}
.list-mission li {
  margin-top: 30px;
}
.list-mission li:first-child {
  margin-top: 0px;
}
.list-mission .badge {
  background: #d4dd05;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  width: 40px;
  height: 33px;
  font-family: Impact;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 0 0 0;
  margin: 0px 20px 5px 0;
  text-align: center;
  float: left;
}
/*testimonials*/
.testimonials blockquote {
  margin: 15px 0 0 0;
  padding: 0px 0 0 30px;
  font-size: 15px;
  line-height: 21px;
  background: url(../img/blockquote.png) 0 3px no-repeat;
  display: block;
  border: none;
  overflow: hidden;
}
.testimonials blockquote a {
  display: inline-block;
  margin-top: 21px;
}
/**/
.block-3 img {
  margin: 0 0 16px 0;
}
/*-- contacts page --*/
/*-- contacts page --*/
.map {
  margin: 0;
  padding-bottom: 30px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.map iframe {
  width: 100%;
  height: 497px;
  border: none;
}
.address {
  display: block;
  margin: 0;
}
/***** contact form *****/
.contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.contact-form .txt-form {
  display: none;
}
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  float: left;
  width: 200px;
}
.contact-form .coll-1,
.contact-form .coll-2 {
  margin-right: 10px;
}
.contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
.contact-form label {
  display: block;
  min-height: 43px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.contact-form .message {
  min-height: 119px;
  display: block;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 10px;
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  color: #4d4d43;
  background: #fff;
  outline: none;
  width: 100%;
  border: 1px solid #e6e6e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -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;
}
.contact-form input {
  height: 33px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e6e6e2 !important;
  color: #4d4d43 !important;
}
.contact-form .area .error {
  float: none;
}
.contact-form textarea {
  width: 100%;
  height: 109px;
  resize: none;
  overflow: auto;
}
.contact-form .success {
  border: 1px solid #e6e6e2;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 21px;
  background: #fff;
  padding: 14px 0px;
  text-transform: none;
  text-align: center;
  z-index: 20;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form .error,
.contact-form .empty {
  color: #f00;
  font-size: 10px;
  line-height: 1em;
  display: none;
  overflow: hidden;
  padding: 0px 4px 0px 0;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.contact-form .message .error,
.contact-form .message .empty {
  bottom: 0px;
}
.contact-form .buttons-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.contact-form .buttons-wrapper a {
  margin-right: 14px;
  margin-top: 0px;
  float: left;
}
.contact-form .buttons-wrapper a:hover {
  text-decoration: none;
}
.contact-form .buttons-wrapper span {
  display: inline-block;
  padding-top: 10px;
  color: #d4dd05;
}
/*-- end contacts --*/
/*-- end contacts --*/
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 30px 0px 30px 0px;
  font-size: 14px;
  line-height: 17px;
  background-color: #2b2b2b;
  background-image: -moz-linear-gradient(top, #353534, #1d1d1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353534), to(#1d1d1d));
  background-image: -webkit-linear-gradient(top, #353534, #1d1d1d);
  background-image: -o-linear-gradient(top, #353534, #1d1d1d);
  background-image: linear-gradient(to bottom, #353534, #1d1d1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff353534', endColorstr='#ff1d1d1d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  border-top: #464646 1px solid;
}
/*--- footer end ------*/
/*404 page*/
.img-404 > div {
  margin-left: -30px;
}
.block-404 h3 {
  overflow: hidden;
  padding-bottom: 13px;
  margin-bottom: 14px;
}
.block-404 h3 strong {
  display: inline-block;
  float: left;
  margin-right: 25px;
  font-size: 67px;
  line-height: 1em;
  font-weight: normal;
  margin-top: -5px;
}
.block-404 p {
  padding-right: 20px;
}
.form-404 {
  width: 100%;
  margin: 15px 0 0 0;
  display: block;
}
.form-404 input {
  height: 33px;
  width: 100%;
  padding: 6px 10px 6px 19px;
  font-size: 15px;
  line-height: 21px;
  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: #4d4d43;
  float: left;
  border: #e6e6e2 1px solid;
}
.form-404 input:focus {
  box-shadow: none;
  border-color: #e6e6e2;
}
.form-404 a {
  margin: 30px 0 0 0px;
  float: none;
}
/**/
/*----- media queries ------*/
@media (min-width: 1270px) {
  .main {
    max-width: 1230px;
  }
  .right-1 {
    padding-right: 100px;
  }
  .slider .camera_wrap {
    min-height: 642px;
  }
  .thumbnails {
    margin: -34px 0 0 -30px;
  }
  .list-staff {
    margin: -30px 0 0 -30px;
  }
  .list-staff li {
    margin-left: 30px;
  }
  .contact-form label {
    display: inline-block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  .block-1 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* navbar */
  .navbar_ {
    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: bold;
  }
  /**/
  .slider .camera_wrap {
    min-height: 391px;
  }
  /**/
  .block-1 .span3 {
    width: 47%;
  }
  .block-2 strong {
    float: none;
    display: block;
  }
  /**/
  .list-training li img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 152px;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  /* navbar */
  .select-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
  }
  .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: 15px 0 15px 0;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    position: relative;
    margin: 0;
    background: #ededed;
    border: #a6a6a6 1px solid;
  }
  /**/
  .slider .camera_wrap .camera_pag {
    bottom: 30px;
  }
  /**/
  .block-2 strong {
    float: none;
    display: block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 100%;
    float: none;
  }
  .contact-form textarea {
    height: 100px;
  }
  .map iframe {
    height: 300px;
  }
  .img-404 > div {
    margin-left: 0px;
  }
  .img-404 > div img {
    width: 100%;
  }
  /**/
  .float {
    float: none !important;
  }
  .float2 {
    float: none !important;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .slider .camera_wrap {
    min-height: 312px;
  }
  /**/
  .block-1 {
    margin-left: -30px;
  }
  .block-1 .span3 {
    width: 43%;
    float: left;
    margin-left: 30px;
  }
  /**/
  .list-photos li {
    float: left;
    width: 20%;
  }
  .thumbnails {
    margin: -34px 0 0 -20px;
  }
  .thumbnails li {
    float: left;
    width: 29%;
    margin-left: 20px;
  }
  .block-3 img {
    margin: 0 20px 5px 0px;
    float: left;
  }
  .list-staff li.span2 {
    width: 20%;
  }
}
@media (max-width: 625px) {
  .slider .camera_wrap {
    min-height: 200px;
  }
  .block-3 img {
    width: 100%;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .block-1 {
    margin-left: -30px;
  }
  .block-1 .span3 {
    width: 41%;
    float: left;
    margin-left: 30px;
  }
  .list-photos li {
    float: left;
    width: 20%;
  }
  .thumbnails {
    margin: -34px 0 0 -20px;
  }
  .thumbnails li {
    float: left;
    width: 43%;
    margin-left: 20px;
  }
  .list-staff li.span2 {
    width: 27%;
  }
}
@media (max-width: 481px) {
  .thumbnails {
    margin: -34px 0 0 0px;
  }
  .thumbnails li {
    margin-left: 0px;
  }
  /**/
  .list-training li img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 481px) {
  .list-photos li {
    float: left;
    width: 40%;
  }
  .list-staff li.span2 {
    width: 42%;
  }
}
@media (max-width: 420px) {
  .list-staff {
    margin: 0;
  }
  .list-staff li.span2 {
    float: none;
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .block-404 h3 strong {
    margin-right: 0;
    display: block;
    float: none;
  }
}
@media (max-width: 321px) {
  .list-photos li img {
    width: 100%;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
