/************************************************************************************
smaller than 1024px
*************************************************************************************/ 
@media screen and (max-width: 1024px) {


}


/************************************************************************************
smaller than 980px
*************************************************************************************/ 
@media screen and (max-width: 980px) {


}

/************************************************************************************
smaller than 900px
*************************************************************************************/
@media screen and (max-width: 900px) {

}

/************************************************************************************
smaller than 800px
*************************************************************************************/
@media screen and (max-width: 800px) {




}
/************************************************************************************
smaller than 768px
*************************************************************************************/
@media screen and (max-width: 768px) {

.carousel-caption h3 {
    font-size: 20px;
    line-height: 28px;
}
	

}
/************************************************************************************
smaller than 736px
*************************************************************************************/

@media screen and (max-width: 736px){

.logo{
	text-align: center;
	}
.h-contact{
    margin-top: 20px;
	}			
.sidemenu-bg {
    background: url(../images/bg_small_nav.jpg) no-repeat;
	background-size: cover;
    position: relative;
	margin-bottom: 20px;
}
.navbar-header .text{
	display: inline;
    color: #fff;
    line-height: 48px;
	}
		
	
}
/************************************************************************************
smaller than 667px
*************************************************************************************/

@media screen and (max-width: 667px){

.logo{
	text-align: center;
	}
.h-contact{
    margin-top: 20px;
	}
				

}

/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px) {
	
.slider{
	display: none;
	}
			

}
/************************************************************************************
smaller than 600px
*************************************************************************************/
@media screen and (max-width: 600px) {

}
/************************************************************************************
smaller than 568px
*************************************************************************************/
@media screen and (max-width: 568px) {
	
.h-contact {
    margin-top: 20px;
}

}

/************************************************************************************
smaller than 540px
*************************************************************************************/
@media screen and (max-width: 540px) {
	



}
/************************************************************************************
smaller than 480px
*************************************************************************************/

@media screen and (max-width: 480px) {
	

}

/************************************************************************************
smaller than 360px
*************************************************************************************/
@media screen and (max-width: 360px) {


}

/************************************************************************************
smaller than 320px
*************************************************************************************/
@media screen and (max-width: 320px) {
	
.h-contact {
    /*margin-top: 20px;*/
	display: none
	
}

}
