#cmslogo {
	margin: 5% 10% 
}

.cmsDefaultTextLogo {
    width: 100%;
	margin: 0; 
    font-weight: bolder;
}
.cmsDefaultTextLogo A {
	font-size: 300%;
}


.is-section-banner { 
background-color: [WSCOL_BANNER];
}

.is-box-logo { 

}

.is-box-menu { 
background-color: [WSCOL_MENU];
}

.is-container {
max-width: 1200px; 
}

.cmsUsualWidth  {
     	max-width:1200px;
	padding: 0 30px; 
	box-sizing: border-box; 
	margin-right: auto; 
	margin-left: auto; 
}

.cmsUsualWidth .cmsUsualWidth { padding 0; }  

.cmsUsualWidth.containsContentBox {
     max-width:none!important;
     width: 100%!important;
     padding-left: 0!important;
     padding-right: 0!important;
}



@media (max-width: 640px) {
.socialmediaicons { text-align: center; }
#cmsShoppingCartTemplateLinks { text-align: center; }
#cmsShoppingCartTemplateLinks a { width: 40%; text-align: center;  }
.is-container-logo {  text-align: center;   }
}


input,select,button {
line-height: 200%;
}


#cmsShoppingCartTemplateLinks a { text-decoration : none; display: inline-block; }

@media (min-width: 640px) {

.cmsHomePage .mastwrap {
    position: fixed;
    z-index: 2;
	color: white; 
}
.cmsHomePage .mastwrap a {
	color: white; 
}
.cmsHomePage .mastwrap #menu ul ul {
	background-color: black;
}


}