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

.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: #0061b0 url('../images/bg.png') repeat-x; border-top: 5px solid #0061b0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

#design-wrapper { margin: 0; padding: 0; width: 100%; border-top: 1px solid #949599; }
#design-wrapper .container { max-width: 1020px; }

/* Header */
#design-header { position: relative; margin: 0; padding: 0; width: 100%; height: 135px; border-bottom: 2px solid #949599; box-sizing: border-box; }
#design-header #design-logo { position: absolute; top: 15px; left: 20px; z-index: 1; }
#design-header #design-title {
  position: absolute;
  top: 50px;
  left: 195px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 72px; 
	font-weight: 700;
	color: #fff;
	line-height: 1.0;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
#design-header #design-title span {
	font-size: 72px; 
	font-weight: 300;
	color: #c0c0c0;
}
#design-header img { width: 100%; }
#design-header #design-social {
  position: absolute;
  bottom: 20px;
  right: 20px;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 15px; 
	font-weight: 700;
	color: #fff;
	line-height: 30px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  text-align: right;
  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-facebook { background: #4e6bac; }
#design-twitter { background: #55acee; }
#design-instagram { background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(254,197,100,0) 50%),radial-gradient(circle farthest-corner at 0 140%, #FEC564, rgba(254,197,100,0) 50%),radial-gradient(ellipse farthest-corner at 0 -25%, #5258CF, rgba(82,88,207,0) 50%),radial-gradient(ellipse farthest-corner at 20% -50%, #5258CF, rgba(82,88,207,0) 50%),radial-gradient(ellipse farthest-corner at 100% 0, #893DC2, rgba(137,61,194,0) 50%),radial-gradient(ellipse farthest-corner at 60% -20%, #893DC2, rgba(137,61,194,0) 50%),radial-gradient(ellipse farthest-corner at 100% 100%, #D9317A, rgba(217,49,122,0)),linear-gradient(#6559CA, #BC318F 30%, #E33F5F 50%, #F77638 70%, #FEC66D 100%); }

/* Nav */
#design-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: #3280c0;
  background: -moz-linear-gradient(top,  #3280c0 0%, #0363b1 100%);
  background: -webkit-linear-gradient(top,  #3280c0 0%,#0363b1 100%);
  background: linear-gradient(to bottom,  #3280c0 0%,#0363b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3280c0', endColorstr='#0363b1',GradientType=0 );
  border-bottom: 2px solid #000;
}
#design-nav #design-container-main-nav { margin: 0; padding: 0 0 0 190px; width: 100%; height: 48px; }

/* Main */
#design-main {
  display: block;
  margin: 0;
  padding: 0;
  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-inner {
  display: block;
  margin: 0;
  padding: 20px;
  width: 100%;
  background: #fff url('../images/mainBg.png') repeat-x;
  border-top: 1px solid #fff;
}
#design-main #design-container-main { margin: 0; padding: 20px; width: 100%; }

#design-container-1 { position: relative; padding: 0 0 28px 0; height: 450px; background: #307fbf; border: 1px solid #919294; }
#design-container-1:before { content: ""; position: absolute; top: 27px; right: -1px; width: 38px; height: 38px; background: url('../images/topRight.png') no-repeat right top; }
#design-container-1:after { content: ""; position: absolute; bottom: -1px; left: -1px; width: 38px; height: 38px; background: url('../images/bottomLeft.png') no-repeat left bottom; }

#design-container-2,
#design-container-3, 
#design-container-4 { margin: 20px 0 0 0; padding: 0 0 10px 0; }

#design-container-5 { padding: 20px 0; text-align: center; }
#design-container-5 .dii-content.dii-content-image { display: inline-block; margin: 0 4px; padding: 0; }
#design-container-5 .dii-content.dii-content-image img { max-height: 100px; }

#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-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: 83px;
  background: #005193;
  background: -moz-linear-gradient(top,  #005193 0%, #004379 100%);
  background: -webkit-linear-gradient(top,  #005193 0%,#004379 100%);
  background: linear-gradient(to bottom,  #005193 0%,#004379 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005193', endColorstr='#004379',GradientType=0 );
  border-top: 3px solid #000;
}
#design-footer #design-footer-left { float: left; }
#design-footer #design-footer-left div,
#design-footer #design-footer-left div a { font-family: 'acumin-pro', 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: 25px 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: 'acumin-pro', 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; }
  
}