@font-face {
    font-family: icomoon;
    src: url(../font/icomoon.woff);
}
.ci {
    font-family: icomoon;
    font-style: normal;
}
.ci-nat:before {
    content: "\e911";
    font-size: 70%;
}
.ci-velo:before {
    content: "\e913";
}
.ci-cap:before {
    content: "\e912";
    font-size: 120%;
}
.ci-coach:before {
    content: "\e908";
    font-size: 120%;
}

.bold {
    font-weight: bold;
}

.row {
    margin-right: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.w-150 { width: 150px !important; }
.w-350 { width: 350px !important; }
.w-full{ width: 100%  !important;  }
.btn-large {
    height: 40px;
    line-height: 40px;
}
section {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    padding: 1px !important;
}

img.logo {
    max-width: 300px !important;
    height:80px !important;
    display: block;
}

.btn-gutai-blue {
    background-color: #006eff;
    font-weight: 400 !important ;
    text-transform: unset !important;
}

.btn-gutai-green {
    background-color: #03ffec;
    font-weight: 400 !important ;
    text-transform: unset !important;
    color: black;
}

.btn-gutai-pink {
    background-color: #f4115e;
    font-weight: 400 !important ;
    text-transform: unset !important;
}

#website-body {
    background-color: black;
}

#website-header-mobile {
    text-align: center;
}
#website-header-mobile a {
    display: block;
    margin: auto;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
}


div.header-wrap {
    width: 100%;
    min-height: 760px;
}
div.header-wrap #before_main_content {

    padding-left: 60px;
    padding-right: 60px;
    padding-top: 160px;
}

#pricing-wrap {
    background-image: url("../images/website/athlete/background-pricing.png");
    background-repeat: no-repeat;
    background-size: contain;
}


#public-tp-cycling {
    background-image: url("../images/training_program/cycling.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#public-tp-trail {
    background-image: url("../images/training_program/trail.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#public-tp-running {
    background-image: url("../images/training_program/running.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#public-tp-triathlon {
    background-image: url("../images/training_program/triathlon.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.home-header-wrap {
    background-image: url("../images/website/home/home-tools.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.home-header-logo-wrap {
    background-image: url("../images/website/home/home-logo-mini-gutai.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#recommandations {
    background-image: url("../images/website/athlete/background-cycling-ascent.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.author {
    font-family: caprina;
    text-transform: uppercase;
    font-size: 12px;
}

.responsive-padding {
    padding: 60px;
}

#website-footer {
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
}
#website-footer a {
    color: white;
}

#website-header {
    opacity: 1;
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: right;
    padding-right: 40px;
    vertical-align: top;
}

#website-header-logo {
    background-image: url("../images/logos/logo_gutai_white.png");
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 40px;
    width: 160px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 0%;

}

.header-menu {
    font-size: 16px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color:white !important;
}


.gutai-gradient-color {
    background: linear-gradient(to right, #03ffec 0%, #006eff 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.header-locale-selector {*/
    /*width: 90px !important;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: -15px;*/
    /*right: 40px;*/
/*}*/

.video-fullscreen {
    width: 100%;
}

.footer-menu {
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 15px;
    margin-bottom: 20px;
}
.footer-menu #social-media {
    text-align: center;
    font-size: 30px;
}
.footer-menu #social-media a {
    padding: 5px;
}

.footer-menu-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}



@media only screen and (min-width: 440px) {
    div.header-wrap {
        min-height: inherit;
    }
}

@media only screen and (max-width: 440px) {
    div.header-wrap {
        min-height: inherit !important;
    }
    .author {
        text-align:center;
    }
}

@media only screen and (min-width: 768px) {
    #pricing-wrap {
        background-size: cover;
    }
}

@media only screen and (min-width: 440px) and (max-width: 768px) {

    .footer-menu {
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center;
        /*font-size: 15px;*/
        /*margin-bottom: 20px;*/
    }
}

@media only screen and (max-width: 768px) {
    .responsive-padding {
        padding: 20px;
    }
}



