/* ----------------------------------------------------------------
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-20.row { margin-right: -10px; margin-left: -10px; }
.gutter-20 > [class^="col-"],
.gutter-20 > [class^=" col-"] { padding-right: 10px; padding-left: 10px; }

* { box-sizing: border-box; }

/* General Page Styles */
body { margin: 0; padding: 0; height: 100%; background: #b5001c url('../images/bg.jpg') no-repeat top center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

#design-wrapper { margin: 0; padding: 0; width: 100%; background: url('../images/fade.png') repeat-x; }
#design-wrapper .container { max-width: 1020px; }

/* Header */
#design-header { position: relative; margin: 0; padding: 0; width: 100%; height: 137px; border-bottom: 2px solid #f8c607; box-sizing: border-box; }
#design-header #design-logo { position: absolute; top: 0; left: 0; }
#design-header #design-title {
  position: absolute;
  bottom: 25px;
  left: 315px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px; 
	font-weight: 700;
	color: #fff;
	line-height: 30px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#design-header #design-tagline {
  position: absolute;
  bottom: 25px;
  right: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 13px; 
	font-weight: 400;
	color: #fff;
	line-height: 30px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#design-header img { width: 100%; }
#design-header #design-social {
  position: absolute;
  top: 25px;
  right: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 11px; 
	font-weight: 400;
	color: #fff;
	line-height: 30px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#design-header #design-social a {
  display: inline-block;
  margin: 0 0 0 4px;
  width: 30px;
  height: 30px;
	color: #fff;
	line-height: 30px;
  text-align: center;
}
#design-header #design-social i {
  font-size: 18px; 
	font-weight: 400;
	color: #fff;
	line-height: 30px;
  text-shadow: none;
}
#design-twitter { background: #55acee; }
#design-instagram { background: #2a5b83; }

@media screen and (max-width: 991px) {

  #design-header { margin: 0; padding: 0; width: 100%; height: 110px; }
  #design-header #design-logo { top: 0; left: 0; width: 250px; }
  #design-header #design-title { bottom: 22px; left: 250px; font-size: 16px; line-height: 1.1; width: 220px; }
  #design-header #design-tagline { bottom: 20px; right: 10px; font-size: 12px; line-height: 22px; }

}

@media screen and (max-width: 667px) {

  #design-header { margin: 0; padding: 0; width: 100%; height: 100px; }
  #design-header #design-logo { top: 0; left: 0; width: 230px; }
  #design-header #design-title { bottom: 22px; left: 230px; font-size: 16px; line-height: 1.1; width: 220px; }
  #design-header #design-tagline { bottom: 17px; right: 10px; font-size: 12px; line-height: 22px; }
  #design-header #design-social { top: 20px; right: 10px; line-height: 24px; }
  #design-header #design-social a { width: 24px; height: 24px; }
  #design-header #design-social i { font-size: 16px; line-height: 24px; }

}

@media screen and (max-width: 480px) {
  
  #design-header { margin: 0; padding: 0; width: 100%; height: 65px; }
  #design-header #design-logo { top: 0; left: 0; width: 145px; }
  #design-header #design-title { bottom: 12px; left: 150px; font-size: 12px; line-height: 1.1; width: 165px; }
  #design-header #design-tagline,
  #design-header #design-social { display: none; }

}

#design-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: #000000;
  background: -moz-linear-gradient(top,  #4d4d4d 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,  #4d4d4d 0%,#000000 100%);
  background: -o-linear-gradient(top,  #4d4d4d 0%,#000000 100%);
  background: -ms-linear-gradient(top,  #4d4d4d 0%,#000000 100%);
  background: linear-gradient(to bottom,  #4d4d4d 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=0 );
  border-top: 1px solid #000;
  text-align: center;
}
#design-nav #design-container-main-nav { margin: 0; padding: 0; width: 100%; height: 50px; }
#design-nav #design-container-main-nav #ww-btn-main-nav { padding: 0 10px; height: 49px; background: none; border: 0 none; font-family: 'Oswald', sans-serif; font-weight: 400; color: #fff; line-height: 48px; text-transform: uppercase; box-sizing: border-box; }
#design-nav #design-container-main-nav #ww-btn-main-nav i { margin: 0 5px; height: 49px; line-height: 48px; }

/* Main */
#design-main {
  display: block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  background: #fff;
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3), -10px 0 10px -10px rgba(0, 0, 0, 0.3); 
  -moz-box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3), -10px 0 10px -10px rgba(0, 0, 0, 0.3); 
  -webkit-box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3), -10px 0 10px -10px rgba(0, 0, 0, 0.3);
}
#design-main #design-container-main { margin: 0; padding: 0; width: 100%; }

#design-container-1 {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  height: 540px;
  background: #283980;
  background: -moz-linear-gradient(top,  #283980 0%, #162048 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#283980), color-stop(100%,#162048));
  background: -webkit-linear-gradient(top,  #283980 0%,#162048 100%);
  background: -o-linear-gradient(top,  #283980 0%,#162048 100%);
  background: -ms-linear-gradient(top,  #283980 0%,#162048 100%);
  background: linear-gradient(to bottom,  #283980 0%,#162048 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283980', endColorstr='#162048',GradientType=0 );
  border-bottom: 5px solid #b5001c;
}
#design-container-1:before { content: ""; position: absolute; top: 50px; left: 0; width: 100%; height: 5px; border-top: 1px solid #fff; }
#design-container-1:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid #fff;  }

#design-container-2,
#design-container-3, 
#design-container-4,
#design-container-5 { margin: 0 0 20px 0; padding: 0 0 20px 0; border-top: 4px solid #d2d0ce; border-bottom: 4px solid #d2d0ce; }

#design-container-6,
#design-container-7 { padding: 20px 0; text-align: center; }
#design-container-6 .dii-content.dii-content-image,
#design-container-7 .dii-content.dii-content-image { display: inline-block; margin: 0 4px; padding: 0; vertical-align: middle; }

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

#design-container-6 .dii-content-image img, 
#design-container-7 .dii-content-image img { max-height: 80px; max-width: 120px; }

.design-divider { margin: 20px 0 0 0; padding: 0; width: 100%; height: 15px; background: url('../images/shadow.png') no-repeat center top; }

/* Footer */
#design-footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 74px;
  background: #283980;
  background: -moz-linear-gradient(top,  #283980 0%, #162048 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#283980), color-stop(100%,#162048));
  background: -webkit-linear-gradient(top,  #283980 0%,#162048 100%);
  background: -o-linear-gradient(top,  #283980 0%,#162048 100%);
  background: -ms-linear-gradient(top,  #283980 0%,#162048 100%);
  background: linear-gradient(to bottom,  #283980 0%,#162048 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283980', endColorstr='#162048',GradientType=0 );
  border-top: 4px solid #000;
}
#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; line-height: 1.4; color: #fff; text-decoration: none; }
#design-footer #design-footer-right { float: right; }

#design-footer #design-footer-left #design-copyright { margin: 15px 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: 'Open Sans', sans-serif; font-size: 11px; color: #fff; line-height: 1.4; }


@media screen and (max-width: 480px) {
  
	#design-footer { margin: 0; padding: 0; width: 100%; height: 150px; }
  #design-footer #design-contact-info { padding: 10px 0 0 0; width: 100%; text-align: center; }
	#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: 15px 0 0 0; }
  #design-footer #design-footer-left #design-copyrightDII { margin: 2px 0 0 0; }
  
}