/*
 * Start Bootstrap - Half Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: ArialRoundedBold;
    src: url("../fonts/Arial Rounded Bold.ttf");
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    background-color: #fff;
}
hr {
    border-top: 1px solid #ec1c2d !important;
}
.wrapper {
    overflow-x: hidden;
}
.container-fluid {
    margin-top: 50px;
}
.img-center {
    display: block !important;
    margin: 0 auto !important;
}
.shadow-box {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 15px;
}
.gray-border {
    border: 1px solid #777;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.btn-link {
    background-color: #111c4e !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1em;
}
@media (min-width: 768px) {
    .btn-link {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .btn-link {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}


/* Navbar: */

.navbar {
    background-color: #0a0d30;
    min-height: 25px !important;
    margin-bottom: 0;
    border: none;
    font-family: 'ArialRoundedBold', Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
    .navbar {
        display: flex;
        justify-content: center;
    }
}
.navbar-nav > li > a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.navbar-nav {
    font-size: 1vw;
}
@media (max-width: 991px) {
    .navbar-nav {
        font-size: 1.25vw;
    }
    .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 767px) {
    .navbar-nav {
        font-size: .75em;
    }
    .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
#nav-container {
    margin-top: 0;
}
.navbar-collapse {
    min-height: 25px !important;
    border: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background-color: #0a0d30 !important;
    border: none;
}
.bar-top, .bar-middle, .bar-bottom {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar-top {
    -webkit-transform: rotate(-45deg) translate(-9px, 4px);
    transform: rotate(-45deg) translate(-9px, 4px);
    background-color: red;
}
.change .bar-middle {
    opacity: 0;
}
.change .bar-bottom {
    -webkit-transform: rotate(45deg) translate(-9px, -4px);
    transform: rotate(45deg) translate(-9px, -4px);
    background-color: red;
}


/* Both dropdowns: */

.dropdown-menu {
    background-color: #0a0d30;
    border-top: 1px solid #000;
    border-radius: 0;
}
.dropdown-menu a {
    color: #fff !important;
}
.dropdown-menu a:hover {
    background-color: #0a0d30 !important;
    color: #c2c2a3 !important;
}
.main-link {
    color: #fff !important;
}
.main-link:hover {
    background-color: #4d4d4d !important;
}
.nav .dropdown.open .caret{
    border-top: none;
    border-bottom: 4px solid #fff;
}


/* Tickets dropdown only: */

.dropdown-menu li a {
    padding: 5px 25px;
    font-size: 0.75em;
}
.multi-column-dropdown {
    list-style: none;
    padding-left: 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
}
.thumbs-box {
    padding: 5px;
    margin: 0;
}
.thumbs-box a {
    padding: 0 !important;
    display: inline-block !important;
}
.thumbs-box a:hover {
    opacity: 0.8;
    transition: opacity .4s ease-in-out;   
}
.nav-thumbs {
    width: 200px;
    height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .thumbs-container {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .thumbs-box {
        padding: 0;
        margin-top: 2px;
        margin-left: 15px !important;
    }
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
    .multi-column-dropdown li a {
        color: #fff;
    }
}
.nav > li.dropdown.venues.open {
    position: static;
}
.nav > li.dropdown.venues.open .dropdown-menu.venues-menu {
    display: table; 
    width: 100%;
}
.dropdown-menu.venues-menu > li {
    display: table-cell;
}


/* Masthead: */
@media (max-width: 767px) {
    #masthead {
        display: none;
    }
}
#masthead {
    background-color: #111c4e;
    font-family: 'ArialRoundedBold', Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
    #masthead {
        
        background-color: #111c4e;
        background-repeat: no-repeat;
        background-position: bottom 25% right;
        background-size: 33%;
    }
}
@media (max-width: 767px) {
    #masthead {
        margin-top: 67px;
    }
}
.masthead-container {
    margin-top: 70px;
}
.main-logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 200px !important;
    height: 150px;
}
.main-logo {
    width: 100%;
    max-width: 200px;
}
.clock-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    height: 150px;
    margin: 0 auto;
}
.clock-labels {
    font-size: 1.125vw;
}
.sponsors-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 200px;
    height: 150px;
}
.logo-margin {
    margin-right: 5px;
}
.sponsor-logo {
    display: inline-block;
    width: 100%;
}

/* Slideshow: */

.carousel {
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  border-radius: 0;
}
.owl-carousel.owl-theme {
  border-radius: 0;
}
@media (min-width: 768px) {
  .carousel {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*@media (max-width: 767px) {
  .carousel {
    margin-top: 117px;
  }
}*/
.owl-carousel.owl-theme .slide img{
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
    .caption {
        background-color: #111c4e;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        color: #e7e7e7;
        padding: 1em;
        margin-right: 0;
        margin-left: 0;
        border-radius: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 33%;
    }
    #caption-iihf {
        background-image: url("../img/masthead.png");
    }
    #caption-usa {
        background-image: url("../img/DL%20US%20Flag.png");
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .caption {
      background-color: #111c4e;
      background-image: none;
      color: #e7e7e7;
      padding: 1em;
      margin-right: 0;
      margin-left: 0;
      border-radius: 0;
      position: absolute;
      bottom: 0;
      text-align: center;
      height: 20%;
      width: 100%;
    }
}
.caption h1 {
  font-size: 2vw;
  letter-spacing: 1px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: 4vh;
}
@media (min-width: 574px) and (max-width: 767px) {
    .caption h1 {
        margin-top: 1vh;
        margin-bottom: 1vh;
        position: relative;
        text-align: center !important;
    }
}
@media (max-width: 573px) {
    .caption {
        display: none;
    }
}
.caption-link h1 {
  color: #e7e7e7;
}
.caption-link h1:hover {
  color: #e7e7e7;
  text-decoration: underline !important;
}
.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  background: transparent;
  color: #ec1c2d;
  width: 100%;
  left: 33%;
}
@media (max-width: 767px) {
  .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    color: #ec1c2d;
    width: 100%;
  }
}
.owl-controls.clickable {
  margin: 0;
}
.more-link {
  color: #00aeef;
}
.more-link:hover {
  color: #00aeef;
  text-decoration: underline;
}


/* Trending News: */

.vid-box, .vid-box2, .vid-box3, .vid-box4 {
    cursor: pointer;
    color: #fff;
    font-size: .75em;
}
.vid-box:hover, .vid-box2:hover, .vid-box3:hover, .vid-box4:hover {
    color: #c2c2a3;
}
.vid-box img:hover, .vid-box2 img:hover, .vid-box3 img:hover, .vid-box4 img:hover {
    opacity: 0.7;
}
.trend-head {
    margin-left: 10px;
    color: #fff;
}
.trending-list {
    list-style-type: none;
}
.trending {
    background-color: #111c4e;
}
.trending a {
    color: #fff;
    font-size: .75em;
}
.trending a:hover {
    color: #c2c2a3;
}
.trending a:hover {
    text-decoration: none;
}
.trending a img:hover {
    opacity: 0.7;
}
#vid-thumb:hover {
    opacity: 0.7 !important;
}
.trending-item {
    padding-top: 5px;
    padding-bottom: 5px;
}
.trending-thumb {
    /*max-height: 100px*/;
    width: auto;
}
.trend-title-xs {
    color: #fff;
    background-color: #000;
    padding: 5px;
    margin: 0;
}
.trend-tease-xs {
    color: #000;
    background-color: #fff;
    padding: 5px;
}
.read-more {
    color: #1114ce;
}


/* News box: */

.news-div-xs-sm, .poll-div-xs-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-container-xs-sm, .news-container-md-lg {
    background-color: #fff;
    padding: 0px;
}
.news-container-xs-sm a, .news-container-md-lg a {
    color: #000;
}
.news-container-xs-sm a:hover, .news-container-md-lg a:hover {
    text-decoration: none;
    color: #4d4d4d;
}
.news-container-xs-sm a img:hover, .news-container-md-lg a img:hover {
    opacity: 0.7;
}
.iihf-cat-img {
    margin-bottom: 5px;
    width: 50% !important;
    height: auto !important;
}
.news-title-md-lg {
    margin-top: 0px;
}
.news-cat {
    margin-left: 0px;
}
.share, .share2, .share3, .share4, .share5 {
    color: #0f1d40 !important;
}
.news-share {
    margin-left: 0px;
}


/* Ads: */
.ad-container-lg {
	margin-top: 0;
}


/* Footer: */

footer {
    margin: 50px 0;
    color: white;
    margin-bottom: 0;
    background-color: #111c4e;
}
.footer-link {
    color: #fff !important;
}
.footer-xs-sm {
    padding: 10px;
}
.fa.fa-facebook, .fa.fa-twitter, .fa.fa-instagram, .fa.fa-youtube, .fa.fa-envelope {
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid;
    text-align: center;
    -moz-transition: 0.5s color ease-in-out, 0.5s border ease-in-out;
    -webkit-transition: 0.5s color ease-in-out, 0.5s border ease-in-out;
    -o-transition: 0.5s color ease-in-out, 0.5s border ease-in-out;
    transition: 0.5s color ease-in-out, 0.5s border ease-in-out;
    background-color: #111c4e;
    margin-right: 10px;
}
.fa.fa-instagram:hover, .fa.fa-twitter:hover, .fa.fa-facebook:hover, .fa.fa-youtube:hover, .fa.fa-envelope:hover {
    color: #ec1c2d;
}
.copyright {
    font-size: .7em;
}


/* Adhoc pages: */

.header-img {
    margin-bottom: 10px;
}
.adhoc-ad {
    margin-bottom: 5px;
}
.adhoc-xs-sm, .adhoc-md-lg {
    color: #000;
}
.schedule-container {
    color: #000;
}
.contact-container {
    color: #000;
}
.suites-container {
    color: #000;
}
.tix-header {
    color: red;
}
.package-link {
    color: red;
}
.package-link:hover, .package-link:active, .package-link:focus {
    color: #111c4e;
}
.ticket-link {
    color: #ec1c2d !important;
}
.accordion-md-lg {
}
.accordion-xs-sm {
    margin: 0 auto;
}
.panel.panel-default {
    border-radius: 0 !important;
}
.panel-heading {
    background-color: #111c4e !important;
    border-radius: 0;
    outline: none !important;
}
.panel-heading:hover {
    opacity: 0.9;
}
.panel-title a {
    color: #fff;
}
.panel-title a:hover, .panel-title a:active, .panel-title a:focus {
    text-decoration: none;
}


/* Contact Us: */

.fsBody, .fsForm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fsBody .fsLabel {
    color: #000 !important;
    text-align: left;
}
.fsBody .fsLabel.fsRequiredLabel {
    color: #000 !important;
    font-weight: bold;
}
.fsRowBody input[type=text] {
    color: #000 !important;
}
.fsSupporting {
    color: #000 !important;
}
.fsSubmit input.fsSubmitButton {
    background-color: #000 !important;
}
.fsField {
    border-color: #000 !important;
}


#news-tix-link {
    color: #111c4e;
    text-decoration: underline;
}

.thumbnail {
    display:table;
    border-spacing: 2px;
    border-collapse: separate;
    background-color: #111c4e;
}
.thumbnail_wrapper {
    display:table-cell;
    vertical-align:bottom;
}
.thumbnail_wrapper > img {
    width:100%;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#clockdiv, #clockdiv2 {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 2.5vw;
    border: 1px solid #ec1c2d;
    border-width: 1px 0;
}
#clockdiv > div, #clockdiv2 > div {
    padding: 2px;   
    border-radius: 0px;
    background-color: transparent;
    display: inline-block;
}
#clockdiv div > span, #clockdiv2 div > span {
    padding: 5px 10px 0px 10px;
    border-radius: 0px;
    background-color: transparent;
    display: inline-block;
}
.smalltext {
    padding-top: 0;
    font-size: 1.125vw;
}
.table-title {
    color: #fff;
    background-color: #111c4e;
    border: 1px solid #111c4e !important;
    font-weight: normal;
}
.table-title2 {
    color: #fff;
    background-color: #111c4e;
    border: 1px solid #fff !important;
    font-weight: normal;
}



#slider-lg {
  width: 75% !important;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
}

#slider-sm {
  width: 90% !important;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
}

@media (max-width: 991px) {
    #slider-lg {
        display: none !important;
    }
    #slider-sm {
        display: block !important;
    }
}

@media (min-width: 992px) {
    #slider-sm {
        display: none !important;
    }
    #slider-lg {
        display: block !important;
    }
}

.slide {
  height: 30vw !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 1 !important;
}

@media (max-width: 991px) {
    .slide {
        height: 50vw !important;
    }
}

.slick-center {
  opacity: 1; 
}

#slider-sm .slide .slide__first .dl-sm-img-container {
  height: 35vw;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

#slider-sm .slide .slide__first .dl-sm-text-container {
  color: #fff;
  background: #0a0d30;
  height: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 450px) {
    #slider-sm .slide .slide__first .dl-sm-text-container {
        display: none;
    }
    #slider-sm .slide .slide__first .dl-sm-img-container {
        display: none;
    }
    #slider-sm .slide .slide__first .dl-xs-img-container {
       /* background-repeat: no-repeat !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background-position: center !important;
        height: 100vh !important;*/
    }
}

@media (min-width: 451px) {
  #slider-sm .slide .slide__first .dl-xs-img-container {
    display: none !important;
  }
}

.category-container {
  height: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background: #fff;
}
.share-container {
  height: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background: #fff;
}

.social-share-icon-dl {
  float: left;
  margin-right: 5px;
}

.headline-container {
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.teaser-container {
  height: 30%;
  background: #0a0d30;
  justify-content: left;
  width: 20vw;
  padding: 5px;
}

.social-share-dl {
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#slider-lg .slide .slide__first {
  background: #fff;
  width: 10vw;
  color: #fff;
}

#slider-lg .slide .slide__second {
  width: 45vw;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

#slider-lg .slide .slide__third {
  background: #0a0d30;
  width: 25vw;
  color: #fff;
}

#slider-sm .slide .slide__first {
  width: 100vw;
}

.dl-social {
  color: #0a0d30 !important;
}

.article-social {
  color: #111c4e !important;
}

.dl-headline-lg {
  font-size: 1.5vw;
}

.dl-teaser-lg {
  font-size: .75vw;
}

.dl-headline-sm {
  font-size: 3vw;
}

.dl-teaser-sm {
  font-size: 2vw;
}

.dl-link {
  color: #fff !important;
  text-decoration: none !important;
}

.slick-slide, .slick-slide *{
  outline: none !important;
}

@media (max-width: 767px) {
    .sponsor-img-margin {
        margin-bottom: 50px !important;
    }
}

#ccm-popover-menu-container a {
    color: #777 !important;
}

/*@media (max-width: 991px) {
  #village-info-table-anchor {
    padding-top: 70px;
  }
}*/

.village-logo {
  margin-top: 0;
}

@media (max-width: 767px) {
  .village-logo {
    margin-top: 95px;
  }
}

#village-info-table {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 767px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}