a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/body {
  background: #f5f5f5;
}
.main {
  max-width: 1000px;
  background: #fff;
  margin: 48px auto 0 auto;
}
a {
  outline: none;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nixie One', cursive;
  color: #424242;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
h2 {
  font-size: 48px;
  margin: 0;
}
h2 > span {
  color: #e85c46;
}
h3 {
  font-size: 36px;
  margin: 45px 0 24px 0;
}
h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  text-transform: none;
}
h4 > a {
  color: #424242;
}
h4 > a:hover {
  color: #e85c46;
}
p {
  margin-bottom: 22px;
}
.p1 {
  margin-bottom: 15px;
}
.p2 {
  margin-bottom: 9px;
}
.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;
}
.img-polaroid a {
  display: block;
}
.img-polaroid {
  padding: 0px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  -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: 42px 0 20px 0;
}
.extra-wrap {
  overflow: hidden;
}
.list {
  margin: 0;
  list-style: none;
}
.list li {
  margin: 9px 0 0px 0;
  padding-left: 24px;
  font-size: 12px;
  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: #e85c46;
  text-decoration: underline;
}
.list li a:hover {
  color: #363636;
  text-decoration: none;
}
/* buttons*/
.btn {
  display: inline-block;
  background: #f5f5f5;
  border: #f0f0f0 1px solid;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  line-height: 14px;
  color: #e85c46;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 13px 20px 12px 20px;
  margin-top: 24px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn:hover {
  background: #e85c46;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/*------ header ------- */
header {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
/*brand*/
header h1.brand {
  position: relative;
  z-index: 99;
  display: inline-block;
  float: left;
  margin: 53px 0 57px 0;
  padding: 0px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
header h1.brand a {
  display: inline-block;
  text-decoration: none;
}
/*social-icons*/
.social-icons {
  float: right;
  list-style-type: none;
  overflow: hidden;
  display: inline-block;
  margin: 0;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-right: 1px;
  line-height: 0;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li a {
  display: block;
  background: #f2f2f2;
}
.social-icons li a:hover {
  background: #404040;
}
/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {
  margin: 0;
  float: left;
  border-bottom: #f5f5f5 1px solid;
  border-top: #f5f5f5 1px solid;
}
.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;
}
.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: 3px;
  padding-right: 3px;
  margin-bottom: -1px;
  font-size: 11px;
  line-height: 14px;
  background: url(../img/menu-divider.gif) right center no-repeat;
}
.nav-collapse_ .nav > li:first-child:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/menu-divider.gif) left center no-repeat;
}
.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: #404040;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.nav-collapse_ .nav > li > a {
  display: block;
  position: relative;
  text-align: left;
  padding: 18px 28px 17px 28px;
  border-bottom: transparent 1px solid;
  text-align: center;
  -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) right 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 {
  border-bottom: #e85c46 1px solid;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #404040;
  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: 162px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 0px;
  background: #e85c46;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-collapse_ .nav > li > ul {
  left: -40px;
  top: 60px;
}
.nav-collapse_ .nav ul li {
  line-height: 14px;
  font-size: 11px;
  display: block;
  text-align: left;
  position: relative;
  margin: 0;
  border-top: #d3523d 1px solid;
  padding: 0;
}
.nav-collapse_ .nav ul li:first-child {
  border-top: 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;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 17px 10px 18px 10px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #000000;
  -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: 163px;
  top: 0px;
}
.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;
}
/* search-form */.navbar-form {
  background: #fbfbfb;
  border: #e3e3e3 1px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px 0px 0 0;
  float: right;
}
.navbar-form input {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 14px;
  line-height: 14px;
  font-size: 11px;
  text-transform: uppercase;
  color: #404040;
  width: 55%;
  float: left;
  margin: 0px;
  padding: 18px 0px 17px 20px;
}
.navbar-form input:focus {
  box-shadow: none;
}
.navbar-form a {
  margin: 0;
  display: inline-block;
  width: 49px;
  height: 49px;
  background: url(../img/search.png) 0 0 no-repeat;
  float: right;
}
.navbar-form a:hover {
  background: url(../img/search.png) right 0 no-repeat;
}
/* slider */
.slider {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 31px;
  border-bottom: #e85c46 1px solid;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 415px;
}
.slider .camera_wrap img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 23px;
  right: 25px;
  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: #134545;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-left: 6px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #e5472f;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #e5472f;
  cursor: default;
}
.slider .camera_caption {
  position: absolute;
  left: 30px;
  top: 100px;
}
.slider .camera_caption .btn {
  background: #404040;
  border: #404040 1px solid;
  color: #fff;
  padding: 13px 20px 12px 20px;
  margin-top: 21px;
}
.slider .camera_caption .btn:hover {
  background: #e85c46;
  border: #e85c46 1px solid;
  color: #fff;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 52px;
}
.line-1 {
  border-bottom: #f5f5f5 1px solid;
  padding-top: 52px;
}
.block-1 h3 {
  margin: 45px 0 20px 0;
}
.block-2 {
  overflow: hidden;
}
.block-2 figure {
  margin: 0px 0px 24px 0;
  float: none;
}
/*block-news*/
.block-news {
  margin: 0;
  list-style-type: none;
}
.block-news li {
  display: block;
  overflow: hidden;
  margin-top: 16px;
}
.block-news li:first-child {
  margin-top: 0;
}
.block-news figure {
  float: right;
  margin-left: 20px;
}
.block-news li div {
  overflow: hidden;
}
.block-news a {
  font-size: 11px;
  color: #000000;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 8px;
}
.block-news a:hover {
  color: #e85c46;
}
/*list-clients*/
.list-clients {
  margin: 0px 0 0 -20px;
  list-style-type: none;
}
.list-clients li {
  display: block;
  float: left;
  text-align: center;
  padding-top: 15px;
}
.list-clients li a {
  display: block;
  font-size: 11px;
  line-height: 22px;
  color: #404040;
  text-transform: uppercase;
}
.list-clients li a img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.list-clients li:nth-child(2n) a img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.list-clients li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-clients li a + a {
  display: inline-block;
  margin-top: 5px;
}
.list-clients li a + a:hover {
  color: #e85c46;
}
.block-3 {
  overflow: hidden;
}
.block-3 figure {
  margin: 0px 20px 5px 0;
  float: left;
}
/*block-testimonials*/
.block-testimonials {
  margin: 0;
  list-style-type: none;
}
.block-testimonials li {
  display: block;
  overflow: hidden;
  margin-top: 16px;
}
.block-testimonials li:first-child {
  margin-top: 0;
}
.block-testimonials figure {
  float: left;
  margin-right: 20px;
}
.block-testimonials li div {
  overflow: hidden;
}
.block-testimonials li blockquote {
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 22px 0;
}
/*thumbnails*/.thumbnails {
  margin: 0px 0 0 -20px;
}
.thumbnails li {
  margin-top: 22px;
  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-bottom: 0;
}
.thumbnails .thumbnail figure {
  display: block;
  margin-bottom: 11px;
}
.thumbnails .thumbnail-2 {
  margin-top: 24px;
}
.thumbnails .thumbnail-2 figure {
  margin-bottom: 24px;
}
/*block-methods*/
.block-methods {
  list-style-type: none;
  margin: 0 0 0 -20px;
}
.block-methods li {
  margin-top: 20px;
}
.block-methods .badge {
  background: #f0f0f0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  width: 57px;
  height: 47px;
  padding: 10px 0 0 0;
  margin: 8px 20px 5px 0;
  font-size: 36px;
  font-weight: normal;
  font-family: 'Nixie One', cursive;
  line-height: 1em;
  color: #424242;
  text-align: center;
  float: left;
}
/* gallery */
.gallery {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  height: auto;
}
.gallery .camera_wrap {
  float: none;
  background: #000;
  margin-bottom: 134px !important;
}
.gallery .camera_thumbs_cont > div {
  float: none;
}
.gallery iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.gallery .camera_thumbs_cont ul {
  padding: 32px 0 0 0;
  margin: 0;
  text-align: center;
  width: auto !important;
  display: block;
}
.gallery .camera_thumbs_cont ul li {
  padding: 0 0 0 20px;
  width: 20%;
  margin: 0;
  display: inline-block;
}
.gallery .camera_thumbs_cont ul li:first-child {
  padding-left: 0 !important;
}
.gallery .camera_thumbs_cont ul li > img {
  border: #f0f0f0 1px solid;
  cursor: pointer;
  margin: 0px;
  width: 100%;
}
/*-- contacts page --*/
.map {
  margin: 0px 0 14px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.map figure {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 228px;
  border: none;
}
.address {
  display: block;
  margin: 0;
}
.address strong {
  display: block;
  margin-bottom: 22px;
  font-weight: normal;
}
.address span {
  display: inline-block;
  width: 80px;
}
.contact-form {
  position: relative;
  display: block;
  margin: 0;
}
.contact-form br {
  display: block;
  clear: both;
}
.contact-form input {
  height: 51px;
  width: 100%;
  padding: 18px 10px 17px 19px;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  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: #fbfbfb;
  color: #404040;
  float: left;
  border: #e3e3e3 1px solid;
}
.contact-form label {
  min-height: 71px;
  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: absolute;
  font-size: 11px;
  line-height: 14px;
  color: #9d261d;
  right: 5px;
  top: 5px;
}
.contact-form .success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  border: #e3e3e3 1px solid;
  display: none;
  padding: 20px;
  z-index: 99;
  text-align: center;
}
.contact-form textarea {
  width: 100%;
  height: 241px;
  padding: 18px 0 0 19px;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  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: #fbfbfb;
  color: #404040;
  box-shadow: none;
  float: left;
  border: #e3e3e3 1px solid;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none !important;
  color: #404040 !important;
  border-color: #e3e3e3 !important;
}
.contact-form .btn {
  margin-left: 20px;
  margin-top: 30px;
  float: left;
}
/*-- end contacts --*/
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  padding-top: 37px;
  padding-bottom: 30px;
  font-size: 12px;
  color: #aeaeae;
}
footer a {
  color: #aeaeae;
}
footer a:hover {
  color: #000;
}
/*--- footer end ------*/
/*404 page*/
.block-404 .span7 {
  padding-top: 49px;
  text-align: center;
}
.block-404 .span5 {
  padding-top: 40px;
}
.block-404 .span5 br {
  display: none;
}
.block-404 h3 {
  margin: 0 0 87px 0;
}
.block-404 h3 > span {
  display: block;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 5px;
}
/* search-form */.form-404 {
  background: #fbfbfb;
  border: #e3e3e3 1px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 32px 0px 0 0;
  overflow: hidden;
}
.form-404 input {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 14px;
  line-height: 14px;
  font-size: 11px;
  text-transform: uppercase;
  color: #404040;
  width: 55%;
  float: left;
  margin: 0px;
  padding: 18px 0px 17px 20px;
}
.form-404 input:focus {
  box-shadow: none;
}
.form-404 a {
  margin: 0;
  display: inline-block;
  width: 49px;
  height: 49px;
  background: url(../img/search.png) 0 0 no-repeat;
  float: right;
}
.form-404 a:hover {
  background: url(../img/search.png) right 0 no-repeat;
}
/**/
/*----- media queries ------*/
@media (min-width: 1270px) {
  .main {
    max-width: 1250px;
  }
  .right-1 {
    padding-right: 100px;
  }
  .slider .camera_wrap {
    height: 516px;
  }
  .slider .camera_caption {
    left: 100px;
    top: 159px;
  }
  .list-clients {
    margin: 0px 0 0 -30px;
  }
  .thumbnails {
    margin: 0px 0 0 -30px;
  }
  .block-methods {
    margin: 0 0 0 -30px;
  }
  .gallery .camera_thumbs_cont ul li {
    width: inherit;
  }
  .gallery .camera_wrap {
    margin-bottom: 163px !important;
  }
  .contact-form input {
    width: 270px;
  }
  .contact-form label {
    display: inline-block;
    width: inherit;
    float: left;
  }
  .form-404 {
    width: 368px;
  }
  .block-404 .span5 br {
    display: block;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  h3 {
    font-size: 28px;
  }
}
@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: 18px 18px 17px;
  }
  /**/
  .slider .camera_wrap {
    height: 319px;
  }
  .slider .camera_caption h2 {
    font-size: 30px;
  }
  .block-news li div {
    overflow: visible;
  }
  .gallery .camera_wrap {
    margin-bottom: 111px !important;
  }
}
@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 {
    height: inherit;
  }
  .slider .camera_wrap .camera_pag {
    right: auto;
    left: 15px !important;
  }
  .slider .camera_caption {
    display: none !important;
  }
  .list-clients {
    margin: 0px;
  }
  .block-methods {
    margin: 0px;
  }
  /**/
  .float {
    float: none !important;
  }
  .float2 {
    float: none !important;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .block-2 figure {
    margin: 0px 20px 10px 0;
    float: left;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails .thumbnail {
    width: 45%;
    margin-left: 20px;
  }
  .gallery .camera_wrap {
    margin-bottom: 150px !important;
  }
}
@media (max-width: 625px) {
  
}
@media (min-width: 482px) and (max-width: 625px) {
  .block-2 figure {
    margin: 0px 20px 10px 0;
    float: left;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails .thumbnail {
    width: 43%;
    margin-left: 20px;
  }
  .gallery .camera_wrap {
    margin-bottom: 140px !important;
  }
}
@media (max-width: 481px) {
  .block-2 figure {
    display: block;
  }
  .block-news li div {
    overflow: visible;
  }
  .block-3 figure {
    float: none;
    display: block;
    margin: 0 0px 10px 0;
  }
  .block-testimonials li div {
    overflow: visible;
  }
  .thumbnails {
    margin-left: 0px;
  }
  .gallery .camera_wrap {
    margin-bottom: 100px !important;
  }
  .gallery .camera_thumbs_cont ul li {
    padding-left: 15px;
  }
}
@media (min-width: 321px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .gallery .camera_wrap {
    margin-bottom: 85px !important;
  }
}
/*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;
}
