/* ----------------------------------------------------------------
Copyright (c) Demosphere International Inc.
No permission is granted for any purpose without prior
written consent from Demosphere International Inc.
-------------------------------------------------------------------*/

/* General Page Styles */
body#design-body { margin: 0; padding: 0; background: #000 url('../images/bg.png') repeat-x; border-top: 5px solid #df0026; font: 14px Verdana, Arial, sans-serif; font-weight: normal; color: #000; }

#design-wrapper { margin: 0 auto; width: 98%; max-width: 1160px; }

/* Header */
header { position: relative; margin: 0; width: 100%; height: 100px; border-bottom: 1px solid #fff; }
header #design-logo { position: absolute; top: 0; left: 0; z-index: 1; }
header #design-logo img { width: 100%; }
header #design-socialMedia { position: absolute; top: 66px; right: 5px; }
header #design-socialMedia .design-socialMedia { float: left; margin-left: 6px; }

@media screen and (max-width: 480px) {
 
 header { height: 110px; }
 header #design-logo { width: 120px; }
  
}

nav { width: 100%; height: 42px; background: #df0026; border-top: 1px solid #720013; border-bottom: 1px solid #720013; box-sizing: border-box; }
nav #design-container-main-nav {
  margin: 0;
  padding: 0 0 0 150px;
  width: 100%;
  height: 42px;
  box-sizing: border-box;
}
nav #design-container-main-nav #ww-btn-main-nav {
  width: 100%;
  padding: 5px 10px;
  height: 42px;
  background: none;
  border: 0 none;
  font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  
  nav #design-container-main-nav { padding: 0; }
  
}

/* Main */
main { margin: 0; padding: 15px; width: 100%; background: #fff; box-sizing: border-box; }
main #design-container-main { width: 100%; box-sizing: border-box; }

main .design-span_4_of_12 { position: relative; padding-left: 10px; background: url('../images/fade.png') repeat-y; box-sizing: border-box; }

@media screen and (max-width: 480px) {
	
	main { margin: 0; padding: 5px; width: 100%; background: #fff; box-sizing: border-box; }
  main .design-span_4_of_12 { position: relative; padding-left: 0; background-image: none; box-sizing: border-box; }

	.design-sectionHeader {	margin: 10px 0 0 0; box-sizing: border-box; }
	.design-sectionContent { margin: 0 0 5px 0; }

}

/* Footer */
footer {
  margin: 0;
  padding: 15px 10px;
  width: 100%;
  height: 120px;
  background: #df0026; /* Old browsers */
  background: -moz-linear-gradient(top,  #df0026 0%, #a1001c 1%, #df0026 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df0026), color-stop(1%,#a1001c), color-stop(100%,#df0026)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #df0026 0%,#a1001c 1%,#df0026 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #df0026 0%,#a1001c 1%,#df0026 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #df0026 0%,#a1001c 1%,#df0026 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #df0026 0%,#a1001c 1%,#df0026 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0026', endColorstr='#df0026',GradientType=0 ); /* IE6-9 */
  border-top: 4px solid #000;
  box-sizing: border-box;
  }
footer #design-footer { width: 100%; background: url('../images/line.png') repeat-x; }
footer #design-footer-left { float: left; }
footer #design-footer-right { float: right; width: 230px; }
footer #design-footer-left #design-copyright { margin: 15px 0 0 10px; font-size: 10px; line-height: 14px; font-weight: bold; color: #fff; }
footer #design-footer-left #design-copyrightDII { margin: 2px 0 0 10px; font-size: 10px; line-height: 14px; font-weight: normal; color: #fff; }
footer #design-footer-left #design-copyrightDII a { font-size: 10px; color: #fff; text-decoration: none; }

@media screen and (max-width: 480px) {

	footer { margin: 0; padding: 0; width: 100%; height: 150px; }
	footer #design-footer-left { display: block; width: 100%; text-align: center; }
	footer #design-footer-right { display: block; margin-top: 10px; width: 100%; text-align: center; }  

}

/* Content Boxes */
.design-sectionHeader {
	margin: 15px 0 0 0;
	padding: 0 14px;
	height: 42px;
  background: #afafaf url('../images/sectionHeader.gif') repeat-x;
  border-bottom: 1px solid #f81003;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0em;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
.design-sectionHeader:first-child { margin-top: 0; }
.design-sectionContent { position: relative; padding: 0; width: 100%; background: #c4c4c4; border-top: 2px solid #000; border-bottom: 3px solid #df0026; box-sizing: border-box; }
.design-sectionContent:after { position: absolute; bottom: 0; content: ""; width: 100%; border-bottom: 1px solid #fff; }

#design-bottomLogos { margin-top: 15px; padding: 25px 15px 15px 15px; background: url('../images/shadow.png') center top no-repeat; }
#design-bottomLogos .design-sectionHeader {
	margin: 0;
	padding: 4px 0 8px 0;
	height: 22px;
  background: none;
  border: none;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 900;
	color: #000;
	letter-spacing: 0em;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

#design-bottomLogos .design-span_4_of_12 { padding-left: 10px; border-left: 3px solid #d0d0d0; box-sizing: border-box; }
	
.design-clear { clear: both; }