@CHARSET "UTF-8";
@media (max-width:4000px) {
/*.mySlides img {
	width:100%;
}*/
	.mySlides {
	flex: 1 0 100%;
    flex-direction: column;
}

.mySlides img {
	flex: 1 0 100%;
    flex-direction: column;
    height: 100%;
	min-width:100%;
}

#capture {
	max-width:50%;
}
	
}

@media (max-width:1400px) {
	

}

@media (max-width:1200px) {


}

@media (max-width:1040px) {
/*.mySlides {
	flex: 1 0 100%;
    flex-direction: column;
}

.mySlides img {
	flex: 1 0 100%;
    flex-direction: column;
    max-height: 100%;
	width:auto;
}

#capture {
	max-width:50%;
}*/

}

@media (max-width:950px) {
#content-one {
	width:100%;
	float:none;
	height:400px;
}

#content-two {
	width:100%;
	float:none;
	height:400px;
}

#content-three {
	width:100%;
	float:none;
	height:400px;
}

#content-four {
	width:100%;
	float:none;
	height:400px;
}

#capture-right {
	color:white;
	position:absolute;
	z-index:10000;
	top:50%;
	left:20px;
	text-shadow:2px 2px black;
}
	
}

@media (max-width:750px) {

.popup .popuptext {
  width: 80%;
  left: 10%;
  }

.box .row.slider {
  background-position:80% 50%;
}

#footer-wrapper {
	width:100%;
	height:auto;
	background:url(../images/background-50x50.png);
	background-repeat:repeat;
	color:white;
	box-sizing:border-box;
}

#footer-one {
	width:100%;
	float:none;
	height:100%;
}

#footer-two {
	width:100%;
	float:none;
	height:100%;
}

#footer-three {
	width:100%;
	float:none;
	height:100%;
	padding-bottom:50px;
}

}

@media (max-width:550px) {
#header-left {
	width:100%;
	height:110px;
	float:none;
	text-align:center;
}

#header-right {
	width:100%;
	padding:10px 20px 10px 0px;
	float:none;
	text-align:center;
}

#capture, #capture-right {
	max-width:80%;
	top:20%;
}



}



@media (max-width:380px) {

.box .row.slider {
  background-position:70% 50%;
}

#capture, #capture-right {
	color:white;
	position:absolute;
	z-index:10000;
	left:20px;
	text-shadow:2px 2px black;
}

}

@media (max-height:460px) {
.mySlides {
	flex: 1 0 100%;
    flex-direction: row;
}

.mySlides img {
	flex: 1 0 100%;
    flex-direction: row;
	height:auto;
    max-height: 300%;
	width:100%;
}

#capture, #capture-right {
	color:white;
	position:absolute;
	z-index:10000;
	left:20px;
	top:20%;
	text-shadow:2px 2px black;
}

#capture, #capture-right {
	max-width:100%;
}

}

