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;
 	max-width: 100%;
 	margin-left: auto;
 	margin-right: auto;
 	background-color: #041d2d;
 	opacity: 1.0;
 	height: 110px;
}

#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;
	position: relative;
	z-index: 3;
	width: 150px;
	height: 152px;
	left: 153.0px;
	bottom: 173px;
	margin-left: -82px;
}

/* 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 }

#wave2 {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	 /* Center the image and set initial scale */
	transition: transform 0.3s ease; /* Smooth transition for zoom */
	object-fit: cover;
	object-position: top;
}

.darken2:hover ~ #wave2 {
  transform: translate(-50%, -50%) scale(1.5); /* Zoom in on hover */
}

#wave2 span {
    bottom: 0px;
    left: 50%;
    margin-left:0px;
    height: 5.5px;
    max-width: 132%;
    width: 49%;
    /* border: 2px solid #cbc13c; */
    border-radius: 100%;
    left: 0px;
    opacity: 0;
    /* transform: scale(0); */
    top: auto;
    left: 41.7%;
    Top: 23%;
    rotate: -11.1deg;
    display: block;
    position: absolute;
    /* background-color: #FFE900; */
    /* background: linear-gradient(to bottom, #000033, #000066); */
    /* background: #ffff97; */
    /* box-shadow: 0 0 5px rgb(107 107 18 / 50%); */
  	:;
  	:;
    /* border: 1px solid #FFE900; */
    /* background: #DAE6E5; */ /* Brilliant White */
    /* text-shadow: 
    0 0 5px #DAE6E5, 
    0 0 10px #DAE6E5, 
    0 0 15px #DAE6E5, 
    0 0 20px #DAE6E5, 
    0 0 25px #DAE6E5; */
    background: linear-gradient(to right, rgb(255 255 0) 50%, rgba(255, 0, 0, 0) 50%);
    min-width: 70vh;
    /* object-fit: cover; */
    /* object-position: top; */
}

span.w0 {}

span.w0 {}

/* 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) }
}

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


@media only screen and (min-width:200px) and (max-width: 399px) {
		    #wave2 { 
				left: -11.0%;
				top: -10px;
              	
              
                         }}




/* 1242×2688 pixels at 458ppi */
@media only screen 
    and (width: 414px) 
    and (height: 896px) 
    and (-webkit-device-pixel-ratio: 3) {
			#wave2 {
				left: -20.1%;
				top: -20px;
				transform: scale(0.98);
			}}


@media only screen and (min-width:400px) and (max-width: 449px) {
            #wave2 {
                left: -16.0%;
                top: -20px;
                transform: scale(0.98);
                }}

@media only screen and (min-width:450px) and (max-width: 499px) {
            #wave2 {
                left: -11.5%;
                top: -20px;
              
                         }}

@media only screen and (min-width:500px) and (max-width: 549px) {
            #wave2 {
                left: -10.7%;
                top: -20px;
                scale: 0.97;
              
                         }}

@media only screen and (min-width:550px) and (max-width: 599px) {
            #wave2 {
                left: -10.3%;
                top: -20px;
		scale: 0.97;
              
                         }}

@media only screen and (min-width:600px) and (max-width: 649px) {
            #wave2 {
                left: -9.9%;
                top: -30px;
                transform: scale(0.97);
                }}


@media only screen and (min-width:650px) and (max-width: 699px) {
            #wave2 {
                left: -9.9%;
                top: -25px;
              
                         }}



@media only screen and (min-width:700px) and (max-width: 749px) {
            #wave2 {
                left: -4%;
                top: -20px;
              
                         }}


@media only screen and (min-width:750px) and (max-width: 799px) {
            #wave2 {
                left: -3.5%;
                top: -20px;
              
                         }}


@media only screen and (min-width:800px) and (max-width: 849px) {
            #wave2 {
                left: -2.8%;
                top: -20px;
              
                         }}


@media only screen and (min-width:850px) and (max-width: 899px) {
            #wave2 {
                left: -2.2%;
                top: -20px;
              
                         }}


@media only screen and (min-width:900px) and (max-width: 939px) {
            #wave2 {
                left: -1.7%;
                top: -20px;
              
                         }}

@media only screen and (min-width:940px) and (max-width: 998px) {
            #wave2 {
                left: -1.3%;
                top: -20px;
              
                         }}

@media only screen and (min-width:950px) and (max-width: 999px) {
            #wave2 {
                left: -1.1%;
                top: -20px;
              
                         }}


@media only screen and (min-width:1000px) and (max-width: 1049px) {
            #wave2 {
                left: -0.7%;
                top: -20px;
              
                         }}


@media only screen and (min-width:1050px) and (max-width: 1109px) {
            #wave2 {
                left: -0%;
                top: -20px;
                         }}



@media only screen and (min-width:1110px) and (max-width: 1179px) {
            #wave2 {
                left: 5px;
                top: -20px;               ;
                         }}


@media only screen and (min-width:1180px) and (max-width: 1209px) {
            #wave2 {
                left: 5px;
                top: -20px;
                         }}

@media only screen and (min-width:1210px) and (max-width: 1229px) {
            #wave2 {
                left: 5px;
                top: -20px;
            }}
@media only screen and (min-width:1230px) and (max-width: 1233px) {
            #wave2 {
                left: 5px;
                top: -20px;}}

@media only screen and (min-width:1234px) and (max-width: 1237px) {
            #wave2 {
                left: 5px;
                top: -20px;}}

@media only screen and (min-width:1238px) and (max-width: 1255px) {
            #wave2 {
                left: 2px;
                top: -20px;
                transform: scale(0.95);}}


@media only screen and (min-width:1256px) and (max-width: 1263px) {
            #wave2 {
                left: 0px;
                top: -20px;
            }}
@media only screen and (min-width:1264px) and (max-width: 1270px) {
            #wave2 {
                left: 0px;
                top: -20px;
            }}
@media only screen and (min-width:1271px) and (max-width: 1350px) {
            #wave2 {
                left: 0px;
                top: -10px;
            }}
                            }}
@media only screen and (min-width:1351px) and (max-width: 1430px) {
            #wave2 {
                left: 7px;
                top:-15px;
            }}
@media only screen and (min-width:1431px) and (max-width: 1470px) {
            #wave2 {
                left: 0px;
                top: 5px;
            }}
@media only screen and (min-width:1471px) and (max-width: 1510px) {
            #wave2 {
                left: 0px;
                top: 10px;
            }}
@media only screen and (min-width:1511px) and (max-width: 1540px) {
            #wave2 {
                left: 0px;
                top: 30px;
            }}

@media only screen and (min-width:1541px) and (max-width: 1770px) {
            #wave2 {
                left: 0px;
                top: 5.5%;
            }}
@media only screen and (min-width:1771px) and (max-width: 1900px) {
            #wave2 {
                left: 0px;
                top: 7.5%;
            }}
@media only screen and (min-width:1901px) and (max-width: 1950px) {
            #wave2 {
                left: 0px;
                top: 9.5%;
            }}
@media only screen and (min-width:1951px) and (max-width: 2050px) {
            #wave2 {
                left: 0px;
                top: 11.5%;
            }}
@media only screen and (min-width:2051px) and (max-width: 2150px) {
            #wave2 {
                left: 0px;
                top: 13.5%;
            }}
@media only screen and (min-width:2151px) and (max-width: 2250px) {
            #wave2 {
                left: 0px;
                top: 15.5%;
            }}
@media only screen and (min-width:2251px) and (max-width: 2350px) {
            #wave2 {
                left: 0px;
                top: 17.5%;
            }}
@media only screen and (min-width:2351px) and (max-width: 2450px) {
            #wave2 {
                left: 0px;
                top: 18.5%;
            }}
@media only screen and (min-width:2451px) and (max-width: 3950px) {
            #wave2 {
                left: 83px;
                top: 14.6%;
				width: 95%;
            }}

/* 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);
}

.clip {
            height: 100%;
            object-fit: cover;
            
      }
.clip2 {
            height: 100%;
            object-fit: cover;
            object-position: top;
      }


}

/* 1242×2688 pixels at 458ppi */
@media only screen 
    and (width: 414px) 
    and (height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { #wave2 {transform: scale(9.5);}}





