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

/*-- Box-sizing Reset --*/
body div#dii-navbar { height: 71px; }
body div#navbar-product { height: 26px; }
body div#navbar-top-row a.navbar-tab { height: 27px; padding: 0; }
body div#navbar-top-row a.navbar-tab span.dii-lib-icon { background-position: left; padding: 3px 3px 2px 28px; } 
body div#navbar-top-row a.navbar-tab.navbar-tab-one-line span { height: initial; padding-top: 7px; padding-bottom: 7px; box-sizing: initial; }
body .dii-action-icon,
body .dii-action-icon-text,
body .dii-action-text { height: initial; box-sizing: initial; }
body .dii-action-icon-text div { top: 0; }
body .dii-function-icon,
body .dii-function-icon-text,
body .dii-function-icon-text-big,
body .dii-function-text,
body .dii-function-text-big { height: initial; box-sizing: initial; }
body .dii-main-title,
body .dii-main-title-icon,
body .dii-container *,
body .ui-dialog,
body .ui-dialog *,
body .dii-ss-rb-container,
body .dii-ss-rb-container * { box-sizing: initial; }
body .dii-content { box-sizing: border-box; }

/* Bootstrap 10px gutter */
.gutter-10.row { margin-right: -5px; margin-left: -5px; }
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] { padding-right: 5px; padding-left: 5px; }

/* Header overrides */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { margin-bottom: 0; margin-top: 0; font-family: inherit; font-weight: inherit; font-size: inherit; }

/* General Page Styles */
* { box-sizing: border-box; }
.caret { border: 0 none; }

body, body div, body span, body p, body a, body li, body th, body td, body section, body button, body label { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body#design-body {
  margin: 0;
  padding: 0;
  background: #004200 url('../images/bg.jpg') no-repeat center top;
  border-top: 10px solid #ffff09;
}
#design-page-top {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

#design-wrapper { margin: 0; padding: 0; width: 100%; }
#design-wrapper .container { max-width: 1060px; }

/* Header */
#design-header { position: relative; height: 124px; }
#design-header #design-logo { position: absolute; top: 38px; left: 15px; z-index: 10; }
#design-header #design-title { position: absolute; top: 56px; left: 147px; }
#design-header #design-logo img,
#design-header #design-title img { width: 100%; }
#design-header #design-social { position: absolute; top: 50px; right: 10px; height: 24px; }
#design-header #design-social a { display: inline-block; margin-left: 4px; }

@media (max-width: 480px) {
  
  #design-header { position: relative; height: 94px; }
  #design-header #design-logo { left: 0; top: 5px; width: 88px; }
  #design-header #design-title { top: 42px; left: 90px; width: 230px; }
  #design-header #design-social { top: 10px; right: 5px; }
  
}

/* Nav */
#design-nav {
  margin: 0;
  padding: 0;
	width: 100%; 
	height: 40px; 
  background: #fefe09; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefe09 0%, #f5f504 50%, #dede00 51%, #ebeb00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefe09), color-stop(50%,#f5f504), color-stop(51%,#dede00), color-stop(100%,#ebeb00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefe09', endColorstr='#ebeb00',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	box-sizing: border-box;
}
#design-nav #design-container-main-nav {
  float: left;
  margin: 0;
  padding: 0 0 0 135px;
  width: 100%;
  height: 40px;
}
#design-nav #design-container-main-nav #ww-btn-main-nav {
  width: 100%;
  padding: 5px 10px;
  height: 40px;
  background: none;
  border: 0 none;
  font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
  text-shadow: none;
  box-sizing: border-box;
}
#design-nav #design-container-main-nav #ww-btn-main-nav .caret { right: 20px; }

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


/* Main */
#design-main { display: block; margin: 0; padding: 10px 0 0 0; width: 100%; }
#design-container-main { margin: 0; padding: 10px; width: 100%; background: #fff; border-radius: 8px; }

#design-container-main .dii-content-title-photo,
#design-container-1 .dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }

#design-container-1 { margin: 0 0 10px 0; padding: 4px; background: rgba(1, 27, 1, 0.6); }
#design-container-6 { margin: 10px 0; padding: 10px 5px; width: 100%; background: rgba(1, 27, 1, 0.6); text-align: center; box-sizing: border-box; }
#design-container-6 .dii-content.dii-content-image { display: inline-block; margin: 0 2px; }
#design-container-6 .dii-content.dii-content-image img { width: 125px; }


@media (max-width: 480px) {
  
  #design-main { padding: 10px 0 0 0; }
  #design-container-1,
  #design-container-2,
  #design-container-3,
  #design-container-4 { margin: 0 0 10px 0; }
  
}

/* Footer */
#design-footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: -moz-linear-gradient(top,  rgba(2,76,3,0.5) 0%, rgba(2,76,3,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,76,3,0.5)), color-stop(100%,rgba(2,76,3,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(2,76,3,0.5) 0%,rgba(2,76,3,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(2,76,3,0.5) 0%,rgba(2,76,3,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(2,76,3,0.5) 0%,rgba(2,76,3,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(2,76,3,0.5) 0%,rgba(2,76,3,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80024c03', endColorstr='#00024c03',GradientType=0 ); /* IE6-9 */
  border-top: 3px solid #fdfd08;
}
#design-footer #design-footer-left { float: left; height: 60px; }
#design-footer #design-footer-left div,
#design-footer #design-footer-left div a { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal; line-height: 1.4; color: #fff; text-decoration: none; }
#design-footer #design-footer-right { float: right; width: 230px; height: 60px; }

#design-footer #design-footer-left #design-copyright { margin: 15px 0 0 10px; font-weight: bold; }
#design-footer #design-footer-left #design-copyrightDII { margin: 0px 0 0 10px; }

@media screen and (max-width: 480px) {
  
	#design-footer { margin: 0; padding: 0; width: 100%; height: 130px; }
	#design-footer #design-footer-left { display: block; width: 100%; height: 50px; text-align: center; }
	#design-footer #design-footer-right { display: block; width: 100%; text-align: center; }
  
  #design-footer #design-footer-left #design-copyright { margin: 15px 0 0 0; }
  #design-footer #design-footer-left #design-copyrightDII { margin: 0px 0 0 0; }
  
}

.design-section-header {
  margin: 0;
  padding: 0;
  width: 100%;
	height: 38px;
  background: #fefe09;
  background: -moz-linear-gradient(top,  #fefe09 0%, #f5f504 50%, #dede00 51%, #ebeb00 98%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefe09), color-stop(50%,#f5f504), color-stop(51%,#dede00), color-stop(98%,#ebeb00), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 98%,#000000 100%);
  background: -o-linear-gradient(top,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 98%,#000000 100%);
  background: -ms-linear-gradient(top,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 98%,#000000 100%);
  background: linear-gradient(to bottom,  #fefe09 0%,#f5f504 50%,#dede00 51%,#ebeb00 98%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefe09', endColorstr='#000000',GradientType=0 );
	border-bottom: 2px solid #fff;
}
.design-section-header h2 {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 38px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px; 
	font-weight: 700;
  color: #000;
	line-height: 38px;
  letter-spacing: 0;
  text-transform: uppercase;
}