body{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}


/*
* — Darken images in Scroll —
*/

@media only screen and (max-width: 640px) {
     #nav_wrapper img {margin-top: -4%}
     #wave {margin-bottom: 3%}
     #nav_wrapper ul {display:none}
	.item img { object-fit: cover; width: 100%; height: 100%}
     h2 { font-size: 30px !important; }
     h3 { font-size: 17px !important; }
     h5 { font-size: 17px !important; top:-350px }
}

.opc { opacity:0.5; margin-bottom: -1600px;}

.darken1 {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
	
}

.darken2 {
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
	-o-filter: brightness(80%);
	-ms-filter: brightness(80%);
	
}

h1 {
	font-size: 40px;
	font-weight:700px;
}

h2 {
	font-size: 40px;
	font-weight:700;
	position:relative;
	padding-bottom: 200px;
	-webkit-animation-delay:0.5s;
	animation-delay: 0,5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;

}

h3 {
	font-size: 23px;
	font-weight:700;
	position: relative;
	top: -200px;
	padding-bottom: 200px;
	-webkit-animation-delay:1s;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;

}

h5 {
	font-size: 23px;
	font-weight:700;
	position: relative;
	top: -200px;
	padding-bottom: 190px;
	-webkit-animation-delay:1s;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
}

h6 {
	text-align:center;
	color: #21303e;
	font-size: 20px;
	font-weight: bold;
}

h8 {
	border-top-style:solid;
	border-width: 1px;
	border-color: white;
	padding-top: 30px;
	text-align:center;
	color:  #21303e;
	font-size: 25px;
	font-weight: bolder;
	width: 100%;
	   position: relative;
    	display: inline-block;
	margin: 0 auto;
	left: 0%;
	background: rgb(191,190,192); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,190,192,1) 0%, rgba(251,251,251,1) 21%, rgba(251,251,251,1) 25%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(191,190,192,1) 0%,rgba(251,251,251,1) 21%,rgba(251,251,251,1) 25%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(191,190,192,1) 0%,rgba(251,251,251,1) 21%,rgba(251,251,251,1) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbec0', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
	
}

h9 {
	border-top-style:solid;
	border-width: 1px;
	border-color: white;
	padding-top: 30px;
	text-align:center;
	color: #21303e;
	font-size: 25px;
	font-weight:500;
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	left: 0%;
	;
}

h10 {
	padding-top: 30px;
	text-align:center;
	color:  #21303e;
	font-size: 18px;
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	left: 0%;
	letter-spacing: .01em;
}

h11 {
	text-align:center;
	font-size: 17px;
	/* text-transform: uppercase; */
	width: 100%;
	color: #ff5f02;
	font-weight: 900;
	position: relative;
	top: 10%;
	display: inline-table;
	margin: 0 auto;
	left: 0%;
}

h12 {
	text-align:center;
	color: #21303e;
	font-size: 15px;
	width: 100%;
	font-weight: 500;
	position: relative;
	top: 10%;
	margin: 0 auto;
	left: 0%;
}

p {
	color: #21303e;
}



h14 {
    float: left;
    color: white;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0,0,0,.9);
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 3px;
    border-bottom-style:solid;
    border-width: 1px;
    border-color:#ff7a00;
    letter-spacing: .15em
  
}



h15 {
position:relative;
top: -15px;
max-width:0 auto;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,.9);
	font-weight: 500;
	
}

h16 {
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,.9);
	font-weight: 500;
	
}

h17 {
	color:#969393;
	font-size: 12px;
	line-height: 1.90em;
}

.color-orange {
	color: #ff5f02;
}

.charging img {
   height: 80px;
   width: 80px;
   margin-top: -80px;
   animation: blink 1s;
   animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



/*
* — Menu Bar —
*/

#header_bar { 
	height: 60px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10020;
}

#header_bar.scrolled {
 	background: red;
	height: 95px;
 	background: #041d2d;
 	height: 95px;
 	transition: all 800ms;
 	-o-transition: all 800ms;
 	-moz-transition: all 800ms;
 	-webkit-transition: all 800ms;
	opacity: 0.8;
}

#header_bar h1{
	float: left;
	list-style-type: none;
	margin-left: 30px;
	margin-top: 5px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-webkit-filter: brightness(1000%);
	filter: grayscale(10000%);
	filter: brightness(130%);
	transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7);
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav{
	width:100%
	height: 400px;
	background: #ccc;
	background size: cover;
}
#nav_wrapper{
	height: 240px;
	width: 95%;
	margin-left: 0px;
	margin-right: 250px;
	vertical-align: top;
	position: fixed;
        -webkit-transition:.5s;
        -moz-transition:.5s;
        transition:.5s;
}
#nav_wrapper.active { 
	background: #333;
}
#nav_wrapper ul{
	float: right;
}
#nav_wrapper ul li{
	list-style: none;
	display: inline-block;
	font-weight: 500;
	padding: 0px 12px;
	position: relative;
	top:-40px;
 	text-align=left;
}
#nav_wrapper ul li a{
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,.9);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 1.5;
	padding: 1rem 0rem;
	letter-spacing: .15em;
}
#nav_wrapper > ul > li:nth-child(2) {
	padding-right: 25px;
}
#nav_wrapper > ul > li:nth-child(2):before {
 	position: relative;
	color: white;
	content: "\2335";
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0,0,0,.9);
	font-weight: 800;
	left: 95px;
	top:-2px;
}
#nav_wrapper > ul > li:nth-child(2):hover:before {
 	color: #ff7a00;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
	font-weight:800;
}

#nav_wrapper > ul > li:nth-child(2):hover > a{ 
	color: #ff7a00;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}

#nav_wrapper ul li ul li:hover:before{
 	content: "\009B";
	position:relative;
	color: white;
	left: -9px;;
	top:-2px;
	text-shadow: 0 1px 2px rgba(0,0,0,.9);
	-webkit-transition: all 0s ease-out, padding-left 0.3s ease-out;
	-moz-transition: all 0s ease-out, padding-left 0.3s ease-out;
	-ms-transition: all 0s ease-out, padding-left 0.3s ease-out;
	-o-transition: all 0s ease-out, padding-left 0.3s ease-out;
	transition: all 0s ease-out, padding-left 0.3s ease-out;
}
#nav_wrapper ul li ul li:hover{
	transition: background 0.5s linear 0s, color 0.5s linear 0s;
	background: #ff7a00;
	padding-left: 20px;
	-webkit-transition: all 0.4s ease-out, padding-left 0.4s ease-out;
	-moz-transition: all 0.4s ease-out, padding-left 0.4s ease-out;
	-ms-transition: all 0.4s ease-out, padding-left 0.4s ease-out;
	-o-transition: all 0.4s ease-out, padding-left 0.4s ease-out;
	transition: all 0.4s ease-out, padding-left 0.4s ease-out;
}
#nav_wrapper ul li:hover a{ 
	transition: background 0.5s linear 0s, color 0.5s linear 0s;        
	color: white;
        text-shadow: 0 1px 2px rgba(0,0,0,.9);
}
#nav_wrapper ul li ul {
	display: none;
}
#nav_wrapper ul li:hover ul {
	display: block;
	font-size: .9em;
	font-weight: normal;
	padding-top: 0px;
	position: absolute;
}
#nav_wrapper ul li ul li {
	float: none;
	display: block;
	border-left: none;
	position: relative;
	padding: 10px;
	background:black;
	opacity:0.9;
	top: 10px;
	width: 200px;
	transition: all 0.4s ease-in-out;
}
#nav_wrapper ul li ul li a{
	text-transform:none;
}
#nav_wrapper ul li ul li:first-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	 border-top-width:2px;
	 border-top-color:#ff7a00;
	 border-top-style:solid;
}
#nav_wrapper ul li ul li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}


/*
* — Main Text in Scroll Imnages —
*/

.carousel-caption1 {
    position: absolute;
    left: 0%;
    margin-right: 0 auto;
    margin-left: 0 auto;
    top: 50%;
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);

}


.carousel-caption3 {
    position: absolute;
    left: 0%;
    margin-right: 0 auto;
    margin-left: 0 auto;	
    color: #fff;
    top: 70%;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

/*
* — Buttons in scroll pictures —
*/


.button1 {
	position: relative;
	top: -350px;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	border-radius: 0px;
	cursor: pointer;
	backgroundthd-image: none;
	padding: 10px 20px;
	letter-spacing: .167em;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: white;
	background-color: transparent;
	border-style: solid;
	border-color: white;
	border-width: 0.6px;
	-webkit-animation-delay:2s;
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
}
.button1:hover {
	
    	color: white;
    	box-shadow: inset 0 0 0 2px rgba(255,255,255, 1);
    	transition: box-shadow 0.3s ease-in-out;
	text-decoration: none;
	font-weight:400;
	
}
.button2 {
	position: relative;
	top: -350px;
	display: inline-block;
    	font-size: 12px;
	line-height: 1;
	border-radius: 0px;
	cursor: pointer;
	background-image: none;
	padding: 10px 30px;
	letter-spacing: .167em;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
   	color: white;
   	background-color: transparent;
    	border-style: solid;
    	border-color: white;
    	border-width: 0.6px;
	-webkit-animation-delay:2s;
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
}
.button2:hover {
	color: white;
	font-weight: 300;
	text-decoration: none;
	background-color: #ff7a00;
	box-shadow: inset 0 0 0 2px rgba(255,255,255, 1);
    transition: box-shadow 0.3s ease-in-out;

}
.button3 {
	position: relative;
	top: -440px;
	left: 490;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	border-radius: 0px;
	cursor: pointer;
	backgroundthd-image: none;
	padding: 10px 20px;
	letter-spacing: .167em;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	color: white;
	background-color: transparent;
	border-style: solid;
	border-color: white;
	border-width: 0.6px;
	-webkit-animation-delay:2s;
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
}
.button3:hover {
	color: white;
	font-size: larger;
	text-decoration: none;
}

/*
* — Four Flex Containers Main Page —
*/


.call-outs-container-company {
  max-width: 90%;
  margin: auto;
  border-top-style: solid;
  border-top-width: medium;
  border-top-color: white;
  background-color: white;
}
.call-out-company {
  padding-top: 30px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:20px;
  box-sizing: border-box;
  margin-bottom: 1px;
  flex-basis: 25%;
  color: #7F7F7F;
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: white;
  text-align: center;
 
}

@media (min-width: 900px) {
  .call-outs-container-company {
    display: flex;
    justify-content: space-between;
  }
}

.call-out-company:nth-child(4) {margin-right: 0;}

.call-out-company:nth-child(1) {background-color: #c0dbe2;}
.call-out-company:nth-child(2) {background-color: #cdf1c3;}
.call-out-company:nth-child(3) {background-color: #ccb9da;}
.call-out-company:nth-child(4) {background-color: #ccb9da;}

.call-out:nth-child(4) {margin-right: 0;}

.call-out-company:nth-child(1) {background-color: white;}
.call-out-company:nth-child(2) {background-color: white;}
.call-out-company:nth-child(3) {background-color: white;}
.call-out-company:nth-child(4) {background-color: white}



/*
* — Four Flex Containers Main Page —
*/


.call-outs-container {
  max-width: 70%;
  margin: auto;
  margin-top: 20px;
}
.call-out {
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  flex-basis: 25%;
  text-align: center;
}

@media (min-width: 900px) {
  .call-outs-container {
    display: flex;
    justify-content: space-between;
  }
}


.call-out:nth-child(3) {margin-right: 0;}

.call-out:nth-child(1) {background-color: #c0dbe2;}
.call-out:nth-child(2) {background-color: #cdf1c3;}
.call-out:nth-child(3) {background-color: #ccb9da;}

.call-out:nth-child(3) {margin-right: 0;}

.call-out:nth-child(1) {background-color: white;}
.call-out:nth-child(2) {background-color: white;}
.call-out:nth-child(3) {background-color: white;}
.call-out:nth-child(4) {background-color: white;}

/*
* — Four Flex Footer —
*/

.full-footer {
	background-color:#041d2d;

}

.footer-container {
  max-width: 90%;
  margin: auto;
  margin-top: 20px;
  background-color: #041d2d;
 
}

.footer {
text-align: left;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  flex-basis: 25%;
max-height: 300px;

  
}

.fa {
	color: white;
	height: 5px;
	width: 15px;
}


@media (min-width: 900px) {
  .footer-container {
    display: flex;
    justify-content: space-between;
  }
}


.footer:nth-child(1) {background-color: #041d2d;}
.footer:nth-child(2) {background-color: #041d2d;}
.footer:nth-child(3) {background-color: #041d2d;}
.footer:nth-child(4) {background-color: #041d2d;}

/* Radiowaves container for Main Menu */

#wave {
	position: absolute;
	z-index: 3;
	width: 360px; height: 160px;
	left: 165.5px; bottom: 173px;
}

/* waves */

#wave span { 
  	display: block;
	position: absolute;
	bottom: 0px; left: 50%; margin-left:0px;
	height: 50.5px; width: 125.5px;
	border: 2px solid white;
	border-radius: 100%;
	left: 0px; opacity: 0;
	transform: scale(0);
}

/* wave animation */

@keyframes waveL {
	0%   { transform: scale(0) translate(0, 0) }
	10%  { opacity: 1; transform: scale(0) translate(0, 0px) }
	100% { opacity: 0; transform: scale(1) translate(0px, 0px) }
}

@keyframes waveR {
	0%   { transform: scale(0) translate(0, 0) }
	10%  { opacity: 1; transform: scale(0) translate(0, 0px) }
	100% { opacity: 0; transform: scale(1) translate(0px, 0px) }
}

#wave .w0 { animation: waveL 10s 0s infinite }
#wave .w1 { animation: waveR 10s 1s infinite }
#wave .w2 { animation: waveL 10s 2s infinite }
#wave .w3 { animation: waveR 10s 3s infinite }
#wave .w4 { animation: waveL 10s 4s infinite }
#wave .w5 { animation: waveR 10s 5s infinite }
#wave .w6 { animation: waveL 10s 6s infinite }
#wave .w7 { animation: waveR 10s 7s infinite }
#wave .w8 { animation: waveL 10s 8s infinite }
#wave .w9 { animation: waveR 10s 9s infinite }


/* Radiowaves container for Footer Menu */

#wave-footer {
		
	position: relative;
	z-index: 3;
 height: 25px;
	left: 85.5px; bottom: 40px;
}

#wave-footer span { 
  	display: block;
	position: absolute;
	bottom: 0px; left: 50%; margin-left:0px;
	height: 50.5px; width: 125.5px;
	border: 2px solid white;
	border-radius: 100%;
	left: 0px; opacity: 0;
	transform: scale(0);
}

/* wave animation */

@keyframes wave-footerL {
	0%   { transform: scale(0) translate(0, 0) }
	10%  { opacity: 1; transform: scale(0) translate(0, 0px) }
	100% { opacity: 0; transform: scale(1) translate(0px, 0px) }
}

@keyframes wave-footerR {
	0%   { transform: scale(0) translate(0, 0) }
	10%  { opacity: 1; transform: scale(0) translate(0, 0px) }
	100% { opacity: 0; transform: scale(1) translate(0px, 0px) }
}

#wave-footer .w0 { animation: waveL 10s 0s infinite }
#wave-footer .w1 { animation: waveR 10s 1s infinite }
#wave-footer .w2 { animation: waveL 10s 2s infinite }
#wave-footer .w3 { animation: waveR 10s 3s infinite }
#wave-footer .w4 { animation: waveL 10s 4s infinite }
#wave-footer .w5 { animation: waveR 10s 5s infinite }
#wave-footer .w6 { animation: waveL 10s 6s infinite }
#wave-footer .w7 { animation: waveR 10s 7s infinite }
#wave-footer .w8 { animation: waveL 10s 8s infinite }
#wave-footer .w9 { animation: waveR 10s 9s infinite }

#image100 {
	margin-top: 92px;
}


#header_bar_contact { 
	height: 92px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10020;
	background-color:#041d2d ;
}

#header_bar_contact.scrolled {
 	background: red;
	height: 95px;
 	background: #041d2d;
 	height: 95px;
 	transition: all 800ms;
 	-o-transition: all 800ms;
 	-moz-transition: all 800ms;
 	-webkit-transition: all 800ms;
	opacity: 0.8;
}

#header_bar_contact h1{
	float: left;
	list-style-type: none;
	margin-left: 30px;
	margin-top: 5px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-webkit-filter: brightness(1000%);
	filter: grayscale(10000%);
	filter: brightness(130%);
	transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7);
}