/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
}

hr {
    max-width: 50px;
    border-color: #DAA520;
    /*	#f05f40;  */
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

hr.dark {
    border-color: #222;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    outline: 0;
}

a:hover,
a:focus {
    color: #eb3812;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: rgb(0, 0, 0) !important;
    background-color: rgba(0, 0, 0, .9) !important;
    /* #f05f40; */
    /* 	color: #CAB479; */
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-gold {
    color: #000;
    background-color: #cab479;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
}

.text-danger {
    color: #e74c3c;
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.small-padding {
    padding: 50px 0;
}

.navbar-default {
    /*     border-color: rgba(34,34,34,.05); */
    border-color: rgba(134, 134, 134, .5);
    background-color: rgba(0, 0, 0, .8);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    /*     background-color: #fff; */
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    /*     color: #f05f40; */
    color: #E6BE8A;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    /*     color: #eb3812; */
    color: #DAA520;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    /*     color: #222; */
    color: #E6BE8A;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    /*     color: #f05f40; */
    color: #fff;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    /*     color: #f05f40!important; */
    color: #E6BE8A !important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        /*        background-color: transparent; */
    }

    .navbar-default .navbar-header .navbar-brand {
        /*         color: rgba(255,255,255,.7); */
        color: #CAB479;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #CAB479;
    }

    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        /*         color: rgba(255,255,255,.7); */
        color: #CAB479;
    }

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

    .navbar-default.affix {
        /*         border-color: rgba(34,34,34,.05);
        background-color: #fff;
 */
        border-color: rgb(134, 134, 134);
        border-color: rgba(134, 134, 134, .5);
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .8);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        /*         color: #f05f40; */
        color: #E6BE8A;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        /*         color: #eb3812; */
        color: #fff;
    }

    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        /*         color: #222; */
        color: rgb(184, 184, 184);
        color: rgba(184, 184, 184, .9);
    }

    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        /*         color: #f05f40; */
        color: #fff;
    }
}

header {
    position: relative;
    width: auto;
    height: 100vh;
    text-align: center;
    color: #fff;
    /*background: url(../img/header-2025.png) no-repeat;*/
    /*background-size: cover;*/
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

header .header-content {
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 1000;
    margin: 0 auto;
}

header .header-hero {
    z-index: 100;
}

 header .header-content .header-content-inner img {
    max-width: 65%;
    height: auto;
}
 

header .header-content .header-content-inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    /*     text-align: right; */
    /* 	width: 100%; */
    color: #CAB479;
}

header .header-content .header-content-inner h1 div {
    display: table-cell;
    vertical-align: middle;
}

header .header-content .header-content-inner hr {
    margin: 20px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}

header .intro {
    background-color: #CAB479;
    margin-top: 25%;
    z-index: 1000;
}

header .intro span {
    text-align: right;
    color: #000;
    cursor: pointer;
}

header .intro iframe {
    position: relative;
    width: 100%;
}

.timetable {
    display: flex;
    align-self: center;
    justify-self: center;
    color: #CAB479;
    width: 60%;
    height: 60%;
    margin: 10%;
    top: 50px;
    left: 50px;
    background-color: #000;
    overflow: auto;
    position: fixed;
    display: none;
    z-index: 10000;
}

.timetable span {
    text-align: right;
    cursor: pointer;
}

.timetable img {
    position: relative;
    width: 100%;
    height: auto;
}

.carousel-caption,
.carousel-indicators {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
}

.carousel {
    margin-top: 20px;
}

.timer {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 3% 0;
}

@media (min-width:480px) and (max-width:768px),
(orientation:portrait) {
    header {
        background: url(../img/header-2024.png) no-repeat;
        background-size: 100% 100%;
        background-size: cover;
        min-height: 100%;
    }

    .bg-primary {
        min-height: 100%;
        padding: 30% 0;
    }

    .timer {
        /*		margin-top: 50%; */
        margin: 3% 0;
    }

    .timer span {
        font-size: 20px;
    }

    header .intro {
        top: 10%;
        margin-left: 5%;
        width: 80%;
        height: 35%;
    }

    header .intro iframe {
        width: 100%;
        height: 100%;
    }
}

@media (min-width:480px) and (max-width:768px) and (orientation:landscape) {
    header {
        background-size: 100% auto;
        min-height: 100%;
    }

    .bg-primary {
        height: 100%;
        padding: 30% 0;
    }

    .timer {
        /*		margin-top: 32%; */
        margin: 3% 0;
    }

    .timer span {
        font-size: 24px;
    }

    header .intro {
        top: 3%;
        margin-left: 20%;
        width: 54%;
        height: 40%;
    }

    header .intro iframe {
        width: 100%;
        height: 100%;
    }

}

@media (min-width:768px) and (orientation:portrait) {

    header .intro {
        top: -20%;
        margin-left: 5%;
        width: 80%;
        height: 35%;
    }

    header .intro iframe {
        width: 100%;
        height: 100%;
    }

    .timer {
        /*		margin-top: 45%; */
        margin: 3% 0;
    }

    .timer span {
        font-size: 32px;
    }

}

@media (min-width:768px) and (orientation:landscape) {

    header .intro {
        top: -10%;
        margin-left: 20%;
        width: 54%;
        height: 40%;
    }

    header .intro iframe {
        width: 100%;
        height: 100%;
    }

    .timer {
        /*	    margin-top: 42%; */
        margin: 3% 0;
    }

}

@media (min-width:1280px) and (orientation:landscape) {

    header .intro {
        top: 2%;
        margin: 7%;
        width: 45%;
        height: 50%;
        position: fixed;
    }

    header .intro iframe {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .timer {
        /*	    margin-top: 42%; */
        margin: 3% 0;
    }

}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        padding: 0 50px;
        /*         -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.5);
        margin-top: 5%;
    }

    .timer {
        /*    	margin-top: 42%; */
        margin: 3% 0;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

}

footer {
    background: rgb(0, 0, 0);
    color: #cab479;
}

footer a {
    color: #cab479;
}

footer a:hover {
    color: #fff;
}

.section-heading {
    margin-top: 0;
}

.event-box {
    padding: 5%;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

.contest-box {
    margin: 25px auto 0;
    max-width: 500px;
}

#fees-box>table {
    width: 490px !important;
}

#fees-box th {
    width: 50px;
}

.terms-box {
    color: silver;
    padding: 5px;
    /* 	border: 1px solid red; */
}

.terms-box h2 {
    text-align: center;
}

.intro {
    margin-top: 10%;
}

.timer {
    font-size: 2.3em;
    text-align: center;
    color: #fff;
    /* #dda761; */
    /*	margin-bottom: 2%; */
    margin: 3% 0;

}

.contest-box h5 {
    font-family: Merriweather, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

.contest-box td,
.contest-box th {
    padding: 7px;
    text-align: center;
}

.contest-box th {
    font-weight: bold;
}

.contest-box .desc {
    text-align: right;
    font-weight: bold;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /*     color: #fff; */
    color: #E6BE8A;
    opacity: 0;
    /*     background: rgba(240,95,64,.9); */
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    cursor: default;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1 !important;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action {
    text-align: left;
    margin-left: 50px;
}

.call-to-action h2 {
    margin: 0 auto 20px;
    color: #000;
    text-align: center;
}

.call-to-action span {
    padding: 2px;
    font-size: 0.95em;
}

.text-primary {
    color: #f05f40;
}

.form-control:focus {
    border-color: #e7ac66;
    box-shadow: none
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.sticky-left,
.sticky-right {
    position: fixed;
    padding: 5px;
    bottom: 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    width: 270px;
    height: 60px;
    border: 1px solid #E6BE8A;
}

.sticky-left {
    left: 0;
}

.sticky-right {
    right: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    border-color: #b2b2b2;
    color: #222;
    background-color: #b2b2b2;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #CAB479;
    /* #f05f40;	*/
    color: #000;
    background-color: #CAB479;
    /* #f05f40; */
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    border: 2px solid #CAB479;
    /* 	#ed431f; */
    color: #CAB479;
    background-color: #000;
    /*	#ee4b28; */
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn-bgwhite {
    border: 2px solid #000 !important;
    /* #f05f40;	*/
    color: #fff;
    background-color: #000;
    /* #f05f40; */
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-bgwhite:hover,
.btn-bgwhite:focus,
.btn-bgwhite.focus,
.btn-bgwhite:active,
.btn-bgwhite.active,
.open>.dropdown-toggle.btn-bgwhite {
    border: 2px solid #000;
    /* 	#ed431f; */
    color: #000;
    background-color: #fff;
    /*	#ee4b28; */
}

.btn-bgwhite:active,
.btn-bgwhite.active,
.open>.dropdown-toggle.btn-bgwhite {
    background-image: none;
}

.btn-bgwhite.disabled,
.btn-bgwhite[disabled],
fieldset[disabled] .btn-bgwhite,
.btn-bgwhite.disabled:hover,
.btn-bgwhite[disabled]:hover,
fieldset[disabled] .btn-bgwhite:hover,
.btn-bgwhite.disabled:focus,
.btn-bgwhite[disabled]:focus,
fieldset[disabled] .btn-bgwhite:focus,
.btn-bgwhite.disabled.focus,
.btn-bgwhite[disabled].focus,
fieldset[disabled] .btn-bgwhite.focus,
.btn-bgwhite.disabled:active,
.btn-bgwhite[disabled]:active,
fieldset[disabled] .btn-bgwhite:active,
.btn-bgwhite.disabled.active,
.btn-bgwhite[disabled].active,
fieldset[disabled] .btn-bgwhite.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-bgwhite .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid #585036;
    border-top: 0;
}

.dropdown-menu li a {
    color: #cab479;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #cab479;
}