



/* Large screens ----------- */
@media screen 
and (min-width : 1824px) {
/* Styles */
}


/* Desktops and laptops ----------- */
@media screen 
and (min-width : 1224px) {
	
/* Styles */
}

@media  screen and (max-width : 1200px) {
.desktop .menunew li a {font-size:17px;padding:0px 10px;}
}

@media  screen and (max-width : 990px) {
.desktop .menunew li a {font-size:13px;padding:0px 10px;}
}



@media  screen and (max-width : 950px) {
	.desktop {display:none}
	.mobile {display:block}
.header {background:none!important}
/* Styles */
.smbottom {padding-bottom:10px}
.carouselholder {width:400px!important;overflow:hidden}
.carousel li {width:100%}
.carousel .item {padding:50px}
.carouselholder .prevholder {right:-5px!important;top:80px!important}
.carouselholder .nextholder {left:-5px!important;top:80px!important}
}


/* Smartphones (portrait and landscape) ----------- */
@media  screen and (max-width : 480px) {
	 #leadstory-wrapper,#leadstory_container,.leadtd,.leadmain {height:390px!important}
.leaddata{height:100px!important}	
	 .slidertitle {top:0px!important;font-size:14px!important;background:url(../images/opa.png);padding:5px 10px}
	
/* Styles */
.sm100 {float:none!important;padding:0!important;margin:0!important;width:100%!important}
.smcenter {text-align:center!important}
.smnomargin {margin:0!important}

.slidertitle {font-size:18px}

.carouselholder {width:300px!important}
.carousel li {width:100%}
.carousel .item {padding:30px}
.carouselholder .prevholder {right:-0px!important;top:80px!important}
.carouselholder .nextholder {left:-0px!important;top:80px!important}
.carouselholder .nextholder img, .carouselholder .prevholder img {width:20px}
}


/* Smartphones (landscape) ----------- */
@media  screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media screen 
and (max-width : 320px) {
/* Styles */
}


