@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1520px;
    }
}

.align-left{ text-align:left;}
.align-right{ text-align:right !important;}
.align-center{ text-align:center;}
.curs_pointer{ cursor: pointer;}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 0!important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px;
    line-height: 1.2;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color: #b5b5b5;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #696969;
    border-color: #f59942;
    background-color: #fff;
    outline: 0;
}
.form-control, select {
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}
.form-control:focus, select:focus {
    color: #696969;
    border-color: #f59942;
    background-color: #fff;
    outline: 0;
}
textarea.form-control {
    padding: 5px 9px;
}
select {
    padding: 3px 4px;
    height: 30px;
}
select.form-control {
    padding: 4px 6px;
    height: 32px;
}
select[multiple], select.form-control[multiple] {
    height: auto;
}

.input-group .form-control { z-index: auto;}

.zone_bt_compte ul{
    padding: 0;
    margin: 0;
    list-style:none;
}

.zone_bt_compte{ padding:10px 0;}

.zone_bt_compte ul li{
    padding: 0;
    margin: 10px 8px;
    float:left;
    font-size:12px;
}

.zone_bt_compte ul li button{
    width:180px;
    height:80px;
    padding:10px;
    white-space:normal;
}

.table_suivi_cmde table{
    width:100% !important;
    padding:20px;
    border-collapse:collapse;
    border-spacing:0;
}
.table_suivi_cmde table th{ background-color:#000; color:#fff; padding:5px 15px;}
.table_suivi_cmde table td { padding:10px; line-height:normal; font-size:11px; color:#666; border-bottom:1px #CCC solid;}
.table_suivi_cmde p, .table_suivi_cmde hr{ margin:0; padding:2px 0; line-height:normal;}

.header-v7 .dropdown-menu .active > a{ font-weight:800;}
/* Add here all your css styles (customizations) */
/* ==========================================================================
   ace thumbnails
   ========================================================================== */

.ace-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ace-thumbnails>li {
    /* float: left;
     display: block;
     width:233px;height:350px;
     margin: 2px;
     */
    position: relative;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    /*padding-bottom:30px;*/

}
.ace-thumbnails>li>a>img {
    /*max-height:350px;
    max-width:233px;
    border: 1px solid #ddd;*/
    width:100%;
    height:100%;
    margin:10px auto;

}


.ace-thumbnails>li>div>:first-child {
    display: block;
    /*position: relative;*/
}
.ace-thumbnails>li>div .tags {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: visible;
    direction: rtl;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    border: 0;
    vertical-align: inherit;
}
.ace-thumbnails>li>div .tags>.label-holder {
    opacity: .92;
    filter: alpha(opacity=92);
    display: table;
    margin: 1px 0 0 0;
    direction: ltr;
    text-align: left;
}
.ace-thumbnails>li>div .tags>.label-holder:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ace-thumbnails>li>div>.tools {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    /*left: -30px;
    width: 24px;
	margin: 0 15px;*/
    padding: 0 20px;

    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.ace-thumbnails>li>div>.tools.tools-right {
    left: auto;
    right: -30px;
}
.ace-thumbnails>li>div>.tools.tools-bottom {
    width: auto;
    height: 40px;
    line-height: 40px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -70px;
}
.ace-thumbnails>li>div>.tools.tools-top {
    width: auto;
    height: 28px;
    left: 0;
    right: 0;
    top: -40px;
    bottom: auto;
}
.ace-thumbnails>li>div:hover .tools {
    left: 0;
}
.ace-thumbnails>li>div:hover>.tools.tools-bottom {
    top: auto;
    bottom: 0px;
}
.ace-thumbnails>li>a:hover>.tools.tools-top {
    bottom: auto;
    top: 0;
}
.ace-thumbnails>li>div:hover>.tools.tools-right {
    left: auto;
    right: 0;
}
.ace-thumbnails>li>div>.tools>a, .ace-thumbnails>li>div>:first-child .inner a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding: 0 4px;
}
.ace-thumbnails>li>div>.tools>a:hover, .ace-thumbnails>li>div>:first-child .inner a:hover {
    text-decoration: none;
    color: #c9e2ea;
}
.ace-thumbnails>li>div .tools.tools-bottom>a, .ace-thumbnails>li>div .tools.tools-top>a {
    display: inline-block;
}
.ace-thumbnails>li>div>:first-child>.text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.ace-thumbnails>li>div>:first-child>.text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}
.ace-thumbnails>li>div>:first-child>.text>.inner {
    padding: 4px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%}
.ace-thumbnails>li>div:hover>:first-child>.text {
    opacity: 1;
    filter: alpha(opacity=100);
}

.image-container {
    width: 100%;
    height: 133%;
    padding-bottom: 133%;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.image-container img {
    width: 100%;
}

.product-review {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    margin: -28px 0px 0px;
}
.product-review div{ padding: 5px; }
.product-review div a{ color: #fff;}
a.product-review {
    color: #fff;
    width: 100%;
    padding: 5px 5px;
    font-size: 12px;
    text-align: left;
    /*position: absolute;*/
    display:inline-block;
    position:relative;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    margin-bottom:5px;
}
.prod_checked{
    position: absolute;
    z-index: 9;
    color: #fff;
    right: 8px;
    padding-top: 10px;
}


@media only screen and (max-width:480px) {
    .ace-thumbnails {
        text-align: center;
    }
    .ace-thumbnails>li>div {
        float: none;
        /*display: inline-block;*/
    }

    .tools-colors {
        padding:5px 0;
    }
}

.item_title{ padding:5px; font-size: 11px; font-weight: bold; }
.item_title p{ padding:2px 0; margin: 0; text-align:left;}
.item_title_code{ text-align:center !important; font-weight:bold; height:18px !important; overflow:hidden; font-size:12px; color:#777; padding:2px 0;}
.price_orign{ text-decoration:line-through !important; padding:2px 5px !important;}
.price_promo{ font-weight:600 !important; padding:2px 5px !important; color:#60314b !important;}
.item_title_price{ font-weight:600; text-align:center;}

.tools-colors{ text-align:left; padding:5px 5px 5px 0px;}
.tools-colors ul{
    padding: 0;
    margin: 0;
    list-style:none;
}
.tools-colors ul li{
    display:inline-block;
    padding: 0 !important;
    margin: 0 4px 0px 0px;
    width:20px !important;
    height:20px !important;
    float:left;
    border:1px #000 solid !important;
    text-align:center;
    border-radius: 50%;
    background-size: 100%;
}
.conteneur {
    margin : 0 auto;
}

.tools-taille{ text-align:left; font-size:11px; padding:5px; color:#000 !important;}
.tools-taille span{ margin:2px 0px 4px 2px; padding:2px 0px 4px 2px; font-size:10px; color:#000;}


@media only screen and (max-width:480px) {
    .tools-colors {
        padding:5px 0;
    }
    .tools-colors ul li{
        margin: 0 1px 2px 1px;
    }
    .tools-taille span{ padding:1px; margin: 0 1px 2px 1px;}
    .social .fa-2x{ font-size: 14px;}

    .font-small-xs{ font-size: 12px !important;}
    .table > tbody > tr > td{ padding: 5px;}
}

.top-shop-option{ padding-bottom:20px;}
.label_statut{ color:#FFF !important;}

.image_color{ width:22px; height:22px; display:inline-block;
    border-radius: 50%;
    background-size: 100%;
}

.loading-bar, .loading-msg {
    padding: 10px 20px;
    display: block;
    text-align: center;
    /*
    box-shadow: inset 0 -45px 30px -40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid #ddd;
    */
    font-size: 2em;
    font-family: "museo-sans", sans-serif;

    margin: 20px 1px 20px 0;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

/*Product Quantity*/
.product-quantity {
    float: left;
    margin-right: 30px;
}

.quantity-button {
    color: #555;
    width: 45px;
    height: 40px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background: #eee none;
    margin: 0;
}

.quantity-field {
    width: 45px;
    height: 40px;
    outline: none;
    margin: 0 -4px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
}

.img_panier{ width: 60px; height: auto;}

@media only screen and (max-width:480px) {
    .quantity-button {
        width: 25px;
        height: 25px;
    }
    .quantity-field {
        width: 25px;
        height: 25px;
    }
    .img_panier{ width: 50px;}
}
/*Add to Cart*/
.item_bt_cart{ margin-right:0;}

.mask_panier{
    position: absolute;
    display:none;
    width: 100%;
    height: 100%;
    line-height:100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color:#FFF;
    vertical-align:middle;
    text-align:center !important;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
    filter: alpha(opacity=0.7);
    opacity: 0.7;
    padding-top:50%;
}
.illustration-v2 .add-to-cart, .ace-thumbnails .add-to-cart {
    right:10px;
    bottom: 130px;
    z-index: 1;
    /*width: 100%;*/
    color: #555;
    border: none;
    /*padding: 10px 0;
    margin-top: 140px;*/
    text-align: center;
    position: absolute;
    visibility: hidden;
    text-transform: uppercase;
    font-size:24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
}

.illustration-v2 .add-to-cart i , .ace-thumbnails .add-to-cart i{
   line-height: 15px;
}

.ace-thumbnails .add-to-cart:hover a{
    color: #fff;
    text-decoration: none;
}

.ace-thumbnails .add-to-cart a:hover{
    color: #fff;
    text-decoration: none;
}

.illustration-v2 .add-to-cart:hover, .ace-thumbnails .add-to-cart:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(24,171,155,0.5);
    transition: background-color 0.2s ease-in-out;
}

.illustration-v2 .add-to-cart:hover i, .ace-thumbnails .add-to-cart:hover i {
    color: #fff;
    border-color: #fff;
}

.illustration-v2 .product-img:hover .add-to-cart, .ace-thumbnails>li>div:hover .add-to-cart {
    visibility: visible;
}
/****************************************************************************/


/* ==========================================================================
   Produit detail Styles
   ========================================================================== */

.bt_pred_suiv a{ color:#999; font-size:11px;}
.prod_detail_img img{ width:100%; }

ul#thumblist{display:block; margin:0; padding:0;}
ul#thumblist li{float:left;margin:10px 10px 10px 0; list-style:none;}
ul#thumblist li a{display:block;border:1px solid #CCC;}
ul#thumblist li a.zoomThumbActive{
    border:1px solid red;
}

.jqzoom{
    text-decoration:none;
    float:left;
}

.col-centered{ float: none;
    margin: 0 auto;}
.detail_col_left{ /*min-width:400px !important;*/text-align:center !important;}

/*.bt_pred_suiv{ <max-width:600px;margin: 0 auto; display: block;}*/
.img_detail_produit{text-align:center !important;  }
.img_detail_produit p{ padding:0; margin:0; text-align:center;}
.img_detail_produit img{ width:100%; margin:10px 0; text-align:center; max-width:600px;}


.detail_col_right{ text-align:right !important; }
/*.detail_infos{ max-width:500px; float:right;}*/

.detail_infos div, .detail_infos p, .detail_infos h6, .detail_infos h5{ text-align:left;}

.detail_col_right hr{ border-bottom:1px #ccc solid; padding:0;}
.detail_col_right h5{ font-size:16px; font-weight:600;}
.detail_col_right h6{ font-size:14px; font-weight:400;}
.detail_col_right p{ font-size:12px;}

.txt_h5{ font-size:10px; color:#999;}

.detail_taille{ margin:0 0 15px 0;}
.detail_taille span{display:inline-block; padding:2px 3px; margin:3px; cursor:pointer; width:30px;}
.detail_taille span.active{ border:1px #333333 solid; background-color:#eee;}

.detail_taille span.disabled a{ color:#999 !important; text-decoration:line-through !important; cursor:default !important;}

.sidebar_color h5{ padding:5px 0 10px 5px;}
.filtres ul{ margin:0 0 15px 0; list-style:none; padding:0;}
.filtres h5{ padding:20px 0 10px 5px; margin:0;}
#couleur_filtre li, #tailles_filtre li, #Prix_filtre li{ padding:2px 5px; margin:3px 0; cursor:pointer; width:60px; text-align:left; font-size:11px; border:1px #fff solid;}
#couleur_filtre li a, #tailles_filtre li a, #Prix_filtre li a{ color:#000;}
#couleur_filtre li.active, #tailles_filtre li.active, #Prix_filtre li.active{ border:1px #333333 solid; background-color:#eee;}


.detail_color ul{
    padding: 0;
    margin: 0;
    list-style:none;
}

.detail_color ul li{
    padding: 0;
    margin: 10px 8px;
    float:left;
    width:30px;
    font-size:10px;
    line-height:normal;
    cursor:pointer;
}

.detail_color ul li.active{
    font-size:11px;
    font-weight:bold;
}

.detail_color ul li div{
    width:30px;
    height:30px;
    border:1px #999 solid;
    border-radius: 50%;
}

.detail_color ul li.active div{
    border:2px #000 solid;
}


.popover_fix{
    display: block;
    position:relative !important;
    width:100% !important;
    font-size:10px !important;
    line-height:normal;
    z-index:auto;
}

.sidebar_color ul li{cursor:pointer;}
.sidebar_color ul li.active{
    border:2px #000 solid;
}
/****************************************************************************/


/* ==========================================================================
   pop dialog
   ========================================================================== */

/* for menu dialog sample */

.pop-dialog .body { /*width:160px !important;*/}

#dialog-filtre{ margin-top: 10px; width:250px; position:relative; display:none;}

/*#tailles_filtre h5{ margin:10px 0 5px 5px;}*/
.pop-dialog .menu {
    width: 100%;
    margin: 5px -10px 0 -10px;
}
.pop-dialog .menu .item {
    display: block;
    padding: 5px 0 5px 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
}
.pop-dialog .menu .item:hover {
    background-color: #30a1ec;
    color: #fff;
}
.pop-dialog .menu .footer {
    border-top: 1px solid #e6e8e9;
    background-color: #eff4f7;
    margin: 15px 0 -10px 0;
    border-radius: 0 0 5px 5px;
    padding: 12px 20px;
}
.pop-dialog .menu .footer .logout {
    font-weight: 600;
    color: #7d91a8;
}


/* styles for settings dialog sample */
.pop-dialog.full {
    width: 100%;
}

.pop-dialog .settings {
    width: auto;
    margin: 5px -10px 0 -10px;
    position: relative;
}
.pop-dialog .settings .close-icon {
    text-decoration: none;
    position: absolute;
    top: -18px;
    right: 10px;
}
.pop-dialog .settings .icon-remove-sign {
    font-size: 15px;
    color: #95a8b7;
    cursor: pointer;
}
.pop-dialog .settings .items {
    margin-top: 15px;
}
.pop-dialog .settings .items .item {
    display: block;
    padding: 7px 0 7px 20px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #e6e8e9;
}
.pop-dialog .settings .items .item:hover {
    color: #6187c0;
}
.pop-dialog .settings .items .item:first-child {
    border-top: 0;
}
.pop-dialog .settings .items .item .check {
    float: right;
    margin-right: 30px;
}
.pop-dialog .settings .items .item .icon-reorder {
    color: #d9e4ee;
    font-size: 18px;
    margin-right: 13px;
}

.sidebar_prix{ margin:10px 0;}

#elevatezoom{ margin-top:30px;}

#zoom_03{ width:100%;}
/*#gal1{ min-height:800px; height:100%;}
*/#gal1 img{/*border:2px solid #ccc;*/ width:100%; margin:2px 0;}
#gal1 .flex-viewport, #carousel .flex-viewport { height: 100% !important;}
/*Change the colour*/
#gal1 .active img{border:2px solid #333 !important;}

#txt_livraison_retour{ display:none;}
#txt_livraison_retour h6{ font-weight:bold;}

.loading{ position:absolute; background-color: rgba(255, 255, 255, 0.6); text-align:center; width:auto; z-index:99; display:none;}
/****************************************************************************/

/* ==========================================================================
   footer
   ========================================================================== */
footer{ font-size:11px; padding:20px 10px;}
footer a{ color:#666;}
footer a:hover{ color:#000;}
footer h5{ font-size:12px; font-weight:600; padding:5px 0;}
footer p{ padding:3px 0; margin:0;}

.social-left{ padding:10px;}
.social-left img{ vertical-align:top;}
.social a, .social-left a{ padding:3px 5px; color:#999;}
.social a:hover, .social-left a:hover{ color:#000;}
/****************************************************************************/


/* ==========================================================================
   page guide taille
   ========================================================================== */

.guide_taille{
    background:#d7d7d7 url(../img/img_guide_taille.jpg) top left no-repeat;}

.content_taille{/*min-width:800px; min-height:579px;*/}

.guide_taille h3{
    text-align:right;
    margin:100px 20px 100px 10px;
}

#table_guide_taille table{ width:65%; margin-left:450px;}
#table_guide_taille table td, #table_guide_taille table th{ padding:3px;}

.icone_entretien img{ width:40px;}

.historique img{ width:100%;}
.historique h5{ padding:5px;}
.historique .col-xs-2{ padding:5px;}

/*.tab-v2 .nav-tabs, .tab-v2 .nav > li > a{ border:0px !important; text-align:left !important;}
.tab-v2 .nav > li{ padding:0;}
.tab-v2 .nav > li > a, .tab-v2 .nav > li > a.active{padding:0px 10px 15px 0; font-size:12px;}

.tab-v2 .tab-pane p{ font-size:11px;}*/
/****************************************************************************/

.sidebar-recherche{ margin:5px; position:relative; padding-left:10px;}
.sidebar-recherche input{ width:85px; vertical-align:middle; font-size:12px !important; padding:2px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #696969;
    border-color: #f59942;
    background-color: #fff;
    outline: 0; }

#Recherche{border:0; margin:4px 0; }

#ZoneRecherche{border-bottom:1px #000000 solid; display:inline-block;}

.navbar-fixed-top{ background-color: rgba(255, 255, 255, 0.6) !important;}

#ZoneAdrLivraison p, #ZoneAdrFacture p{ padding:1px 0; margin:0;}

.panier_livraison table td, .panier_paiement table td { padding:5px; line-height:normal; font-size:12px;}
.panier_livraison table td img, .panier_paiement table td img{ padding:5px; cursor:pointer;}

.panier_paiement table td img{ max-height:40px;}

.header-left-v7{ z-index:1032 !important;}
.logo img.logo-header{ z-index:9999 !important;}

@media (max-width: 768px) {
    .ace-thumbnails>li>div>.tools.tools-bottom {
        bottom:85px;
    }
    .ace-thumbnails .add-to-cart {
        /*visibility: visible;*/
    }
    .social .fa-2x{ font-size: 16px;}
}
/*Shop Badge
------------------------------------*/
/*Badge Lists*/
.header .shop-badge {
    /*position: relative;*/
    margin-left: 20px;
    padding: 5px 15px 5px 5px;
}
.header-fixed .header.header-fixed-shrink .shop-badge {
    padding-top: 20px;
}

.header .shop-badge span.badge {
    top: 0;
    right: 6px;
    position: absolute;
}
.header-fixed .header.header-fixed-shrink .shop-badge span.badge {
    top: 12px;
}

/*Badge Icons*/
.header .shop-badge.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px;
}

.header .shop-badge.badge-icons i {
    color: #687074;
    font-size: 24px;
    min-width: 25px;
}

/*Badge*/
.header .shop-badge span.badge {
    font-weight: 400;
    padding: 4px 7px;
}

.header .shop-badge span.badge-sea {
    background: #72c02c;
}

/*Scrollbar*/
.header .mCustomScrollbar {
    height: 300px;
}


.header-fixed .modal-dialog{ margin-top:80px;}

.mask {
    display:none;
    width: 100%;
    height: 100%;
    line-height:100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color:#FFF;
    vertical-align:middle;
    text-align:center !important;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
    filter: alpha(opacity=0.7);
    opacity: 0.7;
    padding-top:260px;
    padding-left:100px;
}

.mask-bt{vertical-align:middle !important;}

.profile-body{ min-height:500px;}

.footer-v2 .footer{ padding-bottom:10px;}
.footer-logo{
    max-height: 120px;
}

.tab-v2 .nav-tabs li.active a{border-top-color: #666;}
.headline h2, .headline h3, .headline h4
{
    border-bottom-color: #666;
}

.left-topbar li{ color:#fff;}
/*Badge Open*/

/*Breadcrumbs v4
------------------------------------*/
.breadcrumbs-v4 {
    width: 100%;
    padding: 25px 0;
    position: relative;
    background: url(../img/breadcrumbs-img.jpg) no-repeat center;
    background-size:cover;
    margin-top: 100px;
}

.breadcrumbs-v4:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.breadcrumbs-v4 .container {
    position: relative;
}

.breadcrumbs-v4 span.page-name {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 5px 3px;
}

.breadcrumbs-v4 h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    margin: 0 0 20px;
    line-height: 50px;
    text-transform: uppercase;
}

.breadcrumbs-v4 .breadcrumb-v4-in {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li {
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li + li:before {
    color: #fff;
    content: "\f105";
    margin-left: 7px;
    padding-right: 8px;
    font-family: FontAwesome;
}

.breadcrumbs-v4 .breadcrumb-v4-in li a {
    color: #fff;
}

.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover {
    color: #18ba9b;
    text-decoration: none;
}

@media (max-width: 768px) {
    .breadcrumbs-v4 {
        text-align: center;
    }

    .breadcrumbs-v4 span.page-name {
        font-size: 18px;
    }

    .breadcrumbs-v4 h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

/*Breadcrumbs v5
------------------------------------*/
.breadcrumb-v5 {
    padding: 20px 0;
    list-style: none;
}

.breadcrumb-v5 > li {
    color: #999;
    font-size: 18px;
    display: inline-block;
}

.breadcrumb-v5 > li + li:before {
    color: #ccc;
    content: "\f105";
    margin-left: 7px;
    padding-right: 8px;
    font-family: FontAwesome;
}

.breadcrumb-v5 li h1 {
    margin: 0;
}

.breadcrumb-v5 li a {
    color: #999;
}

.breadcrumb-v5 li i {
    margin: 0 auto;
    font-size: 18px;
}

.breadcrumb-v5 li.active,
.breadcrumb-v5 li a:hover {
    color: #18ba9b;
    text-decoration: none;
}

/*Shop Product
------------------------------------*/
.shop-product {
    background: #f8f8f8;
    /*padding: 10px 0 30px;*/
    border-bottom: 1px solid #dedede;
}

.shop-product h2 {
    float: left;
    color: #687074;
    font-size: 26px;
    text-transform: uppercase;
}

/*Shp Product Title*/
.shop-product .shop-product-heading {
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.shop-product .shop-product-social {
    float: right;
    margin-top: 11px;
}

.shop-product .shop-product-social li i {
    color: #dedede;
    font-size: 26px;
    display: inline-block;
}

.shop-product .shop-product-social li i:hover {
    color: #18ba9b;
    text-decoration: none;
}
.header_white{ padding-top: 145px;}

.table_qte_paquet table {
    width: 100%;
}

.table_qte_paquet th, .table_qte_paquet td{padding: 5px 0; font-size: 12px;}

.ui-widget-content {
    border: 0 !important;
    /*background: none;*/
}

/*Scrollbar*/
.header-v6 .mCustomScrollbar {
    height: 300px;
}

@media (max-width: 768px) {
    .header_white {
        padding-top: 20px;
    }
    .breadcrumbs-v4 {
        margin-top: 0;
    }
    .content-md {
        padding: 0;
    }
}

/*Profile
------------------------------------*/
.profile .list-group i {
    min-width: 20px;
    margin-right: 5px;
    text-align: center;
}

.profile .heading-sm-v2 {
    font-size: 16px;
}

.profile .profile-body {
    padding: 20px;
    background: #f7f7f7;
}

/*Scrollbar*/
.mCustomScrollbar {
    height: 320px;
}

/*Panel Title Box*/
.profile .panel-profile {
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}
.profile .panel-profile.no-bg {
    background: inherit;
}

.profile .panel-heading {
    color: #585f69;
    background: #fff;
    padding: 7px 15px;
    border-bottom: solid 3px #f7f7f7;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h i.pull-right {
    top: 7px;
    position: relative;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a i {
    color: #777;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a:hover i {
    color: #555;
}

.profile .panel-title {
    font-size: 16px;
}

/*Notification*/
.profile .notification {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 0 0;
    border-top: 1px solid #eee;
}

.profile .notification:first-child {
    border-top: none;
}

.profile .notification img,
.profile .notification i {
    float: left;
    margin-right: 10px;
}

.profile .notification img {
    width: 35px;
    height: 35px;
}

.profile .notification span {
    color: #777;
    display: block;
}

.profile .notification small {
    color: #999;
    font-size: 11px;
}

.profile .notification h4 {
    margin: 0 0 3px;
    font-size: 14px;
}

.profile .notification p {
    color: #777;
    font-size: 12px;
}

/*Profile Post*/
.profile .profile-post {
    background: #fff;
    margin-bottom: 2px;
    padding: 7px 7px 7px 0;
}

.profile .profile-post.color-one {
    border-left: 2px solid #72c02c;
}
.profile .profile-post.color-two {
    border-left: 2px solid #3498db;
}
.profile .profile-post.color-three {
    border-left: 2px solid #e74c3c;
}
.profile .profile-post.color-four {
    border-left: 2px solid #9b6bcc;
}
.profile .profile-post.color-five {
    border-left: 2px solid #555;
}
.profile .profile-post.color-six {
    border-left: 2px solid #f1c40f;
}
.profile .profile-post.color-seven {
    border-left: 2px solid #27d7e7;
}

.profile .profile-post span.profile-post-numb {
    float: left;
    color: #999;
    font-size: 20px;
    font-weight: 200;
    padding: 5px 12px;
}

.profile .profile-post:hover span.profile-post-numb {
    color: #72c02c;
}

.profile .profile-post-in {
    overflow: hidden;
}

.profile .profile-post-in h3 a {
    color: #555;
    text-transform: uppercase;
}

.profile .profile-post-in p {
    color: #999;
    margin-bottom: 5px;
}

/*Profile Event*/
.profile .profile-event .heading-xs {
    margin-top: 0;
    text-transform: uppercase;
}

.profile .profile-event {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 2px;
}

.profile .profile-event p {
    color: #999;
    margin-bottom: 5px;
}

.profile .date-formats {
    color: #fff;
    float: left;
    text-align: center;
    background: #72c02c;
    margin: 7px 13px 0 0;
    padding: 7px 10px 4px;
}

.profile .date-formats span {
    display: block;
    font-size: 22px;
    font-weight: 200;
    line-height: 25px;
}

/*Table*/
.profile .table {
    background: #fff;
}

.profile .table th {
    min-width: 100px;
}

.profile .table td {
    vertical-align: middle;
}

.profile .table h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.profile .table a {
    /*color: #555;*/
}

.profile .table-search-v2 td img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.profile .table > thead > tr > th,
.profile .table > tbody > tr > th,
.profile .table > tfoot > tr > th,
.profile .table > thead > tr > td,
.profile .table > tbody > tr > td,
.profile .table > tfoot > tr > td {
    padding: 11px;
}

/*Comment*/
.profile .comment {
    border-bottom: 1px solid #eee;
    padding: 15px 15px 5px;
}

.profile .comment img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.profile .comment strong {
    display: block;
    line-height: 15px;
    margin-bottom: 3px;
}

.profile .comment p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 17px;
}

.profile .comment small {
    color: #bbb;
    font-weight: 200;
}

.profile .comment-list li {
    color: #999;
    font-size: 11px;
}

.profile .comment-list li a {
    color: #555;
}

.profile .comment-list li a:hover {
    color: #555;
    text-decoration: none;
}

.profile .comment-list li:hover i {
    color: #72c02c;
}

/*Image Post*/
.profile .img-post {
    position: relative;
}

.profile .img-post:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.4);
}

.profile .img-post-in {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    position: absolute;
}

.profile .img-post-in h3 {
    color: #fff;
    margin: 0 auto;
    font-weight: 200;
}

.profile .img-post-in small {
    color: #999;
    display: block;
    margin-bottom: 15px;
}

.profile .img-post-in p {
    color: #bbb;
}

.profile .img-post-list {
    margin-bottom: 0;
}

.profile .img-post-list li a,
.profile .img-post-list li a:hover {
    color: #fff;
    text-decoration: none;
}
.profile .img-post-list li a:hover i {
    color: #72c02c;
}

/*Media*/
.profile .media.media-v2 {
    margin-top: 0;
    padding: 25px 0 20px;
    border-top: 1px solid #eee;
}

.profile .media.media-v2:first-child {
    border-top: none;
}

.profile .media.media-v2 .media.media-v2 {
    margin-top: 20px;
    padding-bottom: 0;
}

.profile .media.media-v2 img.media-object {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/*Media Body*/
.profile .media.media-v2 .media-body {
    overflow: hidden;
}

.profile .media.media-v2 .media-body p {
    color: #777;
    line-height: 1.4;
}

/*Media Heading*/
.profile .media.media-v2 .media-heading {
    margin: 0 0 5px;
    font-size: 13px;
    position: relative;
}

.profile .media.media-v2 .media-heading a,
.profile .media.media-v2 .media-heading a:hover {
    color: #555;
}

.profile .media.media-v2 .media-heading strong {
    padding-right: 5px;
}

.profile .media.media-v2 .media-heading small {
    top: 7px;
    right: 0;
    color: #999;
    font-size: 12px;
    position: absolute;
}

/*Results List*/
.profile .results-list {
    margin-top: 4px;
}

.profile .results-list li a {
    color: #999;
}

/*Expand List*/
.profile i.expand-list {
    color: #777;
    padding: 5px;
    min-width: 20px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #777;
}

.profile i.expand-list:hover {
    color: #999;
    border-color: #999;
}

/*Image Uploaded*/
.profile .img-uploaded img {
    width: 120px;
    height: auto;
}

/*Alert Blocks*/
.alert-blocks {
    margin: 0 15px 5px;
    background: #f7f7f7;
    padding: 10px 10px 13px;
}

.alert-blocks:first-child {
    margin-top: 15px;
}

.alert-blocks-pending {
    background: #fffdcc;
}

.alert-blocks-success {
    background: #e1febc;
}

.alert-blocks-pending {
    background: #fffdcc;
}

.alert-blocks-error {
    background: #fee0e0;
}

.alert-blocks-info {
    background: #e0f3fe;
}

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

.alert-blocks i {
    float: left;
    margin-right: 15px;
}

.alert-blocks img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.alert-blocks strong small {
    color: #a3a3a3;
    font-weight: 200;
}

.alert-blocks p {
    color: #999;
    margin-bottom: 0;
}

/*Profile Me
------------------------------------*/
/*Profile Biography*/
.profile .profile-bio {
    background: #fff;
    position: relative;
    padding: 15px 10px 5px 15px;
}

.profile .profile-bio a {
    left: 50%;
    bottom: 20px;
    margin-left: -60px;
    text-align: center;
    position: absolute;
}

.profile .profile-bio h2 {
    margin-top: 0;
    font-weight: 200;
}

.profile .profile-bio span {
    display: block;
}

.profile .profile-bio hr {
    margin: 12px 0 10px;
}

.profile .p-chart {
    text-align: center;
}

.profile .p-chart h3 {
    line-height: 20px;
    margin-bottom: 10px;
}

/*Circle in Responsive*/
@media (max-width: 450px) {
    .p-chart.col-xs-6 {
        width: 100%;
    }
}

/*Timeline*/
.profile .timeline-v2.timeline-me:before {
    left: 19%;
}

.profile .timeline-v2.timeline-me p {
    margin-bottom: 0;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime {
    width: 27%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmicon {
    left: 19%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime span:first-child {
    color: #585f69;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime span:last-child {
    color: #999;
    font-size: 14px;
    text-align: left;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel {
    padding: 0;
    background: inherit;
    margin: 0 0 20px 23%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel:after {
    border-color: inherit;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel h2 {
    margin: 0 auto;
    font-size: 17px;
    line-height: 20px;
    border-bottom: none;
}

/*Social Contacts v2*/
.profile .social-contacts-v2 {
    margin-bottom: 0;
}

.profile .social-contacts-v2 li {
    padding: 7px 0;
    border-top: 1px solid #f0f0f0;
}

.profile .social-contacts-v2 li:first-child {
    border-top: none;
}

.profile .social-contacts-v2 li i {
    font-size: 16px;
    min-width: 25px;
    margin-right: 7px;
    text-align: center;
    display: inline-block;
}

.profile .social-contacts-v2 li i.tw {
    color: #159ceb;
}
.profile .social-contacts-v2 li i.fb {
    color: #4862a3;
}
.profile .social-contacts-v2 li i.sk {
    color: #00aceb;
}
.profile .social-contacts-v2 li i.gp {
    color: #dc4a38;
}
.profile .social-contacts-v2 li i.gm {
    color: #c6574b;
}

/*Social Contacts v3*/
.profile .social-contacts-v3 {
    margin-bottom: 0;
}

.profile .social-contacts-v3 li {
    padding: 12px 0;
    border-top: 1px solid #f0f0f0;
}

.profile .social-contacts-v3 li:first-child {
    padding-top: 0;
    border-top: none;
}

.profile .social-contacts-v3 li:last-child {
    padding-bottom: 0;
}

.profile .social-contacts-v3 li i {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 7px;
    text-align: center;
    display: inline-block;
}

.profile .social-contacts-v3 li i.tw {
    background: #159ceb;
}
.profile .social-contacts-v3 li i.fb {
    background: #4862a3;
}
.profile .social-contacts-v3 li i.sk {
    background: #00aceb;
}
.profile .social-contacts-v3 li i.gp {
    background: #dc4a38;
}
.profile .social-contacts-v3 li i.gm {
    background: #c6574b;
}

/*Profile Blog
------------------------------------*/
.profile .blog-border {
    border: 1px solid #f0f0f0;
}

.profile .profile-blog {
    padding: 20px;
    background: #fff;
}

.profile .profile-blog img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.profile .profile-blog hr {
    margin: 12px 0 10px;
}

.profile .name-location {
    overflow: hidden;
}

.profile .name-location strong {
    color: #555;
    display: block;
    font-size: 16px;
}

.profile .name-location span a {
    color: #555;
}

.profile .name-location span a:hover {
    color: #72c02c;
}

.profile .name-location span i {
    color: #72c02c;
    font-size: 18px;
    margin-right: 5px;
}

/*Profile Projects
------------------------------------*/
.profile .projects {
    background: #fff;
    padding: 20px 20px 10px;
}

.profile .projects h2 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 200;
}

.profile .projects h3 {
    margin-bottom: 5px;
}

.profile .projects .progress {
    margin-bottom: 15px;
}

.profile .blog-info-v2 {
    margin-left: 0;
    margin-bottom: 15px;
}

.profile .blog-info-v2 li {
    font-size: 12px;
    padding-left: 8px;
    line-height: 12px;
    border-left: 1px solid #eee;
}

.profile .blog-info-v2 li:first-child {
    padding-left: 0;
    border-left: none;
}

.profile .blog-info-v2 li i {
    margin-right: 3px;
}

.profile .project-share {
    overflow: hidden;
    background: #fff;
    padding: 10px 20px;
    border-top: 1px solid #eee;
}

.profile .project-share ul {
    margin-left: 0;
    margin-bottom: 0;
}

.profile .comment-list-v2 li {
    color: #999;
    font-size: 14px;
    padding: 0 10px 0 0;
}

.profile .comment-list-v2 li a {
    color: #555;
}

.profile .comment-list-v2 li i {
    margin-right: 3px;
}

.profile .comment-list-v2 li a:hover {
    color: #555;
    text-decoration: none;
}

.profile .comment-list-v2 li:hover i {
    color: #72c02c;
}

.profile .star-vote li {
    padding: 0;
    font-size: 15px;
}

/*Profile History
------------------------------------*/
.profile .timeline-v2:before {
    background: #eee;
}

.profile .timeline-v2 > li .cbp_tmlabel {
    background: #fff;
}

.profile .timeline-v2 > li .cbp_tmlabel:after {
    border-right-color: #fff;
}

@media screen and (max-width: 767px) {
    .profile .timeline-v2 > li .cbp_tmlabel:after {
        border-bottom-color: #fff;
        border-right-color: transparent;
    }
}

@media only screen and (max-width: 768px) and (min-width: 992px)  {
    .profile .timeline-v2 > li .cbp_tmlabel:after {
        border-bottom-color: #fff;
        border-right-color: transparent;
    }
}


/*Search Block Version 2
------------------------------------*/
.search-block-v2 {
    padding: 20px 0 28px;
    border-bottom: 1px solid #eee;
    background-color: #fdfdfd;
}

.search-block-v2 h2 {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 18px;
    text-transform: uppercase;
}


/*Profile Settings
------------------------------------*/
/*Profile Edit*/
.profile .profile-edit {
    padding: 20px;
    background: #fff;
}

.profile .profile-edit h2 {
    font-weight: 200;
}

.profile .profile-edit dt {
    text-align: inherit;
}

.profile .profile-edit hr {
    margin: 17px 0 15px;
}

/*Tab*/
.profile .tab-content {
    padding: 0;
}

@media (max-width: 768px) {
    .profile .tab-v1 .nav-tabs {
        border-bottom: none;
    }
}

/* Navigation mobile
------------------------------------*/
.mdc-bottom-navigation {
    height: 56px;
    position: absolute;
    bottom: inherit;
    width: inherit;
    box-sizing: border-box;
    color: #424242;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.35);
    z-index: 10;
}
.mdc-bottom-navigation__actions {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: auto;
    height: 100%;
    text-align: center;
}
.mdc-bottom-navigation__action {
    height: 100%;
}
.mdc-bottom-navigation__action > a {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-decoration: inherit;
    text-transform: inherit;
    height: 100%;
    padding: 8px 12px 7px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: rgba(66, 66, 66, 0.7);
    transition: padding-top 240ms 0ms cubic-bezier(0, 0, 0.2, 1), color 240ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 240ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-bottom-navigation__action > a:hover, .mdc-bottom-navigation__action > a:focus {
    color: #424242;
    background-color: rgba(66, 66, 66, 0.05);
}
.mdc-bottom-navigation__action.mdc-bottom-navigation__action--active > a {
    color: #424242;
    background-color: rgba(66, 66, 66, 0.05);
    cursor: default;
    padding-top: 7px;
}
.mdc-bottom-navigation__label {
    transition: font-size 240ms 0ms cubic-bezier(0, 0, 0.2, 1);
    display: block;
    line-height: 1;
    margin-top: auto;
}

.mdc-bottom-navigation--fixed{ position: fixed; bottom: 0;
    width: 100%;}

.mdc-bottom-navigation--fixed .mdc-bottom-navigation__actions {
    display: flex;
    justify-content: center;
    max-width: 840px;
}
.mdc-bottom-navigation--fixed .mdc-bottom-navigation__action {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 80px;
    max-width: 168px;
}
.mdc-bottom-navigation--fixed .mdc-bottom-navigation__action > a {
    font-size: 12px;
}
.mdc-bottom-navigation--fixed .mdc-bottom-navigation__action.mdc-bottom-navigation__action--active > a {
    /*font-size: 14px;*/
}

.mdc-bottom-navigation .badge-lists span.badge{
    top:3px;
    right: auto;
    margin-left: 40px;
}

/*Sky Form*/
.profile .sky-form {
    border: none;
}

.profile .sky-form .toggle-change i {
    left: 180px;
}

/*intl-tel-input*/
#error-tel-msg, #error-mob-msg, #error-fax-msg {
    color: red;
    vertical-align: top;
    padding-top: 3px;
}
#valid-tel-msg, #valid-mob-msg, #valid-fax-msg {
    color: #00C900;
    vertical-align: top;
    padding-top: 3px;
}
input.error {
    border: 1px solid #FF7C7C;
}
.hide {
    display: none;
}

.ico_langue img{
    opacity:0.6;
    filter:alpha(opacity=60);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.ico_langue img:hover, .ico_langue img.actived{ opacity:1; filter:alpha(opacity=100);}

.owl-carousel-v1 {
    position: relative;
}
.owl-carousel-v1 .owl-navigation .prev-v1 , .owl-carousel-v1 .owl-navigation .next-v1 {
    position: absolute;
    top:50%;
    margin-top: -32px;
    z-index: 999;
}
.owl-carousel-v1 .owl-navigation .owl-btn {
    font-size: 54px !important;
    background: none;
    color:#fff;
}

.owl-carousel-v1 .owl-navigation .prev-v1 {
    left: 20px;
}
.owl-carousel-v1 .owl-navigation .next-v1 {
    right: 20px;
}
.owl-carousel-v1 .item {
    margin: 0px;
}
.contact-header {
    min-height: 120px;
    line-height: 120px;
    margin: auto;
}
.contact-header h1{
    margin-top: 50px;
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-u.btn-u-green {
    background: #1CB22B;
}

tr.table-hover:hover{
    background-color:#ccc;
    cursor: pointer;
}
tr.table-tr-checked{
    background-color: #fff;
}