﻿@font-face {
    font-family: Montserrat-Regular;
    src: url('/fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('/fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Black;
    src: url('/fonts/Montserrat/Montserrat-Black.ttf');
}

@font-face {
    font-family: Heathergreen;
    src: url('/fonts/heathergreen/Heathergreen.otf');
}
html, body {
    margin:0px !important;
    padding:0px !important;
}
header {
    /*background-image: url('/images/bg-mid-section.jpg');*/
    background-size: cover;
    background-position: center;
}
.logo{
    height:60px;
    width:auto;
}

p{
    font-weight:100;
    text-align:justify;
}

.sp-yellow-text {
    color: #ffd800 !important;
}

.sp-yellow {
    background-color: #ffd800 !important;
}
/*.sp-yellow:hover .sp-btn {
        background-color: #BC2332 !important;
        color: #FFF200 !important;
    }*/
.sp-yellow-border {
    border-color: #ffd800 !important;
}

.sp-red-text {
    color: #ae0e0f !important;
}

.sp-red {
    background-color: #ae0e0f !important;
}
/*.sp-red:hover .sp-btn {
        background-color: #FFF200 !important;
        color: #BC2332 !important;
    }*/
.sp-red-border {
    border-color: #ae0e0f !important;
}

.sp-no-margin
{
    margin:0px !important;
}
.sp-no-padding{
    padding:0px !important;
}
.sp-padding-10 {
    padding: 10px !important;
}

.sp-padding-extra-lg-btn {
    padding: 3% 5% 3% 5%;
}

.sp-padding-top-60 {
    padding-top: 60px !important;
}

.sp-padding-top-40 {
    padding-top: 40px !important;
}

.sp-padding-top-30 {
    padding-top: 30px !important;
}

.sp-padding-top-20 {
    padding-top: 20px !important;
}

.sp-padding-top-10 {
    padding-top: 10px !important;
}

.sp-padding-top-5 {
    padding-top: 5px !important;
}

.sp-padding-left-5 {
    padding-left: 5px !important;
}

.sp-padding-left-20 {
    padding-left: 20px !important;
}

.sp-padding-left-10 {
    padding-left: 10px !important;
}

.sp-padding-right-10 {
    padding-right: 10px !important;
}

.sp-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.sp-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.sp-padding-bottom-5 {
    padding-bottom: 5px !important;
}

.sp-margin-10 {
    margin: 10px !important;
}

.sp-margin-top-20 {
    margin-top: 20px !important;
}

.sp-margin-top-30 {
    margin-top: 30px !important;
}

.sp-margin-top-40 {
    margin-top: 40px !important;
}

.sp-margin-0 {
    margin: 0px !important;
}

.sp-margin-top-15 {
    margin-top: 15px !important;
}

.sp-margin-top-10 {
    margin-top: 10px !important;
}

.sp-margin-top-5 {
    margin-top: 5px !important;
}

.sp-margin-right-20 {
    margin-right: 20px !important;
}

.sp-margin-right-10 {
    margin-right: 10px !important;
}

.sp-margin-right-5 {
    margin-right: 5px !important;
}

.sp-margin-left-20 {
    margin-left: 20px !important;
}

.sp-margin-left-10 {
    margin-left: 10px !important;
}

.sp-margin-left-40 {
    margin-left: 40px !important;
}

.sp-margin-left-5 {
    margin-left: 5px !important;
}

.sp-margin-bottom-30 {
    margin-bottom: 30px !important;
}

.sp-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.sp-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.sp-margin-bottom-5 {
    margin-bottom: 5px !important;
}

.sp-margin-right-5-pr {
    margin-right: 5% !important;
}

.sp-margin-right-10-pr {
    margin-right: 10% !important;
}

.sp-margin-left-5-pr {
    margin-left: 5% !important;
}

.sp-margin-left-10-pr {
    margin-left: 10% !important;
}

.sp-margin-left-15-pr {
    margin-left: 15% !important;
}
.nav-holder a {
    display: inline-block;
    padding: 15px 0% 10px 0%;
    margin:auto 3% auto 3%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    .nav-holder a:hover {
        color:#FFF200;
        border-bottom: 3px solid #FFF200;
    }

.footer-nav-holder a {
    display: inline-block;
    padding: 15px 5% 10px 5%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .footer-nav-holder a:hover {
        color: #FFF200;
    }
.btn-red {
    background-color: #ae0e0f !important;
    color: #ffd800 !important;
    border: 3px solid #ffd800;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    .btn-red:hover {
        background-color: #ffd800 !important;
        color: #ae0e0f !important;
        border: 3px solid #ae0e0f;
    }

.btn-yellow {
    background-color: #ffd800 !important;
    color: #ae0e0f !important;
    border: 3px solid #ae0e0f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .btn-yellow:hover {
        background-color: #ae0e0f !important;
        color: #ffd800 !important;
        border: 3px solid #ffd800;
    }

.btn-round {
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}
.btn-shrink:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.intro-video-holder iframe{
    width:100%;
    /*height:720px;*/
    border:none;
}
.sn-round-holder {
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    padding: 10px;
    background-color: #ae0e0f !important;
    color: #ffd800;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
    display:inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    .sn-round-holder:hover {
        background-color: #ffd800 !important;
        color: #ae0e0f;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
@media only screen and (max-width: 600px) {
    .intro-mid-section-register {
        font-size: 1.3em;
        /*font-style: italic;*/
        font-family: Montserrat-Bold;
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .sub-title {
        font-size: 1.1em;
        /*font-style: italic;*/
        font-family: Montserrat-Bold;
        padding-left: 1%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-left: 5px solid #ffd800;
    }
    .sp-divider-red {
        width: 30%;
        margin-left: 35%;
        height: 5px;
        background-color: #ae0e0f;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .intro-mid-section-register {
        font-size: 2.3em;
        /*font-style: italic;*/
        font-family: Montserrat-Bold;
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .sub-title {
        font-size: 1.8em;
        /*font-style: italic;*/
        font-family: Montserrat-Bold;
        padding-left: 1%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-left: 5px solid #ffd800;
    }
    .sp-divider-red {
        width: 20%;
        margin-left: 40%;
        height: 5px;
        background-color: #ae0e0f;
    }
}
@media only screen and (min-width: 900px) {
    .intro-mid-section-register {
        font-size: 2.3em;
        /*font-style: italic;*/
        font-family: Montserrat-Bold;
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .sub-title {
        font-size: 1.8em;
        /*font-style: italic;*/
        font-family: Montserrat-Bold;
        padding-left: 1%;
        padding-top:20px;
        padding-bottom:20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-left: 5px solid #ffd800;
    }
    .sp-divider-red {
        width: 10%;
        margin-left: 45%;
        height: 5px;
        background-color: #ae0e0f;
    }
}
.overlay-bg-trans {
    background-color: transparent;
    background-image: linear-gradient(180deg, #681F1F73 0%, #681F1F 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.footer-svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(110% + 1.3px);
    height: 60px;
    overflow: hidden;
}

.title-decoration {
    font-style: normal;
    padding: 20px;
    margin: 20px 0px 20px 0px;
    border-left: 10px solid #ffd800;
}

.white-controls .input-field label {
    color: #fff !important;
}
.white-controls .input-field input[type=text]:focus + label {
    color: #fff !important;
}
.white-controls .input-field input[type=text]:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}
.white-controls .input-field input[type=text] {
    color:#fff;
    border-bottom: 1px solid #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
    /*background-color: rgba(255,255,255,0.3);*/
}
.white-controls .input-field input[type=password] {
    border-bottom: 1px solid #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
    /*background-color: rgba(255,255,255,0.3);*/
}
.white-controls .input-field .prefix.active {
    color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.black-controls .input-field label {
    color: #858585 !important;
}
.black-controls .input-field input[type=text]:focus + label {
    color: #858585 !important;
}
.black-controls .input-field input[type=text]:focus {
    color: #333;
    border-bottom: 1px solid #333;
    box-shadow: 0 1px 0 0 #333;
}
.black-controls .input-field input[type=text] {
    color: #333;
    border-bottom: 1px solid #333 !important;
    box-shadow: 0 1px 0 0 #333 !important;
    /*background-color: rgba(255,255,255,0.3);*/
}
.black-controls .input-field input[type=password] {
    border-bottom: 1px solid #333 !important;
    box-shadow: 0 1px 0 0 #333 !important;
    /*background-color: rgba(255,255,255,0.3);*/
}
.black-controls .input-field .prefix.active {
    color: #333;
    border-bottom: 1px solid #333;
    box-shadow: 0 1px 0 0 #333;
}
.black-controls .dropdown-content{
    background-color:#ffd800;
}
    .black-controls .dropdown-content .disabled span{
        color:#858585 !important;
    }
    .black-controls .dropdown-content li span {
        color: #333;
    }

/*Process wrap*/
.step-holder {
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    border:2px solid #fff;
    width: 30px;
    height: 30px;
    padding-top:2px;
    background-color: #ffd800;
    display:inline-block;
    text-align:center;
    position:absolute;
}
.step-connector {
    width: 50px;
    height: 4px;
    background-color: #ffd800;
    display: inline-block;
}
.datepicker-date-display{
    background-color:#ae0e0f !important;
}

.switch label .lever::before {
    background-color: rgba(174,14,15,0.15);
}
.switch label input[type="checkbox"]:checked + .lever {
    background-color: rgba(174,14,15,0.15);
}
    .switch label input[type="checkbox"]:checked + .lever::after {
        background-color: #ae0e0f;
    }

.language-toggle-holder {
    position: absolute;
    top: 0px;
    right: 400px;
    padding: 10px;
    background-color: #ffd800;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 1px 1px 10px 1px #930000;
    box-shadow: 1px 1px 10px 1px #930000;
    cursor:pointer;
    text-align:left;
    color:#ae0e0f;
    text-transform:uppercase;
}
    .language-toggle-holder .toggle-lang {
        padding-left: 5px;
        padding-right: 5px;
        color: #ae0e0f;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .language-toggle-holder .toggle-lang:hover{
        color:#000000;
    }
.sp-upper-text{
    text-transform:uppercase;
}
.admin-content-title {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
    font-size: 2rem;
    font-family: Montserrat-Bold;
    text-transform:uppercase;
}

    .admin-content-title:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 1px;
        bottom: 0;
        left: 25%;
        border-bottom: 3px solid #EE3134;
    }

.sp-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
}