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

/* PAGE STRUCTURE */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; overflow: hidden; }
#design-wrapper .container-fluid { padding-left: 0; padding-right: 0; }

/* Header */
#design-header-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(to bottom, rgba(0,0,0,1) 15%,rgba(0,0,0,0) 100%);
  box-sizing: border-box;
  z-index: 1;
}

#design-header-wrapper .container { position: relative; }
#design-logo { position: absolute; top: 15px; left: 10px; box-sizing: border-box; z-index: 201; }
#design-logo img { height: 130px; transition: all 0.3s ease-in-out; }

#design-container-main-nav { position: absolute; top: 50px; left: 0; margin: 0; width: 100%; height: 50px; text-align: right; box-sizing: border-box; }

#design-header-wrapper.design-fixed { position: fixed; width: 100%; left: 0; top: 0; height: 120px; background: rgba(0, 0, 0, 0.9); transition: all 0.3s ease-in-out; z-index: 100; }
#design-header-wrapper.design-fixed #design-logo { top: 10px; }
#design-header-wrapper.design-fixed #design-logo img { height: 100px; }

/* Main */
#design-main-top {
  display: block;
  margin: 0;
  margin-top: -170px;
  padding: 30px 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

#design-main-top.design-fixed { margin-top: -120px; }

body.admin-mode #design-main-top,
body.admin-mode #design-main-top.design-fixed { margin-top: 0; }

#design-main-middle {
  display: block;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
#design-main-bottom {
  display: block;
  margin: 0;
  padding: 30px 0 0 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
#design-sponsors {
  display: block;
  margin: 0;
  padding: 30px 0 0 0;
  width: 100%;
  background: #f4f4f4;
  box-sizing: border-box;
}
#design-social {
  padding: 30px 0;
  background: #131313;
  text-align: center;
}
#design-social a {
  margin: 0 2px;
  width: 40px;
  height: 40px;
  background: #444;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out .3s;
}
#design-social a:hover {
  background: #5c5c5c;
}

#design-container-main { margin: 0; padding: 0; width: 100%; }

/* Main Content Containers */
#design-main-top .dii-content .dii-content-title-photo,
#design-main-middle .dii-content .dii-content-title-photo,
#design-main-bottom .dii-content .dii-content-title-photo,
#design-sponsors .dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }

#design-main-middle .dii-container,
#design-main-bottom .dii-container { margin: 0 0 30px 0; }

#design-contact { padding: 30px 0; background: #262626; }

/* Footer */
#design-footer {
  margin: 0;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-top: 5px solid #c80023;
}
#design-footer #design-footer-left { float: left; padding-left: 10px; }
#design-footer #design-footer-right { float: right; }

#design-footer #design-footer-left .design-copyright,
#design-footer #design-footer-left .design-copyright a { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; line-height: 1.5; color: #fff; text-decoration: none; }
#design-footer #design-footer-left .design-copyright:first-of-type { margin-top: 5px; font-weight: 700; }

#design-footer .dii-logo { height: 45px; }


/* CONTENT */

/* General */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 0; background: none; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content a { color: #c80023; }
body .dii-content a:hover { color: #ae001f; }

/* Titles */
body .dii-content-title { margin-bottom: 15px; padding: 0 4px; }
body .dii-content-title a { padding: 0; font-family: 'din-condensed', sans-serif; font-size: 32px; font-weight: 400; color: #c80023; line-height: 1.0; text-transform: uppercase; text-decoration: none; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 4px; font-family: 'din-condensed', sans-serif; font-size: 32px; font-weight: 400; color: #c80023; line-height: 1.0; text-transform: uppercase; }

body #design-main-middle .dii-content-title a,
body #design-main-bottom .dii-content-title a { text-align: center; }


/* Section Headers */
body .dii-content-header {
  position: relative;
  margin: 0 0 10px 0;
	padding: 0;
  height: 130px;
  text-align: center;
  box-sizing: border-box;
}
body .dii-content-header:after {
  content: '';
  bottom: 0;
  margin: 0 auto;
  width: 50px;
  height: 5px;
  background: #ccc;
}
body .dii-content-header h2 {
  display: inline-block;
  padding: 0 10px;
  height: 100px;
  font-family: 'din-condensed', sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #c80023;
  line-height: 100px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body #design-sponsors .dii-content-header { height: 40px; }
body #design-sponsors .dii-content-header:after { display: none; }
body #design-sponsors .dii-content-header h2 { height: 40px; font-size: 40px; line-height: 40px; }

body .dii-content:not(.dii-content-header) h2 { margin: 0; }

/* Links */
body .dii-content-linkview > a { padding: 5px; font-size: 14px; font-weight: 400; color: #000; line-height: 1.2; }
body .dii-content-linkview > a:hover { color: #c80023; text-decoration: none; }
body .dii-content-linkview { margin: 0; padding: 0; }
body .dii-content-linkview:hover { }

body #design-main-middle .dii-content-linkview > a,
body #design-main-bottom .dii-content-linkview > a {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 180px;
  background: #c80023;
  border: 1px solid #e10027;
  font-family: 'din-condensed';
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}
body #design-main-middle .dii-content-linkview > a:hover,
body #design-main-bottom .dii-content-linkview > a:hover { background: #e10027; border: 1px solid #e10027; }
body #design-main-middle .dii-content-linkview,
body #design-main-bottom .dii-content-linkview { margin-top: 15px; }

/* Articles */
body .dii-content h3 { padding: 3px 4px; font-size: 14px; font-weight: 400; color: #666; }
body .dii-content .dii-content-story { margin-top: 0; padding: 6px 4px; border-top: none; font-size: 14px; color: #000; line-height: 1.5; }
body .dii-content .dii-content-story * { line-height: 1.5; }
body .dii-content .dii-content-story a { color: #c80023; }
body .dii-content .dii-content-story a:hover { color: #ae001f; text-decoration: none; }
body .dii-content-continue { margin: 0; padding: 0 4px; margin-bottom: 4px; text-align: }
body .dii-content-continue a { font-weight: 700; font-size: inherit; color: #c80023; text-decoration: none; }
body .dii-content-continue a:hover { color: #ae001f; background: none; }
body .dii-content-continue a::before { content: "read more "; }
body .dii-content-continue a::after { content: "..."; }

body #design-main-middle .dii-content .dii-content-story { font-size: 20px; text-align: center; }
body #design-main-bottom .dii-content .dii-content-story { margin-top: 15px; text-align: center; }

#design-contact .dii-content .dii-content-story { color: #fff; }
#design-contact .dii-content .dii-content-story a { color: #fff; text-decoration: none; }
#design-contact .dii-content .dii-content-story a:hover { color: #e6e6e6; }

body .dii-content.dii-content-event { margin-top: 4px; padding: 8px; }

/* Calendars -*/
body #dii-full-calendar { margin: 6px 28px; }
body .dii-calendar-wall table td { padding: 0; }
body .dii-calendar-wall .fc-button { margin-bottom: 2px; }
body .dii-calendar-wall .fc-header-title { padding: 2px 4px; font-family: 'din-condensed', sans-serif; font-size: 17px; font-weight: 400; color: #c80023; }
body .dii-calendar-upcoming-events { font-size: 14px; color: #000; }
body .dii-calendar-upcoming-events .dii-bold { font-weight: 400; }
body .dii-calendar-upcoming-events .dii-center { text-align: left; }
body .dii-calendar-upcoming-events li { margin: 0; padding: 5px 8px; font-weight: 400; }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-size: 14px; font-weight: 700; color: #c80023; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 14px; font-weight: 400; color: #000; line-height: 1.2; text-decoration: none; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 400; color: #c80023; }

/* Rawcode */
body .dii-content.dii-content-rawcode > iframe { padding: 0; }

/* Responsive Rotator */
body .dii-content.dii-content-rotator { margin: 0; box-sizing: border-box; }
body .dii-content.dii-content-rotator article { background-color: #000; }

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); }
body .dii-content-rotator article .article-inner { padding: 20px 20px 50px 20px; background-color: rgba(0, 0, 0, 0); text-align: center; }
body .dii-content-rotator article h2 { margin: 0 0 10px 0 !important; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'din-condensed', sans-serif; font-size: 70px; font-weight: 400; color: #fff; line-height: 1.0; text-transform: uppercase; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #c80023; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding: 6px 0 0 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more {
  float: none;
  display: block;
  position: relative;
  bottom: auto;
  right: auto;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100px;
  height: 40px;
  background: #c80023;
  border: 1px solid #ba8e37;
  border-radius: 0;
  color: #fff;
  font-family: 'din-condensed', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
body .dii-content-rotator article .article-more:hover {
  background: #ba8e37;
  border: 1px solid #ba8e37;
  color: #fff;
  text-decoration: none;
}

body .dii-content-rotator article .article-more:before { content: "read more"; }
body .dii-content-rotator article .article-more:after { content: ""; }

body .dii-content-rotator .dii-rotator-nav { top: auto; left: auto; bottom: 10px; width: 100%; background: none; border: none; text-align: center; }
body .dii-content-rotator .dii-rotator-nav i { font-size: 14px; color: rgba(255, 255, 255, 0.5); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: #c80023; }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #fff; }
body .dii-content-rotator .rotator-group .group-nav:hover { background: none; text-decoration: none; }
body .dii-content-rotator .rotator-group .group-item span { opacity: 1.0; background: rgba(255, 255, 255, 0.7); font-family: 'din-condensed', sans-serif; font-size: 18px; font-weight: 400; color: #000; line-height: 1.0; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator .rotator-group .group-item span:hover { background: rgba(255, 255, 255, 1.0); color: #c80023; }


/* MENUS */
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 15px;
  background: none;
  border: none;
  font-family: 'din-condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  letter-spacing: 0;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background-color: #000; color: #fff; cursor: pointer; }
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu.theme-none ul li:hover { background: none; } /* no theme hover override */
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul ul { padding: 5px; background-color: #000; }
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu ul ul li a { color: #fff; padding: 10px; }
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 50px; }
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul ul li > a { font-family: 'din-condensed', sans-serif; font-size: 15px; font-weight: 400; color: #fff; line-height: 1.1; letter-spacing: 0; text-align: left; text-transform: uppercase; }
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul ul li:before {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: #c80023;
  transition: all 0.3s ease-in-out;
}
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul ul li:hover:before { width: 100%; }
#design-header-wrapper #design-container-main-nav .dii-content-nav-menu.horizontal li.dii-menu-item-sub-menu > a.dii-sub-menu-icon::before { content: "\f0da"; color: rgba(255, 255, 255, 0.4); }


/* MOBILE */

/* min-width */
@media screen and (min-width: 1400px) {

  .container { width: 1400px; }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .container { width: 100%; }

}

/* max-width */
@media screen and (max-width: 1024px) {

  #design-header-wrapper { height: 150px; }
  #design-logo { left: 5px; }
  #design-logo img { height: 120px; }

  #design-container-main-nav { top: 30px; }

  #design-header-wrapper.design-fixed { height: 120px; }
  #design-header-wrapper.design-fixed #design-logo { top: 10px; }
  #design-header-wrapper.design-fixed #design-logo img { height: 100px; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 12px; font-size: 20px; }

  #design-main-top { margin-top: -150px; }
  #design-main-top.design-fixed { margin-top: -120px; }

  body .dii-content-header { height: 110px; }
  body .dii-content-header h2 { height: 80px; font-size: 80px; line-height: 80px; }

  body #design-main-middle .dii-content .dii-content-story { font-size: 16px; }

}

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

  #design-header-wrapper,
  #design-header-wrapper.design-fixed { height: 90px; }
  #design-logo img,
  #design-header-wrapper.design-fixed #design-logo img { height: 70px; }

  #design-main-top,
  #design-main-top.design-fixed { margin-top: -90px; }

  #design-container-main-nav { top: 10px; padding: 0; }
  #design-header-wrapper #design-container-main-nav #ww-btn-main-nav {
    padding: 0 10px;
    height: 80px;
    background: none;
    border: 0 none;
    font-family: 'din-condensed', sans-serif;
  	font-size: 22px;
  	font-weight: 400;
  	color: #fff;
    line-height: 80px;
    text-align: right;
    text-transform: uppercase;
    box-sizing: border-box;
  }
  #design-header-wrapper #design-container-main-nav #ww-btn-main-nav i { margin: 0 10px 0 0; height: 80px; font-size: 20px; line-height: 80px; }
  #design-header-wrapper #design-container-main-nav #ww-btn-main-nav i.caret { display: none; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul { padding: 8px; width: 100%; background: rgba(0, 0, 0, 0.9); z-index: 1; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 10px; height: auto; background-image: none; font-size: 18px; color: #fff; line-height: 30px; text-align: left; text-shadow: none; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a { background: #c80023; color: #fff; border-radius: 0; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a:after,
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li.dii-menu-item-sub-menu > a::after { content: ""; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 30px; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: rgba(0, 0, 0, 0.9); color: #fff; text-shadow: none; }
  #design-header-wrapper #design-container-main-nav .dii-content-nav-menu.horizontal li.dii-menu-item-sub-menu > a.dii-sub-menu-icon::before { line-height: 30px !important; }

}

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

  #design-container-main-nav { top: 5px; }
  #design-header-wrapper #design-container-main-nav #ww-btn-main-nav,
  #design-header-wrapper #design-container-main-nav #ww-btn-main-nav i { height: 85px; line-height: 85px; }

  body #design-sponsors .dii-content-header { height: 30px; }
  body #design-sponsors .dii-content-header h2 { height: 30px; font-size: 30px; line-height: 30px; }

	#design-footer { margin: 0; width: 100%; height: 150px; }
	#design-footer #design-footer-left { display: block; margin: 0; padding-top: 15px; width: 100%; text-align: center; }
	#design-footer #design-footer-right { display: block; margin: 10px 0 0 0; width: 100%; text-align: center; }

  body .dii-content-header { height: 90px; }
  body .dii-content-header h2 { height: 60px; font-size: 60px; line-height: 60px; }

}
