@charset "utf-8";
/* CSS Document */

.mobiletopubm{display:none;}
.mobiletopadvert{display:block;}
.websitetopubm{display:block;}

.homeslideshow{width: 463px; height: 465px;}

/* 240px */
@media screen 
and (min-width : 240px) 
and (max-width : 320px) {	
.websitetopubm{display:none; visibility:hidden;}
.mobiletopubm{display:block; visibility:visible;}
.mobiletopadvert{text-align:center;}

#popup_box{width:100%!important; height:100%!important; margin-left:0px!important; position:relative!important; top:-50px!important;}

.newsouter{background: url("../images/news_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);  height: auto;}
.newsinner{height:85px;}
.newsinner .newstitle{font-size:11px; width:26%;}
.newsinner .newsdesc{width:72%;}
.headerfix{ background:#000; height:140px; position:static;}
.logofix{ left:8px; max-width:70px; position:absolute;}
.topubmlogo img{ width:60px;}
.topubmlogo{right:0px;}
.showdate span{ font-size:16px;}
.showdate{ width:70%; font-size:14px;}
#cssmenu{ width:93%; top:13px;}
#cssmenu #menu-button{ padding:15px 20px;}
.partnerboxbottomfirst{ float:left; margin:0px; width:auto;}

.homeslideshow{width:auto!important; height:auto!important;}
#cssmenu{width:88%; top:0;}
.searchbtn{margin-top:6px; height:42px; background:#f6a32e;}
.socialicon{display:none; visibility:hidden;}
.banner1{height:150px;}
.banner1 .pagesheading{padding-top:45px;}



}

/* 320px */

@media screen 
and (min-width : 320px) 
and (max-width : 480px) {
.websitetopubm{display:none; visibility:hidden;}
.mobiletopubm{display:block; visibility:visible;}
.mobiletopadvert{text-align:center;}

#popup_box{width:100%!important; height:100%!important; margin-left:0px!important; position:relative!important; top:-50px!important;}

.newsouter{background: url("../images/news_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);  height: auto;}
.newsinner{height:85px;}
.newsinner .newstitle{font-size:11px; width:26%;}
.newsinner .newsdesc{width:72%;}
.headerfix{ background:#000; height:140px; position:static;}
.logofix{ left:8px; max-width:70px; position:absolute;}
.topubmlogo img{ width:60px;}
.topubmlogo{right:0px;}
.showdate span{ font-size:16px;}
.showdate{ width:70%; font-size:14px;}
#cssmenu{ width:93%; top:13px;}
#cssmenu #menu-button{ padding:15px 20px;}
.partnerboxbottomfirst{ float:left; margin:0px; width:auto;}

.homeslideshow{width:auto!important; height:auto!important;}
#cssmenu{width:88%; top:0;}
.searchbtn{margin-top:6px; height:42px; background:#f6a32e;}
.socialicon{display:none; visibility:hidden;}
.banner1{height:150px;}
.banner1 .pagesheading{padding-top:45px;}


}

/* 480px */
@media screen and (min-width : 480px) and (max-width : 700px) {

.websitetopubm{display:none; visibility:hidden;}
.mobiletopubm{display:block; visibility:visible;}
.mobiletopadvert{text-align:center;}
#popup_box{width:100%!important; height:100%!important; margin-left:0px!important; position:relative!important; top:-30px!important;}

.newsouter{background: url("../images/news_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);  height: auto;}
.newsinner{height:85px;}
.newsinner .newstitle{font-size:11px; width:26%;}
.newsinner .newsdesc{width:72%;}


.homeslideshow{width:auto!important; height:auto!important;}
.banner1{height:150px;}
.banner1 .pagesheading{padding-top:45px;}


}

/* 768px */
@media screen and (min-width : 700px) and (max-width : 991px) {

#cssmenu{float: right; width: 70%; background:#3F83BA;}
.searchbtn{margin-top:6px; height:52px; background:#3F83BA;}

.homeslideshow{width:auto!important; height:auto!important;}

}

/* 1024px */
@media screen and (min-width : 992px) and (max-width : 1100px) {
#cssmenu > ul > li > a{padding:0px 6px;}
.rightbutton a{font-size:13px;}
}

@media (max-width: @screen-xs) {
    body{font-size: 90%;}
}

@media (max-width: @screen-sm) {
    body{font-size: 100%;}
}



img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0px!important;
}
.ie6 img {
    width:100%;
}