/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@font-face {
    font-family: 'Curve';
    src: url(../fonts/Curve.woff2);
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Droid Sans Serif', 'Roboto', Arial, sans-serif;
    background-color: #fdfdfd;
    color: #999;
    webkit-tap-highlight-color: #222;
    font-size: 16px;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #080854;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    outline: 0;
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Curve', 'Open Sans', 'Roboto', sans-serif;
}

h2{
    font-family: 'Curve', 'Roboto', sans-serif;
}

h3{
    color: #666;
}

p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.white-space{padding-top:30px;}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #f2f2f2;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Cinzel', 'Lora', 'Droid', serif;
    text-transform: none;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.9);
    /* background-color: rgba(0,0,0,0.4); */
}

.text-faded {
    /* color: rgba(245,245,245,0.7); */
    color: #333;
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #080854;
    margin-bottom:37px;
    text-transform: uppercase;
    margin-top:10px;
}

.modal-content {
    background-color: #1d1d1d;
}

.green{color: #a8da43;}
.lightBlue{color: #43b39a;}
.orange{color: #f19234;}
.canard{color: #43b39a;}
.darkBlue{color: #080854;}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
    background-color:#2d2d2d;
}
footer h4{
    color:#aaa;
}

footer li, footer li a{
    color:#fff;
}

footer li a:hover{
    color: #080854;
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.navbar-nav {
    float: none;
    position: absolute;
    right: 20px;
    /* transform: translateX(-40%); */
    margin: 0;
    width: 570px;
}
.affix-top .navbar-nav {
    transform: translateY(12px);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
}
.affix .navbar-nav {
    transform: translateY(0);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
}

.affix-top.navbar-default {
    /*background: linear-gradient(180deg,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0) 100%);*/
    background-color: #FFF;
    border-bottom: 0;
    box-shadow: none;
}

.affix.navbar-default {/*background-color: #080854;*/
    background-color: #FFF;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.07);
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #080854;
    /* padding: 15px; */
    padding:8px 20px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-brand img{
    height:60px;
    -webkit-filter: drop-shadow( 2px 2px 5px rgba(0,0,0,0.2) );
    filter: drop-shadow( 2px 2px 5px rgba(0,0,0,0.2) );
}
.affix .navbar-brand img{
    -webkit-transform: scale(0.7,0.7) translateY(0px);
    -ms-transform: scale(0.7,0.7) translateY(0px);
    -o-transform: scale(0.7,0.7) translateY(0px);
    transform: scale(0.7,0.7) translateY(4px);
    transform-origin: 50% 0%;
    -webkit-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}
.affix-top .navbar-brand img{
    -webkit-transform: scale(1,1) translateY(0px);
    -ms-transform: scale(1,1) translateY(0px);
    -o-transform: scale(1,1) translateY(0px);
    transform: scale(1,1) translateY(0px);
    transform-origin: 50% 0%;
    -webkit-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}



.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #dedede;
}
.navbar-default .navbar-toggle.collapsed, .navbar-default .navbar-toggle.collapsed:focus{
  background-color: transparent !important;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li,
.navbar-default .nav>li:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #080854;
    cursor: pointer;
}


.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    border-bottom: 3px solid #080854;
}

.navbar-nav>li>a{padding:0;}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #080854 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}

.nav>li>ul{
    position: absolute;
    padding: 20px;
    margin-top:20px;
    list-style: none;
    background-color: #FFF;
    width: 200px;
}

ul.nav>li>ul{
    display: none;
}
ul.nav>li:hover>ul{
    display: block;
    border-top: 3px solid #080854;
}

ul.nav>li>ul>li{
    margin-bottom:20px;
}
ul.nav>li>ul>li:last-child{margin-bottom: 0}


header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.06) 20%), url('../assets/NYC.webp');
    background-position: 50% 50%, 50% 50%;
    -webkit-background-size: 100% 100%, cover;
    -moz-background-size: 100% 100%, cover;
    background-size: 100% 100%, cover;
    -o-background-size: 100% 100%, cover;
    background-attachment: fixed, fixed;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

header [id^=header-curve] {
    width: 100%;
    height: 110px;
    display: block;
/*     -webkit-filter: blur(10px);
filter: blur(10px);
mix-blend-mode: overlay;
opacity: .8; */
    fill:#fdfdfd;
    z-index:500;
}
header svg {
    position: absolute;
    bottom: 0;
    left:0;
}

.shadow {
    -webkit-filter: drop-shadow( -5px -5px 5px rgba(0,0,0,0.1) );
    -moz-filter: drop-shadow( -5px -5px 5px rgba(0,0,0,0.1) );
    -o-filter: drop-shadow( -5px -5px 5px rgba(0,0,0,0.1) );
    filter: drop-shadow( -5px -5px 5px rgba(0,0,0,0.1) ); /* Same syntax as box-shadow, except
                                                       for the spread property */
}

#back-rainbow{
    width: 100%;
    height: 340px;
    fill: #f2f2f2;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    mix-blend-mode: overlay;
    opacity: 1;
    z-index:400;
    bottom:10px;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

#whatWeBring img, #professionalTest img{
    width:100%;
    display:block;
    margin:0 auto;
}
#whatWeBring img{max-width:120px;}
#professionalTest img{max-width:290px;}

#professionalTest button{
    text-transform: uppercase;
    margin:0 auto;
}

#ourTraining{
    background-color: #fff;
}

#ourTraining svg{
    max-width:400px;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 50px;
    }

    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    section {
        /* min-height: 600px; */
        padding: 80px 0;
    }

}

.form-control {
    display: block;
    width: 80%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: initial;
    background-image: none;
    border:0;
    border-bottom:1px solid #666666;
    border-radius: 0;
    transition: border-color ease-in-out .3s, width ease-in-out .3s;
    margin:20px 0;
    box-shadow: none;
}

.form-control:focus {
    color: #FFF;
    background-color: inherit;
    box-shadow: none;
    border-bottom: 2px solid #FFF;
    width: 100%;
    transition: border-color ease-in-out .3s, width ease-in-out .3s;
}

textarea {
    resize: none;
}

button{
    background-color:#BDC200;
    color:#FFF;
    padding:15px 20px;
    border:2px solid transparent;
    outline:none;
    font-family: 'Montserrat', sans-serif;
    display:block;
    margin:30px auto;
}

button:hover{
    color:#BDC200;
    background-color: #fff;
    border: 2px solid #BDC200;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-30{
    margin-top:30px;
}

.margin-top-60{
    margin-top:60px;
}
.padding-top-30{
    padding-top:30px;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
    section#process{display:block;}
    section#processMobile{display:none;}
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    color: #888;
    border:1px solid #888;
    border-color:#888;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    /* border-radius: 290px; */
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.strong_sentence{
    padding: 12px 12%;
    display: block;
    border-top: 1px solid #080854;
    border-bottom: 1px solid #080854;
    margin: 45px 0;
    font-size: 20px;
}

h2{text-align: left;}

h2 + hr{
    border: none;
    height: 2px;
    width: 75px;
    background-color: #080854;
    max-width: initial;
    opacity: 1;
    margin-left:0;
    margin-top:25px;
}

hr.classes, hr.classesBottom{
    opacity: 1;
    border-width:1px;
    max-width:initial;
    width: 90%;
}

hr.classesBottom{
    position:absolute;
    bottom:-20px;
    left:5%;
}

section#fourNumbers div img{
    max-width: 900px;
    width: 100%;
}

section#fourTests div.row > div h3{
    margin-bottom: 40px;
    font-size: 27px;
}

section#fourTests div.row > div h3 + p{
    font-size: 1.05em;
}

section#fourTests hr{
    border-top: 5px solid #080854;
    margin: 90px auto 110px;
    width:75px;
    opacity:1;
}

section#fourTests div.row > div.reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section#fourTests div.row > div img{
    max-width:100%;
}

section#fourTests div.row{
    margin-top:40px;
}

section#fourTests div.row:nth-of-type(1), section#fourTests div.row:nth-of-type(2){
    margin-top:0;
}

/*section#fourTests div.row > div:nth-of-type(1) hr,
section#fourTests div.row > div:nth-of-type(1) h3
{border-color:#a8da43;color:#a8da43;}
section#fourTests div.row > div:nth-of-type(2) hr,
section#fourTests div.row > div:nth-of-type(2) h3
{border-color:#43b39a;color:#43b39a;}
section#fourTests div.row > div:nth-of-type(3) hr,
section#fourTests div.row > div:nth-of-type(3) h3
{border-color:#f19234;color:#f19234;}
section#fourTests div.row > div:nth-of-type(4) hr,
section#fourTests div.row > div:nth-of-type(4) h3
{border-color:#080854;color:#080854;}*/

.cases h3{
    min-height: 60px;
}

section.quote{
    width: 100%;
    background-color: #fff;
}

.quote-content {
    position: relative;
    margin: 0 40px;
    display:inline-block;
    color:#656565;
    font-size: 20px;
}

.quote-content .open-quote {
    background: transparent url(../assets/quotes_left_blue.png) no-repeat left top;
    position: absolute;
    left: -50px;
    top: 0;
    height: 25px;
    width: 30px;
}

.quote-content .close-quote {
    background: transparent url(../assets/quotes_right_blue.png) no-repeat left top;
    position: absolute;
    bottom: 0;
    right: -50px;
    height: 25px;
    width: 30px;
}

section#process div img{
    min-width: 100px;
    width:70%;
    max-width: 220px;
}

section#process div.row{
    margin-bottom: 45px;
}

section#process div.row:nth-of-type(2n+1) > div:first-child{text-align: right;}
section#process div.row:nth-of-type(2n) > div:last-child{text-align: left;}

section#process div.row:nth-of-type(2n) > div:first-child{
    text-align: right;
}

section#process .feature span, section#processMobile h3 span{
    color:#bdc200;
}

section#process .row > div.text-explanation{
    padding-top:30px;
}

.tableStyle {
    display: table;
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0;
}

.tableStyle>div {
    display: table-row;
    width: 100%;
}

.tableStyle>div>div {
    display: table-cell;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 2s ease-out;
    position: relative;
    overflow: hidden;
}

.tableStyle>div>div:hover .hoverLink {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.tableStyle>div>div .hoverLink a:hover {
    text-decoration: none;
    color: #404040;
}

.tableStyle>div>div .hoverLink a{
    padding: 12px 10px 23px;
    background-color: #fff;
    display: block;
}

.tableStyle>div>div .hoverLink{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    color: #858585;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    -moz-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    -ms-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    -o-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    line-height: 1.4;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}
.tableStyle>div>div .hoverLink svg{fill:#fff;display: block;transform: scale(-1, 1);}

.tableStyle>div>div h4{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
}

.tableStyle>div>div:hover>h4 {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tableStyle>div>div:active {
    animation: plainScale .7s cubic-bezier(0.6,.1,.3,.8);
}

#processMobile .tableStyle>div>div{vertical-align:top;text-transform: none;text-align: left;}
#processMobile .tableStyle>div>div:first-child {width:20%;min-width:80px;background-color:initial;text-align:center;}
#processMobile .tableStyle>div>div:last-child {color:#777;}
#processMobile .tableStyle>div>div p{margin-bottom: 0;}
#processMobile .tableStyle>div>div h3{margin-top:0;}

#processMobile .tableStyle>div>div:first-child{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+48,080854+49,080854+51,f2f2f2+52,f2f2f2+100 */
background: #f2f2f2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzA4MDg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzA4MDg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #f2f2f2 0%, #f2f2f2 48%, #080854 49%, #080854 51%, #f2f2f2 52%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f2f2f2 0%,#f2f2f2 48%,#080854 49%,#080854 51%,#f2f2f2 52%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f2f2f2 0%,#f2f2f2 48%,#080854 49%,#080854 51%,#f2f2f2 52%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-8 */
}

#processMobile .tableStyle>div:last-child>div:first-child{background: initial;}

#processMobile .tableStyle{border-spacing: 8px 0;}
#processMobile .tableStyle > div > div{padding-bottom: 25px;}

.roundNumber{
    width:25px;height:25px;
    margin:0 auto;
    border-radius: 12.5px;
    background-color: #080854;
    font-size: 18px;
}

section#one{
    background-color: #fff;
    /* border-top:1px solid #d9d9d9; */
    border-bottom:1px solid #d9d9d9;
}

section#two{
    background-color: #F8FAFD;
    border-top: 1px solid #ddd;
}
#two .tableStyle>div>div {width:50%;height:310px;}

#news .headlines{text-align: center; }

#last{
    /*background-color: #f2f2f2;*/
    background: url(../assets/bg-contact@2x.jpg) 50% 50% / cover no-repeat;
    border-top: 1px solid #ddd;
    color:#a0a0a0;
}

#last hr{
    border-top: 1px solid #c0c0c0;
}

section#contact {
    background-color: #FFF;
    background-size: cover;
    padding-bottom: 3.2em;
    padding-top:40px;
}

#google-maps-display{
    height: 100%;
    width: 100%;
    max-width: 100%;
}

#map{
    height: 100%;
    width: 100%;
}
#google-maps-display .map-generator{max-width: 100%; max-height: 100%; background: none;}

.jcarousel {
    position: relative;
    overflow: hidden;
    position: absolute;
    width:100%;
    height:100%;
    z-index:100;
}

.jcarousel > .carouselContainer {
    width: 20000em;
    position: relative;
    height:100%;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel > .carouselContainer > .carouselItem {
    /* Required only for block elements like <li>'s */
    float: left;
    height:100%;
    padding-top:50px;
}

.jcarousel > .carouselContainer > .carouselItem > div{width: 90%; margin: 0 auto; text-align: left;}

.jcarousel > .carouselContainer > .carouselItem > div img{
    width: auto;
    margin: 0 auto;
}

.formatVertical{
    max-height:350px;
}
.formatHorizontal{
    max-width:650px;
    display:none;
}

span.counter{
    display: block;
    font-size: 55px;
    font-family: 'Curve', 'Open Sans', 'Roboto', sans-serif;
}

#figures > .container > .row > div{
    min-height:160px;
}

#figures .row > div:nth-of-type(1) span.counter{color:#a8da43;}
#figures .row > div:nth-of-type(2) span.counter{color:#43b39a;}
#figures .row > div:nth-of-type(3) span.counter{color:#f19234;}
#figures .row > div:nth-of-type(4) span.counter{color:#080854;}
span.counter+span{
    font-family: 'Open Sans', 'Helvetica Neue', 'Droid Sans Serif', 'Roboto', Arial, sans-serif;
}
.paginationAbsolute{
    z-index:200;
    position:absolute;
    bottom:0px;
    right:0px;
    padding-right:50px;
}
.jcarousel-pagination {
    color: #FFF;
    background-color: rgba(0,0,0,0.3);
    font-size: 18px;
    padding: 14px 20px;
}
.jcarousel-pagination a, .jcarousel-pagination a:visited {
    margin-right: 16px;
    color: #FFF;
    text-decoration: none;
    opacity: 0.6;
}
.jcarousel-pagination a:last-child{margin-right: 0;}
.jcarousel-pagination:hover {
    background-color: rgba(0,0,0,0.6);
}
.jcarousel-pagination a:hover {
    opacity: 1;
    text-shadow: 0 0 10px rgba(255,255,255,0.6);
}

#expert, #entry, #advanced{
    max-width:500px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Droid Sans Serif', 'Roboto', Arial, sans-serif;
}
.BGpolygon{
    fill:#DEDEDE;
    cursor:pointer;
    -webkit-transition: fill .5s;
    -moz-transition: fill .5s;
    transition: fill .5s;
}

#flowerPower #entry g:hover .BGpolygon{
    fill:#9DC959;
    -webkit-transition: fill .5s;
    -moz-transition: fill .5s;
    transition: fill .5s;
}
#flowerPower #advanced g:hover .BGpolygon{
    fill:#01C59A;
    -webkit-transition: fill .5s;
    -moz-transition: fill .5s;
    transition: fill .5s;
}
#flowerPower #expert g:hover .BGpolygon{
    fill:#FEE01E;
    -webkit-transition: fill .5s;
    -moz-transition: fill .5s;
    transition: fill .5s;
}

#flowerPower svg g tspan{cursor:pointer;}
#flowerPower svg  text{text-transform: uppercase;font-size: 24px;}
#flowerPower #entry g tspan{fill:#9DC959;}
#flowerPower #advanced g tspan{fill:#415625;}
#flowerPower #expert g tspan{fill:#415625;}

#flowerPower #entry g:hover tspan,
#flowerPower #advanced g:hover tspan,
#flowerPower #expert g:hover tspan{
    fill: #FFF;
}

#advanced{margin-left:auto;margin-right:0;}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}*/

ul.advantage li, ul.advantage02 li{
    list-style: none;
}

ul.advantage02 li i{
    visibility: visible;
    font-size: 35px;
    color: #080854;
    margin-right: 12px;
}

/*ul.advantage li:before{
    content:"✔";
    color: #080854;
    font-size: 38px;
    margin-right: 12px;
}*/

/*ul.advantage li:before{
    content: "\f122";
    color:#f19234;
    font-size: 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}*/
ul.advantage li i{color:#f19234;}

#summary{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 100%;
    min-width: 150px;
    max-width: 270px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.85);
    margin-top: 20px;
    z-index: 50;
}

#summary .pendule{
    position:relative;
    width:100%;
    margin-bottom: 35px;
}
#summary .pendule img{
    position:absolute;
    top:-40px;
    left:50%;
    transform:translateX(-50%);
    width:65px;
}

.summaryColorOrange #summary{border:2px solid #f19234;}
.summaryColorCanard #summary{border:2px solid #43b39a;}
.summaryColorBleu #summary{border:2px solid #080854;}
.summaryColorVert #summary{border:2px solid #a8da43;}

.summaryColorOrange h3 {color: #f19234;}
.summaryColorCanard h3 {color: #43b39a;}
.summaryColorBleu h3 {color: #080854;}
.summaryColorVert h3 {color: #a8da43;}

#SEO img{
    width: 108px;
    display: block;
    margin: 0 auto;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        /* min-height: 80px; */
    }
    .navbar-default.affix-top {
        height: 80px;
        -webkit-transition: height 0.2s ease-in;
        -o-transition: height 0.2s ease-in;
        transition: height 0.2s ease-in;
    }
    .navbar-default.affix {
        height: 60px;
        -webkit-transition: height 0.2s ease-in;
        -o-transition: height 0.2s ease-in;
        transition: height 0.2s ease-in;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        /* padding: 19px; */
        padding: 8px 20px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li {
        color: #080854;
        padding: 20px;
        letter-spacing: 1.1px;
        /* text-shadow: 1px 1px 1px rgba(60,60,60,0.7); */
    }

    .navbar-default .nav > li:focus:hover,
    .navbar-default .nav > li:hover {
        /* color: #fefefe; */
        color: #080854;
    }

/*    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #080854;
    }*/

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #080854;
        /* padding: 20px; */
        padding:8px 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #080854;
        /*text-shadow: 1px 1px 1px rgba(30,30,30,0.7);*/
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #080854;
    }

}
@media(max-width:768px) {

    section#process{display:none;}
    section#processMobile{display:block;}

    .navbar-nav{position:static;width:initial;}
	  .navbar-header > .navbar-brand{padding:0;}
	  .collapse.in{padding:15px 15px 30px;height: initial;}
    .affix-top .navbar-brand img{transform: scale(0.7,0.7) translateY(4px);}

	  .navbar-default .nav>li:last-child{margin-bottom: 0;}
  	.navbar-default .nav>li {margin-bottom:15px; }

    .formatVertical{display: none;}
    .formatHorizontal{display: block; }

    .paginationAbsolute{padding-right:0;}

    .jcarousel > .carouselContainer > .carouselItem{
        padding-top:20px;
    }
    #flowerPower svg  text{font-size: 25px;}
    header [id^="header-curve"]{ height:50px; }
    .nav>li>ul{ position:static; }

    #summary{position:static;transform: translateX(0%);margin-top: 20px;}
}

/*.stuck {
  position:fixed !important;
  top:115px !important;
}*/
