/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-nav > li {
	    padding: 10px 0 0 !important;
	}
	.dropdown-menu {
	    border: none!important;
	}
	h3.browsebyThemeHeader {
	    font-size: 1.2em;
	    margin-left: 1.3em!important;
	    margin-top: 0.5em!important;
	
	}
	
	.row .newh2 h2{
	    margin-top: 0.8em!important;
	    margin-left: 1.8em!important;
	    margin-bottom: 0em!important;
	}
	
	.header-v5 h3.mega-menu-heading {
		font-size: 1.5em;
	 }
	 .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
	 	padding-left: 30px!important;
	 }
	 
	 .header-v5 .navbar-default .navbar-nav .list-unstyled li a {
	 	font-size:1.2em!important;
	 }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.navbar-nav > li {
	    padding: 10px 0 0 !important;
	}
		
	.dropdown-menu {
		border:none!important;	
	}
	#mosse-header{
		/*min-height:1px!important;
		padding:0px!important; */
	}
	
		
	#mosse-header .Shape{
	/**margin-bottom: 15.5%;**/
	}
	
	#mosse-header .GeneralRow .Shape a, #mosse-header .Shape a span, #mosse-header .GeneralRow .Shape a:visited, #mosse-header .GeneralRow .securityShape a, #mosse-header .GeneralRow .securityShape a:visited{	
		width:46%;
	}
	
	.dropdown-menu {
	    border: none!important;
	}
	
	h3.browsebyThemeHeader {
	    font-size: 1.2em;
	    margin-left: 1.3em!important;
	    margin-top: 0.5em!important;
	
	}
	
	.row .newh2 h2{
	    margin-top: 0.8em!important;
	    margin-left: 1.8em!important;
	    margin-bottom: 0em!important;
	}
	
	.header-v5 h3.mega-menu-heading {
		font-size: 1.5em;
	 }
	 .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
	 	padding-left: 30px!important;
	 }
	 
	 .header-v5 .navbar-default .navbar-nav .list-unstyled li a {
	 	font-size:1.6em!important;
	 	padding-bottom:0px!important;
	 }
	
	 #mosse-header .Shape:before{
	 	font-size:9em;
	 }
		
	.ad_bbbtns {
	    background: transparent url("http://img.cdn.servihoo.com/hidead_btn_blk.gif") no-repeat scroll right 50%;
	    cursor: pointer;
	    padding-right: 18px;
	    position: absolute;
	    right: 60px; 
	    top: 182px;
	    text-align: right;
	    text-decoration: underline;
	    width: 85px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	 #mosse-header .Shape:before{
	 	font-size:9em;
	 }
	 
	.news .articlenews .caption {
	    min-height: 6em !important;
	}
	
	.home-btn-plus {
		margin-bottom:30px;	
	}
	  
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

@media screen and (max-width:640px){
	

}
h3.browsebyThemeHeader {
    font-size: 1.2em;
   /**margin-left: 0.5em;**/
    margin-top: 0.5em;

}