
<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;
}
    .header-sticky {
        position: absolute;
        width: 100%;
    }
.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 "Work Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    color:
            #042549;
    ;
    border: solid 1px transparent;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -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.menu-title {
    text-decoration: none;
    border-bottom: solid 3px #c0c8d1;
}
nav ul.menu > li.current-menu-item > a span.menu-title {
    text-decoration: none;
    border-bottom: solid 3px #f2f4f6;
    cursor: not-allowed;
}
nav ul.menu > li.current-menu-item > a:hover {
    opacity: 1;
}
nav ul.menu > li.menu-item-has-children > a span.menu-title {
    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:
            #042549 !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('https://calippe-associes.com/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 #f2f4f6;
    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: 0px;
    -moz-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.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('https://calippe-associes.com/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: 300 12px/12px "Work Sans", Arial, Helvetica, sans-serif;
    color: #042549;
    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 #f2f4f6;
}
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 #f2f4f6;
    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: #042549;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -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('https://calippe-associes.com/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('https://calippe-associes.com/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.menu-title {
    background: #042549;
    color: #FFFFFF;
    padding: 15px;
    font-weight: 900;
    border: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
nav ul.menu li.colored a span.menu-title svg {
    margin-right: 0px !important;
}
nav ul.menu li.colored a span.menu-title svg path {
    fill: #FFFFFF !important;
}
nav ul.menu li.colored.current-menu-item a span.menu-title {
    background: #042549;
    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 #c0c8d1;
    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('https://calippe-associes.com/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: #f2f4f6 url('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-woo-nav-search.svg') no-repeat center center;
    background-size: 20px;
    border-left: solid 1px #c0c8d1;
    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: #c0c8d1;
    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: #c0c8d1;
}
.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: #f2f4f6;
    opacity: 1;
}
.nav-template-woo .nav-search .woocommerce-product-search .search-field:-ms-input-placeholder {
    color: #f2f4f6;
}
.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:
            #042549;
    ;
}
.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:
                    #042549;
        ;
    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;
    z-index: 10000000000;
}
.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: 15px;
    padding: 0px;
    list-style: none;
}
.nav-responsive ul.menu li {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-responsive.full ul.menu li { 
    text-align: center;
}
.nav-responsive ul.menu li a { 
    font: 900 12px/30px "Work Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color:
            #042549;
    ;
    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: #c0c8d1;
    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 #f2f4f6;
    color: #c0c8d1;
}
.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: #042549;
    border-left: none;
    opacity: 1;
}
.nav-responsive ul.menu > li.colored > a,
.nav-responsive ul.menu > li ul.sub-menu li.colored > a {
    color: #042549;
}
.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: 
            #042549;
    ;
    color:
            #042549;
    ;
    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:
            #042549;
    ;
    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 #f2f4f6;
}
.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('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center center;
    display: block;
    position: absolute;
    top: 8px;
    right: 0px;
}
.nav-responsive .nav-responsive-close {
    background: #f2f4f6 url('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-nav-responsive-close.svg') no-repeat center center;
    background-size: 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-left: -15px;
}

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

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

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- HEADER THUMBNAIL ADD-ON --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.header-thumbnail {
    margin-bottom: 15px;
    background-color: #f2f4f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    height:
                    400px
        ;
}
.header-thumbnail .row {
    position: relative;
    height:
            400px
    ;
}
.header-thumbnail .header-thumbnail-mask {    
            background: -moz-linear-gradient(top,  #555555, 0%, #000000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#000000));
        background: -webkit-linear-gradient(top,  #555555 0%,#000000 100%);
        background: -o-linear-gradient(top,  #555555 0%,#000000 100%);
        background: -ms-linear-gradient(top,  #555555 0%,#000000 100%);
        background: linear-gradient(to bottom,  #555555 0%,#000000 100%);
        position: absolute;
    height: 100%;
    width: 100%;
            opacity: 0.55;
    }
.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 "Work Sans", Arial, Helvetica, sans-serif;
            color: #333333;
        background: #FFFFFF;
    }
@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 #f2f4f6;
    margin-bottom: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.single .single-comments ul li p {
    padding-left: 30px;
    border-left: solid 3px #f2f4f6;
}
.single .single-comments ul li .meta {
    font-size: 80%;
    padding: 5px;
    background: #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.single .single-comments .no-comment,
.single .single-comments-form .no-comment {
    font-size: 80%;
    text-align: center;
    padding: 5px;
     margin-bottom: 30px;
    background: #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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 #f2f4f6;
    margin-bottom: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.single .single-comments-form .meta .btn {
    margin: 0px;
}
.single .author-info {
    background: #f2f4f6;
    padding: 15px;
    margin-top: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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 #f2f4f6;
}
.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 #f2f4f6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
    
.blog-content-slider {
    margin-bottom:  15px;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- POST STANDARD ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */      
.blog .blog-content {}
.blog .blog-content .post-content {
    display: table;
    border-bottom: solid 1px #f2f4f6;
    margin-bottom:  15px;
    padding-bottom:  15px;
}
@media screen and (max-width: 748px) {
    .blog .blog-content .post-content {
        margin-left:  15px;
        margin-right:  15px;
    }
}
.blog .blog-content .post-content .post-content-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
@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: #042549;
}
.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: 15px;
    }
}
.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: 15px;
}
.blog .blog-content .post-content .post-content-thumbnail .ribbon {
    background: #042549;
    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: #f2f4f6;
}
@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: #042549;
  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: #02BAF2;
}
.timeline-element-format.gallery {
  background: #3EB5AC;
}
.timeline-element-format.link {
  background: #042549;
}
.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: #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
@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:  15px;
        padding-bottom:  15px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- SIDEBAR ADD-ON ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.sidebar {
    position: relative;
}
.sidebar.sidebar-left, 
.sidebar.sidebar-right {
    padding-bottom: 15px;
}
.sidebar.sidebar-left li.widget,
.sidebar.sidebar-right li.widget{
	margin-bottom: 30px;
    background: #f2f4f6;
    padding: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: #c0c8d1;
}
.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: #042549;
}
.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: #042549;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
/*  ---WIDGET PAGE---  */
.sidebar li.widget.widget_pages ul li {
    background: #c0c8d1;
    padding: 5px 15px;
    margin-bottom: 2px;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
.sidebar li.widget.widget_pages ul li a{
    color: #042549;
    font-weight: bold;
}
.sidebar li.widget.widget_pages ul li.current_page_item {
    background: #042549;
    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: #042549;
    font-weight: bold;
    text-transform: capitalize;
}
.sidebar li.widget.widget_archive ul li .count {
    background: #042549;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
.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:  #042549;
}
.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: #c0c8d1;
    color: #042549;
    font-weight: bold;
    padding: 5px 15px;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
.sidebar li.widget.widget_nav_menu ul li.current-menu-item a .menu-title {
    background: #042549;
    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('https://calippe-associes.com/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: #042549;
    font-weight: bold;
    text-transform: capitalize;
}
.sidebar li.widget.widget_archive ul li .count {
    background: #042549;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
.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: #042549;
    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: #042549;
    font-weight: bold;
    padding-left: 20px;
    background: 
                    url('https://calippe-associes.com/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: #042549;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
.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: #042549;
    color: #FFFFFF;
    padding: 0px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
.sidebar li.widget_rss ul li cite {
    font-size: 90%;
    font-weight: bold;
    background: #c0c8d1;
    color: #042549;
    padding: 0px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
/*  ---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: #042549;
    background: #042549;
}
.sidebar #wp-calendar tbody td#today a {
    color: #042549;
}
.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 #f2f4f6;
    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 #042549;
    background: #042549;
    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: #042549;
    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 #f2f4f6;
    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: #c0c8d1;
}
.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: #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.pagination-navigation ul.page-numbers li > .page-numbers.current {
    background: #c0c8d1;
}
.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: #c0c8d1;
    padding-bottom: 80px;
    padding-top: 80px;
    background:
                    #FFFFFF;
        ;
     color:
                    #042549;
        ;
}
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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- 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 #f2f4f6;
    margin: 1%;
    padding: 0 !important;
    display: inline-block;
    overflow: hidden;
    width: 12%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: "Work Sans", Arial, Helvetica, sans-serif ;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #042549;
}
a {
    color: #042549;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    opacity: 0.65;
}
a.underline {
    text-decoration: underline;
}
img {
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", Arial, Helvetica, sans-serif ;
    font-weight: 500;
    line-height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #042549;
}
h1 {font-size: 32px;}
@media screen and (max-width: 748px) {
    h1 {font-size: 32px;}
}
h2 {font-size: 30px;}
@media screen and (max-width: 748px) {
    h2 {font-size: 30px;}
}
h3 {font-size: 28px;}
@media screen and (max-width: 748px) {
    h3 {font-size: 28px;}
}
h4 {font-size: 26px;}
@media screen and (max-width: 748px) {
    h4 {font-size: 26px;}
}
h5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 748px) {
    h5 {font-size: 24px;}
}
h6 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 748px) {
    h6 {font-size: 22px;}
}
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 #f2f4f6;
    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 #042549;
}
.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: #c0c8d1;
}
.text-primary {
    color: #042549;
}
.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: #02BAF2;
}
.text-white {
    color: #FFFFFF}
.text-link {
    color: #042549;
}
.text-bg-primary,
.text-bg-success,
.text-bg-info,
.text-bg-warning,
.text-bg-danger,
.text-bg-text {
    padding: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.text-bg-primary {
    background: #f2f4f6;
}
.text-bg-success {
    color: #FFFFFF;
    background: #3EB5AC;
}
.text-bg-info {
    color: #FFFFFF;
    background: #02BAF2;
}
.text-bg-warning {
    color: #FFFFFF;
    background: #FAD46B;
}
.text-bg-danger {
    color: #FFFFFF;
    background: #F84545;
}
.text-bg-text {
    background: #042549;
}
.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: #c0c8d1;
    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: #c0c8d1;
}
blockquote:after {
    content: "”" !important;
    position: absolute;
    bottom: 0px;
    right: -100px;
    font-size: 300px;
    color: #c0c8d1;
}
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 "Work Sans", 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: #f2f4f6;
}
.bg-success {
    color: #FFFFFF;
    background: #3EB5AC;
}
.bg-info {
    color: #FFFFFF;
    background: #02BAF2;
}
.bg-warning {
    color: #FFFFFF;
    background: #FAD46B;
}
.bg-danger {
    color: #FFFFFF;
    background: #F84545;
}
.bg-text {
    background: #042549;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- 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: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {.container {width: 970px;}}
@media (min-width: 1170px) {.container {width: 1170px;}}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 748px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.row {
    margin-left: -30px;
    margin-right: -30px;
}
@media (min-width: 748px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.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, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15  {
    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, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15  {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.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, .col-xs-15 {float: left;}
.col-xs-15 {width: 20%;}
.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, .col-sm-15 {float: left;}
    .col-sm-15 {width: 20%;}
    .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, .col-md-15 {float: left;}
    .col-md-12 {width: 20%;}
    .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, .col-lg-15 {float: left;}
    .col-lg-15 {width: 20%;}
    .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: #042549;
    color: #FFFFFF;
}
.col-muted {
    background: #c0c8d1;
}
.col-alt {
    background: #f2f4f6;
}
.col-danger {
    background: #F84545;
    color: #FFFFFF;
}
.col-success {
    background: #3EB5AC;
    color: #FFFFFF;
}
.col-warning {
    background: #FAD46B;
    color: #FFFFFF;
}
.col-info {
    background: #02BAF2;
    color: #FFFFFF;
}
.col-link {
    background: #042549;
    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 #f2f4f6;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 3px solid #c0c8d1;
}
.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 #c0c8d1;
}
.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 #f2f4f6;
}
.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 #f2f4f6;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f2f4f6;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f2f4f6;
}
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: #042549;
    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: #02BAF2;
    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 #f2f4f6;
        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: #042549 !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 #c0c8d1;
    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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
    background: #f2f4f6;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: #3EB5AC;
    border: solid 1px #3EB5AC;
}
input[type="checkbox"]:checked:before {
    content: " ";
    background: url('https://calippe-associes.com/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('https://calippe-associes.com/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: #f2f4f6 url('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-form-select.svg') no-repeat right center;
    border: none;
    border: solid 1px #c0c8d1;
    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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -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: #f2f4f6 url('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-form-tel.svg') no-repeat right center;
}
input[type="url"].form-control {
    background: #f2f4f6 url('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-form-url.svg') no-repeat right center;
}
input[type="email"].form-control {
    background: #f2f4f6 url('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-form-email.svg') no-repeat right center;
}
input[type="text"].form-control {
    background: #f2f4f6 url('https://calippe-associes.com/wp-content/themes/starter/asset/img/img-form-text.svg') no-repeat right center;
}
.form-control {
    display: block;
    width: 100%;
    padding: 9px 15px;
    background: #f2f4f6;
    border: solid 1px #c0c8d1;
    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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -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: #c0c8d1;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #c0c8d1;
}
.form-control::-webkit-input-placeholder {
    color: #c0c8d1;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.input-lg {
    padding: 20px 20px;
    font-size: 22px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c0c8d1;
    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 "Work Sans", 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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -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: #042549;
    background: #c0c8d1;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.45;
    filter: alpha(opacity=45);
}
.btn-default {
    color: #042549;
    background: #c0c8d1;
}
.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: #042549;
}
.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: #02BAF2;
}
.btn-warning {
    color: #FFFFFF;
    background: #FAD46B;
}
.btn-danger {
    color: #FFFFFF;
    background: #F84545;
}
.btn-white {
    color: #042549;
    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 #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background: #f2f4f6;
}
.dropdown-menu > li {
    padding: 0px !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    color: #042549;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #042549;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    background: #042549;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover {
    color: #f2f4f6;
    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: #c0c8d1;
}
.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: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0px;
    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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
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: #042549;
    text-align: center;
    background-color: #f2f4f6;
    border: 2px solid #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.input-group-addon.input-lg {
    padding: 20px 30px;
    font-size: 22px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;;
}
.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: 300 15px/15px "Work Sans", Arial, Helvetica, sans-serif;
    position: relative;
    display: block;
    padding: 12px 15px;
}
.nav > li > a:hover {
    text-decoration: none;
    background: #f2f4f6;
}
.nav > li.disabled > a {
    color: #f2f4f6;
    text-decoration: none;
    background: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover {
    background-color: #f2f4f6;
    border-color: #f2f4f6;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #f2f4f6;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #f2f4f6;
}
.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: 0px 0px 0 0;
}
.nav-tabs li > a:hover {
    border-color: #f2f4f6;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:hover {
    color: #042549;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #f2f4f6;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.wizard {
    margin-top: 15px;
    background: #F0F0F0;
    border: none;
    width: 100%;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #c0c8d1;
    color: #042549;
    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 #c0c8d1;
    top: 1px;
    right: -19px;
    z-index: 100;
}
.nav-tabs.wizard > li > a:hover {
    background: #042549;
    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 #042549;
    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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #f2f4f6;
}
@media (min-width: 748px) {
    .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #f2f4f6;
    border-radius: 0px 0px 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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    color: #FFFFFF;
    background: #042549;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: 0px 0px 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 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    }
}
@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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: #042549;
}
.navbar-default .navbar-brand {
    color: #FFFFFF;
}
.navbar-default .navbar-brand:hover {
    color: #042549;
}
.navbar-default .navbar-text {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #042549;
    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: #f2f4f6;
}
.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: #042549;
    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: #c0c8d1;
    background: none;
    }
}
.navbar-default .navbar-link {
    color: #FFFFFF;
}
.navbar-default .navbar-link:hover {
    color: #042549;
}
.navbar-inverse {
    background-color: #042549;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover {
    color: #042549;
    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: #042549;
    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: #c0c8d1;
    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: #042549;
    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: #c0c8d1;
    background: none;
    }
}
.navbar-inverse .navbar-link {
    color: #FFFFFF;
}
.navbar-inverse .navbar-link:hover {
    color: #042549;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BREADCRUMB ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.breadcrumb {
    background-color: #FFFFFF;
    border-radius: 0;
    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: #042549;
    border-color: #042549;
}
.breadcrumb li.current > * {
    color: #FFFFFF;
    background: #042549;
    border-color: #042549;
}
.breadcrumb li:first-of-type > * {
    padding-left: 15px;
    border-radius: 0 0px 0px 0;
}
.breadcrumb li:last-of-type > * {
    padding-right: 15px;
    border-radius: 0px 0 0 0px;
}
.breadcrumb li:first-of-type a {
    margin-left: 0px;
}
.breadcrumb li:last-of-type a {
    background: #f2f4f6;
    color: #c0c8d1;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #042549;
    margin-left: -1px;
    opacity: 1;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.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: #042549;
    color: #FFFFFF;
    opacity: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.label [href] {
    color: inherit;
    text-decoration: none;
}
.label-default {
    background: #042549;
}
.label-primary {
    background: #042549;
}
.label-success {
    background: #3EB5AC;
}
.label-info {
    background: #02BAF2;
}
.label-warning {
    background: #FAD46B;
}
.label-danger {
    background: #F84545;
}
.label-white {
    background: #FFFFFF;
    color: #042549;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- 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: #042549;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.jumbotron p {
    margin: 30px 0px 15px 0px;
    font-size: 120%;
    font-weight: 300;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- THUMBNAIL -------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.thumbnail {
    display: block;
    padding: 5px;
    border: solid 1px #f2f4f6;
    margin-bottom: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover {
    border-color: #c0c8d1;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: #02BAF2;
    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: #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    background-color: #042549;
    -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: #02BAF2;
}
.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 #f2f4f6;
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.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: #042549;
}
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: #02BAF2;
    border: solid 1px #02BAF2;
}
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 #f2f4f6;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    background-color: #f2f4f6;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.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: #f2f4f6;
    border-top: 1px solid #f2f4f6;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.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: 0px;
    border-top-left-radius: 0px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.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: 0px;
    border-top-left-radius: 0px;
}
.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: 0px;
}
.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: 0px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.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: 0px;
}
.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: 0px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #f2f4f6;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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 #f2f4f6;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #f2f4f6;
}
.panel-default {
    border-color: #f2f4f6;
}
.panel-default > .panel-heading {
    color: #042549;
    background: #f2f4f6;
    border-color: #f2f4f6;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f2f4f6;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f2f4f6;
}
.panel-primary {
    border-color: #042549;
}
.panel-primary > .panel-heading {
    color: #FFFFFF;
    background: #042549;
    border-color: #042549;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #042549;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #042549;
}
.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: #02BAF2;
}
.panel-info > .panel-heading {
    color: #FFFFFF;
    background: #02BAF2;
    border-color: #02BAF2;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #02BAF2;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #02BAF2;
}
.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: #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    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: #042549;
}
.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 #f2f4f6;
    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 #f2f4f6;
}
.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: #042549;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: #042549;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #042549;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #042549;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #042549;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #042549;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #042549;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #042549;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #042549;
}
.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 #f2f4f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.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: #f2f4f6;
}
.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: #c0c8d1;
    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: #c0c8d1;
}
.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: #c0c8d1;
    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: #c0c8d1;
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #FFFFFF;
    bottom: -10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- CAROUSEL ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.carousel {
    position: relative;
    background: #c0c8d1;
}
.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('https://calippe-associes.com/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('https://calippe-associes.com/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('https://calippe-associes.com/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('https://calippe-associes.com/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: #042549;
    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: #02BAF2}
.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: #042549;
    display: table;
    padding: 15px;
    margin-bottom: 15px; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.carousel-caption p {
    color: #042549;
    background: #FFFFFF;
    display: table;
    padding: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
@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>
    
* {}
    
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}
</style>
<style>

* {}

@font-face {
  font-family: "icons-maxicons";
  src:url("/wp-content/themes/starter/asset/font/icons-maxicons.eot");
  src:url("/wp-content/themes/starter/asset/font/icons-maxicons.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/starter/asset/font/icons-maxicons.woff") format("woff"),
    url("/wp-content/themes/starter/asset/font/icons-maxicons.ttf") format("truetype"),
    url("/wp-content/themes/starter/asset/font/icons-maxicons.svg#maxicons") format("svg");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "icons-maxicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons-maxicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.icon-2x {
    font-size: 150%;
} 
.icon-3x {
    font-size: 200%;
} 
.icon-4x {
    font-size: 250%;
} 
.icon-5x {
    font-size: 300%;
}
.icon-maxicons1-arrow:before {
  content: "a";
}
.icon-maxicons1-arrowdown-01:before {
  content: "b";
}
.icon-maxicons1-arrowdown-02:before {
  content: "c";
}
.icon-maxicons1-check:before {
  content: "d";
}
.icon-maxicons1-calculator:before {
  content: "e";
}
.icon-maxicons1-businessman:before {
  content: "f";
}
.icon-maxicons1-earphones:before {
  content: "g";
}
.icon-maxicons1-earphones2:before {
  content: "h";
}
.icon-maxicons1-earth:before {
  content: "i";
}
.icon-maxicons1-edit-44:before {
  content: "j";
}
.icon-maxicons1-connect:before {
  content: "k";
}
.icon-maxicons1-arrowleft:before {
  content: "l";
}
.icon-maxicons1-arrowright:before {
  content: "m";
}
.icon-maxicons1-edit-73:before {
  content: "n";
}
.icon-maxicons1-enter:before {
  content: "o";
}
.icon-maxicons1-copyrights:before {
  content: "p";
}
.icon-maxicons1-back:before {
  content: "q";
}
.icon-maxicons1-bag:before {
  content: "r";
}
.icon-maxicons1-copy:before {
  content: "s";
}
.icon-maxicons1-desktop:before {
  content: "t";
}
.icon-maxicons1-equalizer:before {
  content: "u";
}
.icon-maxicons1-euro:before {
  content: "v";
}
.icon-maxicons1-disk:before {
  content: "w";
}
.icon-maxicons1-bage:before {
  content: "x";
}
.icon-maxicons1-bank:before {
  content: "y";
}
.icon-maxicons1-document:before {
  content: "z";
}
.icon-maxicons1-exit:before {
  content: "A";
}
.icon-maxicons1-dollar:before {
  content: "B";
}
.icon-maxicons1-bookreader:before {
  content: "C";
}
.icon-maxicons1-donotenter:before {
  content: "D";
}
.icon-maxicons1-bass:before {
  content: "E";
}
.icon-maxicons1-fast:before {
  content: "F";
}
.icon-maxicons1-frank:before {
  content: "G";
}
.icon-maxicons1-gamepad:before {
  content: "H";
}
.icon-maxicons1-down:before {
  content: "I";
}
.icon-maxicons1-briliant:before {
  content: "J";
}
.icon-maxicons1-building:before {
  content: "K";
}
.icon-maxicons1-download:before {
  content: "L";
}
.icon-maxicons1-games:before {
  content: "M";
}
.icon-maxicons1-mail:before {
  content: "N";
}
.icon-maxicons1-load-77:before {
  content: "O";
}
.icon-maxicons1-load-27:before {
  content: "P";
}
.icon-maxicons1-left:before {
  content: "Q";
}
.icon-maxicons1-iwatch:before {
  content: "R";
}
.icon-maxicons1-mac:before {
  content: "S";
}
.icon-maxicons1-percent:before {
  content: "T";
}
.icon-maxicons1-play:before {
  content: "U";
}
.icon-maxicons1-graph:before {
  content: "V";
}
.icon-maxicons1-mailsend:before {
  content: "W";
}
.icon-maxicons1-microphone:before {
  content: "X";
}
.icon-maxicons1-graphic:before {
  content: "Y";
}
.icon-maxicons1-inarrows:before {
  content: "Z";
}
.icon-maxicons1-money:before {
  content: "0";
}
.icon-maxicons1-monitor:before {
  content: "1";
}
.icon-maxicons1-inzoom:before {
  content: "2";
}
.icon-maxicons1-ipad:before {
  content: "3";
}
.icon-maxicons1-music:before {
  content: "4";
}
.icon-maxicons1-next:before {
  content: "5";
}
.icon-maxicons1-iphone:before {
  content: "6";
}
.icon-maxicons1-ipod:before {
  content: "7";
}
.icon-maxicons1-notebook:before {
  content: "8";
}
.icon-maxicons1-onright:before {
  content: "9";
}
.icon-maxicons1-pause:before {
  content: "!";
}
.icon-maxicons1-outarrow:before {
  content: "\"";
}
.icon-maxicons1-roundleft:before {
  content: "#";
}
.icon-maxicons1-rounddown:before {
  content: "$";
}
.icon-maxicons1-peoples:before {
  content: "%";
}
.icon-maxicons1-roundright:before {
  content: "&";
}
.icon-maxicons1-roundtop:before {
  content: "'";
}
.icon-maxicons1-tv:before {
  content: "(";
}
.icon-maxicons1-transaction:before {
  content: ")";
}
.icon-maxicons1-shuffle-35:before {
  content: "*";
}
.icon-maxicons1-right:before {
  content: "+";
}
.icon-maxicons1-rouble:before {
  content: ",";
}
.icon-maxicons1-star:before {
  content: "-";
}
.icon-maxicons1-start:before {
  content: ".";
}
.icon-maxicons1-top:before {
  content: "/";
}
.icon-maxicons1-playlist:before {
  content: ":";
}
.icon-maxicons1-rounfgraph:before {
  content: ";";
}
.icon-maxicons1-umbrella:before {
  content: "<";
}
.icon-maxicons2-cisco:before {
  content: "=";
}
.icon-maxicons2-editor:before {
  content: ">";
}
.icon-maxicons2-analyst:before {
  content: "?";
}
.icon-maxicons2-instruction:before {
  content: "@";
}
.icon-maxicons2-menu:before {
  content: "[";
}
.icon-maxicons2-player:before {
  content: "]";
}
.icon-maxicons2-shape:before {
  content: "^";
}
.icon-maxicons2-wand:before {
  content: "_";
}
.icon-maxicons3-baseball:before {
  content: "`";
}
.icon-maxicons3-call:before {
  content: "{";
}
.icon-maxicons3-cube:before {
  content: "|";
}
.icon-maxicons3-gym:before {
  content: "}";
}
.icon-maxicons3-locator:before {
  content: "~";
}
.icon-maxicons3-remove-from-basket:before {
  content: "\\";
}
.icon-maxicons3-tabletennis:before {
  content: "\e000";
}
.icon-maxicons3-wi-fi-perfect:before {
  content: "\e001";
}
.icon-maxicons3-window:before {
  content: "\e002";
}
.icon-maxicons3-tack:before {
  content: "\e003";
}
.icon-maxicons3-restaurant:before {
  content: "\e004";
}
.icon-maxicons3-lte:before {
  content: "\e005";
}
.icon-maxicons3-hand-basket:before {
  content: "\e006";
}
.icon-maxicons3-cup:before {
  content: "\e007";
}
.icon-maxicons3-call-in:before {
  content: "\e008";
}
.icon-maxicons3-basket:before {
  content: "\e009";
}
.icon-maxicons2-winer:before {
  content: "\e00a";
}
.icon-maxicons2-sharp:before {
  content: "\e00b";
}
.icon-maxicons2-plus:before {
  content: "\e00c";
}
.icon-maxicons2-message:before {
  content: "\e00d";
}
.icon-maxicons2-minus:before {
  content: "\e00e";
}
.icon-maxicons2-profile:before {
  content: "\e00f";
}
.icon-maxicons2-smallminus:before {
  content: "\e010";
}
.icon-maxicons2-woman:before {
  content: "\e011";
}
.icon-maxicons3-basketball:before {
  content: "\e012";
}
.icon-maxicons3-call-out:before {
  content: "\e013";
}
.icon-maxicons3-danger:before {
  content: "\e014";
}
.icon-maxicons3-hanger:before {
  content: "\e015";
}
.icon-maxicons3-market:before {
  content: "\e016";
}
.icon-maxicons3-rice:before {
  content: "\e017";
}
.icon-maxicons3-topboard:before {
  content: "\e018";
}
.icon-maxicons3-workingtable:before {
  content: "\e019";
}
.icon-maxicons3-trousers:before {
  content: "\e01a";
}
.icon-maxicons3-shashlik:before {
  content: "\e01b";
}
.icon-maxicons3-roller:before {
  content: "\e01c";
}
.icon-maxicons3-trousers-1:before {
  content: "\e01d";
}
.icon-maxicons3-shelf:before {
  content: "\e01e";
}
.icon-maxicons3-tub:before {
  content: "\e01f";
}
.icon-maxicons3-tub2:before {
  content: "\e020";
}
.icon-maxicons3-shoes:before {
  content: "\e021";
}
.icon-maxicons3-sos:before {
  content: "\e022";
}
.icon-maxicons3-uplamp:before {
  content: "\e023";
}
.icon-maxicons3-wi-fi:before {
  content: "\e024";
}
.icon-maxicons3-soup:before {
  content: "\e025";
}
.icon-maxicons3-spoon:before {
  content: "\e026";
}
.icon-maxicons3-wi-fi-bad:before {
  content: "\e027";
}
.icon-maxicons3-wi-fi-good:before {
  content: "\e028";
}
.icon-maxicons3-swim:before {
  content: "\e029";
}
.icon-maxicons3-t-shirt:before {
  content: "\e02a";
}
.icon-maxicons3-wi-fi-no-signal:before {
  content: "\e02b";
}
.icon-maxicons3-wi-fi-normal:before {
  content: "\e02c";
}
.icon-maxicons3-table:before {
  content: "\e02d";
}
.icon-maxicons3-pulse:before {
  content: "\e02e";
}
.icon-maxicons3-on-charge:before {
  content: "\e02f";
}
.icon-maxicons3-ok:before {
  content: "\e030";
}
.icon-maxicons3-no-siignal:before {
  content: "\e031";
}
.icon-maxicons3-no-signal:before {
  content: "\e032";
}
.icon-maxicons3-network:before {
  content: "\e033";
}
.icon-maxicons3-mug:before {
  content: "\e034";
}
.icon-maxicons3-moto:before {
  content: "\e035";
}
.icon-maxicons3-menu:before {
  content: "\e036";
}
.icon-maxicons3-meat:before {
  content: "\e037";
}
.icon-maxicons3-heart:before {
  content: "\e038";
}
.icon-maxicons3-ice-cream:before {
  content: "\e039";
}
.icon-maxicons3-labirint:before {
  content: "\e03a";
}
.icon-maxicons3-ladder:before {
  content: "\e03b";
}
.icon-maxicons3-lamp:before {
  content: "\e03c";
}
.icon-maxicons3-lifebuoy:before {
  content: "\e03d";
}
.icon-maxicons3-light:before {
  content: "\e03e";
}
.icon-maxicons3-light2:before {
  content: "\e03f";
}
.icon-maxicons3-line:before {
  content: "\e040";
}
.icon-maxicons3-loader:before {
  content: "\e041";
}
.icon-maxicons3-grapes:before {
  content: "\e042";
}
.icon-maxicons3-golf:before {
  content: "\e043";
}
.icon-maxicons3-glass:before {
  content: "\e044";
}
.icon-maxicons3-gift:before {
  content: "\e045";
}
.icon-maxicons3-fencing:before {
  content: "\e046";
}
.icon-maxicons3-electric-column:before {
  content: "\e047";
}
.icon-maxicons3-drop:before {
  content: "\e048";
}
.icon-maxicons3-download:before {
  content: "\e049";
}
.icon-maxicons3-edge:before {
  content: "\e04a";
}
.icon-maxicons3-case:before {
  content: "\e04b";
}
.icon-maxicons3-card:before {
  content: "\e04c";
}
.icon-maxicons3-call-pass:before {
  content: "\e04d";
}
.icon-maxicons3-dress:before {
  content: "\e04e";
}
.icon-maxicons3-car:before {
  content: "\e04f";
}
.icon-maxicons3-casserole:before {
  content: "\e050";
}
.icon-maxicons3-chair:before {
  content: "\e051";
}
.icon-maxicons3-check:before {
  content: "\e052";
}
.icon-maxicons3-cheese:before {
  content: "\e053";
}
.icon-maxicons3-cherry:before {
  content: "\e054";
}
.icon-maxicons3-chess:before {
  content: "\e055";
}
.icon-maxicons1-presentation:before {
  content: "\e056";
}
.icon-maxicons1-prev:before {
  content: "\e057";
}
.icon-maxicons1-print:before {
  content: "\e058";
}
.icon-maxicons1-radio:before {
  content: "\e059";
}
.icon-maxicons1-rec:before {
  content: "\e05a";
}
.icon-maxicons1-refresh:before {
  content: "\e05b";
}
.icon-maxicons1-shuffle-21:before {
  content: "\e05c";
}
.icon-maxicons1-shield:before {
  content: "\e05d";
}
.icon-maxicons1-shelf:before {
  content: "\e05e";
}
.icon-maxicons1-scales:before {
  content: "\e05f";
}
.icon-maxicons1-safe:before {
  content: "\e060";
}
.icon-maxicons1-router:before {
  content: "\e061";
}
.icon-maxicons1-undo:before {
  content: "\e062";
}
.icon-maxicons1-volumemax:before {
  content: "\e063";
}
.icon-maxicons2-archive:before {
  content: "\e064";
}
.icon-maxicons2-anchor:before {
  content: "\e065";
}
.icon-maxicons2-clock:before {
  content: "\e066";
}
.icon-maxicons2-cloud:before {
  content: "\e067";
}
.icon-maxicons2-enginering:before {
  content: "\e068";
}
.icon-maxicons2-editting:before {
  content: "\e069";
}
.icon-maxicons2-interface:before {
  content: "\e06a";
}
.icon-maxicons2-justify:before {
  content: "\e06b";
}
.icon-maxicons2-key:before {
  content: "\e06c";
}
.icon-maxicons2-female:before {
  content: "\e06d";
}
.icon-maxicons2-code:before {
  content: "\e06e";
}
.icon-maxicons2-assign:before {
  content: "\e06f";
}
.icon-maxicons1-volumenormal:before {
  content: "\e070";
}
.icon-maxicons1-volumeoff:before {
  content: "\e071";
}
.icon-maxicons2-base:before {
  content: "\e072";
}
.icon-maxicons2-comment:before {
  content: "\e073";
}
.icon-maxicons2-fire:before {
  content: "\e074";
}
.icon-maxicons2-leftalign:before {
  content: "\e075";
}
.icon-maxicons2-movie:before {
  content: "\e076";
}
.icon-maxicons2-quotepaste:before {
  content: "\e077";
}
.icon-maxicons2-speed:before {
  content: "\e078";
}
.icon-maxicons2-zoomout:before {
  content: "\e079";
}
.icon-maxicons3-battery-charge:before {
  content: "\e07a";
}
.icon-maxicons3-battery-bad:before {
  content: "\e07b";
}
.icon-maxicons2-zoomin:before {
  content: "\e07c";
}
.icon-maxicons2-smallpluss:before {
  content: "\e07d";
}
.icon-maxicons2-question:before {
  content: "\e07e";
}
.icon-maxicons2-mouse:before {
  content: "\e07f";
}
.icon-maxicons2-navigation:before {
  content: "\e080";
}
.icon-maxicons2-paste:before {
  content: "\e081";
}
.icon-maxicons2-pen:before {
  content: "\e082";
}
.icon-maxicons2-new:before {
  content: "\e083";
}
.icon-maxicons2-rain:before {
  content: "\e084";
}
.icon-maxicons2-quotetop:before {
  content: "\e085";
}
.icon-maxicons2-startmac:before {
  content: "\e086";
}
.icon-maxicons2-strokes:before {
  content: "\e087";
}
.icon-maxicons3-4g:before {
  content: "\e088";
}
.icon-maxicons3-3g:before {
  content: "\e089";
}
.icon-maxicons3-battery-full:before {
  content: "\e08a";
}
.icon-maxicons3-battery-normal:before {
  content: "\e08b";
}
.icon-maxicons3-battery-off:before {
  content: "\e08c";
}
.icon-maxicons3-add-to-basket:before {
  content: "\e08d";
}
.icon-maxicons2-temperature:before {
  content: "\e08e";
}
.icon-maxicons2-rightalign:before {
  content: "\e08f";
}
.icon-maxicons2-roadwork:before {
  content: "\e090";
}
.icon-maxicons2-tipography:before {
  content: "\e091";
}
.icon-maxicons3-add-to-basket2:before {
  content: "\e092";
}
.icon-maxicons3-bed:before {
  content: "\e093";
}
.icon-maxicons3-bottle:before {
  content: "\e094";
}
.icon-maxicons3-cake:before {
  content: "\e095";
}
.icon-maxicons3-bouling:before {
  content: "\e096";
}
.icon-maxicons3-bag:before {
  content: "\e097";
}
.icon-maxicons3-armchair:before {
  content: "\e098";
}
.icon-maxicons3-apple:before {
  content: "\e099";
}
.icon-maxicons3-butterfly:before {
  content: "\e09a";
}
.icon-maxicons3-add-to-hand-basket:before {
  content: "\e09b";
}
.icon-maxicons2-transparency:before {
  content: "\e09c";
}
.icon-maxicons2-usb:before {
  content: "\e09d";
}
.icon-maxicons2-video:before {
  content: "\e09e";
}
.icon-maxicons2-view:before {
  content: "\e09f";
}
.icon-maxicons2-send:before {
  content: "\e0a0";
}
.icon-maxicons2-search:before {
  content: "\e0a1";
}
.icon-maxicons2-scissors:before {
  content: "\e0a2";
}
.icon-maxicons2-science:before {
  content: "\e0a3";
}
.icon-maxicons2-pic:before {
  content: "\e0a4";
}
.icon-maxicons2-male:before {
  content: "\e0a5";
}
.icon-maxicons2-magnit:before {
  content: "\e0a6";
}
.icon-maxicons2-lower:before {
  content: "\e0a7";
}
.icon-maxicons2-login:before {
  content: "\e0a8";
}
.icon-maxicons2-like:before {
  content: "\e0a9";
}
.icon-maxicons2-fix:before {
  content: "\e0aa";
}
.icon-maxicons2-folder:before {
  content: "\e0ab";
}
.icon-maxicons2-book:before {
  content: "\e0ac";
}
.icon-maxicons1-yuan:before {
  content: "\e0ad";
}
.icon-maxicons1-weight:before {
  content: "\e0ae";
}
.icon-maxicons2-blocks:before {
  content: "\e0af";
}
.icon-maxicons2-copier:before {
  content: "\e0b0";
}
.icon-maxicons2-crown:before {
  content: "\e0b1";
}
.icon-maxicons2-comments:before {
  content: "\e0b2";
}
.icon-maxicons2-bell:before {
  content: "\e0b3";
}
.icon-maxicons1-wallet:before {
  content: "\e0b4";
}
.icon-maxicons2-glasses:before {
  content: "\e0b5";
}
.icon-maxicons2-graphtablet:before {
  content: "\e0b6";
}
.icon-maxicons2-guide:before {
  content: "\e0b7";
}
.icon-maxicons2-man:before {
  content: "\e0b8";
}
.icon-maxicons2-home:before {
  content: "\e0b9";
}
.icon-maxicons2-information:before {
  content: "\e0ba";
}
.icon-maxicons2-map:before {
  content: "\e0bb";
}
.icon-maxicons2-insta:before {
  content: "\e0bc";
}
.icon-maxicons2-medal:before {
  content: "\e0bd";
}
.icon-maxicons2-planet:before {
  content: "\e0be";
}
.icon-maxicons2-place:before {
  content: "\e0bf";
}
.icon-maxicons2-picarchive:before {
  content: "\e0c0";
}
.icon-maxicons2-dribbble:before {
  content: "\e0c1";
}
.icon-maxicons2-draw:before {
  content: "\e0c2";
}
.icon-maxicons2-documents:before {
  content: "\e0c3";
}
.icon-maxicons2-dislike:before {
  content: "\e0c4";
}
.icon-maxicons2-crowp:before {
  content: "\e0c5";
}
.icon-maxicons2-bookmark:before {
  content: "\e0c6";
}
.icon-maxicons2-bright:before {
  content: "\e0c7";
}
.icon-maxicons2-brush:before {
  content: "\e0c8";
}
.icon-maxicons2-catalogue:before {
  content: "\e0c9";
}
.icon-maxicons2-centeralign:before {
  content: "\e0ca";
}
.icon-maxicons2-alchemy:before {
  content: "\e0cb";
}
.icon-maxicons2-addcloud:before {
  content: "\e0cc";
}
.icon-maxicons2-act:before {
  content: "\e0cd";
}
.icon-maxicons1-zoom:before {
  content: "\e0ce";
}
.icon-maxicons2-add:before {
  content: "\e0cf";
}
</style>
<style>

h1 {
    font-family: "Eczar";
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
}
@media screen and (max-width: 748px) {
    h1 {
        font-size: 26px;
        line-height: 30px;
    }
}
h2 {
    font-family: "Eczar";
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

nav {
    background: transparent;
    padding-top: 35px;
    position: absolute;
}
.is-sticky nav {
    height: 80px;
}
nav .logo-sticky {
    display: none;
}
.is-sticky nav .logo-sticky {
    display: block;
}
.is-sticky nav .logo-sticky img {
    height: 40px;
    margin-top: 20px;
}
.is-sticky nav .logo {
    display: none;
}
nav ul.menu {
    border-bottom: solid 1px #042549;
}
.is-sticky nav ul.menu {
    border-bottom: solid 1px transparent;
}
nav.nav-white ul.menu {
    border-bottom: solid 1px #FFF;
}
nav ul.menu li {
    padding-top: 13px;
    padding-bottom: 13px;
}
nav ul.menu li:first-child {
    margin-left: 0px;
}
nav ul.menu li:last-child {
    margin-right: 0px;
}
.is-sticky nav ul.menu li {
    padding-top: 0px;
    padding-bottom: 0px;
}
.is-sticky nav ul.menu li a {
    line-height: 76px;
}
nav ul.menu > li > a {
    font: 300 16px/22px "Work Sans", Arial, Helvetica, sans-serif;
    text-transform: inherit;
    border: solid 1px transparent;
}
nav.nav-white ul.menu > li > a {
    color: #FFF;
}
.is-sticky nav.nav-white ul.menu > li > a {
    color: #042549;
}
nav ul.menu > li > a span.menu-title {
    padding-top: 15px;
    padding-bottom: 15px;
}
.is-sticky nav ul.menu > li > a span.menu-title {
    padding-bottom: 29px;
}
nav ul.menu > li.current-menu-item > a span.menu-title {
    font-weight: normal;
    border-bottom: solid 3px #042549;
}
nav.nav-white ul.menu > li.current-menu-item > a span.menu-title {
    border-bottom: solid 3px #FFF;
}
.is-sticky nav.nav-white ul.menu > li.current-menu-item > a span.menu-title {
    border-bottom: solid 3px #042549;
}
@media screen and (max-width: 992px) {
    nav .info-wrap {
        position: absolute;
        top: -20px;
        right: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 748px) {
    nav .info-wrap {
        right: 35px;
    }
}
nav .info {
    font-size: 14px;
    margin-left: 15px;
}
@media screen and (max-width: 748px) {
    nav .info {
        font-size: 12px;
    }
}
.is-sticky nav .info {
    display: none;
}
nav.nav-white .info {
    color: #FFF;
}
nav.info a {
    color: #042549;
    text-decoration: none;
}
nav.nav-white .info a {
    color: #FFF;
}
nav .info.info-mail {
    padding-left: 20px;
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-nav-info-mail-blue.svg') no-repeat center left;
    background-size: 12px !important;
}
nav.nav-white .info.info-mail {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-nav-info-mail-white.svg') no-repeat center left;
}
nav .info.info-tel {
    padding-left: 20px;
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-nav-info-tel-blue.svg') no-repeat center left;
    background-size: 12px !important;
}
nav.nav-white .info.info-tel {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-nav-info-tel-white.svg') no-repeat center left;
}

nav.nav-white .icon-burger #nav-burger-animated span {
    background: #FFF;
}
.is-sticky nav.nav-white .icon-burger #nav-burger-animated span {
    background: #042549;
}
.is-sticky nav .icon-burger {
    margin-top: -2px;
}
@media screen and (max-width: 748px) {
    .is-sticky nav .icon-burger {
        margin-top: -2px;
    }
}
.nav-responsive.show.full {
    z-index: 1000000;
}
.nav-responsive.full ul.menu li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-responsive.full ul.menu > li > a,
.nav-responsive.full ul.menu > li ul.sub-menu li > a {
    padding: 0px;
}
.nav-responsive ul.menu {
    margin-top: 15px;
}
.nav-responsive ul.menu li a {
    font: 300 16px/22px "Work Sans", Arial, Helvetica, sans-serif;
    text-transform: inherit;
    border: solid 1px transparent;
}
nav .icon-burger #nav-burger-animated {
    margin-top: 6px;
}
.nav-responsive .nav-responsive-close {
    background: #FFF url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-nav-responsive-close.svg') no-repeat center center;
    background-size: 40px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-left: -30px;
}
.nav-spacer {
    display: block;
    height: 80px;
}

.col-cta-team {
    position: relative;
}
.col-cta-team .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.col-skills-home {}
@media screen and (max-width: 748px) {
    .col-skills-home .col-xs-6 {
       padding-left: 10px;
       padding-right: 10px;
    }
}
.col-skills-home .title {}
.col-skills-home .item {
    background: #FFF;
    box-shadow: 0px 10px 25px rgba(4,37,73,0.08);
    padding: 55px 15px 40px 15px;
    margin-bottom: 60px;
    display: table;
    position: relative;
    width: 100%;
    height: 150px !important;
    -webkit-transition: all 850ms ease-in-out;
    -moz-transition: all 850ms ease-in-out;
    -o-transition: all 850ms ease-in-out;
    -ms-transition: all 850ms ease-in-out;
    transition: all 850ms ease-in-out;
}
.col-skills-home .item:hover {
    opacity: 1;
    margin-top: -15px;
    box-shadow: 0px 10px 45px rgba(4,37,73,0.18);
}
.col-skills-home .item .title {
    text-align: center;
    font-family: "Eczar";
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width: 748px) {
    .col-skills-home .item .title {
        font-size: 14px;
        line-height: 16px;
    }
}
.col-skills-home .item .title .arrow {
    width: 12px;
    height: 12px;
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-skills-arrow.svg') no-repeat center;
    background-size: 12px;
    display: inline-block;
}
.col-skills-home .item .icon {
    width: 80px;
    height: 80px;
    background: #FFF;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
}
.col-skills-home .item .icon img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.col-skills {}
.col-skills .item {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}
.col-skills .item .title {
    font-family: "Eczar";
    font-size: 28px;
    line-height: 40px;
}
.col-skills .item .content {
    font-size: 18px;
    line-height: 25px;
}
.col-skills .item .thumb {
    text-align: right;
}
@media screen and (max-width: 748px) {
    .col-skills .item .thumb {
        text-align: left;
    }
}
.col-skills .item .thumb .icon {
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    box-shadow: 0px 10px 25px rgba(4,37,73,0.08);
}
.col-skills .item .thumb .icon img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.col-skills ul {
    margin-bottom: 30px !important;
}
.col-skills ul li {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-skills-location-li.svg') no-repeat 0px 8px !important;
    background-size: 8px !important;
    padding: 0px 0px 0px 25px !important;
    margin-left: 15px;
}
.col-skills ul li ul li {
    background: none !important;
    padding: 0px 0px 0px 25px !important;
    margin-left: 15px;
    color: #042549;
}
.col-skills ul li.have-ul {
    text-decoration: underline;
    cursor: pointer;
}
.col-skills ul li.have-ul:hover {
    text-decoration: underline;
    cursor: pointer;
}
.col-skills ul li.active:hover {
    text-decoration: none;
}
.col-skills ul li ul {
    height: 0px;
    margin-bottom: 0px !important;
    overflow: hidden;
    -webkit-transition: all 750ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-decoration: inherit !important;
    cursor: inherit !important;
}
.col-skills ul li ul.active {
    height: auto;
    margin-bottom: 15px !important;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.col-skills .col-skills-degrad {}
.col-skills-img {
    position: absolute;
    left: 67%;
    top: 0px;
    width: 33% !important;
    height: 100vh;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 748px) {
    .col-skills-img {
        display: none;
    }
}
.col-skills-location {}
.col-skills-location .item {
    box-shadow: 0px 10px 25px rgba(4,37,73,0.08);
    padding: 30px;
}
.col-skills-location .item .title {
    font-family: "Eczar";
    font-size: 20px;
    line-height: 36px;
}
.col-skills-location .item ul {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}
.col-skills-location .item ul li {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-skills-location-li.svg') no-repeat 0px 8px !important;
    background-size: 8px !important;
    padding: 0px 0px 0px 25px !important;
    margin-left: 15px !important;
}



.col-constat {}
.col-constat .item {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}
.col-constat .item .title {
    font-family: "Eczar";
    font-size: 28px;
    line-height: 40px;
}
.col-constat .item .content {
    font-size: 18px;
    line-height: 25px;
}
.col-constat .item .thumb {
    text-align: right;
}
@media screen and (max-width: 748px) {
    .col-constat .item .thumb {
        text-align: left;
    }
}
.col-constat .item .thumb .icon {
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    box-shadow: 0px 10px 25px rgba(4,37,73,0.08);
}
.col-constat .item .thumb .icon img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.col-constat .col-constat-degrad {}
.col-constat-img {
    position: absolute;
    left: 67%;
    top: 0px;
    width: 33% !important;
    height: 100vh;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 748px) {
    .col-constat-img {
        display: none;
    }
}
.col-constat ul {
    margin-bottom: 30px !important;
}
.col-constat ul li {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-skills-location-li.svg') no-repeat 0px 8px !important;
    background-size: 8px !important;
    padding: 0px 0px 0px 25px !important;
    margin-left: 15px;
}
.col-constat ul li ul li {
    background: none !important;
    padding: 0px 0px 0px 25px !important;
    margin-left: 15px;
    color: rgba(4,37,73,0.50) !important;
}
.col-constat .content ul li ul {
    display: none
}
.col-constat .content ul li ul.active {
    display: block;
}

.col-map {
    height: 425px;
    background: #EEE;
    margin-top: 80px;
    position: relative;
}
@media screen and (max-width: 748px) {
    .col-map {}
}
.col-map #map {
    width: 100%;
    height: 425px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.col-map .container {
    height: 425px;
}
.col-map .info {
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1000;
    padding: 30px;
    width: 400px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 748px) {
    .col-map .info {
        top: 50%;
        left: 50%;
        right: inherit;
        width: 320px;
        font-size: 12px;
        line-height: 16px;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}
.col-map .info b {
    font-weight: 400;
}
.col-map .info p,
.col-map .info .p {
    margin-bottom: 30px;
}
.col-map ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.col-map li {
    padding: 2px 0px 2px 25px;
}
.col-map li.tel {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-map-info-tel.svg') no-repeat center left !important;
    background-size: 16px !important;
}
.col-map li.fax {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-map-info-fax.svg') no-repeat center left !important;
    background-size: 16px !important;
}
.col-map li.mail {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-map-info-mail.svg') no-repeat center left !important;
    background-size: 16px !important;
}

.col-skills-home-location .item {
    background: #FFF;
    box-shadow: 0px 10px 25px rgba(4,37,73,0.08);
    padding: 30px;
    height: 100%;
}
@media screen and (max-width: 748px) {
    .col-skills-home-location .item {
        margin-bottom: 30px;
    }
}
.col-skills-home-location .item .title {
    font-size: 32px;
    line-height: 40px;
    font-family: "Eczar";
}
@media screen and (max-width: 748px) {
    .col-skills-home-location .item .title {
        font-size: 24px;
        line-height: 28px;
        font-family: "Eczar";
    }
}
.col-skills-home-location .item ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.col-skills-home-location .item ul li {
    padding-left: 20px;
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-skills-home-location-li.svg') no-repeat center left;
    background-size: 6px;
}

.col-cta {
    background: #042549;
    color: #FFF;
}
.col-cta .title {
    font-size: 32px;
    line-height: 40px;
    font-family: "Eczar";
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-cta.svg') no-repeat center;
    background-size: 120px;
}
.col-eprocedures {
    margin-bottom: 80px;
}

.col-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-team-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    /* float: left; */
}
@media screen and (max-width: 991.8px ) {
    .col-team-item{
        width: 50%;
    }
}
@media screen and (max-width: 747.8px ) {
    .col-team-item{
        width: 100%;
    }
}
.col-team .item {
    background: #FFF;
    -webkit-transition: all 750ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 500;
    margin-bottom: 30px;
    -webkit-transition: all 1150ms ease-in-out;
    -moz-transition: all 1150ms ease-in-out;
    -o-transition: all 1150ms ease-in-out;
    -ms-transition: all 1150ms ease-in-out;
    transition: all 1150ms ease-in-out;
}
.col-team .item.disabled {
    z-index: -1000000;
}
.col-team .item:hover {
    box-shadow: 0px 10px 25px rgba(4,37,73,0.08);
    margin-top: -15px;
}
.col-team .item .thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}
.col-team .item .content {
    padding: 15px;
}
.col-team .item .content .title {
    font-size: 20px;
    line-height: 26px;
    font-family: "Eczar";
    font-weight: 400;
}
.col-team .item .content .role {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.col-team .item .content .excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.col-team .item .content .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 30px;
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 1050ms ease-in-out;
    -moz-transition: all 1050ms ease-in-out;
    -o-transition: all 1050ms ease-in-out;
    -ms-transition: all 1050ms ease-in-out;
    transition: all 1050ms ease-in-out;
}
.col-team .item:hover .content .btn {
    top: 0px;
    opacity: 1;
}
.col-team .col-modal-team {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    opacity: 0;
    z-index: -100000;
    -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;
}
.col-team .col-modal-team.active {
    background: rgba(0,0,0,0.7);
    opacity: 1;
    z-index: 100000;
    -webkit-transition: all 850ms ease-in-out;
    -moz-transition: all 850ms ease-in-out;
    -o-transition: all 850ms ease-in-out;
    -ms-transition: all 850ms ease-in-out;
    transition: all 850ms ease-in-out;
}
.col-team .col-modal-team .col-modal-team-content {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    max-width: 750px;
    width: 80%;
    z-index: 100005;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.col-team .col-modal-team .col-modal-team-content .thumb {
    display: table-cell;
    height: 100%;
    width: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 748px) {
    .col-team .col-modal-team .col-modal-team-content .thumb {
        height: 200px;
        width: 100%;
        display: block;
    }
}
.col-team .col-modal-team .col-modal-team-content .content {
    padding: 80px;
    display: table-cell;
    height: 100%;
}
@media screen and (max-width: 748px) {
    .col-team .col-modal-team .col-modal-team-content .content {
        padding: 30px;
        display: block;
        height: inherit;
    }
}
.col-team .col-modal-team .col-modal-team-content .content .title {
    font-size: 20px;
    line-height: 26px;
    font-family: "Eczar";
    font-weight: 400;
}
.col-team .col-modal-team .col-modal-team-content .content .role {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.col-team .col-modal-team .col-modal-team-content .content .excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
@media screen and (max-width: 748px) {
    .col-team .col-modal-team .col-modal-team-content .content .excerpt {
        font-size: 12px;
        line-height: 14px;
    }
}
.col-team .col-modal-team .col-modal-team-content .content .excerpt p:first-of-type:first-letter {
    font-size: 64px;
    line-height: 64px;
    float: left;
    font-weight: 500;
    margin-right: 10px;
}
@media screen and (max-width: 748px) {
    .col-team .col-modal-team .col-modal-team-content .content .excerpt p:first-of-type:first-letter {
        font-size: 40px;
        line-height: 40px;
    }
}
.col-team .col-modal-team .col-modal-team-content .modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/imb-col-modal-team-close.svg') no-repeat center;
    background-size: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.col-contact-mail {}
.col-contact-mail ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.col-contact-mail ul li {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-contact-mail-li.svg') no-repeat center left !important;
    background-size: 14px !important;
    padding-left: 25px !important;
}

.col-paiement {}
.col-paiement .tooltip-paiement {
    width: 25px;
    height: 25px;
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-paiement-tooltip.svg') no-repeat center left;
    background-size: 25px;
    position: absolute;
    right: -40px;
}
.col-paiement .tooltip-paiement:hover {
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/img-col-paiement-tooltip-hover.svg') no-repeat center left;
    background-size: 25px;
}

footer {
    margin: 0px;
    padding: 0px;
}
footer .menu-item-441 a,
footer .menu-item-444 a{
    display:none;
}
footer .menu-item-441 ul a,
footer .menu-item-444 ul a{
    display:inline-block;
}

footer .container {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
footer .col-footer-nav {
    background: #f2f4f6;
    color: #042549;
    display: table;
    width: 100%;
    padding: 0px 30px;
}
footer .col-footer-nav li.widget.widget_nav_menu {
    margin-bottom: 0px;
    background: transparent;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
footer .col-footer-nav li.widget.widget_nav_menu ul {
    text-align: center;
}
footer .col-footer-nav li.widget.widget_nav_menu ul li {
    display: inline-block;
    padding: 0px 15px;
}
@media screen and (max-width: 748px) {
    footer .col-footer-nav li.widget.widget_nav_menu ul li {
        padding: 5px;
    }
}
footer .col-footer-nav li.widget.widget_nav_menu ul li a .menu-title {
    background: transparent;
    color: #042549;
    font-weight: 300;
    padding: 30px 0px;
    border-bottom: solid 3px transparent;
}
@media screen and (max-width: 748px) {
    footer .col-footer-nav li.widget.widget_nav_menu ul li a .menu-title {
        padding: 10px 0px;
    }
}
footer .col-footer-nav li.widget.widget_nav_menu ul li a:hover .menu-title {
    border-bottom: solid 3px #042549;
}
footer .col-footer-nav li.widget.widget_nav_menu ul li.current-menu-item a .menu-title {
    background: transparent;
    color: #042549;
    font-weight: 400;
     border-bottom: solid 3px #042549;
}


footer .col-footer-notice {
    font-size: 12px;
    text-align: center;
    background: #042549;
    color: #FFF;
    display: table;
    width: 100%;
}
@media screen and (max-width: 748px) {
    footer .col-footer-notice {
        font-size: 10px;
    }
}
footer .col-footer-notice a {
    color: #FFF;
}

.col-relative {
    position: relative;
}

blockquote {
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    line-height: 40px;
    font-family: "Eczar";
    font-weight: 400;
    font-style: normal;
    color: #042549;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 748px) {
    blockquote {
        font-size: 22px;
        line-height: 32px;
    }
}
blockquote:before,
blockquote:after {
    display: none;
}
blockquote b {
    font-weight: 500;
}

.img-creditcard {
    height: 25px;
}

.btn-force-size {
    width: 280px;
}

.btn {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 35px;
    -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;
}
@media screen and (max-width: 748px) {
    .btn {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 30px;
    }
}
.btn.btn-white {}
.btn.btn-white:hover {
    background: #042549;
    color: #fff;
    opacity: 1;
}
.btn-bordered:hover {
    background: #042549;
    color: #fff;
    opacity: 1;
}
.btn-bordered {
    border: solid 1px #042549;
}
.btn-bordered-white {
    border: solid 1px #FFF;
    color: #FFF;
}
.btn-bordered-white:hover {
    background: #FFF;
    color: #042549;
    opacity: 1;
}

.text-underline {
    text-decoration: underline;
}

.col-content {
    overflow: visible;
}

.pace .pace-progress {
    background: #042549;
}

.tooltip-inner {
    width: 300px;
    text-align: left;
    text-decoration: none;
    text-transform: none !important;
    line-height: 16px;
    background: #042549;
}

.href-offset {
    display: block;
    position: relative;
    top: -220px;
    visibility: hidden;
}


.tableau-annexes{
    border: 1px solid #eee;
    margin: auto;
}

.tableau-annexes tr{
    border-bottom: 1px solid #eee;
}

.col-tarification strong{
    font-family: Eczar;
}

.tableau-annexes tr td{
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
}


.home .tp-fullwidth-forcer-link{
    background: url('https://calippe-associes.com/wp-content/themes/starter-child/asset/img/logos.png') no-repeat center left !important;
    height: 57px;
    width: 253px;
    position: absolute;
    left: 0;
    bottom: 7px;
}


/* HACK REVSLIDER */
.tp-caption {}
.tp-caption b { font-weight: normal; }

/* Sous menu */

nav ul.menu li ul.sub-menu li {
    padding: 5px 14px;
}
nav ul.menu li {
    position:relative;
}

@media screen and (max-width: 1200px) {
    nav ul.menu li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

nav ul.menu li.menu-item-has-children > a:after{
    top: 6px;
}
nav ul.menu li ul.sub-menu:before{
    top: -14px;
    left: 22%;
}

nav ul.menu li ul.sub-menu{
    top:49px;
    padding: 10px 0;
    min-width: 184px;
}
.is-sticky nav ul.menu li ul.sub-menu {
    top: 66px;
}

nav ul.menu li ul.sub-menu li a:hover {
    color: #4e5154;
    background: none;
}

nav ul.menu li.menu-item-has-children > a:after{
    background: url('/wp-content/themes/starter/asset/img/img-nav-children2.svg') no-repeat center right;
}


.is-sticky nav ul.menu li.menu-item-has-children > a:after{
    background: url('/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center right;
    top: 33px;
}

nav.nav-white ul.menu > li.current-menu-item > a span.menu-title,
.is-sticky nav.nav-white ul.menu > li.current-menu-item > a span.menu-title{
    border: none;
}


.menu-item-441 a{
.menu-item-444 a{
    border-bottom: inherit!important;
}

.nav-responsive ul.menu li.menu-item-has-children > a:after{
    background: none;
}
.nav-responsive.full ul.menu li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-responsive .menu-item-441 a{
.nav-responsive .menu-item-444 a{
    color:initial!important;
}

nav ul.menu > li.current-menu-item > a span.menu-title{
    border: none;
}
.nav-responsive.full ul.menu > li.current-menu-item > a,
.nav-responsive.full ul.menu > li ul.sub-menu li.current-menu-item > a{
    cursor:pointer;
}
</style><p>Il y a eu une erreur critique sur ce site.</p><p><a href="https://fr.wordpress.org/support/article/debugging-in-wordpress/">En apprendre plus sur le débogage de WordPress.</a></p>