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

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

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

#design-wrapper { margin: 0; width: 100%; }
#design-page-top { margin: 0; padding: 0; width: 100%; height: 46px; background: #f7f7f7; border-bottom: 2px solid #2366b8; box-sizing: border-box; }
#design-page-top-inner { position: relative; margin: 0 auto; padding: 0; width: 100%; max-width: 1170px; }
#design-page-top-inner #design-social { position: absolute; top: 10px; left: 5px; }
#design-page-top-inner #design-social a {
  display: inline-block;
  margin-left: 6px;
  font-size: 20px;
  font-weight: 400;
  color: #2366b8;
  line-height: 30px;
}
#design-page-top-inner #design-social a:hover { color: #004070; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#design-page-top-inner #design-info { position: absolute; top: 4px; left: 90px; width: 800px; }
#design-page-top-inner #design-info .design-info-text {
  position: relative; 
  display: inline-block;
  padding: 0 8px;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#design-page-top-inner #design-info .design-info-text:after { content: "|"; position: absolute; right: -4px; padding: 0; color: #ccc; }
#design-page-top-inner #design-info .design-info-text:last-of-type:after { content: ""; }
#design-page-top-inner #design-info .design-info-text-blue { color: #1875ba;}
#design-page-top-inner #design-translate {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 100px;
  height: 28px;
  background: #bb0b1e;
  background: -moz-linear-gradient(top,  #bb0b1e 0%, #e41c31 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb0b1e), color-stop(100%,#e41c31));
  background: -webkit-linear-gradient(top,  #bb0b1e 0%,#e41c31 100%);
  background: -o-linear-gradient(top,  #bb0b1e 0%,#e41c31 100%);
  background: -ms-linear-gradient(top,  #bb0b1e 0%,#e41c31 100%);
  background: linear-gradient(to bottom,  #bb0b1e 0%,#e41c31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0b1e', endColorstr='#e41c31',GradientType=0 );
  border: 1px solid #b00618;
  border-radius: 4px;
  text-align: center;
}
#design-page-top-inner #design-translate a { display: inline-block; }
#design-page-top-inner #design-translate #google_translate_element .goog-te-gadget-simple { width: 100px; height: 28px; background: url('../images/translate.png') center top no-repeat; border: none; }
#design-page-top-inner #design-translate #google_translate_element .goog-te-gadget-simple img.goog-te-gadget-icon { display: none; }
#design-page-top-inner #design-translate #google_translate_element .goog-te-gadget-simple span a span { display: none; }

@media (max-width: 991px) {
  
  #design-page-top-inner { max-width: 750px; }
  #design-page-top-inner #design-info .design-info-text { font-size: 15px; }
  
}

@media (max-width: 480px) {
  
  #design-page-top { height: 64px; }
  #design-page-top-inner #design-social { top: 30px; right: 5px; }
  #design-page-top-inner #design-info { top: 4px; left: 5px; }
  #design-page-top-inner #design-info .design-info-text { padding: 0 3px; font-size: 10px; line-height: 18px; }
  #design-page-top-inner #design-info .design-info-text:after { display: none; }
  #design-page-top-inner #design-translate { top: 27px; }
  
}

/* Header */
#design-header { margin: 0; width: 100%; height: auto; max-height: 187px; background-color: #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; box-sizing: border-box; }
#design-header #design-header-inner { position: relative; margin: 0 auto; width: 100%; max-width: 1170px; height: auto; max-height: 185px; text-align: center; box-sizing: border-box; }
#design-header #design-logo { margin: 0 auto; max-width: 415px; }
#design-header #design-logo a { display: inline-block; }
#design-header #design-logo img { width: 100%; }

.design-header-bg {
  background-image: url('../images/header-bg.jpg');
  background-position: center;
  background-size: cover;
  height: 100%;
  max-height: 185px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.design-header-bg-0 { background-image: url('../images/header-1.jpg'); }
.design-header-bg-1 { background-image: url('../images/header-2.jpg'); }
.design-header-bg-2 { background-image: url('../images/header-3.jpg'); }

@media screen and (max-width: 480px) {
  
  #design-header { height: 120px; }
  #design-header #design-header-inner { height: 120px; }
  #design-header #design-logo { width: 260px; }
  
}

/* Nav */
#design-nav { margin: 0; padding: 0; width: 100%; height: 40px; background: #1875ba; border-bottom: 1px solid #8cbadd; }
#design-nav #design-container-main-nav { margin: 0 auto; width: 100%; max-width: 1170px; height: 39px; text-align: center; box-sizing: border-box; }
#design-nav #design-container-main-nav #ww-btn-main-nav { padding: 5px 10px; height: 39px; background: none; border: 0 none; font-family: 'Dosis', sans-serif; color: #fff; box-sizing: border-box; }
#design-nav #design-container-main-nav #ww-btn-main-nav i { margin-right: 5px; }

/* Main */
#design-main { margin: 0 auto; padding: 0; width: 100%; }
#design-container-main { margin: 0; padding: 0; width: 100%; box-sizing: border-box; }
.design-main-content { margin: 20px auto 0 auto; padding: 20px; width: 100%; max-width: 1170px; background: #fff; }

#design-container-1,
#design-container-2,
#design-container-3 { padding: 10px 0; min-height: 320px; }

#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-5 { text-align: center; }
#design-container-5 .dii-content-image { display: inline-block; margin: 0 5px; }
#design-container-5 .dii-content-image img { max-height: 100px; }

.col-sm-4,
.col-sm-8 { border-right: 4px solid #f0f0f0; }
.col-sm-4:last-of-type { border-right: 0 none; }

@media screen and (max-width: 480px) {
  
  #design-container-1,
  #design-container-2,
  #design-container-3 { min-height: none; }
  
  .col-sm-4,
  .col-sm-8 { border-right: 0 none; }
  
}

/* Footer */
#design-footer { margin: 0 auto; padding: 20px 0; width: 100%; max-width: 1170px; min-height: 100px; background: #1875ba; border-top: 4px solid #9cce4b; 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: 'Dosis', sans-serif; font-size: 13px; font-weight: 400; color: #fff; line-height: 1.4; text-decoration: none; box-sizing: border-box; }
#design-footer #design-footer-left #design-copyright { margin: 10px 0 0 20px; font-weight: 700; }
#design-footer #design-footer-left #design-copyrightDII { margin: 0 0 0 20px; }
#design-footer #design-footer-left #design-copyrightDII a { font-family: 'Dosis', sans-serif; font-size: 12px; font-weight: 400; color: #fff; text-decoration: none; }
#design-footer #design-footer-right { float: right; }


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

/* Tabs */
.design-tabs { width: 100%; height: 345px; background: none; box-sizing: border-box; }
.design-tabs div.tabs > div { float: left; }
.design-tabs div.tabs > div > a { margin: 0; padding: 0; height: 38px; display: block; font-size: 16px; color: #32323d; text-align: center; text-decoration: none; line-height: 38px; box-sizing: border-box; }
.design-tabs div.tabs > div > a:hover { color: #a01919; }
.design-tabs div.tabs > div > a .fa { line-height: 38px; }
.design-tabs div.tabs > div.active > a { background: #a01919; color: #fff; }
.design-tabs div.tabs > div.design-tab-first  { border-left: 0; }
.design-tabs div.tabs > div.design-tab-last  { border-right: 0; }
.design-tabs div.tabs > #design-tab-title {
  padding: 0 5px;
  width: 70%; 
  font-family: 'Oswald', serif;
  font-size: 20px;
  font-weight: 700;
  color: #007997;
  line-height: 38px;
  text-shadow: none;
  text-transform: uppercase;
	box-sizing: border-box;
}
.design-tabs div.tabs > #design-tab-1 { width: 10%; }
.design-tabs div.tabs > #design-tab-2 { width: 10%; }
.design-tabs div.tabs > #design-tab-3 { width: 10%; }
.design-tabs div.dii-container { padding: 0; border-top: 2px solid #a01919; }
