@charset "utf-8";
/* CSS Document */



/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {  

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 100px) and (max-width: 991px) {
	.association-logo img{width:100%;}
	.mobile-menu-wrapper{display:block;}
	.mainmenu{display:none;}
	.head-right-top{padding-top:25px;}
	.footer-bottom-area div{text-align:center;}
	.footer-wiz{padding-left:40px;padding-bottom:0px;}
	.top-social{margin-bottom:30px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.physio-input{width:140px;}
	.latest-news ul li{padding-right:0px;}
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 100px) and (max-width: 767px) { 
.find-physio{margin-bottom:20px;}
}
@media only screen and (min-width: 100px) and (max-width: 640px) { 
.single-slide-item{height:380px;}
.disclaimer p{padding:15px 0px;}
}
@media only screen and (min-width: 100px) and (max-width: 540px) { 
.logo img{width:100%;}
.physio-input{width:auto;}
}
@media only screen and (min-width: 100px) and (max-width: 480px) { 
.our-asseciation .col-xs-3{width:50%;}
.association-logo{margin:0px 0px 10px;}
.our-asseciation{bottom:0px;}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

}
