/* GENERAL */
* {
    outline: none !important;
}

html, body {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	color: #000;
    min-height: 100vh
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

strong, b {
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Ubuntu Condensed'
}

a {
	color: #000;
	text-decoration: none !important;
	outline: none;
}

a:visited {
	color: #000
}

a:hover, a:active {
	color: #000;
}

/*.gfield_label {
    display: none !important;
}*/

/*body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}*/

.form-control.error {
    border: 1px solid #da2129;
}

/*.gform_body,
.gform_footer {
    border:none !important;
    padding: 0px !important;
}*/

.gform_button {
    font-weight: normal !important;
}

.checkbox .error a {
    color: #da2129;
}

/* HEADER */

#spacer {height: 135px; }

.navbar {
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
    box-shadow: 0px 1px 2px 0px #ddd;
}

.navbar-brand {
    padding: 5px;
}

.navbar .navbar-brand img {
    height: 100px;
}

.navbar .navbar-brand,
.navbar .navbar-brand img,
.navbar .navbar-nav > li > a {
    -ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}

h1 {
    color: #da2128;
}

/*#home-header {background: url( img/common/bg-home.jpg ) no-repeat transparent 0 0;background-size: cover;height: 100vh }*/

#home-header {
    display: flex;
    align-items: center;
}

.parallax-window {
    min-height: 100vh;
    background: transparent;
    position: relative;
}

/* < Medium */
@media(max-width:991px) {
    .parallax-window {
        min-height: 50vh;
    }

    #home-header .container {
        width:100%;
    }
}

#page-header {background: url( img/common/bg-page.jpg ) no-repeat transparent right top;background-size: cover; }

#page-header-big {background-repeat:  no-repeat;background-color:  transparent;background-position: right top;background-size: cover;height: 100vh }

/* FOOTER */

#footer {
    font-size: 11px;
    border-top: 1px solid #dcdcdc;
}

#footer a {color: #da2128;}

#footer .privacy {font-size: 1.2em;}


#footer-datas {
    margin-top: 7px;
}

.social-list {
    list-style: none;
	float: right;
}

.social-list li {
	float: left;
}

.social-list li i {
    width: 30px;
    text-align: center;
    background-color: #333;
    color: #fff;
    height:30px;
    line-height: 30px;
    margin: 0px 0px 0px 5px;
    font-size: 16px;
}

.social-list.top li i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    display: block;
}

@media(min-width:992px) {
    .academy-header {
        position:absolute;
        bottom:0;
        left:0;
        right:0px;
        padding:25px;
        background:rgba(255,255,255,0.75);
        z-index:10
    }
}

/* GFCOOKIELAW */

div.cookie_notice[role="status"] {
            display: none;
            position: fixed;
            left:0px;
            z-index:100000;
            background: #333 none repeat scroll 0 0;
            font-size: 11px;
            font-family: arial;

        }

        div[role="status"] {
            box-sizing: border-box;
            color: #333;
            padding: 10px 32px;
            position: relative;
            text-align: center;
            width: 100%;
            font-size: 16px;
        }
        div[role="status"] a {
            color: #333;
            font-size: 11px;
            font-family: arial;
        }

        div[role="status"] span {
            font-weight: bold;
            text-decoration: underline;
        }

        div[role="status"] span:hover {
            color: #AA0331;
            cursor: pointer;
            text-decoration: none;
        }

        div[role="status"] .closer .close_eu {
            font-weight: bold;
            cursor: pointer;
            position: relative;
            margin-top: 5px;
            text-decoration: none;
            width: 100px;
            opacity: 1.0;
            text-shadow: none;
            font-size: 14px;
            color:#333;
            line-height: 1;
            font-size: 11px;
            font-family: arial;
        }

        #gfcookielaw h4 {
            margin-top: 10px
        }

        @media screen and (max-width: 911px) {

             div[role="status"] .closer .close_eu {

                margin-top: 15px;

            }

        }

/*PAGE*/

.red-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e78c73;
    background: -moz-radial-gradient(center, ellipse cover,  #e78c73 27%, #d31822 86%, #d31822 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #e78c73 27%,#d31822 86%,#d31822 100%);
    background: radial-gradient(ellipse at center,  #e78c73 27%,#d31822 86%,#d31822 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e78c73', endColorstr='#d31822',GradientType=1 );
}

.timeline-title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #da2128;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.product-caption {
    top: 0%;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,0.75);
    padding: 40px 15px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
}

/* VIDEOGALLERY */

.video-caption {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 4px solid #333;
    bottom: 5%;
    color: #000;
    font-size: 100%;
    left: 5%;
    opacity: 1;
    padding: 5px;
    position: absolute;
    width: 90%;
    z-index: 10;
    line-height: 110%
}

.video-box:hover .video-caption {
    bottom: 13%;
    opacity: 1
}

.video-box:hover .video-play {
    color: #fff
}

.video-play {
    color: rgba(255, 255, 255, 0.6);
    font-size: 500%;
    left: 50%;
    margin-left: -28px;
    margin-top: -32px;
    top: 50%;
}

/*ARCHIVE*/

/*CONTACT*/

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.gform_button {
    border:1px solid #dcdcdc;
    float: right;
    padding: 7px 15px;
    margin-bottom: 10px;
    width: 150px !important;
    font-weight: bold;
}

.gform_body {
    padding-bottom:25px;border-bottom:1px solid #dcdcdc;
}



/* BOOSTRAP MEDIA  QUERY */

/* Extra Small */
@media(max-width:767px){


}

/* Small */
@media(min-width:768px) and (max-width:991px){
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

}

/* Large */
@media(min-width:1200px){

}

/* < Medium */
@media(max-width:991px) {

    #home-header h1 {
        font-size: 25px;
    }

    #page-header-big {
        height: 30vh !important;
    }

    #page-header-big h1 {
        font-size: 20px;
    }

    .navbar-brand img {
        height: 40px !important;
    }

    #spacer {
        height: 50px;
    }

    #page-title {
        line-height: 20px;
        font-size: 23px
    }

}

/* > Medium */
@media(min-width:992px){

    .navbar-brand img {
        display: block;
    }

    body.navbar-condensed .navbar-brand img {
        height: 70px;
    }

    body.navbar-condensed #spacer {
        height: 106px;
    }

    .navbar-nav > li > a {
        padding-top: 42px;
        padding-bottom: 42px;
        border-top: 6px solid white;
    }

    body.navbar-condensed #menu-nav li a {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    #menu-nav li.current-menu-item a,
    #menu-nav li:hover a {
        border-top-color: #da2128;
        background-color: transparent;
        color: #000;
    }

}
