

/* iPad wide
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1077px) {
	
}

/* iPad Pro
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	
}

/* iPad
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	
}

/* iPad Mini
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 759px) {

.sliderWrap {
    position: relative;
    top: 44px;
    display: block;
    margin-bottom: 44px;
}

#top .content_body{
	position: relative;
}

}

/* Android
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 435px) {
	
}

/* Phone 6
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
	
}

/* Phone 5
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 360px) {

}

/* Phone 4
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	
}
	
/* Phone 3
------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 309px) {
	
}
	

