/* ----------------------------------------------------------------
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: #002752 url('../images/bg.jpg') top center no-repeat; border-top: 5px solid #73c14a; font: 14px Verdana, Arial, sans-serif; font-weight: normal; color: #222; }

#design-wrapper { margin: 0 auto; width: 100%; max-width: 1170px; }

/* Header */
header { position: relative; margin: 0 10px; width: 100%; max-width: 1140px; height: 158px; max-height: 158px; }
header > div#design-logo { position: absolute; top: 48px; left: 0; }

nav {
  position: relative;
  width: 100%;
  height: 42px;
  background: linear-gradient(to bottom,  #73c14a 0%,#66b23d 100%); /* W3C */
  border: 1px solid #73c14a;
  box-sizing: border-box;
}
nav:before {
  border-color: #011c3b #011c3b transparent transparent;
  border-style: solid;
  border-width: 5px;
  top: 42px;
  content: "";
  left: -1px;
  position: absolute;
}
nav:after {
  border-color: #011c3b transparent transparent #011c3b;
  border-style: solid;
  border-width: 5px;
  top: 42px;
  content: "";
  right: -1px;
  position: absolute;
}
nav > div#design-nav-menu { margin: 0; width: 100%; height: 42px; box-sizing: border-box; }

/* Main */
main { margin: 0 10px; width: 100%; max-width: 1140px; background: #fff; border-top: 2px solid #011c3b; box-sizing: border-box; }
main > #design-main { margin: 0; padding: 15px; width: 100%; background: #fff; box-sizing: border-box; }
main > #design-main > div { padding: 0; box-sizing: border-box; }
main div#design-main-content { width: 100%; box-sizing: border-box; }

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

/* Footer */
footer { margin: 0 10px; padding: 15px 5px; width: 100%; max-width: 1140px; height: 100%; background: #73c14a; border-top: 4px solid #002752; box-sizing: border-box; }
footer div#design-footer-left { float: left; }
footer div#design-footer-right { float: right; width: 200px; }
footer div#design-footer-left #design-copyright { margin: 5px 0 0 10px; font-size: 12px; line-height: 1.5; font-weight: bold; color: #fff; }
footer div#design-footer-left #design-copyrightDII { margin: 2px 0 0 10px; font-size: 12px; line-height: 1.5; font-weight: normal; color: #fff; }
footer div#design-footer-left #design-copyrightDII a { font-size: 10px; color: #fff; text-decoration: none; }

/* Content Boxes */
.design-sectionHeader {
  position: relative;
  margin: 15px 0 0 0;
  padding: 6px 10px;
  height: 26px;
  background: #afafaf url('../images/sectionHeader.png') top left no-repeat; 
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.design-sectionHeader:first-child { margin-top: 0; }
.design-sectionHeader:before {
  border-color: #011c3b #011c3b transparent transparent;
  border-style: solid;
  border-width: 4px;
  top: 25px;
  content: "";
  left: -1px;
  position: absolute;
}
.design-sectionContent { padding: 0; width: 100%; box-sizing: border-box; }
	
.design-clear { clear: both; }

/* Responsive */

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

  nav:before { border: none; }
  nav:after { border: none; }
	nav div#design-nav-menu { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	
	main { margin: 0; }

  footer { margin: 0; }
  
}

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

	/* Header */
	header { margin: 0; width: 100%; height: 100px; }
	header > div#design-logo { position: absolute; top: 0; left: 0; }
	header > div#design-logo img { width: 100%; }
	
	nav { width: 100%; background: #73c14a; box-sizing: border-box; }
	nav:before { border: none; }
  nav:after { border: none; }
	nav > div#design-nav-menu { margin: 0; padding: 0; width: 100%; height: 40px; }
	
	main { margin: 0; width: 100%; background: #fff; box-sizing: border-box; }
	main > #design-main { 
		margin: 0 auto;
		padding: 5px; 
		width: 100%; 
		background: #fff;
		box-sizing: border-box;
	}
  main > #design-main .design-span_3_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: 0; width: 100%; height: 150px; }
	footer div#design-footer-left { display: block; width: 100%; text-align: center; }
	footer div#design-footer-right { display: block; margin-top: 10px; width: 100%; text-align: center; }
}