/* ----------------------------------------------------------------
    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 { box-sizing: initial; }
body .ui-dialog,
body .ui-dialog *,
body .dii-ss-rb-container,
body .dii-ss-rb-container * { box-sizing: initial; }

/* 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 { margin: 0; padding: 0; height: 100%; background: #262622 url('../images/bg.png'); }

#design-wrapper { margin: 0 auto; padding: 0; width: 100%; }

/* Header */
header { position: relative; margin: 0 auto; padding: 0; width: 100%; height: 152px; border-bottom: 2px solid #fff; }
header #design-logo { position: absolute; top: 8px; left: 0; z-index: 1; }
header #design-logo img { width: 100%; }
header #design-social { position: absolute; top: 15px; right: 15px; }
header #design-social a {
  display: inline-block;
  margin-left: 2px;
  padding: 7px 0;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}
header #design-social a:hover { background: #66b1ea; transition: all 0.3s ease-out; }

@media (max-width: 480px) {
  
  header #design-logo { top: 0; left: -5px; width: 140px; }
  header { height: 132px; }
  
}

/* Nav */
nav { width: 100%; } 
nav #design-container-main-nav {
  margin: 0;
  padding: 0 0 0 200px;
  width: 100%;
  height: 38px;
  background: #65b2ea;
  background: -moz-linear-gradient(top,  #65b2ea 0%, #3592d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65b2ea), color-stop(100%,#3592d6));
  background: -webkit-linear-gradient(top,  #65b2ea 0%,#3592d6 100%);
  background: -o-linear-gradient(top,  #65b2ea 0%,#3592d6 100%);
  background: -ms-linear-gradient(top,  #65b2ea 0%,#3592d6 100%);
  background: linear-gradient(to bottom,  #65b2ea 0%,#3592d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##65b2ea', endColorstr='#3592d6',GradientType=0 );
  border-top: 1px solid #185c90;
  border-bottom: 1px solid #7ec2f3;
}
nav #design-container-main-nav #ww-btn-main-nav { padding: 5px 10px; height: 38px; background: none; border: 0 none; font-weight: bold; color: #fff; }

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


/* Main */
#design-main { padding: 15px; width: 100%; background: #fff; border-top: 2px solid #185c90; }
#design-container-main { padding: 0; width: 100%; }

#design-container-1,
#design-container-2,
#design-container-3 { margin: 0; padding: 0; min-height: 265px; background: #d4d4d4; }

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

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

}

/* Footer */
footer { margin: 15px auto; padding: 10px; width: 100%; height: 80px; background: rgba(0, 0, 0, 0.5); }
footer #design-footer-left { float: left; height: 60px; }
footer #design-footer-left div,
footer #design-footer-left div a { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.4; color: #fff; text-decoration: none; }
footer #design-footer-right { float: right; width: 200px; height: 60px; }

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

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

#design-section { border: 1px solid #a1a1a1; border-top: 0 none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}