/* Desktop */
@media only screen and (min-width:1280px){
	
}
@media only screen and (max-width:1280px){
	
}
@media only screen and (min-width:1024px){
	.container{
		max-width:1080px
	}	
}
@media only screen and (min-width:992px) and (max-width:1280px){
	
}
@media only screen and (min-width:769px) and (max-width:1280px){
	
}
@media only screen and (min-width:1024px){
	
}
@media only screen and (max-width:1024px){
	
}
@media only screen and (min-width:992px) and (max-width:1024px){

}
@media only screen and (min-width:920px) and (max-width:1024px){
	.menu{
		font-size:14px;
	}.social-media {
    	font-size: 15px !important;
    	margin-top:3px !important;
    	padding-left: 10px !important;
    }
}
@media only screen and (min-width:768px) and (max-width:919px){
	.menu{
		font-size:12px;
		margin-top:5px !important;
	}.social-media {
    	font-size: 15px !important;
    	margin-top:3px !important;
    	padding-left: 10px !important;
    }
}
@media only screen and (min-width:769px) and (max-width:1024px){
	
}

/* Tab */
@media only screen and (min-width:992px){
	
}
@media only screen and (max-width:992px){
	/*.fs18{
		font-size: 14px !important;
	}*/
	.fs16{
		font-size: 12px !important;
	}.big-headline{
		font-size: 28px !important;
	}.list-vision-headline{
		font-size: 18px !important;
	}.list-vision-summary{
		font-size: 14px !important;
	}.medium-headline{
		font-size: 14px !important;	
	}
}
@media only screen and (min-width:769px) and (max-width:992px){
	
}

@media only screen and (min-width:768px){
	.footer-mobile,.header-mobile-fixed{
		display:none
	}.footer-desktop,.header-desktop-fixed{
		display:block
	}.main-icon{
		font-size:40px !important
	}.nav-vision-tab a span{
		font-size:14px !important
	}.container-desktop{
		display:block;
	}.container-mobile{
		display:none;
	}
}

@media only screen and (max-width:767px){
	.footer-desktop,.header-desktop-fixed{
		display:none
	}.footer-mobile,.header-mobile-fixed,.mobile-menu{
		display:block !important
	}.sidebar,.mainbar{
		width:100% !important;
	}.big-headline{
		font-size:26px !important;
		line-height:1.2;
		margin-bottom:10px !important
	}.summary-big-headline{
		font-size:16px !important;
	}.main-content-category{
		/*padding-top:100px !important*/
	}.nav-vision-tab a span{
		font-size:14px !important
	}.small-headline{
		font-size:16px !important;
	}.container-desktop{
		display:none;
	}.container-mobile{
		display:block;
	}.mtmob{
		margin-top: 100px;
	}.list-vision-summary{
		text-align: center !important;
	}.lh14{
		line-height: 1.4 !important;
	}.big-headline{
		padding-left:0px !important;
		padding-right:0px !important;
	}.body-content p{
		font-size: 18px;
		line-height:1.4em !important;
		font-family: sans-serif !important;
		margin-bottom: 20px;
	}
}

/* Mobile */
@media only screen and (min-width:480px) and (max-width:768px){
	
}
@media only screen and (min-width:360px) and (max-width:768px){
	
}
@media only screen and (min-width:480px){
	
}
@media only screen and (max-width:480px){
	.latest-img,.latest-img img{
		/*width:100% !important*/
	}.latest-category{
		/*padding-left:0 !important*/
	}
}
@media only screen and (min-width:360px) and (max-width:480){
	
}
@media only screen and (min-width:360px){
	
}
@media only screen and (max-width:360px){
	
}