/* Preloader */


/*
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    z-index: 9999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #39FF14;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #800080;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FB6027;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
*/


/* Loaded */


/*
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.1s 1s ease-out;
    transition: all 0.1s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}
*/

@media (min-width: 768px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}

.pull-none {
    float: none !important;
}


/* CSS Race Lab */


/*
* {
    font-family: 'Open sans', Arial, sans-serif;
}
html, body {
    height: 100%;
}

body {
    padding-top: 50px;
}

body.fade {
    opacity: 0;
}

body.appear {
    opacity: 1;
    transition: opacity 1.5s;
}

.main-content {
    min-height: 70%;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

p {
    font-size: 14px;
    line-height: 1.6;
}

a {
    outline: none !important;
    text-decoration: none !important;
}
*/

.alert-top-orange {
    color: #101010;
    -webkit-box-shadow: inset 0px 0px 80px 5px #FFF38A;
    -moz-box-shadow: inset 0px 0px 80px 5px #FFF38A;
    box-shadow: inset 0px 0px 80px 5px #FFF38A;
    background: #FFFDED;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px;
}

.alert-top-orange .solid,
.alert-top-orange .solid:hover {
    color: #101010;
    text-decoration: none !important;
    border-bottom: 2px solid #101010;
    font-weight: bold;
}


/*
.navbar {
    border-color: rgba(0, 0, 0, 0.8) !important;
    font-size: 16px;
}

.navbar-nav>li>a {
    color: #ccc !important;
}

.navbar-header span {
    font-size: 30px;
    color: #FB6027;
}

.dropdown-menu {
    border-radius: 0px !important;
    background-color: rgba(0, 0, 0, 0.89);
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    color: #bbb;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #080808 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.home-page-link img {
    margin: -10px 3px -10px 0px;
}

.home-page-link span:nth-child(2) {
    display: none;
}

.navbar-nav .adventure-links a:hover, .navbar-nav .adventure-links a:focus {
    color: #FB6027;
}

.navbar-nav .academy-links a:hover, .navbar-nav .academy-links a:focus {
    color: #39FF14;
}

.page-part {
    margin-top: -50px;
    padding-top: 50px;
}
*/


/*
.santa-hat {
    position: relative;
    width: 15px;
    margin-top: -10px;
    margin-right: -10px;
    z-index: 2;
}

.gifts {
    background: url(../img/xmaslightsdiv.gif) no-repeat;
    background-position: center top;
    background-size: 100%;
}

.gift-h {
    position: relative;
    z-index: 1;
}

#top {
    min-height: 540px;
    background-attachment: fixed;
    background: url('../img/crazy_leo_race_lab.jpg') no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#top h1 {
    width: 100%;
    color: #ffffff;
    text-align: center;
    letter-spacing: 8px;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
    position: absolute;
    font-size: 74px;
    bottom: 25px;
}

#dotted {
    width: 100%;
    min-height: 540px;
    position: absolute;
    background: url('../img/overlay.png');
}

.greywrap {
    margin-top: 0px;
    padding-top: 20px;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
*/


/*
.start-btn {
    background: #111;
    font-size: 0px;
    height: 145px;
}

.start-btn>div {
    width: 50%;
    margin: 0px;
    height: 145px;
    display: inline-block;
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    vertical-align: top;
}

.start-btn .s-img {
    padding: 0px;
}

.inside-link {
    position: relative;
    height: 145px;
}

.inside-link .b-txt {
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, .2) 3px 3px 3px;
    text-transform: uppercase;
    font-size: 32px;
    top: 50%;
    margin: 0 auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.start-btn>.left-btn {
    background: url(../img/white-carbon.png) rgba(255, 166, 0, 0.3);
}

.start-btn .left-btn .b-txt {
    left: 0px;
    color: #fb6027;
}

.start-btn>.right-btn {
    background: url(../img/white-carbon.png) rgba(33, 168, 0, 0.3);
}

.start-btn .right-btn .b-txt {
    right: 0px;
    color: #39FF14;
}
*/


/* New button */


/*
.n-btns {
    background: url(../img/sp_bg.png);
    background-position: center top;
    background-size: cover;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

.n-btns>div {
    min-height: 140px;
    position: relative;
    padding: 3%;
    background: url(../img/white-carbon.png) rgba(0, 0, 0, 0.5);
}

.n-btns>div .b-txt {
    width: 88%;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, .2) 2px 2px 2px;
    text-transform: uppercase;
    font-size: 36px;
    top: 50%;
    margin: 0 auto;
    padding: 10px 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.r-f-btn .b-txt:hover {
    background: rgba(33, 168, 0, 0.2);
    border: 1px #39FF14 solid;
}

.l-f-btn .b-txt:hover {
    background: rgba(255, 166, 0, 0.2);
    border: 1px #fb6027 solid;
}

.l-f-btn .b-txt {
    color: #fb6027;
    background: rgba(255, 166, 0, 0.05);
    border: 1px rgba(255, 166, 0, 0.3) solid;
}

.r-f-btn .b-txt {
    color: #39FF14;
    background: rgba(33, 168, 0, 0.05);
    border: 1px rgba(33, 168, 0, 0.5) solid;
}
*/


/*
.r-f-btn {
    background: url(../img/sp_black.png) #000;
    background-repeat:no-repeat;
    background-position:right top;
}
.l-f-btn {
    background: url(../img/sp_green.png) #000;
    background-repeat:no-repeat;
    background-position:left top;
}
*/


/* Race Lab */

.page-race-lab h4 {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px;
}

.rl-orange {
    border: 1px solid #FB6027;
    border-radius: 5px;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px;
}

.rl-green {
    border: 1px solid #39FF14;
    border-radius: 5px;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px;
}

.rl-orange p,
.rl-green p {
    padding: 5px 15px;
    margin: 0px 0px 10px 0px;
}


/*.c-more {
    text-decoration: none;
    border-bottom: 1px solid #2B3798;
    color: #2B3798;
    margin-bottom: -1px;
    cursor: pointer;
}

.c-more:hover,
.c-more:visited,
.c-more:active {
    text-decoration: none !important;
    border-color: #337ab7;
    color: #337ab7;
}
*/

.popover {
    text-align: center;
    width: 80%;
}


/* Crazy Leo */

.page-crazy-leo h1 {
    color: #fb6027 !important;
}

.page-crazy-leo .crazy-leo {
    background: #fafafa;
}

.page-crazy-leo .page-header {
    border-color: #fb6027;
}

.page-crazy-leo .leo-photo>div {
    padding: 1.5rem;
    background: #eee;
}

.page-crazy-leo .leo-about {
    text-align: justify;
    padding: 1rem 2rem;
}

@media (min-width: 992px) {
    .page-crazy-leo .leo-about {
        padding: 1rem .5rem;
        padding-left: 2.5rem;
    }
}

.page-crazy-leo .leo-about p {
    line-height: 1.5;
}

.leo-timeline p {
    line-height: 1.7;
    text-align: justify;
}

.leo-timeline h4 {
    margin: 0 -15px 15px -15px;
    line-height: 40px;
    background: #efe0bf;
    padding: 0 15px;
    color: #FB6027;
    position: relative;
}

@media (min-width: 768px) {
    .leo-timeline h4 {
        display: inline-block;
        margin: 0 0 15px -15px;
    }
    .leo-timeline h4:before {
        content: '';
        line-height: 0;
        font-size: 0;
        width: 0;
        height: 0;
        border-bottom: 25px solid transparent;
        border-top: 40px solid #efe0bf;
        border-right: 25px solid transparent;
        border-left: 0px solid #efe0bf;
        position: absolute;
        top: 0px;
        right: -25px;
    }
}

.leo-timeline .tl-set {
    padding: 0 15px 10px;
    background: #bbb;
    margin-bottom: 30px;
    background: url(../img/racelab-photo-skid-marks-on-asphalt.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.page-crazy-leo .audio-block>div {
    padding: 5px 0px;
}

.page-crazy-leo .audio-block>.audio-txt {
    line-height: 2.5;
}

.page-crazy-leo .leo-about .leo-cv {
    text-align: center;
    margin-top: 15px;
}

.page-crazy-leo .leo-about .leo-cv a {
    width: 100%;
}


/* Payment */


/*#payment {
    text-align: center;
    padding: 40px;
}
*/

.alert-gray {
    border: 1px solid #ccc;
    background: #f8f8f8;
    color: #a9a9a9;
}

.col-info {
    line-height: 1.4;
    font-size: 84px;
    display: inline-block;
    vertical-align: top;
    float: left;
    color: #FFD8D9;
}


/* Pricing table */

.liner {
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 10px;
}

.video-u {
    position: relative;
}


/*
.video-u iframe {
    width:100%;

    height:150px;
}
*/

.video-u img {
    width: 100%;
}

.video-u i {
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 50px;
    line-height: 73px;
    text-indent: 10px;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    margin: 0;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pricing-table {
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 45px;
    cursor: pointer !important;
}

.package-list {
    text-align: center;
    padding: 3px 3px 125px 3px;
    margin: 0px 3px;
    vertical-align: bottom;
}

#academy-packages .s-ride {
    font-size: 15px;
}

.package-list>h4 {
    line-height: 25px;
    padding: 5px 5px;
    margin-bottom: 3px;
}

.package-list>ul {
    list-style: none;
    padding: 0px;
}

.package-list>ul>li {
    line-height: 1.7;
    padding: 5px;
    background: #F9F9F9;
    margin: 2px 0px;
}

.price-tag {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px!important;
    margin-bottom: 34px !important;
    background: none !important;
    padding: 6px !important;
}

.price-tag>div {
    width: 100%;
    font-size: 18px;
    padding: 5px 2px;
}

.gr-style,
.gr-style a {
    color: #07AC00 !important;
}

.gr-style .popover {
    color: #333 !important;
    width: 60%;
}

#adventure-packages .package-list>h4,
#adventure-packages .price-tag>div {
    background: #FFF4CF;
    color: #FB6027;
}

#adventure-packages .price-tag .btn-buy:hover {
    -webkit-box-shadow: inset 0px 0px 40px 5px rgba(255, 170, 0, 1);
    -moz-box-shadow: inset 0px 0px 40px 5px rgba(255, 170, 0, 1);
    box-shadow: inset 0px 0px 40px 5px rgba(255, 170, 0, 1);
    background: #ffeecc;
}

#adventure-packages .price-tag .btn-buy {
    color: #FB6027;
    text-shadow: 1px 1px 1px #fff;
}

#academy-packages .package-list>h4,
#academy-packages .price-tag>div {
    background: #EDFFF5;
    color: #07AC00;
}

#academy-packages .price-tag .btn-buy:hover {
    -webkit-box-shadow: inset 0px 0px 40px 5px rgba(123, 255, 0, 1);
    -moz-box-shadow: inset 0px 0px 40px 5px rgba(123, 255, 0, 1);
    box-shadow: inset 0px 0px 40px 5px rgba(123, 255, 0, 1);
    background: #f3ffcc;
}

#academy-packages .price-tag .btn-buy {
    color: #07AC00;
    text-shadow: 0px 1px 1px #fff;
}

.table-nav {
    display: block;
}

.table-nav>div {
    padding: 0px 3px 10px 3px;
}

#adventure-packages .panel {
    border-radius: 0px !important;
    margin: 20px 0px;
    border-color: #FB6027;
}

#academy-packages .panel {
    border-radius: 0px !important;
    margin: 20px 0px;
    border-color: #07AC00;
}

#adventure-packages .panel-heading {
    border-radius: 0px !important;
    background: #FFFDED !important;
    color: #FB6027 !important;
}

#academy-packages .panel-heading {
    border-radius: 0px !important;
    background: #EDFFF5 !important;
    color: #07AC00 !important;
}

.next-panel-heading {
    border-top: 1px #ddd solid !important;
}

.next-panel-heading {
    border-top: 1px #ddd solid !important;
}

.btn-detalis {
    font-size: 14px !important;
    padding: 3px 3px 2px 3px !important;
}

.synced li {
    line-height: 1.7;
    padding: 5px;
    background: rgba(255, 255, 255, 0.6);
    margin: 2px 0px;
}

.synced>div>div.package-list {
    border-radius: 3px;
    padding: 2px 2px 120px 2px;
}

#adventure-packages .synced>div>div:first-child {
    border: 1px solid #FB6027;
    background: #ffeecc;
    /*
    -webkit-box-shadow: inset 0px 0px 40px 5px rgba(255,170,0,1);
    -moz-box-shadow: inset 0px 0px 40px 5px rgba(255,170,0,1);
    box-shadow: inset 0px 0px 40px 5px rgba(255,170,0,1);
    */
}

#academy-packages .synced>div>div:first-child {
    border: 1px solid #07AC00;
    background: #f3ffcc;
    /*
    -webkit-box-shadow: inset 0px 0px 40px 5px rgba(123,255,0,1);
    -moz-box-shadow: inset 0px 0px 40px 5px rgba(123,255,0,1);
    box-shadow: inset 0px 0px 40px 5px rgba(123,255,0,1);
    */
}

.synced>div .triangle {
    visibility: visible !important;
}

.direction {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#adventure-packages .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 100px 0 100px;
    border-color: #FB6027 transparent transparent transparent;
    margin: 0px auto;
    visibility: hidden;
}

#academy-packages .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 100px 0 100px;
    border-color: #07AC00 transparent transparent transparent;
    margin: 0px auto;
    visibility: hidden;
}

.yellow-stars img {
    margin: 0px 5px;
}


/* Corporate */

.page-corporate p,
.page-private-coaching p {
    margin-bottom: 1.5rem;
}

.page-corporate .image-inside,
.page-private-coaching .image-inside {
    padding: .25rem;
}

.image-inside img {
    border-radius: 4px;
}

.page-corporate a,
.page-corporate a:hover {
    border-color: #800080;
}

.page-private-coaching a,
.page-private-coaching a:hover {
    border-color: #FB6027;
}

.page-corporate b {
    color: #800080;
}

.page-private-coaching b {
    color: #FB6027;
}


/* Gift Certificates */

.gift-certificates {
    text-align: center;
}

.gift-certificates .panel-default {
    border-color: #FB6027;
}

.gift-certificates .panel-default>div {
    background-color: #FFF4CF;
    border-color: #FFC58D;
    color: #FB6027;
    font-weight: bolder;
}

.gift-certificates .panel-default {
    text-align: center;
    font-size: 16px;
}

.gift-certificates .panel-default img {
    width: 100%;
}

.gift-certificates .panel-body {
    padding: 0px;
}

.box4 {
    text-align: justify;
    margin: 10px 0px;
    min-height: 100px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.box4 span {
    color: #fb6027;
}

.box4 h2,
.box4 h3 {
    line-height: 1.8;
}

.box4 p {
    padding: 10px;
}

.box4 a {
    padding-bottom: 1px;
    border-bottom: 1px #337ab7 solid;
}

.box4 .txt1,
.box4 .txt2 {
    font-size: 16px;
    margin: 20px 0px;
}

.box4 .txt2 {
    font-size: 18px;
}

.gift-card {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    margin: 10px auto 15px;
    padding: 0px;
}

.g-pic-part {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
}

.g-pic-part p {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: 100px;
    line-height: 1;
    margin: 20px auto;
    color: rgba(255, 255, 255, 0.75);
    vertical-align: top;
}

.g-txt-part {
    background: #F8F8F8;
    vertical-align: top;
}

.g-txt-part p {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: 20px;
    color: #888;
    text-shadow: 0px 2px 3px #666;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
    margin: 3px;
}

.payment-info-footer {
    text-align: center !important;
}

.payment-info-footer p {
    margin: 0px;
    color: #555;
    margin-top: 10px;
    font-size: 13px;
}


/* Location */


/*#location {
    margin-bottom: 50px;
    color: #fff;
}

#location h3,
#location h2 {
    text-align: center;
}

#location h2 {
    margin-bottom: 30px;
}

.lap-map {
    padding: 10px;
    background: rgba(0, 0, 0, 0.3)
}

.lap-map img {
    max-width: 100%;
}

#location>div {
    background: url(../img/track-panorama.jpg) no-repeat;
    background-size: cover;
}

.location-info {
    padding: 30px;
}*/

.share-buttons {
    margin-bottom: 20px;
    margin-top: 15px;
    min-height: 40px;
}

.media-load {
    text-align: center;
}

.media-buttons {
    text-align: right;
}

.media-buttons>* {
    vertical-align: top;
}


/* Modal contact - Contact form */


/*
.modal-open .navbar {
    margin-right: 17px !important;
}
.modal-open #dotted h1 {
    padding-right: 17px !important;
}
*/


/*
.modal-open {
    overflow: auto !important;
    overflow-x: hidden !important;
    padding-right: 0 !important;
}
.appear, .modal {
    padding-right: 0 !important;
}
.modal-body textarea {
    resize: none;
}
.modal-body {
    min-height: 112px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
*/

.statusMessage {
    display: none;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.statusMessage p {
    font-size: 16px;
}


/* Bottom contact */


/*
#contact {
    padding-bottom: 15px;
}

.fixed-contact {
    background: #111;
    border-top: 1px solid #000000;
}

.fixed-contact h2 {
    text-align: center;
    color: #ddd;
    padding-bottom: 20px;
    border-bottom: 1px solid #202020;
    margin-bottom: 30px;
}

.fixed-contact p {
    text-align: center;
    color: #ddd;
    font-size: 16px;
    margin-bottom: 20px;
}

.rl-phone {
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 19px !important;
}

.c-link, .c-link:active, .c-link:focus {
    text-decoration: none !important;
    border-bottom: 1px solid #ddd;
    color: #ddd !important;
    margin-bottom: -1px;
}

.c-link:hover, .c-link:active, .c-link:focus {
    text-decoration: none !important;
    color: #ddd !important;
    cursor: pointer;
}

.media-contact {
    font-size: 16px !important;
    line-height: 1.2;
    margin-bottom: 19px !important;
    text-transform: uppercase;
}
*/


/*
.tag {
    color: #FF6347;
}

.hotlink {
    color: #3B5998;
}

.tweet {
    color: #00ACEE;
}

.freetips {
    color: #00DBFF;
    text-transform: none;
}
*/

.p-sub {
    margin-bottom: 10px !important;
}

.sub-form {
    width: 70%;
    min-height: 35px;
    margin: 0px auto;
}

.sub-form .statusMessage {
    border-radius: 4px !important;
}

.sub-form .statusMessage p {
    padding: 5px;
    font-size: 14px !important;
    margin: 0px;
    color: #333;
}


/* Footer */


/*.footer-line {
    border-top: 1px solid #202020;
    background-color: #111;
    padding: 15px;
}

.footer-line>div>div {
    color: #777;
    margin: 0px;
}

.colored:before {
    content: '- ';
    color: #FB6027;
}

.colored:after {
    content: ' -';
    color: #39FF14;
}

.colored1:before {
    content: '- - ';
    color: #FB6027;
}

.colored1:after {
    content: ' - -';
    color: #39FF14;
}

.colored2:before {
    content: '- - - ';
    color: #FB6027;
}

.colored2:after {
    content: ' - - -';
    color: #39FF14;
}

.coming-soon {
    height: 400px;
}*/


/*
.coming-soon img {
    max-width: 100%;
    max-height: 100%;
}
*/


/*
@media only screen and (min-width: 992px) and (max-width: 1198px) {
    #top, #dotted {
        min-height: 530px !important;
    }
    #top h1 {
        font-size: 62px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #top, #dotted {
        min-height: 430px !important;
    }
    #top h1 {
        font-size: 48px;
    }
    .col-info {
        display: none;
    }
    .inside-link .b-txt {
        font-size: 2.8vw;
    }
    .n-btns>div .b-txt {
        font-size: 3.5vw;
    }
}

@media only screen and (max-width: 768px) {
    #top, #dotted {
        min-height: 330px !important;
    }
    #top h1 {
        font-size: 36px;
    }
    .col-info {
        display: none;
    }
    .inside-link .b-txt {
        font-size: 3.8vw;
    }
    .n-btns>div .b-txt {
        background: rgba(0, 0, 0, 0.5) !important;
        font-size: 22px;
    }
    .r-f-btn {
        background: url(../img/white-carbon.png) rgba(0, 0, 0, 0.5) !important;
    }
    .l-f-btn {
        background: url(../img/white-carbon.png) rgba(0, 0, 0, 0.5) !important;
    }
}

@media only screen and (max-width: 480px) {
    .inside-link .b-txt {
        display: none;
    }
}

@media only screen and (max-width: 340px) {
    .n-btns>div {
        width: 100%;
        min-height: 100px;
    }
    .n-btns>div .b-txt {
        width: 94%;
        border-radius: 0px;
        background: none !important;
        font-size: 22px;
    }
}*/


/* Navbar "hovernav" dropdown menu */


/*
@media (min-width: 768px) {
    .navbar-nav .open ul {
        display: none
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        color: #555;
        background: none
    }
    .navbar-default .navbar-nav>li:hover {
        background: #e7e7e7
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        color: #969696;
        background: none
    }
    .navbar-inverse .navbar-nav>li:hover {
        background: #080808
    }
    .navbar-nav .hovernav:hover>.dropdown-menu {
        display: block;
    }
    .navbar-nav>li>a {
        padding: 15px 11px !important;
    }
}
*/


/* Nav breakdown */


/*
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #222;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
        color: #fff;
    }
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
    .gifts {
        background: none !important;
    }
    .home-page-link img {
        display: none;
    }
    .home-page-link span:nth-child(2) {
        display: inline-block !important;
        color: #39FF14;
    }
}

*/


/* Owl Carousel CSS v1.3.3 */

#adventure-packages .table-nav .active>span,
#adventure-packages .owl-pagination .active>span {
    border: 1px solid #FB6027 !important;
    background: #eee !important;
}

#academy-packages .table-nav .active>span,
#academy-packages .owl-pagination .active>span {
    border: 1px solid #07AC00 !important;
    background: #eee !important;
}

#package-info .owl-item {
    padding: 0px 3px !important;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Owl Carousel - Base */

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center
}

#custom-pagination-container {
    padding: 6px;
}

#custom-pagination-container .owl-page {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

#custom-pagination-container .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

#custom-pagination-container .owl-page.active span,
#custom-pagination-container .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}


/* Huge button */

.button {
    margin-bottom: 50px;
    font-size: 22px;
    max-width: 100%;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    text-decoration: none !important;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    cursor: pointer;
    padding: 10px 20px;
    background-repeat: no-repeat;
    background-image: url('../img/button_bg.png');
    background-position: bottom left, top right, 0 0, 0 0;
    background-clip: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 1px #fff inset;
    -webkit-box-shadow: 0 0 1px #fff inset;
    box-shadow: 0 0 1px #fff inset;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}

.button:hover {
    background-position: top left;
    background-position: top left, bottom right, 0 0, 0 0;
}

.button:active {
    bottom: -1px;
}


/* Green Button */

.green.button {
    color: #345903 !important;
    border: 1px solid #96a37b !important;
    background-color: #79be1e;
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162, 211, 30, 1) 0, rgba(162, 211, 30, 0) 100px), -moz-linear-gradient(#82cc27, #74b317);
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162, 211, 30, 1)), to(rgba(162, 211, 30, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
}

.green.button:hover {
    background-color: #89d228;
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183, 229, 45, 1) 0, rgba(183, 229, 45, 0) 100px), -moz-linear-gradient(#90de31, #7fc01e);
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183, 229, 45, 1)), to(rgba(183, 229, 45, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
}


/* Orange Button */

.orange.button {
    color: #693e0a !important;
    border: 1px solid #bea280 !important;
    background-color: #e38d27;
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232, 189, 45, 1) 0, rgba(232, 189, 45, 0) 100px), -moz-linear-gradient(#f1982f, #d4821f);
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232, 189, 45, 1)), to(rgba(232, 189, 45, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}

.orange.button:hover {
    background-color: #ec9732;
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241, 192, 52, 1) 0, rgba(241, 192, 52, 0) 100px), -moz-linear-gradient(#f9a746, #e18f2b);
    background-image: url('../img/button_bg.png'), url('../img/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241, 192, 52, 1)), to(rgba(241, 192, 52, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}


/* Audio player - HTML5 */

.audioplayer {
    height: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333;
    background: -webkit-gradient( linear, left top, left bottom, from( #444), to( #222));
    background: -webkit-linear-gradient( top, #444, #222);
    background: -moz-linear-gradient( top, #444, #222);
    background: -ms-radial-gradient( top, #444, #222);
    background: -o-linear-gradient( top, #444, #222);
    background: linear-gradient( top, #444, #222);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.audioplayer-mini {
    width: 2.5em;
    margin: 0 auto;
}

.audioplayer>div {
    position: absolute;
}

.audioplayer-playpause {
    width: 2.5em;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1);
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #222;
}

.audioplayer-playpause a {
    display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em;
}

.audioplayer-playing .audioplayer-playpause a {
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em;
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
    left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
    right: 0;
}

.audioplayer-time {
    width: 4.375em;
    height: 100%;
    line-height: 2.375em;
    text-align: center;
    z-index: 2;
    top: 0;
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25);
    left: 2.5em;
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1);
    right: 2.5em;
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0;
}

.audioplayer-bar {
    height: 0.875em;
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em;
    left: 6.875em;
    margin-top: -0.438em;
}

.audioplayer-novolume .audioplayer-bar {
    right: 4.375em;
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1;
}

.audioplayer-bar-played {
    background: #007fd1;
    background: -webkit-gradient( linear, left top, right top, from( #007fd1), to( #c600ff));
    background: -webkit-linear-gradient( left, #007fd1, #c600ff);
    background: -moz-linear-gradient( left, #007fd1, #c600ff);
    background: -ms-radial-gradient( left, #007fd1, #c600ff);
    background: -o-linear-gradient( left, #007fd1, #c600ff);
    background: linear-gradient( left, #007fd1, #c600ff);
    z-index: 2;
}

.audioplayer-volume {
    width: 2.5em;
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25);
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
    background-color: #222;
}

.audioplayer-volume-button {
    width: 100%;
    height: 100%;
}

.audioplayer-volume-button a {
    width: 0.313em;
    height: 0.375em;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -0.25em;
    margin-top: -0.5em;
}


/*
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    width: 0.313em;
    height: 0.313em;
    border: 0.25em double #fff;
    border-width: 0.25em 0.25em 0 0;
    left: 0.563em;
    top: -0.063em;
    -webkit-border-radius: 0 0.938em 0 0;
    -moz-border-radius: 0 0.938em 0 0;
    border-radius: 0 0.938em 0 0;
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
    transform: rotate( 45deg);
}
*/

.audioplayer-volume-adjust {
    height: 6.25em;
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #222;
    background: -webkit-gradient( linear, left top, left bottom, from( #444), to( #222));
    background: -webkit-linear-gradient( top, #444, #222);
    background: -moz-linear-gradient( top, #444, #222);
    background: -ms-radial-gradient( top, #444, #222);
    background: -o-linear-gradient( top, #444, #222);
    background: linear-gradient( top, #444, #222);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%;
}

.audioplayer-volume-adjust>div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
    background: -webkit-gradient( linear, left bottom, left top, from( #007fd1), to( #c600ff));
    background: -webkit-linear-gradient( bottom, #007fd1, #c600ff);
    background: -moz-linear-gradient( bottom, #007fd1, #c600ff);
    background: -ms-radial-gradient( bottom, #007fd1, #c600ff);
    background: -o-linear-gradient( bottom, #007fd1, #c600ff);
    background: linear-gradient( bottom, #007fd1, #c600ff);
}

.audioplayer-novolume .audioplayer-volume {
    display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow( 1px 1px 0 #000);
    -moz-filter: drop-shadow( 1px 1px 0 #000);
    -ms-filter: drop-shadow( 1px 1px 0 #000);
    -o-filter: drop-shadow( 1px 1px 0 #000);
    filter: drop-shadow( 1px 1px 0 #000);
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.audioplayer-bar,
.audioplayer-volume-adjust>div {
    -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
    -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
    box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
}

.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}


/* Fixed social media */


/*.media-links {
    margin-bottom: 20px;
    text-align: center;
}

.media-links>a {
    margin: 0px 5px;
}

.media-links img {
    width: 32px;
    height: 32px;
}
*/


/* Sticky - Fixed social media */


/*.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -119px;
    top: 35%;
    width: 160px;
}
*/


/*
.sticky {
    padding: 0;
}

.sticky li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.sticky li:hover {
    margin-right: -95px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.sticky li img {
    float: right;
    margin: 5px 5px;
    margin-left: 10px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;
    color: #eee;
    line-height: 43px;
    text-align: right;
}

.sticky li a, .sticky li a:hover {
    text-decoration: none !important;
}

*/


/* Rangeslider (packages page) */

.active-range {
    display: none !important;
}

.pre-slide-to {
    float: none;
    margin: 0px auto;
    margin-bottom: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.slide-to {
    height: 34px;
    border-radius: 4px;
    float: none;
    margin: 0px auto;
    padding: 0px 3px;
    width: 98%;
    display: none;
}

#adventure-packages .slide-to {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 0px 40px 5px rgba(255, 170, 0, 1);
    -moz-box-shadow: inset 0px 0px 40px 5px rgba(255, 170, 0, 1);
    box-shadow: inset 0px 0px 40px 5px rgba(255, 170, 0, 1);
    background: #ffeecc;
}

#academy-packages .slide-to {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 0px 40px 5px rgba(123, 255, 0, 1);
    -moz-box-shadow: inset 0px 0px 40px 5px rgba(123, 255, 0, 1);
    box-shadow: inset 0px 0px 40px 5px rgba(123, 255, 0, 1);
    background: #f3ffcc;
}

.rangeslider,
.rangeslider__fill {
    display: block;
}

.rangeslider {
    position: relative;
}

.rangeslider--horizontal {
    width: 100%;
    height: 34px;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    position: absolute;
    background-size: 100%;
    border-radius: 4px;
    z-index: 1;
}

.rangeslider__handle:after,
.rangeslider--horizontal:after {
    color: #A7A7A7;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 16px;
}

@media only screen and (min-width: 992px) {
    .rangeslider__handle:after {
        /*        content: "❬❬❬ SLIDE ME ❭❭❭"; */
        content: "SLIDE ME";
        margin: 4px auto;
        z-index: 1;
    }
}

@media only screen and (max-width: 991px) {
    .rangeslider__handle:after {
        content: '❭❭❭';
        margin: 0 auto;
        font-size: 24px;
        line-height: 24px;
    }
    .rangeslider--horizontal:after {
        content: "SLIDE ME";
        margin: 8px auto;
        z-index: 0;
    }
}

.rangeslider__handle:active {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
}

.rangeslider--horizontal .rangeslider__handle {
    top: 3px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


/***************/

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #F7F7F7 url(../img/preloader.gif) no-repeat center;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 9ms;
}


/***************/

.share-block {
    margin-bottom: 30px;
}

.ya-share2__badge {
    border-radius: 3px !important;
}

.ya-share2__badge,
.ya-share2__icon {
    width: 32px !important;
    height: 32px !important;
}

.ya-share2__icon {
    background-size: 32px 32px !important;
}

.ya-share2__item {
    margin-right: 10px !important;
}

.ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 0px !important;
}


/*********** banner form ************/


/**
 * MUI Buttons
 */

.mui-btn {
    -webkit-animation-duration: 0.0001s;
    animation-duration: 0.0001s;
    -webkit-animation-name: mui-node-inserted;
    animation-name: mui-node-inserted;
    /*  font-weight: 500;
*/
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    background-color: #FFF;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    height: 36px;
    padding: 0 26px;
    margin-top: 6px;
    margin-bottom: 6px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    letter-spacing: 0.03em;
    position: relative;
    overflow: hidden;
}

.mui-btn:hover,
.mui-btn:focus,
.mui-btn:active {
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
}

.mui-btn[disabled]:hover,
.mui-btn[disabled]:focus,
.mui-btn[disabled]:active {
    color: rgba(0, 0, 0, 0.87);
    background-color: #FFF;
}

.mui-btn.mui-btn--flat {
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent;
}

.mui-btn.mui-btn--flat:hover,
.mui-btn.mui-btn--flat:focus,
.mui-btn.mui-btn--flat:active {
    color: rgba(0, 0, 0, 0.87);
    background-color: #f2f2f2;
}

.mui-btn.mui-btn--flat[disabled]:hover,
.mui-btn.mui-btn--flat[disabled]:focus,
.mui-btn.mui-btn--flat[disabled]:active {
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent;
}

.mui-btn:hover,
.mui-btn:focus,
.mui-btn:active {
    outline: 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
}

.mui-btn:hover,
.mui-btn:focus {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mui-btn:hover,
    .mui-btn:focus {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    }
}

.mui-btn:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mui-btn:active {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }
}

.mui-btn:disabled,
.mui-btn.mui--is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.60;
    box-shadow: none;
}

.mui-btn+.mui-btn {
    margin-left: 8px;
}

.mui-btn--flat {
    background-color: transparent;
}

.mui-btn--flat:hover,
.mui-btn--flat:focus,
.mui-btn--flat:active {
    box-shadow: none;
    background-color: #f2f2f2;
}

.mui-btn--raised,
.mui-btn--fab {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mui-btn--raised,
    .mui-btn--fab {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    }
}

.mui-btn--raised:active,
.mui-btn--fab:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mui-btn--raised:active,
    .mui-btn--fab:active {
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12), -1px 0px 2px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }
}

.mui-btn--fab {
    position: relative;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    z-index: 1;
}

.mui-btn--primary {
    color: #FFF;
    background-color: #2196F3;
}

.mui-btn--primary:hover,
.mui-btn--primary:focus,
.mui-btn--primary:active {
    color: #FFF;
    background-color: #39a1f4;
}

.mui-btn--primary[disabled]:hover,
.mui-btn--primary[disabled]:focus,
.mui-btn--primary[disabled]:active {
    color: #FFF;
    background-color: #2196F3;
}

.mui-btn--primary.mui-btn--flat {
    color: #2196F3;
    background-color: transparent;
}

.mui-btn--primary.mui-btn--flat:hover,
.mui-btn--primary.mui-btn--flat:focus,
.mui-btn--primary.mui-btn--flat:active {
    color: #2196F3;
    background-color: #f2f2f2;
}

.mui-btn--primary.mui-btn--flat[disabled]:hover,
.mui-btn--primary.mui-btn--flat[disabled]:focus,
.mui-btn--primary.mui-btn--flat[disabled]:active {
    color: #2196F3;
    background-color: transparent;
}

.mui-btn--dark {
    color: #FFF;
    background-color: #424242;
}

.mui-btn--dark:hover,
.mui-btn--dark:focus,
.mui-btn--dark:active {
    color: #FFF;
    background-color: #4f4f4f;
}

.mui-btn--dark[disabled]:hover,
.mui-btn--dark[disabled]:focus,
.mui-btn--dark[disabled]:active {
    color: #FFF;
    background-color: #424242;
}

.mui-btn--dark.mui-btn--flat {
    color: #424242;
    background-color: transparent;
}

.mui-btn--dark.mui-btn--flat:hover,
.mui-btn--dark.mui-btn--flat:focus,
.mui-btn--dark.mui-btn--flat:active {
    color: #424242;
    background-color: #f2f2f2;
}

.mui-btn--dark.mui-btn--flat[disabled]:hover,
.mui-btn--dark.mui-btn--flat[disabled]:focus,
.mui-btn--dark.mui-btn--flat[disabled]:active {
    color: #424242;
    background-color: transparent;
}

.mui-btn--danger {
    color: #FFF;
    background-color: #F44336;
}

.mui-btn--danger:hover,
.mui-btn--danger:focus,
.mui-btn--danger:active {
    color: #FFF;
    background-color: #f55a4e;
}

.mui-btn--danger[disabled]:hover,
.mui-btn--danger[disabled]:focus,
.mui-btn--danger[disabled]:active {
    color: #FFF;
    background-color: #F44336;
}

.mui-btn--danger.mui-btn--flat {
    color: #F44336;
    background-color: transparent;
}

.mui-btn--danger.mui-btn--flat:hover,
.mui-btn--danger.mui-btn--flat:focus,
.mui-btn--danger.mui-btn--flat:active {
    color: #F44336;
    background-color: #f2f2f2;
}

.mui-btn--danger.mui-btn--flat[disabled]:hover,
.mui-btn--danger.mui-btn--flat[disabled]:focus,
.mui-btn--danger.mui-btn--flat[disabled]:active {
    color: #F44336;
    background-color: transparent;
}

.mui-btn--accent {
    color: #FFF;
    background-color: #FF4081;
}

.mui-btn--accent:hover,
.mui-btn--accent:focus,
.mui-btn--accent:active {
    color: #FFF;
    background-color: #ff5a92;
}

.mui-btn--accent[disabled]:hover,
.mui-btn--accent[disabled]:focus,
.mui-btn--accent[disabled]:active {
    color: #FFF;
    background-color: #FF4081;
}

.mui-btn--accent.mui-btn--flat {
    color: #FF4081;
    background-color: transparent;
}

.mui-btn--accent.mui-btn--flat:hover,
.mui-btn--accent.mui-btn--flat:focus,
.mui-btn--accent.mui-btn--flat:active {
    color: #FF4081;
    background-color: #f2f2f2;
}

.mui-btn--accent.mui-btn--flat[disabled]:hover,
.mui-btn--accent.mui-btn--flat[disabled]:focus,
.mui-btn--accent.mui-btn--flat[disabled]:active {
    color: #FF4081;
    background-color: transparent;
}

.mui-btn--small {
    height: 30.6px;
    line-height: 30.6px;
    padding: 0 16px;
    font-size: 13px;
}

.mui-btn--large {
    height: 54px;
    line-height: 54px;
    padding: 0 26px;
    font-size: 14px;
}

.mui-btn--fab.mui-btn--small {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.mui-btn--fab.mui-btn--large {
    width: 75px;
    height: 75px;
    line-height: 75px;
}


/**/

.banner-step {
    display: none;
    text-align: center;
}

.banner-step a,
.banner-step a {
    font-weight: 400;
}

.bs-1 {
    display: block;
}

.bannerModal .modal-body {
    padding-bottom: 6px;
}

.bannerModal .massages {
    padding-bottom: 15px;
}

.bannerModal .b-7 {
    min-height: 275px;
}

@media (max-width: 767px) {
    .bannerModal .modal-dialog {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
    }
}

.banner-step>div {
    text-align: center;
}

.banner-step .btn {
    margin-bottom: 10px;
    white-space: normal !important;
    position: relative;
    height: 100%;
}

.banner-step .btn>.vertical-align {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-step p {
    text-align: center;
    font-size: 17px;
}

.before-footer {
    border-top: 1px solid #e5e5e5;
    padding: 5px 15px 0 15px;
    margin-top: 5px;
    text-align: center;
}

.btn-custom,
.banner-step .form-control {
    border: 1px solid #ECECEC;
    display: inline-block;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-custom:hover,
.banner-step .form-control:active,
.banner-step .form-control:focus,
.banner-step .form-control:hover {
    color: #FF6700;
    background: none;
    border: 1px solid #FF6700;
}

.btn-gray,

/*.call-me {
    color: #777;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray:visited,
.call-me:hover,
.call-me:focus,
.call-me:active,
.call-me:visited {
    color: #444;
    background: none;
}*/

.mui-btn--orange {
    color: #222;
    background-color: rgba(214, 214, 214, 0.25);
}

.mui-btn--orange:active,
.mui-btn--orange:focus,
.mui-btn--orange:hover {
    background: rgba(255, 206, 0, 0.2);
    color: #FB6027;
}

.mui-btn--custom-size {
    min-height: 50px;
    height: auto;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    white-space: normal;
}

@media (max-width: 768px) {
    .mui-btn--custom-size {
        padding: 10px;
        line-height: 2;
    }
    .btn-gray {
        height: auto;
        padding: 0 15px;
        white-space: normal;
    }
}

.mui-btn--step {
    height: auto;
    line-height: 2;
    font-size: 16px;
    white-space: normal;
    padding: 10px 25px;
}

.mui-btn--step div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner-step .mui-btn+.mui-btn {
    margin-left: 0;
}

.banner-step .btn-block+.btn-block {
    margin-top: 8px;
}

.mui-textfield input:focus {
    border-color: #FF8600;
}


/*******************************************/

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-justify {
        text-align: justify;
    }
}

fieldset {
    border: none !important;
}


/* locations */


/*
.content-locations {
    margin-bottom: 3rem;
}

.content-locations p,
.content-locations ul {
    font-size: 15px;
    line-height: 1.7;
}

.location {
    padding: 15px 0;
    background-image: url('/content/images/bg-locations-map.jpg');
    background-size: cover;
}

.location:nth-child(odd) {
    background-position: bottom;
}

.location+.location {
    margin-top: 40px;
}

.location h2 {
    display: inline-block;
    line-height: 50px;
    background: #efe0bf;
    padding: 0 30px 0 25px;
    color: #FB6027;
    position: relative;
}

@media (min-width: 992px) {
    .location h2 {
        margin-top: 0;
        margin-right: -15px;
    }
}

.location h2:before {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid transparent;
    border-top: 50px solid #efe0bf;
    border-left: 25px solid transparent;
    border-right: 0px solid #efe0bf;
    position: absolute;
    top: 0px;
    left: -25px;
}*/