a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_cn_rgregular';
    src: url('proximanovacond-regular-webfont.eot');
    src: url('proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanovacond-regular-webfont.woff') format('woff'),
         url('proximanovacond-regular-webfont.ttf') format('truetype'),
         url('proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaLtRegular';
    src: url('proximanova-light-webfont.eot');
    src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-light-webfont.woff') format('woff'),
         url('proximanova-light-webfont.ttf') format('truetype'),
         url('proximanova-light-webfont.svg#ProximaNovaLtRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*------ template stylization ------*/
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'proxima_nova_rgbold';
  color: #2a2c2f;
  font-weight: bold;
  line-height: 1.2em;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  color: #5d5e62;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
h4 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 20px 0 18px 0;
  color: #2a2c2f;
  font-weight: normal;
}
h5 {
  font-size: 20px;
  color: #1d2126;
  font-weight: normal;
  text-transform: uppercase;
}
p {
  margin-bottom: 10px;
}

div.slider h1 {
	color:#252525;
	font-size:34px;
	font-weight:600;
	border:0;
	padding:0;
	margin:0;
	text-transform:capitalize;
	padding-top:5%;
	float:left
	
}

div.orange_line p{ float:right; padding-top:3%}
div.orange_line p a{
	float:right;
	text-transform:capitalize;
	font-size:20px;
	font-weight:300!important;
	white-space:nowrap;
	width:inherit;
	padding-top:4px;
	padding-bottom:16px;
	font-family:'Oswald';
	margin-right:12px;

	background: #659cc3; /* Old browsers */
	background: -moz-linear-gradient(top,  #659cc3 0%, #395d76 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659cc3), color-stop(100%,#395d76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #659cc3 0%,#395d76 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #659cc3 0%,#395d76 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #659cc3 0%,#395d76 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #659cc3 0%,#395d76 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659cc3', endColorstr='#395d76',GradientType=0 ); /* IE6-9 */

}


figure {
  width: 100%;
}
img.img-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.text-info {
  color: #1a1d21;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
.link {
  color: #84878a;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  background: url(../images/marker.png) left 5px no-repeat;
  padding-left: 17px;
  margin-top: 10px;
  text-decoration: none;
  font-family: 'proxima_nova_rgbold';
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
.link:hover{
  background: url(../images/marker.png) 3px 5px no-repeat;
  color: #1d2127
}
.link-2 {
  text-decoration: none;
}
.link-2:hover {
  text-decoration: underline;
}
.clr {
  color: #ffffff;
}
.underline {
  text-decoration: underline;
}
a.underline {
  color: #656566;
}
a.underline:hover {
  color: #ffffff;
  text-decoration: underline;
}

.max-size1{
  max-width: 95%
}
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.indent-1 {
  margin-top: 58px;
}
.indent-2 {
  margin-top: 50px;
}
.indent-3  strong{
  padding-bottom: 10px;
  display:block
}
.img-indent {
  margin: 29px 0 28px 0;
}
.extra-wrap {
  overflow: hidden;
}
.alignleft{
  float: left;
  margin: 0 30px 20px 0;
}
.aligncenter{
  margin: 0 auto;
  margin: 0 0 10px 0;
}
.distable{ 
	display:table;
	padding-right:20px
}

ul.list,
ul.list-2 {
  margin: 0;
  list-style: none;
  padding-right:8%
}
ul.list li {
	background: url(../images/bg_list.gif) 0 50% no-repeat;
	padding-left:20px;
	margin-bottom:12px
}
ul.list li a {

}
ul.list li:hover{

}
ul.list li:hover a {

}
ul.list-2 li {
  padding: 5px 0 5px 13px;
  background: url(../images/marker.png) 0 12px no-repeat;
  font-size: 12px;
  line-height: 20px;
}
ul.list-2 li a {
  color: #ffffff;
  text-decoration: none;
}
ul.list-2 li a:hover {
  text-decoration: underline;
}
/**/
/* buttons*/
.btn_ {
  background: #a9c5d9;
  border: none;
  text-shadow: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 13px 8px 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  font-family: 'proxima_nova_rgbold'
}
.btn-small_ {
  padding: 8px 18px 8px 18px;
  color: #ffffff;
}
.btn_:hover {
  background: #eb6300;
  color: #ffffff;
}
/**/
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 52px;
  height: 44px;
  overflow: hidden;
  background: url(../images/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -650px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 -45px;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {
  padding: 0;
  background: url(../images/bg_top.jpg) 0 0 repeat-x;
  position: relative;
  z-index: 999;
}
.header-block-pad {
    padding: 30px 0px 41px 0px;
  }
h1.brand {
  display: inline-block;
  margin: 0px;
  padding: 0;
  text-transform: none;
  float:left
}
h1.brand a {
  display: block;
  font-size: 0;
  line-height: 0px;
}
h1.brand span {
  display: block;
  font-family: 'Open Sans', 'Oswald', sans-serif; sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  font-weight: normal;
  margin: 2px 0 0 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.contacts {
  float: right;
  display: inline-block;
  margin: 0px 20px 0 0px;
  padding:0;
  color: #969696;
  line-height: 22px;
  font-family:'Oswald';
  font-size:20px;
  text-transform:uppercase;
}
.contacts span,
.contacts a {
  color: #747474;
  text-decoration: none;
}
.contacts a:hover {
  color: #fff;
}
/* search-form */
.navbar-form {
  background: url(../images/form-search.jpg) 0 0 repeat-x #1c1c1c;
  border-bottom: #515152 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0px 0 0;
  float: right;
  clear:right
}
.navbar-form input {
  background: none;
  border: none;
  box-shadow: none;
  line-height: 18px;
  width: 295px;
  float: left;
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.navbar-form input:focus {
  box-shadow: none;
}
.navbar-form a {
  margin: 0;
  display: inline-block;
  width: 40px;
  height: 33px;
  background: url(../images/search.png) 0 0 no-repeat;
  float: right;
}
.navbar-form a:hover {
  background: url(../images/search.png) right 0 no-repeat;
}
/**/
/* navbar */
#nav_section{
  background: url(../images/bg_center.jpg);
  position: relative;
  z-index: 100
}
.navbar_ {
  margin: 0px 0 0 0;
}
.navbar_ .navbar-inner_ {
  padding: 0px 0px 0 0px;
  margin: 0;
  border: none;
  min-height: inherit;
}
/*nav*/
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
  float: left;
  padding-top: 0px;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  background: url(../images/line_top_menu.png) 0 0 no-repeat;
  padding: 0 5px 0 5px;
  line-height: 17px;
}
.nav-collapse_ .nav > li > a > em {
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../images/home.png) 0 0 no-repeat;
}
.nav-collapse_ .nav > li.li-first {}
.nav-collapse_ .nav li a {
  font-size: 18px;
  line-height: 18px;
  color: #1a1b1d;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-collapse_ .nav > li > a {
  font-family: 'Oswald';
  font-weight: normal;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 0;
  color:#6f6f6f;
  font-size:20px;
  display:block;
  margin:-5px 0px 0 0px;
  padding:20px 15px 15px 15px
}
.nav-collapse_ .nav > li.li-first.sfHover a > em,
.nav-collapse_ .nav > li.li-first:hover a > em,
.nav-collapse_ .nav > li.li-first.active a > em,
.nav-collapse_ .nav > li.li-first.active a > em {
  background-position: right 0;
}
.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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #29517c;
  background:none;
  color:#000;
}
.nav-collapse_ .nav > li.active > a {  
  background: #f66800; color:#fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;

}
.nav-collapse_ .nav > li.active > a:hover {  background: #f66800; color:#fff}

.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  width: 7px;
  height: 5px;
  right: 50%;
  top: 50%;
  margin: 10px -3px 0 0;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 0px;
  top: 45px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  padding: 13px 0 0 0;
  margin: 0; 
}
.nav-collapse_ .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../images/li-marker.png') left top no-repeat;
  width: 7px;
  height: 5px;
  right: 10px;
  top: 10px;
}
.nav-collapse_ .nav ul li a {
  display: block;
  text-transform: none;
  font-size: 16px;
  line-height: 18px;
  padding: 7px 10px 8px 17px;
  font-family: 'Oswald';
  color:#3e3e3e;
  text-transform:uppercase;
  
background: #f0f0f0; /* Old browsers */
background: -moz-linear-gradient(top, #f0f0f0 0%, #d1cfcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d1cfcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0f0f0 0%,#d1cfcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0f0f0 0%,#d1cfcf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0f0f0 0%,#d1cfcf 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0f0f0 0%,#d1cfcf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d1cfcf',GradientType=0 ); /* IE6-9 */

}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  
background: #93b9d4; /* Old browsers */
background: -moz-linear-gradient(top,  #93b9d4 0%, #5690b8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93b9d4), color-stop(100%,#5690b8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #93b9d4 0%,#5690b8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #93b9d4 0%,#5690b8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #93b9d4 0%,#5690b8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #93b9d4 0%,#5690b8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b9d4', endColorstr='#5690b8',GradientType=0 ); /* IE6-9 */

  color: #ffffff;
}
.nav-collapse_ .nav ul ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 158px;
  top: -20px;
  height: auto;
  list-style: none;
  z-index: 111;
  background: #111111;
  padding: 20px 0 24px 0;
  margin: 0;
}
/**/
/*social-icons*/
.social-icons {
  float: right;
  display: inline-block;
  margin: -6px 0px 0 0px;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 10px;
}
.social-icons li a {
  display: block;
}
.social-icons li a img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-icons li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/**/
/* slider */
.slider {
  position: relative;
  z-index: 1;
  padding: 0;
  background: url('../images/bg_center.jpg') left -1px repeat-x;  
}

.slider_bg{
	width:100%;
	background: url('../images/bg_slider.jpg') 50% top no-repeat;
	min-height:600px
}
.slider_bg_bottom{
	width:100%;
	background: url('../images/bg_slider_bottom.jpg') left bottom repeat-x;
	height:638px;
	position:relative;
}

img.slider_upper{
	position:absolute;
	bottom:0;
	margin-left:-585px;
	width:1170px;
	height:248px;
	left:50%;
	max-width:1170px;
	z-index:9;
}


.btn.primary{
	background: #659cc3; /* Old browsers */
	background: -moz-linear-gradient(top,  #659cc3 0%, #395d76 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659cc3), color-stop(100%,#395d76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #659cc3 0%,#395d76 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #659cc3 0%,#395d76 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #659cc3 0%,#395d76 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #659cc3 0%,#395d76 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659cc3', endColorstr='#395d76',GradientType=0 ); /* IE6-9 */
	
	color:#fff;
	font-size:20px;
	font-family:"Oswald";
	font-weight:300;
	line-height:30px;
	text-decoration:none;
	height:30px;
	padding-top:0!important;
	padding-bottom:12px;
	border:none

}

.btn.primary:hover{
	background: #f66800; /* Old browsers */
	background: -moz-linear-gradient(top,  #f66800 0%, #8a3c03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f66800), color-stop(100%,#8a3c03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f66800 0%,#8a3c03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f66800 0%,#8a3c03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f66800 0%,#8a3c03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f66800 0%,#8a3c03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66800', endColorstr='#8a3c03',GradientType=0 ); /* IE6-9 */
	
	border-color:#8a3c03
}


.subpage_bg{
	width:100%;
	background: url('../images/bg_slider.jpg') 50% bottom no-repeat;
	min-height:378px
}
.subpage_bg_bottom{
	width:100%;
	background: url('../images/bg_slider_bottom.jpg') left bottom repeat-x;
	height:380px;
	position:relative;
}
.subpage_bg._contacts{
	min-height:578px
}
.subpage_bg_bottom._contacts{
	height:580px;
}
div.orange_line{
	background: url('../images/bg_slider.jpg') 50% top no-repeat;
	height:10px;
}


.camera_wrap {
  margin-bottom: 0 !important;
}
.camera_thumb {
  width: 150px;
  height: auto;
}
.camera_wrap .camera_pag {
  position: absolute;
  top: 20px;
  right: 0%;
  z-index: 999;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #e0e0e0;
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #f66800;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #f66800;
  cursor: default;
}
.camera_caption {
  display: none;

}
.camera_caption h2{
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  line-height: auto;
  font-weight:400;  
  color: #252525;
  text-transform:capitalize;
  margin-top:5%
}
.camera_caption h3{
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #f66800;
  text-transform: uppercase;
  margin-top: -10px;
  font-weight: 700;
}

.camera_caption p{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #696969;
  font-weight: normal;
  width:85%;
  margin:20px 0
}
/*--- header end ------*/
/*------ content ------- */
#content {
  background: #f1f1f3;
}
.main-content {
  padding: 35px 0 35px;
}

.sub-content p{
  margin-bottom: 30px
}
.sub-content .container{
  border-bottom: 1px solid #27292C;
}


/**/
/* thumbnails_2 */
.thumbnails_2 {
  margin: 0px 0 0 -25px;
  padding-top: 8px;
}
.thumbnails_2 li.thumbnail_2 {
  margin: 0px 0px 24px 25px;
  padding: 0;
  display: block;
  float: left;
  width: 137px;
}
.thumbnails_2 .thumbnail_2 figure {
  margin: 0px 0 16px 0;
}
.thumbnails_2 li.thumbnail_2 .text-info {
  color: #ffffff;
}

/*----------- .portfolio --------------*/
.portfolio {
  list-style: none outside;
}
.imgarea{}
.magnifier {
  opacity: 1;
  position: relative;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover {
  opacity: 0.7;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover:after {
  opacity: 0.6;
}

.preloader {
  background: url(../images/loader.png) center center no-repeat;
  height: 116px;
  position: relative;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
#filters{
  border-bottom: 1px solid #b4b5b3
}
#filters li{
  float: left;
  list-style: none;
  font-family: 'proxima_nova_cn_rgregular';
  font-size: 18px;
  margin-right: 20px
}
#filters li a{
  text-decoration: none;
  color: #355981
}
#filters li a:hover{
  color: #f66800;
  text-decoration: underline;
}

/**/
/*lists*/
.lists {
  overflow: hidden;
}
.lists ul {
  margin-top: 15px;
}
.lists-width2 {
  overflow: hidden;
  margin-left: -15px;
}
.lists-width2 ul {
  margin-left: 15px;
  margin-top: 33px;
  width: 140px;
  float: left;
}
/**/
/* thumbnail_3 */
.thumbnails_3 {
  margin: 0px 0 0 0px;
}
.thumbnails_3 .thumbnail_3 {
  margin: 27px 0 0px 0px;
}
.thumbnails_3 .thumbnail_3 {
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails_3 .thumbnail_3 figure {
  margin: 0px 0 15px 0;
}
.thumbnails_3 .thumbnail_3 figure img {
  width: 100%;
}
/**/
/* thumbnail_4 */
.thumbnails_4 {
  margin: 0px 0 0 0px;
}
.thumbnails_4 .thumbnail_4 {
  margin: 27px 0 10px 0px;
}
.thumbnails_4 .thumbnail_4 {
  background: none;
  border: none;
  padding: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails_4 .thumbnail_4 figure {
  margin: 0px 0 15px 0;
}
.thumbnails_4 .thumbnail_4 figure img {
  width: 100%;
}
/**/
/*list-news*/
.list-news {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}
.list-news li {
  display: block;
  margin-top: 25px;
}
.list-news li:first-child {
  margin-top: 0 !important;
}
.list-news li .text-info {
  margin-top: 15px;
}
.list-news li a.btn_ {
  margin-top: 0;
}
.list-news li a.btn_ img{
  margin: -2px 10px 0 0
}

/**/
/*divider*/
.divider1{
  background: url(../images/divider.gif) 67% top repeat-y;
}
.divider2{
  background: url(../images/divider.gif) 33% top repeat-y;
}
.divider3{
  background: url(../images/divider.gif) 49% top repeat-y;
}
.divider4{
  background: url(../images/divider.gif) 58% top repeat-y;
}
.divider5{
  background: url(../images/divider.gif) 25% top repeat-y;
}
.divider6{
  background: url(../images/divider.gif) 75% top repeat-y;
}
.divider7{
  background: url(../images/divider.gif) 41.6% top repeat-y;
}

/**/
/*padcontent*/
/**/
.padbotcontent{
  border-top: 1px solid #cccccc;
  padding: 20px 0 0;
  clear: both;
  margin-top: 15px
}
.padcontent{
  padding: 20px 0 0;
  clear: both;
  margin-top: 15px
}
.padcontent_small{
	padding-bottom:15px
}


/*top area*/
#top-area{
  background: url(../images/top_area.jpg) top center no-repeat;
  height: 167px;
  position: relative;
}
#top-area button{
  margin: 0px;
  font-size: 35px;
  background: #e8e9e7; /* Old browsers */
  background: -moz-linear-gradient(top,  #e8e9e7 0%, #cacbcb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e9e7), color-stop(100%,#cacbcb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e8e9e7 0%,#cacbcb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e8e9e7 0%,#cacbcb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e8e9e7 0%,#cacbcb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e8e9e7 0%,#cacbcb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#cacbcb',GradientType=0 ); /* IE6-9 */
  float: left;
  padding: 0 20px;
  font-family: 'proxima_nova_cn_rgregular';
  color: #1a1d21;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 50px;
  text-shadow: 1px 1px #e7e8e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow:0px 2px 4px #000101;  
  -webkit-box-shadow:0px 2px 4px #000101; 
  box-shadow:0px 2px 4px #000101;
  margin-top: 60px;
  text-transform: uppercase;
  cursor: default;
  border: none
}

/*bottom content*/
#bottom-content{
  background: #f1f1f3 url(../images/line_horizontal.gif) 0 0 repeat-x;
  padding: 25px 0;
  border-top: 1px solid #d9d9da
}
#bottom-content h5{
  font-size: 18px;
  margin-bottom: 0;
  color:#5d5e62;
  font-family: 'proxima_nova_rgbold';
  display:table;
  padding-bottom:10px

}
#bottom-content .span10 img {
	margin-right:20px;
	margin-bottom:5px;
}



/*-- testimonials --*/
.testi{
  color: #1a1d21
}
.testi .btn_{
  margin: 0 0 10px;
  cursor: default;
  position: relative;
  font-size:14px;
  padding-bottom:4px;
  padding-top:0;
  cursor:pointer
}
.testi i{
  background: url(../images/angle.png) no-repeat;
  position: absolute;
  left: -9px;
  top: 5px;
  display: block;
  width: 9px;
  height: 12px
}

.testi a:hover i{
  background: url(../images/angle_hover.png) no-repeat;
}

/*-- contacts page --*/
#top-area-contact{
  height: 353px
}
#top-area-contact button {
  background: linear-gradient(to bottom, #E8E9E7 0%, #CACBCB 100%) repeat scroll 0 0 transparent;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 2px 4px #000101;
  color: #1A1D21;
  cursor: default;
  float: left;
  font-family: 'proxima_nova_cn_rgregular';
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 50px;
  margin: 60px 0 0;
  padding: 0 20px;
  text-shadow: 1px 1px #E7E8E7;
  text-transform: uppercase;
  margin-top: -200px;
  position: relative;
}
.map {
  width: 100%;
  margin-top:10px;
  height:444px;
  overflow:hidden;
  position:relative
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
address strong {
  font-weight: normal;
}
address span {
  display: inline-block;
  width: 70px;
}




.contact-form {
  padding-top: 11px;
}
.contact-form input {
  color: #1a1d21;
  height: 36px;
  width: 310px;
  padding: 10px 0 11px 10px;
  line-height: 17px !important;
  margin: 0;
  border: 1px solid #9e9e9e !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  float: left;
  background:  #f7f7f7;
}
.contact-form label {
  min-height: 20px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #ff7676;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  padding-bottom: 5px;
}
.contact-form textarea {
  width: 310px;
  height: 200px;
  padding: 9px 0 0 18px;
  margin: 0;
  resize: none;
  color: #1a1d21;
  border: 1px solid #9e9e9e !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  box-shadow: none;
  float: left;
  background:  #f7f7f7;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
}
.contact-form .btn_ {
  margin: 10px 16px 0 90px;
}
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/**/
/*404 page*/
.block-404{ background:#fff; border-top:10px #f66800 solid}
.block-404 .span8 {
  padding-top: 64px;
  text-align: center;
}
.block-404 .span4 {
  padding-top: 8%;
}
.block-404 h1 {
  margin: 0px;
  font-size: 35px;
  background: #e8e9e7; /* Old browsers */
  background: -moz-linear-gradient(top,  #e8e9e7 0%, #cacbcb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e9e7), color-stop(100%,#cacbcb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e8e9e7 0%,#cacbcb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e8e9e7 0%,#cacbcb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e8e9e7 0%,#cacbcb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e8e9e7 0%,#cacbcb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#cacbcb',GradientType=0 ); /* IE6-9 */
  float: left;
  padding: 0 20px;
  font-family: 'proxima_nova_cn_rgregular';
  color: #1a1d21;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 50px;
  text-shadow: 1px 1px #e7e8e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow:0px 2px 4px #000101;  
  -webkit-box-shadow:0px 2px 4px #000101; 
  box-shadow:0px 2px 4px #000101;
  margin-bottom: 30px
}
.block-404 h4 {
  margin: 30px 0 20px 0;
  font-family: 'proxima_nova_rgbold';
  font-weight: normal;
  color: #000;
  font-size: 23px;
  letter-spacing: -0.050em;
  clear: both;
}
.form-404 {
  width: 100%;
  margin-top: 35px;
}
.form-404 input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  background: #fff;
  margin: 0;
  box-shadow: none;
  height: 30px;
  width: 175px;
  line-height: 17px;
  padding: 7px 10px 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #656566;
  float: left;
}
.form-404 input:focus {
  box-shadow: none;
}
.form-404 a.btn_ {
  margin: 0;
  width: 91px;
  text-align: center;
  padding: 7px 0 8px 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.form-404 a.btn_:hover {
  color: #ffffff;
  background: #171619;
}


.btn.submit{ 
	color:#f1f1f3;
	font-size:14px;
	font-family: 'Arial';
	text-decoration:none;
	border:none;
	display:block;
	width:120px;
	text-transform:uppercase;
	margin-top:0px;
	font-weight:normal;
	text-shadow:none;
	white-space:nowrap;
	text-align:center;
	height:40px;
	

	background: #545454; /* Old browsers */
	background: -moz-linear-gradient(top,  #545454 0%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #545454 0%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	
}
.btn.submit i { }

.btn.submit:hover { 
	color:#fff;
	background: #f46700; /* Old browsers */
	background: -moz-linear-gradient(top,  #f46700 0%, #9f4300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46700), color-stop(100%,#9f4300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f46700 0%,#9f4300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46700', endColorstr='#9f4300',GradientType=0 ); /* IE6-9 */
	
}


/**/
/*-- end contacts --*/


a.read_more{ 
	color:#f1f1f3;
	font-size:13px;
	font-family: 'Oswald';
	text-decoration:none;
	border:none;
	display:inline-block;
	width:65px;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-top:20px;
	font-weight:normal;
	text-shadow:none;
	

	background: #545454; /* Old browsers */
	background: -moz-linear-gradient(top,  #545454 0%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #545454 0%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	
}

a.read_more:hover { 
	color:#fff;
	background: #f46700; /* Old browsers */
	background: -moz-linear-gradient(top,  #f46700 0%, #9f4300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46700), color-stop(100%,#9f4300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f46700 0%,#9f4300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46700', endColorstr='#9f4300',GradientType=0 ); /* IE6-9 */
	
}
.thumbnail-pad a.read_more {
	margin-top:0
}


/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 20px 0 20px 0;
  color: #8e8e8e;
  background: url(../images/bg_footer.jpg) left top repeat-x;

}
footer a {
  text-decoration: underline;
  color: #a2b7cd;
  text-transform: uppercase;
}
footer .span8 > a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer-menu {
  display: block;
  padding: 20px 0 30px 0;
  margin: 0 0 25px 0;
}
.footer-menu li {
  display: inline-block;
  float: left;
  color: #373739;
  font-size: 11px;
  line-height: 15px;
}
.footer-menu li:first-child{
  background: none;
}
.footer-menu li a {
  margin: 0 16px;
  color: #adadad;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Oswald'
}
.footer-menu li:first-child a {
  margin-left: 0;
}
.footer-menu li a:hover{ color:#6297bd}
.footer-menu li a.current {
  text-decoration: none;
  color: #ffffff
}

footer .span12{
  color:#8e8e8e;
  font-size:12px;
  padding-top: 5px;
  font-family:Arial;
  text-transform:uppercase;
}
footer .social-icons{ 
	margin-top:16px;	
}





/* ------    carusel      -----------*/ 
div.carousel-box{
	 background:#f1f1f3 url(../images/line_horizontal.gif) left bottom repeat-x;
	 padding-top:20px
}
div.carousel-box .inner{
	margin:0 auto!important;
	position:relative;
	display:block;
	float:none;
	padding-bottom:25px
}

div.carousel-box ul li {
	width:204px;
	min-height:300px;
	float:left;
	border-bottom:5px #649ac1 solid;
	margin-left:10px;
	margin-right:10px;
	padding:15px 5px 8px;
}

div.carousel-box ul li:hover {
	border-bottom:5px #f66800 solid;
	background:#fff;
}

div.carousel-box h4{ 
	color:#2a6ea4;
	font-size:18px;
	font-weight:normal;
	font-family:'Oswald';
	text-transform: capitalize;
	text-align:center;
}
div.carousel-box ul li:hover h4{
	color:#f66800;
}

div.carousel-box ul li p {
	color:#656565;
	font-size:12px;
	font-family:Arial;
	text-align:center;
	padding:0px 10px
}

div.carousel-box ul li:hover p{
	color:#934b16;
}

div.carousel-box ul li a.more{ 
	color:#f1f1f3;
	font-size:13px;
	font-family: 'Oswald';
	text-decoration:none;
	border:none;
	margin:0 auto;	
	width:32px;
	display:block;
	padding-bottom:6px;
	text-shadow:none;

	background: #545454; /* Old browsers */
	background: -moz-linear-gradient(top,  #545454 0%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #545454 0%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #545454 0%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	
}

div.carousel-box ul li:hover a.more{ 

	background: #f46700; /* Old browsers */
	background: -moz-linear-gradient(top,  #f46700 0%, #9f4300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46700), color-stop(100%,#9f4300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f46700 0%,#9f4300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f46700 0%,#9f4300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46700', endColorstr='#9f4300',GradientType=0 ); /* IE6-9 */
}

div.carousel-box ul li a.more:hover{ 
	color:#fff
}

div.carousel-box ul li img {
	margin:0 auto;
	display:block;
	max-width:100%
}

a.prev{ 
	display:block;
	position:absolute;
	width:25px;
	height:25px;
	background:#f00;
	right:50px;
	bottom:10px;
	z-index:100;
	cursor:pointer;
	background:url(../images/left_right.png) left top no-repeat;
}
a.next{ 
	display:block;
	position:absolute;
	width:25px;
	height:25px;
	background:#f00;
	right:20px;
	bottom:10px;
	z-index:100;
	cursor:pointer;
	background:url(../images/left_right.png) right top no-repeat;
}

/**/

/*----- media queries ------*/
@media (min-width: 1200px) {
  .camera_wrap .camera_pag {
    bottom: 48px;
  }
  .camera_wrap .camera_pag .camera_pag_ul li {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .camera_wrap .camera_pag {
    margin-left: 0;
  }
  .camera_caption h2{
    margin-top: 8%
  }
  form#newsletter input {
    width: 224px;
  }
  .lists-width2 {
    margin-left: -30px;
  }
  .lists-width2 ul {
    margin-left: 30px;
    width: 170px;
  }
  .thumbnails_2 {
    margin: 0px 0 0 -30px;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    width: 170px;
  }
  .list-services {
    margin: 0 0 0 -130px;
  }
  .list-services li {
    width: 370px;
    margin-left: 130px;
    min-height: inherit;
  }
  .imgarea{
    height: 116px
  }
  .magnifier:after {  }
  .preloader {
    height: 116px;
  }

  .form-404 input {
    width: 223px;
  }
  footer .phone{
    font-size: 40px;
    line-height: 40px;
  }
  	.contact-form input, .contact-form textarea  {
		width: 430px;
	}
	.contact-form textarea  {
		height: 100px;
	}


}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
  .navbar-form input {
    width: 295px;
  }
 
  img.slider_upper{
	width:972px;
	height:203px;
	margin-left:-490px
	
  }
	.slider_bg{
		min-height:414px
	}
	.slider_bg_bottom{
		height:539px;
	}

	div.carousel-box ul li {
		width:160px;
	}	
	.subpage_bg{
		min-height:328px
	}
	.subpage_bg_bottom{
		height:330px;
	}
   .footer-menu li a {
	  margin: 0 8px;
	  font-size: 16px;
	}

}
@media (min-width: 979px) {
	.btn.submit{ margin-left:90px}
}
@media (max-width: 979px) {
  .slider {
    height: auto;
  }
    #bottom-content h5{
	  font-size: 14px;
    }


  form#newsletter {
    margin-bottom: 20px;
    padding: 15px 27px 15px 28px;
  }
  form#newsletter input {
    width: 100%;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  form#newsletter a.btn_ {
    margin-top: 15px;
    float: right;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  /**/
  .thumbnails_2 {
    margin: 0px 0 0 -30px;
  }
  .list-services li {
    min-height: inherit;
    width: inherit;
  }
  .cols-1 .span4 img {
    width: inherit !important;
  }
  .thumbnails_2 li.thumbnail_2 img {
    width: 100%;
  }
  .text-block-1 img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .form-404 input {
    width: 100%;
    float: none;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  .form-404 a.btn_ {
    float: right;
    margin-top: 20px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  .footer-menu li a {
    margin: 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header-block-pad {
    padding: 30px 0 22px;
  }
  
  img.slider_upper{
	width:760px;
	height:162px;
	margin-left:-384px
	
  }
  	.slider_bg{
		min-height:321px
	}
	.slider_bg_bottom{
		height:446px;
	}
  .camera_caption h2 {
    
    margin-top: 5%;
	font-size:40px
  }
  .camera_caption h3 {
    font-size: 30px;
    line-height: 30px;
  }


  .navbar-form input {
    width: 235px;
  }
  .contacts {
    margin-right: 10px;
    padding-right: 0px;
	font-size:14px
  }
  /* navbar */
  .navbar-inner_ .btn-navbar {
    display: none;
  }
  .navbar-inner_ .nav-collapse {
    overflow: visible;
    height: auto;
  }
  .navbar-inner_ .nav-collapse_ .nav > li {
    float: left;
  }
  .nav-collapse_ .nav > li.li-first {
    background: none;
    padding: 0 10px 0 10px;
  }
  .nav-collapse_ .nav > li > a {
    margin-bottom: 0;
	font-size:14px
  }
  .footer-menu li a {
	  margin: 0 6px;
	  font-size: 13px;
	}


  /* camera */
  .camera_wrap .camera_pag {
    bottom: 17px;
  }
  /**/
  .imgarea{
    //height: 151px
  }
  .magnifier:after {
    height: 151px;
  }
  .imgarea img{
    width: 100%
  }

  .preloader {
    background: url(../images/loader.png) center center no-repeat;
    height: 151px;
    position: relative;
  }


  /* */

	div.carousel-box ul li {
		width:150px;
	}	
	div.carousel-box .inner {
		width:720px;
		overflow:hidden
	}
	.subpage_bg{
		min-height:278px
	}
	.subpage_bg_bottom{
		height:280px;
	}

  /**/
  .lists .lists-width2 {
    width: 200px;
  }
  .lists-width2 {
    margin-left: -30px;
  }
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
  }
  .thumbnails_4 .span3 {
    width: 352px;
  }
  
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
    #bottom-content h5{
	  font-size: 18px;
    }

  .container {
    padding: 0 20px;
  }
  header > .container{
    background: #262626
  }
  .header-block-pad {
    padding: 18px 23px 14px 22px;
  }
  .footer-menu { padding-bottom:0; margin-bottom:0px; padding-top:5px}
  
  h1.brand { 
	float:none;
	clear:both;
	width:100%;
	padding-bottom:14px
  }
  .contacts {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0px;
    background: none;
	float:none;
  }
  .navbar-form input {
    width: 400px;
  }
  .navbar-form {
    margin-left: 0px;
	float:none;
  }
  .social-icons {
    margin: 8px 0px 0 0;
	width:100%;
	float:none
  }
  .social-icons li{
	margin-left:0;
	margin-right:10px;
  
  }
  
  
  
  /* navbar */
  .navbar_ .navbar-inner_ {
    padding: 13px 0 10px 22px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    position: absolute;
    left: 0;
    top: 46px;
  }
  .navbar_ .btn {
    display: inline-block;
    float: left;
    background: #ffffff;
    padding: 12px 20px 12px 20px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    margin: 0;
    text-shadow: none;
    color: #000;
    box-shadow: none;
    border: none;
  }
  .navbar_ .btn:hover {
    background-color: #f66800;
    color: #ffffff;
  }
  .nav-collapse_ .nav {
    position: relative;
    zoom: 1;
    z-index: 999;
    width: 168px;
    background: #fff;
    margin: 0;
  }
  .nav-collapse_ .nav li {
    line-height: 15px;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .nav-collapse_ .nav > li.li-first {
    padding-left: 0;
  }
  .nav-collapse_ .nav li a {
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: none;
    text-transform: uppercase;
    margin: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  .nav-collapse_ .nav > li > a,
  .nav-collapse_ .nav > li.li-first a {
    padding: 9px 10px 8px 28px;
    color: #1a1b1d
  }
  .nav-collapse_ .nav > li.sfHover,
  .nav-collapse_ .nav > li:hover,
  .nav-collapse_ .nav > li.active,
  .nav-collapse_ .nav > li.active {
    background: none;
    padding-left: 0
  }
  .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: #f66800;
    color: #fff;
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

  }
  .sub-menu > a {
    position: relative;
    display: block;
  }
  .nav-collapse_ .nav > li.sub-menu > a:before,
  .nav-collapse_ .nav > li li.sub-menu > a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 5px;
    right: 10px ;
    top: 50%;
    margin-top: -3px;
  }
  .nav-collapse_ .nav ul,
  .nav-collapse_ .nav ul ul {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    list-style: none;
    zoom: 1;
    z-index: 9;
    padding: 0px;
    margin: 0;
    background: transparent;
  }
  .nav-collapse_ .nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    padding: 7px 10px 8px 35px;
    display: block;
  }
  .nav-collapse_ .nav ul li > a:hover,
  .nav-collapse_ .nav ul li.sfHover > a {
    background: #a9a9a9;
  }
  .nav-collapse_ .nav ul ul li a {
    padding: 7px 10px 8px 40px;
    text-transform: none;
  }
  /**/
  /*slider*/
  .slider { }
  /**/
  .lists-width2 {
    margin-left: -30px;
  }
  /**/
  .divider1,
  .divider2,
  .divider3,
  .divider4,
  .divider5,
  .divider6,
  .divider7{
    background: none;
  }
  /**/


  /**/
  h2 {
    margin: 30px 0 18px;
  }

  .portfolio .span3{
    width: 44%;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px
  }
  .portfolio {
    margin-bottom: 0;
  }
  .portfolio .thumbnail .caption,
  .portfolio .thumbnail .thumbnail-pad {
    display: none
  }
  .imgarea {
    height: auto;
  }
  .imgarea img{
    width: 100%
  }
  .magnifier:after {
    height: 100%;
    width: 100%;
  }

}
@media (min-width: 626px) and (max-width: 767px) {
  .lists-width2 ul {
    margin-left: 30px;
    width: 45%;
  }
  
    img.slider_upper{
	width:620px;
	height:132px;
	margin-left:-310px
	
  }
	.slider_bg{
	min-height:322px
	}
	.slider_bg_bottom{
		height:447px;
	}
  .camera_caption h2 {
    
    margin-top: 5%;
	font-size:40px
  }
  .camera_caption h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .camera_caption p { display:none  }


  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: left;
    width: 45%;
  }
  .thumbnails_4 {
    margin-left: -25px;
  }
  .thumbnails_4 .span3 {
    float: left;
    margin-left: 25px;
    width: 45%;
  }
  
  	div.carousel-box ul li {
		width:170px;
	}	
	div.carousel-box .inner {
		width:585px;
		overflow:hidden
	}
	.subpage_bg{
		min-height:278px
	}
	.subpage_bg_bottom{
		height:280px;
	}

}
@media (max-width: 625px) {
  .navbar-form {
    margin-left: 0;
    float: none;
  }
  /* contact-form */
  .contact-form input,.contact-form textarea {
    width: 100%;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: none;
    width: auto;
  }
  .portfolio .span3 {
    float: left;
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  .navbar-form input {
	width:160px;
  }
  	.subpage_bg{
		min-height:258px
	}
	.subpage_bg_bottom{
		height:200px;
	}
	
	div.orange_line h1 { float:none}
	div.orange_line p { display:none}

}
/**/
@media (min-width: 482px) and (max-width: 625px) {
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
  }
  
  img.slider_upper{
	width:470px;
	height:100px;
	margin-left:-235px
	
  }
  	.slider_bg{
		min-height:245px
	}
	.slider_bg_bottom{
		height:370px;
	}
  .camera_caption h2 {
    
    margin-top: 5%;
	font-size:35px
  }
  .camera_caption h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .camera_caption p { display:none  }


  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: left;
    width: 42%;
  }
  .thumbnails_4 {
    margin-left: -25px;
  }
  .thumbnails_4 .span3 {
    float: left;
    margin-left: 25px;
    width: 43%;
  }
  .footer-menu {
    display:none;
  }
  	div.carousel-box ul li {
		width:180px;
	}	
	div.carousel-box .inner {
		width:400px;
		overflow:hidden
	}


}
@media (max-width: 481px) {
  .banners li {
    display: block;
    float: none;
  }
  .banners li a {
    display: block;
    text-align: center;
  }
  .footer-menu {
    display:none;
  }
  img.slider_upper{
	width:300px;
	height:64px;
	margin-left:-160px
	
  }
	.slider_bg{
		min-height:245px;
	}
	.slider_bg_bottom{
		height:329px;
	}
  .camera_caption h2 {
    
    margin-top: 22%;
	font-size:24px
  }
  .camera_caption h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .camera_caption p { display:none  }
  
  .slider_bg_bottom {
	background-position:50% 120%
  }
  
  .camera_wrap .camera_pag { left:22px}

}
@media (min-width: 320px) and (max-width: 481px) {
  .portfolio .span3 {
    float: left;
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  h1.brand span {
    font-size: 12px;
  }

  h1.brand img {
    width: 100%
  }
  .thumbnails .thumbnail h5 {
    font-size: 18px;
    margin-top: 6px;
  }
  .social-icons {
    margin: 8px 14px 0 0;
  }
  .testi img{
    width: 100%
  }
  footer .phone {
    font-size: 23px;
  }
  	div.carousel-box ul li {
		width:300px;
	}	
	div.carousel-box .inner {
		width:300px;
		overflow:hidden
	}

}
@media (max-width: 320px) {
  .navbar-form input {
    width: 121px 
  }
  .lists-width2 ul {
    margin-left: 30px;
    float: none;
    width: 100%;
  }
  .list-services li img {
    float: none  !important;
    margin-bottom: 10px;
  }
  .slider {
    margin-left: -20px !important;
  }
  .camera_pag {
    left: 40px !important;
  }
  .portfolio .span3 {
    float: left;
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  h1.brand span {
    font-size: 12px;
  }
  h1.brand img {
    width: 100%
  }
  .thumbnails .thumbnail h5 {
    font-size: 18px;
    margin-top: 6px;
  }
  .social-icons {
    margin: 8px 14px 0 0;
  }
  .testi img{
    width: 100%
  }
  footer .phone {
    font-size: 23px;
  }
  
  .camera_caption h2 {
    margin-top: 20%;
	font-size:14px;
	padding-left:20px
  }
  .camera_caption h3 {
    font-size: 12px;
    line-height: 16px;
	padding-left:20px;
	letter-spacing:1px
  }
  .camera_caption p { display:none  }
  .camera_caption a.btn.primary { margin-left:20px; font-size:16px} 
  img.slider_upper{
	width:220px;
	height:50px;
	margin-left:-110px
	
  }
  	div.carousel-box ul li {
		width:200px;
	}	
	div.carousel-box .inner {
		width:200px;
		overflow:hidden
	}


}
/*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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

