body {
	width: 100%;
	height: 100%;
	}
html {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4{text-transform:uppercase}
h1{font-size:30px}
h2{font-size:22px}
h3{font-size:20px}
h4{font-size:16px}

#container {
	position: relative;
	overflow: hidden;
	width:100%;
	height:100%;
	background-image: url('vbr.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: transparent !important;
	
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}
.navbar {
	background: #005eb8;
	border: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform:uppercase;
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #90A4AE;
}
.navbar-default .navbar-nav>li>a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #90A4AE;
	transition: all 0.5s ease;
	z-index: -1;
	border-radius: 0 50% 50% 0;
}
.navbar-default .navbar-nav>li>a:hover:before {
	width: 100%;
	border-radius: 0;
}
.navbar-brand {
	position: relative;
	width: 170px;
	height: 37px;
	display: block;
	background: url('././logo3.png') no-repeat;
	padding: 0;
	margin-top: 5px;
}
.navbar-brand span {
	position: absolute;
	left: 80px;
	bottom: 0;
	color: #fff;
	font-size: 24px
}
.headline {
    padding: 65px 0 25px;
	text-transform:none !important;
}

.headline h1 {
    font-size: 60px;
	text-shadow: 1px 1px 2px #90A4AE, 0 0 1em #005eb8;
	color:#fff;
	text-transform:none !important;
	margin-top:50px
 }

.headline h2 {
    font-size: 20px;
		color:#fff;
		text-shadow: 1px 1px 1px black, 0 0 1em #005eb8;
		text-transform:none !important;
	}

  .wow:first-child {
      visibility: hidden;
    }


footer {
	color: #fff;
	text-transform:uppercase;
	padding: 50px 0;
	background: #005eb8;
}
.sidebar {
	display: none;
	position: fixed;
	top: 110px;
	right: 0px;
	background: #fff;
	max-width: 320px;	
	z-index:3334;
}
#about .col-md-4.col-lg-4{position: fixed; 
    top:60px;
    z-index:3334
	}
/*#about .col-md-4.col-lg-4.wow :first-child {
        visibility: visible;
    }
#about .col-md-4.col-lg-4.wow a {
        visibility: visible;
    }*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #90A4AE;
}
.sidebar .btn, .sidebar a {
	font-size:12px;
	text-align: left !important;
	padding: 14px 18px 15px !important;
	border-radius: 0;
	background: #90A4AE;
	color: #fff;
	border-top: 1px solid #eee;
	text-transform: uppercase
}
.sidebar .btn-group.open .dropdown-toggle {
	color: #607D8B;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index:3334;
}


.sidebar .dropdown-menu>li>a {
	border-top: 0
}
.sidebar .btn.dropdown-toggle:hover, .sidebar a:hover, .sidebar button:visited, .sidebar a:visited {
	color: #fff;
	border-top: 1px solid #eee;
	
}
.sidebar .btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #005eb8;
	transition: all 1s ease;
	z-index: -1
}
.sidebar .btn:hover:before {
	width: 100%;
}
.headline .col-lg-12{position: relative;}
.headline a.btn{border:0; border-radius:0; background-color:#fff; color: #005eb8; font-size:12px;transition: all 1s ease;text-transform:uppercase}

.headline a.btn:hover {
	color:#fff;
	background: #005eb8;
}
.bottom-line a.btn{border:0; border-radius:0; background-color:#fff; color: #005eb8; foont-size:12px; transition: all 1s ease; text-transform:uppercase}

.bottom-line a.btn:hover {
	color:#fff;
	background: #005eb8;
}
.sidebar .dropdown-menu {
	border-radius: 0;
	background-color: #90A4AE;
}
.sidebar .dropdown-menu>li>a:hover {
	background-color: #005eb8;
}

.sidebar div:first-child button {
	border-top: none !important
}
#menu-icon {
	position: fixed;
	z-index:3334;
	top: 60px;
	right: 5px;
	display: block;
	overflow: hidden;
	background: #005eb8;
	cursor: pointer;
	border:0;
	border-radius:0;
	color:#fff;	
}
#menu-icon.active {
	background-color: #90A4AE
}

.navbar-default .navbar-toggle {
    border: 0;border-radius:0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

 #device, #panelboard, #engine {
	margin-top:-1px;
	margin-bottom:-1px;
}
#about, #device, #panelboard, #engine {
	background: #fff;
}

.info-section {
	position: relative;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.middle-image, .bottom-image, .bottom-line{
	min-height: 300px;
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 0;
	text-align: center;
	color: #fff;	
}
.middle-image {
	background: url('autom2.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bottom-image {
	background: url('el4.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.bottom-line{
	background: #90A4AE;
}
.navbar-fixed-top {	
	z-index: 3335;	
}
.page-header{border:0; font-size:22px}
.date_right{color: #B0BEC5}
.rsslibitem1{color: #fff }
#goup {
	display: none;
	position: fixed;
	z-index: 200;
	top: 80%;
	right: 1%;
	border-radius:0;
	background: #B0BEC5;
	
	color: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	text-align: center;
	font-size: 23px;
	line-height: 37px;
	text-decoration: none;
}
#goup:hover {
	background: #90A4AE;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.rsslibitem1,
.rsslibitem1 a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	}
.rsslibitem1 a:visited
{color:#fff !important;}
.rsslibitem1 a:hover {
	color:#90A4AE;
	}
.rsslibdesc1 {
	color:#90A4AE;
	padding:0;}
.date_right {color:#90A4AE;
	margin-top:-20px}

@media(min-width:991px) {
 .page-header, h2{
	 font-size:28px}

.headline {
    padding: 90px 0 0;
}
   
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 30px;
    }

.navbar {	
	min-height: 70px;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.navbar-nav>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
}
.navbar-fixed-top {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3335;
	margin-bottom: 0;
	top: auto
}
.top-nav-collapse .navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.top-nav-collapse {
	min-height: 50px;
	padding: 0;
	position: fixed;
	bottom: auto;
	margin-bottom: auto
}
 .navbar-brand {
	
	margin-top: 15px;
}
.headline a.btn, .bottom-line a.btn{font-size:18px;}
.top-nav-collapse .navbar-brand {
	
	margin-top: 5px;
}
.sidebar {
	display: block;
	position: static;
	max-width: none;
}
#about .col-md-4.col-lg-4{position: relative;
	}
.sidebar .btn, .sidebar a {
	font-size:14px;	
	padding: 14px 22px 15px !important;
	
}
.bigone {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
	width: 35%
}
#device, #panelboard, #engine {
	margin-top:0;
	margin-bottom:0
}
#about .bigone {
	left: 65%;
	background: #90A4AE;
}
#about .col-lg-4 {
	z-index: 2
}
#panelboard .bigone {
	right: 65%;
	background: #fff url('se_1.jpg') no-repeat left center fixed;
	background-size: contain;
}
#engine {
	background: #005eb8;
	color: #fff
}
#engine .bigone {
	left: 65%;
	background: #fff url('1le1_4.jpg') no-repeat right center fixed;
	background-size: contain;
	
}
#device .bigone {
	right: 65%;
	background: #fff url('abb_all_2.jpg') no-repeat left center fixed;
	background-size: contain;
}
#menu-icon {
	display: none !important
}
#container{background-image: none;
	background-color: transparent !important;}
}

@media(min-width:768px) and (max-width:990px) {
.nav>li>a {
	padding: 15px 10px;
	font-size: 12px;
}
.navbar-brand {	
	width: 80px;	
}
.navbar-brand span{
	display:none
}
.headline h1 {
    font-size: 120px;
    
}
.headline h2 {
    font-size: 40px;   
}
#container{background-image: none;
	background-color: transparent !important;}
}
@media(min-width:1200px) and (max-width:1361px) {
.bigone {	
	width: 40%;
}
#about .bigone, #engine .bigone {
	left: 60%;
}
#about .col-lg-8, #engine .col-lg-8 {	
	padding-right: 4%;
}
.headline {
    padding: 60px 0 0;
}
.headline h2 {
    padding-bottom:10px;
}	
}
@media(min-width:1361px) {
.bigone {	
	width: 40%;
}
#about .bigone, #engine .bigone {
	left: 60%;
}
#about .col-lg-8, #engine .col-lg-8 {	
	padding-right: 3%;
}
.headline {
    padding: 150px 0 0;
}
.headline h2 {
    padding-bottom:10px;
}	
#container{background-image: none;
	background-color: transparent !important;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#about .bigone, #engine .bigone {
	width: 42% ;
	left: 58% ;
}

#about .col-lg-8, #engine .col-lg-8{	
	padding-right: 3%}
}

:root #about .bigone {
	width: 42%\9;
	left: 58%\9;
}

:root #engine .bigone {
	width: 42%\9;
	left: 58%\9;
}

.wow:first-child {visibility: visible\0/ ; }
#container{background:url('vbr.jpg')\0/;}