/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad>* {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}

.nopad-md {
    padding: 0;
}

@media (min-width: 992px) {
    .nopad-md {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* @endregion*/




/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

body {
    color: #000;
    font-family: 'Lato', sans-serif;
    position: relative;
}

.bold {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

body {
    background-color: #F7F6F5;
    padding-top: 60px;
}

@media(max-width: 767px) {
    body {
        padding-top: 50px;
    }
}

header {
    position: relative;
    z-index: 1003;
}

.pageHeader {
    padding: 30px 20px;
}

.pageHeader h1 {
    margin-top: 55px;
}

@media(max-width: 767px) {
    .pageHeader h1 {
        text-align: center;
    }
}

.pageLogo {
    width: 100%;
    max-width: 200px;
}

#homeTop img {
    width: 100%;
    margin-top: -10px;
}

#homeTop {
    background-color: rgba(0, 0, 0, .7);
}

.mainLogo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 100%;
    max-width: 250px;
    z-index: 1010;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .mainLogo {
        position: absolute;
        top: 20px;
        left: 50px;
        width: 100%;
        max-width: 250px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .mainLogo {
        position: absolute;
        top: 20px;
        left: 50px;
        width: 100%;
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .mainLogoSmall {
        position: absolute;
        top: 3px;
        left: 20px;
        max-width: 50px;
        max-height: 45px;
    }

    .mainLogo {
        display: none;
    }
}

@media(min-width: 768px) {
    .mainLogoSmall {
        display: none;
    }
}

.italic {
    font-style: italic;
}

.stateLogo {
    width: 100%;
    max-width: 350px;
}

@media(min-width: 1200px) {
    .stateLogo {
        margin-top: 240px;
    }
}

@media(min-width: 992px) and (max-width:1199px){
    .stateLogo {
        margin-top: 210px;
    }
}

@media(min-width: 768px) and (max-width:991px){
    .stateLogo {
        margin-top: 270px;
    }
}

@media(max-width:767px){
    .stateLogo {
        margin-top: 170px;
    }
}

#intro .btn, #attheshow .btn {
    margin: 0 10px 10px 0;
}

#schedule table caption {
    background-color: #7AB09F;
    color: #FFF;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#schedule table caption.yellow {
    background-color: #7AB09F;
    color: #000;
}


#schedule .table>tbody>tr>td:nth-child(1) {
    border-right: 1px solid #0E0F0F;
    width: 20%
}

#schedule .table>tbody>tr>td:nth-child(2) {
    width: 50%;
}

#schedule .table>tbody>tr>td:nth-child(3) {
    border-left: 1px solid #0E0F0F;
    font-style: italic;
    width: 30;
}

#schedule .table>thead>tr>th,
#schedule .table>tbody>tr>th,
#schedule .table>tfoot>tr>th,
#schedule .table>thead>tr>td,
#schedule .table>tbody>tr>td,
#schedule .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #0E0F0F;
}

#schedule .table-striped>tbody>tr:nth-child(odd) {
    background-color: #ffffff;
}

#schedule .table-striped>tbody>tr:nth-child(even) {
    background-color: rgb(219, 219, 219);
}

table caption {
    background-color: #7AB09F;
    color: #fff;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #0E0F0F;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-striped>tbody>tr:nth-child(even) {
    background-color: #D4D4D4;
}

.table-striped caption {
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}

.hexBox {
    margin-bottom: 120px;
}

.hexagon {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #fff;
    margin: 86.60px 0;
    border-left: solid 2px #DF2D26;
    border-right: solid 2px #DF2D26;
}

.hexagon p {
    position: relative;
    top: 33%;
    text-align: center;
    font-weight: 700;
    z-index: 1002;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 212.13px;
    height: 212.13px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 41.9340px;
}

.hexagon:before {
    top: -106.0660px;
    border-top: solid 2.8284px #DF2D26;
    border-right: solid 2.8284px #DF2D26;
}

.hexagon:after {
    bottom: -106.0660px;
    border-bottom: solid 2.8284px #DF2D26;
    border-left: solid 2.8284px #DF2D26;
}

@media(max-width: 767px) {
    .hexBox {
        position: relative;
        text-align: center;
        margin-bottom: 200px;
    }

    .hexagon {
        position: relative;
        text-align: center;
        width: 300px;
        height: 173.21px;
        background-color: #fff;
        margin: 86.60px 0;
        border-left: solid 2px #DF2D26;
        border-right: solid 2px #DF2D26;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .hexagon p {
        position: relative;
        top: 33%;
        text-align: center;
        font-weight: 700;
        z-index: 1002;
    }

    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 212.13px;
        height: 212.13px;
        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);
        background-color: inherit;
        left: 41.9340px;
    }

    .hexagon:before {
        top: -106.0660px;
        border-top: solid 2.8284px #DF2D26;
        border-right: solid 2.8284px #DF2D26;
    }

    .hexagon:after {
        bottom: -106.0660px;
        border-bottom: solid 2.8284px #DF2D26;
        border-left: solid 2.8284px #DF2D26;
    }
}

.broadcasts,
.documents,
.agendas {
    margin-top: 40px;
}

.thumbnail .caption {
    color: #7AB09F;
    font-weight: bold;
}

.thumbnail:hover {
    border: 3px solid #7AB09F;
}

.streams {
    margin: 100px 15px 15px;
}

.hotelBox h3 {
    background-color: #7AB09F;
    color: #fff;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hotelBox {
    border: 2px solid #7AB09F;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.hotelBox p {
    padding: 5px;
}

.hotelBoxFooter {
    color: #7AB09F;
    background-color: #a9abae;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hotelBoxFooter p {
    margin: 0;
}

#classBreaks {
    padding-top: 100px;
}

#archives h2,
#attheshow h2,
#groundsMap h2,
#hotelsCamping h2,
#judges h2,
#schedule h2,
#classBreaks h2,
#contestResults h2,
#intro h2,
#video h2 {
    border-bottom: 2px solid #752D2C;
    margin-bottom: 20px;
}

@media(min-width: 768px) {
    .rBorder {
        position: absolute;
        bottom: 11px;
        right: 15px;
        width: 50px;
        max-height: 100px;
        border-right: 2px solid #752D2C;
        z-index: 1006;
    }
}

#archives,
#groundsMap,
#hotelsCamping,
#judges,
#schedule,
#intro,
#attheshow,
#contestResults {
    padding-top: 130px;
}

#archives a,
#classBreaks a,
#contestResults a {
    color: #752D2C;
}

.red {
    color: #BF4319;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #0E0F0F;
    color: #fff;
}

footer a,
footer a:visited,
footer a:hover,
footer a:focus {
    color: #fff;
}

@media(min-width: 992px) {
    .marginLeft {
        margin-left: 12%;
    }
}

.classBreaksImg, .contestResultsImg {
    position: relative;
    margin-bottom: 20px;
}

.classBreaksImg span, .contestResultsImg span {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #BF4319;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

@media(min-width: 767px) and(max-width: 992px) {
    .classBreaksImg, .contestResultsImg {
        margin-bottom: 20px;
    }

    .classBreaksImg span, .contestResultsImg s {
        top: 40%;
    }
}

@media(max-width: 768px) {
    .classBreaksImg, .contestResultsImg {
        margin-bottom: 20px;
    }

    .classBreaksImg span, .contestResultsImg span {
        top: 40%;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .classBreaksImg span, .contestResultsImg span {
        top: 34%;
    }
}

@media(max-width: 992px) {
    .madison span {
        display: block;
        margin-top: 20px;
    }
}

.tri {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1005;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 350px 200px 0 200px;
    border-color: #752D2C transparent transparent transparent;
}

.triLine {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100px;
    z-index: 1010;
    border-bottom: 2px solid #fff;
}

.insideTri p {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    z-index: 1010;
    color: #fff;

}

.insideTri span {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    z-index: 1010;
    color: #fff;
}

hr {
    border-bottom: 1px solid #BF4319;
}

.panel.panel-default {
    border-color: #7AB09F;
}

.panel.panel-default img {
    margin: auto;
}

.panel-default>.panel-heading {
    background-color: #7AB09F;
    color: #000;
    border: none;
}

.panel-default>.panel-footer {
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
}

@media(max-width: 767px) {
    .tri {
        position: absolute;
        top: -30px;
        border-width: 200px 125px 0 125px;
    }

    .triLine {
        position: absolute;
        top: 50px;
    }

    .insideTri p {
        position: absolute;
        top: 0px;
        font-size: 14px;
    }

    .insideTri span {
        position: absolute;
        top: 60px;
        font-size: 14px;
    }

    #classBreaks {
        padding-top: 150px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .tri {
        position: absolute;
        top: -30px;
        border-width: 300px 175px 0 175px;
    }

    .triLine {
        position: absolute;
        top: 90px;
    }

    .insideTri p {
        position: absolute;
        top: 20px;
        font-size: 20px;
    }

    .insideTri span {
        position: absolute;
        top: 100px;
        font-size: 21px;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.multi-item-carousel{
    .carousel-inner{
      > .item{
        -webkit-transition: 500ms ease-in-out left;
        -o-transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out left;
      }
      .active{
        &.left{
          left:-33%;
        }
        &.right{
          left:33%;
        }
      }
      .next{
        left: 33%;
      }
      .prev{
        left: -33%;
      }
      @media all and (transform-3d), (-webkit-transform-3d) {
        > .item{
          -webkit-transition: 500ms ease-in-out left;
          -o-transition: 500ms ease-in-out left;
          transition: 500ms ease-in-out left;
          -webkit-transition: 500ms ease-in-out all;
          -o-transition: 500ms ease-in-out all;
          transition: 500ms ease-in-out all;
          -webkit-backface-visibility: visible;
                  backface-visibility: visible;
          -webkit-transform: none!important;
              -ms-transform: none!important;
                  transform: none!important;
        }
      }
    }
    .carouse-control{
      &.left, &.right{
        background-image: none;
      }
    }
  }

#carousel-example-generic .glyphicon {
    height: 40px;
    width: 40px;
}

#carousel-example-generic span.glyphicon-chevron-left:before {
    content: url(../images/template/left-arrow.png);
}

#carousel-example-generic span.glyphicon-chevron-right:before {
    content: url(../images/template/right-arrow.png);
}

@media (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -35px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -35px;
    }
}

.arrowLine {
    position: absolute;
    top: 200px;
    left: 570px;
    max-width: 20px;
    height: 75px;
    border-right: 1px solid #0E0F0F;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .arrowLine {
        position: absolute;
        top: 200px;
        left: 470px;
        max-width: 0px;
        height: 100px;
        border-right: 1px solid #0E0F0F;
    }
}

@media(min-width: 767px) and (max-width: 992px) {
    .arrowLine {
        position: absolute;
        top: 220px;
        left: 360px;
        max-width: 0px;
        height: 100px;
        border-right: 1px solid #0E0F0F;
    }
}

@media(max-width: 767px) {
    .arrowLine {
        display: none;
    }
}

/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: 0;
    border-radius: 0;
    background-color: #0E0F0F;
    font-weight: 700;
    font-size: 16px;
}


.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:visited {
    line-height: 30px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #BF4319;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #7AB09F;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 1002;
    -webkit-box-shadow: 0 0 10px rgba(175, 206, 197, 0.05);
    box-shadow: 0 0 10px rgba(175, 206, 197, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(191,67,25, 1) url('../images/template/top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #752D2C;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    z-index: 2000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 525px;
}

@media(max-width: 767px) {
    .navbar-right li {
        display: inline-block;
    }
}

@media(min-width: 767px) and (max-width:991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px;
    }
}


/**********************************************/
/*******     Social Media Classes       *******/
/**********************************************/


.btn-default {
    background-color: #BF4319;
    color: #fff;
    border: 0;
    border-radius: 5px;
}

#hotelsCamping.btn-default {
    color: #fff !important;
}


.btn-default:hover,
.btn-default:focus {
    background-color: #BE1C21;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-weight: 800;
}

.whitelink a {
    color: #fff !important;
}

.fa-video {
    margin-right: 5px;
}

.livefeeds p {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .documents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .documents>div {
        margin-bottom: 20px;
    }
}