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

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

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

/* Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; background: #262626 url('../images/bg.jpg') no-repeat center top / 100% auto; border-top: 5px solid #b40c04; }

/* Header */
#design-header-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1170px;
  height: 130px;
  box-sizing: border-box;
}

#design-logo { position: absolute; top: 0; left: 0; }
#design-logo img { height: 130px; }

/* Nav */
#design-nav-wrapper { margin: 0; padding: 0; width: 100%; }
#design-nav-inner { position: relative; margin: 0 auto; width: 100%; max-width: 1170px; height: 51px; background: #b40c04; border-top: 1px solid #ffd51d; transition: all ease-in-out .3s; }
#design-container-main-nav { float: left; margin: 0; width: 100%; max-width: 990px; height: 50px; box-sizing: border-box; }

#design-social-nav { float: right; padding-left: 45px; width: 170px; height: 50px; background: url('../images/social-bg.png') no-repeat left top; box-sizing: border-box; }
#design-social-header { display: none; position: absolute; right: 15px; bottom: 0; height: 50px; text-align: right; }
#design-social-nav a,
#design-social-header a { margin-left: 14px; font-size: 18px; color: #fff; line-height: 50px; text-shadow: 0 0 3px rgba(0,0,0,0.5); text-decoration: none; transition: all ease-in-out .3s; }
#design-social-nav a:hover,
#design-social-header a:hover { color: #ffd51d; }

#design-nav-inner.design-nav-fixed { z-index: 99; position: fixed; top: 0; margin: 0; width: 100%; max-width: 100%; }
#design-nav-inner.design-nav-fixed #design-container-main-nav { float: none; margin: 0 auto; max-width: 1170px; text-align: center; }
#design-nav-inner.design-nav-fixed #design-social-nav { display: none; }
body.admin-mode #design-nav-inner.design-nav-fixed { top: 71px; }

/* Main */
#design-main { margin: 0 auto; padding: 0; width: 100%; max-width: 1170px; }
#design-main-top {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  background: rgba(116,116,116,0.6);
  border-top: 1px solid #000;
  box-sizing: border-box;
}
#design-sponsors {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  box-sizing: border-box;
}
#design-container-main { margin: 0 0 20px 0; padding: 10px; width: 100%; background: #fff; }

/* Main Content Containers */
#design-container-1 { margin: 0 0 20px 0; padding: 5px; background: linear-gradient(to bottom, #d0d0d0 0%,#aba9a9 100%); border: 1px solid #d0d0d0; }

#design-main .dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }

#design-container-6 { text-align: center; }
#design-container-6 .dii-content.dii-content-image { display: inline-block; margin: 15px; padding: 0; border: none; }
#design-container-6 .dii-content.dii-content-image img { max-width: 200px; max-height: 90px; }

/* Footer */
#design-footer {
  margin: 0;
  padding: 25px 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%,#0c0c0c 100%);
  border-top: 1px solid #ffd51d;
}
#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: 'Open Sans', sans-serif; font-size: 12px; 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: 'Open Sans', sans-serif; font-weight: 400; font-size: 13px; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content a { color: #b40c04; }
body .dii-content a:hover { color: #820903; }

/* Titles */
body .dii-content-title { padding: 4px; border-bottom: 2px solid #c3c3c3; }
body .dii-content-title a { padding: 0; font-family: 'bebas-neue', sans-serif; font-size: 28px; font-weight: 400; color: #000; line-height: 1.1; text-transform: none; text-decoration: none; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 4px; font-family: 'bebas-neue', sans-serif; font-size: 28px; font-weight: 400; color: #000; line-height: 1.1; text-transform: none; }

/* Section Headers */
body .dii-content-header {
  position: relative;
  margin: 0 0 5px 0;
	padding: 0;
  height: 50px;
  background: #b40c04;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
body .dii-content-header h2 {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #e60f05;
  font-family: 'bebas-neue', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

/* Links */
body .dii-content-linkview > a { padding: 8px; font-size: 13px; font-weight: 400; color: #000; }
body .dii-content-linkview > a:hover { color: #b40c04; text-decoration: none; }

body .dii-content-linkview { margin: 0 5px; padding: 0; border-bottom: 1px dotted #a0a2a0; }
body .dii-content-linkview:hover { }
body .dii-content-linkview a.dii-content-linkview-link { display: block; margin: 0; }
body .dii-content-linkview a.dii-content-linkview-link:hover { cursor: pointer; }
body .dii-content-linkview a.dii-content-linkview-link:last-of-type { border-bottom: none; }
body .dii-content-linkview a.dii-content-linkview-link span { background-image: none; }
body .dii-content-linkview a.dii-content-linkview-link i { display: none; }

body .design-module .dii-content-linkview > a { padding: 0 20px; min-height: 80px; background: #4c4c4c; border-radius: 12px; font-size: 30px; font-family: 'bebas-neue', sans-serif; font-weight: 400; color: #fff; line-height: 80px; text-align: center; text-transform: uppercase; transition: all ease-in-out .3s; box-sizing: border-box; }
body .design-module .dii-content-linkview > a:hover { background: #5e5e5e; text-decoration: none; }

/* Articles */
body .dii-content.dii-content-article h3,
body .dii-content.dii-content-event h3 { padding: 3px 4px; font-size: 13px; font-weight: 400; color: #666; }
body .dii-content .dii-content-story { margin-top: 0; padding: 6px 4px; border-top: none; font-size: 13px; color: #000; line-height: 1.4; }
body .dii-content .dii-content-story a { color: #b40c04; }
body .dii-content .dii-content-story a:hover { color: #820903; 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: #b40c04; text-decoration: none; }
body .dii-content-continue a:hover { color: #820903; background: none; }

body .dii-content-continue a::before { content: "read more "; }
body .dii-content-continue a::after { content: "..."; }

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: 'bebas-neue', sans-serif; font-size: 18px; font-weight: 400; color: #b40c04; }
body .dii-calendar-upcoming-events { font-size: 13px; color: #000; }
body .dii-calendar-upcoming-events .dii-bold { font-weight: 400; }
body .dii-calendar-upcoming-events .dii-center { t }
body .dii-calendar-upcoming-events li { margin: 0 5px; padding: 5px 8px; border-bottom: 1px dotted #a0a2a0; font-weight: 400; }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-size: 13px; font-weight: 600; color: #b40c04; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 13px; 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: #b40c04; }

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

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper {  }
body .dii-content-rotator article .article-inner { padding: 20px 20px 50px 20px; b }
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: 'bebas-neue', sans-serif; font-size: 34px; font-weight: 400; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #b40c04; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding: 6px 0 0 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { color: #b40c04; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 700; }
body .dii-content-rotator article .article-more:hover { background: none; color: #b40c04; 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: #fff; }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #b40c04; }
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: 'bebas-neue', sans-serif; font-size:20px; 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: #b40c04; }


/* MENUS */
#design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 25px;
  background: none;
  border: none;
  font-family: 'bebas-neue', sans-serif;
  font-size: 23px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
  letter-spacing: 0;
  text-shadow: 0 0 5px 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-nav-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-nav-wrapper #design-container-main-nav .dii-content-nav-menu.theme-none ul li:hover { background: none; } /* no theme hover override */
#design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul ul { padding: 5px; background-color: #000; }
#design-nav-wrapper #design-container-main-nav .dii-content-nav-menu ul ul li a { color: #fff; padding: 10px; }
#design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 50px; }
#design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul ul li > a { font-size: 13px; font-weight: 400; color: #fff; line-height: 1.1; letter-spacing: 0; text-align: left; }
#design-nav-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: #b40c04; transition: all 0.3s ease-in-out; }
#design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul ul li:hover:before { width: 100%; }
#design-nav-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 */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  #design-wrapper .container { width: 100%; }

}

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

  #design-header-wrapper,
  #design-logo img { height: 120px; }

  #design-social-nav { display: none; }
  #design-social-header { display: block; }
  #design-social-header a { font-size: 16px; }

  #design-nav-wrapper #design-container-main-nav { max-width: 1024px; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 20px; font-size: 23px; }

}


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

  .admin-mode #navbar-user,
  .admin-mode #navbar-bars { color: #fff; }

}

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

  #design-header-wrapper,
  #design-logo img { height: 110px; }

  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 18px; font-size: 22px; }

}

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

  #design-container-main-nav { padding: 0; }
  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav {
    padding: 0 10px;
    height: 50px;
    background: none;
    border: 0 none;
    font-family: 'bebas-neue', sans-serif;
  	font-size: 20px;
  	font-weight: 400;
  	color: #fff;
    line-height: 50px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    box-sizing: border-box;
  }
  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav i { margin: 0 10px 0 0; height: 50px; font-size: 18px; line-height: 50px; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul { padding: 5px; width: 100%; background: #000; z-index: 1; }
  #design-nav-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: 16px; color: #fff; line-height: 30px; text-align: left; text-shadow: none; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a { background: #b40c04; color: #fff; border-radius: 0; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a:after,
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li.dii-menu-item-sub-menu > a::after { content: ""; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 30px; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: #000; color: #fff; text-shadow: none; }
  #design-nav-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: 820px) {

  #design-header-wrapper,
  #design-logo img { height: 100px; }


}

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

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

}

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

  #design-header-wrapper,
  #design-logo img { height: 80px; }

  #design-social-header { height: 40px;}
  #design-social-header a { margin-left: 10px; font-size: 14px; line-height: 40px; }

}

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

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

}


/* 5-Column Grid */
.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 { float: left; }
.col-xs-5th-5 { float: left;  width: 100%; }
.col-xs-5th-4 { width: 80%; }
.col-xs-5th-3 { width: 60%; }
.col-xs-5th-2 { width: 40%; }
.col-xs-5th-1 { width: 20%; }
.col-xs-5th-pull-5 { right: 100%; }
.col-xs-5th-pull-4 { right: 80%; }
.col-xs-5th-pull-3 { right: 60%; }
.col-xs-5th-pull-2 { right: 40%; }
.col-xs-5th-pull-1 { right: 20%; }
.col-xs-5th-pull-0 { right: auto; }
.col-xs-5th-push-5 { left: 100%; }
.col-xs-5th-push-4 { left: 80%; }
.col-xs-5th-push-3 { left: 60%; }
.col-xs-5th-push-2 { left: 40%; }
.col-xs-5th-push-1 { left: 20%; }
.col-xs-5th-push-0 { left: auto; }
.col-xs-5th-offset-5 { margin-left: 100%; }
.col-xs-5th-offset-4 { margin-left: 80%; }
.col-xs-5th-offset-3 { margin-left: 60%; }
.col-xs-5th-offset-2 { margin-left: 40%; }
.col-xs-5th-offset-1 { margin-left: 20%; }
.col-xs-5th-offset-0 { margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-5th-1,
  .col-sm-5th-2,
  .col-sm-5th-3,
  .col-sm-5th-4 { float: left; }
  .col-sm-5th-5 { float: left;  width: 100%; }
  .col-sm-5th-4 { width: 80%; }
  .col-sm-5th-3 { width: 60%; }
  .col-sm-5th-2 { width: 40%; }
  .col-sm-5th-1 { width: 20%; }
  .col-sm-5th-pull-5 { right: 100%; }
  .col-sm-5th-pull-4 { right: 80%; }
  .col-sm-5th-pull-3 { right: 60%; }
  .col-sm-5th-pull-2 { right: 40%; }
  .col-sm-5th-pull-1 { right: 20%; }
  .col-sm-5th-pull-0 { right: auto; }
  .col-sm-5th-push-5 { left: 100%; }
  .col-sm-5th-push-4 { left: 80%; }
  .col-sm-5th-push-3 { left: 60%; }
  .col-sm-5th-push-2 { left: 40%; }
  .col-sm-5th-push-1 { left: 20%; }
  .col-sm-5th-push-0 { left: auto; }
  .col-sm-5th-offset-5 { margin-left: 100%; }
  .col-sm-5th-offset-4 { margin-left: 80%; }
  .col-sm-5th-offset-3 { margin-left: 60%; }
  .col-sm-5th-offset-2 { margin-left: 40%; }
  .col-sm-5th-offset-1 { margin-left: 20%; }
  .col-sm-5th-offset-0 { margin-left: 0%; }
}

@media (min-width: 992px) {
  .col-md-5th-1,
  .col-md-5th-2,
  .col-md-5th-3,
  .col-md-5th-4 { float: left; }
  .col-md-5th-5 { float: left;  width: 100%; }
  .col-md-5th-4 { width: 80%; }
  .col-md-5th-3 { width: 60%; }
  .col-md-5th-2 { width: 40%; }
  .col-md-5th-1 { width: 20%; }
  .col-md-5th-pull-5 { right: 100%; }
  .col-md-5th-pull-4 { right: 80%; }
  .col-md-5th-pull-3 { right: 60%; }
  .col-md-5th-pull-2 { right: 40%; }
  .col-md-5th-pull-1 { right: 20%; }
  .col-md-5th-pull-0 { right: auto; }
  .col-md-5th-push-5 { left: 100%; }
  .col-md-5th-push-4 { left: 80%; }
  .col-md-5th-push-3 { left: 60%; }
  .col-md-5th-push-2 { left: 40%; }
  .col-md-5th-push-1 { left: 20%; }
  .col-md-5th-push-0 { left: auto; }
  .col-md-5th-offset-5 { margin-left: 100%; }
  .col-md-5th-offset-4 { margin-left: 80%; }
  .col-md-5th-offset-3 { margin-left: 60%; }
  .col-md-5th-offset-2 { margin-left: 40%; }
  .col-md-5th-offset-1 { margin-left: 20%; }
  .col-md-5th-offset-0 { margin-left: 0%; }
}

@media (min-width: 1200px) {
  .col-lg-5th-1,
  .col-lg-5th-2,
  .col-lg-5th-3,
  .col-lg-5th-4 { float: left; }
  .col-lg-5th-5 { float: left;  width: 100%; }
  .col-lg-5th-4 { width: 80%; }
  .col-lg-5th-3 { width: 60%; }
  .col-lg-5th-2 { width: 40%; }
  .col-lg-5th-1 { width: 20%; }
  .col-lg-5th-pull-5 { right: 100%; }
  .col-lg-5th-pull-4 { right: 80%; }
  .col-lg-5th-pull-3 { right: 60%; }
  .col-lg-5th-pull-2 { right: 40%; }
  .col-lg-5th-pull-1 { right: 20%; }
  .col-lg-5th-pull-0 { right: auto; }
  .col-lg-5th-push-5 { left: 100%; }
  .col-lg-5th-push-4 { left: 80%; }
  .col-lg-5th-push-3 { left: 60%; }
  .col-lg-5th-push-2 { left: 40%; }
  .col-lg-5th-push-1 { left: 20%; }
  .col-lg-5th-push-0 { left: auto; }
  .col-lg-5th-offset-5 { margin-left: 100%; }
  .col-lg-5th-offset-4 { margin-left: 80%; }
  .col-lg-5th-offset-3 { margin-left: 60%; }
  .col-lg-5th-offset-2 { margin-left: 40%; }
  .col-lg-5th-offset-1 { margin-left: 20%; }
  .col-lg-5th-offset-0 { margin-left: 0%; }
}

@media (min-width: 1200px) {
  .col-lg-5th-1,
  .col-lg-5th-2,
  .col-lg-5th-3,
  .col-lg-5th-4 {  float: left;  }
  .col-lg-5th-5 {  float: left;  width: 100%;  }
  .col-lg-5th-4 {  width: 80%;  }
  .col-lg-5th-3 {  width: 60%;  }
  .col-lg-5th-2 {  width: 40%;  }
  .col-lg-5th-1 {  width: 20%;  }
  .col-lg-5th-pull-5 {  right: 100%;  }
  .col-lg-5th-pull-4 {  right: 80%;  }
  .col-lg-5th-pull-3 {  right: 60%;  }
  .col-lg-5th-pull-2 {  right: 40%;  }
  .col-lg-5th-pull-1 {  right: 20%;  }
  .col-lg-5th-pull-0 {  right: auto;  }
  .col-lg-5th-push-5 {  left: 100%;  }
  .col-lg-5th-push-4 {  left: 80%;  }
  .col-lg-5th-push-3 {  left: 60%;  }
  .col-lg-5th-push-2 {  left: 40%;  }
  .col-lg-5th-push-1 {  left: 20%;  }
  .col-lg-5th-push-0 {  left: auto;  }
  .col-lg-5th-offset-5 {  margin-left: 100%;  }
  .col-lg-5th-offset-4 {  margin-left: 80%;  }
  .col-lg-5th-offset-3 {  margin-left: 60%;  }
  .col-lg-5th-offset-2 {  margin-left: 40%;  }
  .col-lg-5th-offset-1 {  margin-left: 20%;  }
  .col-lg-5th-offset-0 {  margin-left: 0%;  }
}
