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

body .dii-action-icon,
body .dii-action-icon-text,
body .dii-action-text,
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-action-icon-text div { top: 0; }

#dii-navbar-load { line-height: 1.1; }
#dii-navbar-load .btn { font-size: 12px; }

#dii-navbar-load *,
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 *,
div#dii-orphans-container * { box-sizing: initial; }

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; }

label { font-weight: initial; }
input[type='checkbox'],
input[type='radio'] { margin: initial; }

.caret { border: 0 none; }

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

/* Splash Page */
#design-splash {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('../images/splashBg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  overflow: auto;
  text-align: center;
}

/* General Page Styles */
* { box-sizing: border-box; }
body#design-body { margin: 0; padding: 0; background: #000 url('../images/bg.jpg') no-repeat center top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

/* Header */
#design-header { position: relative; margin: 30px 0 0 0; width: 100%; height: auto; border-bottom: 2px solid #fff; box-sizing: border-box; }
#design-header img { width: 100%; max-width: 1000px; }

@media screen and (max-width: 480px) {
  #design-header { margin: 5px 0 0 0; }
}

/* Nav */
#design-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 36px; 
  background: #0e3f91;
  background: -moz-linear-gradient(top,  #446aaa 0%, #28539d 50%, #0e3f91 51%, #0e3f91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446aaa), color-stop(50%,#28539d), color-stop(51%,#0e3f91), color-stop(100%,#0e3f91));
  background: -webkit-linear-gradient(top,  #446aaa 0%,#28539d 50%,#0e3f91 51%,#0e3f91 100%);
  background: -o-linear-gradient(top,  #446aaa 0%,#28539d 50%,#0e3f91 51%,#0e3f91 100%);
  background: -ms-linear-gradient(top,  #446aaa 0%,#28539d 50%,#0e3f91 51%,#0e3f91 100%);
  background: linear-gradient(to bottom,  #446aaa 0%,#28539d 50%,#0e3f91 51%,#0e3f91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446aaa', endColorstr='#0e3f91',GradientType=0 );
  border-top: 1px solid #072d6e;
  border-bottom: 1px solid #072d6e;
  box-sizing: border-box;
}
#design-nav #design-container-main-nav { float: left; margin: 0; padding: 0; width: 100%; max-width: 800px; height: 34px; }
#design-nav #design-container-main-nav #ww-btn-main-nav {
  padding: 0 5px;
  height: 34px;
  background: none;
  border: none;
  font-family: 'Alfa Slab One', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
#design-nav #design-container-main-nav #ww-btn-main-nav i { margin: 0 1px 0 5px; line-height: 34px; }
#design-nav #design-nav-right {
  float: right;
  height: 36px;
  background: #072f73;
  background: -moz-linear-gradient(top,  #224580 0%, #143979 50%, #072f73 51%, #072f73 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#224580), color-stop(50%,#143979), color-stop(51%,#072f73), color-stop(100%,#072f73));
  background: -webkit-linear-gradient(top,  #224580 0%,#143979 50%,#072f73 51%,#072f73 100%);
  background: -o-linear-gradient(top,  #224580 0%,#143979 50%,#072f73 51%,#072f73 100%);
  background: -ms-linear-gradient(top,  #224580 0%,#143979 50%,#072f73 51%,#072f73 100%);
  background: linear-gradient(to bottom,  #224580 0%,#143979 50%,#072f73 51%,#072f73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446aaa', endColorstr='#072f73',GradientType=0 );
  border-left: 1px solid #02245d;
  border-top: 1px solid #072d6e;
  border-bottom: 1px solid #072d6e;
  box-sizing: border-box;
}
#design-nav #design-nav-right a {
  float: left;
  margin: 0;
  padding: 6px 0 0 0;
  width: 36px;
  height: 34px;
  border-left: 1px solid #214b90;
  border-right: 1px solid #02245d;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  #design-nav #design-container-main-nav { max-width: 560px; }
}

@media screen and (max-width: 667px) { 
  #design-nav #design-container-main-nav { max-width: 480px; }
}

@media screen and (max-width: 480px) {
  #design-nav #design-container-main-nav { max-width: 290px; }
}

@media screen and (max-width: 360px) {
  #design-nav #design-container-main-nav { max-width: 360px; }
  #design-nav #design-nav-right { display: none; }
}

/* Main */
#design-main { 
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #000;
  border-top: 2px solid #fff;
  border-bottom: 3px solid #091dab;
  box-shadow: 8px 0 4px -4px rgba(6,77,200,0.3), -8px 0 4px -4px rgba(6,77,200,0.3); 
  -moz-box-shadow: 8px 0 4px -4px rgba(6,77,200,0.3), -8px 0 4px -4px rgba(6,77,200,0.3);  
  -webkit-box-shadow: 8px 0 4px -4px rgba(6,77,200,0.3), -8px 0 4px -4px rgba(6,77,200,0.3);
  box-sizing: border-box;
}
#design-container-main { margin: 0; padding: 0; width: 100%; box-sizing: border-box; }

#design-container-main .dii-content .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,
#design-container-4 .dii-content .dii-content-title-photo,
#design-container-5 .dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }

#design-container-1 { margin: 0 0 10px 0; }
#design-container-2,
#design-container-3,
#design-container-4 { margin: 0 0 10px 0; padding: 5px; background: #002056 url('../images/fade.png') repeat-x; border-top: 1px solid #0e3f91; }
#design-container-5 { margin: 0; padding: 10px; min-height: 140px; border-top: 4px solid #272727; border-bottom: 4px solid #272727; text-align: center; }
#design-container-5 .dii-content-image { display: inline-block; margin: 0 5px 5px 0; }
#design-container-5 .dii-content-image img { max-width: 140px; max-height: 85px; }

/* Footer */
#design-footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 61px;
  background: rgb(6,20,120);
  background: -moz-linear-gradient(top,  rgba(6,20,120,1) 1%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(6,20,120,1)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top,  rgba(6,20,120,1) 1%,rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(6,20,120,1) 1%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(6,20,120,1) 1%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(6,20,120,1) 1%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061478', endColorstr='#000000',GradientType=0 );
  border-top: 1px solid #000;
  box-sizing: border-box;
}
#design-footer #design-footer-left { float: left; }
#design-footer #design-footer-left div,
#design-footer #design-footer-left div a { font-family: 'Open Sans', sans-serif; font-size: 11px; font-weight: 400; color: #fff; line-height: 1.4; text-decoration: none; box-sizing: border-box; }
#design-footer #design-footer-left #design-copyright { margin: 14px 0 0 10px; font-weight: 700; }
#design-footer #design-footer-left #design-copyrightDII { margin: 0 0 0 10px; }
#design-footer #design-footer-left #design-copyrightDII a { font-family: 'Open Sans', sans-serif; font-size: 11px; font-weight: 400; color: #fff; text-decoration: none; }
#design-footer #design-footer-right { float: right; }

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