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; }
* { box-sizing: border-box; }

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

/* overall page layout styles */
body#design-body { margin: 0; padding: 0; background: #ea181d; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

#design-wrapper { margin: 0 auto; }
#design-wrapper .container { max-width: 1000px; }

#design-header { margin: 0; padding: 0; width: 100%; height: auto; background: #ea181d; border-top: 4px solid #000; border-bottom: 4px solid #000; box-sizing: border-box; }
#design-header img { width: 100%; max-width: 1000px; }

#design-main { margin: 0; padding: 0; background: #e0e0e0; box-sizing: border-box; }
#design-container-main {
  margin: 0 auto;
  padding: 15px 10px;
  width: 100%;
  background: #fff;
  -moz-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.4), -5px 0 5px -5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.4), -5px 0 5px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.4), -5px 0 5px -5px rgba(0, 0, 0, 0.4);
}

#design-footer { margin: 0; padding: 10px 0; width: 100%; height: 70px; background: #ea181d; border-top: 4px solid #000; box-sizing: border-box; }
#design-footer #design-footer-left { float: left; height: 50px; }
#design-footer #design-footer-left div,
#design-footer #design-footer-left div a { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: 400; color: #fff; line-height: 1.5; text-decoration: none; text-transform: none; }
#design-footer #design-footer-right { float: right; height: 50px; }

#design-footer #design-footer-left #design-copyright { margin: 10px 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: Verdana, Arial, sans-serif; font-size: 10px;  color: #fff; text-decoration: none; }

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