
<style>
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- GENERAL ADD-ON --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.wrap {
    position: relative;
    padding-bottom: 60px;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- HEADER ADD-ON ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
header {
    background: 
                    #EEEEEE;
        ;
    color:
                    #333333;
        ;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- NAV ADD-ON ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
nav {
    width: 100%;
    background: 
            #ffffff;
    ;
    position: relative;
    z-index: 88888;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.is-sticky nav {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: 
            #FFFFFF;
    ;
}
.logged-in .is-sticky nav {
    margin-top: 30px;
}
nav .logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav-template-logo .is-sticky nav .logo {
    display: none;
}
nav .logo img {
    height: 60px;
}
.is-sticky nav .logo img {
    height: 30px;
}
nav .menu-primary-container {
    display: inline-block;
}
nav ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
nav ul.menu li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
nav ul.menu li:last-child {
    margin-right: 0px;
}
nav ul.menu > li > a {
    font: 900 12px/80px "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    color:
            #333333;
    ;
    border: solid 1px transparent;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.is-sticky nav ul.menu li a {
    line-height: 47px;
}
nav ul.menu > li > a:hover span {
    text-decoration: none;
    border-bottom: solid 3px #CCCCCC;
}
nav ul.menu > li.current-menu-item > a span {
    text-decoration: none;
    border-bottom: solid 3px #f3f1f1;
    cursor: not-allowed;
}
nav ul.menu > li.current-menu-item > a:hover {
    opacity: 1;
}
nav ul.menu > li.menu-item-has-children > a span {
    border-color: transparent;
}
nav ul.menu li a svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
nav ul.menu li a svg path {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
nav ul.menu li:hover a svg path,
nav ul.menu li.current-menu-item a svg path {
    fill:
            #333333 !important;
    ;
}
nav ul.menu li.menu-item-has-children a {
    padding-right: 20px;
}
nav ul.menu li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center right;
    display: block;
    position: absolute;
    top: 33px;
    right: 0px;
}
.is-sticky nav ul.menu li.menu-item-has-children > a:after {
    content: "";
    top: 18px;
}
nav ul.menu li ul.sub-menu {
    background: #FFFFFF;
    border-top: solid 2px #f3f1f1;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style: none;
    position: absolute;
    z-index: 555555;
    top: 75px;
    left: 0;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.05);
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.is-sticky nav ul.menu li ul.sub-menu {
    top: 50px;
}
nav ul.menu li ul.sub-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-nav-sub-menu.svg') no-repeat center center;
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
}
nav ul.menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
nav ul.menu li ul.sub-menu li {
    display: block;
    border-bottom: solid 1px rgba(255,255,255,0.10);
    margin: 0px;
    padding: 10px;
}
nav ul.menu li ul.sub-menu li a {
    width: 100%;
    text-decoration: none;
    font: 400 12px/12px "Lato", Arial, Helvetica, sans-serif;
    color: #005486;
    display: block;
    position: relative;
    text-transform: uppercase;
}
nav ul.menu li ul.sub-menu li a:hover {
    background: rgba(0,0,0,0.15);
}
nav ul.menu li ul.sub-menu li:last-child {
    border-bottom: none;
}
nav ul.menu li ul.sub-menu li.current-menu-item a {
    font-weight: bold;
}
nav ul.menu li ul.sub-menu li.current-menu-item a:hover {
    opacity: 1;
    cursor: default;
}
/* Spécial MegaMenu */
nav ul.menu li ul.sub-menu.megamenu-sub-menu-full {
    width: 100%;
    position: absolute;
}
.is-sticky nav ul.menu li ul.sub-menu.megamenu-sub-menu-full {
    width: 100%;
    position: absolute;
}
nav ul.menu li ul.sub-menu.megamenu-sub-menu-full:before {
    content: " ";
    display: none;
}
nav ul.menu li ul.sub-menu li.megamenu-column {
    border-bottom: none;
    border-right: solid 1px #f3f1f1;
}
nav ul.menu li ul.sub-menu li.megamenu-column:last-child {
    border-right: none;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu {
    margin: 0px;
    padding: 0px;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li {
    position: relative;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children > a:after {
    top: 2px;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.megamenu-heading {
    border-bottom: solid 3px #f3f1f1;
    text-transform: uppercase;
    margin-bottom: 15px;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.megamenu-heading a {
    cursor: default;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.megamenu-heading a:hover {
    opacity: 1;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.megamenu-heading a {
    font-weight: bold;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.megamenu-content {
    font-size: 80%;
    border-bottom: none;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children ul.megamenu-inner-sub-menu {
    padding: 15px;
    position: absolute;
    top: 0px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
    background: #005486;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children:hover ul.megamenu-inner-sub-menu {
    opacity: 1;
    visibility: visible;
}  
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children:hover ul.megamenu-inner-sub-menu li.menu-item {
    white-space: nowrap;
}  
nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-nav-children-sub-menu.svg') no-repeat center right;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
} 
nav ul.menu li.no-title a {
    margin: 0px;
    padding: 0px;
    border: none;
}
nav ul.menu li.no-title a span,
nav ul.menu li.no-title:hover a span {
    border: none;
}
nav ul.menu li.no-title.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center center;
    display: block;
    position: absolute;
    top: 32px;
    right: -10px;
}
nav ul.menu li.no-title a:hover,
nav ul.menu li.no-title.current-menu-item a {
    border: none;
    background: none;
}
nav ul.menu li.no-title a .menu-title {
    display: none;
}
nav ul.menu li.no-title ul.sub-menu a .menu-title {
    display: block;
}
nav ul.menu li.colored a span {
    background: #32a1dd;
    color: #FFFFFF;
    padding: 15px;
    font-weight: 900;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
nav ul.menu li.colored a span svg {
    margin-right: 0px !important;
}
nav ul.menu li.colored a span svg path {
    fill: #FFFFFF !important;
}
nav ul.menu li.colored.current-menu-item a span {
    background: #005486;
    color: #FFFFFF;
    cursor: not-allowed;
}
nav ul.menu li.colored.current-menu-item:hover a {
    opacity: 1;
}
    

.nav-template-woo .header-nav {}
.nav-template-woo .is-sticky .header-nav {
    display: none;
}
 @media screen and (max-width: 992px) {     .nav-template-woo .header-nav {
        display: none;
    }
} 
.nav-template-woo nav {}
.nav-template-woo nav .menu-primary-container {
    display: block;
}
.nav-template-woo nav ul.menu {
    width: 100%;
}
.nav-template-woo nav ul.menu li.cart {
    border-left: solid 1px #CCCCCC;
    padding-left: 30px;
    margin-left: 0px;
    float: right;
}
.nav-template-woo nav ul.menu li.cart .cart-content {}
.nav-template-woo nav ul.menu li.cart .cart-content .cart-icon {
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-nav-cart.svg') no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -6px;
    vertical-align: middle;
}
.nav-template-woo nav ul.menu li.search {
    background: #f3f1f1 url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-woo-nav-search.svg') no-repeat center center;
    background-size: 20px;
    border-left: solid 1px #CCCCCC;
    width: 82px;
    height: 82px;
    text-align: center;
    float: right;
}
.nav-template-woo .is-sticky nav ul.menu li.search {
    width: 49px;
    height: 49px;
}
.nav-template-woo nav ul.menu li.search:hover {
    background-color: #CCCCCC;
    cursor: pointer;
}       
.nav-template-woo nav .icon-burger {
    float: right;
    margin-top: 16px;
}
 @media screen and (max-width: 992px) {     .nav-template-woo .is-sticky nav .icon-burger {
        margin-top: 0px;
    }
}
.nav-template-woo nav .logo-responsive {
    float: left;
    display: none;
}
 @media screen and (max-width: 992px) {     .nav-template-woo nav .logo-responsive {
        display: block;
    }
} 
.nav-template-woo .nav-search {
    display: none;
    background: #CCCCCC;
}
.nav-template-woo .nav-search.active {
    display: block;
}
.nav-template-woo .nav-search .woocommerce-product-search {}
.nav-template-woo .nav-search .woocommerce-product-search label {
    display: none;
}
.nav-template-woo .nav-search .woocommerce-product-search .search-field {
    margin: 0px;
    padding: 30px 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
}
.nav-template-woo .nav-search .woocommerce-product-search .search-field::-moz-placeholder {
    color: #f3f1f1;
    opacity: 1;
}
.nav-template-woo .nav-search .woocommerce-product-search .search-field:-ms-input-placeholder {
    color: #f3f1f1;
}
.nav-template-woo .nav-search .woocommerce-product-search .search-field::-webkit-input-placeholder {
    color: rgba(0,0,0,0.15);
    font-size: 30px;
    font-weight: bold;
}
.nav-template-woo .nav-search .woocommerce-product-search .btn {
    display: none;
}
        
nav .icon-burger {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.nav-template-logo nav .icon-burger {
    margin: 10px auto 10px auto;
}
.nav-template-responsive .is-sticky nav .icon-burger {
    margin-top: 8px;
}
nav .icon-burger svg {
    width: 40px;
    height: 40px;
    fill:
            #333333;
    ;
}
.nav-template-responsive nav .icon-burger {
    display: block;
} 
 @media screen and (max-width: 992px) {     nav ul.menu {
        display: none;
    }  
    nav .icon-burger {
        display: block;
    }
    .is-sticky nav .icon-burger {
        margin-top: -16px
    }
}              
nav .icon-burger #nav-burger-animated {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
nav .icon-burger #nav-burger-animated span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:
                    #333333;
        ;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
nav .icon-burger #nav-burger-animated span:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
nav .icon-burger #nav-burger-animated span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
nav .icon-burger #nav-burger-animated span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
nav .icon-burger #nav-burger-animated.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 4px;
}
nav .icon-burger #nav-burger-animated.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
nav .icon-burger #nav-burger-animated.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 4px;
}               
.nav-responsive {
    visibility: hidden;
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 80%;
    padding-bottom: 30px;
    background: #FFFFFF;
    overflow: scroll;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.35); 
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.nav-responsive.show {
    visibility: visible;
    width: 80%;
    max-width: 280px;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.nav-responsive.full {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.nav-responsive.show.full {
    width: 100%;
    max-width: 100%;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.nav-responsive .logo-responsive {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nav-responsive .logo-responsive img {
    max-height: 150px;
    max-width: 240px;
}
.nav-responsive ul.menu {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    list-style: none;
}
.nav-responsive ul.menu li {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-responsive.full ul.menu li { 
    text-align: center;
}
.nav-responsive ul.menu li a { 
    font: 900 12px/30px "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color:
            #333333;
    ;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;  
}
.nav-responsive.full ul.menu li a { 
    display: inline-block;
    text-align: center;
    padding-left: inherit;
    border-left: none;
}
.nav-responsive ul.menu li.no-title a .menu-title {
    display: none;
}
.nav-responsive ul.menu > li.current-menu-item > a,
.nav-responsive ul.menu > li ul.sub-menu li.current-menu-item > a {
    color: #CCCCCC;
    cursor: not-allowed;
}
.nav-responsive.full ul.menu > li.current-menu-item > a,
.nav-responsive.full ul.menu > li ul.sub-menu li.current-menu-item > a {
    border-left: none;
    border-bottom: solid 3px #f3f1f1;
    color: #CCCCCC;
}
.nav-responsive ul.menu li a:hover,
.nav-responsive ul.menu li.current-menu-item a:hover,
.nav-responsive ul.menu > li ul.sub-menu li.current-menu-item > a:hover {
    opacity: 1;
}
.nav-responsive.full ul.menu li a:hover,
.nav-responsive.full ul.menu li.current-menu-item a:hover,
.nav-responsive.full ul.menu > li ul.sub-menu li.current-menu-item > a:hover {
    color: #32a1dd;
    border-left: none;
    opacity: 1;
}
.nav-responsive ul.menu > li.colored > a,
.nav-responsive ul.menu > li ul.sub-menu li.colored > a {
    color: #32a1dd;
}
.nav-responsive.full ul.menu > li.colored > a,
.nav-responsive.full ul.menu > li ul.sub-menu li.colored > a {
    border-left: none;
}
.nav-responsive ul.menu li.colored a:hover,
.nav-responsive ul.menu li.colored.current-menu-item a:hover,
.nav-responsive ul.menu > li ul.sub-menu li.colored.current-menu-item > a:hover {
    border-left-color: 
            #333333;
    ;
    color:
            #333333;
    ;
    opacity: 1;
}
.nav-responsive.full ul.menu li.colored a:hover,
.nav-responsive.full ul.menu li.colored.current-menu-item a:hover,
.nav-responsive.full ul.menu > li ul.sub-menu li.colored.current-menu-item > a:hover {
    border-left-color: none;
    color:
            #333333;
    ;
    opacity: 1;
}
.nav-responsive ul.menu li a svg {
    vertical-align: sub;
    margin-right: 5px;
}
.nav-responsive ul.menu li ul.sub-menu {
    margin: 0px;
    padding: 0px;
    display: block !important;
}
.nav-responsive ul.menu li ul.sub-menu li {
    border-left: solid 3px #f3f1f1;
}
.nav-responsive ul.menu li ul.sub-menu li a {
    font-size: 12px;
}
.nav-responsive ul.menu li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center center;
    display: block;
    position: absolute;
    top: 8px;
    right: 0px;
}

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

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- MAIN ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
main {
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- HEADER THUMBNAIL ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.header-thumbnail {
    margin-bottom: 20px;
    background-color: #f3f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    height:
                    320px        ;
}
.header-thumbnail .row {
    position: relative;
    height:
            320px    ;
}
.header-thumbnail .header-thumbnail-mask {    
            background: -moz-linear-gradient(top,  #005486; 0%, #005486 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005486), color-stop(100%,#005486));
        background: -webkit-linear-gradient(top,  #005486 0%,#005486 100%);
        background: -o-linear-gradient(top,  #005486 0%,#005486 100%);
        background: -ms-linear-gradient(top,  #005486 0%,#005486 100%);
        background: linear-gradient(to bottom,  #005486 0%,#005486 100%);
        position: absolute;
    height: 100%;
    width: 100%;
            opacity: 0.70;
    }
.header-thumbnail .header-thumbnail-content {
}
.header-thumbnail .header-thumbnail-content.header-thumbnail-content-left {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
    max-width: 75%;
    text-align: left;
}
.header-thumbnail .header-thumbnail-content.header-thumbnail-content-right {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    max-width: 75%;
    text-align: right;
}
.header-thumbnail .header-thumbnail-content.header-thumbnail-content-center {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 75%;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .header-thumbnail .header-thumbnail-content {
        width: 100%;
    }
}
.header-thumbnail .title,
.header-thumbnail .subtitle {
    padding: 15px;
}
.header-thumbnail .title {
    font: bold 50px/50px "Lato", Arial, Helvetica, sans-serif;
            color: #ffffff;
        background: transparent;
    }
@media screen and (max-width: 748px) {
    .header-thumbnail .title {
        font-size: 28px;
        line-height: 32px;
    }
}
.header-thumbnail .title b {
    font-family: cursive;
    font-weight: 100;
}
.header-thumbnail .subtitle {
    font-size: 20px;
    line-height: 24px;
}
.header-thumbnail hr {
    border: none;
    border-bottom: solid 3px #FFF;
    margin: auto;
    width: 50px;
    display: inline-block;
}
 
@-webkit-keyframes scroll-ani {
    0% {opacity: 1;top: 15%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 15%;}
}
@-moz-keyframes scroll-ani {
    0% {opacity: 1;top: 15%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 15%;}
}
@keyframes scroll-ani {
    0% {opacity: 1;top: 15%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 15%;}
}

.header-thumbnail .mouse-scroll {
    position: relative;
    margin: auto;
    display: inline-block;
}
@media screen and (max-width: 748px) {
    .header-thumbnail .mouse-scroll {
        display: none;
    }
}
.header-thumbnail .mouse-scroll .mouse {
    position: relative;
    display: block;
    width: 36px;
    height: 54px;
    border: 2px solid #FFF;
    border-radius: 50px;
}
.header-thumbnail .mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 15%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0px 0px -4px;
  background: #FFF;
  border-radius: 50%;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}

        
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- RECENT POST ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */   
.recent-posts {}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- RECENT POST GALLERY ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */   
.recent-posts-realisations {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recent-posts-realisations .recent-posts-realisations-title {
    margin-top: 0px;
    background: #FFF;
    padding: 15px;
    display: inline-block;
    position: relative;
    z-index: 1000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- SINGLE ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.single .single-comments {
    position: relative;
}
.single .single-comments ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.single .single-comments ul li {
    position: relative;
    background: none !important;
    padding: 30px 0px !important;
    border: solid 1px #f3f1f1;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.single .single-comments ul li p {
    padding-left: 30px;
    border-left: solid 3px #f3f1f1;
}
.single .single-comments ul li .meta {
    font-size: 80%;
    padding: 5px;
    background: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.single .single-comments ul li .approved {
    font-size: 80%;
    padding: 5px 15px;
    margin-bottom: 5px;
    background: #F84545;
    color: #FFFFFF;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.single .single-comments .no-comment,
.single .single-comments-form .no-comment {
    font-size: 80%;
    text-align: center;
    padding: 5px;
     margin-bottom: 30px;
    background: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.single .single-comments .comment-avatar {
    position: relative;
}
@media screen and (max-width: 748px) {
    .single .single-comments .comment-avatar img {
        position: absolute;
        top: 0px;
        left: -15px;
        width: 30px;
        height: 30px;
    }
}
.single .single-comments-form {
    margin-bottom: 30px;
}
.single .single-comments-form .required {
    color: #F84545;
    float: right;
}
.single .single-comments-form .meta {
    font-size: 80%;
    padding: 5px 15px;
    border: solid 1px #f3f1f1;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.single .single-comments-form .meta .btn {
    margin: 0px;
}
.single .author-info {
    background: #f3f1f1;
    padding: 15px;
    margin-top: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.single .author-info .author-avatar {
    margin-top: 40px;
}
.single .author-info h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.single .author-info .author-bio {}
.single.single-search {
    margin-bottom: 60px;
}
.single.single-search h3 {
    margin: 5px;
}
.single .single-edit-link {
    color: #FFFFFF;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PAGE ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.page,
.single,
.blog,
.search,
.archive {
}
@media screen and (max-width: 748px) {
    .search .search-content,
    .archive .archive-content,
    .page .page-content-sidebar,
    .blog .blog-content,
    .single .single-content {
        margin-top: 15px;
    }
}
.page .page-content ul,
.single .single-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.page .page-content ul li,
.single .single-content ul li {
    padding: 5px 0px 5px 30px;
    background:
                    url('') no-repeat center left
        ;
    background-size: 10px;
} 
.blog .blog-content {}
.single .single-post {}
.single .single-content h1 {
    margin-top: 0px;
}
.single .single-content .single-content-header h2 {
    margin-top: 0px;
}
.single .single-content .single-content-header .info {
    font-size: 80%;
}
.single .single-content .single-content-header .info i {
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #f3f1f1;
}
.single .single-content .single-content-thumbnail h1 {
    display: inline-block;
}
.single .single-content .post {
    margin-top: 30px;
}
.single .single-content .post .post-content .video-container {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 30px;
}
.single .single-content .post .post-content .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}               
.single .single-content .post .post-content .musique {
    margin-bottom: 30px;
}
.archive .archive-content .archive-header,
.search .search-content .search-header {
    border-bottom: solid 1px #f3f1f1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
    
.blog-content-slider {
    margin-bottom:  20px;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- POST STANDARD ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */      
.blog .blog-content {}
.blog .blog-content .post-content {
    display: table;
    border-bottom: solid 1px #f3f1f1;
    margin-bottom:  20px;
    padding-bottom:  20px;
}
@media screen and (max-width: 748px) {
    .blog .blog-content .post-content {
        margin-left:  20px;
        margin-right:  20px;
    }
}
.blog .blog-content .post-content .post-content-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
@media screen and (max-width: 748px) {
    .blog .blog-content .post-content .post-content-info {
        display: block;
        padding-left: inherit;
    }
}
.blog .blog-content .post-content .post-content-info.large { 
    width: 100%;
    display: block;
    padding-left: inherit;
}
.blog .blog-content .post-content .post-content-info .title {
    margin-top: 0px;
    margin-bottom: 15px;
}
.blog .blog-content .post-content .post-content-info .date {
    font-size: 80%;
    font-weight: bold;
    color: #32a1dd;
}
.blog .blog-content .post-content .post-content-thumbnail {
    width: 25%;
    display: table-cell;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 748px) {
    .blog .blog-content .post-content .post-content-thumbnail {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}
.blog .blog-content .post-content .post-content-thumbnail.large {
    width: 100%;
    display: block;
}
.blog .blog-content .post-content .post-format.post-format-image .post-content-thumbnail.large,
.blog .blog-content .post-content .post-format.post-format-gallery .post-content-thumbnail.large { 
    margin-bottom: 20px;
}
.blog .blog-content .post-content .post-content-thumbnail .ribbon {
    background: #32a1dd;
    color: #FFFFFF;
    position: absolute;
    top: 20px;
    right: -60px;
    width: 200px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
    z-index: 1000;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- TIMELINE ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */  
.timeline {
  position: relative;
  padding: 60px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #f3f1f1;
}
@media only screen and (min-width: 1170px) {
  .timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.timeline-element {
  position: relative;
  margin-bottom: 60px;
}
.timeline-element:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-element-format {
  position: absolute;
  top: 6px;
  left: 14px;
  width: 10px;
  height: 10px;
  background: #333333;
  border-radius: 50%;
}
@media only screen and (min-width: 1170px) {
  .timeline-element-format {
    width: 10px;
    height: 10px;
    left: 50%;
    top: 5px;
    margin-left: -5px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}
.timeline-element-format.audio {
  background: #FAD46B;
}
.timeline-element-format.video {
  background: #F84545;
}
.timeline-element-format.quote {
  background: #32a1dd;
}
.timeline-element-format.gallery {
  background: #3EB5AC;
}
.timeline-element-format.link {
  background: #32a1dd;
}
.timeline-element-content {
  position: relative;
  margin-left: 60px;
}
.timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-element-content .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: inherit;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.timeline-element-content p {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
@media only screen and (max-width: 1170px) {
    .timeline-element-content .title,
    .timeline-element-content p {
      text-align: left;
    }
}
.timeline-element-content .date {
  float: left;
    white-space: nowrap;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    background: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
@media only screen and (min-width: 1170px) {
  .timeline-element-content {
    margin-left: 0;
    width: 45%;
  }
  .timeline-element-content .date {
    position: absolute;
    left: 122%;
    top: -4px;
  }
  .timeline-element:nth-child(even) .timeline-element-content {
    float: right;
  }
  .timeline-element:nth-child(even) .timeline-element-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .timeline-element:nth-child(even) .timeline-element-content .title,
  .timeline-element:nth-child(even) .timeline-element-content p {
    text-align: left;
  }
  .timeline-element:nth-child(even) .timeline-element-content .date {
    left: auto;
    right: 122%;
    text-align: right;
  }
} 
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- ERROR ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.error404 .error404-content {
    padding-top: 200px;
    padding-bottom: 200px;
}
@media screen and (max-width: 992px) {
    .error404 .error404-content {
        padding-top:  20px;
        padding-bottom:  20px;
    }
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- SOCIAL LINKS ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.social-links {
    text-align: center;
}
.social-links .social-link {
    padding: 5px 10px;
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.social-links .social-link.facebook {
    border-bottom: solid 3px #3b5998;
    color: #3b5998;
}
.social-links .social-link.facebook:hover {
    background: #3b5998;
    color: #FFF;
}
.social-links .social-link.linkedin {
    border-bottom: solid 3px #007bb5;
    color: #007bb5;
}
.social-links .social-link.linkedin:hover {
    background: #007bb5;
    color: #FFF;
}
.social-links .social-link.twitter {
    border-bottom: solid 3px #00aced;
    color: #00aced;
}
.social-links .social-link.twitter:hover {
    background: #00aced;
    color: #FFF;
}
.social-links .social-link.youtube {
    border-bottom: solid 3px #bb0000;
    color: #bb0000;
}
.social-links .social-link.youtube:hover {
    background:#bb0000;
    color: #FFF;
}
.social-links .social-link.google {
    border-bottom: solid 3px #dd4b39;
    color: #dd4b39;
}
.social-links .social-link.google:hover {
    background: #dd4b39;
    color: #FFF;
}
.social-links .social-link.skype {
    border-bottom: solid 3px #3b5998;
    color: #3b5998;
}
.social-links .social-link.skype:hover{
    background: #3b5998;
    color: #FFF;
}
.social-links .social-link.dribbble {
    border-bottom: solid 3px #ea4c89;
    color: #ea4c89;
}
.social-links .social-link.dribbble:hover {
    background: #ea4c89;
    color: #FFF;
}
.social-links .social-link.instagram {
    border-bottom: solid 3px #125688;
    color: #125688;
}
.social-links .social-link.instagram:hover {
    background: #125688;
    color: #FFF;
}



/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- SIDEBAR ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.sidebar {
    position: relative;
}
.sidebar.sidebar-left, 
.sidebar.sidebar-right {
    padding-bottom: 20px;
}
.sidebar.sidebar-left li.widget,
.sidebar.sidebar-right li.widget{
	margin-bottom: 30px;
    background: #f3f1f1;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.sidebar.sidebar-left li.widget:first-child,
.sidebar.sidebar-right li.widget:first-child{}
.sidebar.sidebar-left li.widget:last-child,
.sidebar.sidebar-right li.widget:last-child{}
@media screen and (max-width: 748px) {
    .sidebar.sidebar-left li.widget:first-child,
    .sidebar.sidebar-right li.widget:first-child{
        margin-top: 60px;
    }
}
.sidebar.sidebar-left li.widget h2.widgettitle,
.sidebar.sidebar-right li.widget h2.widgettitle {
	margin-top: 0px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #CCCCCC;
}
.sidebar.sidebar-header {
    padding: 5px 0px;
} 
@media screen and (max-width: 748px) {
    .sidebar.sidebar-header {
        display: none;
    } 
}
.sidebar.sidebar-header .info {
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px rgba(0,0,0,0.15);
    font-size: 90%;
} 
.sidebar.sidebar-header .info:last-child {
    border-right: none;
}
@media screen and (max-width: 992px) {
    .sidebar.sidebar-header .info,
    .sidebar.sidebar-responsive .info {
        width: 100%;
        display: block;
    } 
}
@media screen and (max-width: 992px) {
    .sidebar.sidebar-header,
    .sidebar.sidebar-header .text-right{
        text-align: left !important;
    }
}
.sidebar.sidebar-footer {}
.sidebar.sidebar-responsive h2.widgettitle {
    font-size: 18px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sidebar.sidebar-responsive .textwidget {
    font-size: 80%;
}
.sidebar li.widget {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sidebar li.widget h2.widgettitle {
	font-size: 22px;
    color: #32a1dd;
}
.sidebar li.widget ul {
	margin: 0px;
    padding: 0px;
    list-style: none;
}
.sidebar li.widget ul li {
	border-bottom: solid 1px rgba(0,0,0,0.15);
    padding: 5px 0px;
    font-size: 90%;
    background: none;
}
.sidebar li.widget.widget_tag_cloud {
    background: #005486;
}
.sidebar li.widget.widget_tag_cloud h2.widgettitle {
    color: #FFFFFF;
}
.sidebar li.widget.widget_tag_cloud a {
    background: #FFFFFF;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
/*  ---WIDGET PAGE---  */
.sidebar li.widget.widget_pages ul li {
    background: #CCCCCC;
    padding: 5px 15px;
    margin-bottom: 2px;
    border-bottom: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
.sidebar li.widget.widget_pages ul li a{
    color: #333333;
    font-weight: bold;
}
.sidebar li.widget.widget_pages ul li.current_page_item {
    background: #32a1dd;
    border-bottom: none;
}
.sidebar li.widget.widget_pages ul li.current_page_item a{
    color: #FFFFFF;
    font-weight: bold;
}
/*  ---WIDGET ARCHIVE---  */
.sidebar li.widget.widget_archive ul li a {
    color: #333333;
    font-weight: bold;
    text-transform: capitalize;
}
.sidebar li.widget.widget_archive ul li .count {
    background: #32a1dd;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
.sidebar li.widget.widget_archive ul li:last-child {
    border-bottom: none;
}
/*  ---WIDGET MENU---  */
.sidebar li.widget.widget_nav_menu {
    margin-bottom: 30px;
    background: #FFFFFF;
    padding: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.sidebar li.widget.widget_nav_menu h2.widgettitle {
    color:  #333333;
}
.sidebar li.widget.widget_nav_menu ul li {
    border: none;
    padding: 2px 0px;
}
.sidebar li.widget.widget_nav_menu ul li a .menu-title {
    background: #CCCCCC;
    color: #333333;
    font-weight: bold;
    padding: 5px 15px;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
.sidebar li.widget.widget_nav_menu ul li.current-menu-item a .menu-title {
    background: #32a1dd;
    color: #FFFFFF;
}
    
.sidebar li.widget.widget_nav_menu ul li.menu-item-has-children a .menu-title {
    margin-bottom: 2px;
}
.sidebar li.widget.widget_nav_menu ul li ul.sub-menu li a .menu-title {
    margin-left: 30px;
    margin-bottom: 0px;
}
.sidebar li.widget.widget_nav_menu ul li ul.sub-menu li  {
    background: 
                    url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-ul-li-plus.svg') no-repeat 5px center
        ;
    background-size: 10px;
}
.sidebar li.widget.widget_nav_menu svg {
    display: none;
}
/*  ---WIDGET ARCHIVE---  */
.sidebar li.widget.widget_archive ul li a {
    color: #333333;
    font-weight: bold;
    text-transform: capitalize;
}
.sidebar li.widget.widget_archive ul li .count {
    background: #32a1dd;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
.sidebar li.widget.widget_archive ul li:last-child {
    border-bottom: none;
}
/*  ---WIDGET CATEGORIES---  */
.sidebar li.widget.widget_categories ul li.cat-item a {
    color: #333333;
    font-weight: bold;
}
.sidebar li.widget.widget_categories ul li.cat-item ul.children li {
    border: none;
}
.sidebar li.widget.widget_categories ul li.cat-item ul.children li a {
    color: #333333;
    font-weight: bold;
    padding-left: 20px;
    background: 
                    url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-ul-li-plus.svg') no-repeat center left
        ;
    background-size: 10px;
}
.sidebar li.widget.widget_categories ul li .count {
    background: #32a1dd;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
.sidebar li.widget.widget_categories ul li:last-child {
    border-bottom: none;
}
/*  ---WIDGET RSS---  */
.sidebar li.widget_rss h2.widgettitle img {
    display: none;
}
.sidebar li.widget_rss ul li {
    margin-bottom: 15px;
}
.sidebar li.widget_rss ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}
.sidebar li.widget_rss ul li .rsswidget {
    font-size: 130%;
    font-weight: bold;
    display: block;
}
.sidebar li.widget_rss ul li .rss-date {
    font-size: 90%;
    background: #333333;
    color: #FFFFFF;
    padding: 0px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
.sidebar li.widget_rss ul li cite {
    font-size: 90%;
    font-weight: bold;
    background: #CCCCCC;
    color: #333333;
    padding: 0px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
/*  ---WIDGET META---  */
.sidebar li.widget.widget_meta {
    background: #F84545;
    padding: 15px;
}
.sidebar li.widget.widget_meta h2.widgettitle {
    color: #FFFFFF;
}
.sidebar li.widget.widget_meta ul li a {
    color: #FFFFFF;
    font-weight: bold;
}
.sidebar li.widget.widget_meta ul li a abbr {
    border-bottom: 2px solid #FFFFFF;
}
.sidebar li.widget.widget_meta ul li:last-child {
    border: none;
}
/*  ---WIDGET RECENT COMMENT---  */
.sidebar li.widget.widget_recent_comments li.recentcomments .comment-author-link {
    font-weight: bold;
}
.sidebar li.widget.widget_recent_comments li.recentcomments:last-child {
    border-bottom: none;
}
/*  ---WIDGET REVOLUTION SLIDER---  */
.sidebar li.widget.widget_revslider {
    background: none;
    padding: 0px;
}
                
/*  ---WIDGET STARTER RECENT POSTS---  */
.sidebar li.starter-widget-recent-posts {}
.sidebar li.starter-widget-recent-posts .recent-post {
    margin-bottom: 15px;
}
.sidebar li.starter-widget-recent-posts .recent-post:last-child {
    margin-bottom: 0px;
}
.sidebar li.starter-widget-recent-posts .recent-post-title {
    font-size: 110%;
    font-weight: bold;
}
/*  ---WIDGET STARTER MOST VIEWS---  */
.sidebar li.starter-widget-most-views {}
.sidebar li.starter-widget-most-views .most-views {
    margin-bottom: 15px;
}
.sidebar li.starter-widget-most-views .most-views:last-child {
    margin-bottom: 0px;
}
.sidebar li.starter-widget-most-views .most-views-title {
    font-size: 110%;
    font-weight: bold;
}               
/*  ---WIDGET WPML---  */
.sidebar.sidebar-languages .language-info {
    line-height: 28px;
    margin-right: 15px;
}
.sidebar.sidebar-languages .widget_icl_lang_sel_widget,
.sidebar.sidebar-languages .widget_icl_lang_sel_widget ul {
    display: inline-block;
}
.sidebar.sidebar-languages .widget_icl_lang_sel_widget ul li {
    border-bottom: none;
    padding: 0px;
    font-size: inherit;
    display: inline-block;
}
.sidebar.sidebar-languages .widget_icl_lang_sel_widget ul li img.iclflag {
    height: 16px;
    width: 22px;
}
/*  ---WIDGET CONTACTFORM7---  */
.sidebar li.widget_text {}
.sidebar li.widget_text .wpcf7 {}
.sidebar li.widget_text .wpcf7 textarea {
    height: 150px;
}
.sidebar li.widget_text .wpcf7 div.wpcf7-response-output {
    margin: 0px !important;
    padding: 15px !important;
}
.sidebar li.widget_text .wpcf7 div.wpcf7-display-none {
    display: none;
}
/*  ---WIDGET CALENDAR---  */
.sidebar #wp-calendar {
    width:100%;
    font-weight: bold;
    border-collapse: collapse;
}
.sidebar #wp-calendar caption {
    display: none;
}
.sidebar #wp-calendar tbody td {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 5px;
}
.sidebar #wp-calendar tbody td:hover {
    border-color: rgba(0,0,0,0.25);
    background: rgba(0,0,0,0.15);
    color: #FFFFFF;
}
.sidebar #wp-calendar tbody td.pad {
    border: 0;
}
.sidebar #wp-calendar tbody td.pad:hover {
    border-color: inherit;
    background: inherit;
    color: inherit;
}
.sidebar #wp-calendar tbody td#today {
    color: #FFFFFF;
    border-color: #32a1dd;
    background: #32a1dd;
}
.sidebar #wp-calendar tbody td#today a {
    color: #005486;
}
.sidebar #wp-calendar tfoot td#prev a,
.sidebar #wp-calendar tfoot td#next a {
    color:#888;
    font-size:12px;
    font-weight:400;
    position:relative;
    text-transform:uppercase;
    bottom:-9px;
    margin-bottom:1px;
}
.sidebar #wp-calendar tfoot td#prev {
    text-align:left;
    border: 0;
}
.sidebar #wp-calendar tfoot td#next {
    text-align:right;
    border: 0;
}
.sidebar #wp-calendar thead th {
    font-weight: bold;
    text-align:center;
    padding-bottom: 10px;
}
.sidebar #wp-calendar tbody td a,
.sidebar #wp-calendar tfoot td#prev a:hover,
.sidebar #wp-calendar tfoot td#next a:hover {
}

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

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- MASSONRY ADD-ON ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-lg, .grid-md, .grid-sm, .grid-xs {}
.grid-sizer-lg, .grid-lg .grid-item { width: 100%; }
.grid-sizer-md, .grid-md .grid-item { width: 50%; }
.grid-sizer-sm, .grid-sm .grid-item { width: 25%; }
.grid-sizer-xs, .grid-xs .grid-item { width: 12.5%; }
@media screen and (max-width: 748px) {
    .grid-sizer-lg, .grid-lg .grid-item,
    .grid-sizer-md, .grid-md .grid-item,
    .grid-sizer-sm, .grid-sm .grid-item,
    .grid-sizer-xs, .grid-xs .grid-item {
        width: 100%;
    }
}
.grid-lg .grid-item , 
.grid-md .grid-item , 
.grid-sm .grid-item , 
.grid-xs .grid-item  { 
    float: left;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}
.grid-lg .grid-item .grid-item-content,
.grid-md .grid-item .grid-item-content,
.grid-sm .grid-item .grid-item-content,
.grid-xs .grid-item .grid-item-content {
    margin: 0px 15px 30px 15px;
    border: solid 1px #f3f1f1;
    position: relative;
    overflow: hidden;
}
.grid-lg .grid-item .grid-item-content.grid-item-content-quote,
.grid-md .grid-item .grid-item-content.grid-item-content-quote,
.grid-sm .grid-item .grid-item-content.grid-item-content-quote,
.grid-xs .grid-item .grid-item-content.grid-item-content-quote {
    margin: 0px 15px 30px 15px;
    border: solid 1px #32a1dd;
    background: #32a1dd;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.grid-lg .grid-item .grid-item-content .grid-item-thumbnail,
.grid-md .grid-item .grid-item-content .grid-item-thumbnail,
.grid-sm .grid-item .grid-item-content .grid-item-thumbnail,
.grid-xs .grid-item .grid-item-content .grid-item-thumbnail {}
.grid-lg .grid-item .grid-item-content .grid-item-thumbnail img,
.grid-md .grid-item .grid-item-content .grid-item-thumbnail img,
.grid-sm .grid-item .grid-item-content .grid-item-thumbnail img,
.grid-xs .grid-item .grid-item-content .grid-item-thumbnail img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px
}
.grid-lg .grid-item .grid-item-content .grid-item-thumbnail .video-container,
.grid-md .grid-item .grid-item-content .grid-item-thumbnail .video-container,
.grid-sm .grid-item .grid-item-content .grid-item-thumbnail .video-container,
.grid-xs .grid-item .grid-item-content .grid-item-thumbnail .video-container {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.grid-lg .grid-item .grid-item-content .grid-item-thumbnail .video-container iframe,
.grid-md .grid-item .grid-item-content .grid-item-thumbnail .video-container iframe,
.grid-sm .grid-item .grid-item-content .grid-item-thumbnail .video-container iframe,
.grid-xs .grid-item .grid-item-content .grid-item-thumbnail .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}               
.grid-lg .grid-item .grid-item-content .grid-item-thumbnail .ribbon,
.grid-md .grid-item .grid-item-content .grid-item-thumbnail .ribbon,
.grid-sm .grid-item .grid-item-content .grid-item-thumbnail .ribbon,
.grid-xs .grid-item .grid-item-content .grid-item-thumbnail .ribbon {
    background: #32a1dd;
    color: #FFFFFF;
    position: absolute;
    top: 20px;
    right: -60px;
    width: 200px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
    z-index: 1000;
}
.grid-lg .grid-item .grid-item-content .grid-item-info,
.grid-md .grid-item .grid-item-content .grid-item-info,
.grid-sm .grid-item .grid-item-content .grid-item-info,
.grid-xs .grid-item .grid-item-content .grid-item-info {
    margin: 15px;
}
.grid-lg .grid-item .grid-item-content .grid-item-title,
.grid-md .grid-item .grid-item-content .grid-item-title,
.grid-sm .grid-item .grid-item-content .grid-item-title,
.grid-xs .grid-item .grid-item-content .grid-item-title {
    font-size: 22px;
    border-bottom: solid 1px #f3f1f1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.grid-lg .grid-item .grid-item-content .grid-item-date,
.grid-md .grid-item .grid-item-content .grid-item-date,
.grid-sm .grid-item .grid-item-content .grid-item-date,
.grid-xs .grid-item .grid-item-content .grid-item-date {
    font-size: 80%;
    margin-top: 10px;
    color: #CCCCCC;
}
.grid-lg .grid-item .grid-item-content .moretag,
.grid-md .grid-item .grid-item-content .moretag,
.grid-sm .grid-item .grid-item-content .moretag,
.grid-xs .grid-item .grid-item-content .moretag {
    font-size: 80%;
}
.grid-lg .grid-item .ico,
.grid-md .grid-item .ico,
.grid-sm .grid-item .ico,
.grid-xs .grid-item .ico {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #F84545;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    width: 30px;
    height: 30px;
}  
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PAGINATION ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */  
.pagination-navigation {
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    background: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
.pagination-navigation ul.page-numbers {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pagination-navigation ul.page-numbers li {
    display: inline-block;
}
.pagination-navigation ul.page-numbers li > .page-numbers {
    padding: 10px 15px;
    display: inline-block;
    font-weight: bold;
    background: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.pagination-navigation ul.page-numbers li > .page-numbers.current {
    background: #CCCCCC;
}
.pagination-navigation ul.page-numbers li > .page-numbers.next {
    margin-left: 15px;
}
.pagination-navigation ul.page-numbers li > .page-numbers.prev {
    margin-right: 15px;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- FOOTER ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
footer {
    color: #CCCCCC;
    padding-bottom: 80px;
    padding-top: 80px;
    background:
                    #045183;
        ;
     color:
                    #ffffff;
        ;
}
footer svg {
    position: relative;
    top: 4px;
    margin-left: 5px;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- NOTICE ALERT ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.notice-alert {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 15px;
    background: #FF3300;
    color:  #FFFFFF;
    opacity: 0.85;
}
.notice-alert .notice-alert-close {
    background: #FFFFFF;
    color: #FF3300;
    padding: 2px 5px;
    cursor: pointer;
    margin-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; 
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- SPINNER ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BACK TO TOP ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top {
    display: inline-block;
    position: fixed;
    height: 40px;
    width: 40px;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    padding-top: 6px;
    overflow: hidden;
    background: #333;
    color: #FFFFFF;
    text-align: center;
    visibility: hidden;
    padding-top: 6px;
    opacity: 0;
    z-index: 2500;
    text-decoration: none !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.back-to-top.back-to-top-is-visible, .back-to-top.back-to-top-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: 1;
}
.back-to-top.back-to-top-fade-out {
    opacity: .5;
}
.no-touch .back-to-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- MAINTENANCE ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- CONTACT FORM 7 ADD-ON --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.wpcf7-list-item {
    margin: 0px !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYER SLIDER ADD-ON --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.ls-inner {
    background-size: cover;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- WORDPRESS IMAGE ADD-ON --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin: 0px 15px 15px 0px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 15px 15px;
}
@media screen and (max-width: 748px) {
    .alignright,
    .aligncenter,
    .alignleft {
        display: block;
        max-width: 100%;
        height: auto;
        float: inherit !important;
        margin: auto !important;
        width: inherit !important;
        height: inherit !important;
    }
}
.gallery img {
    width: 100%;
    height: auto;
    border: solid 5px #FFFFFF !important;
}
.gallery .gallery-item {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- GLYPHS CARACTER MAPPING ADD-ON --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.glyphs.css-mapping {
    margin: 0px;
    padding: 0px;
}
.glyphs.css-mapping li {
    border: solid 1px #f3f1f1;
    margin: 1%;
    padding: 0 !important;
    display: inline-block;
    overflow: hidden;
    width: 12%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.glyphs.css-mapping li p {
    margin-top: 15px;
    font-size: 70%;
}
.glyphs.css-mapping .icon {
    margin: 0;
    margin-right: 10px;
    padding: 13px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    float: left;
    font-size: 24px
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- UI DATEPICKER --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.ui-datepicker {
    z-index: 100000000 !important;
    background: #FFF;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    -o-border-radius: 2px;  
    -ms-border-radius: 2px; 
    border-radius: 2px; 
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.35); 
    -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.35);
}
.ui-datepicker .ui-datepicker-header {
    padding: 10px;
    border-bottom: solid 1px #EEE;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    content: ' ';
    background: url('../img/img-datepicker-left.svg');
    width: 25px;
    height: 25px;
    display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    float: right;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    content: ' ';
    background: url('../img/img-datepicker-right.svg');
    width: 25px;
    height: 25px;
    display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    font-weight: bold;
}
.ui-datepicker .ui-datepicker-calendar {
    margin: 10px;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: solid 1px #EEE;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
    border: none;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: inherit;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-hover {
    background: #EEE;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 0px 1px #EEE;
    -moz-box-shadow: 0px 0px 0px 1px #EEE;
    -o-box-shadow: 0px 0px 0px 1px #EEE;
    -ms-box-shadow: 0px 0px 0px 1px #EEE;
    box-shadow: 0px 0px 0px 1px #EEE;
    z-index: 1000;
    position: relative;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
    background: #CCC;
    color: #666;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 0px 1px #CCC;
    -moz-box-shadow: 0px 0px 0px 1px #CCC;
    -o-box-shadow: 0px 0px 0px 1px #CCC;
    -ms-box-shadow: 0px 0px 0px 1px #CCC;
    box-shadow: 0px 0px 0px 1px #CCC;
    z-index: 1000;
    position: relative;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-active {
    background: #a3bc63;
    color: #FFF;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 0px 1px #a3bc63;
    -moz-box-shadow: 0px 0px 0px 1px #a3bc63;
    -o-box-shadow: 0px 0px 0px 1px #a3bc63;
    -ms-box-shadow: 0px 0px 0px 1px #a3bc63;
    box-shadow: 0px 0px 0px 1px #a3bc63;
    z-index: 1000;
    position: relative;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PACE ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */  
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #F84545;
  position: fixed;
  z-index: 2000;
  top: 0px;
  right: 100%;
  width: 100%;
  height: 2px;
}
    
</style>

<style>
/* Version 0.4 */

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- RESET ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
* {outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; overflow-X: hidden;}
body {margin: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0; color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {-moz-box-sizing: content-box;box-sizing: content-box; height: 0;}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],
html input[disabled] {cursor: default;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box; -webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-left:before,.container-left:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {content: " ";display: table;}
.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {clear: both;}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BASE ------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    background: #FFFFFF;
    font-family: "Lato", Arial, Helvetica, sans-serif ;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
a {
    color: #32a1dd;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    opacity: 0.65;
}
a.underline {
    text-decoration: underline;
}
img {
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", Arial, Helvetica, sans-serif ;
    font-weight: 500;
    line-height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #005486;
}
h1 {font-size: 24px;}
@media screen and (max-width: 748px) {
    h1 {font-size: 28px;}
}
h2 {font-size: 24px;}
@media screen and (max-width: 748px) {
    h2 {font-size: 24px;}
}
h3 {font-size: 24px;}
@media screen and (max-width: 748px) {
    h3 {font-size: 20px;}
}
h4 {font-size: 24px;}
@media screen and (max-width: 748px) {
    h4 {font-size: 16px;}
}
h5 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 748px) {
    h5 {font-size: 16px;}
}
h6 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 748px) {
    h6 {font-size: 16px;}
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F84545;
    display: block;
    margin-bottom: 15px;
}
h1 small i,
h2 small i,
h3 small i,
h4 small i,
h5 small i,
h6 small i {
    position: relative;
    top: -1px;
    margin-right: 10px;
}
hr {
    border: none;
    border-bottom: solid 1px #f3f1f1;
    margin-top: 30px;
    margin-bottom: 30px;
}
hr.blank {
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
hr.hr-xs {   
    border: none;
    border-bottom: solid 3px #F84545;
    margin: auto;
    margin-bottom: 30px;
    width: 50px;
    display: inline-block;   
}
hr.hr-xs.white {
    border-color: #FFFFFF;
}
p,
.p {
    margin: 0 0 15px;
}
small {
    font-size: 80%;
    line-height: 100%;
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #32a1dd;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-uppercase {
    text-transform: uppercase;
}   
.text-muted {
    color: #CCCCCC;
}
.text-primary {
    color: #005486;
}
.text-success {
    color: #3EB5AC;
}
.text-danger {
    color: #F84545;
}
.text-warning,
.wpcf7-not-valid-tip {
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    color: #FAD46B !important;
}
.text-info {
    color: #32a1dd;
}
.text-white {
    color: #FFFFFF}
.text-link {
    color: #32a1dd;
}
.text-bg-primary,
.text-bg-success,
.text-bg-info,
.text-bg-warning,
.text-bg-danger,
.text-bg-text {
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.text-bg-primary {
    background: #f3f1f1;
}
.text-bg-success {
    color: #FFFFFF;
    background: #3EB5AC;
}
.text-bg-info {
    color: #FFFFFF;
    background: #32a1dd;
}
.text-bg-warning {
    color: #FFFFFF;
    background: #FAD46B;
}
.text-bg-danger {
    color: #FFFFFF;
    background: #F84545;
}
.text-bg-text {
    background: #333333;
}
.text-uppercase {
    text-transform: uppercase;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BORDER ----------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.border-right {
    border-right: solid 1px rgba(0,0,0,0.10);
}
.border-left {
    border-left: solid 1px rgba(0,0,0,0.10);
}
.border-top {
    border-top: solid 1px rgba(0,0,0,0.10);
}
.border-bottom {
    border-bottom: solid 1px rgba(0,0,0,0.10);
}
@media screen and (max-width: 992px) {
    .border-left,
    .border-right {
        border: none;
    } 
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BLOCKQUOTE + CODE + DL ----------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
blockquote {
    padding: 0px 0px 0px 30px;
    margin: 15px;
    font-size: 30px;
    line-height: 40px;
    font-family: times;
    font-style: italic;
    color: #CCCCCC;
    position: relative;
    overflow: inherit !important;
}
@media screen and (max-width: 748px) {
    blockquote {
        font-size: 20px;
        line-height: 25px;
    }
}
blockquote:before {
    content: "“" !important;
    position: absolute;
    top: 100px;
    left: -130px;
    font-size: 300px;
    color: #CCCCCC;
}
blockquote:after {
    content: "”" !important;
    position: absolute;
    bottom: 0px;
    right: -100px;
    font-size: 300px;
    color: #CCCCCC;
}
blockquote a {
    font-weight: bold;
    color: inherit;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote .footer {
    font: bold 12px/12px "Lato", Arial, Helvetica, sans-serif;
    display: block;
    text-transform: uppercase;
    color: #F84545;
}
blockquote .footer i {
    position: relative;
    top: 2px;
    margin-right: 10px;
}
code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 2px 4px;
    font-size: 80%;
    color: #F84545;
    white-space: nowrap;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
dl {
    margin-top: 0;
    margin-bottom: 15px;
}

dt {
    font-weight: bold;
}
@media (min-width: 748px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .dl-horizontal dd {
    margin-left: 180px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BACKGROUND ----------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.bg-primary {
    background: #f3f1f1;
}
.bg-success {
    color: #FFFFFF;
    background: #3EB5AC;
}
.bg-info {
    color: #FFFFFF;
    background: #32a1dd;
}
.bg-warning {
    color: #FFFFFF;
    background: #FAD46B;
}
.bg-danger {
    color: #FFFFFF;
    background: #F84545;
}
.bg-text {
    background: #333333;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- HELPERS 1 ----------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.size-full, 
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.img-responsive img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media screen and (max-width: 992px) {
    .img-responsive {
        margin-bottom: 15px;
        margin: auto;
    }
}
.img-hr {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -50px;
}
.img-debord-left {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
 
}
@media screen and (max-width: 748px) {
    .img-debord-left {
        position: relative;
        top: inherit;
        right: inherit;
        display: block;
        max-width: 100%;
        height: auto !important;
    }
}
.img-debord-right {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
 
}
@media screen and (max-width: 748px) {
    .img-debord-right {
        position: relative;
        top: inherit;
        left: inherit;
        display: block;
        max-width: 100%;
        height: auto !important;
    }
}
.img-no-radius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.img-force-center {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- GRID ------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
    
.container {
    margin-right: auto;
    margin-left: auto; 
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 748px) {
    .container {
        width: 750px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 992px) {.container {width: 970px;}}
@media (min-width: 1300px) {.container {width: 1210px;}}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 748px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.row {
    margin-left: -30px;
    margin-right: -30px;
}
@media (min-width: 748px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 748px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left;}
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}
.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666667%;}
.col-xs-pull-7 {right: 58.33333333%;}
.col-xs-pull-6 {right: 50%;}
.col-xs-pull-5 {right: 41.66666667%;}
.col-xs-pull-4 {right: 33.33333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.66666667%;}
.col-xs-pull-1 {right: 8.33333333%;}
.col-xs-pull-0 {right: 0%;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666667%;}
.col-xs-push-7 {left: 58.33333333%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666667%;}
.col-xs-push-4 {left: 33.33333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.66666667%;}
.col-xs-push-1 {left: 8.33333333%;}
.col-xs-push-0 {left: 0%;}
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 {margin-left: 91.66666667%;}
.col-xs-offset-10 {margin-left: 83.33333333%;}
.col-xs-offset-9 {margin-left: 75%;}
.col-xs-offset-8 {margin-left: 66.66666667%;}
.col-xs-offset-7 {margin-left: 58.33333333%;}
.col-xs-offset-6 {margin-left: 50%;}
.col-xs-offset-5 {margin-left: 41.66666667%;}
.col-xs-offset-4 {margin-left: 33.33333333%;}
.col-xs-offset-3 {margin-left: 25%;}
.col-xs-offset-2 {margin-left: 16.66666667%;}
.col-xs-offset-1 {margin-left: 8.33333333%;}
.col-xs-offset-0 {margin-left: 0%;}
@media (min-width: 748px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
    .col-sm-12 {width: 100%;}
    .col-sm-11 {width: 91.66666667%;}
    .col-sm-10 {width: 83.33333333%;}
    .col-sm-9 {width: 75%;}
    .col-sm-8 {width: 66.66666667%;}
    .col-sm-7 {width: 58.33333333%;}
    .col-sm-6 {width: 50%;}
    .col-sm-5 {width: 41.66666667%;}
    .col-sm-4 {width: 33.33333333%;}
    .col-sm-3 {width: 25%;}
    .col-sm-2 {width: 16.66666667%;}
    .col-sm-1 {width: 8.33333333%;}
    .col-sm-pull-12 {right: 100%;}
    .col-sm-pull-11 {right: 91.66666667%;}
    .col-sm-pull-10 {right: 83.33333333%;}
    .col-sm-pull-9 {right: 75%;}
    .col-sm-pull-8 {right: 66.66666667%;}
    .col-sm-pull-7 {right: 58.33333333%;}
    .col-sm-pull-6 {right: 50%;}
    .col-sm-pull-5 {right: 41.66666667%;}
    .col-sm-pull-4 {right: 33.33333333%;}
    .col-sm-pull-3 {right: 25%;}
    .col-sm-pull-2 {right: 16.66666667%;}
    .col-sm-pull-1 {right: 8.33333333%;}
    .col-sm-pull-0 {right: 0%;}
    .col-sm-push-12 {left: 100%;}
    .col-sm-push-11 {left: 91.66666667%;}
    .col-sm-push-10 {left: 83.33333333%;}
    .col-sm-push-9 {left: 75%;}
    .col-sm-push-8 {left: 66.66666667%;}
    .col-sm-push-7 {left: 58.33333333%;}
    .col-sm-push-6 {left: 50%;}
    .col-sm-push-5 {left: 41.66666667%;}
    .col-sm-push-4 {left: 33.33333333%;}
    .col-sm-push-3 {left: 25%;}
    .col-sm-push-2 {left: 16.66666667%;}
    .col-sm-push-1 {left: 8.33333333%;}
    .col-sm-push-0 {left: 0%;}
    .col-sm-offset-12 {margin-left: 100%;}
    .col-sm-offset-11 {margin-left: 91.66666667%;}
    .col-sm-offset-10 {margin-left: 83.33333333%;}
    .col-sm-offset-9 {margin-left: 75%;}
    .col-sm-offset-8 {margin-left: 66.66666667%;}
    .col-sm-offset-7 {margin-left: 58.33333333%;}
    .col-sm-offset-6 {margin-left: 50%;}
    .col-sm-offset-5 {margin-left: 41.66666667%;}
    .col-sm-offset-4 {margin-left: 33.33333333%;}
    .col-sm-offset-3 {margin-left: 25%;}
    .col-sm-offset-2 {margin-left: 16.66666667%;}
    .col-sm-offset-1 {margin-left: 8.33333333%;}
    .col-sm-offset-0 {margin-left: 0%;}
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
    .col-md-12 {width: 100%;}
    .col-md-11 {width: 91.66666667%;}
    .col-md-10 {width: 83.33333333%;}
    .col-md-9 {width: 75%;}
    .col-md-8 {width: 66.66666667%;}
    .col-md-7 {width: 58.33333333%;}
    .col-md-6 {width: 50%;}
    .col-md-5 {width: 41.66666667%;}
    .col-md-4 {width: 33.33333333%;}
    .col-md-3 {width: 25%;}
    .col-md-2 {width: 16.66666667%;}
    .col-md-1 {width: 8.33333333%;}
    .col-md-pull-12 {right: 100%;}
    .col-md-pull-11 {right: 91.66666667%;}
    .col-md-pull-10 {right: 83.33333333%;}
    .col-md-pull-9 {right: 75%;}
    .col-md-pull-8 {right: 66.66666667%;}
    .col-md-pull-7 {right: 58.33333333%;}
    .col-md-pull-6 {right: 50%;}
    .col-md-pull-5 {right: 41.66666667%;}
    .col-md-pull-4 {right: 33.33333333%;}
    .col-md-pull-3 {right: 25%;}
    .col-md-pull-2 {right: 16.66666667%;}
    .col-md-pull-1 {right: 8.33333333%;}
    .col-md-pull-0 {right: 0%;}
    .col-md-push-12 {left: 100%;}
    .col-md-push-11 {left: 91.66666667%;}
    .col-md-push-10 {left: 83.33333333%;}
    .col-md-push-9 {left: 75%;}
    .col-md-push-8 {left: 66.66666667%;}
    .col-md-push-7 {left: 58.33333333%;}
    .col-md-push-6 {left: 50%;}
    .col-md-push-5 {left: 41.66666667%;}
    .col-md-push-4 {left: 33.33333333%;}
    .col-md-push-3 {left: 25%;}
    .col-md-push-2 {left: 16.66666667%;}
    .col-md-push-1 {left: 8.33333333%;}
    .col-md-push-0 {left: 0%;}
    .col-md-offset-12 {margin-left: 100%;}
    .col-md-offset-11 {margin-left: 91.66666667%;}
    .col-md-offset-10 {margin-left: 83.33333333%;}
    .col-md-offset-9 {margin-left: 75%;}
    .col-md-offset-8 {margin-left: 66.66666667%;}
    .col-md-offset-7 {margin-left: 58.33333333%;}
    .col-md-offset-6 {margin-left: 50%;}
    .col-md-offset-5 {margin-left: 41.66666667%;}
    .col-md-offset-4 {margin-left: 33.33333333%;}
    .col-md-offset-3 {margin-left: 25%;}
    .col-md-offset-2 {margin-left: 16.66666667%;}
    .col-md-offset-1 {margin-left: 8.33333333%;}
    .col-md-offset-0 {margin-left: 0%;}
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left;}
    .col-lg-12 {width: 100%;}
    .col-lg-11 {width: 91.66666667%;}
    .col-lg-10 {width: 83.33333333%;}
    .col-lg-9 {width: 75%;}
    .col-lg-8 {width: 66.66666667%;}
    .col-lg-7 {width: 58.33333333%;}
    .col-lg-6 {width: 50%;}
    .col-lg-5 {width: 41.66666667%;}
    .col-lg-4 {width: 33.33333333%;}
    .col-lg-3 {width: 25%;}
    .col-lg-2 {width: 16.66666667%;}
    .col-lg-1 {width: 8.33333333%;}
    .col-lg-pull-12 {right: 100%;}
    .col-lg-pull-11 {right: 91.66666667%;}
    .col-lg-pull-10 {right: 83.33333333%;}
    .col-lg-pull-9 {right: 75%;}
    .col-lg-pull-8 {right: 66.66666667%;}
    .col-lg-pull-7 {right: 58.33333333%;}
    .col-lg-pull-6 {right: 50%;}
    .col-lg-pull-5 {right: 41.66666667%;}
    .col-lg-pull-4 {right: 33.33333333%;}
    .col-lg-pull-3 {right: 25%;}
    .col-lg-pull-2 {right: 16.66666667%;}
    .col-lg-pull-1 {right: 8.33333333%;}
    .col-lg-pull-0 {right: 0%;}
    .col-lg-push-12 {left: 100%;}
    .col-lg-push-11 {left: 91.66666667%;}
    .col-lg-push-10 {left: 83.33333333%;}
    .col-lg-push-9 {left: 75%;}
    .col-lg-push-8 {left: 66.66666667%;}
    .col-lg-push-7 {left: 58.33333333%;}
    .col-lg-push-6 {left: 50%;}
    .col-lg-push-5 {left: 41.66666667%;}
    .col-lg-push-4 {left: 33.33333333%;}
    .col-lg-push-3 {left: 25%;}
    .col-lg-push-2 {left: 16.66666667%;}
    .col-lg-push-1 {left: 8.33333333%;}
    .col-lg-push-0 {left: 0%;}
    .col-lg-offset-12 {margin-left: 100%;}
    .col-lg-offset-11 {margin-left: 91.66666667%;}
    .col-lg-offset-10 {margin-left: 83.33333333%;}
    .col-lg-offset-9 {margin-left: 75%;}
    .col-lg-offset-8 {margin-left: 66.66666667%;}
    .col-lg-offset-7 {margin-left: 58.33333333%;}
    .col-lg-offset-6 {margin-left: 50%;}
    .col-lg-offset-5 {margin-left: 41.66666667%;}
    .col-lg-offset-4 {margin-left: 33.33333333%;}
    .col-lg-offset-3 {margin-left: 25%;}
    .col-lg-offset-2 {margin-left: 16.66666667%;}
    .col-lg-offset-1 {margin-left: 8.33333333%;}
    .col-lg-offset-0 {margin-left: 0%;}
}
.col-white {
    background: #FFFFFF;
}
.col-primary {
    background: #005486;
    color: #FFFFFF;
}
.col-muted {
    background: #CCCCCC;
}
.col-alt {
    background: #f3f1f1;
}
.col-danger {
    background: #F84545;
    color: #FFFFFF;
}
.col-success {
    background: #3EB5AC;
    color: #FFFFFF;
}
.col-warning {
    background: #FAD46B;
    color: #FFFFFF;
}
.col-info {
    background: #32a1dd;
    color: #FFFFFF;
}
.col-link {
    background: #32a1dd;
    color: #FFFFFF;
}
.col-content {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
@media screen and (max-width: 748px) {
    .col-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.col-content-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 748px) {
    .col-content-sm {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.col-content.no-bottom {
    padding-bottom: 0px;
}
.col-content.no-top {
    padding-top: 0px;
}
.col-background {
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    min-height: 250px;
}
.col-background-fixed {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    min-height: 250px;
}
.col-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- TABLE ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
table {
    max-width: 100%;
}
.table {
    width: 100%;
    margin-bottom: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #f3f1f1;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 3px solid #CCCCCC;
}
.table tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 3px solid #CCCCCC;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #f3f1f1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f3f1f1;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f3f1f1;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f3f1f1;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #005486;
    color: #FFFFFF;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #3EB5AC;
    color: #FFFFFF;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #32a1dd;
    color: #FFFFFF;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #FAD46B;
    color: #FFFFFF;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #F84545;
    color: #FFFFFF;
}
@media (max-width: 748px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #f3f1f1;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- FORM ------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
label {
    color: #333333 !important;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 80%;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: 15px;
    cursor: pointer;
    float: left;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border: solid 1px #CCCCCC;
    position: relative;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
input[type="radio"] {
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
input[type="checkbox"] {
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
    background: #f3f1f1;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: #3EB5AC;
    border: solid 1px #3EB5AC;
}
input[type="checkbox"]:checked:before {
    content: " ";
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-form-checkbox.svg') no-repeat top center;
    width: 26px;
    height: 26px;
    display: block;
}
input[type="radio"]:checked:before {
    content: " ";
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-form-radio.svg') no-repeat bottom center;
    width: 26px;
    height: 26px;
    display: block;
}
input[type="checkbox"]:checked:hover, input[type="radio"]:checked:hover {
    background: #3EB5AC;
    border: solid 1px #3EB5AC;
}
select.form-control {
    display: block;
    width: 100%;
    padding: 8px 15px;
    background: #f3f1f1 url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-form-select.svg') no-repeat right center;
    border: none;
    border: solid 1px #CCCCCC;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    -webkit-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    -moz-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    -ms-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
}
input[type="tel"].form-control {
    background: #f3f1f1 url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-form-tel.svg') no-repeat right center;
}
input[type="url"].form-control {
    background: #f3f1f1 url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-form-url.svg') no-repeat right center;
}
input[type="email"].form-control {
    background: #f3f1f1 url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-form-email.svg') no-repeat right center;
}
input[type="text"].form-control {
    background: #f3f1f1 url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-form-text.svg') no-repeat right center;
}
.form-control {
    display: block;
    width: 100%;
    padding: 9px 15px;
    background: #f3f1f1;
    border: solid 1px #CCCCCC;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    -moz-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    -ms-transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
}
.form-control:hover,
.form-control:focus {
    background: #FFFFFF;
    outline: none;
}
.form-control::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #CCCCCC;
}
.form-control::-webkit-input-placeholder {
    color: #CCCCCC;
}
.form-control[disabled],
.form-control[readonly] {
    cursor: not-allowed;
    opacity: 0.65;
}
.form-group {
    margin-bottom: 15px;
}
.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.input-lg {
    padding: 20px 20px;
    font-size: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #CCCCCC;
    font-size: 80%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BUTTON ----------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce ul.products li.product .button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.btn {
    font: bold 15px/15px "Lato", Arial, Helvetica, sans-serif;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    padding: 12px 15px;
    position: relative;
    opacity: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.btn:hover {
    text-decoration: none;
    opacity: 0.65;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce ul.products li.product .button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover,
.btn.disabled,
.btn[disabled] {
    color: #005486;
    background: #CCCCCC;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.45;
    filter: alpha(opacity=45);
}
.btn-default {
    color: #005486;
    background: #CCCCCC;
}
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover,
.btn-primary {
    color: #FFFFFF;
    background: #005486;
}
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce a.button.checkout,
.btn-success {
    background: #3EB5AC;
    color: #FFFFFF;
}   
.btn-info {
    color: #FFFFFF;
    background: #32a1dd;
}
.btn-warning {
    color: #FFFFFF;
    background: #FAD46B;
}
.btn-danger {
    color: #FFFFFF;
    background: #F84545;
}
.btn-white {
    color: #005486;
    background: #FFF;
}
.btn-link {
    color: #3EB5AC;
    background: none;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.btn-lg {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 20px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.btn-xs {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-width: 1px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-rounded {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -o-border-radius: 1000px;;
    -ms-border-radius: 1000px;
    border-radius: 1000px;
}
.btn + .btn {
    margin-left: 5px;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- EFFECT ----------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- DROPDOWN + BUTTON DROPDOWN + GROUP FORM -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    background: #FFFFFF;
    border: solid 1px #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background: #f3f1f1;
}
.dropdown-menu > li {
    padding: 0px !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    color: #005486;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #005486;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    background: #32a1dd;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover {
    color: #f3f1f1;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    color: #CCCCCC;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 748px) {
    .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
    }
    .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
    }
}
.btn-toolbar {
  margin: 15px 0;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
    margin-right: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 65px;
    padding: 20px 30px;
    font-size: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 65px;
    line-height: 65px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 35px;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #005486;
    text-align: center;
    background-color: #f3f1f1;
    border: 2px solid #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.input-group-addon.input-lg {
    padding: 20px 30px;
    font-size: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- TABS + PILLS + NAVBAR -------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    font: 400 15px/15px "Lato", Arial, Helvetica, sans-serif;
    position: relative;
    display: block;
    padding: 12px 15px;
}
.nav > li > a:hover {
    text-decoration: none;
    background: #f3f1f1;
}
.nav > li.disabled > a {
    color: #f3f1f1;
    text-decoration: none;
    background: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover {
    background-color: #f3f1f1;
    border-color: #f3f1f1;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #f3f1f1;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #f3f1f1;
}
.nav-tabs li {
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: -1px !important;
}
.nav-tabs li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
}
.nav-tabs li > a:hover {
    border-color: #f3f1f1;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:hover {
    color: #005486;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #f3f1f1;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.wizard {
    margin-top: 15px;
    background: #F0F0F0;
    border: none;
    width: 100%;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.nav-tabs.wizard > li {
    float: none;
    display: table-cell;
    width: 1%;
    padding: inherit !important;
}
.nav-tabs.wizard > li > a {
    text-align: center;
    line-height: 1.42857143;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #CCCCCC;
    color: #005486;
    border: none;
}
.nav-tabs.wizard > li > a:before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #F0F0F0;
    top: 1px;
    left: 0px;
    z-index: 1;
}
.nav-tabs.wizard > li > a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #CCCCCC;
    top: 1px;
    right: -19px;
    z-index: 100;
}
.nav-tabs.wizard > li > a:hover {
    background: #005486;
    color: #FFFFFF;
}
.nav-tabs.wizard > li > a:hover:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #005486;
    top: 1px;
    right: -19px;
    z-index: 100;
}
.nav-tabs.wizard > li.active > a,
.nav-tabs.wizard > li.active > a:hover {
    color: #FFFFFF;
    background: #F84545;
    cursor: default;
    border: none;
}
.nav-tabs.wizard > li.active > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #F0F0F0;
    top: 1px;
    right: 0px;
    z-index: 1;
}
.nav-tabs.wizard > li.active > a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #F84545;
    top: 1px;
    right: -19px;
    z-index: 100;
}
.nav-tabs.wizard > li:first-child > a:before,
.nav-tabs.wizard > li:last-child > a:after {
	display: none;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 748px) {
    .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #f3f1f1;
}
@media (min-width: 748px) {
    .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #f3f1f1;
    border-radius: 2px 2px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #FFFFFF;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    color: #FFFFFF;
    background: #005486;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 748px) {
    .nav-justified > li {
    display: table-cell;
    width: 1%;
    }
    .nav-justified > li > a {
    margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #FFFFFF;
}
@media (min-width: 748px) {
    .nav-tabs-justified > li > a {
    border-bottom: 1px solid #FFFFFF;
    border-radius: 2px 2px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #FFFFFF;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    background: #FFFFFF;
    display: block;
    padding: 15px;
    border-left: solid 1px #F0F0F0;
    border-right: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
}
@media (min-width: 748px) {
    .navbar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    }
}
@media (min-width: 748px) {
    .navbar-header {
    float: left;
    }
}
.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 748px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    }
    .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    }
    .navbar-collapse.in {
    overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 748px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
}
@media (min-width: 748px) {
    .navbar-static-top {
    border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 748px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
    border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 20px 15px;
    font-size: 20px;
    line-height: 20px;
    height: 60px;
}
.navbar-brand:hover {
    text-decoration: none;
}
@media (min-width: 748px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 748px) {
    .navbar-toggle {
    display: none;
    }
}
.navbar-nav {
    margin: 10px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 748px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
    }
}
@media (min-width: 748px) {
    .navbar-nav {
    float: left;
    margin: 0;
    }
    .navbar-nav > li {
    float: left;
    }
    .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    }
    .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
    }
}
@media (min-width: 748px) {
    .navbar-left {
    float: left !important;
    }
    .navbar-right {
    float: right !important;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 748px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    }
    .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    }
    .navbar-form .input-group > .form-control {
    width: 100%;
    }
    .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
    top: 0;
    }
}
@media (max-width: 748px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
    }
}
@media (min-width: 748px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
    margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-sm {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-btn.btn-xs {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-text {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 748px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
    margin-right: 0;
    }
}
.navbar-default {
    background-color: #005486;
}
.navbar-default .navbar-brand {
    color: #FFFFFF;
}
.navbar-default .navbar-brand:hover {
    color: #32a1dd;
}
.navbar-default .navbar-text {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #32a1dd;
    background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #FFFFFF;
    background-color: #263646;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #263646;
    background-color: none;
}
.navbar-default .navbar-toggle:hover {
    background-color: #f3f1f1;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #263646;
    color: #FFFFFF;
}
@media (max-width: 748px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #32a1dd;
    background: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #FFFFFF;
    background-color: #263646;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #CCCCCC;
    background: none;
    }
}
.navbar-default .navbar-link {
    color: #FFFFFF;
}
.navbar-default .navbar-link:hover {
    color: #32a1dd;
}
.navbar-inverse {
    background-color: #32a1dd;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover {
    color: #005486;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #005486;
    background: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #FFFFFF;
    background-color: #02A961;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #CCCCCC;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #01A860;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #01A860;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #02A961;
    color: #FFFFFF;
}
@media (max-width: 748px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #01A860;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #01A860;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #005486;
    background: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #02A961;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #CCCCCC;
    background: none;
    }
}
.navbar-inverse .navbar-link {
    color: #FFFFFF;
}
.navbar-inverse .navbar-link:hover {
    color: #005486;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BREADCRUMB ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.breadcrumb {
    background-color: #FFFFFF;
    border-radius: 2;
    margin-bottom: 15px;
}
.breadcrumb * {
    opacity: 1 !important;
}
.breadcrumb:after {
    content: "";
    display: table;
    clear: both;
}
.breadcrumb li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    font-size: 80%;
    line-height: 38px;
}
.breadcrumb li:last-of-type {
    margin-right: 0px;
    margin-left: 0px;
}
.breadcrumb li:last-of-type::after {
    display: none;
}
.breadcrumb li > * {
    display: inline-block;
    color: #FFFFFF;
    position: relative;
    padding: 0px 10px 0px 30px;
    margin-left: 5px;
    background: #005486;
    border-color: #005486;
}
.breadcrumb li.current > * {
    color: #FFFFFF;
    background: #32a1dd;
    border-color: #32a1dd;
}
.breadcrumb li:first-of-type > * {
    padding-left: 15px;
    border-radius: 2 0px 0px 2;
}
.breadcrumb li:last-of-type > * {
    padding-right: 15px;
    border-radius: 0px 2 2 0px;
}
.breadcrumb li:first-of-type a {
    margin-left: 0px;
}
.breadcrumb li:last-of-type a {
    background: #f3f1f1;
    color: #CCCCCC;
}
.breadcrumb li::after,
.breadcrumb li > *::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 19px solid transparent;
    border-right-width: 0;
    border-left-width: 14px;
}
.breadcrumb li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #FFFFFF;
    margin: 0;
}
.breadcrumb li > *::after {
    z-index: 2;
    border-left-color: inherit;
}
.breadcrumb li:last-of-type::after,
.breadcrumb li:last-of-type > *::after {
    display: none;
}
@-moz-document url-prefix() {
    .breadcrumb li::after,
    .breadcrumb li > *::after {
      border-left-style: dashed;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PAGINATION ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #32a1dd;
    margin-left: -1px;
    opacity: 1;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    opacity: 0.65;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
    z-index: 2;
    opacity: 0.65;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
    opacity: 0.45;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 20px 30px;
    font-size: 20px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PAGER ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #32a1dd;
    color: #FFFFFF;
    opacity: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.pager li > a:hover {
    text-decoration: none;
    opacity: 0.65;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
    opacity: 0.45;
    cursor: not-allowed;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- LABEL ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.label {
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 5px;
    font-size: 80%;
    color: #FFFFFF;
    margin-right: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.label [href] {
    color: inherit;
    text-decoration: none;
}
.label-default {
    background: #32a1dd;
}
.label-primary {
    background: #005486;
}
.label-success {
    background: #3EB5AC;
}
.label-info {
    background: #32a1dd;
}
.label-warning {
    background: #FAD46B;
}
.label-danger {
    background: #F84545;
}
.label-white {
    background: #FFFFFF;
    color: #32a1dd;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BADGE ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #005486;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.badge:empty {
    display: none;
}
a.badge:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- JUMBATRON -------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.jumbotron p {
    margin: 30px 0px 15px 0px;
    font-size: 120%;
    font-weight: 300;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- THUMBNAIL -------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.thumbnail {
    display: block;
    padding: 5px;
    border: solid 1px #f3f1f1;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover {
    border-color: #CCCCCC;
}
.thumbnail .caption {
    padding: 15px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- ALERT ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-thankyou-order-received,
.wpcf7-response-output,
.alert {
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    padding: 15px !important;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.alert a,
.alert .alert-link {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -5px;
    right: -20px;
    color: inherit;
}
.woocommerce .woocommerce-thankyou-order-received,
.wpcf7-mail-sent-ok,
.alert-success {
    background: #3EB5AC;
    color: #FFFFFF;
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    border: none !important;
}
.alert-info {
    background: #32a1dd;
    color: #FFFFFF;
}
.wpcf7-validation-errors,
.alert-warning {
    background: #FAD46B;
    color: #FFFFFF;
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    border: none !important;
}
.alert-danger {
    background: #F84545;
    color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PROGRESS BAR ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.progress {
    overflow: hidden;
    height: 25px;
    margin-bottom: 20px;
    background-color: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    background-color: #005486;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #3EB5AC;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #32a1dd;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #FAD46B;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #F84545;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@-webkit-keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
    }
    to {
    background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
    }
    to {
    background-position: 0 0;
    }
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- MEDIA ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 15px;
}
.media > .pull-right {
    margin-left: 15px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- LIST-GROUP ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.list-group {
    margin-bottom: 30px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: solid 1px #f3f1f1;
}
.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: inherit;
}
a.list-group-item .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active,
a.list-group-item.active:hover {
    z-index: 2;
    color: #FFFFFF;
    background: #005486;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #FFFFFF;
}
.list-group-item-success {
    color: #FFFFFF;
    background: #3EB5AC;
    border: solid 1px #3EB5AC;
    opacity: 1;
}
a.list-group-item-success {
    color: #FFFFFF;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-info:hover,
a.list-group-item-warning:hover,
a.list-group-item-danger:hover {
    opacity: 0.65;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover {
    color: #FFFFFF;
    background: #FFFFFF;
    border-color: #FFFFFF;
}
.list-group-item-info {
    color: #FFFFFF;
    background: #32a1dd;
    border: solid 1px #32a1dd;
}
a.list-group-item-info {
    color: #FFFFFF;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.list-group-item-warning {
    color: #FFFFFF;
    background: #FAD46B;
    border: solid 1px #FAD46B;
}
a.list-group-item-warning {
    color: #FFFFFF;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.list-group-item-danger {
    color: #FFFFFF;
    background: #F84545;
    border: solid 1px #F84545;
}
a.list-group-item-danger {
    color: #FFFFFF;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PANEL ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.panel {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #f3f1f1;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    background-color: #f3f1f1;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f3f1f1;
    border-top: 1px solid #f3f1f1;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #f3f1f1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #f3f1f1;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #f3f1f1;
}
.panel-default {
    border-color: #f3f1f1;
}
.panel-default > .panel-heading {
    color: #005486;
    background: #f3f1f1;
    border-color: #f3f1f1;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f3f1f1;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f3f1f1;
}
.panel-primary {
    border-color: #005486;
}
.panel-primary > .panel-heading {
    color: #FFFFFF;
    background: #005486;
    border-color: #005486;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #005486;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #005486;
}
.panel-success {
    border-color: #3EB5AC;
}
.panel-success > .panel-heading {
    color: #FFFFFF;
    background: #3EB5AC;
    border-color: #3EB5AC;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #3EB5AC;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3EB5AC;
}
.panel-info {
    border-color: #32a1dd;
}
.panel-info > .panel-heading {
    color: #FFFFFF;
    background: #32a1dd;
    border-color: #32a1dd;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #32a1dd;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #32a1dd;
}
.panel-warning {
    border-color: #FAD46B;
}
.panel-warning > .panel-heading {
    color: #FFFFFF;
    background: #FAD46B;
    border-color: #FAD46B;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #FAD46B;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #FAD46B;
}
.panel-danger {
    border-color: #F84545;
}
.panel-danger > .panel-heading {
    color: #FFFFFF;
    background: #F84545;
    border-color: #F84545;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #F84545;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #F84545;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- WELL ------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.well-lg {
    padding: 30px;
}
.well-sm {
    padding: 10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- CLOSE ------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.close {
    float: right;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    opacity: 0.25;
    filter: alpha(opacity=25);
}
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- MODAL------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.10);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #005486;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #f3f1f1;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 20px 20px 20px;
    text-align: right;
    border-top: 1px solid #f3f1f1;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 748px) {
    .modal-dialog {
        width: 600px;
        margin: 160px auto;
    }
    .modal-content {
        box-shadow: 0px 1px 3px rgba(0,0,0,0.10);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- TOOLTIP ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background: #005486;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #005486;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #005486;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #005486;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #005486;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #005486;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #005486;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #005486;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #005486;
}
.tooltip + .btn {
    margin-left: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- POPOVER (NONSKINER) ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 270px;
    text-align: left;
    background: #FFFFFF;
    white-space: normal;
    background-clip: padding-box;
    border: 1px solid #f3f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 15px;
    font-weight: normal;
    font-size: 100%;
    background: #f3f1f1;
}
.popover-content {
    padding: 15px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: " ";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #CCCCCC;
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #FFFFFF;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #CCCCCC;
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #FFFFFF;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #CCCCCC;
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #FFFFFF;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #CCCCCC;
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #FFFFFF;
    bottom: -10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- CAROUSEL ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.carousel {
    position: relative;
    background: #CCCCCC;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: ease-in-out 650ms left;
    -moz-transition: ease-in-out 650ms left;
    -o-transition: ease-in-out 650ms left;
    -ms-transition: ease-in-out 650ms left;
    transition: ease-in-out 650ms left;
}
@media screen and (max-width: 992px) {
    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: ease-in-out 650ms left;
        -moz-transition: ease-in-out 650ms left;
        -o-transition: ease-in-out 650ms left;
        -ms-transition: ease-in-out 650ms left;
        transition: ease-in-out 650ms left;
    }
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform ease-in-out 650ms;
        -moz-transition: -moz-transform ease-in-out 650ms;
        -ms-transition: -ms-transform ease-in-out 650ms;
        -o-transition: -o-transform ease-in-out 650ms;
        transition: transform ease-in-out 650ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
}
.carousel-control.left {
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-carousel-control-left.svg') no-repeat center center;
    background-size: 40px;
}
@media screen and (max-width: 992px) {
    .carousel-control.left {
        background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-carousel-control-left.svg') no-repeat center left;
        background-size: 30px;
        margin-left: 5px;
    }
}
.carousel-control.right {
    right: 0;
    left: auto;
    background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-carousel-control-right.svg') no-repeat center center;
    background-size: 40px;
}
@media screen and (max-width: 992px) {
    .carousel-control.right {
        background: url('http://europeoffering.fr/wp-content/themes/starter/asset/img/img-carousel-control-right.svg') no-repeat right center;
        background-size: 30px;
        margin-right: 5px;
    }
}
.carousel-control:hover,
.carousel-control:focus {
    filter: alpha(opacity=65);
    opacity: .65;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 1;
}
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-indicators {
    position: absolute;
    bottom: -32px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #32a1dd;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -o-border-radius: 1000px;;
    -ms-border-radius: 1000px;
    border-radius: 1000px;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    background: #32a1dd}
.carousel-caption {
    z-index: 10;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
}
@media screen and (max-width: 992px) {
    .carousel-caption {
        width: 80%;
    }
}
.carousel-caption h3 {
    color: #FFFFFF;
    background: #005486;
    display: table;
    padding: 15px;
    margin-bottom: 15px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.carousel-caption p {
    color: #333333;
    background: #FFFFFF;
    display: table;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
@media screen and (max-width: 748px) {
    .carousel-caption p {
        font-size: 14px;
        line-height: 16px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- VISIBLE ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.visible-xs,.visible-sm,.visible-md,.visible-lg {display: none !important;}
@media (max-width: 748px) {
    .visible-xs {display: block !important;}
    table.visible-xs {display: table;}
    tr.visible-xs {display: table-row !important;}
    th.visible-xs,td.visible-xs {display: table-cell !important;}
}
@media (min-width: 748px) and (max-width: 991px) {
    .visible-sm {display: block !important;}
    table.visible-sm {display: table;}
    tr.visible-sm {display: table-row !important;}
    th.visible-sm,td.visible-sm {display: table-cell !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {display: block !important;}
    table.visible-md {display: table;}
    tr.visible-md {display: table-row !important;}
    th.visible-md,td.visible-md {display: table-cell !important;}
}
@media (min-width: 1200px) {
    .visible-lg {display: block !important;}
    table.visible-lg {display: table;}
    tr.visible-lg {display: table-row !important;}
    th.visible-lg,td.visible-lg {display: table-cell !important;}
}
@media (max-width: 748px) {
    .hidden-xs {display: none !important;}
}
@media (min-width: 748px) and (max-width: 991px) {
    .hidden-sm {display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {display: none !important;}
}
@media (min-width: 1200px) {
    .hidden-lg {display: none !important;}
}     
.visible-print {
    display: none !important;
}
        
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- HELPER (AMINIFIER) ----------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.center-block {display: block;margin-left: auto;margin-right: auto;}
.pull-right {float: right;}
.pull-left {float: left;}
.hide {display: none;}
.show {display: block;}
.invisible {visibility: hidden;}
.text-hide {font: 0/0 a; color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.hidden { display: none !important; visibility: hidden !important; }
.affix { position: fixed; }
.no-padding-left { padding-left: 0px; }
.no-padding-right { padding-right: 0px; }
.no-padding-top { padding-top: 0px; }
.no-padding-bottom { padding-bottom: 0px; }
.no-margin-left { margin-left: 0px; }
.no-margin-right { margin-right: 0px; }
.no-margin-top { margin-top: 0px; }
.no-margin-bottom { margin-bottom: 0px; }
.no-radius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
</style>

<style>

* {}

nav .logo img {
    height: 28px;
}
nav ul.menu > li > a {
    line-height: 50px;
    font-weight: 500;
    color: #005486;
}
nav ul.menu li.wpml-ls-item a {
    font-weight: bold;
}
nav ul.menu li.wpml-ls-item.wpml-ls-item-fr {
    margin-right: 0px;
}
nav ul.menu li.wpml-ls-item.wpml-ls-item-fr .wpml-ls-display {
    border-right: solid 3px #CCC;
    padding-right: 5px;
}
nav ul.menu li.wpml-ls-item.wpml-ls-item-en {
    margin-left: 0px;
}
nav ul.menu li.wpml-ls-item a:hover span {
    text-decoration: none;
    border-bottom: none;
}
    
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: bold;
}
h1 + hr, h2 + hr, h3 + hr, h4 + hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    height: 1px;
    background: #333333;
    width: 70px;
}
h1 i {
    font-weight: normal;
}
    
.btn-bordered-light {
    border: solid 3px #9cb5c3;
    color: #9cb5c3;
    background: #FFF;
}
.btn-bordered-extralight {
    border: solid 3px #b8c9d3;
    color: #b8c9d3;
    background: #FFF;
}
.btn-bordered-extralight:hover {
    border: solid 3px #9cb5c3;
    color: #9cb5c3;
    background: #FFF;
    opacity: 1;
}
    
footer {
    padding-bottom: 60px;
    padding-top: 60px;
    font-weight: 300;
}
footer a {
    color: #FFFFFF;
}
    
.col-slider-home {
    width: 100%;
    height: 750px;
    display: table;
    background-color: #005486;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
}
@media screen and (max-width: 992px) {
    .col-slider-home {
        height: 400px;
    }
} 
.col-slider {
    width: 100%;
    height: 320px;
    display: table;
    background-color: #005486;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
}
@media screen and (max-width: 992px) {
    .col-slider {
        height: 160px;
    }
} 
.col-slider-home .mask,
.col-slider .mask {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #005486;
    opacity: 0.70;
}
.col-slider-home .overlay,
.col-slider .overlay {
    position: absolute;
    z-index: 15;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url('http://europeoffering.fr/wp-content/uploads/2017/01/img-header-home-overlay.png') no-repeat center bottom;
    background-size: cover;
}
.col-slider-home .line {
    position: absolute;
    height: 2px;
    background: rgba(255,255,255,0.65);
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5000;
}
    
.col-pre-content {
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 30px 60px rgba(0,0,0,0.10);
    text-align: center;
    margin-bottom: 70px;
    margin-top: 100px;
    position: relative;
    z-index: 1000;
}
@media screen and (max-width: 992px) {
    .col-pre-content {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.col-pre-content:after {
    content: " ";
    background: #333333;
    width: 60px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.col-pre-content:before {
    content: " ";
    background: #32a1dd;
    width: 395px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: -15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
    .col-pre-content:before {
        content: " ";
        width: 50%;
    }
}
.col-pre-content.header {
    margin-bottom: 70px;
    margin-top: -75px;
}
#tinymce .col-pre-content.header {
    margin-bottom: 70px;
    margin-top: 20px;
}
@media screen and (max-width: 992px) {
    .col-pre-content.header {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}
.col-pre-content.inner {
    margin-bottom: 0px;
}
.col-pre-content p,
.col-pre-content .p {
    font-weight: 300;
}

.col-numbers {}
.col-numbers .col-number-content {
    border-bottom: solid 1px #32a1dd;
    font-weight: 300;
}
@media screen and (max-width: 992px) {
    .col-numbers .col-number-content {
        font-size: 12px;
        margin-bottom: 20px;
    }
}
.col-numbers .col-number-content .number {
    font-size: 90px;
    line-height: 90px;
    font-weight: bold;
}
@media screen and (max-width: 992px) {
    .col-numbers .col-number-content .number {
        font-size: 60px;
        line-height: 60px;
        font-weight: bold;
    }
}
    
.col-operation {
    border: solid 1px #e7e7e7;
    padding: 20px;
    margin-bottom: 20px;
    height: 415px;
}
.col-operation .logo {
    margin-bottom: 50px;
    height: 90px;
}
.col-operation .logo .img-responsive {
    display: inline;
    max-height: 90px; 
}
.col-operation .montant {
    font-size: 40px;
    line-height: 40px;
}
.col-operation .montant b {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}
.col-operation hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    height: 1px;
    background: #333333;
    width: 45px;
}
.col-operation .info {
    margin-bottom: 40px;
}
.col-operation .supplement {
    font-size: 12px;
    color: #999999;
}
.col-operation .date {
    font-size: 12px;
    color: #717171;
}
    
.col-operations-wrap {
    padding-top: 150px;
    padding-bottom: 70px;
}
    
.col-operations-filters {}
.col-operations-filters .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}
.col-operations-filters .subtitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
.col-operations-filters hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    height: 1px;
    background: #32a1dd;
    width: 270px;
    display: inline-block;
}
.col-operations-filters label {
    color: #333333 !important;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 100%;
    margin-right: 15px;
}
    
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: solid 1px #CCCCCC;
    outline: none;
}
input[type="radio"] {
    top: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
input[type="radio"]:checked {
    background: #FFF;
    border: solid 1px #CCC;
}
input[type="radio"]:checked:before {
    content: " ";
    background: #CCCCCC;
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
}
input[type="checkbox"]:checked:hover, input[type="radio"]:checked:hover {
    background: #FFF;
    border: solid 1px #999;
}
 
.col-articles-wrap {}
@media screen and (max-width: 992px) {
    .col-articles-wrap .col-sm-4 {
        display: none;
    }
    .col-articles-wrap .col-sm-4:first-child {
        display: block;
    }
}
.col-articles {
    background: #FFFFFF;
    padding: 20px;
    color: #333333;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}
.col-articles:hover {
    opacity: 1;
}
.col-articles .title {
    font-size: 16px;
}
@media screen and (max-width: 992px) {
    .col-articles .title {
        text-align: center;
    }
}
.col-articles hr {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    height: 1px;
    background: #32a1dd;
    width: 30px;
} 
@media screen and (max-width: 992px) {
    .col-articles hr {
        display: block;
    } 
}
.col-articles .date {
    font-size: 10px;
    color: #a8a8a8;
    margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
    .col-articles .date {
        text-align: center;
    } 
}
    
.col-super-bordered {
    border: solid 1px #e7e7e7;
    padding: 70px;
    background: #FFFFFF;
}
@media screen and (max-width: 992px) {
    .col-super-bordered {
        padding: 20px;
    }
}
.col-super-bordered.last {
    margin-bottom: 70px;
}
.col-super-bordered.small {
    padding: 40px;
}
.col-super-bordered.small p,
.col-super-bordered.small .p {
    margin-bottom: 0px;
}
.col-super-bordered.operations {
    margin-top: 100px;
    margin-bottom: -40px;
}
    
    
.col-equipe-first {}
.col-equipe-first .photo {
    padding: 15px;
    margin-bottom: 90px;
}
.col-equipe-first .photo .img-responsive {
    border: solid 20px #FFFFFF;
    max-width: 190px;
    margin: auto;
}
.col-equipe-first .info {
    border: solid 1px #e7e7e7;
    padding: 40px;
    background: #FFFFFF;
    position: relative;
    z-index: 1000;
}
.col-equipe-first .info .name {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 5px;
}
.col-equipe-first .info .status {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}
.col-equipe-first .info .cursus {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}
.col-equipe-first .info hr {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    height: 1px;
    background: #32a1dd;
    width: 265px;
}
.col-equipe-first .info .content {
    color: #636363;
}
.col-equipe-first .info .info-contact {
    float: right;
    text-align: right;
}
.col-equipe-first .info .info-contact .linkedin {
    background: url('http://europeoffering.fr/wp-content/themes/starter-child/asset/img/img-equipe-logo-linkedin.svg') no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}
.col-equipe-first .info .info-contact .mail {
    background: url('http://europeoffering.fr/wp-content/themes/starter-child/asset/img/img-equipe-logo-mail.svg') no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}
.col-equipe-first .info .info-contact .phone {
    background: url('http://europeoffering.fr/wp-content/themes/starter-child/asset/img/img-equipe-logo-phone.svg') no-repeat center right;
    background-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.col-equipe-first .info .info-contact .phone.active {
    width: 130px;
    text-align: left;
}
.col-equipe-first .info .info-contact .phone span {
    display: none;
}
.col-equipe-first .info .info-contact .phone.active span {
    display: block;
}
    
.col-equipes-all {
    margin-top: -70px;
    position: relative;
    z-index: 500;
    padding-top: 70px;
}
.col-equipes-all .col-pre-content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.col-equipes-all .photo {
    cursor: pointer;
    margin-bottom: 40px;
}
.col-equipes-all .photo .img {
    border: solid 20px #f3f1f1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 210px;
}
.col-equipes-all .photo:hover .img-responsive {
    border: solid 20px #d5d5d5;
}
    
.col-contact {}
.col-contact .title {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.col-contact hr {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    height: 1px;
    background: #32a1dd;
    width: 265px;
}
.col-contact p,
.col-contact .p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
.col-contact .a {
    color: #333;
}
    
.col-alt {
    background: #f3f1f1; 
}

    
.owl-carousel {
    width: 1210px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 6000;
}
@media screen and (max-width: 1300px) {
    .owl-carousel {
        width: 100%;
    }
}
.owl-carousel .owl-stage-outer {}
.owl-carousel .owl-stage-outer .owl-stage {
    height: 750px;
}
@media screen and (max-width: 1300px) {
    .owl-carousel .owl-stage-outer .owl-stage {
        height: 400px;
    }
}
.owl-carousel .owl-stage-outer .owl-item {
    height: 750px;
}
@media screen and (max-width: 1300px) {
    .owl-carousel .owl-stage-outer .owl-item {
        height: 400px;
    }
}
.owl-carousel .owl-stage-outer .owl-item .owl-element {
    color: #FFFFFF;
    position: relative;
    height: 750px;
}
@media screen and (max-width: 1300px) {
    .owl-carousel .owl-stage-outer .owl-item .owl-element {
        height: 400px;
    }
}
.owl-carousel .owl-stage-outer .owl-item .owl-element .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 425px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.owl-carousel .owl-stage-outer .owl-item:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url('http://europeoffering.fr/wp-content/themes/starter-child/asset/img/img-slide-home-dot.svg') no-repeat center center;
    background-size: 30px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.owl-carousel .owl-stage-outer .owl-item.current .owl-element .title {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    margin-top: -120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
    .owl-carousel .owl-stage-outer .owl-item.current .owl-element .title {
        text-align: center;
        top: 245px;
    }
}
.owl-carousel .owl-stage-outer .owl-item.current .owl-element .description {
    top: 425px;
    left: 0px;
    width: 100%;
    position: absolute;
    padding-left: 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
@media screen and (max-width: 1300px) {
    .owl-carousel .owl-stage-outer .owl-item.current .owl-element .description {
        text-align: center;
        top: 235px;
    }
}
.owl-carousel .owl-stage-outer .owl-item.current:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url('http://europeoffering.fr/wp-content/themes/starter-child/asset/img/img-slide-home-dot.svg') no-repeat center center;
    background-size: 30px;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    cursor: pointer;
}
@media screen and (max-width: 1300px) {
    .owl-carousel .owl-stage-outer .owl-item.current:before {
        content: " ";
        left: 50%;
        margin-top: -15px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.owl-nav { display: none }
    
    
.page .page-content ul,
.single .single-content ul {
    margin-bottom: 15px;
}

.owl-item.active{
/*    pointer-events: none;*/
}
    
    
    
</style>/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
0