/********* Theme Colours***********
Light blue: #04aaff
lighter blue: #1db3ff
dark blue: #0177b2  rgba(1,119,178,1);

Light orange: #ff9004 rgba(255,144,4,0.9);
dark orange: #b26300
**********************************/
/* Reset Browser */
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: 'Droid Sans Mono', monospace;

}
/* General CSS */
li{
    list-style-type: none;
    display:inline-block;
}
p, a{
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
article:not(.no-margin){
    margin-bottom:80px;
}
header{
    background-color:#04aaff; 
}

/* Navigation menu */
/* TOP MENU */
section.contact-menu ul{
    margin-right:100px;
    clear: both;
    margin-bottom: 0;
}
section.contact-menu ul li{
    display:inline-block;
    padding: 10px 20px;    
}
section.contact-menu ul li .glyphicon{    
    padding-right: 3px;
    color:#0177b2;
}
section.contact-menu ul li:nth-of-type(2){
    border-left:1px dashed #b26300;
    border-right:1px dashed #b26300;
}
/* MAIN NAVIGATION MENU */
nav.main-nav{
    clear:both;
    background-color:#0177b2;
    position:relative;

}
nav.main-nav ul{
    margin-bottom: 0;
    padding:30px 30px 22px 30px;

}
nav.main-nav a{
    color:#fff;
    text-transform: uppercase;
    font-size:16px;
}
nav.main-nav li{
    margin:0 25px;   
}
nav.main-nav a:hover{
    text-decoration: none;      
}
/* Animated Banner */
.bannerscollection_zoominout_text_line lbg1_CustomText{
    color:#ff9004 !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    outline: 2px solid #fff;
}




























.bar{
    display: block;
    height:3px;    
    background-color: #1db3ff;
    width:0;
}
nav.main-nav li:hover .bar{
    width:100%;
    -webkit-transition: width 0.5s; 
    transition: width 1s;
}


/* LOGO SECTION */
section.logo{
    margin-left:200px;
    margin-right:100px;
    width:200px;
    text-align: center;
}
section.logo img{
    position:absolute;
    bottom:-20px;
    width:80px;
    left:250px;
    z-index: 999;
}
section.logo-box-top{
    position:absolute;
    top:-20px;
    left:200px;
    background-color: #0177b2;
    width:200px;
    height:20px;
    rotation: 180deg;
}
section.logo-box-bottom{
    position:absolute;
    bottom:-20px;
    left:200px;
    background-color: #0177b2;
    width:200px;
    height:20px; 
    z-index: 3;
}
.tri{
    width: 0;
    height: 0;
    position:absolute;
    top:0px; 
}
.logo-box-top .left {   
    border-bottom: 20px solid #0177b2;
    border-left: 20px solid transparent; 
    left:-20px;
}
.logo-box-top .right {   
    border-bottom: 20px solid #0177b2;
    border-right: 20px solid transparent; 
    right:-20px;
}
.logo-box-bottom .left {   
    border-top: 20px solid #0177b2;
    border-left: 20px solid transparent; 
    left:-20px;
}
.logo-box-bottom .right {
    border-top: 20px solid #0177b2;
    border-right: 20px solid transparent; 
    right:-20px;
}



section.bar {
    clear: both;
    height:20px;
    width:100%;
    background:rgba(0,0,0,0.2);
}





.parallax {    
    background-image: url("/assets/images/consultation.jpg");    
    min-height: 500px;    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clear:both;
}
div.over{
    width:100%;
    height:500px;
    background:rgba(1,119,178,0.9);
    color:white;
}
div.over p{
    font-size:16px;  
}

a.pro{
    display:inline-block;
    padding:10px;
    border:3px solid #fff;
    color:#fff;
    font-weight: 700;
}
a.pro:hover{
    background:#fff;
    color:rgba(1,119,178,0.9);
    text-decoration: none;
}


/* BIO SECTION */
article.bio .cover{
    width:100%;
    /*height:500px;*/
    background:rgba(255,144,4,0.9);
    color:white;
}
.highlights a,section.rima a{
    padding:5px 10px;
    border:1px solid #fff;
    color:white;    
    display:inline-block;
    margin:20px;
}
.highlights section{
    height:220px;
}
.highlights:first-of-type section{
    height:3px;
}
.highlights > section:first-of-type{
    background:#04aaff;
}
.highlights > section:first-of-type a:hover {
    background:#fff;
    color:#04aaff;
    text-decoration: none;
}
.highlights > section:nth-of-type(2){
    background:#ff9004;
}
.highlights > section:nth-of-type(2) a:hover,section.rima a:hover {
    background:#fff;
    color:#ff9004;
    text-decoration: none;
}
.highlights > section:last-of-type{
    background:#ff0606;
}
.highlights > section:last-of-type a:hover {
    background:#fff;
    color:#ff0606;
    text-decoration: none;
}
section.rima{
    margin-top:100px;
    margin-bottom:100px;
    position: relative;
    border:3px dashed #fff;
    padding-top:50px;
}
section.rima img{
    position:absolute;
    top:-80px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width:100px;
    border:3px solid #fff; 
}

/* PAGES */
section.methode, 
section.consultation,
section.contact{
    padding:50px;
    border:3px dashed  #ff9004;
}
section.methode p,
section.consultation,
section.contact{
    font-size:1.3em;
}
section.methode img,
section.consultation div img {
    margin:20px 0 30px 0;
    display:inline-block;
}
section.consultation ul li span,
section.apropos ul li span, .levels ul li span{    
    display:inline-block;
    max-width:80%;
    vertical-align: middle;
    margin-left: 10px;
}

section.consultation ul li,
section.apropos ul li, .levels ul li{
    margin-left: 10px;
    margin-bottom: 20px;
    display:block;
}
article.consultation form input,
article.consultation form textarea,
article.contact form input,
article.contact form textarea{
    border:1px solid #04aaff;
    color:#04aaff;
}
article.consultation form input:focus,
article.consultation form textarea:focus,
article.contact form input:focus,
article.contact form textarea:focus{
    border:1px dashed #04aaff;

}
article.consultation form span,
article.contact form span{
    border:1px solid transparent;    
    position:relative;
    top:5px;
    left:10px;
    padding:0 3px;
    z-index: 999;
    color:transparent;  
}
article.consultation form button,
article.contact form button {
    background:#04aaff;
    color:#fff;
}
article.apropos .cover{
    background:rgba(255,144,4,0.9);
    color:white;
    min-height:500px;
}

section.apropos{
    padding:50px 0;
    font-size: 1.2em;
}
section.apropos ul{
    display: inline-block;
}
article.services{
    font-size:1.2em;
}

/* Panel : Accordian */
.levels .panel-default > .panel-heading{
    background: #04aaff;
    color:#fff;
    border:1px solid #fff;
    box-shadow: 1px 1px 3px #000;
}
.levels .panel-default > .panel-heading a,.panel-title > a {
    width:100%;

}
.levels .panel-default > .panel-heading a:hover {
    text-decoration: none;
    text-align: center;
}
















/* TESTIMONIALS SECTION */
article.testimonials h1.title span{
    z-index:2;
}
article.testimonials h1.title span:before{
    z-index:-1;
}
.carousel-inner > .item > section {
    display:inline-block;
    margin: 50px 25%;
    height:300px;
}
.carousel-control.left,  .carousel-control.right{
    background-image: none;
}
.carousel-control.left:hover,.carousel-control.right:hover{
    color:#04aaff;
}
.carousel-indicators .active {
    background-color: #04aaff;
    height: 12px;
    margin: 0;
    width: 12px;
}
article.testimonials{
    clear:both;
}
article.testimonials .quote{
    padding:30px;
    border:1px solid #04aaff;
    border-left:3px solid #04aaff;
    border-radius:5px;
    font-style: italic;
    position:relative;
    background:#fff;
    color:#000;
}
article.testimonials .quote::before{
    content:"";
    width:0;
    height:0;
    border-top:30px solid #04aaff;
    border-right:30px solid transparent;
    position:absolute;
    left:60px;
    bottom:-30px;    
}
article.testimonials .quote::after{
    content:"";
    width:0;
    height:0;
    border-top:28px solid #fff;
    border-right:28px solid transparent;
    position:absolute;
    left:61px;
    bottom:-28px;    
}
article.testimonials .quote p{
    margin-left:60px;
    margin-top:-25px;
    vertical-align: top;
}
article.testimonials .person{
    margin:35px 40px;
}
article.testimonials .person h5{
    margin-top:0;
    margin-bottom:0;
}
article.testimonials .person p{
    font-size: 16px;
    color:#878787;

}
article.testimonials .quote img{
    width:50px;
}
article.testimonials .glyphicon-user{
    width:30px;
    height:30px;
    border-radius: 50%;
    background-color:#ccc;
    padding:1%;
    text-align: center;
}
.title span {
    border-radius:5px;
    position:relative;
    padding:10px 25px;
    color:#fff;
    border:2px dashed #04aaff;
    background-clip:padding-box;
    margin: 0 100px
}
.title span:before {
    /*border-bottom:2px dashed #04aaff;*/
    content:"";
    background:#04aaff;
    border-radius:5px;
    width:100%;
    transform:rotateZ(7deg);
    height:75px;
    position:absolute;
    left:-5px;
    top:-5px;
    z-index:-1;

}


/* CONTACT SECTION */
article.contact img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.map{
    overflow: hidden;
}
.map .map-info{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:22%;
    background:rgba(1,119,178,0.9);
    color:#fff;
}
.map:hover .map-info{    
    bottom:-100%;
    transition: all 1s;
    color:transparent;
}
.contact form input,
.contact form textarea {
    display: block;
    border:1px solid #ff9004;
    padding:2px 5px;
    color:#04aaff;
    margin-bottom: 5px;
}
.contact form button { 
    border:1px solid #04aaff;
    padding:10px;
    background:#04aaff;
    color:#fff;

}
.contact form button:hover { 
    border:1px solid #04aaff;
    background:#fff;
    color:#04aaff;

}


/* FOOTER */
footer{
    background: url(/assets/images/border.png), #04aaff;
    background-repeat: repeat-x, no-repeat;
    background-position: bottom left, left;
    color:#fff;   
}






/* Classes */
.inline{
    display:inline-block;
    vertical-align: top;
}
.bannerControls, .bottomNav,.bottomNavButtonOFF, .bottomNavButtonON{
    display:none;
}
.clearfix{clear: both} .clear-right{clear:right;}
.center{margin:auto;}
.text-italic{ font-style: italic;}
.text-bold{font-weight: bold;}
.text-underline{text-decoration: underline;}
.smaller {
    font-size:9px;
}


/* MEDIA QUERIES */
@media screen and (max-width: 1240px) {
    nav.main-nav ul{
        text-align: right;
        display: block;
        padding:10px 30px 22px;
    }

}
@media screen and (max-width: 1140px) {
    nav.main-nav ul{
        text-align: right;
        display: block;
        padding:10px 30px 22px;
    }
    section.logo img{
        left:20px;
    }
    section.logo-box-top{
        left:0;
    }
    section.logo-box-bottom{
        width:100px;
        left:0;
    }

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

    section.logo-box-top{
        display: none;
    }
    section.logo-box-bottom{
        display:none;
    }
    section.logo img{
        width: 50px;
        top:20px;
    }
    nav.main-nav ul {
        padding-left:5%;
    }
    nav.main-nav ul li{
        margin: 0 3px 15px;
    }
}
@media screen and (max-width: 768px) {
    section.contact-menu ul{
        display:none;
    }
    section.logo-box-top{
        display:none;
    }

    section.contact-menu ul{
        margin-right: 0;
        text-align: right;
    }
    section.contact-menu ul li{
        padding: 0;

        display: block;

    }
    section.contact-menu ul li:nth-of-type(2){
        border: none;
    }
    nav.main-nav{
    }
    section.logo{
        margin-left:0;
        text-align: left;
    }
    section.logo-box-top{
        display:none;
    }
    section.logo-box-bottom{
        left:0;
    }
    section.logo img{
        position: absolute;
        left:10px;
        top:10px;
    }
    nav.main-nav ul{
        padding:0 0 0 5%;
    }
    nav.main-nav ul li{
        display:inline-block;
    }

    article.apropos .cover{
        padding:25px;
    }
    
    .map {
        margin-bottom: 30px;
    }

}
@media screen and (max-width: 570px) {
    nav.main-nav ul{
        text-align: center;
        padding:0 0 0 22%;
    }
    nav.main-nav ul li{
        display:block;

    }
    nav.main-nav ul li a{
        display:inline-block;

    }
    header{
        margin-bottom: -15px;
    }
    section.logo-box-top{
        display:initial;
        width:50px;
    }
    section.logo-box-bottom{
        width:50px;
    }

    h1.title{
        font-size: 14px;
    }
    .title span::before{
        height:45px;
    }
    .carousel-inner > .item > section{
        margin:50px 5%;
    }
    article.testimonials .quote img{
        width:25px;
    }
    article.testimonials .quote p{
        margin-left: 35px;
    }
    .carousel-indicators{
        display:none;
    }
    .highlights section{
        height:auto;
    }
    article.services section.consultation{
        margin-bottom: 30px;
    }
    article.consultation li img{
        width:15px;
    }
    section.consultation ul li span {
        font-size: 14px;
        margin-left: 5px;
        max-width: 75%;
        vertical-align: top;
    }
}