.header-wrapper {
  background: #333333 none repeat scroll 0 0;
}
.YouTubePopUp-Wrap{ z-index:99;}
.brand {
  display: inline-block;
  margin-left: 30px;
  padding-bottom: 8px;
  padding-top: 0;
}

header .nav {
  float: right;
  margin-right: 30px;
}

.sf-menu {
  font: 400 16px/50px "Roboto",sans-serif;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  word-spacing: -0.4px;
}

.sf-menu a {
  border-radius: 0;
  padding: 19px 22px;
}

.sf-menu > li.sfHover > a, 
.sf-menu > li > a:hover {
  color: #fff;
  background: #21358c;
}

.sf-menu > li.active > a {
  background: #21358c;
}

.sf-menu ul {
  top: 77%;
}


.isStuck .sf-menu ul {
    top: 78%;
}

.sf-menu ul ul {
  right: -290px;
  width: 290px;
}

.camera_caption {
  bottom: -30px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: auto;
  transform: translateY(-50%);
}

.camera_caption > div {
  height: auto;
}

.camera_caption h2 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
  text-align: center;
  padding: 8px 10px;
}


.primary-color {
  color: #001881;
}

.well {
  padding-bottom: 40px;
  padding-top: 40px;
}

.well2 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.custom-wrapper .button-wrap .btn2, 
.custom-wrapper .button-wrap .btn3 {
  background: #292929;
}

.custom-wrapper .button-wrap .btn2__color_mod {
  background: #2b47c1;
}

.bg-secondary {
  background: #223b45 none repeat scroll 0 0;
  color: #fff;
}

.branches address {
	margin-top: 30px;
	font-size: 12px;
	line-height: 20px;
}

.branches address strong {
	background: #fff;
	color: #223b45;
	display: block;
	font-size: 24px;
	padding: 8px 10px;
	margin-bottom: 13px;
}


.marked-list li {
  border-bottom: 1px solid #f7f7f7;
}

.image-border {
	border: 8px solid #003977; 
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.box .box_cnt__no-flow > h5.strong {
	background: #2b2b2b none repeat scroll 0 0;
	color: #fff;
	padding: 6px;
	text-align: center;
}

.box + a {
  margin-top: 20px;
}

a + .big {
  margin-top: 15px;
}

* + .btn1 {
  margin-top: 15px;
}

footer {
  background: #182d34;
  color: #fff;
  font: 300 16px/25px "Roboto",sans-serif;
  padding-bottom: 40px;
  padding-top: 40px;
  text-transform: uppercase;
}

.siteby {
	text-align: right;
}

.siteby a {
	text-transform: uppercase;
}


/* ------------------------
   Styles for sidebar menu 
--------------------------- */ 

/* Base Styles */
#product_sidebar,
#product_sidebar ul,
#product_sidebar li,
#product_sidebar a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#product_sidebar {
	border-bottom: medium none;
	border-radius: 0;
	width: 100%;
}
#product_sidebar a {
  line-height: 1.3;
}
#product_sidebar > ul > li:first-child {
	background: #383838;
	background: -moz-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #383838), color-stop(100%, #1a1a1a));
	background: -webkit-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: -o-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: -ms-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: linear-gradient(to bottom, #383838 0%, #1a1a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#1a1a1a', GradientType=0 );
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#product_sidebar > ul > li:first-child > span {
  background: url(../images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 10px;
	text-align: center;
	text-shadow: none;
}


#product_sidebar > ul > li:first-child:hover {
	background: #383838;
	background: -moz-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #383838), color-stop(100%, #1a1a1a));
	background: -webkit-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: -o-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: -ms-linear-gradient(top, #383838 0%, #1a1a1a 100%);
	background: linear-gradient(to bottom, #383838 0%, #1a1a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#1a1a1a', GradientType=0 );
  
}
#product_sidebar > ul > li {
	background: #0097d2;
}

#product_sidebar > ul > li:hover {
	background: #21358c ;
}

#product_sidebar > ul > li > a {
  font-size: 14px;
  display: block;
  background: url(../images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #0076a4;
  border-top: none;
  //text-shadow: 0 -1px 1px #751d0c;
}
#product_sidebar > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#product_sidebar > ul > li > a:hover {
  text-decoration: none;
}
#product_sidebar > ul > li.active {
  border-bottom: none;
}
#product_sidebar > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}
#product_sidebar > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#product_sidebar ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#product_sidebar ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#product_sidebar ul ul li:last-child {
  border-bottom: none;
}
#product_sidebar ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#product_sidebar ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #21358c;
}
#product_sidebar ul ul a:hover {
  color: #21358c;
}

.contents h3 {
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.contents h6 { 
	color: #b80000;
	font-weight: 500;
	margin: 15px 0;
}

.contents p {
	margin-bottom: 10px;
}

.contents h3 + p {
	margin: 0;
}

.contents .marked-list {
	margin-top: 12px !important;
}

.contents .marked-list li {
	padding-bottom: 0;
	line-height: 20px;
}

.mod_caroufredsel {
	margin: 15px 0 25px;
}

.image_caption > h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
}

.box2_cnt {
	padding: 10px;
	text-align: center;
}

.tbl_small {
	border-collapse: collapse;
	margin: 15px 0;
}

.tbl_small caption {
	background: #0097d2; 
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

.tbl_small th {
	border: 1px solid #0097d2;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}

.tbl_small th.center {
 	background: #eaf8fb;
	line-height: 17px;
	text-align: center;
}

.tbl_small td {
	border: 1px solid #0097d2;
	padding: 5px 10px;
	text-align: center;
}

.tbl_small.align_left td {
	text-align: left; 
	padding-left: 10px;
}


.isotope-item {

}
.isotope-hidden.isotope-item {
  pointer-events: none;

}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .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: -o-transform, opacity;
  transition-property: transform, opacity;
}
.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;
}

.section-portfolio #filters {
	margin: 20px 0;
}

.section-portfolio #filters li {
	color: #595959;
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
}

.section-portfolio #filters li a.active {
	color: #b80000;
	font-weight: bold;
}

.section-portfolio #filters li:last-child {
  display: none;
}

.portfolio-item {
	margin-bottom: 25px;
}


#gmap_canvas span {
	color: #2d7fe1;
	display: block;
	line-height: 18px;
	text-align: center;
}

#gmap_canvas span > strong {
	color: #0535ad;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

