body {
    padding: 0 3%;
}

a {
    color: #B39C3E;
}

a:hover {
    color: #999;
}

img.sp-default-logo {
    width: 150px;
}

header > div > div {
    z-index: 99999 !important;
}

#sp-header > .container {
    width: 80%;
}

#sp-header {
    box-shadow: none !important;
    z-index: 99999;
    position: fixed;
    display: block;
    float: left;
    width: 100%;
}

div#sp-menu {
    margin-top: 2%;
}

.sp-megamenu-parent >li >a {
    line-height: 5px;
}

.sp-megamenu-parent >li.active>a,.sp-megamenu-parent >li:hover>a {
    color: #b39c3e;
}

.sp-menu-item::before {
    content: "/";
}

.sp-menu-item:first-child:before {
    content: " ";
}

#sp-page-builder .page-content .sppb-section:first-child {
    margin-top: -80px;
}

.parallax {
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    background-color: #B39C3E;
}

.parallax .bg__foo {
    height: 100vh;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    position: relative;
    background-image: url(../../../images/1-home.jpg);
}

.parallax .bg__bar {
    background-image: url(../../../images/2-home.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.parallax .bg__baz {
    background-image: url(../../../images/3-home.png);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.title-parallax-left {
    font-size: 10vh;
    color: #fff;
    position: relative;
    top: 36vh;
    left: 14%;
    display: inline;
}

.text-parallax-left {
    font-size: 5vh;
    color: #fff;
    position: relative;
    top: 36vh;
    left: 14%;
    font-family: Jura,sans-serif;
    display: inline;
}

.title-parallax-right {
    font-size: 10vh;
    color: #fff;
    position: relative;
    top: 36vh;
    right: 14%;
    display: inline;
    float: right;
}

.text-parallax-right {
    font-size: 5vh;
    color: #fff;
    position: relative;
    top: 45vh;
    left: 21vh;
    font-family: Jura,sans-serif;
    display: inline;
    float: right;
}

.button-explore-left {
    background: #B39C3E;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    height: 36px;
    margin-left: 15px;
    padding: 5px 9px 0;
    border-radius: 0 0 0 0;
    border-color: transparent;
    float: left;
    font-family: Jura,sans-serif;
}

.button-explore-left:hover {
    background: #B39C3E;
    color: #f1f1f1;
    border-color: #B39C3E;
}

.button-explore-left::before {
    content: "";
    float: left;
    margin: -6px 0 0 -25px;
    border-left: 15px solid transparent;
    border-bottom: 36px solid #B39C3E;
    height: 0;
}

.button-explore-left::after {
    content: "";
    float: right;
    margin: -6px -25px 0 0;
    border-left: 15px solid #B39C3E;
    border-bottom: 36px solid transparent;
    height: 0;
}

.button-explore {
    background: #B39C3E;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    height: 36px;
    margin-left: 15px;
    padding: 5px 9px 0;
    border-radius: 0 0 0 0;
    border-color: transparent;
    float: right;
    font-family: Jura,sans-serif;
}

.button-explore:hover {
    background: #B39C3E;
    color: #f1f1f1;
    border-color: #B39C3E;
}

.button-explore::before {
    content: "";
    float: left;
    margin: -6px 0 0 -25px;
    border-left: 15px solid transparent;
    border-bottom: 36px solid #B39C3E;
    height: 0;
}

.btn-primary {
    border-color: #CCA349;
    background-color: #CCA349;
}

.btn {
    border: 0 solid rgba(0,0,0,0);
    border-radius: 0;
}

.btn-primary:hover {
    border-color: #CCA349;
    background-color: #CCA349;
}

.button-explore::after {
    content: "";
    float: right;
    margin: -6px -25px 0 0;
    border-left: 15px solid #B39C3E;
    border-bottom: 36px solid transparent;
    height: 0;
}

.second-section {
    margin: 100px 0 !important;
    max-height: 300px !important;
}

.video-home {
    margin: auto;
}

.page-content,#sp-bottom {
    background: #f5f5f5;
/* --Gradient-background-- */
/*
background: rgb(255,255,255);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 35%, rgba(237,237,237,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 35%,rgba(237,237,237,1) 100%); 
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 35%,rgba(237,237,237,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); 
*/
}

.third-section {
    transform: skewY(4deg);
}

.fourth-section {
    margin: 150px 0 !important;
    max-height: 300px !important;
}

.fifth-section {
    transform: skewY(-4deg);
}

.sixth-section {
    margin: 150px 0 !important;
    max-height: 300px !important;
}

.seventh-section {
    transform: skewY(4deg);
}

.parallax-page-title {
}

#sp-footer {
    background: #fff;
    color: #3d4548;
}

.sp-module ul >li >a:before {
    content: '/';
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:before {
    content: ' ';
}

.sp-module ul >li >a:hover {
    color: #B39C3E;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #B39C3E;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
    text-transform: uppercase;
    font-size: 13px;
}

.contact-info {
    margin-left: 20px;
}

.title-skew {
    font-size: 9vh;
    border-bottom: 3px solid #C2B59B;
    padding-bottom: 5px;
}

.title-page-skew {
    font-size: 6vh !important;
    padding-bottom: 5px;
    margin-top: 25%;
}

.sppb-btn {
    background: #B39C3E;
    color: #fff;
    text-decoration: none;
    font-size: 20px !important;
    display: inline-block;
    height: 36px;
    margin-left: 15px;
    padding: 5px 9px 0;
    border-radius: 0 0 0 0;
    border-color: transparent;
    float: left;
    font-family: Jura,sans-serif !important;
}

.sppb-btn:hover {
    background: #B39C3E;
    color: #f1f1f1;
    border-color: #B39C3E;
}

.sppb-btn::before {
    content: "";
    float: left;
    margin: -6px 0 0 -25px;
    border-left: 15px solid transparent;
    border-bottom: 36px solid #B39C3E;
    height: 0;
}

.sppb-btn::after {
    content: "";
    float: right;
    margin: -6px -25px 0 0;
    border-left: 15px solid #B39C3E;
    border-bottom: 36px solid transparent;
    height: 0;
}

#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    font-size: 26px;
}

.sppb-form-control {
    border-radius: 0;
}

input.sppb-form-control {
    border-radius: 0;
}

.sp-copyright {
    font-family: Jura,sans-serif !important;
}

.diagonal:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -93px;
    display: block;
    position: absolute;
    width: 2560px;
    text-align: center;
    left: 50%;
    margin-left: -1280px;
    border-style: inset;
}

.dRight:before {
    border-width: 93px 0 0 2560px;
    border-color: #f5f5f5 #F5F5F5;
    border-left-style: solid !important;
}

#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: inline-block;
    max-width: 80%;
    font-family: Jura,sans-serif;
    margin-top: 10px;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 42px;
    line-height: 52px;
    border-bottom: 2px solid #B39C3E;
    width: 30%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.parallax-fitness-page {
    -moz-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

.cta {
    font-family: Jura,sans-serif;
    font-size: 1.7vw;
    color: #f1f1f1;
}

.sppb-addon.sppb-addon-module.explore-module > div > h3 {
    margin-left: 10px;
}

.sppb-addon.sppb-addon-module.explore-module > div > h3 {
    margin-left: 10px;
    padding: 10px 0;
    border-bottom: 2px solid #B39C3E;
}

.menu > li > a {
    color: #3d4548;
    font-size: 16px;
}

.nav>li>a:hover,.nav>li>a:focus {
    background: transparent;
    color: #B39C3E;
}

.sp-module ul >li >a {
    color: #000;
    font-size: 14px;
}

.sp-module .latestnews >div >a:hover {
    color: #B39C3E;
}

.sppb-nav-tabs > li.active > a,.sppb-nav-tabs > li.active > a:hover,.sppb-nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgba(0,0,0,0);
    cursor: default;
    background: #B39C3E;
    border-radius: 0;
}

.sppb-panel-default > .sppb-panel-heading {
    color: #fff;
    background-color: #B39C3E;
    border-color: #ddd;
    border-radius: 0 !important;
}

section.sppb-section.header-video {
    margin-top: -20% !important;
    position: relative;
}

.buttons-video {
    position: absolute;
    bottom: 10%;
    z-index: 99999;
    right: 5%;
}

.mute {
    background-image: url(http://valedesport.com/images/yes-volume.png);
    border: none;
    width: 32px;
    height: 32px;
    background-color: transparent;
    text-indent: -9999px;
    float: left;
}

.unmute {
    background-image: url(http://valedesport.com/images/no-volume.png);
    border: none;
    width: 32px;
    height: 32px;
    background-color: transparent;
    text-indent: -9999px;
    float: left;
}

.play {
    background-image: url(http://valedesport.com/images/play.png);
    border: none;
    width: 32px;
    height: 32px;
    background-color: transparent;
    text-indent: -9999px;
    float: left;
    margin-right: 10px;
}

.pause {
    background-image: url(http://valedesport.com/images/pause.png);
    border: none;
    width: 32px;
    height: 32px;
    background-color: transparent;
    text-indent: -9999px;
    float: left;
    margin-right: 10px;
}

.stop {
    background-image: url(http://valedesport.com/images/stop.png);
    border: none;
    width: 32px;
    height: 32px;
    background-color: transparent;
    text-indent: -9999px;
    float: left;
    margin: 0 10px;
}

.form-horizontal .control-label {
    width: 200px;
    font-weight: 600;
    margin-right: 5px;
}

/*
.last-menu::before {
    content: "";
    float: left;
    margin: -6px 0 0 -15px;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 36px solid #B39C3E;
    height: 0px;
}

.last-menu::after {
    content: "";
    float: right;
    margin: -6px -15px 0 0;
    border-left: 15px solid #B39C3E;
    border-bottom: 36px solid rgba(0, 0, 0, 0);
    height: 0px; 
}*/
#offcanvas-toggler {
        display: none;
    }
@media screen and (max-width: 1120px) {
    body {
        padding: 0;
    }

    #sp-header {
        box-shadow: 0 0 0;
        z-index: 9999;
    }

    #offcanvas-toggler {
        display: block;
    }

    .sp-megamenu-parent {
        display: none;
    }

    #sp-page-builder .sppb-section-title .sppb-title-heading {
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    body {
        padding: 0;
    }

    #sp-logo {
        width: 50%;
    }

    .title-parallax-left,.title-parallax-right {
        font-size: 11vw;
    }

    .text-parallax-left,.text-parallax-right {
        font-size: 5vw;
    }

    .title-parallax-right {
        top: 30%;
        left: 14%;
        float: left;
    }

    .text-parallax-right {
        top: 28%;
        left: 15%;
        float: left;
    }

    #sp-page-builder .sppb-section-title .sppb-title-heading {
        width: 100%;
    }

    .sppb-btn {
        margin-bottom: 40px;
    }

    .fourth-section{
        margin-top: 60% !important;
    }
  
  	.fifth-section {
        margin-top: 50% !important;
    }

    h3.sp-module-title {
        margin-top: 20px !important;
    }

    #sp-header {
        box-shadow: 0 0 0;
        z-index: 9999;
    }

    .aikon-parallax-outer-container {
        height: 40vh !important;
    }

    .mobile-section {
        margin-top: 120px !important;
    }

    .sppb-nav-tabs > li {
        float: none;
    }

    h3.sppb-addon-title {
        clear: both;
    }

    .cta {
        font-size: 30px;
        padding-bottom: 40px;
    }

    .cta-section {
        padding: 40px 0 0 !important;
    }

    .form-horizontal .controls {
        margin-left: 20px;
    }

    .form-horizontal .control-label {
        float: none;
        width: inherit;
        padding-top: 5px;
        text-align: right;
    }

    label.checkbox.inline {
        display: block;
        margin-left: 10px;
    }

    .control-group.rsform-block.rsform-block-date {
        margin-left: 0 !important;
    }
  #sp-bottom {
    padding: 170px 0 !important;
  }
}