/*iPad Landscape*/
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px), screen and (max-width: 1200px)  {
    /*.content {padding-bottom: 0px;}*/
    .content {
        width: 960px;
        overflow: hidden;
    }
    /*footer {
    	width: 960px;
    	position: relative;
    	margin: 30px auto;
    	padding: 0px 0px 30px 0px;
    	z-index: 900000;
    }*/
	
	footer .rdv{
    	display:none;
    }
	
    .listBlock .block_item {
        width: 320px;
        height: 250px;
    }
	

    header{
        height:100px;
    }
    header .logo{
        width:250px;
        top:0px;
    }
	header .menu {
        display: none;
    }
	
	header .menu li a {
		padding: 0px 20px;
		padding-top: 50px;
    }
    
	header .mobile_menu {
        display: block;
        right: 30px;
    }
}

/*iPad Portrait*/
@media handheld and (max-width: 767px), screen and (max-device-width: 767px), screen and (max-width: 960px), screen and (max-width: 1100px)  {
    h1 {
        font-size: 55px;
    }
    header{
        height:90px;
    }
    header .logo{
        width:250px;
        top:0px;
    }
	header .menu li a {
		padding: 0px 20px;
		padding-top: 50px;
    }
    .content {
        width: 682px;
        overflow: hidden;
    }
    
    .content .col_half {
    	width:100%;
    }
    
    /*footer {
        width: 682px;
    } */  
    .listBlock{
        width: 682px;
        margin: 0px auto 0px auto;
    }
    
    .listBlock .block_item {
        width: 341px;
        height: 276px;
    }
    
    .imageSlider{
        width: 100%;
    }   
     
    .news, 
    .news .news_info{
        width: 100%;
    }
    
    .news .news_content {
        width: 482px;
    }
    .youtube{
		height:400px;
	}

}

 


/*iPhone Landscape*/
@media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 750px)  {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 24px;
    }

    header{
        height:90px;
    }

 	header .logo{
 		width:250px;
 		top:0px;
 	}
 	
	header .menu {
        display: none;
    }
    
	header .mobile_menu {
        display: block;
        right: 30px;
    }
    .content {
        width: 420px;
        overflow: hidden;
    }
    /*footer {
        width: 420px;
        position: relative;
        margin: 30px auto;
        padding: 0px 0px 30px 0px;
        z-index: 900000;
    } */   
    .listBlock {
        width: 341px;
        margin: 0px auto 0px auto;
    }
    
    .news .news_content,
    .news .news_social{
        width: 100%;
    }
    .youtube{
		height:300px;
	}   
	.contact .group{
		width:100%;
		margin:0;
	}
	
	.block_description{
		display:none;
	}
	.breadcrumb{
		display:none;
	}


}


/*iPhone Portrait*/
@media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 20px;
    }

    header{
        height:90px;
    }
 	/*header .logo{
 		width:200px;
 		top:0px;
 	}*/

     header .logo{
     width: 100%;
     top: 0px;
     margin-left: -15px;
     }

	header .mobile_menu {
        right: 0px;
        margin-right: 0px;
    }

    .content {
        padding-top: 48px;
        width: 280px;
        overflow: hidden;
    }   
    /*footer {
    	width: 280px;
    	position: relative;
    	margin: 30px auto;
    	padding: 0px 0px 30px 0px;
    	z-index: 900000;
    }*/
    .listBlock {
        width: 280px;
    }
    
    .listBlock .block_item{
        width: 280px;
    }
            
    #prevslide, #nextslide {
        display: none;
    }
    .youtube{
		height:250px;
	}  

	.block_description{
		display:none;
	}
	
	.breadcrumb{
		display:none;
	}
	
}