/*

*/

/*************************
*******Typography******
**************************/
@import url(bootstrap.css);
/*@import url(dropdowns-enhancement.css);*/
@import url(font-awesome.css);
@import url(animate.min.css);
@import url(owl.carousel.css);
@import url(owl.transitions.css);
@import url(responsive.css.html);


body {
  background: #fff;
  font-family: "museo500", "Arial"; font-size: 100%/1.4; margin: 0; padding: 0; outline: 0; text-decoration: none; box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; -ms-box-sizing: border-box !important;
  color: #333333;
  line-height: 26px;
  height:100%;
}

h1,
h2,
h3
 {
  color: #222222;
  margin:20px 0;
font-family: "Open sans";  
text-align:left;
}
a {
  color: #174571;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#news h4{margin-top:0;font-weight:normal;font-size:14px;}
h5 {font-weight:bold;margin:15px 0;}
a:hover,
a:focus {
  text-decoration: none;
  color: #017eae;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
@font-face{ 
    font-family: 'museo500';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot@') format('embedded-opentype'),
        url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
        url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
        url('../fonts/MuseoSans_500-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
    font-family: 'Open sans';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot@') format('embedded-opentype'),
        url('../fonts/opensans-light-webfont.woff') format('woff'),
        url('../fonts/opensans-light-webfont.ttf') format('truetype'),
        url('../fonts/opensans-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Bitstream Vera Sans";
  src: url("Bitstream Vera Sans.eot.html"); /* IE9*/
  src: url("Bitstream Vera Sans.eot@.html") format("embedded-opentype"), /* IE6-IE8 */
  url("Bitstream Vera Sans.woff.html") format("woff"), /* chrome?firefox */
  url("Bitstream Vera Sans.ttf.html") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("Bitstream Vera Sans.svg.html") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 300;
  src: local('BenchNine Light'), local('BenchNine-Light'), url(../fonts/ah9xtUy9wLQ3qnWa2p-piegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 400;
  src: local('BenchNine Regular'), local('BenchNine-Regular'), url(../fonts/xmB9oJNpSFKa3qTF2JABPltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 700;
  src: local('BenchNine Bold'), local('BenchNine-Bold'), url(../fonts/qZpi6ZVZg3L2RL_xoBLxWegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title {
  }
  .feature-wrap{
	height:340px;
	min-height:340px;
	clear:both;	
}
.feature-wrap2{
	height:110px;
	min-height:110px;
	clear:both;	
}
.feature-wrap2 h3{
	font-size:15px;
	margin:10px 0;
	
}
.feature-wrap img,.feature-wrap2 img {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #f2f2f2 inset;
    color: #c52d2f;
    float: left;
    font-size: 48px;
    height: 80px;
    line-height: 110px;
    margin: 3px 25px 3px 3px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 80px;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 2px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 1px solid #333;
  width: 180px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 0px 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #222;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
} 
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
  
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 17px;
    border-top: 3px solid #F6C92D;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(6, 31, 88, 0.92);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #fff;
  font-size: 1.2em;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #F6C92D;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #F6C92D;
    background-color: transparent;
  }
}
#main-slider {
display:block;
}
#main-slider .slider-inner h2 {
font-Family:Arial;
font-weight:normal;
}
@media (min-width: 450px) {
 
#main-slider .item {
  height: 350px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  max-width:100%;
  
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 120px;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
}
@media (min-width: 768px) {
 
#main-slider .item {
  height: 350px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 120px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
}

@media (min-width: 992px) {
 
#main-slider .item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 120px;
  font-size: 30px;
  line-height: 1;
  color: #000;
}
}
@media (min-width: 1200px) {
 
#main-slider .item {
  height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 120px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#breadcrumb {
  margin-top:70px;
  background: #d8e0e9 ;
  background-size: cover;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 8px 15px;
}
.bgwhite{background:#FFFFFF}
.bgsilver{background:#f5f5f5}
.bglightblue{background:#d2e8fc}
.bglightgreen{background:#a2eabf}
.bgcyan{background:#aafcef}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #DDDDDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #dc4e08;
  background-image: -moz-linear-gradient(90deg, #a53905 0%, #dc4e08 100%);
  background-image: -webkit-linear-gradient(90deg, #a53905 0%, #dc4e08 100%);
  background-image: -ms-linear-gradient(90deg, #a53905 0%, #dc4e08 100%);

    border-color: #dc4e08 #dc4e08 transparent;
    border-width: 1px;
    color: #eee;
}
.nav-tabs > li{text-transform:uppercase}
#header {
  background: #1d324b ;
  background-size: cover;
}
.head-media{
  padding: 4% 20px;
  height:100%;
  background: transparent url(../images/bn_media.jpg.html) no-repeat;
}
.head-product{
  padding: 4.5% 20px;
  height:100%;
  background: transparent url(../images/bn_products.jpg.html) no-repeat;
}
.head-cn235mission{
  padding: 4.5% 20px;
  height:100%;
  background: transparent url(../images/bn_cn235mission.jpg.html) no-repeat;
}
.head-about{
  padding: 4.5% 20px;
  height:100%;
  background: transparent url(../images/bn_about.jpg.html) no-repeat;
}
.head-techdev{
  padding: 4.5% 20px;
  height:100%;
  background: transparent url(../images/bn_techdev.jpg.html) no-repeat;
}
.head-acs{
  padding: 4.5% 20px;
  height:100%;
  background: transparent url(../images/bn_acs.jpg.html) no-repeat;
}
.head-aerostructure{
  padding: 4.5% 20px;
  height:100%;
  background: transparent url(../images/bn_aerostructure.jpg.html) no-repeat;
}
.head-cn235{
  padding: 4.5% 20px;
  height:100%;
  background: transparent url(../images/bn_cn235.jpg.html) no-repeat;
}
.head-product-detail{
  padding: 20px;
  width:100%;
  height:100%;
}
.head-product-detail.n219{
  background: transparent url(../images/bn_n219.jpg.html);
}
.head-product-detail.airbus-a380{
  background: transparent url(../images/bn_airbus-a380.jpg.html);
}
.head-product-detail .desc{
width:50%;
padding:20px;
background:#ebe0c7;
opacity:.8;
font-size:15px;
color:#000;
}
@media (min-width: 992px) {
.head-product-detail.n219,.head-product-detail.airbus-a380 {
  height: 400px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  
  }
}
@media (min-width: 1200px) {
.head-product-detail.n219,.head-product-detail.airbus-a380 {
  height: 450px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  
  }
}
@media (min-width: 1600px) {
.head-product-detail.n219,.head-product-detail.airbus-a380 {
  height: 550px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  
  }
}  

.head-media h2{
}
#header h2{
color:#FFF;
}
#cta { 
  margin-top:140px;

}


#services {
  padding: 100px 0 75px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#gallery {
  padding: 0px 0;
  background: #f5f5f5;
}
#gallery .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#gallery .portfolio-filter > li {
  float: left;
  display: block;
}
#gallery .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#gallery .portfolio-filter > li a:hover,
#gallery .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#gallery .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#gallery .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#gallery .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#gallery .portfolio-items {
  margin: -15px;
}
#gallery .portfolio-item {
  width: 100%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery .portfolio-item .portfolio-item-inner {
  position: relative;
}
#gallery .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#gallery .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#gallery .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#gallery .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

#products,#aerostructure {
  padding: 20px 0;
  position:absolute;
  background: #022a5b;
  border:1px solid #FFF;
  opacity:1;
}
#aerostructure {
  background: #58a4e2;
}
.container{
text-align:justify;
}

@media (min-width: 450px) and (max-width: 768px) {
  .container-prod {
    width: 450px;
  }
	#products {
	  padding: 20px 0;
	  position:absolute;
	  background: #022a5b;
	  opacity:1;
	  right:0px;
	}  
}

@media (min-width: 768px) {
  .container-prod {
    width: 750px;
  }
#products {
  padding: 20px 0;
  position:absolute;
  background: #022a5b;
  opacity:1;
  left:-50px;
}  
}
@media (min-width: 992px) {
  .container-prod {
    width: 880px;
  }
	#products {
	  padding: 20px 0;
	  left:-240px;
	}  
	#aerostructure {
	  padding: 20px 0;
	  left:-340px;
	}  
}
@media (min-width: 1200px) {
  .container-prod {
    width: 760px;
  }
	#products{
	  padding: 20px 0 20px 40px;
	  left:-240px;
	}  
	#aerostructure {
	  padding: 20px 20px 20px 20px;
	  left:-340px;
	}  
}

#products  h3{
color:#b4ddf6;
margin-bottom:20px;
}
#products .products-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#products .products-filter > li {
  float: left;
  display: block;
}
#products .products-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#products .products-filter > li a:hover,
#products .products-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#products .products-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#products .products-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#products .products-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#products .products-items,#aerostructure .aerostructure-items{
  margin: -15px;
}
#products .products-item,#aerostructure .aerostructure-item {
  width: 25%;
  float: left;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px;
}
#aerostructure .aerostructure-item {
  padding: 15px;
  margin: 30px 0 0 0;
}
#aerostructure .aerostructure-item img{
  border-radius: 8px;
  padding:3px;
  border:1px solid #fff;
}
#products .products-item .products-item-inner,#aerostructure .aerostructure-item .aerostructure-item-inner{
  position: relative;
}
#products .products-item .products-item-inner h3{
  position: absolute;
  top:-20px;
  color:#FFF;
  font-size:15px;
  font-weight:500;
}
#aerostructure .aerostructure-item .aerostructure-item-inner h3{
  position: absolute;
  top:-55px;
  color:#011f45;
  font-size:15px;
  font-weight:500;
}
#products .products-item .products-item-inner .products-info,#aerostructure .aerostructure-item .aerostructure-item-inner .aerostructure-info{
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 0px;
  color: #fff;
}
#products .products-item .products-item-inner .products-info h3,#aerostructure .aerostructure-item .aerostructure-item-inner .aerostructure-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#products .products-item .products-item-inner .products-info .preview,#aerostructure .aerostructure-item .aerostructure-item-inner .aerostructure-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#products .products-item:hover .products-info,#aerostructure .aerostructure-item:hover .aerostructure-info{
  opacity: 1;
}

.products-item{
float:left;
width:200px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** 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: -o-transform, 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;
}
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg.html) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 100px 0;
}
#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg.html) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg.html) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
h2.title{
margin:0;
text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
font-family: "museo500","Arial";
}
ul.arrow-double{
	list-style:none;padding:0;margin:0 20px;
    list-style-image: url('../images/description_bullet.gif.html');
} 
.desc ul,ul.arrow {
	list-style:none;padding:0;margin:0 20px;
    list-style-image: url('../images/4.gif.html');
} 
hr.plan-header {
	border: 1px solid #ff9166;
	border-width:0 0 2px 0;
	width:17%;
	margin:0;
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 100px 0 0px;
  background-image: -moz-linear-gradient(90deg, #2c8bb3 0%, #02658d 100%);
  background-image: -webkit-linear-gradient(90deg, #2c8bb3 0%, #02658d 100%);
  background-image: -ms-linear-gradient(90deg, #2c8bb3 0%, #02658d 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#news {
  padding: 20px 0;
}
#news .news-post {
  padding: 15px;
}
#news .news-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#news .news-post.news-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#news .news-post.news-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#news .news-post.news-large .post-format > i {
  font-size: 20px;
}
#news .news-post .entry-date {
  font-size: 11px;
  display: block;
  margin: 5px 0;
  text-transform: uppercase;
  color: #45aed6;
  
}
#news .news-post.news-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#news .news-post.news-large .entry-title a {
  color: #64686d;
}
#news .news-post.news-large .entry-title a:hover {
  color: #45aed6;
}
#news .news-post.news-media {
  margin-bottom: 30px;
}
#news .news-post.news-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#news .news-post.news-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#news .news-post.news-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#news .news-post .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#news .news-post.news-media .entry-title a {
  color: #64686d;
}
#news .news-post.news-media .entry-title a:hover {
  color: #45aed6;
}
#news .news-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#news .news-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#news .news-post .entry-meta > span > a {
  color: #999;
}
#news .news-post .entry-meta > span > a:hover {
  color: #45aed6;
}

.sidebar {
  padding: 20px 0;
 
}
.sidebar .search {
  padding: 15px;
  background:#222;
}
.sidebar .news-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
.sidebar .news-post.news-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
.sidebar .news-post.news-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
.sidebar .news-post.news-large .post-format > i {
  font-size: 20px;
}
.sidebar .news-post.news-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
.sidebar .news-post.news-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.sidebar .news-post.news-large .entry-title a {
  color: #64686d;
}
.sidebar .news-post.news-large .entry-title a:hover {
  color: #45aed6;
}
.sidebar .news-post.news-media {
  margin-bottom: 30px;
}
.sidebar .news-post.news-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
.sidebar .news-post.news-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
.sidebar .news-post.news-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
.sidebar .news-post .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.sidebar .news-post.news-media .entry-title a {
  color: #64686d;
}
.sidebar .news-post.news-media .entry-title a:hover {
  color: #45aed6;
}
.sidebar .news-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.sidebar .news-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
.sidebar .news-post .entry-meta > span > a {
  color: #999;
}
.sidebar .news-post .entry-meta > span > a:hover {
  color: #45aed6;
}


#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /*  background: rgba(69, 174, 214, 0.3); */
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/

.topbg{
	 /* background-image: url("../images/longbgcontact.png"); */
	 background-repeat: no-repeat;
	 background-size: 100%;	 
	 left: 0px;
	 height: 100%;
	 width: 100%;
	 position:absolute;
	 bottom:auto;
}
@media screen and (max-width: 1024px) {
	.topbg{
	bottom:-61%;	
	} 
	.gbr{
	top:70px;
	}
	.peta{
	height:50%;
	width:50%;
	}
	.gbrlink{
	width:40%;
	}
	
}
@media screen and (max-width: 600px) {
.gbrlink{
	width:10%;
	}	
}
.peta{
	height:100%;
	width:100%;
}
/*  .contentfooter{
	position:absolute;
	 top:65%;
    left: 25px;
	color:#fff;
	width:100%;
} */ 
.contentfooter,.contentfooter a{
	color: #E1E1AA;
	text-align:right;
	font-family: "BenchNine",sans-serif;
	font-size:17px;
	font-weight: bold;
	text-transform: uppercase;
	float:center-right;
	padding-top:30px;
	
}
.contentfooter a:hover{
	color: #fff;
}
#footer {	
background-repeat: no-repeat;
background-size: 100%;

	 background-image: url("../images/btmm.jpg");
     background-repeat: no-repeat;
	  

}
/* #footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
} */
@media only screen and (min-width: 80%) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.p-thumb img {
    border-radius: 3px;
    width: 50px;
}

.btn-xs {
  padding: 2px 5px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-success {
  color: #fff;
  background-color: #389938;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.container-prod {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nav > li > a {
    display: block;
    padding: 10px 10px;
    position: relative;
}
.navbar {
    font-family: "BenchNine",sans-serif;
}
.navbar-default .navbar-nav > li > a {
      color: #f3d97d;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 7px;
	text-transform: uppercase;
	transition: all 0.7s ease 0s;
	margin-top: 20px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
/*Style tabs 2*/
.nav-tabs2 {
  background:#010f35;
}
.nav-tabs2 > li {
  float: left;
  margin-bottom: -1px;
  text-transform:uppercase;
}
.nav-tabs2 > li > a {
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
    color: #fce1b6;
}
.nav-tabs2 > li > a:hover {
  border-radius:0;
  color: #5a4f3d;
}
.nav-tabs2 > li.active > a,
.nav-tabs2 > li.active > a:hover,
.nav-tabs2 > li.active > a:focus {
  cursor: default;
  border-radius:0;
  background-color: #3f2802;
  border-width:1px 1px 0 1px;
}
.section{
padding:20px 0;
}
/*Mega menu*/
.navbar-default .navbar-nav > li > a {
    font-weight: bold;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown .btn{
	font-size:17px;
	letter-spacing:.1em;
}
.mega-dropdown h4{
	color:#eee;
	letter-spacing:.1em;
}
.mega-dropdown-menu {
    box-shadow: none;
    padding: 20px 0;
    width: 100%;
}
.mega-dropdown-menu::before {
    border-bottom: 15px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    left: 285px;
    position: absolute;
    top: -15px;
    z-index: 10;
}
.mega-dropdown-menu::after {
    border-bottom: 17px solid #ccc;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    content: "";
    left: 283px;
    position: absolute;
    top: -17px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
    margin: 0;
    padding: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: outside none none;
}
.mega-dropdown-menu > li > ul > li {
    clear: both;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: normal;
	font-family:"open Sans", Arial;
	font-size:14px;
}
.mega-dropdown-menu > li > ul > li > a {
    clear: both;
    display: block;
    color: #ffffff;
}
.mega-dropdown-menu > li > ul > li > ul > li > a {
    clear: both;
    display: block;
    color: #ffffff;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    background-color: #f5f5f5;
    color: #444;
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.dropdown-menu .divider {
	padding:0;
	background:#222;
}
.thumbnail {
  margin-top: 10px;
  margin-bottom:0px;
  }
 .img-wrap {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #f2f2f2 inset;
    color: #c52d2f;
    float: left;
    font-size: 48px;
    height: 200px;
    line-height: 110px;
    margin: 3px 25px 3px 3px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 200px;
}
img.maxwidth{
width:100%;
max-width:100%;
}
.title2 {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
 .title2 {
    color: #04209b;
    font-size: 35px;
    margin: 50px 0 5px;
	font-family:BenchNine, Arial;
}

.title2::after {
    border-bottom: 2px solid #7eaff8;
    bottom: -2px;
    content: " ";
    left: 0;
    position: absolute;
    width: 50%;
}
.uppercase{text-transform:uppercase}
 
/*style menu hover*/ 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-menu {
   top:0;
   left:100%;
   margin-top:-6px;
   margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #ffaf46;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a  {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
  .dropdown-menu > li > a:hover{
	   color: red;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #f2f2f2;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:focus > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.table-color{background-color:#ddd} 
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #b8e6f0;
}
.table-color tr  th{background-color:#047188;color:#fff;text-transform:uppercase;font-style:normal;text-align:center} 
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #222222;
}
.note{font-style:italic;font-size:.9em}

#map-canvas{
	height: 100%;
}
#iw_container1 .iw_title, #iw_container2 .iw_title, #iw_container3 .iw_title, #iw_container4 .iw_title {
	font-size: 16px;
	font-weight: bold;
}
.iw_content {
	padding: 15px;
}
.map_di{
position:relative;
}
.container .earth{
position:absolute;
top:380px;
right:15%;
z-index:1000;
}
.imghover{
padding:5px;
}
.imghover :hover{
opacity:.9;
border:1px solid #f79b5e;
padding:5px;
border-radius:6px;
}
img .prod{
position:relative
}
.prod span{
position:absolute;
top:20px;
left:20px;
}
.btn-default {
    background-color: #555555;
    border-color: #ccc;
    color: #ffffff;
}
.btn-primary {
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    border-bottom: 1px solid #178acc;
    filter: none;
}
.btn-danger {
    background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-repeat: no-repeat;
    border-bottom: 1px solid #9a161a;
    filter: none;
}
.btn-success {
    background-image: linear-gradient(#88c149, #73a839 60%, #699934);
    background-repeat: no-repeat;
    border-bottom: 1px solid #59822c;
    filter: none;
}
.btn-warning {
    background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
    background-repeat: no-repeat;
    border-bottom: 1px solid #aa4200;
    filter: none;
}
.btn-info {
    background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
    background-repeat: no-repeat;
    border-bottom: 1px solid #022241;
    filter: none;
}
#portfolio2 .portfolio-filter2 {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio2 .portfolio-filter2 > li {
  float: left;
  display: block;
}
#portfolio2 .portfolio-filter2 > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio2 .portfolio-filter2 > li :hover,
#portfolio2 .portfolio-filter2 > li.active>a {
	background:#dc4e08;
	background: -o-linear-gradient(left, #a53905, #dc4e08); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dc4e08, #a53905) repeat scroll 0 0 #a53905;/*mozilla*/
	background: -webkit-gradient(linear, left top, left bottom, from(#dc4e08), to(#a53905));/*chrome*/
    box-shadow: 0 -3px 0 0 #a53905 inset;
    color: #fff;
}
#portfolio2 .portfolio-filter2 > li.active>a:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
    border-color: #a53905 transparent transparent;
}
#portfolio2 .portfolio-filter2 > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio2 .portfolio-filter2 > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio2 .portfolio-items {
  margin: -15px;
}
#portfolio2 .portfolio-item {
  width: 100%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio2 .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio2 .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio2 .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio2 .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio2 .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* PREVIEW STATIS */
.portfolio-info2 h3{
    opacity: 1;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  
   font-size: 12px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
  
.preview2 {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
.portfolio-info3 {
    opacity: 1;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 61px;
  left: 7px;
  right: 7px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  
}

.preview3 {
  position: absolute;
  bottom: 5px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio {
    background: #d2e8fc none repeat scroll 0 0;
}

#portfolio .portfolio-filter > li a.active::after {
    border-color: #a53905 transparent transparent;
}	
#portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {
	background:#dc4e08;
	background: -o-linear-gradient(left, #a53905, #dc4e08); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dc4e08, #a53905) repeat scroll 0 0 #a53905;/*mozilla*/
	background: -webkit-gradient(linear, left top, left bottom, from(#dc4e08), to(#a53905));/*chrome*/
    box-shadow: 0 -3px 0 0 #a53905 inset;
    color: #fff;
}
#portfolio .portfolio-filter > li a {
    background: #eeeeee;
    color: #000000;
	text-decoration:none;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #bbb;
}
#chartdiv {
    font-size: 11px;
    height: 435px;
    width: 100%;
}

/*Commissioner BOX*/
.box1{
position: relative;
left:19%;
background: #771243;
border-top: 2px solid #c1c1c1;
margin-bottom: 20px;
margin-top: 35px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 14px;
width: 65%;
box-shadow: 11px 14px 14px 0px rgba(0, 0, 0, 0.17);
border: 1px solid rgba(0, 0, 0, 0.08);
}
.box2{
position: relative;
left:11%;
background: #771243;
border-top: 2px solid #c1c1c1;
margin-bottom: 20px;
margin-top: 35px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 14px;
width: 80%;
box-shadow: 11px 14px 14px 0px rgba(0, 0, 0, 0.17);
border: 1px solid rgba(0, 0, 0, 0.08);
}
.box-title{
	text-align: center;
	font-size: 30px;
	color:#fff;
}
.bgtr{
	background-color:#f5f5f5;;
	
}
.separated{
 background-color:#d4a913;
 height:10px;
 width:100%;
 position:absolute;
 bottom:15px;
}
.kontak{
	 padding-bottom:10%;  
  margin-top:140px;
  height:100%;
	background-repeat: no-repeat;
background-size: 100%;

	 background-image: url("../images/bgw.jpg");
     background-repeat: no-repeat;
}