/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- GENERAL ADD-ON --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.wrap {
    position: relative;
    padding-bottom: 60px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- HEADER ADD-ON ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
header {
    background: #3f3b39;
    color: #EEE;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- NAV ADD-ON ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
nav {
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 88888;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.is-sticky nav {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #FFFFFF;;
}

.logged-in .is-sticky nav {
    margin-top: 30px;
}

nav .logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-template-logo .is-sticky nav .logo {
    display: none;
}

nav .logo img {
    height: 60px;
}

.is-sticky nav .logo img {
    height: 30px;
}

nav .menu-primary-container {
    display: inline-block;
}

nav ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

nav ul.menu li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

nav ul.menu li:last-child {
    margin-right: 0px;
}

nav ul.menu > li > a {
    /*font: 900 12px/80px "Open Sans", Arial, Helvetica, sans-serif;*/
    font: 900 12px/80px "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    color: #595553;;
    border: solid 1px transparent;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.is-sticky nav ul.menu li a {
    line-height: 2.9rem;
}

nav ul.menu > li > a:hover span {
    text-decoration: none;
    border-bottom: solid 3px #CCC;
}

nav ul.menu > li.current-menu-item > a span {
    text-decoration: none;
    border-bottom: solid 3px #EEE;
    cursor: not-allowed;
}

nav ul.menu > li.current-menu-item > a:hover {
    opacity: 1;
}

nav ul.menu > li.menu-item-has-children > a span {
    border-color: transparent;
}

nav ul.menu li a svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

nav ul.menu li a svg path {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

nav ul.menu li:hover a svg path,
nav ul.menu li.current-menu-item a svg path {
    fill: #595553 !important;;
}

nav ul.menu li.menu-item-has-children a {
    padding-right: 20px;
}

nav ul.menu li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center right;
    display: block;
    position: absolute;
    top: 33px;
    right: 0px;
}

.is-sticky nav ul.menu li.menu-item-has-children > a:after {
    content: "";
    top: 18px;
}

nav ul.menu li ul.sub-menu {
    background: #FFFFFF;
    border-top: solid 2px #EEE;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style: none;
    position: absolute;
    z-index: 555555;
    top: 75px;
    left: 0;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.is-sticky nav ul.menu li ul.sub-menu {
    top: 50px;
}

nav ul.menu li ul.sub-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-nav-sub-menu.svg') no-repeat center center;
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
}

nav ul.menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

nav ul.menu li ul.sub-menu li {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.10);
    margin: 0px;
    padding: 10px;
}

nav ul.menu li ul.sub-menu li a {
    width: 100%;
    text-decoration: none;
    /*font: 300 12px/12px "Open Sans", "Lato", Arial, Helvetica, sans-serif;*/
    font: 300 12px/12px "Lato", Arial, Helvetica, sans-serif;
    color: #595553;
    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 #EEE;
}

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 #EEE;
    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: #595553;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children:hover ul.megamenu-inner-sub-menu {
    opacity: 1;
    visibility: visible;
}

nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children:hover ul.megamenu-inner-sub-menu li.menu-item {
    white-space: nowrap;
}

nav ul.menu li ul.sub-menu li.megamenu-column ul.megamenu-inner-sub-menu li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-nav-children-sub-menu.svg') no-repeat center right;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
}

nav ul.menu li.no-title a {
    margin: 0px;
    padding: 0px;
    border: none;
}

nav ul.menu li.no-title a span,
nav ul.menu li.no-title:hover a span {
    border: none;
}

nav ul.menu li.no-title.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center center;
    display: block;
    position: absolute;
    top: 32px;
    right: -10px;
}

nav ul.menu li.no-title a:hover,
nav ul.menu li.no-title.current-menu-item a {
    border: none;
    background: none;
}

nav ul.menu li.no-title a .menu-title {
    display: none;
}

nav ul.menu li.no-title ul.sub-menu a .menu-title {
    display: block;
}

nav ul.menu li.colored a span {
    background: #3f3b39;
    color: #FFFFFF;
    padding: 15px;
    font-weight: 900;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

nav ul.menu li.colored a span svg {
    margin-right: 0px !important;
}

nav ul.menu li.colored a span svg path {
    fill: #FFFFFF !important;
}

nav ul.menu li.colored.current-menu-item a span {
    background: #595553;
    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: 1300px) {
    .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 #CCC;
    padding-left: 30px;
    margin-left: 0px;
    float: right;
}

.nav-template-woo nav ul.menu li.cart .cart-content {
}

.nav-template-woo nav ul.menu li.cart .cart-content .cart-icon {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-nav-cart.svg') no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -6px;
    vertical-align: middle;
}

.nav-template-woo nav ul.menu li.search {
    background: #EEE url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-nav-search.svg') no-repeat center center;
    background-size: 20px;
    border-left: solid 1px #CCC;
    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: #CCC;
    cursor: pointer;
}

.nav-template-woo nav .icon-burger {
    float: right;
    margin-top: 16px;
}

@media screen and (max-width: 1300px) {
    .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: 1300px) {
    .nav-template-woo nav .logo-responsive {
        display: block;
    }
}

.nav-template-woo .nav-search {
    display: none;
    background: #CCC;
}

.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: 1.4rem;
    font-weight: bold;
}

.nav-template-woo .nav-search .woocommerce-product-search .search-field::-moz-placeholder {
    color: #EEE;
    opacity: 1;
}

.nav-template-woo .nav-search .woocommerce-product-search .search-field:-ms-input-placeholder {
    color: #EEE;
}

.nav-template-woo .nav-search .woocommerce-product-search .search-field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.15);
    font-size: 1.7rem;
    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: #595553;;
}

.nav-template-responsive nav .icon-burger {
    display: block;
}

@media screen and (max-width: 1300px) {
    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: #595553;;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

nav .icon-burger #nav-burger-animated span:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

nav .icon-burger #nav-burger-animated span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

nav .icon-burger #nav-burger-animated span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

nav .icon-burger #nav-burger-animated.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 4px;
}

nav .icon-burger #nav-burger-animated.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

nav .icon-burger #nav-burger-animated.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 4px;
}

.nav-responsive {
    visibility: hidden;
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 80%;
    padding-bottom: 30px;
    background: #FFFFFF;
    overflow: scroll;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav-responsive.show {
    visibility: visible;
    width: 80%;
    max-width: 280px;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav-responsive.full {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav-responsive.show.full {
    width: 100%;
    max-width: 100%;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav-responsive .logo-responsive {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-responsive .logo-responsive img {
    max-height: 150px;
    max-width: 240px;
}

.nav-responsive ul.menu {
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
    list-style: none;
}

.nav-responsive ul.menu li {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-responsive.full ul.menu li {
    text-align: center;
}

.nav-responsive ul.menu li a {
    /*font: 900 12px/30px "Open Sans", "Lato", Arial, Helvetica, sans-serif;*/
    font: 900 12px/30px "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #595553;;
    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: #CCC;
    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 #EEE;
    color: #CCC;
}

.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: #3f3b39;
    border-left: none;
    opacity: 1;
}

.nav-responsive ul.menu > li.colored > a,
.nav-responsive ul.menu > li ul.sub-menu li.colored > a {
    color: #3f3b39;
}

.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: #595553;;
    color: #595553;;
    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: #595553;;
    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 #EEE;
}

.nav-responsive ul.menu li ul.sub-menu li a {
    font-size: 0.7rem;
}

.nav-responsive ul.menu li.menu-item-has-children > a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-nav-children.svg') no-repeat center center;
    display: block;
    position: absolute;
    top: 8px;
    right: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- 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: 1.7rem;
    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;
}

/* 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.5rem;
}

sub {
    bottom: -0.25rem;
}

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: 1rem;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-left:before, .container-left:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BASE ------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #FFFFFF;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    /*font-family: "Open Sans", "Lato", Arial, Helvetica, sans-serif;*/
    /*font-weight: 400;*/
    font-size: 0.7rem;
    line-height: 1.1rem;
    color: #595553;
}

a, .false-link {
    /*color: #3f3b39;*/
    color: #006699;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
}

a:hover, .false-link:hover {
    opacity: 0.65;
}

a.underline {
    text-decoration: underline;
}

img {
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Open Sans", "Lato", Arial, Helvetica, sans-serif;*/
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #595553;
}

h1 {
    font-size: 1.6rem;
}

@media screen and (max-width: 748px) {
    h1 {
        font-size: 1.6rem;
    }
}

h2 {
    font-size: 1.4rem;
}

@media screen and (max-width: 748px) {
    h2 {
        font-size: 1.4rem;
    }
}

h3 {
    font-size: 1.25rem;
}

@media screen and (max-width: 748px) {
    h3 {
        font-size: 1.2rem;
    }
}

h4 {
    font-size: 1.2rem;
}

@media screen and (max-width: 748px) {
    h4 {
        font-size: 1rem;
    }
}

h5 {
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 748px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 748px) {
    h6 {
        font-size: 1rem;
    }
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #eb5e55;
    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 #EEE;
    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 #eb5e55;
    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 #3f3b39;
}

.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: #CCC;
}

.text-primary {
    color: #595553;
}

.text-success {
    color: #00a896;
}

.text-danger {
    color: #eb5e55;
}

.text-warning,
.wpcf7-not-valid-tip {
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    color: #fcc019 !important;
}

.text-info {
    color: #006699;
}

.text-white, .text-white:before {
    color: #FFFFFF !important;
}

.text-link {
    color: #3f3b39;
}

.text-bg-primary,
.text-bg-success,
.text-bg-info,
.text-bg-warning,
.text-bg-danger,
.text-bg-text {
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.text-bg-primary {
    background: #EEE;
}

.text-bg-success {
    color: #FFFFFF;
    background: #00a896;
}

.text-bg-info {
    color: #FFFFFF;
    background: #006699;
}

.text-bg-warning {
    color: #FFFFFF;
    background: #fcc019;
}

.text-bg-danger {
    color: #FFFFFF;
    background: #eb5e55;
}

.text-bg-text {
    background: #595553;
}

.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);
}

.border-all {
    border: 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: 1.7rem;
    line-height: 2.5rem;
    font-family: times;
    font-style: italic;
    color: #CCC;
    position: relative;
    overflow: inherit !important;
}

@media screen and (max-width: 748px) {
    blockquote {
        font-size: 1.2rem;
        line-height: 1.45rem;
    }
}

blockquote:before {
    content: "" !important;
    position: absolute;
    top: 100px;
    left: -130px;
    font-size: 18.75rem;
    color: #CCC;
}

blockquote:after {
    content: "" !important;
    position: absolute;
    bottom: 0px;
    right: -100px;
    font-size: 18.75rem;
    color: #CCC;
}

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 "Open Sans", "Lato", Arial, Helvetica, sans-serif;*/
    font: bold 12px/12px "Lato", Arial, Helvetica, sans-serif;
    display: block;
    text-transform: uppercase;
    color: #eb5e55;
}

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: #eb5e55;
    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: #EEE;
}

.bg-success {
    color: #FFFFFF;
    background: #00a896;
}

.bg-info {
    color: #FFFFFF;
    background: #006699;
}

.bg-warning {
    color: #FFFFFF;
    background: #fcc019;
}

.bg-danger {
    color: #FFFFFF;
    background: #eb5e55;
}

.bg-text {
    background: #595553;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- 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: 1300px) {
    .container {
        width: 1300px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 748px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.row {
    margin-left: -30px;
    margin-right: -30px;
}

@media (min-width: 748px) {
    .row {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.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: 30px;
        padding-right: 30px;
    }
}

.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: #595553;
    color: #FFFFFF;
}

.col-muted {
    background: #CCC;
}

.col-alt {
    background: #EEE;
}

.col-danger {
    background: #eb5e55;
    color: #FFFFFF;
}

.col-success {
    background: #00a896;
    color: #FFFFFF;
}

.col-warning {
    background: #fcc019;
    color: #FFFFFF;
}

.col-info {
    background: #006699;
    color: #FFFFFF;
}

.col-link {
    background: #3f3b39;
    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;
    font-size: 0.7rem;
    line-height: 0.7rem;
}

.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: 5px;
    vertical-align: middle;
    border-top: 1px solid #EEE;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 3px solid #EEE;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.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 #CCC;
}

.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 #EEE;
}

.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 #EEE;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #EEE;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #EEE;
}

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: #595553;
    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: #00a896;
    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: #006699;
    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: #fcc019;
    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: #eb5e55;
    color: #FFFFFF;
}

@media (max-width: 748px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #EEE;
        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: #888;
    display: block;
    font-size: 0.7rem;
    line-height: 1.1rem;
    /*text-transform: uppercase;*/
    font-weight: bold;
    position: relative;
}

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: 18px;
    height: 18px;
    background: #FFFFFF;
    border: solid 1px #CCC;
    position: relative;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

input[type="radio"] {
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

input[type="checkbox"] {
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
    background: #EEE;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: #00a896;
    border: solid 1px #00a896;
}

input[type="checkbox"]:checked:before {
    content: " ";
    background: url('../../img/app/img-form-checkbox.svg') no-repeat top center;
    width: 14px;
    height: 14px;
    display: block;
    margin-top: 1px;
}

input[type="radio"]:checked:before {
    content: " ";
    background: url('../../img/app/img-form-radio.svg') no-repeat bottom center;
    width: 18px;
    height: 18px;
    display: block;
}

input[type="checkbox"]:checked:hover, input[type="radio"]:checked:hover {
    background: #00a896;
    border: solid 1px #00a896;
}

select.form-control {
    display: block;
    width: 100%;
    padding: 9px 30px 8px 4px;
    background: #FFF;
    /*border: none;*/
    border: solid 1px #8f8f9d;
    opacity: 1;
    height: 29px;
    padding: 5px;
    /*-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;*/
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 2px;
    /*background: #FFF;*/
    /*border: none;*/
    /*border-bottom: solid 1px #CCC;*/
    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-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;*/
    /*border-color: #fcc019;*/
    outline: none;
}

.form-control::-moz-placeholder {
    color: #CCC;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #CCC;
}

.form-control::-webkit-input-placeholder {
    color: #CCC;
}

.form-control[disabled],
.form-control[readonly] {
    cursor: not-allowed;
    opacity: 0.65;
}

.form-group {
    margin-bottom: 15px;
}

.input-sm {
    padding: 5px 10px;
    font-size: 0.9rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.input-lg {
    padding: 20px 20px;
    font-size: 1.3rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #CCC;
    font-size: 80%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BUTTON ----------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.btn {
    /*font: bold 12px/12px "Open Sans", "Lato", Arial, Helvetica, sans-serif;*/
    font: bold 12px/12px "Lato", Arial, Helvetica, sans-serif;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    padding: 10px 15px;
    position: relative;
    opacity: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    text-decoration: none;
    opacity: 0.65;
}

.btn.disabled,
.btn[disabled] {
    color: #595553;
    background: #CCC;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.btn-default {
    color: #595553;
    /*background: #CCC;*/
    border: 1px solid #CCC;
}

.btn-primary {
    /*color: #FFFFFF;*/
    /*background: #595553;*/
    border: 1px solid #595553;
    color: #595553;
}

.btn-success {
    /*background: #00a896;*/
    /*color: #FFFFFF;*/
    background: #FFFFFF;
    color: #00a896;
    border: 1px solid #00a896;
}

.btn-info {
    /*color: #FFFFFF;*/
    /*background: #006699;*/
    background: #FFFFFF;
    color: #006699;
    border: 1px solid #006699;
}

.btn-info-alt {
    color: #006699;
    border: 1px solid #006699;
    background: #FFFFFF;
}

.btn-warning {
    /*color: #FFFFFF;*/
    /*background: #fcc019;*/
    background: #FFFFFF;
    color: #fcc019;
    border: 1px solid #fcc019;
}

.btn-danger {
    /*color: #FFFFFF;*/
    /*background: #eb5e55;*/
    background: #FFFFFF;
    color: #eb5e55;
    border: 1px solid #eb5e55;
}

.btn-white {
    color: #595553;
    background: #FFF;
}

.btn-link {
    color: #00a896;
    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: 1.2rem;
    line-height: 1.2rem;
}

.btn-lg {
    padding: 20px 30px;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 0.85rem;
    line-height: 1.5;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 0.7rem;
    line-height: 0.7rem;
}

.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 #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background: #EEE;
}

.dropdown-menu > li {
    padding: 0px !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    color: #595553;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #595553;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    background: #3f3b39;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover {
    color: #EEE;
    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: 0.9rem;
    color: #CCC;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 748px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-toolbar {
    margin: 15px 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
    margin-right: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 65px;
    padding: 20px 30px;
    font-size: 1.2rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 4rem;
    line-height: 4rem;
}

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: 0.95rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 35px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 10px 15px;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1;
    color: #595553;
    text-align: center;
    background-color: #EEE;
    border: 2px solid #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 0.7rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.input-group-addon.input-lg {
    padding: 20px 30px;
    font-size: 1.3rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

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

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    /*font: 300 15px/15px "Open Sans", "Lato", Arial, Helvetica, sans-serif;*/
    font: 300 15px/15px "Lato", Arial, Helvetica, sans-serif;
    position: relative;
    display: block;
    padding: 12px 15px;
}

.nav > li > a:hover {
    text-decoration: none;
    background: #EEE;
}

.nav > li.disabled > a {
    color: #EEE;
    text-decoration: none;
    background: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover {
    background-color: #EEE;
    border-color: #EEE;
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #EEE;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.nav-tabs li {
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: -1px !important;
}

.nav-tabs li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    /*border: 1px solid transparent;*/
    border-radius: 2px 2px 0 0;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.nav-tabs li > a:hover {
    border-color: #EEE;
}

.nav-tabs li.active > a,
.nav-tabs li.active > a:hover {
    color: #fcc019;
    font-weight: bold;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.wizard {
    margin-top: 15px;
    background: #F0F0F0;
    border: none;
    width: 100%;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.nav-tabs.wizard > li {
    float: none;
    display: table-cell;
    width: 1%;
    padding: inherit !important;
}

.nav-tabs.wizard > li > a {
    text-align: center;
    line-height: 1.42857143;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #CCC;
    color: #595553;
    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 #CCC;
    top: 1px;
    right: -19px;
    z-index: 100;
}

.nav-tabs.wizard > li > a:hover {
    background: #595553;
    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 #595553;
    top: 1px;
    right: -19px;
    z-index: 100;
}

.nav-tabs.wizard > li.active > a,
.nav-tabs.wizard > li.active > a:hover {
    color: #FFFFFF;
    background: #eb5e55;
    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 #eb5e55;
    top: 1px;
    right: -19px;
    z-index: 100;
}

.nav-tabs.wizard > li:first-child > a:before,
.nav-tabs.wizard > li:last-child > a:after {
    display: none;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 748px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #EEE;
}

@media (min-width: 748px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #EEE;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #FFFFFF;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    color: #FFFFFF;
    background: #595553;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 748px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #FFFFFF;
}

@media (min-width: 748px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #FFFFFF;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #FFFFFF;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    background: #FFFFFF;
    display: block;
    padding: 15px;
    border-left: solid 1px rgba(0, 0, 0, 0.5);
    border-right: solid 1px rgba(0, 0, 0, 0.5);
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
}

@media (min-width: 748px) {
    .navbar {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }
}

@media (min-width: 748px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 748px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 748px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
}

@media (min-width: 748px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 748px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 20px 15px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    height: 60px;
}

.navbar-brand:hover {
    text-decoration: none;
}

@media (min-width: 748px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 748px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 10px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 748px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.25rem;
    }

    .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: #595553;
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
}

.navbar-default .navbar-brand:hover {
    color: #3f3b39;
}

.navbar-default .navbar-text {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #3f3b39;
    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: #EEE;
}

.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: #3f3b39;
        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: #CCC;
        background: none;
    }
}

.navbar-default .navbar-link {
    color: #FFFFFF;
}

.navbar-default .navbar-link:hover {
    color: #3f3b39;
}

.navbar-inverse {
    background-color: #3f3b39;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-brand:hover {
    color: #595553;
    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: #595553;
    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: #CCC;
    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: #595553;
        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: #CCC;
        background: none;
    }
}

.navbar-inverse .navbar-link {
    color: #FFFFFF;
}

.navbar-inverse .navbar-link:hover {
    color: #595553;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BREADCRUMB ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.breadcrumb {
    background-color: #FFFFFF;
    border-radius: 2;
    margin-bottom: 15px;
}

.breadcrumb * {
    opacity: 1 !important;
}

.breadcrumb:after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    font-size: 80%;
    line-height: 2.4rem;
}

.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: #595553;
    border-color: #595553;
}

.breadcrumb li.current > * {
    color: #FFFFFF;
    background: #3f3b39;
    border-color: #3f3b39;
}

.breadcrumb li:first-of-type > * {
    padding-left: 15px;
    border-radius: 2 0px 0px 2;
}

.breadcrumb li:last-of-type > * {
    padding-right: 15px;
    border-radius: 0px 2 2 0px;
}

.breadcrumb li:first-of-type a {
    margin-left: 0px;
}

.breadcrumb li:last-of-type a {
    background: #EEE;
    color: #CCC;
}

.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 {
    font-size: 1rem;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
}

.pagination > a {
    display: inline;
}

.pagination > a {
    padding: 5px 5px;
}

.pagination > a,
.pagination > span {
    position: relative;
    float: left;
    text-decoration: none;
    color: #006699;
    margin-left: -1px;
}

.pagination > a:hover,
.pagination > span:hover {
    opacity: 0.65;
}

.pagination > a:first-child,
.pagination > span:first-child {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination > a:last-child,
.pagination > span:last-child {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pagination > a.active,
.pagination > span.active,
.pagination > a.active:hover,
.pagination > span.active:hover {
    z-index: 2;
    opacity: 0.65;
    border-radius: 5px;
    background-color: rgba(0, 102, 153, 0.2);

    cursor: default;
}

.pagination > span.disabled,
.pagination > span.disabled:hover
.pagination > a.disabled,
.pagination > a.disabled:hover {
    opacity: 0.45;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 20px 30px;
    font-size: 1.2rem;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 0.9rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- 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: #3f3b39;
    color: #FFFFFF;
    opacity: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.pager li > a:hover {
    text-decoration: none;
    opacity: 0.65;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
    opacity: 0.45;
    cursor: not-allowed;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- LABEL ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.label {
    display: inline-block;
    padding: 2px 5px;
    color: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.label [href] {
    color: inherit;
    text-decoration: none;
}

.label-default {
    background: #3f3b39;
}

.label-primary {
    background: #595553;
}

.label-success {
    background: #00a896;
}

.label-info {
    background: #006699;
}

.label-warning {
    background: #fcc019;
}

.label-danger {
    background: #eb5e55;
}

.label-xtra-danger {
    /*background: rgba(0, 0, 0, .9);*/
    background: rgba(120, 0, 0, 1);
    color: #fff;
}

.label-white {
    background: #FFFFFF;
    color: #3f3b39;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- BADGE ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #595553;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.badge:empty {
    display: none;
}

a.badge:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- JUMBATRON -------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.jumbotron p {
    margin: 30px 0px 15px 0px;
    font-size: 120%;
    font-weight: 300;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- THUMBNAIL -------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.thumbnail {
    display: block;
    padding: 5px;
    border: solid 1px #EEE;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover {
    border-color: #CCC;
}

.thumbnail .caption {
    padding: 15px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- ALERT ------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-thankyou-order-received,
.wpcf7-response-output,
.alert {
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    padding: 15px !important;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.alert a,
.alert .alert-link {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -5px;
    right: -20px;
    color: inherit;
}

.woocommerce .woocommerce-thankyou-order-received,
.wpcf7-mail-sent-ok,
.alert-success {
    background: #00a896;
    color: #FFFFFF;
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    border: none !important;
}

.alert-info {
    background: #006699;
    color: #FFFFFF;
}

.wpcf7-validation-errors,
.alert-warning {
    background: #fcc019;
    color: #FFFFFF;
    /*ADD-ON CONTACT FORM 7 PLUGINS*/
    border: none !important;
}

.alert-danger {
    background: #eb5e55;
    color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- PROGRESS BAR ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.progress {
    overflow: hidden;
    height: 25px;
    margin-bottom: 20px;
    background-color: #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 0.95rem;
    line-height: 1.45rem;
    color: #FFFFFF;
    text-align: center;
    background-color: #595553;
    -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: #00a896;
}

.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: #006699;
}

.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: #fcc019;
}

.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: #eb5e55;
}

.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 #EEE;
}

.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

a.list-group-item {
    color: inherit;
}

a.list-group-item .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active,
a.list-group-item.active:hover {
    z-index: 2;
    color: #FFFFFF;
    background: #595553;
}

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: #00a896;
    border: solid 1px #00a896;
    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: #006699;
    border: solid 1px #006699;
}

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: #fcc019;
    border: solid 1px #fcc019;
}

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: #eb5e55;
    border: solid 1px #eb5e55;
}

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 #EEE;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    background-color: #EEE;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #EEE;
    border-top: 1px solid #EEE;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #EEE;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #EEE;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #EEE;
}

.panel-default {
    border-color: #EEE;
}

.panel-default > .panel-heading {
    color: #595553;
    background: #EEE;
    border-color: #EEE;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #EEE;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #EEE;
}

.panel-primary {
    border-color: #595553;
}

.panel-primary > .panel-heading {
    color: #FFFFFF;
    background: #595553;
    border-color: #595553;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #595553;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #595553;
}

.panel-success {
    border-color: #00a896;
}

.panel-success > .panel-heading {
    color: #FFFFFF;
    background: #00a896;
    border-color: #00a896;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #00a896;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #00a896;
}

.panel-info {
    border-color: #006699;
}

.panel-info > .panel-heading {
    color: #FFFFFF;
    background: #006699;
    border-color: #006699;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #006699;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #006699;
}

.panel-warning {
    border-color: #fcc019;
}

.panel-warning > .panel-heading {
    color: #FFFFFF;
    background: #fcc019;
    border-color: #fcc019;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fcc019;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fcc019;
}

.panel-danger {
    border-color: #eb5e55;
}

.panel-danger > .panel-heading {
    color: #FFFFFF;
    background: #eb5e55;
    border-color: #eb5e55;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eb5e55;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eb5e55;
}

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

.well-lg {
    padding: 30px;
}

.well-sm {
    padding: 10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- CLOSE ------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.close {
    float: right;
    font-size: 1.3rem;
    font-weight: bold;
    color: #006699;
    /*opacity: 0.25;*/
    /*filter: alpha(opacity=25);*/
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- MODAL------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #595553;
}

.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 #EEE;
    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 #EEE;
}

.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: 0.7rem;
    line-height: 0.7rem;
    /*text-transform: lowercase;*/
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    /*opacity: 0.9;*/
    /*filter: alpha(opacity=90);*/
    /*background-color: #fff;*/
    background-color: none;
}

.tooltip.top {
    margin-top: -3px;
    padding: 0px 0px 5px 0px;
}

.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: #000000;
    text-align: center;
    text-decoration: none;
    /*background: #595553;*/
    background: #ffffff !important;
    border: 1px solid #595553;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #595553;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #595553;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #595553;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #595553;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #595553;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #595553;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #595553;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #595553;
}

.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 #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 15px;
    font-weight: normal;
    font-size: 100%;
    background: #EEE;
}

.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: #CCC;
    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: #CCC;
}

.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: #CCC;
    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: #CCC;
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #FFFFFF;
    bottom: -10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- CAROUSEL ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.carousel {
    position: relative;
    background: #CCC;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: ease-in-out 650ms left;
    -moz-transition: ease-in-out 650ms left;
    -o-transition: ease-in-out 650ms left;
    -ms-transition: ease-in-out 650ms left;
    transition: ease-in-out 650ms left;
}

@media screen and (max-width: 992px) {
    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: ease-in-out 650ms left;
        -moz-transition: ease-in-out 650ms left;
        -o-transition: ease-in-out 650ms left;
        -ms-transition: ease-in-out 650ms left;
        transition: ease-in-out 650ms left;
    }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform ease-in-out 650ms;
        -moz-transition: -moz-transform ease-in-out 650ms;
        -ms-transition: -ms-transform ease-in-out 650ms;
        -o-transition: -o-transform ease-in-out 650ms;
        transition: transform ease-in-out 650ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
}

.carousel-control.left {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-carousel-control-left.svg') no-repeat center center;
    background-size: 40px;
}

@media screen and (max-width: 992px) {
    .carousel-control.left {
        background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-carousel-control-left.svg') no-repeat center left;
        background-size: 30px;
        margin-left: 5px;
    }
}

.carousel-control.right {
    right: 0;
    left: auto;
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-carousel-control-right.svg') no-repeat center center;
    background-size: 40px;
}

@media screen and (max-width: 992px) {
    .carousel-control.right {
        background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-carousel-control-right.svg') no-repeat right center;
        background-size: 30px;
        margin-right: 5px;
    }
}

.carousel-control:hover,
.carousel-control:focus {
    filter: alpha(opacity=65);
    opacity: .65;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-indicators {
    position: absolute;
    bottom: -32px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #3f3b39;
    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: #006699
}

.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: #595553;
    display: table;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.carousel-caption p {
    color: #595553;
    background: #FFFFFF;
    display: table;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 748px) {
    .carousel-caption p {
        font-size: 0.9rem;
        line-height: 1rem;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- 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: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}


* {
}

.woo-content-slider {
    margin-bottom: 30px;
}

.woo-product-header {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: #EEE;
}

.woo-product-header h1 {
    margin-top: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- WOOCOMMERCE ADD-ON --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.woocommerce .page-title {
    margin-top: 0px;
}

@media screen and (max-width: 748px) {
    .woocommerce .page-title {
        text-align: center;
    }
}

.woocommerce ul.products {
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
    list-style: none;
}

.woocommerce ul.products li.product {
    overflow: hidden;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px !important;
    padding: 0;
    position: relative;
    width: 24%;
    border: solid 1px #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 748px) {
    .woocommerce ul.products li.product {
        margin-right: 1% !important;
        width: 49% !important;
    }
}

.woocommerce ul.products li.product .onsale {
    width: 150px;
    position: absolute;
    top: 15px;
    right: -40px;
    z-index: 1100;
    padding: 15px;
    margin: 0;
    background: #3f3b39;
    color: #FFFFFF;
    font-size: 0.7rem;
    line-height: 0.7rem;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    opacity: 1;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0px;
}

.woocommerce ul.products li.product h3 {
    padding: 10px;
    margin: 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

.woocommerce ul.products li.product .star-rating {
    text-align: center;
    display: block;
    margin: auto;
    padding: 0px;
    float: none;
}

.woocommerce ul.products li.product .price {
    color: #3f3b39;
    font-size: 1.5rem;
    line-height: 1.7rem;
    display: block;
    margin-bottom: 0px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
    color: #eb5e55;
}

.woocommerce ul.products li.product .price del .amount {
    font-size: 1rem;
    line-height: 1.1rem;
    color: #eb5e55;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .price ins .amount {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.woocommerce ul.products li.product .button {
    background: #00a896;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    /*    display: none;*/
    position: absolute;
    top: -50px;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.woocommerce ul.products li.product:hover .button {
    top: 70px;
    opacity: 1;
}

.woocommerce ul.products li.product .button:hover {
    background: #3f3b39;
    color: #FFFFFF;
}

.woocommerce ul.products li.product.outofstock .button {
    background: #fcc019;
    color: #FFFFFF;
}

.woocommerce ul.products li.product a.added_to_cart {
    background: #EEE;
    color: #3f3b39;
    font-weight: bold;
    padding: 5px;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.woocommerce .woocommerce-result-count {
    padding: 5px 15px;
    font-weight: bold;
    background: #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 748px) {
    .woocommerce .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }
}

.woocommerce .woocommerce-ordering {
    float: right;
    margin-bottom: 15px;
}

@media screen and (max-width: 748px) {
    .woocommerce .woocommerce-ordering {
        width: 100%;
        float: inherit;
    }
}

.woocommerce ul.products li.product .price-reduction {
    position: absolute;
    top: 5px;
    left: 0px;
    background: #eb5e55;
    color: #FFFFFF;
    font-size: 0.7rem;
    line-height: 1.45rem;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -o-border-top-right-radius: 2px;
    -ms-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.woocommerce .summary .price-reduction {
    background: #eb5e55;
    color: #FFFFFF;
    font-size: 0.7rem;
    line-height: 1.45rem;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce ul.products li.product.product-category {
    overflow: hidden;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    width: 24%;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    -ms-border-radius: none;
    border-radius: none;
}

.woocommerce ul.products li.product.product-category h3 {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}

.woocommerce div.product {
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 60px;
    position: relative
}

.woocommerce div.product .onsale {
    width: inherit;
    min-width: inherit;
    height: inherit;
    min-height: inherit;
    padding: 15px;
    margin: 0;
    background: #3f3b39;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: center;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce div.product .summary .product_title {
    font-weight: bold;
    padding-right: 60px;
}

.woocommerce div.product .summary .woocommerce-review-link {
    font-size: 0.7rem;
    background: #EEE;
    color: #595553;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce div.product .summary .woocommerce-review-link {
    font-size: 0.7rem;
    background: #EEE;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce div.product .summary .price {
    color: #3f3b39;
    font-size: 1.7rem;
    line-height: 1.7rem;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.woocommerce div.product .summary .price del {
    opacity: 1 !important;
    color: #eb5e55;
}

.woocommerce div.product .summary .price del .amount {
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #eb5e55;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 2px #EEE;
}

.woocommerce div.product .summary .price ins {
    text-decoration: none;
}

.woocommerce div.product .summary .price ins .amount {
    font-size: 1.7rem;
    line-height: 1.7rem;
}

.woocommerce div.product div.summary .product-prev {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-summary-product-prev.svg') no-repeat center center;
    background-size: 15px;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.woocommerce div.product div.summary .product-next {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-summary-product-next.svg') no-repeat center center;
    background-size: 15px;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 10px;
    right: 0px;
}

.woocommerce div.product div.summary .product-share {
    margin-top: 30px;
}

.woocommerce div.product div.summary .product-share .product-share-title {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media screen and (max-width: 748px) {
    .woocommerce div.product div.summary .product-share .product-share-title {
        text-align: center;
    }
}

@media screen and (max-width: 748px) {
    .woocommerce div.product div.summary .product-share .product-share-icons {
        text-align: center;
    }
}

.woocommerce div.product div.summary .product-share .sharer {
    width: 30px;
    height: 30px;
    border: none;
}

.woocommerce div.product div.summary .product-share .sharer.sharer-twitter {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-social-icon-twitter.svg') no-repeat center center;
    background-size: 30px;
}

.woocommerce div.product div.summary .product-share .sharer.sharer-googleplus {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-social-icon-google+.svg') no-repeat center center;
    background-size: 30px;
}

.woocommerce div.product div.summary .product-share .sharer.sharer-facebook {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-social-icon-facebook.svg') no-repeat center center;
    background-size: 30px;
}

.woocommerce div.product div.summary .product-share .sharer.sharer-email {
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-social-icon-mail.svg') no-repeat center center;
    background-size: 30px;
}

.woocommerce div.product .stock {
    padding: 5px 15px;
    font-weight: bold;
    color: #595553;
    background: #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 748px) {
    .woocommerce div.product .stock {
        font-size: 0.8em !important;
        text-align: center;
    }
}

.woocommerce div.product .stock.in-stock {
    background: #3f3b39;
    color: #FFFFFF;
}

.woocommerce div.product .stock.out-of-stock {
    background: #eb5e55;
    color: #FFFFFF;
}

.woocommerce div.product .available-on-backorder {
    background: #fcc019;
    color: #FFFFFF;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations .reset_variations {
    color: #CCC;
    font-size: 0.7rem;
    font-weight: bold;
}

.woocommerce div.product form.cart .quantity .qty {
    width: 70px !important;
}

.woocommerce div.product .product_meta {
    padding: 10px 15px;
    background: #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce div.product .product_meta span.sku_wrapper,
.woocommerce div.product .product_meta span.tagged_as,
.woocommerce div.product .product_meta span.posted_in {
    display: block;
    font-size: 90%;
}

.woocommerce div.product .product_meta span a,
.woocommerce div.product .product_meta span .sku {
    font-weight: bold;
    color: #595553;
}

.woocommerce div.product .woocommerce-tabs {
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
    margin: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: #FFFFFF;
    margin: 0px 5px 0px 0px;
    padding: 5px 10px;
    font-weight: normal;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #EEE;
    font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0px 30px 15px 30px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px 2px;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
    margin-bottom: 0px;
    border-top: 1px solid #EEE;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
    background: #EEE;
    border-bottom: 1px solid #EEE;
    border-top: none;
    width: 200px;
    font-weight: bold;
    padding: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
    line-height: inherit;
    border-bottom: 1px solid #EEE;
    border-top: none;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td.product_weight,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td.product_dimensions,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td p {
    padding: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td.product_weight,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td.product_dimensions {
    font-weight: bold;
}

.woocommerce div.product div.images div.thumbnails {
    border-top: 2px solid #EEE;
    margin-top: 15px;
    padding: 0px;
    padding-top: 15px;
}

.woocommerce #reviews #comments .woocommerce-noreviews {
    padding: 15px;
    font-weight: bold;
    background: #fcc019;
    color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0px !important;
    padding: 0px !important;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0px !important;
    margin-bottom: 5px !important;
    padding: 0px !important;
}

.woocommerce-page div.product #reviews .comment img {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px;
    border: 1px solid #EEE;
    padding: 15px 15px 0px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.7rem;
    border-bottom: solid 1px #EEE;
    padding-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 1.3rem;
}

.woocommerce #reviews #review_form_wrapper {
    background: #EEE;
    padding: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce #reviews #review_form_wrapper h3 {
}

.woocommerce .star-rating span:before {
    color: #fcc019;
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
}

.woocommerce p.stars a.star-1 {
    width: 30px;
}

.woocommerce p.stars a.star-2 {
    width: 30px;
}

.woocommerce p.stars a.star-3 {
    width: 30px;
}

.woocommerce p.stars a.star-4 {
    width: 30px;
}

.woocommerce p.stars a.star-5 {
    width: 30px;
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
    color: #595553;
}

.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-5.active:after {
    color: #fcc019;
}

.woocommerce li.widget.widget_shopping_cart {
}

.woocommerce li.widget.widget_shopping_cart ul.cart_list li.mini_cart_item {
    padding: 5px 5px 5px 50px;
}

.woocommerce li.widget.widget_shopping_cart ul.cart_list li.mini_cart_item:last-child {
    border-bottom: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 10px;
    width: 40px;
    margin-top: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_shopping_cart ul.cart_list li dl {
    margin: 0;
    padding-left: 10px;
    border-left: 2px solid #CCC;
}

.woocommerce li.widget.widget_shopping_cart ul.cart_list li dl dd {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.woocommerce li.widget.widget_shopping_cart .cart_list li a.remove {
    color: #CCC !important;
    top: 18px;
    left: 10px;
}

.woocommerce li.widget.widget_shopping_cart .cart_list li a.remove:hover {
    color: #FFFFFF !important;
    background: #eb5e55;
}

.woocommerce li.widget.widget_shopping_cart .cart_list li .quantity {
    color: #595553;
    background: #CCC;
    padding: 2px 5px;
    margin-top: 5px;
    display: inline-block;
}

.woocommerce li.widget.widget_shopping_cart .cart_list li .quantity .amount {
    font-weight: bold;
}

.woocommerce li.widget.widget_shopping_cart .total {
    border-top: 2px solid #CCC;
    padding: 5px 0px 0px 0px
}

.woocommerce li.widget.widget_shopping_cart .total .amount {
    float: right;
    font-size: 1.2rem;
    font-weight: bold;
}

.nav-template-woo .sidebar.sidebar-responsive li.widget {
    padding: 15px;
    background: #EEE;
}

.nav-template-woo .sidebar.sidebar-responsive li.widget.widget_shopping_cart h2.widgettitle {
    margin-top: 0px;
}

.nav-template-woo .sidebar.sidebar-responsive li.widget.widget_shopping_cart .button {
    padding: 5px;
    font-size: 0.7rem;
}

.woocommerce li.widget.widget_products {
}

.woocommerce li.widget.widget_products ul.product_list_widget li:last-child {
    border-bottom: none;
}

.woocommerce li.widget.widget_products ul.product_list_widget li a {
    color: #595553;
}

.woocommerce li.widget.widget_products ul.product_list_widget li .amount {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background: #3f3b39;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_products ul.product_list_widget li del {
    color: #eb5e55;
    font-weight: bold;
    margin-right: 5px;
    padding-right: 5px;
    border-right: solid 2px #CCC;
}

.woocommerce li.widget.widget_products ul.product_list_widget li del .amount {
    color: #eb5e55;
    background: none;
}

.woocommerce li.widget.widget_products ul.product_list_widget li ins {
    text-decoration: none;
    color: #FFFFFF;
    background: #3f3b39;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_recent_reviews {
}

.woocommerce li.widget.widget_recent_reviews ul.product_list_widget li:last-child {
    border-bottom: none;
}

.woocommerce li.widget.widget_recent_reviews .reviewer {
    color: #595553;
    background: #CCC;
    font-size: 0.7rem;
    padding: 0px 5px;
    margin-top: 5px;
    display: inline-block;
    font-style: italic;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_product_categories {
}

.woocommerce li.widget.widget_product_categories ul li.cat-item a {
    color: #595553;
    font-weight: bold;
}

.woocommerce li.widget.widget_product_categories ul li.cat-item ul.children li {
    border: none;
}

.woocommerce li.widget.widget_product_categories ul li.cat-item ul.children li a {
    color: #595553;
    font-weight: bold;
    padding-left: 20px;
    background: url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-ul-li-plus.svg') no-repeat center left;
    background-size: 10px;
}

.woocommerce li.widget.widget_product_categories ul li .count {
    background: #3f3b39;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_product_categories ul li:last-child {
    border-bottom: none;
}

.woocommerce li.widget.widget_price_filter {
}

.woocommerce li.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_price_filter .ui-slider .ui-slider-range {
    background: #3f3b39;
}

.woocommerce li.widget.widget_price_filter .ui-slider .ui-slider-handle {
    background: #3f3b39;
}

.woocommerce li.widget.widget_price_filter .price_slider_amount .price_label .from,
.woocommerce li.widget.widget_price_filter .price_slider_amount .price_label .to {
    font-weight: bold;
}

.woocommerce li.widget.widget_top_rated_products {
}

.woocommerce li.widget.widget_top_rated_products ul.product_list_widget li:last-child {
    border-bottom: none;
}

.woocommerce li.widget.widget_top_rated_products ul.product_list_widget li a {
    color: #595553;
}

.woocommerce li.widget.widget_top_rated_products ul.product_list_widget li .star-rating {
    margin-bottom: 5px;
}

.woocommerce li.widget.widget_top_rated_products ul.product_list_widget li .amount {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background: #3f3b39;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_top_rated_products ul.product_list_widget li del {
    color: #eb5e55;
    font-weight: bold;
    margin-right: 5px;
    padding-right: 5px;
    border-right: solid 2px #CCC;
}

.woocommerce li.widget.widget_top_rated_products ul.product_list_widget li del .amount {
    color: #eb5e55;
    background: none;
}

.woocommerce li.widget.widget_top_rated_products ul.product_list_widget li ins {
    text-decoration: none;
    color: #FFFFFF;
    background: #3f3b39;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_product_search {
}

.woocommerce li.widget.widget_recently_viewed_products {
}

.woocommerce li.widget.widget_recently_viewed_products ul.product_list_widget li:last-child {
    border-bottom: none;
}

.woocommerce li.widget.widget_recently_viewed_products ul.product_list_widget li a {
    color: #595553;
}

.woocommerce li.widget.widget_recently_viewed_products ul.product_list_widget li .amount {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background: #3f3b39;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_recently_viewed_products ul.product_list_widget li del {
    color: #eb5e55;
    font-weight: bold;
    margin-right: 5px;
    padding-right: 5px;
    border-right: solid 2px #CCC;
}

.woocommerce li.widget.widget_recently_viewed_products ul.product_list_widget li del .amount {
    color: #eb5e55;
    background: none;
}

.woocommerce li.widget.widget_recently_viewed_products ul.product_list_widget li ins {
    text-decoration: none;
    color: #FFFFFF;
    background: #3f3b39;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce li.widget.widget_product_tag_cloud {
    background: #595553;
}

.woocommerce li.widget.widget_product_tag_cloud h2.widgettitle {
    color: #FFFFFF;
}

.woocommerce li.widget.widget_product_tag_cloud a {
    white-space: nowrap;
    background: #FFFFFF;
    padding: 2px 5px;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce .cart-empty,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 15px 15px 15px 65px !important;
    margin: 15px 0px !important;
    background: #EEE;
    color: #FFFFFF;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce .woocommerce-message {
    background: #3f3b39;
}

.woocommerce .woocommerce-info {
    background: #006699;
}

.woocommerce .woocommerce-error {
    background: #eb5e55;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
    color: #FFFFFF;
    font-weight: bold;
}

.woocommerce .cart-empty {
    color: #595553;
    font-weight: bold;
    padding: 15px !important;
}

.woocommerce .myaccount_user {
    border: solid 1px #EEE;
    font-weight: bold;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce table.shop_table {
    border: 1px solid #EEE;
    margin: 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce table.shop_table thead {
    background: #EEE;
}

.woocommerce table.shop_table th {
    font-weight: bold;
    padding: 10px 15px;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #EEE;
    padding: 10px 15px;
    vertical-align: middle;
}

.woocommerce table.shop_table td.product-name a {
    font-weight: bold;
}

.woocommerce table.shop_table td.product-name .backorder_notification {
    background: #EEE;
    padding: 2px 5px;
    font-weight: normal;
    display: inherit;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce table.shop_table td.product-quantity .quantity .qty {
    width: 70px;
}

.woocommerce table.shop_table td.product-subtotal .amount {
    font-weight: bold;
}

.woocommerce table.shop_table td.product-subtotal .tax_label {
    position: relative;
    bottom: 5px;
    font-size: 0.6rem;
    line-height: 0.6rem;
    vertical-align: super;
}

.woocommerce table.shop_table td.actions .coupon input[type="text"] {
    float: left;
    width: 150px;
    margin-right: 15px;
}

@media screen and (max-width: 748px) {
    .woocommerce table.shop_table td.actions .coupon input[type="text"] {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 748px) {
    .woocommerce table.cart td.actions .coupon .button {
        width: 100%;
    }
}

.woocommerce table.shop_table tr.shipping ul#shipping_method li {
    margin: 0px 0px 15px 0px !important;
    padding: 0px !important;
    text-indent: 0px;
    list-style: none;
}

.woocommerce table.shop_table tr.shipping ul#shipping_method li input[type="radio"] {
    top: -2px;
}

.woocommerce table.shop_table tr.order td.order-number a {
    font-weight: bold;
}

.woocommerce table.shop_table tr.order td.order-total .amount {
    font-weight: bold;
    color: #eb5e55;
    margin-right: 5px;
}

.woocommerce table.shop_table.shop_table_responsive .form-control {
    display: inline-block;
}

.woocommerce table.shop_table.cart {
    margin-top: 30px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 50%;
}

@media screen and (max-width: 748px) {
    .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }
}

.woocommerce .cart-collaterals .cart_totals table {
    margin: 0 0 15px;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td {
    width: 50%;
    border-top: 1px solid #EEE;
}

@media screen and (max-width: 748px) {
    .woocommerce .cart-collaterals .cart_totals table th,
    .woocommerce .cart-collaterals .cart_totals table td {
        width: 100%;
    }

    .woocommerce .cart-collaterals .cart_totals table td input[type="radio"],
    .woocommerce .cart-collaterals .cart_totals table td input[type="checkbox"] {
        float: right;
        margin-left: 15px !important;
    }
}

.woocommerce .cart-collaterals .cart_totals table th {
    text-align: left;
    padding: 10px;
    line-height: inherit;
}

.woocommerce .cart-collaterals .cart_totals table td {
    text-align: right;
    padding: 10px;
    line-height: inherit;
}

.woocommerce .cart-collaterals .cart_totals table .tax_label {
    position: relative;
    bottom: 5px;
    font-size: 0.6rem;
    line-height: 0.6rem;
    vertical-align: super;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #EEE;
    padding: 15px;
    margin: 15px 0;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce form.checkout_coupon .form-row {
    margin: 0px !important;
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 10px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: 48%;
    overflow: visible;
}

.woocommerce form .form-row-first {
    float: left;
}

.woocommerce form .form-row-last {
    float: right;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #eb5e55;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #3f3b39;
}

.woocommerce form .form-row textarea {
    height: 200px;
}

.woocommerce form fieldset {
    padding: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: solid 1px #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce form fieldset legend {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: bold;
    background: #FFFFFF;
    padding: 0px 15px;
}

.woocommerce .woocommerce-billing-fields {
    border: solid 1px #EEE;
    padding: 0px 15px 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce .woocommerce-checkout-review-order-table td.product-name .product-quantity,
.woocommerce .order_details td.product-name .product-quantity {
    float: right;
    background: #eb5e55;
    color: #FFFFFF;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce .woocommerce-checkout-review-order-table tr.order-total td .amount {
    font-size: 1.4rem;
}

.woocommerce .woocommerce-checkout-review-order-table td.product-total,
.woocommerce .order_details td.product-total {
    vertical-align: top;
}

.woocommerce .woocommerce-checkout-review-order-table .tax_label,
.woocommerce .order_details .tax_label {
    position: relative;
    bottom: 5px;
    font-size: 0.6rem;
    line-height: 0.6rem;
    vertical-align: super;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0px;
}

.woocommerce td.product-name dl.variation dt {
    font-weight: bold;
    padding: 0px;
    margin: 0 15px 0 0;
    clear: left;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0px;
}

.woocommerce .woocommerce-checkout-payment {
    margin: 15px 0px;
}

.woocommerce .woocommerce-checkout-payment ul.payment_methods {
}

.woocommerce .woocommerce-checkout-payment ul.payment_methods li {
    line-height: inherit;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.woocommerce .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin: 15px 0px;
    font-size: 1rem;
    line-height: 1.1rem;
    background: #CCC;
    color: #595553;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 15px solid #CCC;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -12px;
    left: 0;
    margin: -15px 0px 0px 30px;
}

.woocommerce ul.order_details {
    background: #EEE url('http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-shipping-thank.png') no-repeat center top;
    background-size: 230px;
    padding: 15px;
    padding-top: 250px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce ul.order_details li {
    float: inherit;
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    margin-left: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: 1.1rem;
    border-right: 1px solid #CCC;
}

.woocommerce-order-received .woocommerce header,
.woocommerce-account .woocommerce header {
    background: none;
}

.woocommerce-order-received .woocommerce address,
.woocommerce-account .woocommerce address {
    margin-bottom: 15px;
    margin-bottom: 15px;
    padding: 15px;
    background: #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce-account .addresses .title .edit {
    margin-top: 30px;
}

.woocommerce .order-info mark {
    padding: 2px 5px;
    margin: 0px 2px;
    font-weight: bold;
    background: #3f3b39;
    color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce .login label {
    float: left;
}

.woocommerce .login input[type="submit"] {
    float: right;
}

.woocommerce .login .lost_password {
    float: right;
}

.woocommerce header.title a.btn {
    float: right;
}

#add_payment_method .checkout h3#ship-to-different-address,
.woocommerce-checkout .checkout h3#ship-to-different-address {
    width: 100%;
}

#add_payment_method .checkout h3#ship-to-different-address label,
.woocommerce-checkout .checkout h3#ship-to-different-address label {
    float: left;
}

#add_payment_method .checkout h3#ship-to-different-address input,
.woocommerce-checkout .checkout h3#ship-to-different-address input {
    float: left;
    margin-left: 30px;
}

.woocommerce .woocommerce-shipping-fields .shipping_address {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-thankyou-order-received {
    margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    background: #EEE;
    margin-bottom: 5px;
    padding: 0px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -o-border-top-left-radius: 2px;
    -ms-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: inherit;
    padding: 15px 30px;
    width: 100%;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #3f3b39;
    border-left: solid 1px #3f3b39;
    border-top: solid 1px #3f3b39;
    border-bottom: solid 1px #3f3b39;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    color: #eb5e55;
    font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 30px;
    width: 70%;
    padding-left: 30px;
    border-left: solid 1px #EEE;
}

.woocommerce-pagination {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    background: #EEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce-pagination ul.page-numbers {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    border: none !important;
    float: inherit !important;
}

.woocommerce-pagination ul.page-numbers li > .page-numbers {
    padding: 10px 15px;
    display: inline-block;
    font-weight: bold;
    background: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce-pagination ul.page-numbers li > .page-numbers.current {
    background: #CCC;
}

.woocommerce-pagination ul.page-numbers li > .page-numbers.next {
    margin-left: 15px;
}

.woocommerce-pagination ul.page-numbers li > .page-numbers.prev {
    margin-right: 15px;
}

.woocommerce .related {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-category-img {
    margin-bottom: 30px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- FOOTER WOO ADD-ON --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.footer-woo {
    background: #EEE;
}

.footer-woo li.widget {
    margin-bottom: 30px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* --- DASHBOARD WOO ADD-ON --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.woocommerce-MyAccount-navigation {
    margin-top: 0px !important;
    float: inherit !important;
    display: block !important;
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 0px !important;
    width: 100% !important;
    padding-left: 0px !important;
    border-left: none !important;
    margin-bottom: 30px;
!important;
}

.col-woo-nav-dashboard {
    padding-top: 120px;
    padding-bottom: 30px;
    border: solid 1px #EEE;
    border-radius: 2px;
    display: block;
    text-align: center;
    color: #595553;
    margin-bottom: 30px;
}

.col-woo-nav-dashboard:hover {
    color: #3f3b39;
    opacity: 1;
}

.col-woo-nav-dashboard.is-active {
    background: #EEE;
    color: #3f3b39;
    font-weight: 500;
    cursor: not-allowed;
}

.col-woo-nav-dashboard.woocommerce-MyAccount-navigation-link--dashboard {
    background: url(http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-nav-dash.svg) no-repeat center 60px;
    background-size: 30px;
}

.col-woo-nav-dashboard.woocommerce-MyAccount-navigation-link--orders {
    background: url(http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-nav-orders.svg) no-repeat center 60px;
    background-size: 30px;
}

.col-woo-nav-dashboard.woocommerce-MyAccount-navigation-link--downloads {
    background: url(http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-nav-downloads.svg) no-repeat center 60px;
    background-size: 30px;
}

.col-woo-nav-dashboard.woocommerce-MyAccount-navigation-link--edit-address {
    background: url(http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-nav-address.svg) no-repeat center 60px;
    background-size: 30px;
}

.col-woo-nav-dashboard.woocommerce-MyAccount-navigation-link--edit-account {
    background: url(http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-nav-account.svg) no-repeat center 60px;
    background-size: 30px;
}

.col-woo-nav-dashboard.woocommerce-MyAccount-navigation-link--customer-logout {
    background: url(http://demo.acrv.fr/wp-content/themes/starter/asset/img/img-woo-nav-logout.svg) no-repeat center 60px;
    background-size: 30px;
}


* {
}

.nav-sticky {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-category-img {
    float: left;
    height: 120px;
    margin-right: 30px;
}

ul.instagram-pics {
}

ul.instagram-pics li {
    border-bottom: none !important;
    padding: 5px !important;
    background: none !important;
    width: 25% !important;
    float: left !important;
    display: inline-block !important;
}

ul.instagram-pics li img {
    width: 100% !important;
}
