/* Minification failed. Returning unminified contents.
(3,2): run-time error CSS1031: Expected selector, found '/'
(3,2): run-time error CSS1025: Expected comma or open brace, found '/'
(1552,129): run-time error CSS1036: Expected expression, found '!important'
(1564,78): run-time error CSS1036: Expected expression, found '!important'
 */

////////////////////////// PAGINATION START ///////////////////////////
*/
.pagination {
    display: inline-block;
    /*padding-left: 0;*/
    margin: 15px 10px 10px 10px;
    border-radius: 0px;
 
}

    .pagination > li {
        display: inline;
        font-size: 18px;        
        color: #ffffff;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            /*margin-left: -1px;*/
            margin: 0px 10px 0px 0px;
            line-height: 1.428571429;
            text-decoration: none !important;
            background-color: #ffffff;
            border: 1px solid #dc0a79;
            color: #dc0a79;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            
            background-color: #dc0a79;
            border: 1px solid #ffffff;
            color: #ffffff;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #dc0a79;
        border-color: #3f3d48;
        font-weight: bold;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        
        color: #999999;
        cursor: not-allowed;
        background-color: #dc0a79;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
        
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #dc0a79;
            border: 1px solid #dddddd;
            border-radius: 15px;
            
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
                
            }

    .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 > a:focus,
    .pager .disabled > span {
        
        color: #999999;
        cursor: not-allowed;
        background-color: #dc0a79;
    }

ol li::before, ul li::before {
    color: #ffffff;
}


@media (max-width: 500px) {
	
	    .pagination > li {
         
        font-size: 11px;
    }
    
}



/* 
////////////////////////// PAGINATION END ///////////////////////////
*/

*,::after,::before{box-sizing:border-box;}
footer,main,nav{display:block;}
body{margin:0;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}
.fonts-loaded body{font-family:Roboto,Helvetica,sans-serif!important;}
h1,h2,h3,h4,h6{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:1rem;}
strong{font-weight:bolder;}
a{color:#dc0a79;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#c6076b;text-decoration:underline;}
a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):focus{outline:0;}
svg:not(:root){overflow:hidden;}
table{border-collapse:collapse;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button,input{overflow:visible;}
select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible;padding:15px 5px;border:1px solid #E5E5E4;background-color:#ffffff;font-size:14px!important;}
select:focus{outline:none;}
select,select option{color:#000000;}
select:invalid,select option[value=""]{color:#f1f1f1;}
option{color:#0F1111;}
option:first-child{color:#ccc;}
[hidden]{display:none;}
.select33{width:32%;}
.select50{width:49%;}
.radio33{width:32%;}
.radio50{width:49%;}
.selectsearch{width:32%;}
.inputsearch{width:67%;}
.one-third{width:33%!important;}
.one-sixth{width:67%!important;}
.pad_l10{padding-left:10px!important;}
.pad_r10{padding-right:10px!important;}
.pad_t10{padding-top:10px!important;}
.pad_b10{padding-bottom:10px!important;}
button{text-transform:none;}
[type=submit],button{-webkit-appearance:button;}
[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
[hidden]{display:none!important;}
h1,h2,h3,h4,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h1{font-size:2.5rem;}
h2{font-size:2rem;}
h3{font-size:1.75rem;}
h4{font-size:1.5rem;}
h6{font-size:1rem;}
.small{font-size:80%;font-weight:400;}
.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem.75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color.15s ease-in-out,background-color.15s ease-in-out,border-color.15s ease-in-out,box-shadow.15s ease-in-out;}
.btn:focus,.btn:hover{text-decoration:none;}
.btn:focus{outline:0;box-shadow:0 0 0.2rem rgba(0,123,255,.25);}
.btn:disabled{opacity:.65;}
.btn:not(:disabled):not(.disabled){cursor:pointer;}
.clearfix::after{display:block;clear:both;content:"";}

@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important;}a:not(.btn){text-decoration:underline;}tr{page-break-inside:avoid;}h2,h3,p{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}body{min-width:992px!important;}}

ul li::before{color:#ffffff;}
body{margin:0;}
a{background:0 0;}
a:active,a:hover{outline:0;}
a:hover{color:#c6076b;text-decoration:none;}
button,input{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,input[type=submit]{-webkit-appearance:button;cursor:pointer;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
body,form,h1,h2,h3,h4,h6,p,ul{margin:0;padding:0;}
*,:after,:before{box-sizing:border-box;}
h1,h2,h3,h4,h6,p,ul{margin-bottom:2.28571rem;}
ul{margin-left:4.57143rem;}
.borderless--left{border-left-color:transparent!important;border-left-width:0!important;}
h1{font-size:46px;font-size:3.28571rem;line-height:1.3913;}
h2{font-size:44px;font-size:3.14286rem;line-height:1.18182;}
h3{font-size:36px;font-size:2.57143rem;line-height:1.22222;}
h4{font-size:24px;font-size:1.71429rem;line-height:1.33333;}
h6{font-size:16px;font-size:1.14286rem;line-height:1.25;}
.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}

@media only screen and (max-width:767px){h1{font-size:28px;font-size:2rem;line-height:1.28571;}h2{font-size:24px;font-size:1.71429rem;line-height:1.33333;}h3{font-size:20px;font-size:1.42857rem;line-height:1.4;}h4{font-size:18px;font-size:1.28571rem;line-height:1.33333;}h6{font-size:14px;font-size:1rem;line-height:1.28571;}.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}}

@media only screen and (min-width:768px) and (max-width:1024px){h1{font-size:36px;font-size:2.57143rem;line-height:1.33333;}h2{font-size:28px;font-size:2rem;line-height:1.28571;}h3{font-size:24px;font-size:1.71429rem;line-height:1.33333;}h4{font-size:20px;font-size:1.42857rem;line-height:1.4;}h6{font-size:14px;font-size:1rem;line-height:1.28571;}.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}}

.one-whole{width:100%!important;}
.one-half{width:49%!important;}

@media only screen and (min-width:1025px) and (max-width:1280px){h1{font-size:36px;font-size:2.57143rem;line-height:1.33333;}h2{font-size:28px;font-size:2rem;line-height:1.28571;}h3{font-size:24px;font-size:1.71429rem;line-height:1.33333;}h4{font-size:20px;font-size:1.42857rem;line-height:1.4;}h6{font-size:14px;font-size:1rem;line-height:1.28571;}.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}}

.clearfix:after{content:"";display:table;clear:both;}
.float--left{float:left!important;}
.position--relative{position:relative!important;}
.push-tiny--sides{margin-right:12px!important;}
.push-tiny--bottom{margin-bottom:12px!important;}
.push-tiny--sides{margin-left:12px!important;}
.push-small--bottom{margin-bottom:24px!important;}
.flush{margin:0!important;}
.flush--bottom{margin-bottom:0!important;}
.soft{padding:32px!important;}
.soft-register{padding:32px!important;padding-top:5px!important;}
.hard{padding:0!important;}
.hard--bottom{padding-bottom:0!important;}

@media only screen and (max-width:1024px){.portable-soft-large{padding:20px!important;}}

.text--uppercase{text-transform:uppercase!important;}
.btn{transition:all.2s cubic-bezier(.9,0,.1,1)!important;}
.layout{list-style:none;margin:0 0 0 -24px;padding:0;}
.layout__item{display:inline-block;padding-left:24px;vertical-align:top;width:100%;}

.layout--flush{margin-left:0;}
.layout--flush>.layout__item{padding-left:0;}
.btn{vertical-align:middle;}
.btn{display:inline-block;font:inherit;text-align:center;margin:0;cursor:pointer;overflow:visible;background-color:#dc0a79;}
.btn,.btn--link{font-family:Roboto,Helvetica,sans-serif;text-transform:uppercase;}
.btn,.btn:active,.btn:focus,.btn:hover{text-decoration:none;color:#FFF;}
.btn::-moz-focus-inner{border:0;padding:0;}
.gutter{padding:0 145px;}
.pull-app-gutter--sides{margin-left:-145px;}
.pull-app-gutter--sides{margin-right:-145px;}

.borderless--left{border-left:0;}
ul{margin-bottom:32px;margin-left:24px;}
li{margin-bottom:12px;}
.btn{font-weight:600;padding:11px 20px;border-radius:0;border:2px solid #dc0a79;outline:0;position:relative;}
.btn:active,.btn:focus,.btn:hover{background-color:#c6076b;border-color:#c6076b;}
.btn--reverse{background-color:#FFF;border-color:#FFF;}
.btn--reverse:active,.btn--reverse:focus,.btn--reverse:hover{opacity:.9;}
.btn--reverse-outline{background-color:transparent;border-width:2px;}
.btn--link,.btn--link:active,.btn--link:focus,.btn--link:hover{border:2px solid transparent;background-color:transparent;}
.isvg svg{display:block;height:100%;width:100%;}
.visually-hidden{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;}
.visually-hidden{position:absolute!important;}
a{text-decoration:none;}
ul{margin-bottom:0!important;}
.primary-font--bold{font-weight:600;}
::-moz-selection{background:#dc0a79;color:#FFF;}
::selection{background:#dc0a79;color:#FFF;}
h1{letter-spacing:-.045em;}
h3{letter-spacing:-.02em;}

@media only screen and (max-width:767px){h3{margin-bottom:20px;}}

h6{letter-spacing:.02em;color:#0F1111;}
h1,h2,h3,h4,h6{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400;}
.small{font-size:11px;font-size:.78571rem;line-height:2.18182;}

@media only screen and (max-width:767px){.small{font-size:8px;font-size:.57143rem;line-height:2.25;}}

@media only screen and (min-width:1025px) and (max-width:1280px){h1{font-size:36px;font-size:2.57143rem;line-height:1.44444;}h2,h3{font-size:28px;font-size:2rem;line-height:1.42857;}h4{font-size:20px;font-size:1.42857rem;line-height:1.6;}.small{font-size:11px;font-size:.78571rem;line-height:1.63636;}}

h4,p{margin-bottom:16px;}

@media only screen and (max-width:767px){.btn{width:100%;}}

.btn{font-size:14px;font-size:1rem;line-height:1.75;padding-top:8px;padding-bottom:8px;}
.btn--link{padding:0;text-align:left;color:#dc0a79;transition:all.1s cubic-bezier(.9,0,.1,1);}
.btn--link:active,.btn--link:focus,.btn--link:hover{color:#c6076b;text-decoration:none;}
a{color:#dc0a79;cursor:pointer;}
a:focus{outline:0;}
.btn--reverse{color:#0F1111!important;}
.btn--reverse:active,.btn--reverse:focus,.btn--reverse:hover{border-color:#E5E5E4;background-color:#E5E5E4;color:#0F1111!important;}
.btn--reverse-outline{border-color:#FFF;color:#FFF!important;}
.btn--reverse-outline:active,.btn--reverse-outline:focus,.btn--reverse-outline:hover{border-color:#E5E5E4;background-color:#E5E5E4;color:#0F1111!important;}
input::-ms-clear{display:none;}
.autocomplete div input,.text-input{padding:10px;border-radius:0;border:2px solid transparent;margin:0;width:100%;}
.autocomplete div input::-webkit-input-placeholder,.text-input::-webkit-input-placeholder{color:#939393;}
.autocomplete div input:-ms-input-placeholder,.text-input:-ms-input-placeholder{color:#939393;}
.autocomplete div input::placeholder,.text-input::placeholder{color:#939393;}
.autocomplete div input:focus,.text-input:focus{outline:0;}

@media only screen and (max-width:767px){.autocomplete div input,.text-input{font-size:13px;font-size:.92857rem;line-height:1;padding:8px 10px;}}

.geolocalization-modal.autocomplete div{padding:0;}
.geolocalization-modal.autocomplete__input{border:none;}
.geolocalization-modal input{height:44px;padding:0 64px 0 18px!important;border:1px solid #E5E5E4!important;}
.geolocalization-modal input:active,.geolocalization-modal input:focus{border:1px solid #dc0a79!important;}
.geolocalization-modal .titleform{font-size: 22px;font-weight: 400;color: #232323;padding-top:10px;}
@media screen and (max-width: 480px){
.geolocalization-modal .titleform{font-size: 18px;}
}


.home__preview-driver-image{background-repeat:no-repeat;background-image:url(https://www.magental.com/Content/Images/home-preview-account-small.png);}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.home__preview-driver-image{background-size:100%;background-image:url(https://www.magental.com/Content/Images/home-preview-account.png);}}

.home__preview-rider-image{background-repeat:no-repeat;background-image:url(https://www.magental.com/Content/Images/home-preview-rdv-small.png);}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.home__preview-rider-image{background-size:100%;background-image:url(https://www.magental.com/Content/Images/home-preview-rdv.png);}}

.home__preview-driver-image,.home__preview-rider-image{width:60px;height:60px;margin-right:20px;}

@media only screen and (max-width:767px){.home__preview-driver-image,.home__preview-rider-image{background-size:40px;height:40px;width:40px;}}

.home__drive-form-sidebar.text-input{height:52px;-webkit-appearance:none;}
.home__drive-form-sidebar  option:first-child{color:#E5E5E4;}
.home__drive-form-sidebar.legal-disclaimer{font-size:10px;line-height:1.6;}
.home__drive-form-sidebar.border--ends{border-top:1px solid #E5E5E4;border-bottom:1px solid #E5E5E4;}
.home__drive-form-sidebar.border--sides{border-left:1px solid #E5E5E4;border-right:1px solid #E5E5E4;}
.home__drive-form-sidebar.border--left{border-left:1px solid #E5E5E4;}
.home__drive-form-sidebar.border--top{border-top:1px solid #E5E5E4;}
.home__drive-form-sidebar.margin-medium{margin-bottom:20px;}
.home__drive-form-sidebar.primary-font--bold{font-weight:700;}
.home__drive-form-sidebar.drive-header{line-height:60px;}

@media only screen and (max-width:767px){.home__drive-form-sidebar.margin-medium{margin-bottom:14px;}.home__drive-form-sidebar.drive-header{line-height:40px;}}

.home__drive-form-sidebar.ride-header{margin-top:6px;}
.home__drive-form-sidebar.ride-header h4{line-height:1.2;}

@media only screen and (max-width:767px){.home__drive-form-sidebar.ride-header{margin-top:0;}.home__drive-form-sidebar.ride-header h4{line-height:1;}.home__drive-form-sidebar h4{font-size:20px;}.home__drive-form-sidebar.rider-signup{font-size:12px;}}

.home__drive-form-sidebar.background-line{color:#717171;display:table;margin:6px 0;white-space:nowrap;}
.home__drive-form-sidebar.background-line:after,.home__drive-form-sidebar.background-line:before{border-top:1px solid #E5E5E4;content:'';display:table-cell;position:relative;top:1em;width:49%;}

@media only screen and (max-width:767px){.home__drive-form-sidebar.background-line{margin:0;}}

.autocomplete-container{width:100%;}
.autocomplete__input{height:44px;width:100%;border:1px solid #E5E5E4;}
.autocomplete div{padding:8px 12px 6px 29px;}
.autocomplete div input{width:100%;border:0;padding:0 16px 0 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.cmln__paragraph{margin-bottom:16px;}
#react-app,body{height:100%;}
.sub-wrapper{background:#E5E5E4;}
._style_4AsDBA{margin-top:10px!important;}

._style_24hvbj{height:55px!important;display:inline-block!important;margin-left:14px!important;vertical-align:middle!important;}
._style_2RJ5vN{background-color:#dc0a79!important;border-color:#dc0a79!important;}
._style_2RJ5vN:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2RJ5vN:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2RJ5vN:active{background-color:#c6076b!important;border-color:#c6076b!important;}

._style_1Y7ydf{background:#e5e5e4!important;}
._style_3jZond{background-color:#ffffff!important;position:relative!important;}

._style_2kWaLh{background-color:#ffffff!important;max-width:1560px!important;margin:0 auto!important;position:relative!important;}
._style_VRmHw{padding-right:145px!important;padding-left:145px!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_VRmHw{padding-right:9.3vw!important;padding-left:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_VRmHw{padding-right:6.25vw!important;padding-left:6.25vw!important;}}

@media only screen and (max-width:1024px){._style_VRmHw{padding-right:2px!important;padding-left:2px!important;}}

@media only screen and (max-width:321px){._style_VRmHw{padding-right:2px!important;padding-left:2px!important;}}

._style_1zoMpH{-webkit-transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,visibility 0s linear 0s!important;opacity:1!important;transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,visibility 0s linear 0s!important;visibility:visible!important;}
._style_1DpYnF{-webkit-transition:-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;transition:-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;}

@media only screen and (max-width:768px){._style_1eIon{display:none!important;}}

._style_2om04a{-webkit-transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,visibility 0s linear 0s!important;opacity:1!important;transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,visibility 0s linear 0s!important;visibility:visible!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_6xFKm{padding-left:6.6vw!important;padding-right:6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_6xFKm{padding-left:48px!important;padding-right:48px!important;}}

@media only screen and (max-width:575px){._style_6xFKm{padding-left:24px!important;padding-right:24px!important;}}

@media only screen and (max-width:321px){._style_6xFKm{padding-right:2px!important;padding-left:2px!important;}}

._style_4iw4w9{height:60px!important;border-bottom:none!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}
._style_EWifa{padding-top:22px!important;}
._style_EWifa:hover{color:#fe2898!important;}
._style_EWifa:active{color:#fe2898!important;}
._style_EWifa:focus{color:#fe2898!important;}
._style_1me9rN{-webkit-transform:translateY(-4px)!important;-ms-transform:translateY(-4px)!important;transform:translateY(-4px)!important;fill:currentColor!important;}
._style_sCxac{margin-left:28px!important;}

._style_3Hdqj8{color:#000000!important;height:60px!important;line-height:60px!important;margin-top:-4px!important;display:block!important;font-size:16px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;}
._style_3Hdqj8:hover{color:#fe2898!important;}
._style_3Hdqj8:focus{color:#fe2898!important;}
._style_3Hdqj8:active{color:#fe2898!important;}
._style_2VKbTR{display:inline-block!important;border-color:transparent!important;border-top-style:solid!important;border-top-width:4px!important;line-height:60px!important;padding-left:12px!important;padding-right:12px!important;}
._style_2VKbTR:hover{border-color:#fe2898!important;}
._style_2VKbTR:not(:last-child){margin-right:8px!important;}
._style_2VKbTR a:hover{text-decoration:none!important;}
._style_2VKbTR a:focus{text-decoration:none!important;}
._style_2VKbTR a:active{text-decoration:none!important;}
._style_2eHurn{-webkit-flex:1!important;-ms-flex:1!important;flex:1!important;overflow:hidden!important;text-align:right!important;}
._style_4qKpPO{color:#000000!important;height:60px!important;line-height:60px!important;margin-top:-4px!important;display:block!important;font-size:14px!important;text-transform:uppercase!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;}
._style_4qKpPO:focus{color:#fe2898!important;}
._style_4qKpPO:hover{color:#fe2898!important;}
._style_4qKpPO:active{color:#fe2898!important;}
._style_4EqJeN{display:inline-block!important;border-color:transparent!important;border-top-style:solid!important;border-top-width:4px!important;line-height:60px!important;padding-left:6px!important;padding-right:6px!important;}
._style_4EqJeN:hover{border-color:#fe2898!important;}
._style_4EqJeN:not(:last-child){margin-right:2px!important;}
._style_4EqJeN a:hover{text-decoration:none!important;}
._style_4EqJeN a:focus{text-decoration:none!important;}
._style_4EqJeN a:active{text-decoration:none!important;}
._style_3BKzMt{overflow:hidden!important;text-align:right!important;}
._style_17XNsa{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;}
._style_2A5F76{color:#000000!important;cursor:pointer!important;float:right!important;height:60px!important;margin-right:-24px!important;padding-left:24px!important;padding-right:24px!important;padding-top:20px!important;}

@media only screen and (max-width:575px){._style_2f192X b{display:none!important;}}

._style_3Yp9vg{position:relative!important;float:right!important;margin-bottom:-60px!important;margin-top:44px!important;margin-right:100px!important;z-index:40!important;}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_3Yp9vg{margin-right:32px!important;}}

@media only screen and (max-width:1024px){._style_3Yp9vg{display:none!important;}}

._style_4le0P0{background-color:#f8f8f9!important;border-top:0px!important;width:400px!important;}

._style_Zlcmm{-webkit-align-items:center!important;-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important;width:auto!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}
._style_QJAbj{margin-left:1em!important;}
._style_2WIqYX{-ms-flex-positive:1!important;-moz-box-sizing:border-box!important;-webkit-flex-grow:1!important;-webkit-transition:all 400ms ease!important;flex-grow:1!important;max-width:100%!important;font-size:14px!important;padding:10px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:normal!important;border:none!important;outline:none!important;text-align:none!important;transition:all 400ms ease!important;margin-bottom:0px!important;background-color:transparent!important;box-sizing:border-box!important;color:#000000!important;line-height:24px!important;}
._style_2WIqYX:disabled{color:#c6c6c6!important;cursor:default!important;}
._style_3j1OSv{-webkit-box-lines:multiple!important;-moz-box-sizing:border-box!important;-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;-webkit-transition:all 400ms ease!important;height:52px!important;flex-wrap:wrap!important;border-color:#e5e5e4!important;margin:0!important;background-color:#ffffff!important;border-style:solid!important;border-width:1px!important;box-sizing:border-box!important;transition:all 400ms ease!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}
._style_3j1OSv:hover{border-color:#d6d6d5!important;}
._style_2qatsV{-webkit-transition:all 400ms ease!important;-moz-box-sizing:border-box!important;color:#ffffff!important;box-sizing:border-box!important;border-width:2px!important;border-style:solid!important;text-decoration:none!important;display:inline-block!important;vertical-align:middle!important;text-align:left!important;margin:0!important;background-color:#dc0a79!important;overflow:visible!important;border-radius:0px!important;text-transform:uppercase!important;line-height:1.7em!important;outline:none!important;position:relative!important;transition:all 400ms ease!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;font-size:14px!important;padding:12px 20px!important;width:100%!important;border-color:#dc0a79!important;cursor:pointer!important;}
._style_2qatsV:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2qatsV:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2qatsV:active{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_1gCyK0{-webkit-transition:all 400ms ease!important;position:relative!important;vertical-align:middle!important;margin-left:24px!important;transition:all 400ms ease!important;width:14px!important;height:14px!important;right:0px!important;}
._style_308tvP{background-position-y:0!important;background-position-x:0!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important;width:100%!important;height:500px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_308tvP{height:380px!important;}}

._style_VxPAE{position:relative!important;}
._style_14s5D3{background-color:#ffffff!important;}
._style_2hMsiC{padding-top:44px!important;padding-bottom:44px!important;margin-bottom:24px!important;}

._style_1h4qRP{display:none!important;position:absolute!important;right:45px!important;bottom:-36px!important;z-index:50!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_1h4qRP{display:block!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_1h4qRP{display:block!important;}}

@media only screen and (max-width:575px){._style_1h4qRP{display:block!important;right:25px!important;bottom:-16px!important;}}

._style_1h4qRPLogged{display:block!important;position:absolute!important;right:45px!important;bottom:-36px!important;z-index:999!important;}

@media only screen and (max-width:575px){._style_1h4qRPLogged{right:25px!important;bottom:-16px!important;}}

._style_2VA39t{margin-bottom:16px!important;}
._style_360KJ2{width:100%!important;background-position:center!important;background-size:cover!important;height:100%!important;position:absolute!important;z-index:1!important;top:0!important;right:0!important;bottom:0!important;left:0!important;}
._style_rJ0IF{padding-right:145px!important;padding-left:145px!important;position:relative!important;color:#ffffff!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_rJ0IF{padding-right:9.3vw!important;padding-left:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_rJ0IF{padding-right:6.25vw!important;padding-left:6.25vw!important;}}

@media only screen and (max-width:1024px){._style_rJ0IF{padding-right:0!important;padding-left:0!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_rJ0IF{min-height:478px!important;}}

@media only screen and (max-width:575px){._style_rJ0IF{min-height:478px!important;}}

._style_2BqpbG{padding-top:80px!important;padding-bottom:80px!important;padding-left:103px!important;padding-right:103px!important;position:relative!important;width:100%!important;z-index:2!important;}

._style_3BxYc3{background-size:cover!important;background-position:center!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;}
._style_3FV304{border-width:2px!important;margin:0!important;padding-right:20px!important;padding-top:11px!important;padding-bottom:11px!important;background-color:transparent!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;border-color:transparent!important;border-radius:0!important;border-style:solid!important;padding-left:20px!important;color:#dc0a79!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;line-height:18px!important;outline:none!important;overflow:visible!important;position:relative!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;padding:0!important;border-left-width:0!important;}
._style_3FV304:hover{background-color:transparent!important;border-color:transparent!important;color:#c6076b!important;text-decoration:none!important;border-left-width:0!important;}
._style_3FV304:focus{background-color:transparent!important;border-color:transparent!important;color:#c6076b!important;text-decoration:none!important;border-left-width:0!important;}
._style_3FV304:active{background-color:transparent!important;border-color:transparent!important;color:#c6076b!important;text-decoration:none!important;border-left-width:0!important;}
._style_1gVw1O{-webkit-transform:translate(0,2.5px)!important;-ms-transform:translate(0,2.5px)!important;-webkit-transition:all 400ms ease!important;margin-left:12px!important;display:inline-block!important;transform:translate(0,2.5px)!important;transition:all 400ms ease!important;}
._style_3hkARR{width:49%!important;}

._style_1hnHrL{color:#FFFFFF!important;font-weight:500!important;}
._style_1hnHrL:hover{color:#C6C6C6!important;}
._style_1hnHrL:focus{color:#C6C6C6!important;}
._style_3Jeye1{padding-top:12px!important;padding-bottom:12px!important;padding-right:50px;}

@media only screen and (max-width:768px){._style_3Jeye1{border-bottom:1px solid #282727!important;padding-right:40px;}}

._style_1BKBec{-webkit-transform:translateY(2px)!important;-ms-transform:translateY(2px)!important;transform:translateY(2px)!important;fill:currentColor!important;}
._style_3OuXMH{color:#ffffff!important;}
._style_3Lugp9{color:#FFFFFF!important;font-size:14px!important;line-height:20px!important;}
._style_3Lugp9:hover{color:#C6C6C6!important;}
._style_3Lugp9:focus{color:#C6C6C6!important;}

._style_3AUhs5{margin-left:0!important;list-style:none!important;margin-right:0!important;}

@media only screen and (max-width:575px){._style_3AUhs5{padding-left:49%!important;}}

@media only screen and (max-width:321px){._style_3AUhs5{padding-left:1%!important;}}

._style_3zoQ0P{margin-bottom:0!important;padding-bottom:12px!important;}

._style_326d4w{display:inline-block!important;line-height:1!important;margin-left:8px!important;margin-top:-15px!important;position:absolute!important;top:49%!important;}
._style_yZn95{font-size:14px!important;margin-bottom:6px!important;text-transform:uppercase!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;}
._style_kYMs2{font-size:10px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;}
._style_2npBCd{color:#dc0a79!important;font-size:14px!important;line-height:1!important;margin-top:-7px!important;position:absolute!important;text-transform:uppercase!important;top:49%!important;right:24px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;}
._style_4yUKDu{cursor:pointer!important;outline:none!important;padding-top:20px!important;}
._style_4yUKDu:active{color:#dc0a79!important;}
._style_4yUKDu:hover{color:#dc0a79!important;}
._style_4yUKDu:focus{color:#dc0a79!important;}
._style_wYjO0{height:60px!important;}
._style_PbPvN{-webkit-transition:top 0.1s!important;position:fixed!important;top:0!important;left:0!important;z-index:9999!important;width:100%!important;margin:0 auto!important;transition:top 0.1s!important;}

@media only screen and (max-width:768px){._style_2xq251{-webkit-transition:-webkit-transform 0s   cubic-bezier(0.42,0,1,1) 0.4s,transform 0s   cubic-bezier(0.42,0,1,1) 0.4s!important;transition:-ms-transform 0s   cubic-bezier(0.42,0,1,1) 0.4s,-webkit-transform 0s   cubic-bezier(0.42,0,1,1) 0.4s,transform 0s   cubic-bezier(0.42,0,1,1) 0.4s!important;}}

._style_3GnrPv{width:206px!important;padding:32px 20px 20px 32px!important;display:block!important;position:relative!important;text-decoration:none!important;height:206px!important;background-color:#dc0a79!important;}
._style_3GnrPv:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_3GnrPv:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_3GnrPv:active{background-color:#c6076b!important;border-color:#c6076b!important;}

._style_1iLMt8{height:120px!important;width:120px!important;}
._style_4EfqLw{height:100%!important;}
._style_25RTFN{margin-top:52px!important;}
._style_2A7Zf1{border-style:solid!important;margin:0!important;padding-right:20px!important;padding-top:11px!important;padding-bottom:11px!important;background-color:#dc0a79!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;border-color:#dc0a79!important;border-radius:0!important;padding-left:20px!important;border-width:2px!important;color:#ffffff!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;line-height:18px!important;outline:none!important;overflow:visible!important;position:relative!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;}
._style_2A7Zf1:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2A7Zf1:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2A7Zf1:active{background-color:#c6076b!important;border-color:#c6076b!important;}

._style_2A7Zf2{border-style:solid!important;margin:0!important;padding-right:16px!important;padding-top:11px!important;padding-bottom:9px!important;background-color:#dc0a79!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;border-color:#dc0a79!important;border-radius:0!important;padding-left:16px!important;border-width:2px!important;color:#ffffff!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;line-height:14px!important;outline:none!important;overflow:visible!important;position:relative!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;}
._style_2A7Zf2:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2A7Zf2:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2A7Zf2:active{background-color:#c6076b!important;border-color:#c6076b!important;}


._style_28zWyA{-webkit-transform:translate(0,4px)!important;-ms-transform:translate(0,4px)!important;-webkit-transition:all 400ms ease!important;margin-top:-10px!important;margin-left:32px!important;display:inline-block!important;transform:translate(0,4px)!important;transition:all 400ms ease!important;}
._style_3zaJwR{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:36px!important;letter-spacing:-.02em!important;line-height:1.22222!important;margin-bottom:24px!important;}

._style_2MBZ4k{margin-bottom:0!important;}
h1,h2,h4,p{margin:0;padding:0;}
h1,h2,h4,p{margin-bottom:2.28571rem;}

@media only screen and (max-width:767px){h1{font-size:28px;font-size:2rem;line-height:1.28571;}h2{font-size:24px;font-size:1.71429rem;line-height:1.33333;}h4{font-size:18px;font-size:1.28571rem;line-height:1.33333;}}

@media only screen and (min-width:768px) and (max-width:1024px){h1{font-size:36px;font-size:2.57143rem;line-height:1.33333;}h2{font-size:28px;font-size:2rem;line-height:1.28571;}h4{font-size:20px;font-size:1.42857rem;line-height:1.4;}}

@media only screen and (min-width:1025px) and (max-width:1280px){h1{font-size:36px;font-size:2.57143rem;line-height:1.33333;}h2{font-size:28px;font-size:2rem;line-height:1.28571;}h4{font-size:20px;font-size:1.42857rem;line-height:1.4;}}


@media only screen and (max-width:767px){.layout{margin-left:-10px;}.layout>.layout__item{padding-left:10px;}}

@media only screen and (min-width:768px) and (max-width:1024px){.layout{margin-left:-20px;}.layout>.layout__item{padding-left:20px;}}

@media only screen and (min-width:1025px) and (max-width:1280px){.layout{margin-left:-30px;}.layout>.layout__item{padding-left:30px;}}

@media only screen and (min-width:1281px){.layout{margin-left:-30px;}.layout>.layout__item{padding-left:30px;}}


@media only screen and (max-width:767px){.gutter{padding:0 30px;}.pull-app-gutter--sides{margin-left:-30px;}.pull-app-gutter--sides{margin-right:-30px;}}

@media only screen and (min-width:768px) and (max-width:1024px){.gutter{padding:0 60px;}.pull-app-gutter--sides{margin-left:-60px;}.pull-app-gutter--sides{margin-right:-60px;}}

@media only screen and (min-width:1025px) and (max-width:1280px){.gutter{padding:0 80px;}.pull-app-gutter--sides{margin-left:-80px;}.pull-app-gutter--sides{margin-right:-80px;}.pull-app-gutter--sides{margin-left:-80px;margin-right:-80px;}}


@media only screen and (max-width:374px){h1{font-size:24px;font-size:1.71429rem;line-height:1.16667;}}

h1,h2,h4{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400;}

@media only screen and (min-width:1025px) and (max-width:1280px){h1{font-size:36px;font-size:2.57143rem;line-height:1.44444;}h2{font-size:28px;font-size:2rem;line-height:1.42857;}h4{font-size:20px;font-size:1.42857rem;line-height:1.6;}}

@media only screen and (min-width:1025px) and (max-width:1280px){p{font-size:14px;font-size:1rem;line-height:1.71429;}}

@media only screen and (min-width:1281px){p{font-size:14px;font-size:1rem;line-height:1.71429;}}

.cmln__paragraph--legal{font-family:Roboto,Helvetica,sans-serif;}
.cmln__paragraph--legal{color:#6a6a6a;font-weight:500;font-size:10px;line-height:16px;}
._style_4aX1Qk{background-color:#f8f8f9!important;position:relative!important;}

._style_1cp0WB{padding-top:40px!important;padding-bottom:24px!important;}

@media only screen and (max-width:575px){._style_4aX1Qk{display:block!important;}}

._style_4wJp4e{fill:currentColor!important;}
._style_1fRwDe{padding-top:0!important;padding-right:103px!important;padding-bottom:0!important;padding-left:103px!important;}

._style_h0Pzx{width:58%!important;}

._style_4gXHCQ{width:42%!important;}
._style_2duufg{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/c1ba76ea-3e0b-4d24-86b3-202a2c60a9da/desk.jpg)!important;background-size:cover!important;background-position:center center!important;width:100%!important;height:100%!important;}

@media only screen and (min-width:769px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:769px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:769px) and (min-device-pixel-ratio:2),only screen and (min-width:769px) and (min-resolution:192dpi),only screen and (min-width:769px) and (min-resolution:2dppx){._style_2duufg{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/c1ba76ea-3e0b-4d24-86b3-202a2c60a9da/desk2x.jpg)!important;}}

@media only screen and (max-width:575px){._style_2duufg{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/c1ba76ea-3e0b-4d24-86b3-202a2c60a9da/palm.jpg)!important;height:260px!important;}}

@media only screen and (max-width:575px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:575px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:575px) and (min-device-pixel-ratio:2),only screen and (max-width:575px) and (min-resolution:192dpi),only screen and (max-width:575px) and (min-resolution:2dppx){._style_2duufg{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/c1ba76ea-3e0b-4d24-86b3-202a2c60a9da/palm2x.jpg)!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_2duufg{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/c1ba76ea-3e0b-4d24-86b3-202a2c60a9da/tablet.jpg)!important;height:320px!important;}}

@media only screen and (max-width:768px) and (min-width:575px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:768px) and (min-width:575px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:768px) and (min-width:575px) and (min-device-pixel-ratio:2),only screen and (max-width:768px) and (min-width:575px) and (min-resolution:192dpi),only screen and (max-width:768px) and (min-width:575px) and (min-resolution:2dppx){._style_2duufg{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/c1ba76ea-3e0b-4d24-86b3-202a2c60a9da/tablet2x.jpg)!important;}}

._style_HHcgA{padding-bottom:12px!important;}
._style_494Obg{position:relative!important;background-color:#ffffff!important;}
._style_2NjwKt{padding-right:0!important;padding-left:145px!important;}

._style_44Tdeg{color:#dc0a79!important;margin:0!important;padding-right:20px!important;padding-top:11px!important;padding-bottom:11px!important;background-color:transparent!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;border-color:transparent!important;border-radius:0!important;border-style:solid!important;border-width:2px!important;padding-left:20px!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;line-height:18px!important;outline:none!important;overflow:visible!important;position:relative!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;padding:0!important;border-left-width:0!important;margin-bottom:16px!important;}
._style_44Tdeg:hover{background-color:transparent!important;border-color:transparent!important;color:#c6076b!important;text-decoration:none!important;border-left-width:0!important;}
._style_44Tdeg:focus{background-color:transparent!important;border-color:transparent!important;color:#c6076b!important;text-decoration:none!important;border-left-width:0!important;}
._style_44Tdeg:active{background-color:transparent!important;border-color:transparent!important;color:#c6076b!important;text-decoration:none!important;border-left-width:0!important;}
._style_UttdR{width:100%!important;margin-bottom:56px!important;}
._style_4ykyzI{margin-bottom:-56px!important;}

/* Block Grey */
._style_3ye16P{padding-right:145px!important;padding-left:145px!important;background-color:#f8f8f9!important;color:#000000!important;}
@media only screen and (max-width:1560px) and (min-width:1281px){._style_3ye16P{padding-right:9.3vw!important;padding-left:9.3vw!important;}}
@media only screen and (max-width:1280px) and (min-width:1025px){._style_3ye16P{padding-right:6.25vw!important;padding-left:6.25vw!important;}}
@media only screen and (max-width:1024px){._style_3ye16P{padding-right:0!important;padding-left:0!important;}}

._style_MPrPp{width:100%!important;}

._style_1YSqxy{width:33%!important;margin-bottom:56px!important;}

._style_4aE1JG{width:33%!important;}

._style_46i2TE{margin-top:6px!important;}

._style_2zuspE{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;width:100%!important;height:450px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_2zuspE{height:410px!important;}}

._style_2XpHEy{margin-bottom:24px!important;}
._style_jkV2i{position:absolute!important;left:145px!important;top:-166px!important;z-index:30!important;}


._style_LquIg{-webkit-transition:all 400ms ease!important;margin-left:12px!important;display:inline-block!important;transition:all 400ms ease!important;}
._style_w3DaW{-webkit-transform:translate(0,4px)!important;-ms-transform:translate(0,4px)!important;transform:translate(0,4px)!important;}
._style_12KMB8{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:44px!important;line-height:60px!important;letter-spacing:-.03em!important;margin:0!important;}

._style_3UDPCN{margin-bottom:16px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;padding:0px!important;margin-top:0px!important;}

._style_1MpxK1{margin-bottom:32px!important;}
._style_1Vr2Vl{margin-bottom:12px!important;}
._style_3i9euD{display:inline-block!important;padding-left:30px!important;position:relative!important;vertical-align:top!important;width:33%!important;}

._style_1v0F3{padding-bottom:24px!important;}
._style_sVJx{padding-bottom:40px!important;}
._style_1bTCU7{width:100%!important;}

._style_1Y1wLy{line-height:28px!important;background-color:#f8f8f9!important;border-color:#d6d6d5!important;border-style:solid!important;border-radius:49%!important;color:#c0c0c0!important;height:32px!important;border-width:2px!important;position:relative!important;text-align:center!important;top:-2px!important;width:32px!important;z-index:20!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_1Y1wLy{border-width:2px!important;}}

@media only screen and (max-width:575px){._style_1Y1wLy{border-width:2px!important;}}


._style_3RHN66{height:88px!important;width:88px!important;}
._style_3jpoOU{width:60%!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_3jpoOU{width:100%!important;}}

@media only screen and (max-width:575px){._style_3jpoOU{width:100%!important;}}

._style_3SyGe1{top:0!important;background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/0773029d-966c-4dff-a9a2-fb05a5d181dd/desk.jpg)!important;position:absolute!important;width:40%!important;height:100%!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important;right:0!important;}

@media only screen and (max-width:575px){._style_3SyGe1{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/0773029d-966c-4dff-a9a2-fb05a5d181dd/palm.jpg)!important;height:62.5vw!important;position:relative!important;width:100%!important;}}

@media only screen and (max-width:575px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:575px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:575px) and (min-device-pixel-ratio:2),only screen and (max-width:575px) and (min-resolution:192dpi),only screen and (max-width:575px) and (min-resolution:2dppx){._style_3SyGe1{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/0773029d-966c-4dff-a9a2-fb05a5d181dd/palm2x.jpg)!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3SyGe1{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/0773029d-966c-4dff-a9a2-fb05a5d181dd/tablet.jpg)!important;height:350px!important;position:relative!important;width:100%!important;}}

@media only screen and (max-width:768px) and (min-width:575px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:768px) and (min-width:575px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:768px) and (min-width:575px) and (min-device-pixel-ratio:2),only screen and (max-width:768px) and (min-width:575px) and (min-resolution:192dpi),only screen and (max-width:768px) and (min-width:575px) and (min-resolution:2dppx){._style_3SyGe1{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/0773029d-966c-4dff-a9a2-fb05a5d181dd/tablet2x.jpg)!important;}}

@media only screen and (min-width:769px) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:769px) and (min--moz-device-pixel-ratio:2),only screen and (min-width:769px) and (min-device-pixel-ratio:2),only screen and (min-width:769px) and (min-resolution:192dpi),only screen and (min-width:769px) and (min-resolution:2dppx){._style_3SyGe1{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/chameleon-assets/v1.0.0/0773029d-966c-4dff-a9a2-fb05a5d181dd/desk2x.jpg)!important;}}

._style_23dQ2a{background-color:#ffffff!important;position:relative!important;overflow:hidden!important;color:black!important;}


@media only screen and (min-width:576px) and (max-width:768px){._style_1EaATE{width:60%!important;}}

@media only screen and (max-width:768px){._style_1EaATE{margin-bottom:26px!important;}}

@media only screen and (max-width:768px){._style_2AtI1L{width:100%!important;}}

@media only screen and (min-width:1025px){._style_3Dm3g5{width:87.5%!important;padding-top:10px;}}
@media only screen and (max-width:768px){._style_3Dm3g5{padding-left:15px;padding-right:15px;padding-bottom:15px;padding-top:0px;}}

._style_2LFHGc{padding-right:145px!important;padding-left:145px!important;background-color:#ffffff!important;}

._style_3HJoRO{-webkit-transition:all 400ms ease!important;transition:all 400ms ease!important;margin-left:12px!important;display:inline-block!important;}
._style_1GjK99{-webkit-transform:translate(0,2.5px)!important;-ms-transform:translate(0,2.5px)!important;transform:translate(0,2.5px)!important;}
._style_3Xh5XD{display:inline-block!important;color:#dc0a79!important;font-weight:600!important;font-size:14px!important;text-decoration:none!important;padding:0!important;border-radius:0px!important;border:2px solid transparent!important;text-transform:uppercase!important;outline:none!important;line-height:18px!important;position:relative!important;font-family:Roboto,Helvetica,sans-serif!important;vertical-align:middle!important;text-align:center!important;margin:0!important;cursor:pointer!important;overflow:visible!important;background-color:transparent!important;border-left-color:transparent!important;border-left-width:0!important;}
._style_3Xh5XD:hover{background-color:transparent!important;border-color:#0f8086!important;text-decoration:none!important;color:#c6076b!important;border:2px solid transparent!important;border-left-color:transparent!important;border-left-width:0!important;}
._style_3Xh5XD:focus{background-color:transparent!important;border-color:#0f8086!important;text-decoration:none!important;color:#c6076b!important;border:2px solid transparent!important;border-left-color:transparent!important;border-left-width:0!important;}
._style_3Xh5XD:active{background-color:transparent!important;border-color:#0f8086!important;text-decoration:none!important;color:#c6076b!important;border:2px solid transparent!important;border-left-color:transparent!important;border-left-width:0!important;}
._style_4vDxhh{width:49%!important;}

.illustration-secondary-fill{fill:#9EBB84!important;}
.cmln__heading--delta,.cmln__list,.cmln__paragraph{margin-bottom:16px;}
.cmln__list-item{margin-bottom:4px;}

._style_36Ag2K{background-size:cover!important;background-position:center center!important;width:100%!important;height:100%!important;}


@media only screen and (min-width:575px) and (max-width:768px){._style_h0Pzx{width:100%!important;}}

@media only screen and (max-width:575px){._style_h0Pzx{width:100%!important;}}

._style_37zZFb{position:absolute!important;bottom:0!important;top:0!important;width:42%!important;left:58%!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_37zZFb{width:100%!important;position:relative!important;bottom:auto!important;top:auto!important;left:auto!important;}}

@media only screen and (max-width:575px){._style_37zZFb{width:100%!important;position:relative!important;bottom:auto!important;top:auto!important;left:auto!important;}}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_2NjwKt{padding-right:0!important;padding-left:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_2NjwKt{padding-right:0!important;padding-left:6.25vw!important;}}

@media only screen and (max-width:1024px){._style_2NjwKt{padding-right:0!important;padding-left:0!important;}}

._style_3aVw12{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:18px!important;line-height:1.778!important;margin-bottom:16px!important;}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_3aVw12{font-size:16px!important;line-height:1.75!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3aVw12{font-size:16px!important;line-height:1.75!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3aVw12{font-size:14px!important;line-height:1.75!important;}}

@media only screen and (max-width:575px){._style_3aVw12{font-size:14px!important;line-height:1.75!important;}}

._style_PXa3t{border-width:2px!important;margin:0!important;padding-right:20px!important;padding-top:11px!important;padding-bottom:11px!important;background-color:#dc0a79!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;border-color:#dc0a79!important;border-radius:0!important;border-style:solid!important;padding-left:20px!important;color:#ffffff!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;line-height:18px!important;outline:none!important;overflow:visible!important;position:relative!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;margin-bottom:16px!important;}
._style_PXa3t:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_PXa3t:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_PXa3t:active{background-color:#c6076b!important;border-color:#c6076b!important;}

._style_3ZBSIh{width:100%!important;}

._style_2S02WF{width:91.67%!important;}

._style_3IMwtk{margin-left:-30px!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_3IMwtk{margin-left:0!important;}}

@media only screen and (max-width:575px){._style_3IMwtk{margin-left:0!important;}}

._style_4jP3Mu{width:100%!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_4jP3Mu{width:10%!important;}}

@media only screen and (max-width:575px){._style_4jP3Mu{width:16.67%!important;}}


@media only screen and (min-width:575px) and (max-width:768px){._style_3i9euD{width:100%!important;padding-left:0!important;}}

@media only screen and (max-width:575px){._style_3i9euD{width:100%!important;padding-left:0!important;}}

._style_3nW6zn{padding-bottom:24px!important;}
._style_3nW6zn:after{z-index:10!important;position:absolute!important;content:''!important;height:2px!important;background-color:#d6d6d5!important;top:14px!important;width:100%!important;left:30px!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_3nW6zn:after{left:16px!important;top:14px!important;width:2px!important;height:100%!important;}}

@media only screen and (max-width:575px){._style_3nW6zn:after{left:16px!important;top:14px!important;width:2px!important;height:100%!important;}}


@media only screen and (min-width:575px) and (max-width:768px){._style_1bTCU7{width:90%!important;}}

@media only screen and (max-width:575px){._style_1bTCU7{width:83.33%!important;}}

._style_41IcSp{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:24px!important;line-height:32px!important;margin-bottom:16px!important;}

@media only screen and (max-width:575px){._style_41IcSp{font-size:18px!important;line-height:24px!important;}}

@media only screen and (min-width:576px) and (max-width:768px){._style_41IcSp{font-size:20px!important;line-height:28px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_41IcSp{font-size:20px!important;line-height:28px!important;}}

._style_46VFZ1{line-height:28px!important;background-color:#ffffff!important;border-color:#d6d6d5!important;border-style:solid!important;border-radius:49%!important;color:#c0c0c0!important;height:32px!important;border-width:2px!important;position:relative!important;text-align:center!important;top:-2px!important;width:32px!important;z-index:20!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_46VFZ1{border-width:2px!important;}}

@media only screen and (max-width:575px){._style_46VFZ1{border-width:2px!important;}}


@media only screen and (min-width:575px){._style_MPrPp{padding-left:152px!important;}}

._style_UqRVV{width:100%!important;}

@media only screen and (min-width:575px){._style_UqRVV{width:120px!important;position:absolute!important;left:0!important;}}

._style_1szug{margin-bottom:-16px!important;width:66.67%!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_1szug{width:100%!important;}}

@media only screen and (max-width:575px){._style_1szug{width:100%!important;}}

._style_yxfK7{width:49%!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_yxfK7{width:100%!important;}}

@media only screen and (max-width:575px){._style_yxfK7{width:100%!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3Hh1QH{padding-bottom:24px!important;}}

@media only screen and (max-width:575px){._style_3Hh1QH{padding-bottom:24px!important;}}

._style_ZJW1y{font-family:Roboto,Helvetica,sans-serif!important;font-weight:200!important;color:#494949!important;font-size:23px!important;letter-spacing:-.02em!important;line-height:1!important;margin-bottom:12px!important;}

@media only screen and (min-width:769px) and (max-width:1280px){._style_ZJW1y{font-size:19px!important;margin-bottom:10px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_ZJW1y{font-size:16px!important;margin-bottom:8px!important;}}

@media only screen and (max-width:575px){._style_ZJW1y{font-size:16px!important;margin-bottom:8px!important;}}

._style_1dQHhh{-webkit-flex:0 0 49%!important;-ms-flex:0 0 49%!important;flex:0 0 49%!important;}

@media only screen and (max-width:575px){._style_1dQHhh{-webkit-flex:0 0 100%!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;}}

._style_MPIkY{-webkit-align-items:stretch!important;-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;-ms-flex-align:stretch!important;-webkit-box-align:stretch!important;-webkit-box-lines:multiple!important;align-items:stretch!important;flex-wrap:wrap!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}
._style_oy0Nh{padding-bottom:8px!important;}

@media only screen and (max-width:575px){._style_oy0Nh{padding-bottom:0!important;}}

._style_3KXHVR{padding-bottom:32px!important;padding-left:32px!important;height:100%!important;width:100%!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3KXHVR{padding-bottom:24px!important;padding-left:24px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3KXHVR{padding-bottom:24px!important;padding-left:24px!important;}}

@media only screen and (max-width:575px){._style_3KXHVR{padding-bottom:24px!important;padding-left:24px!important;}}

._style_3t2KCZ{margin-left:-32px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3t2KCZ{margin-left:-24px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3t2KCZ{margin-left:-24px!important;}}

@media only screen and (max-width:575px){._style_3t2KCZ{margin-left:-24px!important;}}

._style_4Fi2zD{padding-top:80px!important;padding-right:103px!important;padding-bottom:56px!important;padding-left:103px!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_4Fi2zD{padding-top:80px!important;padding-right:6.6vw!important;padding-bottom:56px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_4Fi2zD{padding-top:74px!important;padding-right:6.6vw!important;padding-bottom:50px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_4Fi2zD{padding-top:72px!important;padding-right:6.6vw!important;padding-bottom:48px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_4Fi2zD{padding-top:52px!important;padding-right:48px!important;padding-bottom:28px!important;padding-left:48px!important;}}

@media only screen and (max-width:575px){._style_4Fi2zD{padding-top:40px!important;padding-right:24px!important;padding-bottom:16px!important;padding-left:24px!important;}}

._style_2CTLL5{-webkit-transition:all 400ms ease!important;padding:32px!important;border:1px solid #c6c6c6!important;width:100%!important;height:100%!important;transition:all 400ms ease!important;}
._style_2CTLL5:hover{background-color:rgba(0,0,0,0.02)!important;cursor:pointer!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_2CTLL5{padding:24px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_2CTLL5{padding:24px!important;}}

@media only screen and (max-width:575px){._style_2CTLL5{padding:24px!important;}}


@media only screen and (min-width:1281px){._style_3UDPCN{font-size:24px!important;line-height:32px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_3UDPCN{font-size:20px!important;line-height:28px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3UDPCN{font-size:20px!important;line-height:28px!important;}}

@media only screen and (max-width:575px){._style_3UDPCN{font-size:18px!important;line-height:24px!important;}}

._style_10pOeZ{bottom:0!important;height:100%!important;position:absolute!important;right:0!important;width:100%!important;}
._style_vSgD5{line-height:44px!important;font-family:Roboto,Helvetica,sans-serif!important;color:#fff!important;letter-spacing:-.02em!important;position:relative!important;font-size:36px!important;font-weight:400!important;margin-bottom:32px!important;}

._style_syRoi{margin-bottom:24px!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_syRoi{margin-bottom:16px!important;}}

@media only screen and (max-width:575px){._style_syRoi{margin-bottom:16px!important;}}

._style_R83rO{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:36px!important;line-height:44px!important;margin:0!important;}

@media only screen and (max-width:575px){._style_R83rO{font-size:20px!important;line-height:28px!important;}}

@media only screen and (min-width:576px) and (max-width:768px){._style_R83rO{font-size:24px!important;line-height:32px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_R83rO{font-size:24px!important;line-height:32px!important;}}

._style_3jexwW{font-family:Roboto,Helvetica,sans-serif!important;font-weight:200!important;font-size:36px!important;line-height:44px!important;margin:0!important;}

@media only screen and (max-width:575px){._style_3jexwW{font-size:20px!important;line-height:28px!important;}}

@media only screen and (min-width:576px) and (max-width:768px){._style_3jexwW{font-size:24px!important;line-height:32px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_3jexwW{font-size:24px!important;line-height:32px!important;}}

/* Block White */
._style_34KYWo{padding-right:145px!important;padding-left:145px!important;background-color:#ffffff!important;color:#000000!important;}
@media only screen and (max-width:1560px) and (min-width:1281px){._style_34KYWo{padding-right:9.3vw!important;padding-left:9.3vw!important;}}
@media only screen and (max-width:1280px) and (min-width:1025px){._style_34KYWo{padding-right:6.25vw!important;padding-left:6.25vw!important;}}
@media only screen and (max-width:1024px){._style_34KYWo{padding-right:0!important;padding-left:0!important;}}

._style_9SByb{width:10%!important;}

._style_4jfdOQ{position:relative!important;margin-bottom:52px!important;}
@media only screen and (min-width:575px) and (max-width:768px){._style_4jfdOQ{margin-bottom:20px!important;}}
@media only screen and (max-width:575px){._style_4jfdOQ{margin-bottom:20px!important;}}

._style_2HgzaF{border-bottom:1px solid #d6d6d5!important;cursor:pointer!important;margin-bottom:0!important;padding-bottom:18px!important;padding-left:10px!important;padding-right:10px!important;padding-top:18px!important;}
._style_2HgzaF:hover{background-color:rgba(0,0,0,0.02)!important;}
@media only screen and (min-width:575px) and (max-width:768px){._style_2HgzaF{padding-bottom:14px!important;padding-top:14px!important;}}
@media only screen and (max-width:575px){._style_2HgzaF{padding-bottom:14px!important;padding-top:14px!important;}}

._style_2DKX1v{text-align:right!important;}

._style_4pIkRo{padding-left:103px!important;padding-right:103px!important;}
@media only screen and (max-width:1560px) and (min-width:1281px){._style_4pIkRo{padding-left:6.6vw!important;padding-right:6.6vw!important;}}
@media only screen and (max-width:1280px) and (min-width:1025px){._style_4pIkRo{padding-left:6.6vw!important;padding-right:6.6vw!important;}}
@media only screen and (max-width:1024px) and (min-width:769px){._style_4pIkRo{padding-left:6.6vw!important;padding-right:6.6vw!important;}}
@media only screen and (max-width:768px){._style_4pIkRo{padding-left:0!important;padding-right:0!important;}}

._style_29oZwm{color:#dc0a79!important;font-size:17px!important;display:inline-block!important;}

._style_2IsXou{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;margin:0!important;}

._style_2qSFPx{margin-top:40px!important;border-top:1px solid #d6d6d5!important;list-style:none!important;margin-left:0!important;margin-bottom:0!important;}
@media only screen and (max-width:575px){._style_2qSFPx{margin-top:10.67px!important;}}

._style_1CTOyi{width:80%!important;}
@media only screen and (max-width:575px){._style_1CTOyi{width:90%!important;}}

._style_3LZl4D{-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0.4s,transform 0.2s cubic-bezier(0.42,0,1,1) 0.4s!important;width:20px!important;height:20px!important;position:relative!important;transform:rotate(45deg)!important;transition:-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0.4s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0.4s,transform 0.2s cubic-bezier(0.42,0,1,1) 0.4s!important;}
._style_2qgN6X{-webkit-transform:translateY(0px)!important;-ms-transform:translateY(0px)!important;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;transform:translateY(0px)!important;position:absolute!important;top:9px!important;left:0!important;transition:-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;}
._style_16mBlt{-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;position:absolute!important;top:9px!important;left:0!important;transition:-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;}
._style_1nX220{-webkit-transform:rotate(90deg)!important;-ms-transform:rotate(90deg)!important;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s,transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s!important;transform:rotate(90deg)!important;transition:-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s,transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s!important;background-color:black!important;height:2px!important;width:20px!important;}
._style_3hzhVq{background-color:black!important;height:2px!important;width:20px!important;}
._style_1SUL4j{background-color:#f8f8f9!important;border-bottom:2px solid #F1F1F1!important;border-top:2px solid #F1F1F1!important;display:none!important;padding:8px 20px!important;position:relative!important;}

._style_yZn95{font-size:14px!important;margin-bottom:6px!important;text-transform:uppercase!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;}
._style_kYMs2{font-size:10px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;}
._style_2npBCd{color:#dc0a79!important;font-size:14px!important;line-height:1!important;margin-top:-7px!important;position:absolute!important;text-transform:uppercase!important;top:49%!important;right:24px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;}

._style_3Hdqj8{color:#000000!important;height:60px!important;line-height:60px!important;margin-top:-4px!important;display:block!important;font-size:16px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;}

._style_6TpIw{line-height:20px!important;letter-spacing:-0.005em!important;margin-bottom:0!important;font-size:16px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;padding:0px!important;margin-top:0px!important;}

._style_3Uzmlc{color:#000000!important;text-transform:uppercase!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;}
._style_3Uzmlc:hover{color:#dc0a79!important;}
._style_3Uzmlc:focus{color:#dc0a79!important;}
._style_3Uzmlc:active{color:#dc0a79!important;}
._style_30FFBp{-webkit-transform:translateY(3px)!important;-ms-transform:translateY(3px)!important;transform:translateY(3px)!important;margin-right:12px!important;}
._style_2f192X{line-height:1.0!important;padding-top:16px!important;padding-bottom:16px!important;}
._style_1l7iHD{-webkit-transform:translateY(3px)!important;-ms-transform:translateY(3px)!important;display:inline-block!important;transform:translateY(3px)!important;margin-left:12px!important;}
._style_EcSkz{-moz-box-sizing:border-box!important;box-sizing:border-box!important;margin-bottom:0!important;margin-right:0!important;margin-left:-24px!important;margin-top:0!important;direction:ltr!important;text-align:left!important;padding:0!important;}

._style_3tYfvu{-webkit-transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,visibility 0s linear 0.6000000000000001s!important;opacity:0!important;transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,visibility 0s linear 0.6000000000000001s!important;visibility:hidden!important;}
._style_2aQAPp{-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;transition:-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;}

@media only screen and (max-width:768px){._style_2aQAPp{-webkit-transform:translateX(0px)!important;-ms-transform:translateX(0px)!important;-webkit-transition:none!important;transform:translateX(0px)!important;transition:none!important;}}

@media only screen and (max-width:768px){._style_1bmdh2{display:block!important;}}

._style_1iAspS{-webkit-transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,visibility 0s linear 0.6000000000000001s!important;opacity:0!important;transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,visibility 0s linear 0.6000000000000001s!important;visibility:hidden!important;}

@media only screen and (max-width:768px){._style_1iAspS{display:none!important;}}

._style_3CzhLn{height:60px!important;border-bottom:1px solid #e5e5e4!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}
._style_3jv7du{-webkit-transition:-webkit-transform 0s cubic-bezier(0,0,0.58,1) 0.2s,transform 0s cubic-bezier(0,0,0.58,1) 0.2s!important;-webkit-transform:scaleY(1)!important;-ms-transform:scaleY(1)!important;-webkit-transform-origin:top!important;-ms-transform-origin:top!important;transform:scaleY(1)!important;transform-origin:top!important;transition:-ms-transform 0s cubic-bezier(0,0,0.58,1) 0.2s,-webkit-transform 0s cubic-bezier(0,0,0.58,1) 0.2s,transform 0s cubic-bezier(0,0,0.58,1) 0.2s!important;top:60px!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;}

@media only screen and (max-width:768px) and (min-width:576px){._style_3jv7du{top:60px!important;}}

@media only screen and (max-width:575px){._style_3jv7du{top:60px!important;}}

@media only screen and (max-width:768px){._style_3jv7du{-webkit-transition:-webkit-transform 0.2s   cubic-bezier(0,0,0.58,1) 0.2s,transform 0.2s   cubic-bezier(0,0,0.58,1) 0.2s!important;transition:-ms-transform 0.2s   cubic-bezier(0,0,0.58,1) 0.2s,-webkit-transform 0.2s   cubic-bezier(0,0,0.58,1) 0.2s,transform 0.2s   cubic-bezier(0,0,0.58,1) 0.2s!important;}}

._style_vostw{-ms-transform:translateY(0)!important;-webkit-transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;-webkit-transform:translateY(0)!important;padding-bottom:32px!important;transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;opacity:1!important;overflow-y:auto!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:14px!important;padding-top:32px!important;transform:translateY(0)!important;}

@media only screen and (max-width:768px){._style_vostw{-webkit-transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0s cubic-bezier(0,0,0.58,1) 0.4s,transform 0s cubic-bezier(0,0,0.58,1) 0.4s!important;transition:opacity 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-ms-transform 0s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0s cubic-bezier(0,0,0.58,1) 0.4s,transform 0s cubic-bezier(0,0,0.58,1) 0.4s!important;}}



@media only screen and (max-width:575px){._style_3jZond{display:block!important;}}

._style_QvJWG{background-color:#ffffff!important;margin:0 auto!important;max-width:1560px!important;padding-top:60px!important;}
._style_16HNh4{height:44px!important;}
._style_3DBFM2{color:#000000!important;font-size:24px!important;line-height:32px!important;margin-bottom:24px!important;}
._style_1p5Tam{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;-webkit-box-lines:nowrap!important;flex-wrap:nowrap!important;position:relative!important;margin-bottom:24px!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}
._style_3lbA48{font-size:14px!important;margin-bottom:0!important;max-width:504px!important;}
._style_1l43LL{max-width:720px!important;padding-top:24px!important;padding-bottom:24px!important;position:relative!important;width:100%!important;}
._style_205mMq{font-weight:600!important;cursor:pointer!important;z-index:1!important;top:20px!important;right:145px!important;margin:0 0 0 auto!important;line-height:1em!important;padding:1px!important;position:absolute!important;color:#1c1b1b!important;text-transform:uppercase!important;}

._style_4v44J3{-webkit-transition:all 400ms ease!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;border-width:2px!important;border-style:solid!important;text-decoration:none!important;display:inline-block!important;vertical-align:middle!important;text-align:center!important;margin:0!important;background-color:#dc0a79!important;overflow:visible!important;border-radius:0px!important;text-transform:uppercase!important;line-height:0px!important;outline:none!important;position:relative!important;transition:all 400ms ease!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;font-size:14px!important;padding:13px!important;border-color:#dc0a79!important;cursor:pointer!important;}
._style_4v44J3:hover{background-color:#c6076b!important;}
._style_4v44J3:focus{background-color:#c6076b!important;}
._style_4v44J3:active{background-color:#c6076b!important;}
._style_26XEsq{color:#FFFFFF!important;fill:currentColor!important;}

@media only screen and (max-width:575px){._style_1SUL4j{display:block!important;}}

._style_1aI2j0{height:48px!important;}
._style_4oGfO9{color:#939393!important;left:20px!important;margin-top:-8px!important;position:absolute!important;top:49%!important;}
._style_u5qkq{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/uber-com/1.3.6/d1a3f4spazzrp4.cloudfront.net/images/common/app-icon-rider-c4f46c9bd7.png)!important;background-size:100%!important;display:inline-block!important;height:48px!important;margin-left:24px!important;width:48px!important;}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){._style_u5qkq{background-image:url(https://d1a3f4spazzrp4.cloudfront.net/uber-com/1.3.6/d1a3f4spazzrp4.cloudfront.net/images/common/app-icon-rider@2x-0bf23b1cda.png)!important;}}


@media only screen and (max-width:768px){._style_4AsDBA{width:auto!important;}}

@media only screen and (max-width:575px){._style_4AsDBA{padding-left:5px!important;padding-right:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}}


@media only screen and (max-width:768px) and (min-width:576px){._style_PbPvN{top:0px!important;}}

@media only screen and (max-width:575px){._style_PbPvN{top:0px!important;}}



@media only screen and (max-width:768px){._style_1DpYnF{-webkit-transform:translateX(0px)!important;-ms-transform:translateX(0px)!important;-webkit-transition:none!important;transform:translateX(0px)!important;transition:none!important;}}


@media only screen and (max-width:768px){._style_2om04a{display:block!important;}}


@media only screen and (max-width:1024px){._style_sCxac{margin-left:18px!important;}}




@media only screen and (max-width:575px){._style_2A5F76{padding-left:16px!important;}}

._style_3jefWi{-webkit-transform:rotate(0deg)!important;-ms-transform:rotate(0deg)!important;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0s,transform 0.2s cubic-bezier(0,0,0.58,1) 0s!important;width:20px!important;height:20px!important;position:relative!important;transform:rotate(0deg)!important;transition:-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0s,transform 0.2s cubic-bezier(0,0,0.58,1) 0s!important;}
._style_1iGbRV{-webkit-transform:translateY(-5px)!important;-ms-transform:translateY(-5px)!important;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;transform:translateY(-5px)!important;position:absolute!important;top:9px!important;left:0!important;transition:-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;}
._style_4eg2rR{-webkit-transition:-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;position:absolute!important;top:9px!important;left:0!important;transition:-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;}
._style_3AFpNc{-webkit-transform:translateY(5px)!important;-ms-transform:translateY(5px)!important;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;transform:translateY(5px)!important;position:absolute!important;top:9px!important;left:0!important;transition:-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.4s!important;}
._style_1VXCWP{-webkit-transform:rotate(0deg)!important;-ms-transform:rotate(0deg)!important;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s!important;transform:rotate(0deg)!important;transition:-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s!important;background-color:black!important;height:2px!important;width:20px!important;}
._style_2xq251{-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s,transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s!important;-webkit-transform:scaleY(0)!important;-ms-transform:scaleY(0)!important;-webkit-transform-origin:top!important;-ms-transform-origin:top!important;transform:scaleY(0)!important;transform-origin:top!important;transition:-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s,transform 0.2s cubic-bezier(0.42,0,1,1) 0.2s!important;top:60px!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;}

@media only screen and (max-width:768px) and (min-width:576px){._style_2xq251{top:60px!important;}}

@media only screen and (max-width:575px){._style_2xq251{top:60px!important;}}

@media only screen and (max-width:768px){._style_2xq251{-webkit-transition:-webkit-transform 0s cubic-bezier(0.42,0,1,1) 0.4s,transform 0s cubic-bezier(0.42,0,1,1) 0.4s!important;transition:-ms-transform 0s cubic-bezier(0.42,0,1,1) 0.4s,-webkit-transform 0s cubic-bezier(0.42,0,1,1) 0.4s,transform 0s cubic-bezier(0.42,0,1,1) 0.4s!important;}}

._style_4BPFJ1{background-color:#ffffff!important;max-width:1560px!important;margin:0 auto!important;position:relative!important;height:100%!important;overflow-y:auto!important;}

@media only screen and (max-width:768px){._style_4BPFJ1{overflow-y:scroll!important;-webkit-overflow-scrolling:touch!important;}}

._style_1TC7Ps{-ms-transform:translateY(100px)!important;-webkit-transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;-webkit-transform:translateY(100px)!important;padding-bottom:32px!important;transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;opacity:0!important;overflow-y:auto!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:14px!important;padding-top:32px!important;transform:translateY(100px)!important;}

@media only screen and (max-width:768px){._style_1TC7Ps{-webkit-transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;transition:opacity 0.2s cubic-bezier(0.42,0,1,1) 0s,-ms-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,-webkit-transform 0.2s cubic-bezier(0.42,0,1,1) 0s,transform 0.2s cubic-bezier(0.42,0,1,1) 0s!important;}}


@media only screen and (max-width:1560px) and (min-width:1281px){._style_1fRwDe{padding-top:0!important;padding-right:6.6vw!important;padding-bottom:0!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_1fRwDe{padding-top:0!important;padding-right:6.6vw!important;padding-bottom:0!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_1fRwDe{padding-top:0!important;padding-right:6.6vw!important;padding-bottom:0!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_1fRwDe{padding-top:0!important;padding-right:48px!important;padding-bottom:0!important;padding-left:48px!important;}}

@media only screen and (max-width:575px){._style_1fRwDe{padding-top:0!important;padding-right:24px!important;padding-bottom:0!important;padding-left:24px!important;}}

._style_3ZWbRB{-moz-box-sizing:border-box!important;box-sizing:border-box!important;margin-bottom:0!important;margin-right:0!important;margin-left:-24px!important;margin-top:-32px!important;direction:ltr!important;text-align:left!important;padding:0!important;}

@media only screen and (min-width:1281px){._style_3ZWbRB{margin-left:-40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_3ZWbRB{margin-left:-32px!important;}}

._style_3YC6q7{-moz-box-sizing:border-box!important;box-sizing:border-box!important;width:49%!important;margin:0!important;padding-top:32px!important;padding-bottom:0!important;padding-right:0!important;padding-left:24px!important;display:inline-block!important;direction:ltr!important;text-align:left!important;vertical-align:top!important;}

@media only screen and (min-width:1281px){._style_3YC6q7{padding-left:40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_3YC6q7{padding-left:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3YC6q7{width:100%!important;}}

@media only screen and (max-width:575px){._style_3YC6q7{width:100%!important;}}

._style_xLfxc{display:none!important;}

@media only screen and (max-width:768px){._style_xLfxc{color:#c6c6c6!important;display:inline-block!important;float:right!important;padding-left:16px!important;}}

._style_21oTCt{color:#000000!important;}
._style_21oTCt:hover{color:#dc0a79!important;}
._style_21oTCt:focus{color:#dc0a79!important;}
._style_21oTCt:active{color:#dc0a79!important;}
._style_31RGeY{padding-top:16px!important;}

@media only screen and (max-width:768px){._style_31RGeY{padding-top:24px!important;}}

._style_3WtBKm{color:#000000!important;display:inline-block!important;}
._style_3uftU1{position:relative!important;}

@media only screen and (max-width:768px){._style_3uftU1{cursor:pointer!important;}}

._style_6TpIw{line-height:20px!important;letter-spacing:-0.005em!important;margin-bottom:0!important;font-size:16px!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;padding:0px!important;margin-top:0px!important;}

@media only screen and (max-width:768px){._style_3O2TtY{-webkit-transition:height 0.3s cubic-bezier(0,0,0.58,1) 0s!important;transition:height 0.3s cubic-bezier(0,0,0.58,1) 0s!important;height:0!important;overflow:hidden!important;}}

._style_2SK1zv{-moz-box-sizing:border-box!important;box-sizing:border-box!important;margin-bottom:0!important;margin-right:0!important;margin-left:-24px!important;padding:0!important;margin-top:0!important;text-align:left!important;direction:ltr!important;}

@media only screen and (min-width:1281px){._style_2SK1zv{margin-left:-40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_2SK1zv{margin-left:-32px!important;}}

@media only screen and (max-width:768px){._style_2SK1zv{margin-top:-24px!important;}}

._style_2gJSG2{-moz-box-sizing:border-box!important;box-sizing:border-box!important;width:49%!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:24px!important;display:inline-block!important;direction:ltr!important;text-align:left!important;vertical-align:top!important;}

@media only screen and (min-width:1281px){._style_2gJSG2{padding-left:40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_2gJSG2{padding-left:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_2gJSG2{width:100%!important;}}

@media only screen and (max-width:575px){._style_2gJSG2{width:100%!important;}}

@media only screen and (max-width:768px){._style_2gJSG2{padding-top:24px!important;}}

._style_1BcZgH{-moz-box-sizing:border-box!important;box-sizing:border-box!important;width:100%!important;margin:0!important;padding-top:32px!important;padding-bottom:0!important;padding-right:0!important;padding-left:24px!important;display:inline-block!important;direction:ltr!important;text-align:left!important;vertical-align:top!important;}

@media only screen and (min-width:1281px){._style_1BcZgH{padding-left:40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_1BcZgH{padding-left:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_1BcZgH{width:100%!important;}}

@media only screen and (max-width:575px){._style_1BcZgH{width:100%!important;}}

._style_4bumBK{-moz-box-sizing:border-box!important;box-sizing:border-box!important;width:24%!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:24px!important;display:inline-block!important;direction:ltr!important;text-align:left!important;vertical-align:top!important;}

@media only screen and (min-width:1281px){._style_4bumBK{padding-left:40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_4bumBK{padding-left:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_4bumBK{width:100%!important;}}

@media only screen and (max-width:575px){._style_4bumBK{width:100%!important;}}

@media only screen and (max-width:768px){._style_4bumBK{padding-top:24px!important;}}

._style_4fTbsV{margin-top:32px!important;}
._style_1PVYU0{border-top:1px solid #e5e5e4!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_2oqcgf{border-top:1px solid #e5e5e4!important;}}

@media only screen and (max-width:575px){._style_2oqcgf{border-top:1px solid #e5e5e4!important;}}

._style_3Uzmlc{color:#000000!important;text-transform:uppercase!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;}

@media only screen and (min-width:1281px){._style_EcSkz{margin-left:-40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_EcSkz{margin-left:-32px!important;}}

._style_bJmtY{-moz-box-sizing:border-box!important;box-sizing:border-box!important;width:49%!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:24px!important;display:inline-block!important;direction:ltr!important;text-align:left!important;vertical-align:top!important;}

@media only screen and (min-width:1281px){._style_bJmtY{padding-left:40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_bJmtY{padding-left:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_bJmtY{width:100%!important;}}

@media only screen and (max-width:575px){._style_bJmtY{width:100%!important;}}

._style_26k48m{-moz-box-sizing:border-box!important;box-sizing:border-box!important;width:100%!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:24px!important;display:inline-block!important;direction:ltr!important;text-align:left!important;vertical-align:top!important;}

@media only screen and (min-width:1281px){._style_26k48m{padding-left:40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_26k48m{padding-left:32px!important;}}

._style_A0RJ{color:black!important;}
._style_414tT0{padding-right:12px!important;}

@media only screen and (max-width:768px){._style_414tT0{padding-right:26px!important;}}

@media only screen and (max-width:1024px){._style_4le0P0{width:312px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_2hMsiC{padding-top:22px!important;padding-bottom:22px!important;}}

@media only screen and (max-width:575px){._style_2hMsiC{padding-top:20px!important;padding-bottom:20px!important;}}


@media only screen and (max-width:1280px) and (min-width:1025px){._style_12KMB8{font-size:36px!important;line-height:1.44444!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_12KMB8{font-size:36px!important;line-height:1.33333!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_12KMB8{font-size:26px!important;line-height:1.28571!important;}}

@media only screen and (max-width:575px){._style_12KMB8{font-size:26px!important;line-height:1.28571!important;}}

._style_3hjxI4{font-family:Roboto,Helvetica,sans-serif!important;font-weight:200!important;font-size:44px!important;line-height:60px!important;letter-spacing:-.03em!important;margin:0!important;}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_3hjxI4{font-size:36px!important;line-height:1.44444!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3hjxI4{font-size:36px!important;line-height:1.33333!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3hjxI4{font-size:26px!important;line-height:1.28571!important;}}

@media only screen and (max-width:575px){._style_3hjxI4{font-size:26px!important;line-height:1.28571!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_3GnrPv{padding:20px 16px 16px 20px!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3GnrPv{width:180px!important;height:180px!important;padding:20px 16px 16px 20px!important;}}

@media only screen and (max-width:768px){._style_3GnrPv{padding:16px 16px 4px!important;width:162px!important;height:162px!important;}}

._style_TvBQt{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;color:#ffffff!important;font-size:20px!important;line-height:1.4!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_TvBQt{font-size:16px!important;line-height:1.375!important;}}

@media only screen and (max-width:768px){._style_TvBQt{font-size:15px!important;line-height:1.3333!important;}}

._style_35FPJo{font-size:14px!important;font-family:Roboto,Helvetica,sans-serif!important;color:#ffffff!important;position:absolute!important;bottom:0!important;right:0!important;font-weight:600!important;text-transform:uppercase!important;padding:32px 20px 20px 32px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_35FPJo{padding:20px 16px 16px 20px!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_35FPJo{padding:20px 16px 16px 20px!important;}}

@media only screen and (max-width:768px){._style_35FPJo{padding:16px 16px 4px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_1YSqxy{width:100%!important;}}

@media only screen and (max-width:575px){._style_1YSqxy{width:100%!important;}}

._style_eeI8o{padding-top:80px!important;padding-right:103px!important;padding-bottom:80px!important;padding-left:103px!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_eeI8o{padding-top:80px!important;padding-right:6.6vw!important;padding-bottom:80px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_eeI8o{padding-top:74px!important;padding-right:6.6vw!important;padding-bottom:74px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_eeI8o{padding-top:72px!important;padding-right:6.6vw!important;padding-bottom:72px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_eeI8o{padding-top:52px!important;padding-right:48px!important;padding-bottom:52px!important;padding-left:48px!important;}}

@media only screen and (max-width:575px){._style_eeI8o{padding-top:40px!important;padding-right:24px!important;padding-bottom:40px!important;padding-left:24px!important;}}


@media only screen and (min-width:575px) and (max-width:768px){._style_3ZBSIh{padding-left:152px!important;}}

._style_2ehyHb{width:100%!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_2ehyHb{width:120px!important;position:absolute!important;left:0!important;}}

._style_31qDzC{margin-bottom:-16px!important;width:91.66%!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_31qDzC{width:100%!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_31qDzC{width:100%!important;}}

@media only screen and (max-width:575px){._style_31qDzC{width:100%!important;}}

._style_4okShP{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:24px!important;line-height:32px!important;margin-bottom:16px!important;}

@media only screen and (min-width:769px) and (max-width:1280px){._style_4okShP{font-size:20px!important;line-height:28px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_4okShP{font-size:18px!important;line-height:24px!important;}}

@media only screen and (max-width:575px){._style_4okShP{font-size:18px!important;line-height:24px!important;}}


@media only screen and (max-width:1560px) and (min-width:1281px){._style_2LFHGc{padding-right:9.3vw!important;padding-left:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_2LFHGc{padding-right:6.25vw!important;padding-left:6.25vw!important;}}

@media only screen and (max-width:1024px){._style_2LFHGc{padding-right:0!important;padding-left:0!important;}}


@media only screen and (min-width:769px) and (max-width:1280px){._style_3zaJwR{font-size:28px!important;line-height:40px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3zaJwR{font-size:22px!important;margin-bottom:16px!important;}}

@media only screen and (max-width:575px){._style_3zaJwR{font-size:22px!important;margin-bottom:16px!important;}}

._style_bsxwn{font-family:Roboto,Helvetica,sans-serif!important;font-weight:200!important;color:#3e3e3e!important;font-size:23px!important;letter-spacing:-.02em!important;line-height:1!important;margin-bottom:12px!important;}

@media only screen and (min-width:769px) and (max-width:1280px){._style_bsxwn{font-size:19px!important;margin-bottom:10px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_bsxwn{font-size:16px!important;margin-bottom:8px!important;}}

@media only screen and (max-width:575px){._style_bsxwn{font-size:16px!important;margin-bottom:8px!important;}}

._style_3Whs4B{padding-left:0!important;padding-right:0!important;padding-top:36px!important;padding-bottom:36px!important;width:49%!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3Whs4B{padding-top:18px!important;padding-bottom:18px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3Whs4B{padding-top:0!important;padding-bottom:0!important;width:auto!important;}}

@media only screen and (max-width:575px){._style_3Whs4B{padding-top:0!important;padding-bottom:0!important;width:auto!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_2BqpbG{padding-top:72px!important;padding-right:6.6vw!important;padding-bottom:72px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_2BqpbG{padding-top:80px!important;padding-right:6.6vw!important;padding-bottom:80px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_2BqpbG{padding-top:74px!important;padding-right:6.6vw!important;padding-bottom:74px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_2BqpbG{padding-top:52px!important;padding-right:48px!important;padding-bottom:52px!important;padding-left:48px!important;}}

@media only screen and (max-width:575px){._style_2BqpbG{position:absolute!important;bottom:0!important;padding-left:24px!important;padding-right:24px!important;padding-top:40px!important;padding-bottom:40px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_2BqpbG{position:absolute!important;bottom:0!important;padding-left:48px!important;padding-right:48px!important;padding-top:52px!important;padding-bottom:52px!important;}}

._style_4g7RB3{margin:0!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:36px!important;line-height:44px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_4g7RB3{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;font-size:24px!important;line-height:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_4g7RB3{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;font-size:24px!important;line-height:32px!important;}}

@media only screen and (max-width:575px){._style_4g7RB3{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;font-size:24px!important;line-height:32px!important;}}

._style_qs9H4{margin:0!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:200!important;font-size:36px!important;line-height:44px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_qs9H4{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:24px!important;line-height:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_qs9H4{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:24px!important;line-height:32px!important;}}

@media only screen and (max-width:575px){._style_qs9H4{font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;font-size:24px!important;line-height:32px!important;}}

._style_2msBwj{margin-bottom:52px!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_2msBwj{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;}}

@media only screen and (max-width:575px){._style_2msBwj{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;}}

._style_4328lY{padding-left:103px!important;padding-right:103px!important;padding-top:80px!important;padding-bottom:80px!important;background-color:#ffffff!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_4328lY{padding-left:6.6vw!important;padding-right:6.6vw!important;padding-top:80px!important;padding-bottom:80px!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_4328lY{padding-left:6.6vw!important;padding-right:6.6vw!important;padding-top:74px!important;padding-bottom:74px!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_4328lY{padding-left:0!important;padding-right:0!important;padding-top:0!important;padding-bottom:0!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_4328lY{padding-left:0!important;padding-right:0!important;padding-top:0!important;padding-bottom:0!important;}}

@media only screen and (max-width:575px){._style_4328lY{padding-left:0!important;padding-right:0!important;padding-top:0!important;padding-bottom:0!important;}}


._style_1WjRub{padding:52px!important;background-color:#ffffff!important;min-height:532px!important;width:406px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_1WjRub{background-color:transparent!important;min-height:490px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_1WjRub{-webkit-flex:0 0 100%!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;min-height:0!important;width:auto!important;}}

@media only screen and (max-width:575px){._style_1WjRub{-webkit-flex:0 0 100%!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;min-height:0!important;width:auto!important;padding:40px!important;}}

._style_3LwFWg{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;-webkit-box-lines:multiple!important;flex-wrap:wrap!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}
._style_PHFSe{-webkit-flex:1!important;-ms-flex:1!important;flex:1!important;position:relative!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_PHFSe{-webkit-flex:0 0 100%!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;height:300px!important;}}

@media only screen and (max-width:575px){._style_PHFSe{-webkit-flex:0 0 100%!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;height:230px!important;}}

@media only screen and (max-width:575px){._style_3hkARR{width:100%!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_3hkARR{border-right:2px solid #e5e5e4!important;}}

@media only screen and (min-width:1281px){._style_3hkARR{border-right:2px solid #e5e5e4!important;}}

@media only screen and (max-width:575px){._style_1j0XZn{padding-bottom:56px!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_1j0XZn{padding-right:32px!important;}}

@media only screen and (min-width:1281px){._style_1j0XZn{padding-right:40px!important;}}


@media only screen and (max-width:575px){._style_4vDxhh{width:100%!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_4afMpk{padding-left:32px!important;}}

@media only screen and (min-width:1281px){._style_4afMpk{padding-left:40px!important;}}

._style_2zcWJ1{position:relative!important;margin-bottom:40px!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_2zcWJ1{margin-bottom:20px!important;}}

@media only screen and (max-width:575px){._style_2zcWJ1{margin-bottom:20px!important;}}

._style_3X5Sdg{width:100%!important;}

@media only screen and (min-width:1025px){._style_3X5Sdg{padding-left:152px!important;}}

._style_DRfwS{width:100%!important;}

@media only screen and (min-width:1025px){._style_DRfwS{width:120px!important;position:absolute!important;left:0!important;}}

._style_3CqS62{margin-bottom:-16px!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3CqS62{width:75%!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3CqS62{width:91.67%!important;}}

._style_1oTOob{background:#f8f8f9!important;}
._style_3418qX{-webkit-font-smoothing:initial!important;background-color:#000000!important;color:#FFFFFF!important;padding-top:52px!important;}

@media only screen and (max-width:768px){._style_3418qX{padding-top:0!important;}}

._style_bvXS5{width:33%!important;}

@media only screen and (max-width:768px){._style_bvXS5{width:100%!important;}}

._style_1YpxGn{border-bottom:1px solid #282727!important;padding:32px 0!important;}

@media only screen and (max-width:768px){._style_1YpxGn{padding-bottom:18px!important;padding-top:14px!important;}}

._style_18Xh4k{width:66.666%!important;}

@media only screen and (max-width:768px){._style_18Xh4k{width:100%!important;}}

@media only screen and (max-width:768px){._style_wjMT2{padding-top:18px!important;}}

._style_14S3e1{padding-top:16px!important;padding-bottom:12px!important;border-bottom:1px solid #282727!important;}

@media only screen and (min-width:769px){._style_14S3e1{padding-bottom:0!important;padding-top:0!important;border-bottom:none!important;position:absolute!important;bottom:0!important;left:0!important;}}

._style_13upja{padding-left:145px!important;padding-right:145px!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_13upja{padding-left:9.3vw!important;padding-right:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_13upja{padding-left:6.25vw!important;padding-right:6.25vw!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_13upja{padding-left:6.6vw!important;padding-right:6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_13upja{padding-left:48px!important;padding-right:48px!important;}}

@media only screen and (max-width:575px){._style_13upja{padding-left:24px!important;padding-right:24px!important;}}

._style_3QfsMI{padding-top:40px!important;border-bottom:1px solid #282727!important;padding-bottom:40px!important;}

@media only screen and (max-width:768px){._style_3QfsMI{padding-bottom:18px!important;}}

._style_gwtgR{width:33%!important;}

@media only screen and (max-width:768px){._style_gwtgR{width:49%!important;}}

._style_aoJw1{color:#FFFFFF!important;display:block!important;font-size:17px!important;position:relative!important;top:7px!important;}
._style_2BAGBT{width:49%!important;}

@media only screen and (max-width:768px){._style_2BAGBT{width:100%!important;}}

@media only screen and (max-width:768px){._style_4lid26{padding-bottom:16px!important;}}

._style_1gAz3C{width:66.666%!important;}

@media only screen and (max-width:768px){._style_1gAz3C{width:49%!important;}}

._style_2mBWeI{-webkit-transform:scaleX(1)!important;-ms-transform:scaleX(1)!important;fill:currentColor!important;transform:scaleX(1)!important;}
._style_3IiqoB{color:#FFFFFF!important;}
._style_3IiqoB:hover{color:#C6C6C6!important;}
._style_3IiqoB:focus{color:#C6C6C6!important;}
._style_hXjNE{padding-bottom:12px!important;}

@media only screen and (max-width:768px){._style_hXjNE{border-bottom:1px solid #282727!important;}}

@media only screen and (max-width:575px){._style_3Lugp9{line-height:36px!important;}}

@media only screen and (max-width:575px){._style_3zoQ0P{padding-bottom:8px!important;}}

._style_3qJACI{margin-bottom:0!important;padding-bottom:0!important;}

@media only screen and (max-width:575px){._style_3qJACI{padding-bottom:8px!important;}}

._style_1KgRnW{margin-bottom:0!important;padding-bottom:0!important;}
._style_sCsrh{font-family:Roboto,Helvetica,sans-serif!important;font-size:12px!important;line-height:20px!important;font-weight:!important;white-space:nowrap!important;color:#FFFFFF!important;}
._style_sCsrh:hover{color:#C6C6C6!important;}
._style_sCsrh:focus{color:#C6C6C6!important;}

@media only screen and (min-width:576px) and (max-width:768px){._style_sCsrh{font-size:12px!important;line-height:20px!important;}}

@media only screen and (max-width:575px){._style_sCsrh{font-size:12px!important;line-height:20px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_sCsrh{font-size:12px!important;line-height:20px!important;}}

._style_4hxkaV{display:inline-block!important;padding-left:16px!important;}
._style_4zgDoB{border-bottom:1px solid #282727!important;padding:18px 0!important;}
._style_4vtRTk{font-family:Roboto,Helvetica,sans-serif!important;font-weight:!important;font-size:12px!important;line-height:20px!important;white-space:nowrap!important;color:#C0C0C0!important;}

@media only screen and (max-width:575px){._style_4vtRTk{font-size:12px!important;line-height:20px!important;}}

@media only screen and (min-width:576px) and (max-width:768px){._style_4vtRTk{font-size:12px!important;line-height:20px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_4vtRTk{font-size:12px!important;line-height:20px!important;}}

._style_384UK7{display:block!important;line-height:1em!important;margin:0 18px 0 0!important;}

@media only screen and (max-width:768px){._style_384UK7{margin:0!important;}}

._style_3t1qv{margin:0!important;}
._style_3XOB4d{-webkit-transform:scaleX(1)!important;-ms-transform:scaleX(1)!important;height:40px!important;transform:scaleX(1)!important;width:auto!important;}

@media only screen and (max-width:575px){._style_3XOB4d{height:-webkit-calc( 20px + 3vw )!important;height:-moz-calc( 20px + 3vw )!important;height:calc( 20px + 3vw )!important;}}

._style_WnpMb{-webkit-align-items:center!important;-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important;overflow:hidden!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;padding-left:-webkit-calc(33% + 8px)!important;padding-left:-moz-calc(33% + 8px)!important;padding-left:calc(33% + 8px)!important;}

@media only screen and (max-width:768px){._style_WnpMb{-ms-grid-gap:18px!important;-ms-grid-template-columns:repeat(3,auto)!important;-webkit-justify-content:start!important;-ms-flex-pack:start!important;-webkit-box-pack:start!important;display:grid!important;grid-gap:18px!important;grid-template-columns:repeat(3,auto)!important;justify-content:start!important;padding:0!important;}}

._style_zVjAb{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;font-size:10px!important;line-height:16px!important;color:#C0C0C0!important;}

@media only screen and (max-width:575px){._style_zVjAb{font-size:10px!important;line-height:16px!important;}}

@media only screen and (min-width:576px) and (max-width:768px){._style_zVjAb{font-size:10px!important;line-height:16px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_zVjAb{font-size:10px!important;line-height:16px!important;}}

._style_2HGMjk{font-family:Roboto,Helvetica,sans-serif!important;font-weight:500!important;font-size:10px!important;line-height:16px!important;color:#FFFFFF!important;}
._style_2HGMjk:hover{color:#C6C6C6!important;}
._style_2HGMjk:focus{color:#C6C6C6!important;}

@media only screen and (max-width:575px){._style_2HGMjk{font-size:10px!important;line-height:16px!important;}}

@media only screen and (min-width:576px) and (max-width:768px){._style_2HGMjk{font-size:10px!important;line-height:16px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_2HGMjk{font-size:10px!important;line-height:16px!important;}}

._style_O2ONf{color:#000000!important;margin-bottom:7px!important;}
._style_O2ONf:hover{color:#dc0a79!important;}
._style_O2ONf:focus{color:#dc0a79!important;}
._style_O2ONf:active{color:#dc0a79!important;}
._style_3sRXY{display:block!important;}
._style_DfpTz{z-index:9999!important;background-color:#ffffff!important;line-height:1.5!important;padding-top:20px!important;padding-bottom:20px!important;position:absolute!important;font-size:14px!important;top:60px!important;left:0!important;right:0!important;box-shadow:0px 2px 4px #939393!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:400!important;}
._style_3zyEfL{-moz-box-sizing:border-box!important;box-sizing:border-box!important;margin-bottom:0!important;margin-right:0!important;margin-left:-24px!important;margin-top:-7px!important;direction:ltr!important;text-align:left!important;padding:0!important;}

@media only screen and (min-width:1281px){._style_3zyEfL{margin-left:-40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_3zyEfL{margin-left:-32px!important;}}

._style_3rBWfZ{-moz-box-sizing:border-box!important;box-sizing:border-box!important;width:24%!important;margin:0!important;padding-top:7px!important;padding-bottom:0!important;padding-right:0!important;padding-left:24px!important;display:inline-block!important;direction:ltr!important;text-align:left!important;vertical-align:top!important;}

@media only screen and (min-width:1281px){._style_3rBWfZ{padding-left:40px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_3rBWfZ{padding-left:32px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_3rBWfZ{width:100%!important;}}

@media only screen and (max-width:575px){._style_3rBWfZ{width:100%!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_4aE1JG{width:100%!important;}}

@media only screen and (max-width:575px){._style_4aE1JG{width:100%!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_2S02WF{width:100%!important;}}

@media only screen and (max-width:575px){._style_2S02WF{width:100%!important;}}

._style_4tf3oM{margin-bottom:40px!important;}

@media only screen and (min-width:575px) and (max-width:768px){._style_4tf3oM{margin-bottom:26px!important;}}

@media only screen and (max-width:575px){._style_4tf3oM{margin-bottom:26px!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_jkV2i{left:80px!important;top:-169px!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_jkV2i{left:6.6vw!important;top:-144px!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_jkV2i{left:48px!important;top:-136px!important;}}

@media only screen and (max-width:575px){._style_jkV2i{left:24px!important;top:-142px!important;}}

._style_3p2oK4{padding-left:145px!important;margin-right:0!important;background-color:white!important;position:relative!important;z-index:20!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_3p2oK4{padding-left:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_3p2oK4{padding-left:6.25vw!important;}}

@media only screen and (max-width:1024px){._style_3p2oK4{padding-left:0!important;}}

._style_27rK6s{padding-top:80px!important;padding-right:103px!important;padding-bottom:64px!important;padding-left:103px!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_27rK6s{padding-top:80px!important;padding-right:6.6vw!important;padding-bottom:64px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_27rK6s{padding-top:74px!important;padding-right:6.6vw!important;padding-bottom:58px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_27rK6s{padding-top:72px!important;padding-right:6.6vw!important;padding-bottom:56px!important;padding-left:6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_27rK6s{padding-top:52px!important;padding-right:48px!important;padding-bottom:36px!important;padding-left:48px!important;}}

@media only screen and (max-width:575px){._style_27rK6s{padding-top:40px!important;padding-right:24px!important;padding-bottom:24px!important;padding-left:24px!important;}}

@media only screen and (max-width:575px){._style_vSgD5{font-size:20px!important;line-height:28px!important;}}

@media only screen and (min-width:575px) and (max-width:768px){._style_vSgD5{font-size:24px!important;line-height:32px!important;}}

@media only screen and (min-width:769px) and (max-width:1280px){._style_vSgD5{font-size:24px!important;line-height:32px!important;}}

@media only screen and (max-width:768px){._style_vSgD5{margin-bottom:24px!important;}}

@media only screen and (min-width:1281px){._style_vSgD5{margin-bottom:40px!important;}}

._style_3POd9l{padding:60px 103px!important;}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_3POd9l{padding:60px 6.6vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_3POd9l{padding:52px 6.6vw!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_3POd9l{padding:52px 6.6vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_3POd9l{padding:32px 48px!important;}}

@media only screen and (max-width:575px){._style_3POd9l{padding:32px 24px!important;}}

._style_2lqZEN{margin-bottom:-8px!important;}

@media only screen and (max-width:575px){._style_4clpDB{padding-bottom:32px!important;margin-bottom:32px!important;border-bottom:1px solid #d6d6d5!important;}}

._style_9Ls0z{width:83.33%!important;}

@media only screen and (max-width:575px){._style_9Ls0z{width:100%!important;}}

@media only screen and (max-width:575px){._style_205mMq{right:24px!important;}}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_205mMq{right:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_205mMq{right:6.25vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_205mMq{right:48px!important;}}

@media only screen and (max-width:1024px) and (min-width:769px){._style_205mMq{right:6.6vw!important;}}

@media only screen and (max-width:575px){._style_205mMq{right:24px!important;}.menu-btn-top{font-size:0.75rem!important;}}


/*SEARCH BOX*/
._style_1ehAeR{-webkit-justify-content:start!important;-webkit-box-pack:start!important;-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;-webkit-align-items:center!important;-ms-flex-align:center!important;-webkit-box-align:center!important;-webkit-box-lines:nowrap!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-pack:center!important;background-color:#ffffff!important;align-items:center!important;flex-wrap:nowrap!important;flex-direction:column!important;height:100%!important;bottom:0!important;justify-content:flex-start!important;padding-right:145px!important;padding-left:145px!important;position:relative!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}

@media only screen and (max-width:1024px) and (min-width:769px){._style_1ehAeR{padding-left:6.6vw!important;padding-right:6.6vw!important;}}

@media only screen and (max-width:1560px) and (min-width:1281px){._style_1ehAeR{padding-left:9.3vw!important;padding-reft:9.3vw!important;}}

@media only screen and (max-width:1280px) and (min-width:1025px){._style_1ehAeR{padding-left:6.25vw!important;padding-right:6.25vw!important;}}

@media only screen and (max-width:768px) and (min-width:576px){._style_1ehAeR{padding-left:48px!important;padding-right:48px!important;}}

@media only screen and (max-width:575px){._style_1ehAeR{padding-top:25px!important;padding-left:20px!important;padding-right:20px!important;height:100%!important;bottom:0!important;min-height:1400px!important;}}

._style_2wKLp7{-ms-transform:translateY(30px)!important;-webkit-backface-visibility:hidden!important;-webkit-transition:all 250ms ease!important;-webkit-transform:translateY(30px)!important;position:fixed!important;right:auto!important;top:-30px!important;transition:all 250ms ease!important;width:100%!important;box-shadow:0 2px 4px rgba(0,0,0,0.1)!important;opacity:1!important;transform:translateY(30px)!important;visibility:visible!important;backface-visibility:hidden!important;left:auto!important;max-width:1560px!important;z-index:1200!important;bottom:0!important;}

@media only screen and (max-width:768px){._style_2wKLp7{position:absolute!important;overflow:auto!important;box-shadow:none!important;bottom:0!important;}.menu-btn-top{font-size:0.85rem!important;}}

@media only screen and (max-width:575px){._style_2wKLp7{bottom:0!important;}}

button::-moz-focus-inner{padding:0;border:0;}
.gssb_c{border:0;position:absolute;z-index:989;}
.gssb_e{border:1px solid #ccc;border-top-color:#d9d9d9;box-shadow:0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);cursor:default;}
.gssb_f{visibility:hidden;white-space:nowrap;}
.gssb_e{border:0;}
.gssb_c{z-index:5000;}
.gssb_c > tbody > tr,.gssb_c > tbody > tr > td,.gssb_e{padding:0;margin:0;border:0;}
._style_3jefWi:hover{text-decoration:#dc0a79!important;}
._style_1FWZ6h{-webkit-transform:rotate(0deg)!important; -ms-transform:rotate(0deg)!important; -webkit-transition:-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s!important; transform:rotate(0deg)!important; transition:-ms-transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s,-webkit-transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s,transform 0.2s cubic-bezier(0,0,0.58,1) 0.2s!important; background-color:#dc0a79!important; height:2px!important; width:20px!important;}
._style_u0RsS{background-color:#dc0a79!important; height:2px!important; width:20px!important;}
.menu-btn-top{font-size:0.85rem!important;}
.menu-btn-top:hover{color:#ffffff!important;}
._Magental_Logo{padding-top:16px!important;font-size:18px!important;font-weight:bolder;}
._Magental_Logo:first-letter{color:#282727!important;}
._Magental_LogoF{padding-top:16px!important;font-size:18px!important;font-weight:bolder;}
._Magental_LogoF:first-letter{color:#dc0a79!important;}

@media only screen and (max-width:575px){.menu-btn-top b{display:none!important;}}

/*! CSS TAGS */
.header-form-in-tags{padding-top:5px!important;}
.header-form-in-tags input[type="checkbox"]{display:none;}
.header-form-in-tags label{display:inline-block;}
.header-form-in-tags input[type="checkbox"] + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #E5E5E4!important;color:#a7a7a7;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-tags input[type="checkbox"]:checked + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#dc0a79;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#ffffff;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-tags input[type="checkbox"] + label:hover{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#dc0a79;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-tags input[type="checkbox"]:disabled + label{opacity:0.5;}
@media (max-width:500px){.header-form-in-tags input[type="checkbox"] + label{font-size:0.75em;}}
.checkboxcreationchecked input[type="checkbox"]{display:none;}

/*! CSS RADIO */
.header-form-in-radio{padding-top:5px!important;}
.header-form-in-radio input[type="radio"]{display:none;}
.header-form-in-radio label{display:inline-block;}
.header-form-in-radio input[type="radio"] + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #484848!important;color:#484848;margin-right:5px;font-size:1.10em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-radio input[type="radio"]:checked + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#dc0a79;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#ffffff;margin-right:5px;font-size:1.10em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-radio input[type="radio"] + label:hover{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#dc0a79;margin-right:5px;font-size:1.10em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-radio input[type="radio"]:disabled + label{opacity:0.5;}
@media (max-width:500px){.header-form-in-radio input[type="radio"] + label{font-size:0.85em;}.header-form-in-radio input[type="radio"] + label:hover{font-size:0.85em;}}
.checkboxcreationchecked input[type="radio"]{display:none;}

/*! CSS CHECKBOX */
.header-form-in-checkbox{padding-top:5px!important;}
.header-form-in-checkbox input[type="checkbox"]{display:none;}
.header-form-in-checkbox label{display:inline-block;}
.header-form-in-checkbox input[type="checkbox"] + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #484848!important;color:#484848;margin-right:5px;font-size:1.10em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-checkbox input[type="checkbox"]:checked + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#dc0a79;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#ffffff;margin-right:5px;font-size:1.10em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-checkbox input[type="checkbox"] + label:hover{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#dc0a79;margin-right:5px;font-size:1.10em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.header-form-in-checkbox input[type="checkbox"]:disabled + label{opacity:0.5;}
@media (max-width:500px){.header-form-in-checkbox input[type="checkbox"] + label{font-size:0.85em;}.header-form-in-checkbox input[type="checkbox"] + label:hover{font-size:0.85em;}}
.checkboxcreationchecked input[type="checkbox"]{display:none;}



.displyinline{display:inline-block;}

/*! CSS TAGS Country */
.tag-link-22{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;padding-bottom:10px!important;border:1px solid #E5E5E4!important;color:#a7a7a7;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.tag-link-22:hover{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;padding-bottom:10px!important;border:1px solid #dc0a79!important;color:#dc0a79;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.tag-link-22-checked{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#dc0a79;height:44px;padding:5px!important;padding-top:10px!important;padding-bottom:10px!important;border:1px solid #dc0a79!important;color:#ffffff;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}

@media (max-width:500px){.tag-link-22{font-size:0.75em;}.tag-link-22-checked{font-size:0.75em;}}

.menu-top i.fa-heart{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-bullhorn{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-bell{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-comments{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-envelope{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-calendar-alt{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-heart:hover{color:#c6076b!important;}
.menu-top i.fa-bullhorn:hover{color:#c6076b!important;}
.menu-top i.fa-bell:hover{color:#c6076b!important;}
.menu-top i.fa-comments:hover{color:#c6076b!important;}
.menu-top i.fa-envelope:hover{color:#c6076b!important;}
.menu-top i.fa-calendar-alt:hover{color:#c6076b!important;}
span.fa-comment{position:absolute; font-size:0.95em; top:-9px; color:red; right:-9px;}
span.num{position:absolute; font-size:0.65em; top:-5.6px; color:#fff; right:-3.5px;}
.field-validation-error{color:#ff0048; animation:blink-animation 1s steps(5,start) infinite; -webkit-animation:blink-animation 1s steps(5,start) infinite; -ms-animation:blink-animation 1s steps(5,start) infinite; -o-animation:blink-animation 1s steps(5,start) infinite;}
.form-informations{color:#a9a9a9; font-size:0.65em;}
.form-sex-text{font-size:0.9em;}
.form-age-text{font-size:0.9em; padding-top:14px!important; margin-bottom:0px!important; padding-bottom:0px!important;}
.feed-card-big{min-height:280px!important;}

@media (max-width:500px){.feed-card-big{min-height:225px!important;}}

/*! CSS Used for form */
label{display:inline-block;margin-bottom:.5rem;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}button,input,select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}[type=submit],button{-webkit-appearance:button;}[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}[hidden]{display:none!important;}.small{font-size:80%;font-weight:400;}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.btn:focus,.btn:hover{text-decoration:none;}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn:disabled{opacity:.65;}.btn:not(:disabled):not(.disabled){cursor:pointer;}
a{color:#dc0a79;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}a:hover{color:#c6076b;text-decoration:underline;}svg:not(:root){overflow:hidden;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible;padding:15px 5px;border:1px solid #E5E5E4;background-color:#ffffff;font-size:14px!important;}select:focus{outline:none;}select,select option{color:#000000;}select:invalid,select option[value=""]{color:#f1f1f1;}option{color:#0F1111;}option:first-child{color:#ccc;}[hidden]{display:none;}.select33{width:32%;}button{text-transform:none;}[type=submit],button{-webkit-appearance:button;}[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}[hidden]{display:none!important;}.small{font-size:80%;font-weight:400;}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.btn:focus,.btn:hover{text-decoration:none;}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.btn:disabled{opacity:.65;}.btn:not(:disabled):not(.disabled){cursor:pointer;}[hidden]{display:none;}a{background:0 0;}a:active,a:hover{outline:0;}a:hover{color:#c6076b;text-decoration:none;}svg:not(:root){overflow:hidden;}button,input{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button{text-transform:none;}button,input[type=submit]{-webkit-appearance:button;cursor:pointer;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}form,h3,h4,p{margin:0;padding:0;}*,:after,:before{box-sizing:border-box;}.borderless--left{border-left-color:transparent!important;border-left-width:0!important;}.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}
@media only screen and (max-width:767px){
.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}}
@media only screen and (min-width:768px) and (max-width:1024px){
.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}}.one-whole{width:100%!important;}.one-half{width:49%!important;}
@media only screen and (min-width:1025px) and (max-width:1280px){
.small{font-size:12px;font-size:.85714rem;line-height:1.66667;}}.float--left{float:left!important;}.push-tiny--sides{margin-right:12px!important;}.push-tiny--bottom{margin-bottom:12px!important;}.push-tiny--sides{margin-left:12px!important;}.push-small--bottom{margin-bottom:24px!important;}.flush{margin:0!important;}.flush--bottom{margin-bottom:0!important;}.soft-register{padding:32px!important;padding-top:5px!important;}.hard{padding:0!important;}.hard--bottom{padding-bottom:0!important;}
@media only screen and (max-width:1024px){.portable-soft-large{padding:20px!important;}}.text--uppercase{text-transform:uppercase!important;}.btn{transition:all .2s cubic-bezier(.9,0,.1,1)!important;}.layout{list-style:none;margin:0 0 0 -24px;padding:0;}.layout__item{display:inline-block;padding-left:24px;vertical-align:top;width:100%;}
@media only screen and (max-width:767px){.layout{margin-left:-10px;}.layout>.layout__item{padding-left:10px;}}
@media only screen and (min-width:768px) and (max-width:1024px){.layout{margin-left:-20px;}.layout>.layout__item{padding-left:20px;}}
@media only screen and (min-width:1025px) and (max-width:1280px){.layout{margin-left:-30px;}.layout>.layout__item{padding-left:30px;}}
@media only screen and (min-width:1281px){.layout{margin-left:-30px;}.layout>.layout__item{padding-left:30px;}}.layout--flush{margin-left:0;}.layout--flush>.layout__item{padding-left:0;}.btn{vertical-align:middle;}.btn{display:inline-block;font:inherit;text-align:center;margin:0;cursor:pointer;overflow:visible;background-color:#dc0a79;}.btn,.btn--link{font-family:Roboto,Helvetica,sans-serif;text-transform:uppercase;}.btn,.btn:active,.btn:focus,.btn:hover{text-decoration:none;color:#FFF;}.btn::-moz-focus-inner{border:0;padding:0;}.borderless--left{border-left:0;}.btn{font-weight:600;padding:11px 20px;border-radius:0;border:2px solid #dc0a79;outline:0;position:relative;}.btn:active,.btn:focus,.btn:hover{background-color:#c6076b;border-color:#c6076b;}.btn--link,.btn--link:active,.btn--link:focus,.btn--link:hover{border:2px solid transparent;background-color:transparent;}a{text-decoration:none;}.primary-font--bold{font-weight:600;}::-moz-selection{background:#dc0a79;color:#FFF;}::selection{background:#dc0a79;color:#FFF;}
.small{font-size:11px;font-size:.78571rem;line-height:2.18182;}
@media only screen and (max-width:767px){.small{font-size:8px;font-size:.57143rem;line-height:2.25;}}
@media only screen and (min-width:1025px) and (max-width:1280px){
.small{font-size:11px;font-size:.78571rem;line-height:1.63636;}}

@media only screen and (max-width:767px){.btn{width:100%;}}.btn{font-size:14px;font-size:1rem;line-height:1.75;padding-top:8px;padding-bottom:8px;}.btn--link{padding:0;text-align:left;color:#dc0a79;transition:all .1s cubic-bezier(.9,0,.1,1);}.btn--link:active,.btn--link:focus,.btn--link:hover{color:#c6076b;text-decoration:none;}a{color:#dc0a79;cursor:pointer;}a:focus{outline:0;}input::-ms-clear{display:none;}.text-input{padding:10px;border-radius:0;border:2px solid transparent;margin:0;width:100%;}.text-input::-webkit-input-placeholder{color:#939393;}.text-input:-ms-input-placeholder{color:#939393;}.text-input::placeholder{color:#939393;}.text-input:focus{outline:0;}
@media only screen and (max-width:767px){.text-input{font-size:13px;font-size:.92857rem;line-height:1;padding:8px 10px;}}.home__preview-driver-image{background-repeat:no-repeat;background-image:url(https://www.magental.com/Content/Images/home-preview-account-small.png);}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.home__preview-driver-image{background-size:100%;background-image:url(https://www.magental.com/Content/Images/home-preview-account.png);}}.home__preview-rider-image{background-repeat:no-repeat;background-image:url(https://www.magental.com/Content/Images/home-preview-rdv-small.png);}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.home__preview-rider-image{background-size:100%;background-image:url(https://www.magental.com/Content/Images/home-preview-rdv.png);}}.home__preview-driver-image,.home__preview-rider-image{width:60px;height:60px;margin-right:20px;}
@media only screen and (max-width:767px){.home__preview-driver-image,.home__preview-rider-image{background-size:40px;height:40px;width:40px;}}.home__drive-form-sidebar .text-input{height:52px;-webkit-appearance:none;}.home__drive-form-sidebar  option:first-child{color:#E5E5E4;}.home__drive-form-sidebar .legal-disclaimer{font-size:10px;line-height:1.6;}.home__drive-form-sidebar .border--ends{border-top:1px solid #E5E5E4;border-bottom:1px solid #E5E5E4;}.home__drive-form-sidebar .border--sides{border-left:1px solid #E5E5E4;border-right:1px solid #E5E5E4;}.home__drive-form-sidebar .border--left{border-left:1px solid #E5E5E4;}.home__drive-form-sidebar .border--top{border-top:1px solid #E5E5E4;}.home__drive-form-sidebar .margin-medium{margin-bottom:20px;}.home__drive-form-sidebar .primary-font--bold{font-weight:700;}.home__drive-form-sidebar .drive-header{line-height:60px;}
@media only screen and (max-width:767px){.home__drive-form-sidebar .margin-medium{margin-bottom:14px;}.home__drive-form-sidebar .drive-header{line-height:40px;}}.home__drive-form-sidebar .ride-header{margin-top:6px;}.home__drive-form-sidebar .ride-header h4{line-height:1.2;}
@media only screen and (max-width:767px){.home__drive-form-sidebar .ride-header{margin-top:0;}.home__drive-form-sidebar .ride-header h4{line-height:1;}.home__drive-form-sidebar h4{font-size:20px;}.home__drive-form-sidebar .rider-signup{font-size:12px;}}.home__drive-form-sidebar .background-line{color:#717171;display:table;margin:6px 0;white-space:nowrap;}.home__drive-form-sidebar .background-line:after,.home__drive-form-sidebar .background-line:before{border-top:1px solid #E5E5E4;content:'';display:table-cell;position:relative;top:1em;width:49%;}
@media only screen and (max-width:767px){.home__drive-form-sidebar .background-line{margin:0;}}._style_4wJp4e{fill:currentColor!important;}._style_3Yp9vg{position:relative!important;float:right!important;margin-bottom:-60px!important;margin-top:44px!important;margin-right:100px!important;z-index:40!important;}
@media only screen and (max-width:1280px) and (min-width:1025px){._style_3Yp9vg{margin-right:32px!important;}}
@media only screen and (max-width:1024px){._style_3Yp9vg{display:none!important;}}._style_4le0P0{background-color:#f8f8f9!important;border-top:0px!important;width:400px!important;}
@media only screen and (max-width:1024px){._style_4le0P0{width:312px!important;}}._style_Zlcmm{-webkit-align-items:center!important;-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important;width:auto!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}._style_QJAbj{margin-left:1em!important;}._style_2qatsV{-webkit-transition:all 400ms ease!important;-moz-box-sizing:border-box!important;color:#ffffff!important;box-sizing:border-box!important;border-width:2px!important;border-style:solid!important;text-decoration:none!important;display:inline-block!important;vertical-align:middle!important;text-align:left!important;margin:0!important;background-color:#dc0a79!important;overflow:visible!important;border-radius:0px!important;text-transform:uppercase!important;line-height:1.7em!important;outline:none!important;position:relative!important;transition:all 400ms ease!important;font-family:Roboto, Helvetica, sans-serif!important;font-weight:600!important;font-size:14px!important;padding:12px 20px!important;width:100%!important;border-color:#dc0a79!important;cursor:pointer!important;}._style_2qatsV:hover{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:focus{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:active{background-color:#c6076b!important;border-color:#c6076b!important;}._style_1gCyK0{-webkit-transition:all 400ms ease!important;position:relative!important;vertical-align:middle!important;margin-left:24px!important;transition:all 400ms ease!important;width:14px!important;height:14px!important;right:0px!important;}._style_4wJp4e{fill:currentColor!important;}._style_4le0P0{background-color:#f8f8f9!important;border-top:0px!important;width:400px!important;}
@media only screen and (max-width:1024px){._style_4le0P0{width:312px!important;}}._style_Zlcmm{-webkit-align-items:center!important;-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important;width:auto!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}._style_QJAbj{margin-left:1em!important;}._style_2qatsV{-webkit-transition:all 400ms ease!important;-moz-box-sizing:border-box!important;color:#ffffff!important;box-sizing:border-box!important;border-width:2px!important;border-style:solid!important;text-decoration:none!important;display:inline-block!important;vertical-align:middle!important;text-align:left!important;margin:0!important;background-color:#dc0a79!important;overflow:visible!important;border-radius:0px!important;text-transform:uppercase!important;line-height:1.7em!important;outline:none!important;position:relative!important;transition:all 400ms ease!important;font-family:Roboto, Helvetica, sans-serif!important;font-weight:600!important;font-size:14px!important;padding:12px 20px!important;width:100%!important;border-color:#dc0a79!important;cursor:pointer!important;}._style_2qatsV:hover{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:focus{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:active{background-color:#c6076b!important;border-color:#c6076b!important;}._style_1gCyK0{-webkit-transition:all 400ms ease!important;position:relative!important;vertical-align:middle!important;margin-left:24px!important;transition:all 400ms ease!important;width:14px!important;height:14px!important;right:0px!important;}a{background:0 0;}a:active,a:hover{outline:0;}svg:not(:root){overflow:hidden;}*,:after,:before{box-sizing:border-box;}.layout{list-style:none;margin:0 0 0 -24px;padding:0;}.layout__item{display:inline-block;padding-left:24px;vertical-align:top;width:100%;}
@media only screen and (max-width:767px){.layout{margin-left:-10px;}.layout>.layout__item{padding-left:10px;}}
@media only screen and (min-width:768px) and (max-width:1024px){.layout{margin-left:-20px;}.layout>.layout__item{padding-left:20px;}}
@media only screen and (min-width:1025px) and (max-width:1280px){.layout{margin-left:-30px;}.layout>.layout__item{padding-left:30px;}}
@media only screen and (min-width:1281px){.layout{margin-left:-30px;}.layout>.layout__item{padding-left:30px;}}.layout--flush{margin-left:0;}.layout--flush>.layout__item{padding-left:0;}a{text-decoration:none;}::-moz-selection{background:#dc0a79;color:#FFF;}::selection{background:#dc0a79;color:#FFF;}a{color:#dc0a79;cursor:pointer;}a:focus{outline:0;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4wJp4e{fill:currentColor!important;}._style_4le0P0{background-color:#f8f8f9!important;border-top:0px!important;width:400px!important;}
@media only screen and (max-width:1024px){._style_4le0P0{width:312px!important;}}._style_Zlcmm{-webkit-align-items:center!important;-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important;width:auto!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}._style_QJAbj{margin-left:1em!important;}._style_2qatsV{-webkit-transition:all 400ms ease!important;-moz-box-sizing:border-box!important;color:#ffffff!important;box-sizing:border-box!important;border-width:2px!important;border-style:solid!important;text-decoration:none!important;display:inline-block!important;vertical-align:middle!important;text-align:left!important;margin:0!important;background-color:#dc0a79!important;overflow:visible!important;border-radius:0px!important;text-transform:uppercase!important;line-height:1.7em!important;outline:none!important;position:relative!important;transition:all 400ms ease!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;font-size:14px!important;padding:12px 20px!important;width:100%!important;border-color:#dc0a79!important;cursor:pointer!important;}._style_2qatsV:hover{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:focus{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:active{background-color:#c6076b!important;border-color:#c6076b!important;}._style_1gCyK0{-webkit-transition:all 400ms ease!important;position:relative!important;vertical-align:middle!important;margin-left:24px!important;transition:all 400ms ease!important;width:14px!important;height:14px!important;right:0px!important;}._style_4wJp4e{fill:currentColor!important;}._style_4le0P0{background-color:#f8f8f9!important;border-top:0px!important;width:400px!important;}
@media only screen and (max-width:1024px){._style_4le0P0{width:312px!important;}}._style_Zlcmm{-webkit-align-items:center!important;-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important;width:auto!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}._style_QJAbj{margin-left:1em!important;}._style_2qatsV{-webkit-transition:all 400ms ease!important;-moz-box-sizing:border-box!important;color:#ffffff!important;box-sizing:border-box!important;border-width:2px!important;border-style:solid!important;text-decoration:none!important;display:inline-block!important;vertical-align:middle!important;text-align:left!important;margin:0!important;background-color:#dc0a79!important;overflow:visible!important;border-radius:0px!important;text-transform:uppercase!important;line-height:1.7em!important;outline:none!important;position:relative!important;transition:all 400ms ease!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;font-size:14px!important;padding:12px 20px!important;width:100%!important;border-color:#dc0a79!important;cursor:pointer!important;}._style_2qatsV:hover{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:focus{background-color:#c6076b!important;border-color:#c6076b!important;}._style_2qatsV:active{background-color:#c6076b!important;border-color:#c6076b!important;}._style_1gCyK0{-webkit-transition:all 400ms ease!important;position:relative!important;vertical-align:middle!important;margin-left:24px!important;transition:all 400ms ease!important;width:14px!important;height:14px!important;right:0px!important;}button::-moz-focus-inner{padding:0;border:0;}.flush{margin:0!important;}.hard{padding:0!important;}::-moz-selection{color:#fff;background-color:#c6076b;}::-ms-selection{color:#fff;background-color:#c6076b;}::-o-selection{color:#fff;background-color:#c6076b;}::-webkit-selection{color:#fff;background-color:#c6076b;}::selection{color:#fff;background-color:#c6076b;}img{max-width:100%;font-style:italic;}
.push-tiny--bottom{margin-bottom:12px!important;}.flush{margin:0!important;}h5{font-family:Roboto,Helvetica,sans-serif;font-weight:400;}.primary-font--bold{font-weight:600;}::-moz-selection{background:#47d3d9;color:#fff;}::selection{background:#47d3d9;color:#fff;}*,:after,:before{box-sizing:border-box;}button{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button{text-transform:none;}button{-webkit-appearance:button;cursor:pointer;}button::-moz-focus-inner{border:0;padding:0;}.one-whole{width:100%!important;}.push-tiny--bottom{margin-bottom:12px!important;}.push-small--bottom{margin-bottom:24px!important;}.flush{margin:0!important;}.hard{padding:0!important;}::-moz-selection{background:#47d3d9;color:#fff;}::selection{background:#47d3d9;color:#fff;}::-moz-selection{color:#fff;background-color:#c6076b;}::selection{color:#fff;background-color:#c6076b;}*,:after,:before{box-sizing:border-box;}.flush{margin:0!important;}::-moz-selection{background:#47d3d9;color:#fff;}::selection{background:#47d3d9;color:#fff;}.btn{margin-top:16px;}::-moz-selection{color:#fff;background-color:#c6076b;}::selection{color:#fff;background-color:#c6076b;}.form-informations{color:#a9a9a9;font-size:0.65em;}.form-sex-text{font-size:0.9em;}.form-age-text{font-size:0.9em;padding-top:14px!important;margin-bottom:0px!important;padding-bottom:0px!important;}button::-moz-focus-inner{padding:0;border:0;}


/*! CSS Used for search top */
*,::after,::before{box-sizing:border-box;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible;padding:15px 5px;border:1px solid #E5E5E4;background-color:#ffffff;font-size:14px!important;}select:focus{outline:none;}select,select option{color:#000000;}select:invalid,select option[value=""]{color:#f1f1f1;}option{color:#0F1111;}option:first-child{color:#ccc;}button{text-transform:none;}[type=submit],button{-webkit-appearance:button;}[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}button,input{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button{text-transform:none;}button,input[type=submit]{-webkit-appearance:button;cursor:pointer;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input::-ms-clear{display:none;}.autocomplete div input,.text-input{padding:10px;border-radius:0;border:2px solid transparent;margin:0;width:100%;}.autocomplete div input::-webkit-input-placeholder,.text-input::-webkit-input-placeholder{color:#939393;}.autocomplete div input:-ms-input-placeholder,.text-input:-ms-input-placeholder{color:#939393;}.autocomplete div input::placeholder,.text-input::placeholder{color:#939393;}.autocomplete div input:focus,.text-input:focus{outline:0;}
@media only screen and (max-width:767px){.autocomplete div input,.text-input{font-size:13px;font-size:.92857rem;line-height:1;padding:8px 10px;}}.geolocalization-modal .autocomplete div{padding:0;}.geolocalization-modal .autocomplete__input{border:none;}.geolocalization-modal input{height:44px;padding:0 64px 0 18px!important;border:1px solid #E5E5E4!important;}.geolocalization-modal input:active,.geolocalization-modal input:focus{border:1px solid #dc0a79!important;}.home__preview-driver-image{background-repeat:no-repeat;background-image:url(https://www.magental.com/Content/Images/home-preview-account-small.png);}.home__drive-form-sidebar  option:first-child{color:#E5E5E4;}.autocomplete div{padding:8px 12px 6px 29px;}.autocomplete div input{width:100%;border:0;padding:0 16px 0 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.btn--cta .icon_right-arrow{transition:left .4s ease;position:relative;left:0;}
.btn--cta:hover .icon_right-arrow{left:4px;}
.animate{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.4s;animation-duration:.4s;transition:all .4s cubic-bezier(.215,.61,.355,1);}

.product-item .btn{-ms-flex-item-align:start;align-self:flex-start;font-size:12px;}
.product-item .btn:after{background:0 0!important;}
.product-item .btn:active:after,.product-item .btn:focus:after,.product-item .btn:hover:after{background:#000!important;}
.btn--cta .icon_right-arrow{-webkit-transition:left .4s ease;transition:left .4s ease;position:relative;left:0;}
.animate{animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both;animation-duration:.4s;transition:all .4s cubic-bezier(.215,.61,.355,1);}


/*! CSS Used for social */
@media only screen and (max-width:575px){.legal{font-size:10px;font-size:.71429rem;line-height:1.6;}}

@media only screen and (min-width:576px) and (max-width:768px){.legal{font-size:10px;font-size:.71429rem;line-height:1.6;}}

@media only screen and (min-width:769px) and (max-width:1280px){.legal{font-size:10px;font-size:.71429rem;line-height:1.6;}}
.flex-hor-center{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}

.tooltip-container.hover:hover .tooltip{display:block;opacity:.8;z-index:999;}
.tooltip-container.hover:hover .tooltip.tooltip--right{left:100%;top:49%;margin-top:-18px;margin-left:18px;}

#article-share{animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both;animation-duration:.4s;transition:all .4s cubic-bezier(.215,.61,.355,1);}
#article-share{animation-duration:.7s;transition-duration:.7s;}
#article-share{z-index:20;}
#article-share a,#article-share button{color:#777;margin-right:10px;margin-top:8px;font-size:24px;}
#article-share button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;outline:0;padding:0;width:24px;}

@media (max-width:1024px){#article-share .tooltip-container.hover:hover .tooltip.tooltip--right{margin-left:0;}}

@media (max-width:576px){#article-share .tooltip-container.hover:hover .tooltip{display:none!important;}}
#article-share i:hover{color:#0F1111;}

@media (min-width:1025px){#article-share{margin-top:8px;-ms-flex-pack:start!important;justify-content:flex-start!important;}#article-share a,#article-share button{font-size:20px;}}

@media (min-width:1281px){#article-share{left:32px;}}

@media (min-width:1025px) and (max-width:1280px){#article-share{left:32px;}}

@media (max-width:768px),(min-width:769px) and (max-width:1024px){#article-share{margin-top:8px;-ms-flex-pack:start!important;justify-content:flex-start!important;}#article-share a,#article-share button{font-size:20px;}}



/*! CSS Used for:Jobs */
.icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon_right-arrow:before{content:"\f061";}.push-tiny--left{margin-left:12px!important;}.flush{margin:0!important;}.hard{padding:0!important;}.btn--cta{color:#dc0a79;background-color:transparent;}.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}.btn--cta.icon_right-arrow{transition:left.4s ease;position:relative;left:0;}.btn--cta:hover.icon_right-arrow{left:4px;}.animate{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.4s;animation-duration:.4s;transition:all.4s cubic-bezier(.215,.61,.355,1);}.slide-in-fade-in--bottom-small{-webkit-animation-name:slide-in-bottom-small,fade-in;animation-name:slide-in-bottom-small,fade-in;}::-moz-selection{color:#fff;background-color:#c6076b;}::-ms-selection{color:#fff;background-color:#c6076b;}::-o-selection{color:#fff;background-color:#c6076b;}::-webkit-selection{color:#fff;background-color:#c6076b;}::selection{color:#fff;background-color:#c6076b;}.content-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;}.content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1200px;width:100%;}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important;}.content--products{padding:60px 40px;}.btn-icon-push-right:hover i{position:relative;margin-left:16px!important;}.product-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:70px;width:100%;}
@media (min-width:769px){.product-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}
.product-item__details,.product-item__featured{width:100%;}
@media (min-width:769px){.product-item__details,.product-item__featured{width:49%;}}
.product-item__featured{background-position:49%;background-size:cover;background-repeat:no-repeat;position:relative;}
@media (max-width:768px){.product-item__featured:before{display:block;content:"";width:100%;padding-top:56.24%;}}
.product-item__featured:after{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MC4zICgzMzgzOSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Yml0LXNtYWxsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkRlc2siIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJiaXQtc21hbGwiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTkiIHg9IjQiIHk9IjQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);background-size:7px;bottom:-28px;content:"";display:block;height:90%;position:absolute;right:-30px;width:70%;z-index:-1;}.product-item__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0;}
@media (min-width:769px){.product-item__details{padding:40px 0 40px 60px;}}
.product-item__details p{margin-bottom:3rem;}.product-item.btn{-ms-flex-item-align:start;align-self:flex-start;font-size:12px;}.product-item.btn:after{background:0 0!important;}.product-item.btn:active:after,.product-item.btn:focus:after,.product-item.btn:hover:after{background:#000!important;}

/*! CSS Used keyframes */
@-webkit-keyframes slide-in-bottom-small{0%{-webkit-transform:translateY(10%);transform:translateY(10%);}to{-webkit-transform:none;transform:none;}}
@keyframes slide-in-bottom-small{0%{-webkit-transform:translateY(10%);transform:translateY(10%);}to{-webkit-transform:none;transform:none;}}
@-webkit-keyframes fade-in{0%{opacity:0;}to{opacity:1;}}
@keyframes fade-in{0%{opacity:0;}to{opacity:1;}}

/*! CSS BLOG LIST */
.icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon_facebook:before{content:"\f230";}.icon_instagram:before{content:"\f16d";}.icon_left-arrow:before{content:"\f060";}.icon_linkedin:before{content:"\f08c";}.icon_right-arrow:before{content:"\f061";}.icon_twitter:before{content:"\f081";}header{display:block;}hr{box-sizing:content-box;height:0;}h5,hr{margin:0;padding:0;}h5{margin-bottom:2.28571rem;}img{max-width:100%;font-style:italic;}.delta,h4{font-size:24px;font-size:1.71429rem;line-height:1.33333;}h5{font-size:20px;font-size:1.42857rem;line-height:1.4;}.zeta{font-size:16px;font-size:1.14286rem;line-height:1.25;}.legal{font-size:10px;font-size:.71429rem;line-height:1.6;}
@media only screen and (max-width:575px){.delta,h4{font-size:18px;font-size:1.28571rem;line-height:1.33333;}h5{font-size:16px;font-size:1.14286rem;line-height:1.25;}.zeta{font-size:14px;font-size:1rem;line-height:1.28571;}.legal{font-size:10px;font-size:.71429rem;line-height:1.6;}}
@media only screen and (min-width:576px) and (max-width:768px){.delta,h4{font-size:20px;font-size:1.42857rem;line-height:1.4;}h5{font-size:18px;font-size:1.28571rem;line-height:1.33333;}.zeta{font-size:14px;font-size:1rem;line-height:1.28571;}.legal{font-size:10px;font-size:.71429rem;line-height:1.6;}}
@media only screen and (min-width:769px) and (max-width:1280px){.delta,h4{font-size:20px;font-size:1.42857rem;line-height:1.4;}h5{font-size:18px;font-size:1.28571rem;line-height:1.33333;}.zeta{font-size:14px;font-size:1rem;line-height:1.28571;}.legal{font-size:10px;font-size:.71429rem;line-height:1.6;}}
.position--relative{position:relative!important;}.z-10{z-index:10;}.push-micro--right{margin-right:4px!important;}.push-micro--left{margin-left:4px!important;}.push-tiny--top{margin-top:12px!important;}.push-tiny--right{margin-right:12px!important;}.push-tiny--bottom{margin-bottom:12px!important;}.push-tiny--left{margin-left:12px!important;}.flush{margin:0!important;}.hard--right{padding-right:0!important;}.hard--left{padding-left:0!important;}.btn--cta{color:#dc0a79;background-color:transparent;}.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}.btn--cta.icon_right-arrow{-webkit-transition:left.4s ease;transition:left.4s ease;position:relative;left:0;}.btn--cta:hover.icon_right-arrow{left:4px;}.btn--huge{padding:1.25em 3em;font-size:18px;}.bg-uber-white-10{background-color:#f8f8f9!important;}.bg-transparent{background-color:transparent!important;}.text-black{color:#0F1111!important;}.text-uber-black-80{color:#494949!important;}.text-uber-black-40{color:#939393!important;}.text-white{color:#fff!important;}hr{border:0;border-top:1px solid #e5e5e4;margin-bottom:32px;}.primary-font,h5{font-family:Roboto,Helvetica,sans-serif;font-weight:400;}.primary-font--semibold{font-weight:500;}.primary-font--bold{font-weight:600;}.secondary-font{font-family:Roboto,Helvetica,sans-serif;font-weight:200;}::-moz-selection{background:#47d3d9;color:#fff;}::selection{background:#47d3d9;color:#fff;}h5{text-align:none;}h5{margin-bottom:16px;}.legal{letter-spacing:.02em;}.legal{font-size:10px;font-size:.71429rem;}
@media only screen and (max-width:575px){.secondary-font{font-weight:400;}}
.animate,.bit-pattern-bottom,.bit-pattern-top,.btn-link-underline:after,.feed-default,.pagination-prev.icon_left-arrow{animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both;animation-duration:.4s;transition:all.4s cubic-bezier(.215,.61,.355,1);}.animate--slow{animation-duration:.7s;transition-duration:.7s;}.animate-700{animation-duration:.7s;transition-duration:.7s;}.delay-200{animation-delay:.2s;}.delay-300{animation-delay:.3s;}.slide-in-fade-in--top{animation-name:c,s;}.slide-in-fade-in--bottom-small{animation-name:e,s;}
@media (min-width:769px) and (max-width:1024px),(min-width:1025px) and (max-width:1280px){.top-bar--sides{padding:0;margin-left:calc(5% - 24px);margin-right:calc(5% - 24px);}}
@media (max-width:576px){.top-bar--sides{padding:0 8px;}}
.feed{background-color:#fff;margin:6px;min-height:380px;overflow:hidden;vertical-align:top;width:392px;z-index:5;}
.feed-spacing,.social-box{padding:28px 10%;}
@media (min-width:577px) and (max-width:768px){.feed-spacing,.social-box{padding:22px 10%;}}
@media (max-width:576px){.feed-spacing,.social-box{padding:0 5% 10px;}}
.header-blog{-ms-flex:1;flex:1;padding:45px 75px;max-width:1200px;}
@media (min-width:1025px) and (max-width:1280px){.header-blog{padding:45px;}}
@media (min-width:769px) and (max-width:1024px){.header-blog{padding:34px 45px;}}
@media (min-width:577px) and (max-width:768px){.header-blog{padding:34px 62px;}}
@media (max-width:576px){.header-blog{padding:24px 6%;}}
.header-wrapper{background:linear-gradient(#fff,#f8f8f9);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;width:100vw;}
@media (min-width:1025px) and (max-width:1280px){.header-wrapper{max-width:none!important;}}
.header-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1200px;width:100%;}.bit-pattern-top{animation-duration:4s;animation-name:s;z-index:5;position:absolute;height:70px;width:100px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Yml0LXNtYWxsPC90aXRsZT48cGF0aCBkPSJNNCA0aDF2MUg0eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);}
@media (min-width:769px) and (max-width:1024px){.bit-pattern-top{width:90px;height:60px;}}
@media (min-width:577px) and (max-width:768px){.bit-pattern-top{width:80px;height:60px;}}
@media (max-width:576px){.bit-pattern-top{width:50px;height:50px;}}
.bit-pattern-bottom{animation-duration:4s;animation-name:t;z-index:5;position:absolute;max-width:380px;width:30%;height:120px;opacity:.2;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Yml0LWxhcmdlPC90aXRsZT48cGF0aCBkPSJNOCA5aDIuNXYyLjVIOHoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);bottom:-22px;}
@media (min-width:769px){.bit-pattern-bottom{left:70%;}}
@media (min-width:1441px){.bit-pattern-bottom{left:72%;}}
@media (max-width:768px){.bit-pattern-bottom{height:76px;right:1%;}}
.btn-text-black{color:#0F1111;}.btn-text-black:focus,.btn-text-black:hover{color:#4d4c4c;}.feed-link{position:relative;}
@media (max-width:576px){.feed-link{margin-bottom:40px;margin-top:0;min-height:0;}}
.feed-link.feed-link-hr{margin:16px 0;}.link-box{padding:40px;-ms-flex-direction:column;flex-direction:column;}
@media (min-width:577px) and (max-width:768px){.link-box{padding:20px;}}
@media (min-width:577px){.link-box{position:absolute;top:0;left:0;bottom:0;right:0;}}
@media (max-width:576px){.link-box{padding:40px 10%;}}
.link-box-text:hover{cursor:pointer;}.link-box-text:hover.btn-link-underline:after{width:100%;}.link-box-text:hover i{left:0!important;}.social-box{height:100%;}
@media (max-width:576px){.social-box{padding:0 6%;}}
.link-box div,.social-box div{width:100%;}.link-ptrn{position:absolute;opacity:.2;}.link-ptrn-top{top:0;left:-8px;width:160px;}
.feed-link-hr{width:100%;opacity:.3;margin:0;border-top:1px solid #fff;}
@media (max-width:576px){.feed-tertiary-wrapper{background:#f8f8f9!important;margin:0 0 30px;padding:30px 0;}}
.btn-link-underline{display:inline-block;position:relative;}.btn-link-underline:after{content:"";display:block;margin:auto;height:2px;width:0;background:#fff;}.pagination-prev{border:0!important;border-right:1px solid #717171!important;}.pagination-prev.icon_left-arrow{position:relative;margin-right:12px;}.pagination-prev:hover.icon_left-arrow{margin-right:16px;margin-left:-4px;}.pagination-next{border:0!important;border-left:1px solid #717171!important;}.page-indicator{color:#717171;}.pagination-wrapper{padding:0 0 60px;margin-top:-20px;}
@media only screen and (max-width:575px){h5{font-size:15px;line-height:1.73;font-weight:500;}.secondary-font{font-weight:300!important;}}
.body-wrapper{-ms-flex-pack:center;justify-content:center;}.body-wrapper{width:100%;max-width:1200px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.width-100{width:100%;}.primary-color{color:#c6076b;}.primary-color:hover{color:#3f5162;}.primary-bg{background-color:#c6076b;}.feed-default,.flex,.flex-hor-center,.flex-ver-center,.flex-ver-equal-around,.link-box-text,.social-box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.flex-ver-center{-ms-flex-align:center;align-items:center;}.flex-hor-center{-ms-flex-pack:center;justify-content:center;}.flex-ver-equal-around{-ms-flex-line-pack:distribute;align-content:space-around;}.cover{overflow:hidden;vertical-align:top;}.feed-info{color:#717171;font-size:10px;line-height:1.6;display:inline;}.full-width{width:100%;}.cta-mobile{display:none;}
@keyframes c{0%{transform:translateY(-49%);}to{transform:none;}}
@keyframes t{0%{opacity:0;}to{opacity:.2;}}

@media (min-width:768px){.primary-font{font-size:2.3em!important;}.secondary-font{font-size:1.8em!important;}}
@media (max-width:767px){.primary-font{font-size:1.8em!important;}.secondary-font{font-size:1.4em!important;}}
@media (max-width:577px){.primary-font{font-size:1.5em!important;}.secondary-font{font-size:1.2em!important;}}

/*! CSS BLOG ARTICLE */
.icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon_facebook:before{content:"\f230";}.icon_google-plus:before{content:"\f0d4";}.icon_instagram:before{content:"\f16d";}.icon_linkedin:before{content:"\f0e1";}.icon_mail:before{content:"\f003";}.icon_right-arrow:before{content:"\f061";}.icon_twitter:before{content:"\f081";}.icon_link:before{content:"\f0c1";}.icon_right-arrow-thin:before{content:"\f061";}*,:after,:before{box-sizing:border-box;}.tooltip--right{position:relative;}.tooltip--right:after,.tooltip--right:before{content:"";position:absolute;border-collapse:separate;}.tooltip--right:before{border:24px solid transparent;}.tooltip--right:after{border:23px solid transparent;}.tooltip--right:after,.tooltip--right:before{top:49%;margin-top:-24px;}.tooltip--right:after{margin-top:-23px;}.tooltip--right:after,.tooltip--right:before{right:100%;}button{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button{text-transform:none;}button{-webkit-appearance:button;cursor:pointer;}button::-moz-focus-inner{border:0;padding:0;}.delta{font-size:24px;font-size:1.71429rem;line-height:1.33333;}.epsilon{font-size:20px;font-size:1.42857rem;line-height:1.4;}.legal,.milli{font-size:10px;font-size:.71429rem;line-height:1.6;}
@media only screen and (max-width:575px){.delta{font-size:18px;font-size:1.28571rem;line-height:1.33333;}.epsilon{font-size:16px;font-size:1.14286rem;line-height:1.25;}.legal,.milli{font-size:10px;font-size:.71429rem;line-height:1.6;}}
@media only screen and (min-width:576px) and (max-width:768px){.delta{font-size:20px;font-size:1.42857rem;line-height:1.4;}.epsilon{font-size:18px;font-size:1.28571rem;line-height:1.33333;}.legal,.milli{font-size:10px;font-size:.71429rem;line-height:1.6;}}
.one-whole{width:100%!important;}
@media only screen and (min-width:769px) and (max-width:1280px){.delta{font-size:20px;font-size:1.42857rem;line-height:1.4;}.epsilon{font-size:18px;font-size:1.28571rem;line-height:1.33333;}.legal,.milli{font-size:10px;font-size:.71429rem;line-height:1.6;}}
.visible--palm{display:none!important;}
@media only screen and (max-width:575px){.hidden--palm{display:none!important;}.visible--palm{display:block!important;}}
.position--relative{position:relative!important;}.push-micro--sides{margin-right:4px!important;}.push-micro--bottom{margin-bottom:4px!important;}.push-micro--sides{margin-left:4px!important;}.push-tiny--top{margin-top:12px!important;}.push-tiny--right{margin-right:12px!important;}.push-tiny--bottom{margin-bottom:12px!important;}.push-tiny--left{margin-left:12px!important;}.push-small--ends{margin-top:24px!important;}.push-small--bottom,.push-small--ends{margin-bottom:24px!important;}.push-huge--top{margin-top:52px!important;}.flush{margin:0!important;}.soft-tiny--ends{padding-top:12px!important;}.soft-tiny--ends{padding-bottom:12px!important;}.soft--bottom{padding-bottom:32px!important;}.hard{padding:0!important;}
@media only screen and (max-width:768px){.portable-soft--bottom{padding-bottom:16px!important;}.portable-hard{padding:0!important;}}
.btn--cta{color:#dc0a79;background-color:transparent;}.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}.btn--cta.icon_right-arrow{-webkit-transition:left.4s ease;transition:left.4s ease;position:relative;left:0;}.btn--cta:hover.icon_right-arrow{left:4px;}.btn--huge{padding:1.25em 3em;font-size:18px;}.bg-white{background-color:#fff!important;}.bg-transparent{background-color:transparent!important;}.text-black{color:#0F1111!important;}.text-uber-black-80{color:#494949!important;}.text-uber-black-60{color:#717171!important;}.text-white{color:#fff!important;}.tooltip{font-size:10px;}.tooltip-container{position:relative;display:inline;cursor:pointer;}.tooltip-container.hover:hover.tooltip{display:block;opacity:.8;z-index:999;}.tooltip{display:none;}.tooltip-container.hover:hover.tooltip.tooltip--right{left:100%;top:49%;margin-top:-18px;margin-left:18px;}.tooltip{position:absolute;width:140px;color:#f1f1f1;background:#000;height:auto;line-height:16px;text-align:center;border-radius:0;padding:8px;}.tooltip:after,.tooltip:before{border:6px solid transparent;}.tooltip.tooltip--right:after,.tooltip.tooltip--right:before{margin-top:-6px;}.tooltip--small{width:100px;}.tooltip--right:after,.tooltip--right:before{border-right-color:#0F1111!important;}.primary-font--semibold,h6{font-weight:500;}::-moz-selection{background:#47d3d9;color:#fff;}::selection{background:#47d3d9;color:#fff;}.legal{letter-spacing:.02em;}.legal{font-size:10px;font-size:.71429rem;}
@media only screen and (max-width:575px){.tooltip{display:none;}}
#article-share,.animate,.article-share,.btn-link-underline:after,.feed-default,.popular-img{animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both;animation-duration:.4s;transition:all.4s cubic-bezier(.215,.61,.355,1);}#article-share,.animate--slow,.article-share{animation-duration:.7s;transition-duration:.7s;}.animate-800{animation-duration:.8s;transition-duration:.8s;}.slide-in-fade-in--bottom-small{animation-name:e,s;}.zoom-out-fade-in{animation-name:o,s;}.feed{background-color:#fff;margin:6px;min-height:380px;overflow:hidden;vertical-align:top;width:392px;z-index:5;}
@media (min-width:1025px) and (max-width:1280px){.feed{width:calc(33% - 12px);}}
@media (min-width:577px) and (max-width:768px),(min-width:769px) and (max-width:1024px){.feed{max-width:440px;width:calc(49% - 12px);min-height:360px;}}
@media (max-width:576px){.feed{width:100%;min-height:120px;flow-direction:row;margin:4px 0 0;}.feed.feed-post-1,.feed.feed-post-2,.feed.feed-post-3{background-color:#f8f8f9;}.feed.feed-post-1.feed-card,.feed.feed-post-2.feed-card,.feed.feed-post-3.feed-card{background:0 0;}}
.body-wrapper.feeds-wrapper{-ms-flex-pack:start;justify-content:flex-start;max-width:1212px;}
@media (min-width:577px) and (max-width:768px),(min-width:769px){.body-wrapper.feeds-wrapper{margin:0 24px 80px;}}
@media (max-width:576px){.body-wrapper.feeds-wrapper{background:#fff;}}
.feed-default{cursor:pointer;}
@media (min-width:577px) and (max-width:768px),(min-width:769px){.feed-default{-ms-flex-direction:column;flex-direction:column;}.feed-default:hover{z-index:6;box-shadow:0 12px 60px hsla(0,0%,4%,.3);}}
@media (max-width:576px){.feed-default{display:-ms-flexbox;display:flex;margin:0;padding:0 0 40px;}.feed-default.feed-post-1{padding-top:30px;}.feed-default.feed-post-1,.feed-default.feed-post-2,.feed-default.feed-post-3{background:#f8f8f9;padding-bottom:30px;}}
.feed-img{position:relative;width:100%;height:200px;overflow:hidden;background-size:cover;background-position:49%;}
@media (max-width:576px){.feed-img{height:auto;-ms-flex:5;flex:5;}.feed-post-1.feed-img,.feed-post-2.feed-img,.feed-post-3.feed-img{-ms-flex:none;flex:none;height:200px;margin:0 6% 10px;width:88%;}}
.feed-card{background:#fff;height:160px;}
@media (min-width:1281px){.feed-card{height:180px;}}
@media (max-width:576px){.feed-card{-ms-flex:6;flex:6;height:100%;max-height:130px;}.feed-post-1.feed-card,.feed-post-2.feed-card,.feed-post-3.feed-card{height:auto;}}
.feed-spacing{padding:28px 10%;}
@media (min-width:577px) and (max-width:768px){.feed-spacing{padding:22px 10%;}}
@media (max-width:576px){.feed-spacing{padding:0 5% 10px;}}
.feed-title{color:#0F1111;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;margin-bottom:5px;}
@media (max-width:576px){.feed-title{-webkit-line-clamp:3;font-size:15px;font-weight:500;line-height:1.86;}}
.feed-social-icons{display:none;text-align:right;-ms-flex-item-align:end;align-self:flex-end;}
@media (max-width:576px){.feed-social-icons{display:none;}}
.primary-color:hover{color:#c6076b!important;}.btn--category{color:#c6076b;cursor:pointer;display:inline-block;font-size:10px;font-weight:600;letter-spacing:.05em;line-height:1em;margin-bottom:0;position:relative;text-transform:uppercase;z-index:10;}.btn--category:hover{color:#c6076b;}.btn--cta:focus{outline-width:5px;outline-style:solid;outline-color:Highlight;}
.btn--underline{display:inline-block;position:relative;}.btn--underline:after{content:"";display:block;margin:auto;height:2px;background:#c6076b;}.btn--underline.btn.text-black:after{background:#000;}.btn--underline-simple{transition:border-bottom.2s;border-bottom:2px solid transparent;}.btn--underline-simple:hover{border-bottom:2px solid #c6076b;}.btn--underline:hover:after{animation-timing-function:ease;animation-fill-mode:both;animation-duration:.4s;animation-name:w;}.btn-icon-push-right:hover i{position:relative;margin-left:16px!important;}.article-wrapper{-ms-flex-direction:column;flex-direction:column;}.article-hero-wrap,.article-wrapper{-ms-flex-align:center;align-items:center;}.article-hero-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:50px;position:relative;width:100%;}.article-hero{max-width:1080px;overflow:hidden;width:80%;z-index:10;}
@media (max-width:768px),(min-width:769px) and (max-width:1024px){.article-hero{max-width:860px;width:100%;}}
.article-hero-img{padding-bottom:49%;background-size:cover;background-position:49%;margin-top:20px;}
@media (max-width:768px){.article-hero-img{margin-top:0;}}
.article-ptrn{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Yml0LXNtYWxsPC90aXRsZT48cGF0aCBkPSJNNCA0aDF2MUg0eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);height:200px;opacity:.33;position:absolute;top:0;width:100%;}
@media (max-width:768px){.article-ptrn{display:none;}}
.article-title{width:100%;}.article-title h1{margin-bottom:20px;}
@media (min-width:1025px){.article-title{max-width:950px;margin:52px 0 40px;}}
@media (min-width:769px) and (max-width:1024px){.article-title{max-width:700px;margin:52px 0 32px;}}
@media (min-width:577px) and (max-width:768px){.article-title{margin:32px 0 24px;}}
@media (max-width:576px){.article-title{margin:24px 0 20px;}}
.article-body{-ms-flex-align:start;align-items:flex-start;max-width:700px;width:100%;}
@media (min-width:769px){.article-body{font-size:16px;line-height:30px;}}
@media (max-width:768px){.article-body{font-size:15px;line-height:29px;}}
@media (max-width:350px){.article-body{line-height:28px;font-size:14px;}}
@media (max-width:576px){.article-body{padding:0 11px;}}
.article-body img{height:auto;max-width:100%;}.article-body img.size-full{height:auto;max-width:100%;}.article-body ol{padding-left:30px;}.article-body ul{padding-left:20px;margin-bottom:30px;}.article-body p{margin-bottom:20px;}.article-body.aligncenter{display:block;margin:5px auto;}
@media (max-width:576px){.article-footer,.article-title{padding:0 11px;}}
.article-body ol,.article-body p,.article-body span,.article-body ul{max-width:700px;margin:0 auto 20px;width:100%;}.article-body ol,.article-body p,.article-body ul{line-height:2;}.quote-bar{border-top:1px solid #a6a5a5;content:"\9";width:30px;margin-right:10px;}.article-footer{margin:30px 0 44px;width:100%;max-width:700px;}
@media (max-width:768px){.article-footer{margin:12px 0 24px;}}
.article-link-box{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:left!important;align-items:left!important;padding:0;max-width:880px;height:auto;width:100%;}
@media (min-width:577px){.article-link-box{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center!important;align-items:center!important;margin:40px 100px;}}
@media (min-width:577px) and (max-width:768px),(min-width:769px) and (max-width:1024px){.article-link-box{margin:40px 30px;}}
@media (max-width:576px){.article-link-box{margin:40px 22px;min-height:170px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:justify;align-content:space-between;}}
.link-box-text-right{border-left:1px solid hsla(0,0%,100%,.3);margin-left:36px;padding-left:36px;}
@media (max-width:576px){.link-box-text-right{border:0;margin:0;padding:0;}}
#article-share,.article-share{z-index:20;}#article-share a,#article-share button,.article-share a,.article-share button{color:#777;margin-right:10px;margin-top:8px;font-size:24px;}#article-share button,.article-share button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;outline:0;padding:0;width:24px;}
@media (max-width:1024px){#article-share.tooltip-container.hover:hover.tooltip.tooltip--right,.article-share.tooltip-container.hover:hover.tooltip.tooltip--right{margin-left:0;}}
@media (max-width:576px){#article-share.tooltip-container.hover:hover.tooltip,.article-share.tooltip-container.hover:hover.tooltip{display:none!important;}}
#article-share i:hover,.article-share i:hover{color:#0F1111;}
@media (min-width:1025px){/* OLD CODE TO HIDE SOCIAL MENU#article-share,.article-share{position:fixed;top:calc(49% - 100px);opacity:0;width:40px;}#article-share a,#article-share button,.article-share a,.article-share button{width:24px;}*/#article-share,.article-share{margin-top:8px;-ms-flex-pack:start!important;justify-content:flex-start!important;}#article-share a,#article-share button,.article-share a,.article-share button{font-size:20px;}}
@media (min-width:1281px){#article-share,.article-share{left:32px;}}
@media (min-width:1025px) and (max-width:1280px){#article-share,.article-share{left:32px;}}
@media (max-width:768px),(min-width:769px) and (max-width:1024px){#article-share,.article-share{margin-top:8px;-ms-flex-pack:start!important;justify-content:flex-start!important;}#article-share a,#article-share button,.article-share a,.article-share button{font-size:20px;}}
@media (max-width:768px),(min-width:769px) and (max-width:1024px){.hidden-desk-down{display:none;}}
@media (min-width:1025px){.hidden-desk-up{display:none!important;}}
.link-box-text{color:#fff;-ms-flex:1;flex:1;}
@media (max-width:576px){.link-box-text{display:block!important;}}
@media (max-width:576px){.link-box-text.link-box-text-bottom{margin-top:16px;}}
.link-box-text:hover{cursor:pointer;}.link-box-text:hover.btn-link-underline:after{width:100%;}.link-box-text:hover i{left:0!important;}.link-ptrn{position:absolute;opacity:.2;}.link-ptrn-top{top:0;left:-8px;width:160px;}
@media (max-width:576px){.link-ptrn-top{width:120px;}}
.link-ptrn-bottom{bottom:-7px;right:-18px;width:200px;}
@media (max-width:576px){.link-ptrn-bottom{width:160px;}}
.feed-link-hr{width:100%;opacity:.3;margin:0;border-top:1px solid #fff;}.feed-tertiary-wrapper h6{font-weight:400;}
@media (max-width:576px){.feed-tertiary-wrapper{background:#f8f8f9!important;margin:0 0 30px;padding:30px 0;}.feed-tertiary-wrapper h6{font-size:18px;font-weight:400;line-height:1.33;}}
.popular-img{width:64px;height:64px;background-size:cover;background-position:49%;-ms-flex:0 0 64px;flex:0 0 64px;margin-top:4px;}.popular-img:after{border-radius:0!important;}.popular-feed:hover{cursor:pointer;}.popular-feed:hover p{opacity:.7;}
@media (max-width:576px){.popular-feed:hover p{font-weight:500;}}
.popular-feed:hover.popular-img:after{opacity:1;}.popular-left{margin-right:3%;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;}.popular-left p{font-size:13px;font-weight:500;line-height:1.62;}.btn-link-underline{display:inline-block;position:relative;}.btn-link-underline:after{content:"";display:block;margin:auto;height:2px;width:0;background:#fff;}.pagination-wrapper{padding:0 0 60px;margin-top:-20px;}
.content-block.one-whole{margin:0 auto;clear:both;}.content-block.one-whole:after,.content-block.one-whole:before{content:" ";display:table;}.content-block.one-whole:after{clear:both;}.content-block.tinymce-block:after,.content-block.tinymce-block:before{content:" ";display:table;}.content-block.tinymce-block:after{clear:both;}::-moz-selection{color:#fff;background-color:#c6076b;}::selection{color:#fff;background-color:#c6076b;}.body-wrapper{-ms-flex-pack:center;justify-content:center;}.body-wrapper{width:100%;max-width:1200px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.width-100{width:100%;}.primary-color{color:#c6076b;}.primary-color:hover{color:#3f5162;}.feed-default,.flex,.flex-hor-center,.flex-ver-center,.link-box-text{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.flex-ver-center{-ms-flex-align:center;align-items:center;}.flex-hor-center{-ms-flex-pack:center;justify-content:center;}.line-break{width:100%;margin-top:-1px;opacity:0;}.feed-info{color:#717171;font-size:10px;line-height:1.6;display:inline;}.feed-description{color:#010101;font-size:12px;padding-top:0px;}.tooltip,.tooltip:after,.tooltip:before{color:#fff!important;}.full-width{width:100%;}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important;}.cta-mobile{display:none;}
@media (max-width:576px){.cta-mobile{display:block;}}
.cta-desktop{display:none;}
@media (min-width:577px){.cta-desktop{display:block;}}
.feed-higher{min-height:410px;}
.feed-blog-subtitle{font-size: 28px;line-height: 40px;letter-spacing: -.02em;}
@media (max-width:576px){.feed-blog-subtitle{font-size: 21px;line-height: 30px;letter-spacing: -.02em;}}
.feed-spacing-bottom{margin-bottom: 1.2rem}

    
/*! CSS Used keyframes */
@keyframes e{0%{transform:translateY(10%);}to{transform:none;}}
@keyframes s{0%{opacity:0;}to{opacity:1;}}
@keyframes o{0%{transform:scale(1.3);}to{transform:none;}}
@keyframes w{0%{width:0;}to{width:100%;}}


/*! Button Menu Bar */
._style_4AsDBA{margin-top:10px!important;}
@media only screen and (max-width: 768px){
._style_4AsDBA{width:auto!important;}
}
@media only screen and (max-width: 575px){
._style_4AsDBA{padding-left:5px!important;padding-right:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
}
._style_2RJ5vN{background-color:#dc0a79!important;border-color:#dc0a79!important;}
._style_2RJ5vN:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2RJ5vN:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2RJ5vN:active{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_4AsDBA{margin-top:10px!important;}
@media only screen and (max-width: 768px){
._style_4AsDBA{width:auto!important;}
}
@media only screen and (max-width: 575px){
._style_4AsDBA{padding-left:5px!important;padding-right:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
}
._style_2RJ5vN{background-color:#dc0a79!important;border-color:#dc0a79!important;}
._style_2RJ5vN:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2RJ5vN:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
._style_2RJ5vN:active{background-color:#c6076b!important;border-color:#c6076b!important;}


/*! Blu BAR WITH TWO LINK */
.icon_right-arrow:before{content:"\f061";}
.push-tiny--left{margin-left:12px!important;}
.flush{margin:0!important;}
.btn--cta{color:#dc0a79;background-color:transparent;}
.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}
.btn--cta .icon_right-arrow{transition:left .4s ease;position:relative;left:0;}
.btn--cta:hover .icon_right-arrow{left:4px;}
::-moz-selection{color:#fff;background-color:#c6076b;}
::-ms-selection{color:#fff;background-color:#c6076b;}
::-o-selection{color:#fff;background-color:#c6076b;}
::-webkit-selection{color:#fff;background-color:#c6076b;}
::selection{color:#fff;background-color:#c6076b;}
.icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon_right-arrow:before{content:"\f061";}
hr{box-sizing:content-box;height:0;}
hr{margin:0;padding:0;}
.position--relative{position:relative!important;}
.push-tiny--left{margin-left:12px!important;}
.flush{margin:0!important;}
.btn--cta{color:#dc0a79;background-color:transparent;}
.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}
.btn--cta .icon_right-arrow{-webkit-transition:left .4s ease;transition:left .4s ease;position:relative;left:0;}
.btn--cta:hover .icon_right-arrow{left:4px;}
.text-white{color:#fff!important;}
hr{border:0;border-top:1px solid #e5e5e4;margin-bottom:32px;}
::-moz-selection{background:#47d3d9;color:#fff;}
::selection{background:#47d3d9;color:#fff;}
.btn-link-underline:after{animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both;animation-duration:.4s;transition:all .4s cubic-bezier(.215,.61,.355,1);}
.btn--cta:focus{outline-width:5px;outline-style:solid;outline-color:Highlight;}
@media (-webkit-min-device-pixel-ratio:0){
.btn--cta:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}
}
.link-box-text{color:#fff;-ms-flex:1;flex:1;}
@media (max-width:576px){
.link-box-text{display:block!important;}
}
.link-box-text:hover{cursor:pointer;}
.link-box-text:hover .btn-link-underline:after{width:100%;}
.link-box-text:hover i{left:0!important;}
.link-ptrn{position:absolute;opacity:.2;}
.link-ptrn-top{top:0;left:-8px;width:160px;}
@media (max-width:576px){
.link-ptrn-top{width:120px;}
}
.link-ptrn-bottom{bottom:-7px;right:-18px;width:200px;}
@media (max-width:576px){
.link-ptrn-bottom{width:160px;}
}
.feed-link-hr{width:100%;opacity:.3;margin:0;border-top:1px solid #fff;}
.btn-link-underline{display:inline-block;position:relative;}
.btn-link-underline:after{content:"";display:block;margin:auto;height:2px;width:0;background:#fff;}
.body-wrapper{-ms-flex-pack:center;justify-content:center;}
.body-wrapper{width:100%;max-width:1200px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.width-100{width:100%;}
.flex,.flex-hor-center,.flex-ver-center,.link-box-text{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-ver-center{-ms-flex-align:center;align-items:center;}
.flex-hor-center{-ms-flex-pack:center;justify-content:center;}
.cta-mobile{display:none;}
@media (max-width:576px){
.cta-mobile{display:block;}
}
.cta-desktop{display:none;}
@media (min-width:577px){
.cta-desktop{display:block;}
}
.icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon_right-arrow:before{content:"\f061";}
*,:after,:before{box-sizing:border-box;}
.visible--palm{display:none!important;}
@media only screen and (max-width:575px){
.hidden--palm{display:none!important;}
.visible--palm{display:block!important;}
}
.position--relative{position:relative!important;}
.push-tiny--left{margin-left:12px!important;}
.flush{margin:0!important;}
.btn--cta{color:#dc0a79;background-color:transparent;}
.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}
.btn--cta .icon_right-arrow{-webkit-transition:left .4s ease;transition:left .4s ease;position:relative;left:0;}
.btn--cta:hover .icon_right-arrow{left:4px;}
.text-white{color:#fff!important;}
::-moz-selection{background:#47d3d9;color:#fff;}
::selection{background:#47d3d9;color:#fff;}
.btn-link-underline:after{animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both;animation-duration:.4s;transition:all .4s cubic-bezier(.215,.61,.355,1);}
.btn--cta:focus{outline-width:5px;outline-style:solid;outline-color:Highlight;}
@media (-webkit-min-device-pixel-ratio:0){
.btn--cta:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}
}
.article-link-box{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:left!important;align-items:left!important;padding:0;max-width:880px;height:auto;width:100%;}
@media (min-width:577px){
.article-link-box{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center!important;align-items:center!important;margin:40px 100px;}
}
@media (min-width:577px) and (max-width:768px),(min-width:769px) and (max-width:1024px){
.article-link-box{margin:40px 30px;}
}
@media (max-width:576px){
.article-link-box{margin:40px 22px;min-height:170px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:justify;align-content:space-between;}
}
.link-box-text-right{border-left:1px solid hsla(0,0%,100%,.3);margin-left:36px;padding-left:36px;}
@media (max-width:576px){
.link-box-text-right{border:0;margin:0;padding:0;}
}
.link-box-text{color:#fff;-ms-flex:1;flex:1;}
@media (max-width:576px){
.link-box-text{display:block!important;}
}
@media (max-width:576px){
.link-box-text.link-box-text-bottom{margin-top:16px;}
}
.link-box-text:hover{cursor:pointer;}
.link-box-text:hover .btn-link-underline:after{width:100%;}
.link-box-text:hover i{left:0!important;}
.link-ptrn{position:absolute;opacity:.2;}
.link-ptrn-top{top:0;left:-8px;width:160px;}
@media (max-width:576px){
.link-ptrn-top{width:120px;}
}
.link-ptrn-bottom{bottom:-7px;right:-18px;width:200px;}
@media (max-width:576px){
.link-ptrn-bottom{width:160px;}
}
.feed-link-hr{width:100%;opacity:.3;margin:0;border-top:1px solid #fff;}
.btn-link-underline{display:inline-block;position:relative;}
.btn-link-underline:after{content:"";display:block;margin:auto;height:2px;width:0;background:#fff;}
::-moz-selection{color:#fff;background-color:#c6076b;}
::selection{color:#fff;background-color:#c6076b;}
.body-wrapper{-ms-flex-pack:center;justify-content:center;}
.body-wrapper{width:100%;max-width:1200px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.width-100{width:100%;}
.flex,.flex-hor-center,.flex-ver-center,.link-box-text{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-ver-center{-ms-flex-align:center;align-items:center;}
.flex-hor-center{-ms-flex-pack:center;justify-content:center;}
.cta-mobile{display:none;}
@media (max-width:576px){
.cta-mobile{display:block;}
}
.cta-desktop{display:none;}
@media (min-width:577px){
.cta-desktop{display:block;}
}
.icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon_right-arrow:before{content:"\f061";}
*,:after,:before{box-sizing:border-box;}
.push-tiny--left{margin-left:12px!important;}
.flush{margin:0!important;}
.btn--cta{color:#dc0a79;background-color:transparent;}
.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}
.btn--cta .icon_right-arrow{-webkit-transition:left .4s ease;transition:left .4s ease;position:relative;left:0;}
.btn--cta:hover .icon_right-arrow{left:4px;}
::-moz-selection{background:#47d3d9;color:#fff;}
::selection{background:#47d3d9;color:#fff;}
.btn--cta:focus{outline-width:5px;outline-style:solid;outline-color:Highlight;}
@media (-webkit-min-device-pixel-ratio:0){
.btn--cta:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}
}
.btn{margin-top:16px;}
::-moz-selection{color:#fff;background-color:#c6076b;}
::selection{color:#fff;background-color:#c6076b;}
.body-wrapper{-ms-flex-pack:center;justify-content:center;}
.body-wrapper{width:100%;max-width:1200px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex,.flex-ver-center{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-ver-center{-ms-flex-align:center;align-items:center;}


/*! Pagination */
.icon{font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon_left-arrow:before{content:"\f060";}.icon_right-arrow:before{content:"\f061";}*,:after,:before{box-sizing:border-box;}.zeta{font-size:16px;font-size:1.14286rem;line-height:1.25;}
@media only screen and (max-width:575px){.zeta{font-size:14px;font-size:1rem;line-height:1.28571;}}
@media only screen and (min-width:576px) and (max-width:768px){.zeta{font-size:14px;font-size:1rem;line-height:1.28571;}}
@media only screen and (min-width:769px) and (max-width:1280px){.zeta{font-size:14px;font-size:1rem;line-height:1.28571;}}
.push-tiny--left{margin-left:12px!important;}.flush{margin:0!important;}.hard--right{padding-right:0!important;}.hard--left{padding-left:0!important;}.btn--cta{color:#dc0a79;background-color:transparent;}.btn--cta{padding:0;border:transparent;text-align:left;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.btn--cta:active,.btn--cta:focus,.btn--cta:hover{color:#c6076b;background-color:transparent;border:transparent;}.btn--cta.icon_right-arrow{-webkit-transition:left.4s ease;transition:left.4s ease;position:relative;left:0;}.btn--cta:hover.icon_right-arrow{left:4px;}.btn--huge{padding:1.25em 3em;font-size:18px;}.primary-font--semibold{font-weight:500;}::-moz-selection{background:#47d3d9;color:#fff;}::selection{background:#47d3d9;color:#fff;}.pagination-prev.icon_left-arrow{animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:both;animation-duration:.4s;transition:all.4s cubic-bezier(.215,.61,.355,1);}.btn--cta:focus{outline-width:5px;outline-style:solid;outline-color:Highlight;}
@media (-webkit-min-device-pixel-ratio:0){.btn--cta:focus{outline-color:-webkit-focus-ring-color;outline-style:auto;}}
.btn-text-black{color:#0F1111;}.btn-text-black:focus,.btn-text-black:hover{color:#4d4c4c;}.pagination-prev{border:0!important;border-right:1px solid #717171!important;}.pagination-prev.icon_left-arrow{position:relative;margin-right:12px;}.pagination-prev:hover.icon_left-arrow{margin-right:16px;margin-left:-4px;}.pagination-next{border:0!important;border-left:1px solid #717171!important;}.page-indicator{color:#717171;}.pagination-wrapper{padding:0 0 60px;margin-top:-20px;}
@media (max-width:768px){.pagination-wrapper{margin-top:0;padding:40px 0;}}
.pagination-button{margin:0;padding:0 24px;}
@media (max-width:576px){.pagination-button{padding:0 6vw;}}
.btn{margin-top:16px;}::-moz-selection{color:#fff;background-color:#c6076b;}::selection{color:#fff;background-color:#c6076b;}.body-wrapper{-ms-flex-pack:center;justify-content:center;}.body-wrapper{width:100%;max-width:1200px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.flex,.flex-ver-center{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.flex-ver-center{-ms-flex-align:center;align-items:center;}

/*! CSS TAGS START */
.header-form-in-tags{padding-top:5px!important;}.header-form-in-tags input[type="checkbox"]{display:none;}.header-form-in-tags label{display:inline-block;}.header-form-in-tags input[type="checkbox"] + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #E5E5E4!important;color:#a7a7a7;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}.header-form-in-tags input[type="checkbox"]:checked + label{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#dc0a79;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#ffffff;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}.header-form-in-tags input[type="checkbox"] + label:hover{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#dc0a79;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}.header-form-in-tags input[type="checkbox"]:disabled + label{opacity:0.5;}
@media (max-width:500px){.header-form-in-tags input[type="checkbox"] + label{font-size:0.75em;}}
.checkboxcreationchecked input[type="checkbox"]{display:none;}.displyinline{display:inline-block;}
/*! CSS TAGS END */
/*! CSS TAGS Country START */
.tag-link-22{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;padding-bottom:10px!important;border:1px solid #E5E5E4!important;color:#a7a7a7;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}.tag-link-22:hover{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;padding-bottom:10px!important;border:1px solid #dc0a79!important;color:#dc0a79;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}.tag-link-22-checked{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#dc0a79;height:44px;padding:5px!important;padding-top:10px!important;padding-bottom:10px!important;border:1px solid #dc0a79!important;color:#ffffff;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
@media (max-width:500px){.tag-link-22{font-size:0.75em;}.tag-link-22-checked{font-size:0.75em;}}
.menu-top i.fa-heart{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-bullhorn{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-bell{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-comments{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-envelope{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
.menu-top i.fa-calendar-alt{position:relative; font-size:1.2em; color:#000000!important; cursor:pointer;}
span.fa-comment{position:absolute; font-size:0.95em; top:-9px; color:red; right:-9px;}
span.num{position:absolute; font-size:0.65em; top:-5.6px; color:#fff; right:-3.5px;}
.field-validation-error{color:#ff0048; animation:blink-animation 1s steps(5,start) infinite; -webkit-animation:blink-animation 1s steps(5,start) infinite; -ms-animation:blink-animation 1s steps(5,start) infinite; -o-animation:blink-animation 1s steps(5,start) infinite;}.form-informations{color:#a9a9a9; font-size:0.65em;}.form-sex-text{font-size:0.9em;}.form-age-text{font-size:0.9em; padding-top:14px!important; margin-bottom:0px!important; padding-bottom:0px!important;}.feed-card-big{min-height:280px!important;}
@media (max-width:500px){.feed-card-big{min-height:225px!important;}}
.pull-right{float:right!important;}.pull-left{float:left!important;}.text-right{text-align:right!important;}.text-left{text-align:left!important;}hr.hrgradient{border:0; height:1px;  background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));}.video-container{position:relative; padding-bottom:56.24%; padding-top:30px; height:0; overflow:hidden;}.video-container iframe,.video-container object,.video-container embed{position:absolute; top:0; left:0; width:100%; height:100%;}.home-back-img{/* Full height */height:100%;/* Center and scale the image nicely */background-position:center; background-repeat:no-repeat; background-size:cover; border-radius:49%;}.text-grey{color:#c6c6c6!important;}.force-black{color:#010101!important;}.annonce-info-error div{font-size:16px;  color:#a94442; border:1px solid #ebccd1; background-color:#f2dede; padding:15px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}.annonce-info-hidden div{font-size:16px;  color:#aeaeae; border:1px solid #dedede; background-color:#e6e6e6; padding:15px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}/* Mobile Only */
@media only screen and (max-width:321px){.hide-mobile{display:none!important;}.full-mobile{width:100%!important;}}
@media only screen and (min-width:321px){.hide-tb-desk{display:none!important;}}
.pagination-prev{border:0!important;border-right:1px solid #717171!important;}
.pagination-prev .icon_left-arrow{position:relative;margin-right:12px;}
.pagination-prev:hover .icon_left-arrow{margin-right:16px;margin-left:-4px;}
.pagination-button{margin:0;padding:0 24px;}
@media (max-width:576px){
.pagination-button{padding:0 6vw;}
}
/*! CSS TAGS Country END*/










/*CHECKBOXES*/
.checkboxcreation input[type="checkbox"]{display:none;}
input[type="checkbox"].checkboxcreationnonvisible{display:none;}
label.checkboxcreation{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #E5E5E4!important;color:#a7a7a7;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
label.checkboxcreation:hover{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#dc0a79;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
.checkboxcreationchecked input[type="checkbox"]{display:none;}
label.checkboxcreationchecked{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#dc0a79;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #dc0a79!important;color:#ffffff;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
label.checkboxcreationtag{-webkit-font-smoothing:antialiased;transition:border 0.3s;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;background-color:#ffffff;height:44px;padding:5px!important;padding-top:10px!important;border:1px solid #E5E5E4!important;color:#a7a7a7;margin-right:5px;font-size:0.90em;margin-bottom:10px;text-align:center;cursor:pointer!important;}
@media (max-width:500px){label.checkboxcreation{font-size:0.75em;}}

/*CHECKBOXES SALON BOOKING*/
.checkboxsalonbooking input[type="checkbox"]{display:none;}
input[type="checkbox"].checkboxsalonbookingnonvisible{display:none;}
label.checkboxsalonbooking{width:100%;border-bottom:1px solid #333;background:#fff;padding:0;margin:0;color:#333;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;}
label.checkboxsalonbooking:hover{width:100%;border-bottom:1px solid #333;background:#dc0a79 url('https://www.magental.com/Content/Images/selected-bookingdate.png') no-repeat right;margin-right:10px;color:#fff;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;cursor:pointer;}
.checkboxsalonbookingchecked input[type="checkbox"]{display:none;}
label.checkboxsalonbookingchecked{width:100%;border-bottom:1px solid #333;background:#dc0a79 url('https://www.magental.com/Content/Images/selected-bookingdate.png') no-repeat right;margin-right:10px;color:#fff;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;}
label.checkboxsalonbookingtag{width:100%;border-bottom:1px solid #333;background:#dc0a79 url('https://www.magental.com/Content/Images/selected-bookingdate.png') no-repeat right;margin-right:10px;color:#fff;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;}
label.checkboxsalonbookingtagindex{width:100%;border-bottom:1px solid #333;background:#dc0a79 url('https://www.magental.com/Content/Images/selected-bookingdate.png') no-repeat right;margin-right:10px;color:#fff;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;}
.ch-h3-form-label-salonbooking label{font-size:1.7em;font-weight:100;}
@media (max-width:500px){.ch-h3-form-label-salonbooking label{font-size:1.05em;}}
label.checkboxcreationtagindex{text-align:center;padding:5px;border:solid 1px #ff0048;transition:border 0.3s;margin-bottom:10px;color:#ff0048;font-size:0.75em;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;background-color:#ffffff;margin-right:5px;}

/*SELECT LIST SALON BOOKING*/
.salon-dropdown-height {height:200px;overflow-x:scroll;}
.salon-details-dropdown select {background:#fff;padding:0;color:#a0a0a0;font-size:1.7em;text-transform:capitalize;width:100%;}
.salon-details-dropdown select:hover, select:active, select:checked, select:focus {background:#dc0a79;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;}
.salon-details-dropdown select option {border-bottom:1px solid #333;background:#fff;padding:5px;margin:0;color:#333;}
.salon-details-dropdown select option:hover, select option:checked, select option:focus {background:#dc0a79 url(https://www.magental.com/Content/Images/selected-bookingdate.png) no-repeat right;margin-right:10px;color:#fff;-webkit-transition:color .6s ease-in;-moz-transition:color .6s ease-in;-o-transition:color .6s ease-in;transition:color .6s ease-in;cursor:pointer;}
.salon-details-dropdown select option:active {background:#dc0a79 url(https://www.magental.com/Content/Images/selected-bookingdate.png) no-repeat right;margin-right:10px;color:#fff;}
.salon-booking-pricefrom {color:#a0a0a0;font-size:0.7em;}
.salon-booking-old {color:#a0a0a0;font-size:0.8em;}


/*! Footer buttons START */
.btn--reverse{background-color:#FFF;border-color:#FFF;}
.btn--reverse:active,.btn--reverse:focus,.btn--reverse:hover{opacity:.9;}
.btn--reverse{color:#0F1111!important;}
.btn--reverse:active,.btn--reverse:focus,.btn--reverse:hover{border-color:#E5E5E4;background-color:#E5E5E4;color:#0F1111!important;}
.btn--reverse-outline{background-color:transparent;border-width:2px;}
.btn--reverse-outline{border-color:#FFF;color:#FFF!important;}
.btn--reverse-outline:active,.btn--reverse-outline:focus,.btn--reverse-outline:hover{border-color:#E5E5E4;background-color:#E5E5E4;color:#0F1111!important;}
/*! Footer buttons END */
/*! Business Style START*/

._a6:last-child{margin-bottom:0;}
._gc:hover{background-color:transparent!important;}
._hc:hover{background-color:#c6076b!important;}
._hr:hover{background-color:#c6076b;}
._gd:hover{border-color:#c6076b!important;}
._gm:hover{border-color:black!important;}
._hs:hover{border-color:#c6076b;}
._mv:hover{border-color:#d6d6d5;}
._ge:hover{color:#FFFFFF!important;}
._ht:focus{background-color:#c6076b;}
._hu:focus{border-color:#c6076b;}
._n0:focus{border-color:#dc0a79;}
._hv:active{background-color:#c6076b;}
._hw:active{border-color:#c6076b;}
._lb:after{content:"▾";}
._lc:after{position:absolute;}
._mw:after{top:9px;}
._mx:after{right:18px;}
._lf:after{pointer-events:none;}
._mq:disabled{color:#c6c6c6;}
._mr:disabled{cursor:default;}
._a{font-family:Roboto,Helvetica,sans-serif!important;}
._g6{font-family:Roboto,Helvetica,sans-serif!important;}
._i5{font-family:Roboto,Helvetica,sans-serif!important;}
._gy{font-weight:400;}
._b{font-weight:500;}
._i6{font-weight:600;}
._g7{font-weight:700;}
._c{background-color:#e5e5e4;}
._g{background-color:#ffffff;}
._k{background-color:rgba(0, 0, 0, 0.5)!important;}
._aj{background-color:#ffffff;}
._bo{background-color:#f7f7f7;}
._bp{background-color:#FBFBFB;}
._g9{background-color:transparent!important;}
._ha{background-color:#dc0a79!important;}
._hp{background-color:#11939a;}
._m5{background-color:transparent;}
._ci{margin:0;}
._d{margin:0 auto;}
._e{max-width:1560px;}
._j{max-width:300px;}
._bh{max-width:80%;}
._e9{max-width:100%;}
._ew{max-width:840px;}
._f{overflow:hidden;}
._i0{overflow:visible;}
._h{z-index:10!important;}
._l{z-index:6!important;}
._i{width:80%;}
._r{width:16px;}
._aa{width:100%;}
._bv{width:35%;}
._ca{width:145%;}
._gg{width:24px;}
._gt{width:-webkit-calc((768px - 100vw) * 768);}
._gu{width:-moz-calc((768px - 100vw) * 768);}
._gv{width:calc((768px - 100vw) * 768);}
._h6{width:-webkit-calc((960px - 100vw) * 960);}
._h7{width:-moz-calc((960px - 100vw) * 960);}
._h8{width:calc((960px - 100vw) * 960);}
._he{width:-webkit-calc((575px - 100vw) * 575);}
._hf{width:-moz-calc((575px - 100vw) * 575);}
._hg{width:calc((575px - 100vw) * 575);}
._k6{width:-webkit-calc((769px - 100vw) * 769);}
._k7{width:-moz-calc((769px - 100vw) * 769);}
._k8{width:calc((769px - 100vw) * 769);}
._h3{margin-top:0;}
._m{margin-top:60px;}
._c9{margin-top:40px;}
._fp{margin-top:52px;}
._g3{margin-top:12px;}
._g4{margin-top:32px;}
._gj{margin-top:-1px;}
._p{padding:24px;}
._b2{padding:32px;}
._b8{padding:52px 0 52px 0;}
._br{padding:40px 24px;}
._ft{padding:52px;}
._i7{padding:11px 20px;}
._mo{padding:8px 18px;}
._q{padding-bottom:12px;}
._dj{padding-bottom:24px;}
._eb{padding-bottom:52px;}
._s{height:16px;}
._a7{height:36px!important;}
._ce{height:100%;}
._g8{height:46px;}
._gf{height:24px;}
._i8{height:356px;}
._mu{height:44px;}
._t{color:#A5A5A5;}
._v{color:#000000;}
._cf{color:#dc0a79;}
._gb{color:#dc0a79!important;}
._gl{color:black!important;}
._hb{color:#FFFFFF!important;}
._hq{color:#ffffff;}
._ls{color:#717171;}
._u{border-left:4px solid transparent;}
._ep{border-left:1px solid #D6D6D6;}
._w{display:block;}
._az{display:inline-block;}
._cq{display:none;}
._cw{display:-webkit-box;}
._cx{display:-moz-box;}
._cy{display:-ms-flexbox;}
._cz{display:-webkit-flex;}
._d0{display:flex;}
._x{font-size:16px;}
._a8{font-size:12px!important;}
._ad{font-size:14px;}
._gw{font-size:28px;}
._h4{font-size:13px;}
._is{font-size:36px;}
._k1{font-size:12px;}
._k9{font-size:24px;}
._kb{font-size:20px;}
._kf{font-size:40px;}
._lr{font-size:8px;}
._y{line-height:24px;}
._a9{line-height:11px!important;}
._gx{line-height:36px;}
._i3{line-height:18px;}
._it{line-height:48px;}
._iw{line-height:28px;}
._ka{line-height:32px;}
._kg{line-height:52px;}
._z{text-decoration:none;}
._a0{text-transform:none;}
._i2{text-transform:uppercase;}
._a1{margin-left:-24px;}
._gi{margin-left:12px;}
._k4{margin-left:10px;}
._ac{margin-bottom:0;}
._a2{margin-bottom:12px;}
._bf{margin-bottom:8px!important;}
._by{margin-bottom:8px;}
._bz{margin-bottom:24px!important;}
._ex{margin-bottom:0px!important;}
._ey{margin-bottom:0px;}
._h2{margin-bottom:24px;}
._id{margin-bottom:-webkit-calc(0px * -1);}
._ie{margin-bottom:-moz-calc(0px * -1);}
._if{margin-bottom:calc(0px * -1);}
._lt{margin-bottom:40px;}
._a3{padding-left:24px;}
._do{padding-left:75px;}
._e0{padding-left:45px;}
._en{padding-left:40px;}
._a4{-webkit-transition:all 400ms ease;}
._a5{transition:all 400ms ease;}
._ab{border-width:1px!important;}
._hx{border-width:2px;}
._mt{border-width:1px;}
._bq{position:relative;}
._bt{position:absolute;}
._bu{top:24px;}
._ah{right:0;}
._bg{box-shadow:0 2px 4px 0 rgba(170, 170, 170, 0.50);}
._m8{-webkit-flex-grow:1;}
._m9{-ms-flex-positive:1;}
._ma{flex-grow:1;}
._bx{margin-right:15%;}
._c8{margin-right:-45%;}
._bn{padding-top:40px;}
._c0{padding-top:24px;}
._ea{padding-top:52px;}
._bc{background-repeat:no-repeat;}
._bd{background-position:top center;}
._fs{background-position:center center;}
._lj{background-position:center;}
._be{background-size:cover;}
._bw{text-align:right;}
._ct{text-align:center;}
._ix{text-align:left;}
._mp{text-align:none;}
._cj{border:none;}
._mz{border:1px solid #e5e5e4;}
._ck{fill:currentColor;}
._d1{-webkit-flex:1;}
._gp{-webkit-flex:0 0 auto;}
._d2{-ms-flex:1;}
._gq{-ms-flex:0 0 auto;}
._d3{flex:1;}
._gr{flex:0 0 auto;}
._d4{-webkit-flex-direction:row;}
._fu{-webkit-flex-direction:column!important;}
._d5{-ms-flex-direction:row;}
._fv{-ms-flex-direction:column!important;}
._d6{-webkit-box-orient:horizontal;}
._fw{-webkit-box-orient:vertical;}
._d7{-webkit-box-direction:normal;}
._d8{flex-direction:row;}
._fx{flex-direction:column!important;}
._d9{-webkit-align-items:center;}
._f5{-webkit-align-items:stretch;}
._l2{-webkit-align-items:flex-start;}
._da{-ms-flex-align:center;}
._f6{-ms-flex-align:stretch;}
._l3{-ms-flex-align:start;}
._db{-webkit-box-align:center;}
._f7{-webkit-box-align:stretch;}
._l4{-webkit-box-align:start;}
._dc{align-items:center;}
._f8{align-items:stretch;}
._l5{align-items:flex-start;}
._dd{-webkit-justify-content:space-between;}
._dk{-webkit-justify-content:center;}
._fb{-webkit-justify-content:flex-start;}
._de{-ms-flex-pack:justify;}
._dl{-ms-flex-pack:center;}
._fc{-ms-flex-pack:start;}
._df{-webkit-box-pack:justify;}
._dm{-webkit-box-pack:center;}
._fd{-webkit-box-pack:start;}
._dg{justify-content:space-between;}
._dn{justify-content:center;}
._fe{justify-content:flex-start;}
._dp{padding-right:75px;}
._e1{padding-right:45px;}
._eo{padding-right:40px;}
._fh{padding-right:130px;}
._my{padding-right:36px;}
._ez{-moz-box-sizing:border-box;}
._f0{box-sizing:border-box;}
._f1{-webkit-flex-wrap:wrap;}
._f2{-ms-flex-wrap:wrap;}
._f3{-webkit-box-lines:multiple;}
._f4{flex-wrap:wrap;}
._ga{border-color:#dc0a79!important;}
._gk{border-color:black!important;}
._ho{border-color:#11939a;}
._ms{border-color:#e5e5e4;}
._gh{vertical-align:middle;}
._gs{min-width:58.333333333333336%;}
._hd{min-width:100%;}
._k5{min-width:49%;}
._hy{border-style:solid;}
._hz{cursor:pointer;}
._n1{cursor:default;}
._i1{border-radius:0px;}
._m6{border-radius:unset;}
._i4{outline:none;}
._iy{word-break:break-word;}
._m2{-webkit-appearance:none;}
._m3{-moz-appearance:none;}
._m4{appearance:none;}
._n2{opacity:0.6;}
._n{margin-top:70px;}
._b9{padding:52px 75px 52px 75px;}
._bi{padding:40px;}
._bk{padding:52px;}
._bs{padding:75px 0 75px 75px;}
._bj{max-width:375px;}
._bl{padding-left:75px;}
._bm{padding-right:75px;}
._cb{margin:52px;}
._cc{margin-bottom:0;}
._cd{width:75%;}
._gn{display:block;}
._b6{padding-left:24px;}
._du{padding-left:12px;}
._eq{padding-left:0px;}
._b7{padding-right:24px;}
._dv{padding-right:12px;}
._er{padding-right:0px;}
._el{padding-top:0px;}
._es{padding-top:52px;}
._et{padding-bottom:0px;}
._dq{-webkit-justify-content:space-around;}
._eh{-webkit-justify-content:center;}
._dr{-ms-flex-pack:distribute;}
._ei{-ms-flex-pack:center;}
._ds{-webkit-box-pack:justify;}
._ej{-webkit-box-pack:center;}
._dt{justify-content:space-around;}
._ek{justify-content:center;}
._ec{-webkit-flex-direction:column!important;}
._ec2{-webkit-flex-direction:initial!important;}
@media (max-width:768px){._ec2{-webkit-flex-direction:column!important;}}
._ed{-ms-flex-direction:column!important;}
._ee{-webkit-box-orient:vertical;}
._ef{-webkit-box-direction:normal;}
._eg{flex-direction:column!important;}
._eg2{flex-direction: initial!important;}
@media (max-width:768px){._eg2{flex-direction: column!important;}}
._em{padding:75px;}
._eu{border-left:none;}
._ev{border-top:1px solid #D6D6D6;}
._ev2{border-left:1px solid #D6D6D6;padding-left:52px;}
@media (max-width:768px){._ev2{border-top:1px solid #D6D6D6;border-left:0px;padding-left:0px;}}
._fo{max-width:none;}
/*._ic{height:325px;}*/
._e4{padding:12px;}
._fk{padding-left:24px;}
._fl{padding-right:24px;}
._g2{padding-top:0;}
._fm{padding-top:52px;}
._fn{padding-bottom:52px;}
._fy{-webkit-align-items:flex-start;}
._fz{-ms-flex-align:start;}
._g0{-webkit-box-align:start;}
._g1{align-items:flex-start;}
._g5{margin-bottom:8px;}
._gz{font-family:Roboto,Helvetica,sans-serif!important;}
._h0{font-size:22px;}
._iu{font-size:24px;}
._iz{font-size:14px;}
._kc{font-size:18px;}
._kh{font-size:28px;}
._lm{font-size:20px;}
._h1{line-height:30px;}
._iv{line-height:32px;}
._j0{line-height:24px;}
._kd{line-height:28px;}
._ki{line-height:36px;}
._i9{-webkit-order:-1;}
._ia{-ms-flex-order:-1;}
._ib{order:-1;}
/*! Pull right */
._ib2{order:2;}
@media (max-width:768px){._ib2{order:-1;}}
._dw{-webkit-justify-content:center;}
._dx{-ms-flex-pack:center;}
._dy{-webkit-box-pack:center;}
._dz{justify-content:center;}
._e5{padding-left:40px;}
._e6{padding-right:40px;}
._e7{padding-top:12px;}
._e8{padding-bottom:12px;}
._e2{padding-left:25px;}
._e3{padding-right:25px;}
._ff{display:block;}
._fg{display:none;}
._ig{margin-left:-webkit-calc(0px / 2 * -1);}
._ih{margin-left:-moz-calc(0px / 2 * -1);}
._ii{margin-left:calc(0px / 2 * -1);}
._ij{margin-right:-webkit-calc(0px / 2 * -1);}
._ik{margin-right:-moz-calc(0px / 2 * -1);}
._il{margin-right:calc(0px / 2 * -1);}
._im{padding-left:-webkit-calc(0px / 2);}
._in{padding-left:-moz-calc(0px / 2);}
._io{padding-left:calc(0px / 2);}
._ip{padding-right:-webkit-calc(0px / 2);}
._iq{padding-right:-moz-calc(0px / 2);}
._ir{padding-right:calc(0px / 2);}
._ll{margin-bottom:52px;}
._fi{padding-left:75px;}
._fj{padding-right:75px;}
._inlce{text-align:center!important; display:inline-block!important;width: 100%}

/*! Business Style END*/

/*! CSS Used for RDV START */
#search-rdv .bg-fond-light {background: #fcf5ed;}
#search-rdv .bg-fond-dark {background: #DED5CF;}
#search-rdv .ng-hide:not(.ng-hide-animate){display:none!important;}
#search-rdv .ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0px!important;top:0px!important;}
#search-rdv .selectize-control>.selectize-input>input{width:100%;}
#search-rdv .selectize-control>.selectize-dropdown{width:100%;}
#search-rdv .selectize-control{position:relative;}
#search-rdv .selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit;}
#search-rdv .selectize-input{background:#ffffff;cursor:text;display:inline-block;}
#search-rdv .selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
#search-rdv .selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);}
#search-rdv .selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;}
#search-rdv .selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
#search-rdv .selectize-input>input::-ms-clear{display:none;}
#search-rdv .selectize-input>input:focus{outline:none!important;}
#search-rdv .selectize-input::after{content:' ';display:block;clear:left;}

#search-rdv .selectize-select>select{color: #555555;display:inline-block!important;padding:0!important;padding-left:10px!important;min-height:30px!important;height:100%!important;max-height:none!important;width:100%!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
#search-rdv .selectize-select>select::-ms-clear{display:none;}
#search-rdv .selectize-select>select:focus{outline:none!important;}
/*style the arrow inside the select element:*/
#search-rdv .selectize-select>select:after{content:' ';display:block;position:absolute;top:49%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#808080 transparent transparent transparent;}
#search-rdv option {color: #555555; font-size:1em;margin:2px 2px 2px 2px!important;padding-left:10px!important;} /* Bigger text */

#search-rdv .selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#ffffff;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
#search-rdv .selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden;}
#search-rdv .selectize-dropdown [data-selectable],.selectize-dropdown .optgroup-header{padding:5px 8px;}
#search-rdv .selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none;}
#search-rdv .selectize-dropdown .optgroup-header{color:#303030;background:#ffffff;cursor:default;}
#search-rdv .selectize-dropdown .active{background-color:#f5fafd;color:#495c68;}
#search-rdv .selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;}
#search-rdv .selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer;}
/*Right Dropdown arroww
#search-rdv .selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:49%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#808080 transparent transparent transparent;}
*/
#search-rdv section{display:block;}
#search-rdv a{background-color:transparent;}
#search-rdv a:active,a:hover{outline:0;}
#search-rdv h1{font-size:2em;margin:0.67em 0;}
#search-rdv small{font-size:80%;}
#search-rdv img{border:0;}
#search-rdv button,input{color:inherit;font:inherit;margin:0;}
#search-rdv button{overflow:visible;}
#search-rdv button{text-transform:none;}
#search-rdv button{-webkit-appearance:button;cursor:pointer;}
#search-rdv html input[disabled]{cursor:default;}
#search-rdv button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
#search-rdv input{line-height:normal;}
@media print{
#search-rdv *,*:before,*:after{background:transparent!important;color:#0F1111!important;box-shadow:none!important;text-shadow:none!important;}
#search-rdv a,a:visited{text-decoration:underline;}
#search-rdv a[href]:after{content:" (" attr(href) ")";}
#search-rdv img{page-break-inside:avoid;}
#search-rdv img{max-width:100%!important;}
#search-rdv p,h2,h3{orphans:3;widows:3;}
#search-rdv h2,h3{page-break-after:avoid;}
}
#search-rdv *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#search-rdv *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#search-rdv input,button{font-family:inherit;font-size:inherit;line-height:inherit;}
#search-rdv a{color:#337ab7;text-decoration:none;}
#search-rdv a:hover,a:focus{color:#23527c;text-decoration:underline;}
#search-rdv a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
#search-rdv img{vertical-align:middle;}
#search-rdv .img-responsive{display:block;max-width:100%;height:auto;}
#search-rdv [role="button"]{cursor:pointer;}
#search-rdv h1,h2,h3{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
#search-rdv h1,h2,h3{margin-top:20px;margin-bottom:10px;}
#search-rdv h1{font-size:36px;}
#search-rdv h2{font-size:30px;}
#search-rdv h3{font-size:24px;}
#search-rdv p{margin:0 0 10px;}
#search-rdv small{font-size:85%;}
#search-rdv .text-center{text-align:center;}
#search-rdv .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
#search-rdv .container:before,.container:after{content:" ";display:table;}
#search-rdv .container:after{clear:both;}
@media (min-width: 768px){
#search-rdv .container{width:750px;}
}
@media (min-width: 992px){
#search-rdv .container{width:970px;}
}
@media (min-width: 1200px){
#search-rdv .container{width:1170px;}
}
#search-rdv .row{margin-left:-15px;margin-right:-15px;}
#search-rdv .row:before,.row:after{content:" ";display:table;}
#search-rdv .row:after{clear:both;}
#search-rdv .col-md-3,.col-xs-6,.col-md-6{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
#search-rdv .col-xs-6{float:left;}
#search-rdv .col-xs-6{width:49%;}
@media (min-width: 992px){
#search-rdv .col-md-3,.col-md-6{float:left;}
#search-rdv .col-md-3{width:24%;}
#search-rdv .col-md-6{width:49%;}
}
#search-rdv .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:white;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
#search-rdv .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);}
#search-rdv .form-control::-moz-placeholder{color:#999999;opacity:1;}
#search-rdv .form-control:-ms-input-placeholder{color:#999999;}
#search-rdv .form-control::-webkit-input-placeholder{color:#999999;}
#search-rdv .form-control[disabled]{background-color:#eeeeee;opacity:1;}
#search-rdv .form-control[disabled]{cursor:not-allowed;}
#search-rdv .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
#search-rdv .btn:focus,.btn:active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
#search-rdv .btn:hover,.btn:focus{color:#333333;text-decoration:none;}
#search-rdv .btn:active{outline:0;background-image:none;-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);}
#search-rdv .btn-default{color:#333333;background-color:white;border-color:#cccccc;}
#search-rdv .btn-default:hover,.btn-default:focus,.btn-default:active{color:#333333;background-color:#e6e6e6;border-color:#adadad;}
#search-rdv .btn-default:active{background-image:none;}
#search-rdv .btn-warning{color:white;background-color:#dc0a79;border-color:#c6076b;}
#search-rdv .btn-warning:hover,.btn-warning:focus,.btn-warning:active{color:white;background-color:#c6076b;border-color:#dc0a79;}
#search-rdv .btn-warning:active{background-image:none;}
#search-rdv .btn-block{display:block;width:100%;}
#search-rdv .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:whitesmoke;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);}
#search-rdv .clearfix:before,.clearfix:after{content:" ";display:table;}
#search-rdv .clearfix:after{clear:both;}
#search-rdv .visible-xs{display:none!important;}
@media (max-width: 767px){
#search-rdv .visible-xs{display:block!important;}
}
#search-rdv .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);}
#search-rdv .fa-2x{font-size:2em;}
#search-rdv .fa-3x{font-size:3em;}
#search-rdv .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
#search-rdv .fa-lock:before{content:"\f023";}
#search-rdv .fa-map-marker:before{content:"\f041";}
#search-rdv .fa-calendar:before{content:"\f073";}
#search-rdv .fa-user-md:before{content:"\f0f0";}
#search-rdv .fa-hospital-o:before{content:"\f0f8";}
#search-rdv .fa-medkit:before{content:"\f0fa";}
#search-rdv .fa-spinner:before{content:"\f110";}
#search-rdv body{position:relative;}
#search-rdv a{cursor:pointer;}
#search-rdv .ng-hide{display:none!important;}
#search-rdv h1{margin-bottom:30px;color:#444;}
@media only screen and (max-width: 767px){
#search-rdv .btn{height:auto;white-space:normal;}
}
#search-rdv .home-top .search-bar{padding:10px;background:rgba(150,150,150,0.5);box-shadow:none;}
#search-rdv .home-top .search-bar .container{width:auto;padding:0;}
#search-rdv .search-bar-wrapper{min-height:74px;}
#search-rdv .search-bar{padding:10px 0 0;background:#fff;border-radius:4px;box-shadow:0 4px 14px 4px white;}
#search-rdv .search-bar .selectize-dropdown-content{max-height:300px;}
#search-rdv .search-bar .col-md-3{padding-left:0;padding-right:0;}
#search-rdv .search-bar .form-control,.search-bar .btn{height:44px;padding:12px 12px;}
#search-rdv .search-bar .float-label{position:absolute;top:6px;color:#D0DDE6;right:-12px;background:#21719A;border-radius:49%;height:34px;width:34px;font-size:12px;text-align:center;line-height:27px;font-weight:bold;z-index:2;border:4px solid #9AB4C0;}
#search-rdv .search-bar .group-start{padding-left:4px;}
#search-rdv .search-bar .group-start:first-child{padding-left:0;}
#search-rdv .search-bar .group-start.first{padding-right:10px;}
#search-rdv .search-bar .group-start input,.search-bar .group-start .selectize-input{border-radius:5px 0 0 5px;}
#search-rdv .search-bar .group-end{padding-right:4px;}
#search-rdv .search-bar .group-end input,.search-bar .group-end .selectize-input{border-radius:0 5px 5px 0;}
#search-rdv .search-bar .group-start.group-end input,.search-bar .group-start.group-end .selectize-input{border-radius:5px;}
#search-rdv .search-bar .ui-select-container{height:44px;}
#search-rdv .search-bar .selectize-input{border-radius:0;border:1px solid #CCCCCC;max-height:44px;height:44px;}
#search-rdv .search-bar .selectize-input .ui-select-match{padding-right:26px;max-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;}
#search-rdv .search-bar .selectize-input input{line-height:28px!important;font-size:15px;font-weight:normal;padding-left:8px!important;}
#search-rdv .search-bar .ui-select-choices{width:100%;top:45px;}
#search-rdv .search-bar .ui-select-match{font-size:14px;padding-left:12px;color:#555555;padding-top:4px;}
#search-rdv .search-bar .selectize-dropdown .active{background:#7abcec;color:#fefefe;}
#search-rdv .search-bar .selectize-dropdown .optgroup-header{color:#999;}
#search-rdv .search-bar .selectize-dropdown .option{padding-left:12px;}
#search-rdv .selectize-input{max-height:36px;}
#search-rdv .search-doctors{position:relative;}
#search-rdv .search-doctors .fa-spin{position:absolute;z-index:100;top:11px;right:11px;}
#search-rdv .search-bar .search-doctors .fa-spin{top:16px;right:20px;}
#search-rdv .search-input .selectize-control.single .selectize-input:after{display:none;}
#search-rdv .search-input .ui-select-match{max-width:100%;}
#search-rdv .search-input .option{padding-left:13px;}
#search-rdv .search-input .option .fa{float:left;margin:2px 8px 0px 0;}
#search-rdv .search-input .option .fa-2x{margin:5px 8px -2px -2px;width:24px;text-align:center;color:#444;}
#search-rdv .search-input .option p,.search-input .option em{display:block;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0;}
#search-rdv .search-locations{padding-right:34px;position:relative;}
#search-rdv .search-locations .btn{position:absolute;width:34px;top:0;right:8px;text-align:center;z-index:4;border-radius:0 5px 5px 0;padding:12px 0;}
#search-rdv .search-locations .btn:disabled{opacity:1;background:#EDEDED;}
@media only screen and (max-width: 991px){
#search-rdv .search-bar{margin-bottom:15px;}
#search-rdv .search-bar .group-end,.search-bar .group-start{padding:0!important;}
#search-rdv .search-bar .group-end input,.search-bar .group-end .selectize-input,.search-bar .group-start input,.search-bar .group-start .selectize-input{border-radius:5px;}
#search-rdv .search-bar .col-md-3{margin-bottom:8px;}
#search-rdv .search-bar .col-md-3.first{padding-right:0;margin-bottom:16px;}
#search-rdv .search-bar .col-md-3.last{margin-bottom:0;}
#search-rdv .search-bar .float-label{right:49%;margin-right:-16px;top:34px;border-color:#6DA5BC;}
#search-rdv .search-locations{padding-right:0;}
#search-rdv .search-locations .btn{right:0;}
#search-rdv .ui-select-container{height:42px;}
}
#search-rdv .mb-20{margin-bottom:20px!important;}
#search-rdv .well{border-radius:0;border-width:4px;background:inherit;}
#search-rdv h2{font-size:24px;}
#search-rdv h3{font-size:18px;}

/*
@media only screen and (min-width: 767px){
#search-rdv .home-characters img.characters{display:none!important;}
}
*/

#search-rdv .home-top{background-color:#fcf5ed;background:url(https://www.magental.com/Content/Images/hairsalon-appointment-rdv-small.jpg) no-repeat,url(https://www.magental.com/Content/Images/vertical-line-gray.jpg) repeat-x;background-position-y: 0!important;background-position-x: 0!important;background-repeat: no-repeat!important;background-size: cover!important;background-position: center center!important;width: 100%!important;height: 400px!important;}
#search-rdv .home-top h1{margin:70px 0 40px;font-size:30px;font-weight:normal;color:white;-moz-text-shadow:0 0 20px #3f80ca;-webkit-text-shadow:0 0 20px #3f80ca;-o-text-shadow:0 0 20px #3f80ca;text-shadow:0 0 20px #3f80ca;}
@media only screen and (max-width: 767px){
#search-rdv .home-top h1{margin:32px 10px;font-size:1.4em;color:black;}
}
#search-rdv .home-top h1{text-align:center;}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
#search-rdv .home-top{background:url(https://www.magental.com/Content/Images/hairsalon-appointment-rdv-big.jpg) no-repeat,url(https://www.magental.com/Content/Images/vertical-line-gray.jpg) repeat-x;background-position:bottom, 10% 200px, 90% 150px, left;background-size:100% auto, 97px 56px, 97px 56px, auto 100%;}
}
@media only screen and (max-width: 767px){
#search-rdv .home-top{background:#fcf5ed;}
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5){
#search-rdv .home-top{background:#fcf5ed;}
}
/*
@media only screen and (min-width: 767px){
#search-rdv .home-characters img.characters{display:none!important;}
}
#search-rdv .home-characters img.characters{margin:15px auto 0 auto;max-height:190px;}
@media only screen and (max-width: 1199px){
#search-rdv .home-characters img.characters{width:150px;}
}
*/
#search-rdv .home-bubbles{padding:5px 0 40px 0;background:#DED5CF;}
#search-rdv .home-bubbles h2{margin-bottom:30px;}
#search-rdv .home-bubbles h3{margin-bottom:10px;}
#search-rdv .home-bubbles .col-md-3{text-align:center;}
#search-rdv .home-bubbles .icon .fa{background:#D0EBE7;height:80px;width:80px;line-height:80px;border-radius:40px;margin-bottom:20px;}
#search-rdv .home-bottom{padding:80px 0 50px 0;margin-bottom:-30px;background-color:#fcf5ed;}
#search-rdv .home-bottom .well{text-align:center;border:none;box-shadow:none;background-color:#DED5CF;min-height:250px;}
#search-rdv .home-bottom .well .top-img{margin:-55px 0 20px;}
#search-rdv .home-bottom .well .top-img img{border-radius:49%;background:#D0EBE7;}
#search-rdv .home-bottom .well p{margin:0 auto 20px;}
@media only screen and (max-width: 767px){
#search-rdv .home-bottom .well{margin-bottom:48px;}
#search-rdv .home-bottom .well.last{margin-bottom:10px;}
}
@media only screen and (max-width: 767px){
#search-rdv .home-bottom{padding:50px 0 5px;}
}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}
/*! CSS Used for RDV END */

/*! CSS Used for FORMS START*/
._style_QvJWG-Reg{margin:0 auto!important;max-width:550px!important;padding-top:30px!important;padding-bottom:30px!important;}
._showUp-Reg {animation: showUp 0.5s cubic-bezier(0.18, 1.3, 1, 1) forwards;}
@keyframes showUp {0% {transform: scale(0);}100% {transoform: scale(1);}}
.sky-form{margin:0;outline:none;font:13px/1.55 'Roboto',Helvetica,sans-serif!important;color:#666;}
.sky-form-reg{box-shadow:0 0 20px rgba(0,0,0,.3);}
.sky-form h2{font-size: 32px;font-weight: 400;color: #232323;}
.sky-form h3{font-size: 28px;font-weight: 300;color: #232323;}   
.sky-form *{margin:0;padding:0;}
.sky-form header{display:block;padding:20px 30px;border-bottom:1px solid rgba(0,0,0,.1);background:rgba(248,248,248,.9);font-size:25px;font-weight:300;color:#232323;}
.sky-form fieldset{display:block;padding:25px 30px 5px;border:none;background:rgba(255,255,255,.9);}
.sky-form .fieldsetgrey{padding:25px 0px 25px 0px;border:none;background: #EAEDED!important;}
.sky-form .footergrey{background: #EAEDED!important;}
.sky-form .fieldsetgreydarker{padding:25px 0px 25px 0px;border:none;background: #f4f4f5;}
.sky-form .fieldsetborder{border-bottom: 1px solid rgba(0,0,0,.1);}      
.sky-form fieldset + fieldset{border-top:1px solid rgba(0,0,0,.1);}
.sky-form section{margin-bottom:20px;}
.sky-form footer{display:block;padding:15px 30px 25px;border-top:1px solid rgba(0,0,0,.1);background:#EAEDED!important;}
.sky-form .footerdarker{background: #f4f4f5;}
.sky-form .sectionbottom{display:block;padding:15px 30px 25px;border-top:1px solid rgba(0,0,0,.1); text-align:center!important;}
.sky-form footer:after{content:'';display:table;clear:both;}
.sky-form a{color:#dc0a79;}
.sky-form a:hover{color:#c6076b;}
.sky-form .label{display:block;margin-bottom:6px;line-height:19px;}
.sky-form .label.col{margin:0;padding-top:10px;}
.sky-form .note{margin-top:6px;padding:0 1px;font-size:12px;line-height:15px;color:#999;}
.sky-form .input,.sky-form .select,.sky-form .textarea,.sky-form .radio,.sky-form .checkbox,.sky-form .toggle,.sky-form .button{position:relative;display:block;}
.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea{display:block;box-sizing:border-box;-moz-box-sizing:border-box;width:100%;height:39px;padding:8px 10px;outline:none;border-width:2px;border-style:solid;border-radius:0;background:#fff;font:15px/19px 'Roboto',Helvetica,sans-serif!important;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none;}
.sky-form .input-file .button{position:absolute;top:4px;right:4px;float:none;height:31px;margin:0;padding:0 20px;font-size:13px;line-height:31px;}
.sky-form .input-file .button:hover{box-shadow:none;}
.sky-form .input-file .button input{position:absolute;top:0;right:0;padding:0;font-size:30px;cursor:pointer;opacity:0;}
.sky-form .select i{position:absolute;top:14px;right:14px;width:5px;height:11px;background:#fff;box-shadow:0 0 0 12px #fff;}
.sky-form .select i:after,.sky-form .select i:before{content:'';position:absolute;right:0;border-right:4px solid transparent;border-left:4px solid transparent;}
.sky-form .select i:after{bottom:0;border-top:4px solid #404040;}
.sky-form .select i:before{top:0;border-bottom:4px solid #404040;}
.sky-form .textarea textarea{height:auto;resize:none;}
.sky-form .radio,.sky-form .checkbox{margin-bottom:4px;padding-left:27px;font-size:15px;line-height:27px;color:#404040;cursor:pointer;}
.sky-form .radio:last-child,.sky-form .checkbox:last-child{margin-bottom:0;}
.sky-form .radio input,.sky-form .checkbox input{position:absolute;left:-9999px;}
.sky-form .radio i,.sky-form .checkbox i{position:absolute;top:5px;left:0;display:block;width:13px;height:13px;outline:none;border-width:2px;border-style:solid;background:#fff;}
.sky-form .radio i{border-radius:49%;}
.sky-form .radio input + i:after,.sky-form .checkbox input + i:after{position:absolute;opacity:0;transition:opacity 0.1s;-o-transition:opacity 0.1s;-ms-transition:opacity 0.1s;-moz-transition:opacity 0.1s;-webkit-transition:opacity 0.1s;}
.sky-form .radio input + i:after{content:'';top:4px;left:4px;width:5px;height:5px;border-radius:49%;}
.sky-form .checkbox input + i:after{content:'\f00c';top:-1px;left:-1px;width:15px;height:15px;font:normal 12px/16px FontAwesome;text-align:center;}
.sky-form .radio input:checked + i:after,.sky-form .checkbox input:checked + i:after{opacity:1;}
.sky-form .inline-group{margin:0 -30px -4px 0;}
.sky-form .inline-group:after{content:'';display:table;clear:both;}
.sky-form .inline-group .radio{float:left;margin-right:30px;}
.sky-form .inline-group .radio:last-child{margin-bottom:4px;}
.sky-form .toggle{margin-bottom:4px;padding-right:61px;font-size:15px;line-height:27px;color:#404040;cursor:pointer;}
.sky-form .toggle input{position:absolute;left:-9999px;}
.sky-form .toggle i{content:'';position:absolute;top:4px;right:0;display:block;width:49px;height:17px;border-width:2px;border-style:solid;border-radius:12px;background:#fff;}
.sky-form .toggle i:after{content:'OFF';position:absolute;top:2px;right:8px;left:8px;font-style:normal;font-size:9px;line-height:13px;font-weight:700;text-align:left;color:#5f5f5f;}
.sky-form .toggle i:before{content:'';position:absolute;z-index:1;top:4px;right:4px;display:block;width:9px;height:9px;border-radius:49%;opacity:1;transition:right 0.2s;-o-transition:right 0.2s;-ms-transition:right 0.2s;-moz-transition:right 0.2s;-webkit-transition:right 0.2s;}
.sky-form .toggle input:checked + i:after{content:'ON';text-align:right;}
.sky-form .toggle input:checked + i:before{right:36px;}
.sky-form .rating{margin-bottom:4px;font-size:15px;line-height:27px;color:#404040;}
.sky-form .rating:last-child{margin-bottom:0;}
.sky-form .rating input{position:absolute;left:-9999px;}
.sky-form .rating label{display:block;float:right;height:17px;margin-top:5px;padding:0 2px;font-size:17px;line-height:17px;cursor:pointer;}
.sky-form .button{float:right;height:39px;overflow:hidden;margin:10px 0 0 20px;padding:0 25px;outline:none;border:0;font:300 15px/39px 'Roboto',Helvetica,sans-serif!important;text-decoration:none;color:#fff;cursor:pointer;}
.icon-star:before{content:"\f005";}
.icon-user:before{content:"\f007";}
.icon-lock:before{content:"\f023";}
.icon-tag:before{content:"\f02b";}
.icon-question-sign:before{content:"\f059";}
.icon-asterisk:before{content:"\f069";}
.icon-comment:before{content:"\f075";}
.icon-phone{margin-top:1px;}
.icon-phone:before{content:"\f095";}
.icon-globe:before{content:"\f0ac";}
.icon-envelope-alt:before{content:"\f0e0";}
.icon-map-marker:before{content:"\f041";}
.icon-address-book:before{content:"\f2b9";}
.icon-pencil:before{content:"\f040";}
.icon-clock:before{content:"\f017";}
.icon-hand-scissors:before{content:"\f257";}
.icon-facebook-square:before{content:"\f082";}
.icon-twitter-square:before{content:"\f081";}
.icon-instagram:before{content:"\f16d";}
.icon-google:before{content:"\f1a0";}
.icon-link:before{content:"\f0c1";}
.icon-calendar:before{content:"\f073";}
.icon-money-bill-alt:before{content:"\f3d1";}
.icon-tag:before{content:"\f02b";}
.icon-money-bill-wave:before{content:"\f53a";}
.icon-money-bill:before{content:"\f0d6";}



.sky-form [class^="icon-"]{font-family:FontAwesome;font-style:normal;font-weight:normal;-webkit-font-smoothing:antialiased;}
.sky-form .icon-append,.sky-form .icon-prepend{position:absolute;top:5px;width:29px;height:29px;font-size:15px;line-height:29px;text-align:center;}
.sky-form .icon-append{right:5px;padding-left:3px;border-left-width:1px;border-left-style:solid;}
.sky-form .icon-prepend{left:5px;padding-right:3px;border-right-width:1px;border-right-style:solid;}
.sky-form .input .icon-prepend + input,.sky-form .textarea .icon-prepend + textarea{padding-left:46px;}
.sky-form .input .icon-append + input,.sky-form .textarea .icon-append + textarea{padding-right:46px;}
.sky-form .input .icon-prepend + .icon-append + input,.sky-form .textarea .icon-prepend + .icon-append + textarea{padding-left:46px;}
.sky-form .row{margin:0 -15px;}
.sky-form .row:after{content:'';display:table;clear:both;}
.sky-form .col{float:left;min-height:1px;padding-right:15px;padding-left:15px;box-sizing:border-box;-moz-box-sizing:border-box;}
.sky-form .col-2{width:16.66%;}
.sky-form .col-3{width:24%;}
.sky-form .col-4{width:33%;}
.sky-form .col-5{width:41.66%;}
.sky-form .col-6{width:49%;}
.sky-form .col-10{width:83.33%;}
@media screen and (max-width: 600px){.sky-form .col{float:none;width:100%;}}
.sky-form .tooltip{position:absolute;z-index:1;left:-9999px;padding:2px 8px 3px;font-size:11px;line-height:16px;font-weight:400;background:rgba(0,0,0,0.9);color:#fff;opacity:0;transition:margin 0.3s, opacity 0.3s;-o-transition:margin 0.3s, opacity 0.3s;-ms-transition:margin 0.3s, opacity 0.3s;-moz-transition:margin 0.3s, opacity 0.3s;-webkit-transition:margin 0.3s, opacity 0.3s;}
.sky-form .tooltip:after{content:'';position:absolute;}
.sky-form .input input:focus + .tooltip,.sky-form .textarea textarea:focus + .tooltip{opacity:1;}
.sky-form .tooltip-top-right{bottom:100%;margin-bottom:15px;}
.sky-form .tooltip-top-right:after{top:100%;right:16px;border-top:4px solid rgba(0,0,0,0.9);border-right:4px solid transparent;border-left:4px solid transparent;}
.sky-form .input input:focus + .tooltip-top-right,.sky-form .textarea textarea:focus + .tooltip-top-right{right:0;left:auto;margin-bottom:5px;}
.sky-form .tooltip-top-left{bottom:100%;margin-bottom:15px;}
.sky-form .tooltip-top-left:after{top:100%;left:16px;border-top:4px solid rgba(0,0,0,0.9);border-right:4px solid transparent;border-left:4px solid transparent;}
.sky-form .input input:focus + .tooltip-top-left,.sky-form .textarea textarea:focus + .tooltip-top-left{right:auto;left:0;margin-bottom:5px;}
.sky-form .tooltip-right{top:9px;white-space:nowrap;margin-left:15px;}
.sky-form .tooltip-right:after{top:6px;right:100%;border-top:4px solid transparent;border-right:4px solid rgba(0,0,0,0.9);border-bottom:4px solid transparent;}
.sky-form .input input:focus + .tooltip-right,.sky-form .textarea textarea:focus + .tooltip-right{left:100%;margin-left:5px;}
.sky-form .tooltip-left{top:9px;white-space:nowrap;margin-right:15px;}
.sky-form .tooltip-left:after{top:6px;left:100%;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid rgba(0,0,0,0.9);}
.sky-form .input input:focus + .tooltip-left,.sky-form .textarea textarea:focus + .tooltip-left{right:100%;left:auto;margin-right:5px;}
.sky-form .tooltip-bottom-right{top:100%;margin-top:15px;}
.sky-form .tooltip-bottom-right:after{bottom:100%;right:16px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.9);border-left:4px solid transparent;}
.sky-form .input input:focus + .tooltip-bottom-right,.sky-form .textarea textarea:focus + .tooltip-bottom-right{right:0;left:auto;margin-top:5px;}
.sky-form .tooltip-bottom-left{top:100%;margin-top:15px;}
.sky-form .tooltip-bottom-left:after{bottom:100%;left:16px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.9);border-left:4px solid transparent;}
.sky-form .input input:focus + .tooltip-bottom-left,.sky-form .textarea textarea:focus + .tooltip-bottom-left{right:auto;left:0;margin-top:5px;}
.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea,.sky-form .radio i,.sky-form .checkbox i,.sky-form .toggle i,.sky-form .icon-append,.sky-form .icon-prepend{border-color:#e5e5e5;transition:border-color 0.3s;-o-transition:border-color 0.3s;-ms-transition:border-color 0.3s;-moz-transition:border-color 0.3s;-webkit-transition:border-color 0.3s;}
.sky-form .toggle i:before{background-color:#2da5da;}
.sky-form .rating label{color:#ccc;transition:color 0.3s;-o-transition:color 0.3s;-ms-transition:color 0.3s;-moz-transition:color 0.3s;-webkit-transition:color 0.3s;}
.sky-form .button{background-color:#2da5da;opacity:0.8;transition:opacity 0.2s;-o-transition:opacity 0.2s;-ms-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-webkit-transition:opacity 0.2s;}
.sky-form .button.button-secondary{background-color:#b3b3b3;}
.sky-form .button.button-jump{background-color:#ccc;-webkit-order:1;-ms-flex-order:1;order:1}
.sky-form .button.button-jump:hover{color:#ffffff;}
.sky-form .icon-append,.sky-form .icon-prepend{color:#ccc;}
.sky-form .input:hover input,.sky-form .select:hover select,.sky-form .textarea:hover textarea,.sky-form .radio:hover i,.sky-form .checkbox:hover i,.sky-form .toggle:hover i{border-color:#dc0a79;}
.sky-form .rating input + label:hover,.sky-form .rating input + label:hover ~ label{color:#2da5da;}
.sky-form .button:hover{opacity:1;}
.sky-form .input input:focus,.sky-form .select select:focus,.sky-form .textarea textarea:focus,.sky-form .radio input:focus + i,.sky-form .checkbox input:focus + i,.sky-form .toggle input:focus + i{border-color:#2da5da;}
.sky-form .radio input + i:after{background-color:#2da5da;}
.sky-form .checkbox input + i:after{color:#2da5da;}
.sky-form .radio input:checked + i,.sky-form .checkbox input:checked + i,.sky-form .toggle input:checked + i{border-color:#2da5da;}
.sky-form .rating input:checked ~ label{color:#2da5da;}
.sky-form .state-success input,.sky-form .state-success select,.sky-form .state-success textarea,.sky-form .radio.state-success i,.sky-form .checkbox.state-success i,.sky-form .toggle.state-success i{background:#f0fff0;}
.sky-form .state-success select + i{background:#f0fff0;box-shadow:0 0 0 12px #f0fff0;}
.sky-form .toggle.state-success input:checked + i{background:#f0fff0;}
.sky-form .note-success{color:#6fb679;}
.sky-form .note-normal{color:#232323;}
.sky-form .note-wrong{color:#ff0000;}

.sky-form .toggle i:before{background-color:#dc0a79;}
.sky-form .button{background-color:#dc0a79;}
.sky-form .input:hover input,.sky-form .select:hover select,.sky-form .textarea:hover textarea,.sky-form .radio:hover i,.sky-form .checkbox:hover i,.sky-form .toggle:hover i{border-color:#dc0a79;}
.sky-form .rating input + label:hover,.sky-form .rating input + label:hover ~ label{color:#dc0a79;}
.sky-form .input input:focus,.sky-form .select select:focus,.sky-form .textarea textarea:focus,.sky-form .radio input:focus + i,.sky-form .checkbox input:focus + i,.sky-form .toggle input:focus + i{border-color:#dc0a79;}
.sky-form .radio input + i:after{background-color:#dc0a79;}
.sky-form .checkbox input + i:after{color:#dc0a79;}
.sky-form .radio input:checked + i,.sky-form .checkbox input:checked + i,.sky-form .toggle input:checked + i{border-color:#dc0a79;}
.sky-form .rating input:checked ~ label{color:#dc0a79;}
.sky-form .titlebig{font-size: 34px;font-weight: 300;color: #232323;}
.sky-form .title{font-size: 28px;font-weight: 300;color: #232323;}
.sky-form .titleb{font-size: 28px;font-weight: 400;color: #232323;padding-top:10px;}
.sky-form .subtitle{font-size: 22px;font-weight: 300;color: #232323;}
.sky-form .subtitleb{font-size: 22px;font-weight: 400;color: #232323;padding-top:10px;}
.sky-form .desc{font-size: 18px;font-weight: 300;color: #232323;}
.sky-form .descb{font-size: 18px;font-weight: 400;color: #232323;padding-top:10px;}
.sky-form  .button-n{border-style:solid!important;padding:1%!important;padding-left:5%!important;padding-right:5%!important;background-color:#dc0a79!important;font-weight:600!important;border-color:#dc0a79!important;border-radius:0!important;border-width:1px!important;color:#ffffff!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;outline:none!important;overflow:visible!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;}
.sky-form  .button-n:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
.sky-form  .button-n:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
.sky-form  .button-n:active{background-color:#c6076b!important;border-color:#c6076b!important;}
.sky-form  .button-n :before{color:#ffffff;}
.sky-form  .inlineitem{display:inline-block!important;}
.sky-form  .fwid50{width:49%;}
.sky-form  .fwid25{width:24%;}
.sky-form  .fwid100{width:100%;}
.sky-form .h2bold{font-size: 32px;font-weight: 600;}
@media screen and (max-width: 480px){
.sky-form .h2bold{font-size: 25px;}
.sky-form .titlebig{font-size: 28px;}
.sky-form .title{font-size: 22px;}
.sky-form .titleb{font-size: 22px;}
.sky-form .subtitle{font-size: 18px;}
.sky-form .subtitleb{font-size: 18px;}
.sky-form .desc{font-size: 14px;}
.sky-form .descb{font-size: 14px;}
.sky-form  .button-n{font-size: 12px;}
}
.sky-form .fieldsetpb0{padding-bottom:0px!important;}
.sky-form .fieldsetpt0{padding-top:0px!important;}


.sky-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
.sky-form ::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
.sky-form :-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
.sky-form :-moz-placeholder { /* Firefox 18- */
  color: #999999;
}

.linegrey {background-color: #f9f9f9;border-top:1px solid rgba(0,0,0,.1);}
.linewhite {background-color: #ffffff;border-top:1px solid rgba(0,0,0,.1);}
.lineyellow {background-color: #fcf9e0;border-top:1px solid rgba(0,0,0,.1);}
/*! CSS Used for FORMS END*/

/*! CSS Used for PhotoUpload START */    
.photo-div-file{cursor:pointer!important;padding-top:18px;background-color:#808080;-moz-border-radius:20px;-webkit-border-radius:20px;-khtml-border-radius:20px;border-radius:20px; height:240px;min-height:240px;max-height:240px;}
.photo-label-file{cursor:pointer!important;color:#ffffff;font-weight:bold;height:200px;min-height:200px;max-height:200px;width:200px;min-width:200px;max-width:200px;background-color:#cccfd4;font-size:50px;position:relative;border:3px solid #ffffff;-moz-border-radius:20px;-webkit-border-radius:20px;-khtml-border-radius:20px;border-radius:20px;}
.photo-label-file i{font-size:60px;position:absolute;top:60px;bottom:50px;left:60px;right:50px;}
.photo-label-file span{font-size:18px;position:absolute;bottom:20px;left:15px;}
.photo-label-file b{color:#cccfd4;font-size:30px;position:absolute;top:0px;right:0px;border:2px solid #ffffff;background-color:#ffffff;padding:3px;-moz-border-top-right-radius:20px;-webkit-border-top-right-radius:20px;-khtml-border-top-right-radius:20px;border-top-right-radius:20px;}
.photo-input-file{display:none;}
/*! CSS Used for PhotoUpload  END */

/*! CSS Used for List Of Question Registration START */    
.listofquestion{border:1px solid #ffffff;text-align:left;padding-left:10px;font-size:20px;padding:5px;color:#ffffff;font-weight:lighter;background:#dc0a79;}
.listofquestionnob{border-bottom:none;}
.listofquestionbottom{margin-bottom:10px;}
.listofquestion:hover{border:1px solid #dc0a79;background:#ffffff;color:#dc0a79;}
.listofquestion:hover b{color:#dc0a79;}
.listofquestion a{border:1px solid #ffffff;text-align:left;padding-left:10px;font-size:20px;color:#0F1111;}
.listofquestion a:hover{border:1px solid #ffffff;background:#ffffff;color:#dc0a79;}
.listofquestion b{ position:absolute;right:10px;color:#ffffff;}
@media screen and (max-width: 600px){
.listofquestion{font-size:16px;}
.listofquestion a{font-size:16px;}
}
/*! CSS Used for List Of Question Registration END */      

/*! CSS Used for CheckBox Registration START */    
.checkboxdiv{border:1px solid #dc0a79;text-align:left;padding-left:10px;color:#dc0a79;}
.checkboxdiv:hover{border:1px solid #dc0a79;background:#dc0a79;}
.checkboxdivnobb{border-bottom:0px;}
.checkboxdiv label{color:#4c4c4c;}
.checkboxdiv:hover label{color:#ffffff;}
.checkboxdiv:hover .radio-custom-label:before{background:#dc0a79;color:#dc0a79;border:2px solid #ffffff;}
.checkbox-custom, .radio-custom{opacity:0;position:absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label{display:inline-block;vertical-align:middle;margin:5px;cursor:pointer;font-size :2em;}
.checkbox-custom-label, .radio-custom-label{position:relative;}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before{content:'';background:#fff;border:2px solid #dc0a79;display:inline-block;vertical-align:middle;width:20px;height:20px;padding:2px;margin-right:10px;text-align:left;}
.checkbox-custom:checked + .checkbox-custom-label:before{background:#dc0a79;}
.radio-custom + .radio-custom-label:before{border-radius:49%;}
.radio-custom:checked + .radio-custom-label:before{background:#dc0a79;color:#dc0a79;}
.radio-custom:hover + .radio-custom-label:before{background:#dc0a79;color:#dc0a79;border:2px solid #ffffff;}
/*! CSS Used for CheckBox Registration END */ 



.profile-user-ml div,span,h2,p,a,img{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
.profile-user-ml a{background-color:transparent;-webkit-text-decoration-skip:objects;}
.profile-user-ml a:active,a:hover{outline-width:0;}
.profile-user-ml img{border-style:none;}
.profile-user-ml ::-webkit-input-placeholder{color:inherit;opacity:.54;}
.profile-user-ml p{font-style:normal;font-weight:400;}
.profile-user-ml h2{font-weight:700;}
.profile-user-ml *,*::after,*::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.profile-user-ml h2{margin-bottom:24px;margin-top:0;line-height:1.3;}
.profile-user-ml p{line-height:1.5;margin-bottom:24px;margin-top:0;}
.profile-user-ml p:empty{margin-bottom:0;}
.profile-user-ml a{-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;transition:color .2s ease-in-out;text-decoration:none;}
.profile-user-ml a:hover{text-decoration:none;}
.profile-user-ml .clear{clear:both;}
.profile-user-ml img{color:transparent;}
.profile-user-ml .besclwp-post-content{position:relative;display:block;padding:40px;}
.profile-user-ml .padb15{padding-bottom:15px;}
@media only screen and (max-width:480px){
.profile-user-ml h2,p{margin-bottom:15px;}
.profile-user-ml .besclwp-post-content{padding:20px;}
}
#buddypress #header-cover-image{height:140px;background-image:url(https://www.magental.com/Content/Images/magental-profile-cover.jpg);}
#buddypress #item-header-cover-image #item-header-avatar{margin-top:15px;float:left;overflow:visible;width:auto;}
#buddypress div#item-header #item-header-cover-image #item-header-content{clear:both;float:left;margin-left:260px;margin-top:-230px;width:auto;}
#buddypress div#item-header-cover-image .user-nicename{font-size:200%;color:#fff;margin:0 0 .6em;text-rendering:optimizelegibility;text-shadow:0 0 3px rgba(0,0,0,.8);}
#buddypress #item-header-cover-image #item-header-avatar img.avatar{background:rgba(255,255,255,.8);border:solid 2px #fff;}
#buddypress #item-header-cover-image #item-header-avatar a{border:0;text-decoration:none;}
@media screen and (max-width:782px){
#buddypress #item-header-cover-image #item-header-avatar,#buddypress div#item-header #item-header-cover-image #item-header-content{width:100%;text-align:center;}
#buddypress #item-header-cover-image #item-header-avatar a{display:inline-block;}
#buddypress #item-header-cover-image #item-header-avatar img{margin:0;}
#buddypress div#item-header #item-header-cover-image #item-header-content{margin:0;}
#buddypress div#item-header-cover-image h2{color:inherit;text-shadow:none;margin:25px 0 0;font-size:200%;}
}
.profile-user-ml .clear{clear:both;}
.profile-user-ml p{font-family:Roboto,Helvetica,sans-serif!important;}
.profile-user-ml p{font-size:16px;}
#buddypress div#item-header-cover-image .user-nicename{font-size:32px;}
.profile-user-ml h2{font-size:28px;color:#2c3d55;}
/*.profile-user-ml h2,a{color:#2c3d55;}*/
.profile-user-ml a:hover{color:#427aa1;}
.profile-user-ml p{color:#6b717e;}
.profile-user-ml .besclwp-post-content{background-color:#fff;}
@media only screen and (max-width:480px){
#buddypress div#item-header-cover-image .user-nicename{font-size:26px;}
.profile-user-ml h2{font-size:24px;}
.profile-user-ml p{font-size:14px;}
}
#buddypress #item-header-content span.activity{font-size:14px;}
.profile-user-ml .besocial-mentionname{font-size:22px;}
#buddypress div#item-header-cover-image .user-nicename{color:#fff!important;}
@media only screen and (max-width:782px){
#buddypress div#item-header-cover-image .user-nicename{color:#2c3d55!important;}
}
#buddypress #header-cover-image,#buddypress #item-header{background-color:#f1f1f1;}
#buddypress #item-header-cover-image #item-header-avatar img.avatar{background:#fff!important;}
@media only screen and (max-width:480px){
#buddypress #item-header-content span.activity{font-size:12px;}
.profile-user-ml .besocial-mentionname{font-size:20px;}
}
#buddypress img.avatar{width:50px;height:auto;}
#buddypress #latest-update a:before{font-family:'FontAwesome';content:"\f178";speak:none;text-indent:0;text-align:center;font-style:normal;padding-right:3px;padding-left:5px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
#buddypress #item-header-content span.activity{font-style:italic;}
#buddypress span.activity{display:inline-block;padding:0;font-style:italic;}
.profile-user-ml .besocial-mentionname{font-weight:700;padding-right:0;display:block;padding-top:5px;}
.profile-user-ml p.besocial-member-since{margin:0;}
#buddypress div#item-header-cover-image .user-nicename{text-shadow:none!important;}
#item-header{position:relative;}
#buddypress #item-header:after{clear:both;content:"";display:table;}
#buddypress div#item-header div#item-header-content{float:left;margin-left:0;}
#buddypress div#item-header h2{line-height:120%;margin:0 0 15px 0;}
#buddypress div#item-header h2{margin-bottom:5px;}
#buddypress div#item-header div#item-meta{overflow:hidden;margin:15px 0 0 0;padding-bottom:30px;}
#buddypress #item-buttons{position:absolute;right:15px;top:15px;z-index:9;}
#buddypress #item-buttons:empty{display:none!important;}
#buddypress #cover-image-container{position:relative;z-index:0;}
#buddypress #header-cover-image{background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1;}
#buddypress #item-header-cover-image{padding:0 40px;position:relative;z-index:2;}
#buddypress div#item-header img.avatar{float:left;}
#buddypress #item-header-avatar img.avatar{border:0!important;width:150px;height:auto;margin:30px 0 30px 30px;}
#buddypress #item-header-avatar a{display:block;}
#buddypress #item-header-cover-image #item-header-avatar{margin-top:60px!important;}
#buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:-120px!important;margin-left:180px!important;clear:both!important;}
#buddypress #item-header-cover-image #item-header-avatar img.avatar{padding:5px;margin:0 0 20px 0;}
#buddypress #item-header-content #item-meta{padding:0;margin-bottom:0!important;}
#buddypress #item-header{margin-bottom:40px;}
#cover-image-container.besclwp-featured #header-cover-image:before{font-family:'FontAwesome';content:"\f083";speak:none;text-indent:0;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;color:#dc0a79;padding-right:5px;position:absolute;font-size:28px;line-height:1;}
#cover-image-container.besclwp-featured #header-cover-image:before{bottom:-44px;right:10px;}
#buddypress #item-header-content a{color:#dc0a79;}
#buddypress #item-header-content a:hover{color:#c6076b;}
@media only screen and (max-width:782px){
#buddypress #item-header-content{padding-left:0;}
.profile-user-ml .besocial-mentionname{padding-top:0;}
#buddypress #item-buttons{right:inherit;top:inherit;position:relative;display:inline-block;padding:15px 15px 13px 15px;vertical-align:bottom;}
#buddypress #item-buttons{right:0;top:0;}
#buddypress #item-buttons:empty{display:none!important;}
#buddypress div#item-header #item-header-content,#buddypress #item-header-cover-image #item-header-avatar{width:100%!important;display:block;}
#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0!important;margin-top:20px!important;}
}
@media only screen and (max-width:640px){
#buddypress #header-cover-image{height:40px!important;}
#buddypress #item-header-cover-image #item-header-avatar{margin-top:15px!important;}
}
@media only screen and (max-width:480px){
#buddypress #item-header-cover-image{padding:0 20px;}
#buddypress #item-header{margin-bottom:30px;}
#cover-image-container.besclwp-featured #header-cover-image:before{font-size:20px;bottom:-32px;right:5px;}
}
.profile-user-ml .imgofuser{background-size:auto;background-repeat:no-repeat;background-position: center center;height:149px;max-height:149px;width:149px;max-width:149px;border:4px solid white;}
.profile-user-ml .imgofuser:hover .imgofuser-tex-inside{color:#010101;}
.profile-user-ml .imgofuser-tex{position:relative;width:100%;height:100%;font-size:10px;}
.profile-user-ml .imgofuser-tex-inside{position:absolute;bottom: 0px;width:100%;color:#fff;background:linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));}

@media only screen and (max-width:782px){
.profile-user-ml .imgofuser{margin-left: auto;margin-right: auto;}
}
 


    

/*! CSS Used for Profile Service START */
.profile-user-service :before{color:#dc0a79;}
.profile-user-service-grey :before{color:#c6c6c6 !important;}

/*ICONS Form here https://medialoot.com/preview/lumino-premium/icons.html*/
.profile-user-service .fa-floppy-o:before{content:"\f0c7";}
.profile-user-service .fa-laptop:before{content:"\f109";}
.profile-user-service .fa-paper-plane:before{content:"\f1d8";}
.profile-user-service .fa-heart:before{content:"\f004";}
.profile-user-service .fa-calendar:before{content:"\f073";}
.profile-user-service .fa-bell-o:before{content:"\f0a2";}
.profile-user-service .fa-envelope:before{content:"\f0e0";}
.profile-user-service .fa-comments-o:before{content:"\f0e6";}
.profile-user-service .fa-pencil-square-o:before{content:"\f044";}
.profile-user-service .fa-camera:before{content:"\f030";}
.profile-user-service .fa-scissors:before{content:"\f0c4";}
.profile-user-service .fa-user:before{content:"\f007";}
.profile-user-service .fa-users:before{content:"\f0c0";}
.profile-user-service h1,h3,p,a,img,ul,li,article,section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
.profile-user-service article,section{display:block;}
.profile-user-service ul{list-style:none;}
.profile-user-service *,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.profile-user-service a{-moz-transition:color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;-webkit-transition:color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;-ms-transition:color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;transition:color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;color:inherit;text-decoration:none;border-bottom:dotted 1px;}
.profile-user-service a:hover{color:#ffffff!important;border-bottom-color:transparent;}
.profile-user-service p{margin:0 0 2em 0;color:#888888;}
.profile-user-service-first p{margin:0 0 1em 0;color:#888888;}
.profile-user-service h1,h3{line-height:1.4;}
.profile-user-service h1{font-size:2.5em;line-height:1.1;margin-bottom:0.5em;}
.profile-user-service h3{font-size:1.5em;margin-bottom:1em;}
@media screen and (max-width: 1280px){
.profile-user-service h1{font-size:2.2em;}
.profile-user-service h3{font-size:1.35em;}
}
@media screen and (max-width: 736px){
.profile-user-service h1{font-size:2em;}
.profile-user-service h3{line-height:1.3;}
}
.profile-user-service a{color:#ffffff;}
.profile-user-service h1,h3{color:#000000;}
.profile-user-service .button{border-style:solid!important;margin:0!important;padding-right:20px!important;padding-top:11px!important;padding-bottom:11px!important;background-color:#dc0a79!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;border-color:#dc0a79!important;border-radius:0!important;padding-left:20px!important;border-width:2px!important;color:#ffffff!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;line-height:18px!important;outline:none!important;overflow:visible!important;position:relative!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;}
.profile-user-service .button:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
.profile-user-service .button:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
.profile-user-service .button:active{background-color:#c6076b!important;border-color:#c6076b!important;}
.profile-user-service .button :before{color:#ffffff;}
.profile-user-service ::-webkit-input-placeholder{opacity:1.0;}
.profile-user-service :-moz-placeholder{opacity:1.0;}
.profile-user-service ::-moz-placeholder{opacity:1.0;}
.profile-user-service :-ms-input-placeholder{opacity:1.0;}
.profile-user-service ::-webkit-input-placeholder{color:#aaa!important;}
.profile-user-service :-moz-placeholder{color:#aaa!important;}
.profile-user-service ::-moz-placeholder{color:#aaa!important;}
.profile-user-service :-ms-input-placeholder{color:#aaa!important;}
.profile-user-service .icon{text-decoration:none;border-bottom:none;position:relative;}
.profile-user-service .icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:FontAwesome;font-style:normal;font-weight:normal;text-transform:none!important;}
.profile-user-service .image{border-radius:0;border:0;display:inline-block;position:relative;}
.profile-user-service .image img{border-radius:0;display:block;}
.profile-user-service .image.fit{display:block;margin:0 0 2em 0;width:100%;}
.profile-user-service .image.fit img{width:100%;}
.profile-user-service a.image{overflow:hidden;}
.profile-user-service a.image img{-moz-transition:-moz-transform 0.2s ease-in-out;-webkit-transition:-webkit-transform 0.2s ease-in-out;-ms-transition:-ms-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;}
.profile-user-service a.image:hover img{-moz-transform:scale(1.075);-webkit-transform:scale(1.075);-ms-transform:scale(1.075);transform:scale(1.075);}
.profile-user-service ul{list-style:disc;margin:0 0 2em 0;padding-left:1em;}
.profile-user-service ul li{padding-left:0.5em;}
.profile-user-service ul.actions{cursor:default;list-style:none;padding-left:0;}
.profile-user-service ul.actions li{display:inline-block;padding:0 1em 0 0;vertical-align:middle;}
.profile-user-service ul.actions li:last-child{padding-right:0;}
@media screen and (max-width: 480px){
.profile-user-service ul.actions{margin:0 0 2em 0;}
.profile-user-service ul.actions li{padding:1em 0 0 0;display:block;text-align:center;width:100%;}
.profile-user-service ul.actions li:first-child{padding-top:0;}
.profile-user-service ul.actions li > *{width:100%;margin:0!important;}
}
.profile-user-service .main{-moz-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:100%;}
.profile-user-service .main > section{padding:3.5em 3.25em 1.5em 3.25em;border-top:solid 1px;}
.profile-user-service .main > section:first-child{border-top:none;}
.profile-user-service .main > section.alt{border-top:none;padding:0;}
@media screen and (max-width: 1280px){
.profile-user-service .main > section{padding:2.5em 2.25em 0.5em 2.25em;}
}
@media screen and (max-width: 480px){
.profile-user-service .main > section{padding:2em 1.5em 0.1em 1.5em;}
}
@media screen and (max-width: 980px){
.profile-user-service .main{-moz-flex:0 1 auto;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;}
}
.profile-user-service .main > section{border-color:rgba(144, 144, 144, 0.25);}
.profile-user-service .features{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;overflow-x:hidden;}
.profile-user-service .features > article{padding:3.5em 3.25em 1.5em 8.5em;border-style:solid;border-width:1px 0 0 1px;position:relative;width:49%;}
.profile-user-service .features > article:nth-child(odd){border-left-width:0;}
.profile-user-service .features > article:before{border-radius:100%;border:solid 1px;font-size:1.5em;height:2.4em;left:2.2em;line-height:2.4em;position:absolute;text-align:center;top:2.2em;width:2.4em;}
.profile-user-service .features > article h3{margin-bottom:0.25em;}
@media screen and (max-width: 1280px){
.profile-user-service .features > article{padding:2.5em 2.25em 0.5em 7.5em;border-left-width:0;width:100%;}
/*.profile-user-service .features > article:before{left:1.4em;top:1.4em;}*/
}
@media screen and (max-width: 480px){
.profile-user-service .features > article{padding:2em 1.5em 0.1em 6.25em;}
/*.profile-user-service .features > article:before{font-size:1.5em;top:1.75em;}*/
}
.profile-user-service .features > article{border-color:rgba(144, 144, 144, 0.25);}
.profile-user-service .spotlights{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;overflow-x:hidden;}
.profile-user-service .spotlights > article{padding:3.5em 3.25em 1.5em 3.25em;border-style:solid;border-width:1px 0 0 1px;width:49%;}
.profile-user-service .spotlights > article:nth-child(odd){border-left-width:0;}
@media screen and (max-width: 1280px){
.profile-user-service .spotlights > article{padding:2.5em 2.25em 0.5em 2.25em;}
}
@media screen and (max-width: 736px){
.profile-user-service .spotlights > article{width:100%;border-left-width:0;}
}
@media screen and (max-width: 480px){
.profile-user-service .spotlights > article{padding:2em 1.5em 0.1em 1.5em;}
}
.profile-user-service .spotlights > article{border-color:rgba(144, 144, 144, 0.25);}
.profile-user-service .box-shadow-set {padding:5px;margin:20px;}
.profile-user-service .box-shadow-set:hover {cursor: pointer!important;}
.profile-user-service .box-shadow-set-under:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);transition: box-shadow 0.4s ease-in-out;cursor: pointer!important;background:rgba(199,50,120,0.15);}
@media screen and (max-width: 470px){
.profile-user-service .features > article:before{border:0px;font-size:2.1em;height:2.4em;line-height:2.4em;position:relative;text-align:center;left:0px;top:0px;width:2.4em;}
.profile-user-service .features > article{padding-left: 15px!important;text-align:center}

}
/*! CSS Used for Profile Service END */

/*! CSS Used For Salon List AND Details START */
._salon-ld a{background-color:transparent;white-space: nowrap;overflow: hidden}
._salon-ld a:active,a:hover{outline:0;}
._salon-ld strong{font-weight:bold;}
._salon-ld img{border:0;}
._salon-ld svg:not(:root){overflow:hidden;}
._salon-ld button,input,select,textarea{color:inherit;font:inherit;margin:0;}
._salon-ld button{overflow:visible;}
._salon-ld button,select{text-transform:none;}
._salon-ld button{-webkit-appearance:button;cursor:pointer;}
._salon-ld button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
._salon-ld input{line-height:normal;}
._salon-ld input[type="checkbox"]{box-sizing:border-box;padding:0;}
._salon-ld textarea{overflow:auto;}
._salon-ld .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
@media (min-width:768px){
._salon-ld .container{width:750px;}
}
@media (min-width:992px){
._salon-ld .container{width:970px;}
}
@media (min-width:1200px){
._salon-ld .container{width:1170px;}
}
._salon-ld .row{margin-left:-15px;margin-right:-15px;}
._salon-ld .col-sm-1,.col-md-1,.col-sm-3,.col-md-3,.col-sm-4,.col-md-4,.col-sm-5,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
@media (min-width:768px){
._salon-ld .col-sm-3,.col-sm-4,.col-sm-5{float:left;}
._salon-ld .col-sm-5{width:41%;}
._salon-ld .col-sm-4{width:33%;}
._salon-ld .col-sm-3{width:24%;}
}
@media (min-width:992px){
._salon-ld .col-md-1,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-12{float:left;}
._salon-ld .col-md-12{width:100%;}
._salon-ld .col-md-8{width:66%;}
._salon-ld .col-md-7{width:58%;}
._salon-ld .col-md-6{width:49%;}
._salon-ld .col-md-5{width:41%;}
._salon-ld .col-md-4{width:33%;}
._salon-ld .col-md-3{width:24%;}
._salon-ld .col-md-1{width:5%;}
._salon-ld .col-md-pull-8{right:70%;}
._salon-ld .col-md-pull-9{right:75%;}
._salon-ld .col-md-push-3{left:24%;}
._salon-ld .col-md-offset-2{margin-left:16%;}
._salon-ld .col-md-offset-1{margin-left:8%;}
}
._salon-ld .nav{margin-bottom:0;padding-left:0;list-style:none;}
._salon-ld .nav>li{position:relative;display:block;}
._salon-ld .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
._salon-ld .breadcrumb>li{display:inline-block;}
._salon-ld .breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc;}
._salon-ld .breadcrumb>.active{color:#777;}
._salon-ld .clearfix:before,.clearfix:after,.container:before,.container:after,.row:before,.row:after,.nav:before,.nav:after{content:" ";display:table;}
._salon-ld .clearfix:after,.container:after,.row:after,.nav:after{clear:both;}
._salon-ld .pull-right{float:right!important;}
._salon-ld .pull-left{float:left!important;}
._salon-ld .arrow_right,.arrow_carrot-2right,.arrow_carrot-2left,.icon_ul,.icon_pin_alt{speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;}
._salon-ld .arrow_right:before{content:"\f061";font-family:FontAwesome;}
._salon-ld .arrow_carrot-2right:before{content:"\f101";font-family:FontAwesome;}
._salon-ld .arrow_carrot-2left:before{content:"\f100";font-family:FontAwesome;}
._salon-ld .icon_ul:before{content:"\f0c9";font-family:FontAwesome;}
._salon-ld .icon_pin_alt:before{content:"\f041";font-family:FontAwesome;}
._salon-ld .ion-android-pin:before,.ion-checkmark-circled:before,.ion-close-circled:before,.ion-ios-star:before,.ion-ios-star-grey:before,.ion-ios-star-half:before,.ion-map:before{display:inline-block;font-family:"FontAwesome";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
._salon-ld .ion-android-pin:before{content:"\f041";font-family:FontAwesome;}
._salon-ld .ion-checkmark-circled:before{content:"\f058";font-family:FontAwesome;}
._salon-ld .ion-close-circled:before{content:"\f057";font-family:FontAwesome;}
._salon-ld .ion-ios-star:before{content:"\f005";font-family:FontAwesome;}
._salon-ld .ion-ios-star-grey:before{content:"\f005";font-family:FontAwesome;color:#c6c6c6}
._salon-ld .ion-ios-star-half:before{content:"\f089";font-family:FontAwesome;}
._salon-ld .ion-map:before{content:"\f279";font-family:FontAwesome;}
._salon-ld *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._salon-ld *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._salon-ld #main-wrapper{position:relative;width:100%;height:auto;overflow-x:hidden;}
._salon-ld input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
._salon-ld a{color:#878788;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;transition:all .3s ease;}
._salon-ld a:hover,a:focus{color:#0F1111;text-decoration:none;}
._salon-ld img{width:100%;position:relative;vertical-align:middle;}
._salon-ld [role="button"]{cursor:pointer;}
/*._salon-ld h2,h4,h5{font-family:Roboto,Helvetica,sans-serif!important;;line-height:44px;color:#0F1111;font-weight:400;margin-top:24px;margin-bottom:24px;}*/
._salon-ld h3{font-family:Roboto,Helvetica,sans-serif!important;font-weight:100;color:#999;}
._salon-ld h2{font-size:36px;}
._salon-ld h3{font-size:24px;}
._salon-ld h4{font-size:18px;}
._salon-ld h5{font-size:14px;}
._salon-ld p{margin:0 0 24px;font-weight:400;line-height:24px;font-family:Roboto,Helvetica,sans-serif!important;color:#999;}
._salon-ld a{font-size:inherit;font-family:Roboto,Helvetica,sans-serif!important;}
._salon-ld .selectize-control{position:relative;}
._salon-ld .selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit;}
._salon-ld .selectize-input{background:#fff;cursor:text;display:inline-block;}
._salon-ld .selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
._salon-ld .selectize-input.full{background-color:#fff;}
._salon-ld .selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;}
._salon-ld .selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
._salon-ld .selectize-input>input::-ms-clear{display:none;}
._salon-ld .selectize-input>input:focus{outline:none!important;}
._salon-ld .selectize-input::after{content:' ';display:block;clear:left;}
._salon-ld .selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
._salon-ld .selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;}
._salon-ld .selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer;}
._salon-ld .selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:49%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray transparent transparent transparent;}
._salon-ld .rq-btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:Roboto,Helvetica,sans-serif!important;text-transform:uppercase;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;transition:all .3s ease;}
._salon-ld .rq-btn.fluid-btn{width:100%;}
._salon-ld .rq-btn i{position:relative;top:4px;padding-left:6px;font-size:20px;}
._salon-ld .rq-btn:hover,.rq-btn:focus{color:#333;text-decoration:none;outline:0;}
._salon-ld .rq-btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}
._salon-ld .rq-btn-normal{background:transparent;border:0;color:#0F1111;font-weight:700;}
._salon-ld .continue-btn{border-bottom:1px solid #000;padding-left:0;padding-right:0;margin-top:15px;}
._salon-ld .continue-btn:hover{color:#999;}
._salon-ld input[type="text"].rq-form-element{position:relative;width:100%;outline:0;font-family:Roboto,Helvetica,sans-serif!important;font-size:14px;}
._salon-ld input[type="text"].rq-form-element:focus{outline:0;}
._salon-ld select.rq-form-element{position:relative;width:100%;outline:0;font-family:Roboto,Helvetica,sans-serif!important;font-size:14px;background:#efefef;color:#a39999;}
._salon-ld select.rq-form-element:focus{outline:0;}
._salon-ld .ui-slider{position:relative;text-align:left;}
._salon-ld .ui-slider .ui-slider-handle{position:absolute;z-index:2;cursor:default;-ms-touch-action:none;touch-action:none;cursor:pointer;}
._salon-ld .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}
._salon-ld .ui-slider-horizontal{height:.8em;}
._salon-ld .ui-slider-horizontal .ui-slider-range{top:0;height:100%;}
._salon-ld .ui-slider-horizontal .ui-slider-range-min{left:0;}
._salon-ld .ui-widget{font-family:Roboto,Helvetica,sans-serif!important;font-size:1em;}
._salon-ld .ui-widget-content{border:1px solid #ddd;background:#fff;color:#333;}
._salon-ld .ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold;}
._salon-ld .ui-corner-all{border-top-left-radius:3px;}
._salon-ld .ui-corner-all{border-top-right-radius:3px;}
._salon-ld .ui-corner-all{border-bottom-left-radius:3px;}
._salon-ld .ui-corner-all{border-bottom-right-radius:3px;}
._salon-ld .rq-btn-primary{background:#dc0a79;color:#f5f5f5;padding:10px 30px;border-radius:2px;}
._salon-ld .rq-btn-primary.rounded{border-radius:2px;}
._salon-ld .rq-btn-primary.small-padding{padding-top:7px;padding-bottom:7px;}
._salon-ld .rq-btn-primary:hover,.rq-btn-primary:active,.rq-btn-primary:focus{background:#c6076b;color:#fff;-ms-transform:rotate(-5deg)scale(1.3);/*IE9*/-webkit-transform:rotate(-5deg)scale(1.3);/*Chrome,Safari,Opera*/transform:rotate(-5deg)scale(1.3);}
._salon-ld .rq-btn-gray{background:#ccc;color:#e7e7e7;padding:10px 20px;}
._salon-ld .rq-btn-gray.rounded{border-radius:2px;}
._salon-ld .rq-btn-gray.small-padding{padding-top:7px;padding-bottom:7px;}
._salon-ld .rq-btn-gray:hover,.rq-btn-gray:active,.rq-btn-gray:focus{background:#b3b3b3;color:#fff;}
._salon-ld .rq-btn-yellow{background:#fc0;color:#010101;padding:10px 20px;}
._salon-ld .rq-btn-yellow.rounded{border-radius:2px;}
._salon-ld .rq-btn-yellow.small-padding{padding-top:7px;padding-bottom:7px;}
._salon-ld .rq-btn-yellow:hover,.rq-btn-yellow:active,.rq-btn-yellow:focus{background:#c6076b;color:#010101;}
._salon-ld .rq-search-single{position:relative;width:24%;height:60px;text-align:left;padding:15px 0 15px 15px;}
@media (max-width:992px){
._salon-ld .rq-search-single{width:100%;margin-bottom:10px;}
}
._salon-ld .rq-search-content{position:relative;width:100%;height:100%;border-right:1px solid #e8e8e8;}
@media (max-width:992px){
._salon-ld .rq-search-content{border-right:0;}
}
._salon-ld .rq-search-content.last-child{border-right:1px solid transparent;}
._salon-ld .rq-search-content .rq-search-heading{display:block;font-size:12px;color:#c33;font-weight:700;text-transform:uppercase;font-family:Roboto,Helvetica,sans-serif!important;line-height:12px;}
._salon-ld .rq-search-content input[type="text"]{border:0;color:#0F1111;font-size:13px;}
._salon-ld .rq-search-content .selectize-control{height:33px;}
._salon-ld .rq-search-content .selectize-control .selectize-input{border:0;box-shadow:none;padding:4px 0 11px;padding-left:0px;border-radius:0;font-size:14px;}
._salon-ld .rq-search-content .selectize-control .selectize-input input[type="text"]{border-bottom:0;font-size:14px;}
._salon-ld .rq-search-content .selectize-control .selectize-input:after{content:"\f107";font-family:"FontAwesome";position:absolute;top:7px;right:24px;border:0;color:#a9a9a9;font-size:12px;}
._salon-ld .rq-search-content .selectize-dropdown{margin:-1px 0;border-radius:0 0 2px 2px;border:0;padding-bottom:10px;box-shadow:0px 4px 10px 3px rgba(0,0,0,.1);}
._salon-ld .rq-listing-reviews{position:relative;display:inline-block;}
._salon-ld .rq-listing-reviews .rq-reviews{list-style:none;margin:0;padding:0;float:left;margin-right:15px;}
._salon-ld .rq-listing-reviews .rq-reviews li{display:inline-block;}
._salon-ld .rq-listing-reviews .rq-reviews li i{font-size:16px;}
._salon-ld .rq-listing-reviews span{font-size:13px;font-family:Roboto,Helvetica,sans-serif!important;}
._salon-ld .rq-rating-star-field{position:relative;padding-bottom:15px;border-bottom:1px solid #ebebeb;padding-top:10px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;transition:all .2s ease;}
._salon-ld .rq-rating-star-field:hover{border-color:#0F1111;}
._salon-ld .rq-content-block{position:relative;width:100%;height:auto;padding:75px 0 75px;background:#fff;}
._salon-ld .rq-content-block.no-top-padding{padding-top:0;}
._salon-ld ::selection{background-color:#c33;color:#fff;}
._salon-ld .rq-title-container{position:relative;display:block;width:100%;padding-bottom:60px;z-index:20;}
@media (max-width:768px){
._salon-ld .rq-title-container{padding-bottom:37.5px;}
}
._salon-ld .rq-subtitle{color:#999;max-width:768px;}
._salon-ld .rq-title-secondary{position:relative;display:block;font-family:Roboto,Helvetica,sans-serif!important;;color:#0F1111;margin:0;text-transform:uppercase;padding-bottom:20px;border-bottom:1px solid #ebebeb;margin-bottom:30px;}
._salon-ld .rq-title-secondary.no-extra-style{padding-bottom:0;border-bottom:0;}
._salon-ld .single-sub-title{text-transform:uppercase;border-bottom:1px solid #e6e6e6;font-size:30px;margin-bottom:55px;padding-bottom:25px;}
._salon-ld .rq-subtitle.breadcrumb{background:transparent;margin:0;padding:0;}
._salon-ld .rq-subtitle.breadcrumb a{font-family:Roboto,Helvetica,sans-serif!important;color:#999;}
._salon-ld .rq-subtitle.breadcrumb a:hover{color:#0F1111;}
._salon-ld .rq-subtitle.breadcrumb li.active{color:#0F1111;}
._salon-ld .rq-subtitle.breadcrumb li:last-child:before{_opacity:0;}
._salon-ld .rq-pagination{position:relative;width:100%;height:auto;text-align:center;padding:10px 0 15px;}
._salon-ld .rq-pagination.left-pagi{text-align:left;}
._salon-ld .rq-pagination .rq-pagination-list{position:relative;list-style:none;padding:0;margin:0;}
._salon-ld .rq-pagination .rq-pagination-list li{display:inline-block;}
._salon-ld .rq-pagination .rq-pagination-list li.active a{color:#0F1111;border-bottom:1px solid #000;}
._salon-ld .rq-pagination .rq-pagination-list li a{padding:6px;margin:0 5px;border-bottom:1px solid transparent;}
._salon-ld .blog-post-single-wrapper{position:relative;width:100%;height:auto;padding-bottom:50px;background:#f5f5f5;}
._salon-ld .blog-post-single-wrapper .rq-content-block{top:-90px;padding-left:50px;padding-right:50px;z-index:9;}
@media (max-width:768px){
._salon-ld .blog-post-single-wrapper .rq-content-block{top:0;margin:25px 0 37.5px;}
}
._salon-ld .post-comment-section{position:relative;}
._salon-ld .comment-wrapper{position:relative;margin-bottom:70px;}
._salon-ld .comment-wrapper .comment-list{margin:0;padding:0;list-style:none;}
._salon-ld .comment-wrapper .comment-list .comment{display:block;padding-left:85px;margin-bottom:30px;}
._salon-ld .comment-wrapper .comment-list .comment ul{position:relative;padding-left:0;margin-top:15px;}
@media (max-width:768px){
._salon-ld .comment-wrapper .comment-list .comment ul li{padding-left:0;}
}
._salon-ld .comment-wrapper .comment-list .comment .comment-author-img{position:absolute;left:0;width:70px;margin-right:30px;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details{position:relative;background:#f5f5f5;padding:20px 25px;width:100%;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details:before{content:"";width:0;height:0;position:absolute;left:-15px;top:15px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:25px solid #f5f5f5;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details span{display:block;font-size:13px;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details .author-name{margin-bottom:5px;display:inline-block;width:100%;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details .author-name .rq-listing-reviews .rq-reviews{margin:0;margin-left:10px;margin-top:-3px;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details .author-name .name{text-transform:capitalize;color:#0F1111;font-family:Roboto,Helvetica,sans-serif!important;font-weight:700;float:left;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details .comment-text{color:#666;margin-bottom:8px;}
._salon-ld .comment-wrapper .comment-list .comment .comment-details .date{color:#999;font-size:11px;font-family:Roboto,Helvetica,sans-serif!important;}
._salon-ld .comment-respond{position:relative;margin-bottom:75px;}
._salon-ld .comment-respond.no-margin{margin-bottom:0;}
._salon-ld .comment-respond .continue-btn{border-bottom:1px solid #000;padding-left:0;padding-right:0;margin-top:15px;}
._salon-ld .comment-input{width:100%;border:0;border-bottom:1px solid #e8e8e8;margin-bottom:25px;padding:10px 0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;transition:all .3s ease;outline:0;}
._salon-ld .comment-input:focus,.comment-input:active{border-color:#0F1111;}
._salon-ld textarea{resize:vertical;}
._salon-ld textarea.comment-input{height:150px;}
._salon-ld input.comment-input::-webkit-input-placeholder,textarea.comment-input::-webkit-input-placeholder{color:#999;}
._salon-ld input.comment-input:-moz-placeholder,textarea.comment-input:-moz-placeholder{color:#999;}
._salon-ld input.comment-input::-moz-placeholder,textarea.comment-input::-moz-placeholder{color:#999;}
._salon-ld input.comment-input:-ms-input-placeholder,textarea.comment-input:-ms-input-placeholder{color:#999;}
._salon-ld .gm-style img{height:100%;}
._salon-ld .rq-checkbox{position:relative;}
._salon-ld .rq-checkbox input[type="checkbox"]{display:none;}
._salon-ld .rq-checkbox label{padding-left:25px;font-weight:normal;color:#666;cursor:pointer;}
._salon-ld .rq-checkbox label:before{content:"\f0c8";font-family:FontAwesome;position:absolute;left:0;font-size:17px;color:#cccccc;}
._salon-ld .rq-checkbox input[type="checkbox"]:checked+label:before{content:"\f14a";font-family:FontAwesome;color:#c33;}
._salon-ld .rq-contact-us-map{position:relative;width:100%;height:auto;}
@media (max-width:992px){
._salon-ld .rq-contact-us-map{height:500px;}
}
._salon-ld .rq-contact-us-map #map{height:100%;width:100%;}
._salon-ld .rq-listing-plain-heading-toolbar{border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;padding-top:25px;padding-bottom:10px;}
._salon-ld .rq-listing-plaing-view-switcher{position:relative;display:inline-block;top:-3px;}
@media (max-width:768px){
._salon-ld .rq-listing-plaing-view-switcher{float:left!important;margin-bottom:15px;}
}
._salon-ld .rq-listing-plaing-view-switcher .view-switcher-item{margin-left:18px;float:left;cursor:pointer;}
@media (max-width:768px){
._salon-ld .rq-listing-plaing-view-switcher .view-switcher-item{margin-left:0;margin-right:18px;}
}
._salon-ld .rq-listing-plaing-view-switcher .view-switcher-item a{color:#999;font-size:18px;}
._salon-ld .rq-listing-plaing-view-switcher .view-switcher-item a:hover{color:#0F1111;}
._salon-ld .rq-listing-search-results{color:#999;line-height:1;}
._salon-ld .rq-listing-search-results p{margin:0;font-style:italic;}
@media (max-width:768px){
._salon-ld .rq-listing-search-results p{margin-bottom:20px;}
}
._salon-ld .rq-listing-plain-heading-tools{height:36px;}
._salon-ld .rq-listing-plain-heading-tools .rq-search-single{width:100%;height:auto;}
._salon-ld .rq-listing-plain-heading-tools .rq-search-content{display: -webkit-flex;  display: -webkit-box; /*for older safari version*/  display: flex;}
._salon-ld .rq-listing-plain-heading-tools .rq-search-single.no-padding{padding:0;}
._salon-ld .rq-listing-plain-heading-tools .rq-search-heading{font-family:Roboto,Helvetica,sans-serif!important;color:#999;position:relative;top:4px;}
._salon-ld .rq-listing-plain-heading-tools .selectize-control{margin-left:15px;margin-top:-7px;position:relative;top:4px;min-width:165px;font-family:Roboto,Helvetica,sans-serif!important;text-transform:uppercase;}
._salon-ld .rq-listing-plain-heading-tools .selectize-control .selectize-input.full{background:transparent;font-size:13px;}
@media (max-width:992px){
._salon-ld .rq-search-sidebar{margin-top:50px;}
}
._salon-ld .rq-search-sidebar.with-breadecrumb{padding-top:0px;}
@media (max-width:992px){
._salon-ld .rq-search-sidebar.with-breadecrumb{padding-top:0px;}
}
@media (min-width:992px){
._salon-ld .rq-search-sidebar{padding-right:0;}
}
._salon-ld .rq-listing-sidebar{padding-bottom:45px;}
._salon-ld .rq-listing-sidebar .rq-search-content .nav>li{margin-bottom:10px;}
._salon-ld .rq-search-sidebar .rq-search-content{border-right:0;}
._salon-ld .rq-listing-search .rq-search-content{margin-bottom:15px;}
._salon-ld .rq-listing-search .rq-search-content input[type="text"]{padding:13px;font-size:13px;font-weight:normal;}
._salon-ld .rq-listing-search .rq-search-content input[type="text"]::-webkit-input-placeholder{color:#999;font-size:13px;}
@media (max-width:992px){
._salon-ld .rq-listing-search .rq-search-content input[type="text"]{background:#efefef;}
}
@media (min-width:1900px){
._salon-ld .rq-listing-search .rq-search-content input[type="text"]{background:#efefef;}
}
._salon-ld .rq-listing-search .rq-search-content .selectize-control{margin-bottom:15px;}
._salon-ld .rq-listing-search .rq-search-content .selectize-control .selectize-input{font-size:13px;padding:16px;color:#999;}
@media (max-width:992px){
._salon-ld .rq-listing-search .rq-search-content .selectize-control .selectize-input{background:#efefef;}
}
@media (min-width:1900px){
._salon-ld .rq-listing-search .rq-search-content .selectize-control .selectize-input{background:#efefef;}
}
._salon-ld .rq-listing-search .rq-search-content .selectize-control .selectize-input:after{top:19px;}
._salon-ld .rq-pricing-slider{position:relative;padding:25px 20px;background:#fff;}
@media (max-width:992px){
._salon-ld .rq-pricing-slider{background:#efefef;}
}
@media (min-width:1900px){
._salon-ld .rq-pricing-slider{background:#efefef;}
}
._salon-ld .rq-pricing-slider .scholar-ui-slider{height:2px;border-radius:0;border:0;background-color:#ccc;width:70%;}
._salon-ld .rq-pricing-slider .show-slider-amount{width:30%;position:relative;left:18px;top:-10px;}
._salon-ld .rq-pricing-slider .ui-slider-range.ui-widget-header.ui-corner-all{border-radius:0;background-color:#c33;}
._salon-ld .rq-pricing-slider .ui-slider-handle{width:4px;height:20px;border-radius:0;border:0;background-color:#1a1b1c;top:-9px;outline:0;}
._salon-ld .rq-pricing-slider .ui-slider-handle:focus,.rq-pricing-slider .ui-slider-handle:active{outline:0;border:0;}
._salon-ld .rq-listing-items{padding-bottom:30px;}
._salon-ld .rq-listing-items .rq-listing-item{padding:33px 0;border-bottom:1px solid #e8e8e8;}
._salon-ld .rq-listing-items .rq-listing-item img{width:100%;height:auto;}
@media (max-width:992px){
._salon-ld .rq-listing-items .rq-listing-item img{margin-bottom:25px;}
}
._salon-ld .rq-listing-items .rq-listing-item .rq-listing-reviews ul{line-height:15px;}
._salon-ld .rq-listing-items .rq-listing-item .rq-listing-reviews span{position:relative;top:-5px;}
._salon-ld .rq-listing-items .rq-listing-item:last-child{border-bottom:0;}
._salon-ld .rq-listing-items .rq-listing-item .rq-listing-item-title{margin:0;line-height:1;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;-webkit-font-smoothing:antialiased;}
._salon-ld .rq-listing-items .rq-listing-item .rq-listing-item-title a{color:#0F1111;line-height:24px;}
._salon-ld .rq-listing-items .rq-listing-item .rq-listing-item-title a:hover{color:#999;}
._salon-ld .rq-listing-items .rq-listing-item .rq-price-tag{margin:0;font-family:Roboto,Helvetica,sans-serif!important;;padding-top:10px;font-size:24px;padding-bottom:15px;}
._salon-ld .rq-listing-items .rq-listing-item .rq-price-tag .new-price{color:#c33;font-weight:bold;}
._salon-ld .rq-listing-items .rq-listing-item .rq-price-tag .new-price span{font-size:18px;position:relative;top:-4px;font-weight:bold;}
._salon-ld .rq-listing-items .rq-listing-item .rq-price-tag .prev-price{color:#ccc;text-decoration:line-through;font-size:16px;padding-left:20px;}
._salon-ld .rq-listing-items .rq-listing-item p{font-size:13px;line-height:24px;margin-bottom:0;}
._salon-ld .rq-listing-items .rq-listing-item .rq-lisitng-item-col-loc{font-size:13px;color:#0F1111;display:block;padding-bottom:10px;}
._salon-ld .rq-listing-items .rq-listing-item .rq-lisitng-item-col-loc i{color:#666;margin-right:12px;}
._salon-ld .rq-listing-items .rq-listing-item .rq-lisitng-item-col-loc i:before{font-size:18px;}
._salon-ld .rq-content-block.rq-sidebar-bg{padding-bottom:100px;background:linear-gradient(to right,#efefef 0%,#efefef 31%,#fff 31%,#fff 100%);}
@media (min-width:1500px){
._salon-ld .rq-content-block.rq-sidebar-bg{background:linear-gradient(to right,#efefef 0%,#efefef 35%,#fff 35%,#fff 100%);}
}
@media (min-width:1700px){
._salon-ld .rq-content-block.rq-sidebar-bg{background:linear-gradient(to right,#efefef 0%,#efefef 36%,#fff 36%,#fff 100%);}
}
@media (min-width:1900px){
._salon-ld .rq-content-block.rq-sidebar-bg{background:#fff;}
}
@media (max-width:992px){
._salon-ld .rq-content-block.rq-sidebar-bg{background:#fff;}
}
._salon-ld .rq-listing-addsense{padding-bottom:55px;}
._salon-ld .blog-post-single-wrapper.listing-detials-content{background:#fff;}
._salon-ld .blog-post-single-wrapper.listing-detials-content .rq-content-block{padding-left:0;padding-right:0;top:0;}
._salon-ld .blog-post-single-wrapper.listing-detials-content .rq-content-block p{margin-bottom:36px;color:#666;}
._salon-ld .blog-post-single-wrapper.listing-detials-content .rq-content-block p strong{font-weight:bold;color:#0F1111;}
._salon-ld .blog-post-single-wrapper.listing-detials-content .single-sub-title{font-size:24px;padding-bottom:20px;margin-bottom:36px;margin-top:0;line-height:24px;}
._salon-ld .blog-post-single-wrapper.listing-detials-content .rq-listing-map{position:relative;padding-top:30px;}
._salon-ld .blog-post-single-wrapper.listing-detials-content .post-comment-section{position:relative;padding-top:65px;}
@media (max-width:768px){
._salon-ld .blog-post-single-wrapper.listing-detials-content .comment-respond{margin-bottom:0;}
}
._salon-ld .rq-listing-amenities{position:relative;margin:45px 0 50px;}
._salon-ld .rq-listing-transports{margin-top:30px;}
._salon-ld .rq-listing-information{background:#f4f1ed;position:relative;padding-bottom:60px;}
._salon-ld .rq-listing-information .rq-listing-information-top{padding-bottom:18px;border-bottom:1px solid #dcdbd9;position:relative;padding-top:75px;display:flex;justify-content:space-between;align-items:flex-end;}
@media (max-width:480px){
._salon-ld .rq-listing-information .rq-listing-information-top{flex-direction:column;align-items:flex-start;}
}
._salon-ld .rq-listing-information .rq-listing-information-right{position:relative;}
._salon-ld .rq-listing-information .rq-listing-information-right a{margin-left:15px;-webkit-font-smoothing:antialiased;}
@media (max-width:480px){
._salon-ld .rq-listing-information .rq-listing-information-right a{margin-left:0;margin-right:15px;margin-top:15px;}
}
._salon-ld .rq-listing-information .rq-listing-information-title{font-family:Roboto,Helvetica,sans-serif!important;;text-transform:uppercase;color:#0F1111;margin-bottom:18px;margin:0;}
._salon-ld .rq-listing-information-table{position:relative;padding-top:30px;}
._salon-ld .rq-listing-information-lists{margin:0;padding:0;list-style:none;display:inline-block;width:100%;}
._salon-ld .rq-listing-information-lists p{margin-bottom:0;}
._salon-ld .rq-listing-information-lists .rq-listing-information-list{margin-bottom:15px;}
._salon-ld .rq-listing-information-lists .rq-listing-information-field{color:#0F1111;float:left;text-transform:uppercase;font-family:Roboto,Helvetica,sans-serif!important;}
@media (max-width:480px){
._salon-ld .rq-listing-information-lists .rq-listing-information-field{margin-right:15px;}
}
._salon-ld .rq-listing-information-lists .rq-listing-information-data{float:right;color:#666;}
@media (max-width:480px){
._salon-ld .rq-listing-information-lists .rq-listing-information-data{float:left;}
}
._salon-ld .related-car-faq{position:relative;padding-bottom:60px;}
._salon-ld .related-car-faq .rq-category-result-items{width:100%;height:325px;}
._salon-ld .related-car-faq .rq-category-result-items p.rq-listing-item-address{margin-bottom:0;}
@media (max-width:992px){
._salon-ld .related-car-faq .rq-category-result-items{margin-top:10px;margin-bottom:50px;}
}
._salon-ld .related-car-faq .rq-category-result-items .rq-category-result-single:hover{background:#f5f5f5;}
._salon-ld .rq-faqs{position:relative;}
@media (max-width:992px){
._salon-ld .rq-faqs{margin-top:10px;}
}
._salon-ld .rq-faqs .faq-single{position:relative;margin-bottom:20px;}
._salon-ld .rq-faqs .faq-single a{position:relative;width:100%;display:block;font-size:14px;margin-bottom:10px;color:#0F1111;padding-right:25px;text-transform:uppercase;-webkit-font-smoothing:antialiased;}
._salon-ld .rq-faqs .faq-single a:before{content:"\f067";font-family:FontAwesome;position:absolute;right:0;height:20px;text-align:center;width:20px;background:gray;color:#fff;line-height:20px;}
._salon-ld .rq-faqs .faq-single .hidden-content{position:relative;padding:0 25px 0;margin:0;line-height:21px;font-size:13px;}
._salon-ld .rq-category-result-items{position:relative;}
._salon-ld .rq-category-result-items a:last-child .rq-category-result-single{border-bottom:0;}
._salon-ld .rq-category-result-single{position:relative;padding:13px 0;border-bottom:1px solid #d6d6d6;padding-left:161px;padding-right:15px;min-height:115px;width:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;transition:all .3s ease;}
@media (max-width:480px){
._salon-ld .rq-category-result-single{padding-left:120px;}
}
._salon-ld .rq-category-result-single .rq-result-img{position:absolute;left:15px;width:130px;max-height:90px;overflow:hidden;}
@media (max-width:480px){
._salon-ld .rq-category-result-single .rq-result-img{width:100px;left:5px;}
}
._salon-ld .rq-category-result-single .rq-result-img img{width:100%;height:auto;}
._salon-ld .rq-category-result-single .rq-result-text{position:relative;width:100%;}
._salon-ld .rq-category-result-single .rq-result-text h4{position:relative;margin-top:0;margin-bottom:0;font-family:Roboto,Helvetica,sans-serif!important;font-size:14px;line-height:20px;width:100%;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0F1111;}
._salon-ld .rq-category-result-single .rq-result-text .rq-listing-item-address{position:relative;margin-bottom:0;margin:0;font-size:13px;}
._salon-ld .rq-category-result-single .rq-result-text h3{margin:0;font-family:Roboto,Helvetica,sans-serif!important;;padding-top:10px;font-size:18px;}
._salon-ld .rq-category-result-single .rq-result-text h3 .new-price{color:#c33;font-weight:bold;}
._salon-ld .rq-category-result-single .rq-result-text h3 .new-price span{font-size:14px;position:relative;top:-2px;}
._salon-ld .rq-category-result-single .rq-result-text h3 .prev-price{color:#ccc;text-decoration:line-through;font-size:13px;padding-left:20px;}
._salon-ld .rq-category-result-single:hover{background:#fff;}
._salon-ld .rq-listing-reviews{color:#999;font-size:13px;line-height:30px;}
._salon-ld .rq-listing-reviews ul{margin-right:5px;}
._salon-ld .rq-listing-reviews li i{color:#fc0;font-size:18px;}
._salon-ld .rq-listing-price-block.hotel{border-bottom:1px solid #e0e0e0;margin-bottom:20px;}
._salon-ld .rq-amanities-lists li i{margin-right:20px;color:#ccc;}
._salon-ld .rq-amanities-lists li i.rq-has-icon{color:#dc0a79;}
._salon-ld .single-small-title{text-transform:uppercase;font-family:Roboto,Helvetica,sans-serif!important;margin:0;}
._salon-ld .rq-listing-transport-block{margin-bottom:45px;}
._salon-ld .rq-listing-transport-lists{margin:0;padding:0;list-style:none;}
._salon-ld .rq-listing-transport-lists .rq-listing-transport-field{float:left;}
._salon-ld .rq-listing-transport-lists .rq-listing-transport-data{float:right;color:#dc0a79;}
._salon-ld .jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
._salon-ld .jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%;}
._salon-ld .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap;}
._salon-ld .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block;}
._salon-ld .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%;}
._salon-ld .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden;}

._salon-ld ._review_link_btn_out{margin-top:15px;}
._salon-ld ._review_link_btn a{background-color:#fc0!important;border-color:#fc0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:8px 15px 8px 15px;color:#000000;font-size:0.8rem!important;text-transform:uppercase;}
._salon-ld ._review_link_btn i{color:#000000;}
._salon-ld ._review_link_btn a:hover{color:#000000;opacity: 0.7;}

._salon-ld ._reservation_link_btn_out{margin-top:15px;}
._salon-ld ._reservation_link_btn a{background-color:#fff!important;border-color:#fff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:0.9rem!important;text-transform:uppercase;color:#dc0a79;}
._salon-ld ._reservation_link_btn i{color:#dc0a79;}
._salon-ld ._reservation_link_btn a:hover{color:#c6076b;}

.salon-star-icon{color: #fc0;position: relative;}
.salon-star-icon-grey{color: #999;position: relative;}
.salon-star-icon.full:before{color: #fc0;content: '\2605'; /* Full star in UTF-8 */position: absolute;left: 0;}
.salon-star-icon.half:before{color: #fc0;content: '\2605'; /* Full star in UTF-8 */position: absolute;left: 0;width: 49%;overflow: hidden;}
.salon-star-icon.full-grey:before{color: #999;content: '\2605'; /* Full star in UTF-8 */position: absolute;left: 0;}
.salon-star-text-grey {color: #999;} 
@-moz-document url-prefix(){ /* Firefox Hack :( */.salon-star-icon,.salon-star-icon-grey {font-size: 20px;line-height: 14px;}}
.salon-font15{font-size: 1.5em;}
.salon-font3{font-size: 3em;}

._salon-ld .rq-pb2x{padding-bottom:2%;}
._salon-ld .rq-text-normal{color:#010101;}
._salon-ld .rq-text-normal a{color:#dc0a79;}
._salon-ld .rq-text-normal a:hover{color:#c6076b;}
/*! CSS Used For Salon List AND Details END */


._open-close input[type=checkbox] { position: absolute; top: -9999px; left: -9999px;}
._open-close label { -webkit-appearance: push-button;-moz-appearance: button; display: inline-block;margin: 60px 0 10px 0;cursor: pointer;}
._open-close div {clear: both;border: 1px solid #000;background: red;opacity: 1;overflow: hidden;transform: translateY(0);margin: 0;transition: all 1.5s linear, margin 0s linear 0s;}
._open-close input[type=checkbox]:checked ~ div {opacity: 0;transform: translateY(-100%);margin-bottom: -999em;transition: all 1.5s linear, margin 0s linear 1.5s;  }

._open-close2 #content {display: none;}
._open-close2 #show:target #content {display: block;}
._open-close2 #show:target #open {display: none;}



/*! CSS Used For Salon Rating START */
.salon-rating{color:#cccccc;margin-bottom:5px;margin-top:25px;font-size:2em;}
.salon-ratin-star-in{color:#FFED85;text-shadow:0020px #952;font-size:1.6em;}
.salon-ratin-star-out{color:#cccccc;font-size:1.6em;}
.salon-ratin-star-bad{color:#ff0808;font-size:1.6em;}
p.rating-stars-form{width:150px;min-width:150px;max-width:150px;display:inline-block;float:left;margin-top:0px;padding-top:0px;}
input.SalonReviewUserRating{display:none;}
label.SalonReviewUserRating{float:right;padding-right:5px;font-size:1.6em;color:#cccccc;transition:all.2s;padding-left:0px;margin-left:0px;}
input.SalonReviewUserRating:checked~label.SalonReviewUserRating:before{content:"\f005";font-family:FontAwesome;/*FullstarinUTF-8*/color:#FD4;transition:all.25s;}
input.SalonReviewUserRating-5:checked~label.SalonReviewUserRating:before{color:#FFED85;text-shadow:0 0 20px #952;}
input.SalonReviewUserRating-1:checked~label.SalonReviewUserRating:before{color:#ff0808;}
label.SalonReviewUserRating:hover{-ms-transform:rotate(-15deg)scale(1.3);/*IE9*/-webkit-transform:rotate(-15deg)scale(1.3);/*Chrome,Safari,Opera*/transform:rotate(-15deg)scale(1.3);color:#FFED85;}
label.SalonReviewUserRating:before{content:"\f005";font-family:FontAwesome;}
label.SalonReviewUserRating[title]:hover:after{content:attr(title);padding:4px 8px;color:#ffffff;position:absolute;left:0;bottom:100%;font-size:0.40em;white-space:nowrap;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0px 0px 1px #FFED85;-webkit-box-shadow:0px 0px 1px #FFED85;box-shadow:0px 0px 1px #FFED85;background-color:#dc0a79;}
/*! CSS Used For Salon Rating END */


/* ADMIN MENU START */
.adminlink{position:fixed;top:49%;right:0px;width:55px;height:0px;text-align:right;z-index:9999;margin-top:-15px;background-color:#ffffff;}
.adminlink i{padding:7px;background-color:#dc0a79!important;border-top:1px solid #E5E5E4;cursor:pointer;color:#ffffff;font-size:2em;}
.adminlink i:hover{opacity:0.5;}      
.adminlink-inside i{padding: 5px;background-color:#ffffff;cursor:pointer;color:#dc0a79;font-size:2em;float:right;}
.adminlink-inside i:hover{opacity:0.5;}        
.adminmenu{position:absolute;height:100%;width:100%;text-align: center;z-index:9999;background-color:#ffffff;margin:0px;padding:0px;top:0%;}
.adminmenu .divider{border-top:1px solid #E5E5E4;padding-bottom:20px;}
.adminmenu h3{font-size:1.6em;padding-bottom:10px;}
.adminmenu div{padding-bottom:5px;background-color:#ffffff;}
.adminmenu-inner{height:100%;background-color:#ffffff;}
._styleadmin{font-family:Roboto,Helvetica,sans-serif!important;font-size:14px;line-height:1;padding-top:40px!important;margin:20px!important;}
._styleadmin table{margin:5px!important;}
._styleadmin p{padding-top:5px!important;padding-bottom:5px!important;font-size:16px;}

._styleadmin fieldset{border:none;}
._styleadmin legend {font-size:1.4em;margin-bottom:10px;}
._styleadmin label {display:block;margin-bottom:8px;}
._styleadmin input[type="text"], ._styleadmin input[type="date"], ._styleadmin input[type="datetime"], ._styleadmin input[type="email"], ._styleadmin input[type="number"], ._styleadmin input[type="search"], ._styleadmin input[type="time"], ._styleadmin input[type="url"], ._styleadmin textarea, ._styleadmin select {background:rgba(255,255,255,.1);border:none;border-radius:4px;font-size:16px;margin:0;outline:0;padding:7px;width:100%;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;background-color:#e8eeef;color:#8a97a0;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.03) inset;box-shadow:0 1px 0 rgba(0,0,0,0.03) inset;margin-bottom:30px;}
._styleadmin input[type="text"]:focus, ._styleadmin input[type="date"]:focus, ._styleadmin input[type="datetime"]:focus, ._styleadmin input[type="email"]:focus, ._styleadmin input[type="number"]:focus, ._styleadmin input[type="search"]:focus, ._styleadmin input[type="time"]:focus, ._styleadmin input[type="url"]:focus, ._styleadmin textarea:focus, ._styleadmin select:focus{background:#d2d9dd;}
._styleadmin select{-webkit-appearance:menulist-button;height:35px;}
._styleadmin .number {background:#1abc9c;color:#fff;height:30px;width:30px;display:inline-block;font-size:0.8em;margin-right:4px;line-height:30px;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,0.2);border-radius:15px 15px 15px 0px;}
._styleadmin input[type="submit"], ._styleadmin input[type="button"]{padding:7px;background-color:#dc0a79!important;cursor:pointer;color:#ffffff;font-size:1em;}
._styleadmin input[type="submit"]:hover, ._styleadmin input[type="button"]:hover{opacity:0.5;}
/* ADMIN MENU END */


/* ADMIN MENU START */
.creationdiv{position:absolute;height:100%;width:100%;text-align:center;z-index:9999;background-color:#ffffff;margin:0px;padding:0px;top:0%;left:0%;bottom:0%;right:0%;}
.creationdiv .divider{border-top:1px solid #E5E5E4;padding-bottom:20px;}
.creationdiv h3{font-size:1.6em;padding-bottom:10px;}
.creationdiv div{padding-bottom:5px;background-color:#ffffff;}
.creationdiv-inner{height:100%;width:100%;background-color:#ffffff;}     
.creationlink-inside i{padding: 5px;background-color:#ffffff;cursor:pointer;color:#dc0a79;font-size:1.8em;float:right;font-weight:lighter;}
.creationlink i:hover{opacity:0.5;}
/* ADMIN MENU END */



._account_right_link{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #E5E5E4;}
._account_right_title{color:#010101;;font-size:1em}
._account_right_titlesub{color:#010101;font-size:0.85em}
._account_right_desc{color:#999999;font-size:0.85em}


._account_title{border-bottom:1px solid #e6e6e6;padding-bottom:5px;padding-top:5px;margin-bottom:10px;margin-top:10px;}
._account_title h2{text-transform:uppercase;font-size:24px;}



._account_title{border-bottom:1px solid #e6e6e6;padding-bottom:5px;padding-top:5px;margin-bottom:10px;margin-top:10px;}
._account_title h2{text-transform:uppercase;font-size:24px;}


._asty_table{display:table;height:100%;width:100%;}
._asty_bgcol{background-color:#fff;}
._asty_ftcol{color:#010101;}
._asty_ftcol a{color:#010101;}
._asty_ftcol a:hover{color:#010101;}
._asty_bordershr{-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 2px 4px 0 hsla(0,0%,80%,.35);box-shadow:0 2px 4px 0 hsla(0,0%,80%,.35);}
._asty_mar25{margin:25px;}
._asty_mar20{margin:20px;}
._asty_mar15{margin:15px;}
._asty_mar10{margin:10px;}
._asty_mar5{margin:5px;}
._asty_marb25{margin-bottom:25px;}
._asty_marb20{margin-bottom:20px;}
._asty_marb15{margin-bottom:15px;}
._asty_marb10{margin-bottom:10px;}
._asty_marb5{margin-bottom:5px;}
._asty_mart25{margin-top:25px;}
._asty_mart20{margin-top:20px;}
._asty_mart15{margin-top:15px;}
._asty_mart10{margin-top:10px;}
._asty_mart5{margin-top:5px;}
._asty_padt25{padding-top:25px;}
._asty_padt20{padding-top:20px;}
._asty_padt15{padding-top:15px;}
._asty_padt10{padding-top:10px;}
._asty_padt5{padding-top:5px;}
._asty_pad25{padding:25px;}
._asty_pad20{padding:20px;}
._asty_pad15{padding:15px;}
._asty_pad10{padding:10px;}
._asty_pad5{padding:5px;}
._asty_cell{vertical-align:top;display:table-cell;height:100%;width:100%;}
._asty_cell90{vertical-align:top;display:table-cell;height:100%;width:90%;}
._asty_cell80{vertical-align:top;display:table-cell;height:100%;width:80%;}
._asty_cell70{vertical-align:top;display:table-cell;height:100%;width:70%;}
._asty_cell60{vertical-align:top;display:table-cell;height:100%;width:60%;}
._asty_cell50{vertical-align:top;display:table-cell;height:100%;width:49%;}
._asty_cell40{vertical-align:top;display:table-cell;height:100%;width:40%;}
._asty_cell30{vertical-align:top;display:table-cell;height:100%;width:30%;}
._asty_cell20{vertical-align:top;display:table-cell;height:100%;width:20%;}
._asty_cell10{vertical-align:top;display:table-cell;height:100%;width:10%;}
._asty_container{height:100%;-moz-box-sizing:border-box;}

._asty_bk_img-out{height:220px;min-height:220px;}
._asty_bk_img-in{background-position-y:0!important;background-position-x:0!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important;width:100%!important;height:100%!important;}

._asty_ads_icon{padding:5px;text-align:center;width:100%;vertical-align:middle;}
._asty_ads_iconpt15{padding-top:15px;}
._asty_ads_iconpt20{padding-top:20px;}
._asty_ads_icon33{height:33%;}
._asty_ads_icon50{height:49%;}
._asty_ads_icon_center{border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;}
._asty_ads_icon_top{border-left:1px solid #ddd;border-top:1px solid #ddd;}
._asty_ads_icon_normal{border-left:1px solid #ddd;}
._asty_borderontop{border-top:1px solid #ddd;}

._asty_btn{color:#dc0a79;background-color:transparent;border:0;}
._asty_btn:hover{color:#c6076b;}
._asty_btn a{color:#dc0a79;background-color:transparent;border:0;}
._asty_btn a:hover{color:#c6076b;}
._asty_btn_inline{display:inline-block;min-height:20px;vertical-align:middle;align-items:center;padding:5px;}
._asty_txt_title{font-size:1.3em;padding-bottom:5px;font-weight:500;}
._asty_txt_titleSub{font-size:1.1em;padding-bottom:5px;}
._asty_txt_Desc{font-size:0.9em;padding-bottom:5px;}
._asty_txt_date{font-size:0.9em;color:#717171;padding-bottom:5px;}
._asty_txt_detail{font-size:0.7em;padding-bottom:5px;}

._asty_link_btn a{background-color:#dc0a79!important;border-color:#dc0a79!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:8px 15px 8px 15px;color:#fff;font-size:0.8rem!important;text-transform:uppercase;}
._asty_link_btn a:hover{color:#fff;opacity: 0.7;}

._asty_link_box {font-size:0.9em;font-weight:100;}
._asty_link_box a{font-size:0.9em;font-weight:100;}
._asty_link_box button{font-size:0.9em;font-weight:100;}
._asty_link_box i{font-size:1.2em;font-weight:100;}

._asty_link_box_m {font-size:0.9em;font-weight:100;}
._asty_link_box_m a{font-size:0.9em;font-weight:100;color:#dc0a79!important;}
._asty_link_box_m button{font-size:0.9em;font-weight:100;}
._asty_link_box_m i{font-size:1.2em;font-weight:100;}

._asty_ads50First{border-left:1px solid #ddd;border-right:1px solid #ddd;}
._asty_ads50Second{border-right:1px solid #ddd;}

@media only screen and (max-width:575px){
._asty_cell90{display:block!important;width:100%;}
._asty_cell80{display:block!important;width:100%;}
._asty_cell70{display:block!important;width:100%;}
._asty_cell60{display:block!important;width:100%;}
._asty_cell50{display:block!important;width:100%;}
._asty_cell30{display:block!important;width:100%;}
._asty_cell20{display:block!important;width:100%;}
._asty_cell10{display:block!important;width:100%;}
._asty_ads_icon{display:inline-block;height:auto;vertical-align:middle;}
._asty_ads_iconpt15{padding-top:3px;}
._asty_ads_iconpt20{padding-top:3px;}
._asty_ads_icon33{width:33%;}
._asty_ads_icon50{width:49%;}
._asty_ads_icon_center{border-top:1px solid #ddd;border-bottom:0px;border-right:1px solid #ddd;}
._asty_ads_icon_top{border-top:1px solid #ddd;border-right:0px solid #ddd;border-left:1px solid #ddd;}
._asty_ads_icon_normal{border-top:1px solid #ddd;border-left:0px;}

._asty_ads50First{border-top:1px solid #ddd;border-left:0px;border-right:0px;}
._asty_ads50Second{border-top:1px solid #ddd;border-right:0px;}

._asty_txt_title{font-size:1em;}
._asty_txt_titleSub{font-size:0.9em;}
._asty_txt_Desc{font-size:0.7em;}
._asty_txt_date{font-size:0.7em;}
._asty_txt_detail{font-size:0.6em;}
._asty_hide_tablet{display:none!important;}
}







._asty_box_half{display:inline-block!important;width:49%!important;}

/* Block White */
._asty_box_inside{padding-right:145px!important;padding-left:145px!important;color:#1a1a1a!important;height:100%;}
@media only screen and (max-width:1560px) and (min-width:1281px){._asty_box_inside{padding-right:9.3vw!important;padding-left:9.3vw!important;}}
@media only screen and (max-width:1280px) and (min-width:1025px){._asty_box_inside{padding-right:6.25vw!important;padding-left:6.25vw!important;}}
@media only screen and (max-width:1024px) and (min-width:576px){._asty_box_inside{padding-left:48px!important;padding-right:48px!important;}}
@media only screen and (max-width:575px){._asty_box_inside{padding-left:24px!important;padding-right:24px!important;}}
@media only screen and (max-width:321px){._asty_box_inside{padding-right:2px!important;padding-left:2px!important;}}

._asty_box_title{background:#fff;width:100%;height:100%;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;padding-top:7px;padding-bottom:7px;}
._asty_box_title b{font-size:1.6rem;}
._asty_box_title a{font-size:1rem;padding-top:5px;}
._asty_box_search{background:#f4f4f5;width:100%;height:100%;border-bottom:1px solid #e6e6e6;}
._asty_box_form{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;-webkit-box-lines:nowrap!important;flex-wrap:nowrap!important;position:relative!important;padding-bottom:0px!important;padding-top:20px!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;}


._asty_box_page{background:#EAEDED!important;width:100%;height:100%;border-bottom:1px solid #e6e6e6;}
._asty_box_page-box{background-color:#fff;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 2px 4px 0 hsla(0,0%,80%,.35);box-shadow:0 2px 4px 0 hsla(0,0%,80%,.35);margin-bottom:1rem;}
._asty_box_page-box-button{padding:1rem;text-align:center;}

._asty_bread{font-size:0.8rem!important;}
._asty_bread ul{margin:0;}
._asty_bread .breadcrumb{padding:8px 15px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
._asty_bread .breadcrumb > li{display:inline-block;}
._asty_bread .breadcrumb > li a{color:#dc0a79!important;font-size:0.8rem!important;}
._asty_bread .breadcrumb > li a:hover{text-decoration:none;color:#1a1a1a!important;}
._asty_bread .content ul{list-style:none;margin:0;padding:0;}
._asty_bread .content ul.breadcrumb li{counter-increment:numero;list-style-type:none;margin:2px 0 0;padding:0;}
._asty_bread .content ul.breadcrumb{background-color:#f2f2f2;border-radius:5px;padding:0 15px;}
._asty_bread .content ul.breadcrumb li{background-image:none !important;margin-bottom:0 !important;padding:8px 0;white-space:nowrap;}
._asty_bread .content .breadcrumb > li + li{background-position:center left !important;background-image:url(https://www.magental.com/Content/Images/xchenillard-bck-inter.png.pagespeed.ic.AF0lhxCH2i.png) !important;background-repeat:no-repeat;padding-left:35px !important;}
._asty_bread .content .breadcrumb > li + li:before{content:"";padding:0;}
._asty_bread *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._asty_bread :before, :after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._asty_bread .content ul li{background-image:none !important;}
._asty_bread ul{page-break-inside:avoid;}
._asty_bread .content{padding:0 !important;}
._asty_bread ul li{line-height:8pt;}
._asty_bread .content ul li{background-image:none;list-style:disc;padding-left:0;margin-left:10px;}
@media only screen and (max-width:575px){
._asty_bread{font-size:0.7rem!important;}
._asty_bread .breadcrumb > li a{font-size:0.7rem!important;}
}
@media only screen and (max-width:421px){
._asty_bread ._asty_hide_ut{display:none!important;}
}



._asty_inline_nomobile{display:inline-block;vertical-align:middle;padding:5px;}
._asty_inline_button{display:inline-block;min-height:20px;vertical-align:middle;padding:5px;}
._asty_box{display:inline-block;min-height:20px;vertical-align:top;}
._asty_boxh100{display:inline-block;height:100%;min-height:100%;vertical-align:middle;}
._asty_box100{width:100%;height:100%;}
._asty_clm90{width:90%;margin:0px;padding:0px;}
._asty_clm10{width:10%;margin:0px;padding:0px;}
._asty_clm70{width:70%;margin:0px;padding:0px;}
._asty_clm30{width:30%;margin:0px;padding:0px;}
._asty_clm50{width:49%;margin:0px;padding:0px;}
._asty_clmright{text-align:right;}
._asty_clmleft{text-align:left;}
._asty_icon{padding:5px;text-align:center;width:100%;height:100%;min-height:100%;/*min-height: 100vh;*/}
._asty_icon_center{border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;}
._asty_icon_normal{border-left:1px solid #ddd;}
._asty_box_margin5{margin-top:5px;margin-bottom:5px;}
._asty_box_margin10{margin-top:10px;margin-bottom:10px;}
._asty_box_margin15{margin-top:15px;margin-bottom:15px;}
._asty_box_margint10{margin-top:10px;}
._asty_box_margint15{margin-top:15px;}
._asty_box_margin20{margin-top:20px;margin-bottom:20px;}
._asty_box_marginb20{margin-bottom:20px;}
._asty_box_marginb30{margin-bottom:30px;}
._asty_box_sort{font-size:0.8rem!important;}
._asty_box_sort a{font-size:0.8rem!important;text-decoration:none;color:#dc0a79!important;}
._asty_box_sort a:hover{text-decoration:none;color:#c6076b;}
._asty_box_padding5{padding:5px;}
._asty_box_padding10{padding:10px;}
._asty_box_padding15{padding:15px;}
._asty_box_paddingb10{padding-bottom:10px;}
._asty_box_paddingb15{padding-bottom:15px;}
._asty_box_paddingb20{padding-bottom:20px;}
._asty_box_paddingb25{padding-bottom:25px;}
._asty_box_paddingt5{padding-top:5px;}
._asty_box_paddingt10{padding-top:10px;}
._asty_box_paddingt15{padding-top:15px;}
._asty_box_padding15{padding-top:15px;padding-bottom:15px;}
._asty_line30{height:33%;}
._asty_line100{height:100%;min-height:100%;}
._asty_title{font-size:1.6em;}
._asty_titleSub{font-size:1.2em;}
._asty_titleSub2{font-size:1.4em;}
._asty_Desc{font-size:1em;}
._asty_colorg{color:#c6c6c6}

@media only screen and (max-width:575px){
._asty_clm90{width:100%;}
._asty_clm10{width:100%;}
._asty_clm70{width:100%;}
._asty_clm30{width:100%;}
._asty_clm50{width:100%;}
._asty_box{display:block!important;}
._asty_boxh100{display:block!important;}
._asty_icon{display:inline-block;width:33%;}
._asty_icon_center{border-top:1px solid #ddd;border-bottom:0px;border-right:1px solid #ddd;}
._asty_icon_normal{border-top:1px solid #ddd;border-left:0px;}
._asty_clmright{text-align:left;}
}



._asty_photo-size{height:200px;min-height:200px;padding:10px;}
._asty_photo{background-position-y:0!important;background-position-x:0!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important;width:100%!important;height:100%!important;}


@media (max-width:480px){
._asty_box_title b{font-size: 1.2rem;}
._asty_box_title a{font-size: 0.8rem;padding-top:2px;}
._asty_inline_nomobile{display:block;vertical-align:middle;}
._asty_title{font-size:1.2em;}
._asty_titleSub{font-size:0.8em;}
._asty_titleSub2{font-size:1.0em;}
}




/*! Notification START */
._notif_out{padding-bottom:15px;}
._notif_out .woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0;}
._notif_out .woocommerce.widget_shopping_cart .cart_list li{position:relative;}
._notif_out .widget_shopping_cart ul.product_list_widget li{min-height:85px;padding:12px 0 12px 25px!important;border-bottom:1px solid #e6e6e6;}
._notif_out .woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{margin:0;list-style:none;}
._notif_out .woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;left:0;}
._notif_out .widget_shopping_cart ul.product_list_widget .remove{top:49%!important;-webkit-transform:translateY(-49%);-moz-transform:translateY(-49%);-ms-transform:translateY(-49%);-o-transform:translateY(-49%);transform:translateY(-49%);padding-left:0;background-color:#e63030;color:#fff!important;font-size:18px;line-height:1;}
._notif_out .widget_shopping_cart ul.product_list_widget li a{display:block;text-decoration:none;}
._notif_out .woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;left:0;}
._notif_out .widget_shopping_cart ul.product_list_widget .remove{top:49%!important;-webkit-transform:translateY(-49%);-moz-transform:translateY(-49%);-ms-transform:translateY(-49%);-o-transform:translateY(-49%);transform:translateY(-49%);padding-left:0;background-color:#e63030;color:#fff!important;font-size:18px;line-height:1;}
._notif_out .widget_shopping_cart ul.product_list_widget li a{display:block;text-decoration:none;}
._notif_out .woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{font-weight:700;}
._notif_out .woocommerce a.remove{height:1em;width:1em;text-align:center;-moz-border-radius:20px;-webkit-border-radius:20px;-khtml-border-radius:20px;border-radius:20px;border:0;}
._notif_out .widget_shopping_cart ul.product_list_widget li > *{padding-left:72px;}
._notif_out .widget_shopping_cart ul.product_list_widget li{min-height:85px;padding:12px 0 12px 25px!important;border-bottom:1px solid #e6e6e6;}
._notif_out .widget_shopping_cart ul.product_list_widget a{position:relative;}
._notif_out .widget_shopping_cart ul.product_list_widget .remove{top:49%!important;-webkit-transform:translateY(-49%);-moz-transform:translateY(-49%);-ms-transform:translateY(-49%);-o-transform:translateY(-49%);transform:translateY(-49%);padding-left:0;background-color:#e63030;color:#fff!important;font-size:18px;line-height:1;}
._notif_out .widget_shopping_cart ul.product_list_widget li>*{padding-left:72px;}
._notif_out .widget_shopping_cart ul.product_list_widget li a{display:block;position:relative;color:#4c4c4c;font-size:14px;text-decoration:none;}
._notif_out .widget_shopping_cart ul.product_list_widget li a:hover{color:#dc0a79;text-decoration:none;}
._notif_out .widget_shopping_cart ul.product_list_widget li a img{position:absolute;top:0;left:0;width:60px;height:60px;border-radius:4px;}
._notif_out .woocommerce-Price-amount{color:#c6c6c6;font-weight:normal;}
._notif_out .widget_shopping_cart ul.product_list_widget li:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);transition: box-shadow 0.4s ease-in-out;cursor: pointer!important;background:rgba(199,50,120,0.15);}
._notif_out a{background-color:transparent;}
._notif_out a:active,a:hover{outline:0;}
._notif_out strong{font-weight:bold;}
._notif_out img{border:0;}
._notif_out *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._notif_out *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._notif_out a{color:#b4943d;text-decoration:none;}
._notif_out img{vertical-align:middle;}
._notif_out span,a,img,strong,ul,li{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
._notif_out ul{list-style:none;}
._notif_out img{max-width:100%;height:auto;}
._notif_out *{box-sizing:border-box;}
._notif_out *::before,*::after{box-sizing:border-box;}
._notif_out *{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
._notif_out strong{font-weight:bold!important;}
._notif_out a{color:#dc0a79;font-style:normal;font-weight:bold;text-transform:none;text-decoration:underline;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;transition:color 0.3s;}
._notif_out a:hover{color:#c6076b;text-decoration:none;}
._notif_out a:focus{outline:none;}
._notif_out ul{margin-bottom:24px;}
._notif_out ul li{position:relative;margin-bottom:12px;padding-left:15px;counter-increment:step-counter;}
._notif_out ul li::before{position:absolute;top:0;left:0;color:#dc0a79;line-height:1.5;content:counter(step-counter);}
._notif_out ul li::before{content:'–';}
._notif_out ul li::before{color:#ffffff;}
._notif_out .backgroundgreylight{background-color:#f7f7f7;color:#c6c6c6;}
._notif_out .backgroundgreylight a{color:#c6c6c6;}
._notif_out .backgroundwhite{background-color:#ffffff;}
/*! Notification END */







/*! Pint Style START */
._mansory_mg_container{height:100%;-moz-box-sizing:border-box;}
._mansory_mg_table{display:table;height:100%;width:100%;}
._mansory_mg_cell{vertical-align:top;display:table-cell;height:100%;width:100%;}
._mansory_pluto{width:100%;height:100%;font-size:14px;font-weight:400;line-height:1.428571429;color:#63484d;/*background-color:#f2f0e7;*/}
._mansory_pluto .wp-pagenavi{clear:both;}
._mansory_pluto .wp-pagenavi a,.wp-pagenavi span{text-decoration:none;border:1px solid #BFBFBF;padding:3px 5px;margin:2px;}
._mansory_pluto .wp-pagenavi a:hover,.wp-pagenavi span.current{border-color:#0F1111;}
._mansory_pluto .wp-pagenavi span.current{font-weight:bold;}
._mansory_pluto button::-moz-focus-inner{padding:0;border:0;}
._mansory_pluto article,figure{display:block;}
._mansory_pluto body{margin:0;}
._mansory_pluto a{background:transparent;}
._mansory_pluto a:focus{outline:thin dotted;}
._mansory_pluto a:active,a:hover{outline:0;}
._mansory_pluto img{border:0;}
._mansory_pluto figure{margin:0;}
._mansory_pluto button{font-family:inherit;font-size:100%;margin:0;}
._mansory_pluto button{line-height:normal;}
._mansory_pluto button{text-transform:none;}
._mansory_pluto button{-webkit-appearance:button;cursor:pointer;}
._mansory_pluto button::-moz-focus-inner{border:0;padding:0;}
@media print{
._mansory_pluto *{text-shadow:none!important;color:#0F1111!important;background:transparent!important;box-shadow:none!important;}
._mansory_pluto a,a:visited{text-decoration:underline;}
._mansory_pluto a[href]:after{content:" (" attr(href) ")";}
._mansory_pluto a[href^="#"]:after{content:"";}
._mansory_pluto img{page-break-inside:avoid;}
._mansory_pluto img{max-width:100%!important;}
._mansory_pluto h2{orphans:3;widows:3;}
._mansory_pluto h2{page-break-after:avoid;}
}
._mansory_pluto *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._mansory_pluto button{font-family:inherit;font-size:inherit;line-height:inherit;}
._mansory_pluto a{color:#9b5b72;text-decoration:none;}
._mansory_pluto a:hover,a:focus{color:#6b3f4f;text-decoration:underline;}
._mansory_pluto a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
._mansory_pluto img{vertical-align:middle;}
._mansory_pluto h2,h4{font-weight:700;line-height:1.2;color:#3a3838;}
._mansory_pluto h2{margin-top:20px;margin-bottom:10px;}
._mansory_pluto h4{margin-top:10px;margin-bottom:10px;}
._mansory_pluto h2{font-size:36px;}
._mansory_pluto h4{font-size:17px;}
._mansory_pluto ul{margin-top:0;margin-bottom:10px;}
._mansory_pluto *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
._mansory_pluto button{font-family:inherit;font-size:inherit;line-height:inherit;}
._mansory_pluto a{color:#9b5b72;text-decoration:none;}
._mansory_pluto a:hover,a:focus{color:#6b3f4f;text-decoration:underline;}
._mansory_pluto a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
._mansory_pluto img{vertical-align:middle;}
._mansory_pluto [class^="os-icon-"],[class*=" os-icon-"]{font-family:'FontAwesome';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
._mansory_pluto .os-icon-heart:before{content:"\f004";}
._mansory_pluto .os-icon-plus:before{content:"\f067";}
._mansory_pluto .os-new-icon{font-family:'FontAwesome'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
._mansory_pluto .os-new-icon-quotes-left:before{content:"\f10d";}
._mansory_pluto .os-new-icon-clock:before{content:"\f017";}
._mansory_pluto .os-new-icon-eye:before{content:"\f06e";}
._mansory_pluto .index-isotope{padding-top:20px;}

/*
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3 .item-isotope{padding:15px 0px;float:none;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope{width:99.99%;max-width:99.99%;padding:1%;}

@media (max-width: 350px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3 .item-isotope{padding:15px 0px;float:none;}
}
@media (min-width: 351px) and (max-width: 574px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3 .item-isotope{padding:15px 0px;float:none;}
}
@media (min-width: 575px) and (max-width: 767px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope{width:49.99%;max-width:49.99%;padding:1%;}
}
@media (min-width: 768px) and (max-width: 991px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope{width:33%;max-width:33%;padding:1%;}
}
@media (min-width: 992px) and (max-width: 1199px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope{width:33%;max-width:33%;padding:1%;}
}
@media (min-width: 1200px) and (max-width: 1599px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope{width:24.99%;max-width:24.99%;padding:1%;}
}
@media (min-width: 1600px) and (max-width: 1749px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope{width:24.99%;max-width:24.99%;padding:1%;}
}
@media (min-width: 1750px) and (max-width: 5000px){
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope{padding:0px;}
._mansory_pluto .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope{width:24.99%;max-width:24.99%;padding:1%;}
}
    */

._mansory_pluto .index-isotope.v3 article.pluto-post-box{border:none;-webkit-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.1);box-shadow:0px 0px 12px 1px rgba(0,0,0,0.1);background-color:#fff;border-radius:6px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box img{width:inherit;max-width:100%;height:auto;width:100%;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body{position:relative;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share{-webkit-transition:all 0.7s ease;transition:all 0.7s ease;opacity:0;position:absolute;left:20px;top:20px;background-color:rgba(0,0,0,0.8);z-index:1000;padding:0px 6px;border-radius:6px;-webkit-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.4);box-shadow:0px 1px 4px 0px rgba(0,0,0,0.4);}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share i.share-activator-icon{vertical-align:middle;line-height:24px;font-size:10px;color:#fff;padding-right:3px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share span.share-activator-label{line-height:24px;vertical-align:middle;font-size:10px;text-transform:uppercase;color:#fff;padding-left:10px;border-left:1px solid #555;letter-spacing:1px;font-weight:700;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover{cursor:pointer;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon{color:rgba(255,255,255,0.7);}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon:before{content:"\f068";}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label{display:none;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover .os_social-head-w{display:inline-block;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w{display:none;margin-left:2px;vertical-align:middle;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social{font-size:10px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img{padding:0px 4px;width:25px!important;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover{opacity:1;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .figure-link{border-radius:6px;overflow:hidden;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .figure-link figure{border-radius:6px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-body .figure-link figure img{border-radius:6px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-media-body{padding:15px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-media-bodyt{padding-right:15px;padding-left:15px;padding-top:15px;padding-bottom:0px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-content-body{padding:30px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-media-body + .post-content-body{padding-top:5px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-title{margin-top:0px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-title a{font-weight:700;color:#3a3838;font-size:20px;line-height:32px;border-bottom:1px solid transparent;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-title a:hover{text-decoration:none;border-color:#3a3838;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-content{color:#63484d;font-weight:400;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-meta{background-color:#f7f6f2;border-radius:0px 0px 6px 6px;border-top:1px solid #dbdbd6;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-meta:before,.index-isotope.v3 article.pluto-post-box .post-meta:after{content:" ";display:table;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-meta:after{clear:both;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-meta:before,.index-isotope.v3 article.pluto-post-box .post-meta:after{content:" ";display:table;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-meta:after{clear:both;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-date{padding:15px 0px 15px 15px;float:left;line-height:20px;text-transform:uppercase;letter-spacing:1px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-date i{font-size:10px;margin-right:2px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-date time{font-size:10px;font-weight:700;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-like{padding:15px 15px;float:right;border-left:1px solid #dbdbd6;background-color:#f9f9f7;border-radius:0px 0px 6px 0px;line-height:11px;min-height:50px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-like a:hover,.index-isotope.v3 article.pluto-post-box .meta-like a:focus{text-decoration:none;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-like .os-like-button:hover i{color:#ed5755;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-like .os-like-button-sub-label{padding-left:3px;text-transform:uppercase;font-size:10px;line-height:20px;font-weight:700;letter-spacing:1px;display:inline-block;vertical-align:middle;color:#464646;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .meta-like i{line-height:20px;color:#968d79;vertical-align:middle;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-video-box{margin-bottom:0px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box .post-video-box .arve-wrapper{margin-bottom:0px!important;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box ul.post-categories{list-style:none;margin:0px;padding:0px;padding-top:15px;padding-left:15px;margin-bottom:10px;float:left;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box ul.post-categories li{margin-right:3px;margin-bottom:3px;float:left;display:none;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box ul.post-categories li:first-child{display:block;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box ul.post-categories li a{display:block;padding:2px 5px;background-color:#fcf7f8;font-size:11px;line-height:14px;color:#c4717b;border:1px solid #e0a1a8;border-radius:4px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box ul.post-categories li a:hover{border-color:#c75461;background-color:#fff;text-decoration:none;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box:hover{-webkit-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.1);box-shadow:0px 0px 12px 1px rgba(0,0,0,0.1);-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px);-o-transform:translateY(-8px);transform:translateY(-8px);}
._mansory_pluto .index-isotope.v3 article.pluto-post-box:hover .post-top-share{opacity:1;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote{padding:10px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote .post-body{padding:50px;padding-top:30px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote .post-content{font-size:18px;line-height:26px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote .post-content a{text-decoration:none;color:#3a3838;font-weight:700;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote .quote-author{margin-top:20px;text-align:right;text-transform:uppercase;font-size:11px;letter-spacing:1px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,0.3);}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-body{position:relative;border-radius:4px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;background-repeat:repeat;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .image-fader{background-color:rgba(11,119,214,0.83);position:absolute;top:0;bottom:0;right:0;left:0;border-radius:4px;-webkit-transition:none;transition:none;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-content{position:relative;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-icon{color:rgba(255,255,255,0.9);font-size:30px;margin-bottom:10px;}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-content a{text-decoration:none;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,0.3);}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-author{color:rgba(255,255,255,0.8);}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail:hover .image-fader{background-color:rgba(11,119,214,0.93);}
._mansory_pluto .index-isotope.v3 article.pluto-post-box.format-video .post-body iframe{width:100%;border:none;overflow:hidden;height:auto;}
._mansory_pluto .main-content-w{-webkit-transition:all 0.2s ease;transition:all 0.2s ease;position:relative;border-top:none;}
@media (max-width: 767px){
._mansory_pluto .main-content-w{border-top:none;}
}
._mansory_pluto .main-content-w .main-content-i{position:relative;display:table-cell;vertical-align:top;}
._mansory_pluto .main-content-w .main-content-m{display:table;table-layout:fixed;width:100%;vertical-align:top;}
._mansory_pluto .index-isotope{margin:0px auto;}
._mansory_pluto .index-isotope:before,.index-isotope:after{content:" ";display:table;}
._mansory_pluto .index-isotope:after{clear:both;}
._mansory_pluto .index-isotope:before,.index-isotope:after{content:" ";display:table;}
._mansory_pluto .index-isotope:after{clear:both;}
._mansory_pluto .index-isotope .item-isotope{/*float:left;*/opacity:1;width:100%;}
._mansory_pluto .index-isotope .slick-gallery figure{display:none;}
._mansory_pluto .index-isotope .slick-gallery figure:focus{outline:none;}
._mansory_pluto .index-isotope .slick-gallery figure:first-child{display:block;}
._mansory_pluto .index-isotope .slick-gallery.slick-initialized figure{display:block;}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow{cursor:pointer;display:block;background-color:rgba(0,0,0,0.5);color:transparent;position:absolute;-webkit-transform:translateY(-49%);-moz-transform:translateY(-49%);-ms-transform:translateY(-49%);-o-transform:translateY(-49%);transform:translateY(-49%);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border-radius:4px;font-size:0px;height:25px;top:49%;border:none;width:25px;z-index:2;}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow:focus{outline:none;}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow:before{font-family:'FontAwesome';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;color:#fff;position:absolute;top:49%;left:49%;-webkit-transform:translate(-49%,-49%);-moz-transform:translate(-49%,-49%);-ms-transform:translate(-49%,-49%);-o-transform:translate(-49%,-49%);transform:translate(-49%,-49%);}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow:hover{background-color:rgba(0,0,0,0.8);}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow.slick-prev{left:10px;}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow.slick-prev:before{content:"\f060";}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow.slick-next{right:10px;}
._mansory_pluto .index-isotope .slick-gallery .slick-arrow.slick-next:before{content:"\f061";}
._mansory_pluto .menu-position-left .main-content-w{vertical-align:top;width:100%;}
._mansory_pluto .item-isotope .entry-title a:hover,.item-isotope .entry-title a:focus{text-decoration:none;}
@media (min-width: 768px){
._mansory_pluto .side-padded-content{padding-left:30px;padding-right:30px;}
}
@media (max-width: 767px){
._mansory_pluto .side-padded-content{padding-left:15px;padding-right:15px;}
}
._mansory_pluto .menu-position-left .main-content-w:before{-webkit-transition:all 0.4s ease;transition:all 0.4s ease;content:"";position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:rgba(0,0,0,0);z-index:-1;}
@media (max-width: 767px){
._mansory_pluto .menu-position-left .main-content-w{margin-left:0px;}
._mansory_pluto .menu-position-left .all-wrapper{overflow:hidden;}
._mansory_pluto .menu-position-left .main-content-w{-webkit-transition:all 0.6s ease;transition:all 0.6s ease;}
}
@media (min-width: 991px){
._mansory_pluto .index-isotope .pluto-post-box .post-media-body .figure-link-w,.index-isotope .pluto-post-box .post-media-body iframe{text-align:center;}
}
._mansory_pluto .external-link-link{display:inline-block;background-color:#dc0a79;color:#fff;padding:3px 12px;margin-top:20px;font-weight:400;font-size:16px;}
._mansory_pluto .external-link-link:hover,.external-link-link:focus{background-color:#dc0a79;color:#f2f2f2;text-decoration:none;}
._mansory_pluto .external-link-price{display:inline-block;font-weight:400;font-size:16px;background-color:#c6076b;color:#fff;padding:3px 12px;margin-top:20px;}
._mansory_pluto .external-link-price:hover,.external-link-price:focus{background-color:#c6076b;color:#e6e6e6;text-decoration:none;}
._mansory_pluto .item-isotope .external-link-link,.item-isotope .external-link-price{font-size:14px;/*padding:3px 8px;*/}
._mansory_pluto .page .figure-link,.index-isotope .figure-link{display:block;z-index:10;}
._mansory_pluto .page .figure-link .figure-shade,.index-isotope .figure-link .figure-shade{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background-color:transparent;border-radius:6px;z-index:2;}
._mansory_pluto .page .figure-link .figure-icon,.index-isotope .figure-link .figure-icon{position:absolute;top:24%;-webkit-transform:translate(-24%,0%);-moz-transform:translate(-24%,0%);-ms-transform:translate(-24%,0%);-o-transform:translate(-24%,0%);transform:translate(-24%,0%);opacity:0;left:49%;font-size:40px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;color:#fff;z-index:3;}
._mansory_pluto .page .figure-link img,.index-isotope .figure-link img{-webkit-transition:all 0.6s ease;transition:all 0.6s ease;z-index:1;}
._mansory_pluto .page .figure-link:hover .figure-shade,.index-isotope .figure-link:hover .figure-shade{background-color:rgba(0,0,0,0.4);}
._mansory_pluto .page .figure-link:hover .figure-icon,.index-isotope .figure-link:hover .figure-icon{-webkit-transform:translate(-49%,-49%);-moz-transform:translate(-49%,-49%);-ms-transform:translate(-49%,-49%);-o-transform:translate(-49%,-49%);transform:translate(-49%,-49%);opacity:1;}
._mansory_pluto .page .figure-link:hover img,.index-isotope .figure-link:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
._mansory_pluto .page figure,.index-isotope figure{text-align:center;position:relative;overflow:hidden;}
._mansory_pluto .page figure img,.index-isotope figure img{width:inherit;max-width:100%;height:auto;display:block;margin:0px auto;}
._mansory_pluto .index-isotope figure.abs-image img{position:absolute;}
._mansory_pluto .read-more-link{margin-top:15px;}
._mansory_pluto .read-more-link a{font-weight:700;display:inline-block;color:#9b5b72;background-color:#fcf7fa;border-bottom:1px solid #dbb3ca;padding:3px 4px 1px 4px;font-size:12px;line-height:14px;-webkit-transition:all 0.1s ease;transition:all 0.1s ease;}
._mansory_pluto .read-more-link a:hover{text-decoration:none;border-bottom:1px solid #ba759c;background-color:#fff;color:#9b5b72;}
._mansory_pluto .pagination-w{text-align:center;border-top:1px solid #e0dbc6;margin-top:30px;padding-top:40px;}
._mansory_pluto .pagination-w .wp-pagenavi{text-transform:uppercase;font-size:12px;}
._mansory_pluto .pagination-w .wp-pagenavi a,.pagination-w .wp-pagenavi span{border:none;margin:0px 10px;font-weight:normal;}
._mansory_pluto .pagination-w .wp-pagenavi a:hover,.pagination-w .wp-pagenavi span:hover{text-decoration:none;}
._mansory_pluto .pagination-w .wp-pagenavi .pages{color:#b19399;margin-right:30px;}
._mansory_pluto .load-more-posts-button-w{text-align:center;padding:20px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
._mansory_pluto .load-more-posts-button-w a{display:inline-block;padding:10px 30px 10px 30px;border:none;color:#fff;-webkit-box-shadow:none;box-shadow:none;background-color:#dc0a79;border-radius:40px;text-transform:uppercase;font-size:11px;font-weight:700;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
._mansory_pluto .load-more-posts-button-w a i{margin-right:10px;display:inline-block;vertical-align:middle;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
._mansory_pluto .load-more-posts-button-w a span{display:inline-block;vertical-align:middle;letter-spacing:1px;font-weight:700;}
._mansory_pluto .load-more-posts-button-w a:hover,.load-more-posts-button-w a:focus{text-decoration:none;background-color:#111;color:#fff;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px);}
._mansory_pluto .load-more-posts-button-w a:hover i,.load-more-posts-button-w a:focus i{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
._mansory_pluto .wrapped-widgets .wp-pagenavi{display:inline-block;padding:20px;border:none;-webkit-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.1);box-shadow:0px 0px 12px 1px rgba(0,0,0,0.1);background-color:#fff;border-radius:6px;}
._mansory_pluto .all-wrapper.with-loading:before{position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:99999;background-color:#eee;animation:0.7s ease 0.8s introLoading;animation-fill-mode:both;}
._mansory_pluto .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
._mansory_pluto .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}
._mansory_pluto .slick-list:focus{outline:none;}
._mansory_pluto .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
._mansory_pluto .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;}
._mansory_pluto .slick-track:before,.slick-track:after{content:"";display:table;}
._mansory_pluto .slick-track:after{clear:both;}
._mansory_pluto .slick-slide{float:left;height:100%;min-height:1px;display:none;}
._mansory_pluto .slick-slide img{display:block;}
._mansory_pluto .slick-initialized .slick-slide{display:block;}
@media (max-width: 767px){
._mansory_pluto .menu-position-left .main-content-w:before{-webkit-transition:all 0.4s ease;transition:all 0.4s ease;content:"";position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:rgba(0,0,0,0);z-index:-1;}
}
@media (max-width: 991px){
._mansory_pluto .all-wrapper{padding-top:49px;}
}
._mansory_pluto #arve .arve-wrapper{display:block;margin-bottom:1.5em;width:100%;}
._mansory_pluto #arve .arve-wrapper::after{content:"";display:table;clear:both;}
._mansory_pluto #arve .arve-embed-container{position:relative;display:block;padding:0;padding-bottom:56.24%;margin:0;height:0;overflow:hidden;}
._mansory_pluto #arve .arve-iframe{position:absolute;padding:0;margin:0;top:0;left:0;bottom:0;height:100%;width:100%;border:0;}
._mansory_pluto .colorliked{color: #ed5755;}
._mansory_pluto .colorlikednot{color: #464646;}
._mansory_pluto .colorlikenumber{color: #464646;}
._mansory_pluto .colorliked a{color: #ed5755;}
._mansory_pluto .colorlikednot a{color: #464646;}
._mansory_pluto .colorlikenumber a{color: #464646;}
._mansory_pluto .colorliked:before{color: #ed5755;}
._mansory_pluto .colorlikednot:before{color: #464646;}
._mansory_pluto .colorlikenumber:before{color: #464646;}
._mansory_pluto .colorliked:before:hover{color: #464646;}
._mansory_pluto .colorlikednot:before:hover{color: #ed5755;}
._mansory_pluto .colorlikenumber:before:hover{color: #ed5755;}
._mansory_pluto .item-isotope-out{padding:0;margin:0;width:100%;margin-bottom:15px;}



._cr_content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;background-color:#e9ebee;} 
._cr_cell1{vertical-align:top;display:inline-block!important;float:left;width:29.9%;}
._cr_cell2{vertical-align:top;display:inline-block!important;float:left;width:40%;}
._cr_cell3{vertical-align:top;display:inline-block!important;float:left;width:29.9%;}
._cr_cell_p1{padding:1%;}
._cr_cell_p2{padding:2%;}
._cr_cell_box{background-color:#fff;margin-top:5px;margin-bottom:15px;border: 1px solid #dddfe2;border-radius: 3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
._cr_viol{background-color:#f7e0eb!important;}
@media only screen and (max-width:820px){
._cr_cell1{vertical-align:top;display:inline-block!important;float:left;width:40%;}
._cr_cell2{vertical-align:top;display:inline-block!important;float:left;width:59.9%;}
._cr_cell3{display:block!important;width:100%;float:none;}
}
@media only screen and (max-width:620px){
._cr_cell1{display:block!important;width:100%;float:none;}
._cr_cell2{display:block!important;width:100%;float:none;}
._cr_cell3{display:block!important;width:100%;float:none;}
}

























/*! Pint Style END */


/*! Lateral MENU START */
.widget_recent_entries>ul{margin:0;padding:0;list-style:none;}
.widget_recent_entries>ul li{margin-bottom:0;padding:12px 0;border-top:1px solid #f5f5f5;color:gray;font-size:14px;}
.widget_recent_entries>ul li:first-child{padding-top:0;border-top:0;}
.widget_recent_entries>ul li:last-child{padding-bottom:0;}
.widget_recent_entries>ul li>a{color:#0F1111;font-weight:normal;text-decoration:none;font-size:0.9rem;}
.widget_recent_entries>ul li>a:hover{color:#dc0a79;}
.widget_recent_entries>ul li::before{display:none;}
.widget_recent_entries>ul li span{display:block;color:gray;font-size:12px;}

.widget_recent_comments>ul{margin:0;padding:0;list-style:none;}
.widget_recent_comments>ul li{margin-bottom:0;padding:12px 0;border-top:1px solid #f5f5f5;color:gray;font-size:14px;}
.widget_recent_comments>ul li:first-child{padding-top:0;border-top:0;}
.widget_recent_comments>ul li:last-child{padding-bottom:0;}
.widget_recent_comments>ul li>a{color:#0F1111;font-weight:normal;text-decoration:none;}
.widget_recent_comments>ul li>a:hover{color:#dc0a79;}
.widget_recent_comments>ul li::before{display:none;}
.widget_recent_comments>ul>li{color:gray;font-size:12px;}
.widget_recent_comments>ul>li>a{display:block!important;font-size:14px;}
/*! Lateral MENU END */



/*! Salon Collaborator START */
@media print{
.saloncollaborator *,::after,::before{text-shadow:none!important;box-shadow:none!important;}
.saloncollaborator a,a:visited{text-decoration:underline;}
.saloncollaborator img{page-break-inside:avoid;}
}
.saloncollaborator *,::after,::before{box-sizing:border-box;}
.saloncollaborator ul{margin-top:0;margin-bottom:1rem;}
.saloncollaborator a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
.saloncollaborator a:hover{color:#0056b3;text-decoration:underline;}
.saloncollaborator img{vertical-align:middle;border-style:none;}
.saloncollaborator a{-ms-touch-action:manipulation;touch-action:manipulation;}
.saloncollaborator .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.saloncollaborator .col-lg-3,.col-md-6{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}
@media (min-width:768px){
.saloncollaborator .col-md-6{-ms-flex:0 0 49%;flex:0 0 49%;max-width:49%;}
}
@media (min-width:992px){
.saloncollaborator .col-lg-3{-ms-flex:0 0 24%;flex:0 0 24%;max-width:24%;}
}
.saloncollaborator .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.saloncollaborator .fa-twitter:before{content:"\f099";}
.saloncollaborator .fa-facebook:before{content:"\f09a";}
.saloncollaborator .fa-google-plus:before{content:"\f0d5";}
.saloncollaborator *{margin:0;padding:0;-webkit-font-smoothing:antialiased;-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;text-shadow:rgba(0,0,0,.01) 0 0 1px;}
.saloncollaborator div{display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.saloncollaborator ul{list-style:none;margin-bottom:0px;}
.saloncollaborator a,a:hover,a:visited,a:active,a:link{text-decoration:none;-webkit-font-smoothing:antialiased;-webkit-text-shadow:rgba(0,0,0,.01) 0 0 1px;text-shadow:rgba(0,0,0,.01) 0 0 1px;}
.saloncollaborator .team_row{margin-top:43px;}
.saloncollaborator .team_col{margin-bottom:40px;}
.saloncollaborator .team_item{width:100%;}
.saloncollaborator .team_image{width:180px;height:160px;border-radius:6px;overflow:hidden;margin-left:auto;margin-right:auto;margin-bottom:-86px;z-index:5;}
.saloncollaborator .team_image img{max-width:100%;}
.saloncollaborator .team_body{width:100%;padding-top:108px;padding-bottom:24px;background:#FFFFFF;border-radius:6px;box-shadow:0px 1px 10px rgba(29,34,47,0.1);text-align:center;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-ms-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease;}
.saloncollaborator .team_item:hover .team_body{box-shadow:0px 5px 40px rgba(29,34,47,0.15);}
.saloncollaborator .team_title a{font-family:Roboto,Helvetica,sans-serif!important;font-size:20px;font-weight:700;color:#384158;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-ms-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease;}
.saloncollaborator .team_title a:hover{color:#14bdee;}
.saloncollaborator .team_subtitle{font-size:14px;font-weight:400;color:#76777a;margin-top:6px;}
.saloncollaborator .social_list{margin-top:16px;}
.saloncollaborator .social_list ul li{display:inline-block;}
.saloncollaborator .social_list ul li:not(:last-child){margin-right:10px;}
.saloncollaborator .social_list ul li a i{font-size:18px;color:#76777a;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-ms-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease;}
.saloncollaborator .social_list ul li:hover a i{color:#14bdee;}
.saloncollaborator .team_col .team_item{padding-left:6px;padding-right:6px;}
.saloncollaborator .team_col:first-child .team_item{padding-left:0;padding-right:6px;}
.saloncollaborator .team_col:nth-child(4n) .team_item{padding-left:6px;padding-right:0;}
@media only screen and (max-width: 1199px){
.saloncollaborator .team_image{width:160px;height:140px;}
}
@media only screen and (max-width: 991px){
.saloncollaborator .team_col .team_item{padding-left:0px;padding-right:0px;}
.saloncollaborator .team_col:first-child .team_item{padding-left:0;padding-right:0px;}
.saloncollaborator .team_col:nth-child(4n) .team_item{padding-left:0px;padding-right:0;}
.saloncollaborator .team_col:nth-child(odd) .team_item{padding-right:6px;}
.saloncollaborator .team_col:nth-child(even) .team_item{padding-left:6px;}
}
@media only screen and (max-width: 767px){
.saloncollaborator .team_col .team_item{padding-left:0px;padding-right:0px;}
.saloncollaborator .team_col:first-child .team_item{padding-left:0;padding-right:0px;}
.saloncollaborator .team_col:nth-child(4n) .team_item{padding-left:0px;padding-right:0;}
.saloncollaborator .team_col:nth-child(odd) .team_item{padding-right:0px;}
.saloncollaborator .team_col:nth-child(even) .team_item{padding-left:0px;}
}
/*! Salon Collaborator END */



/*! Salon Booking START */
.salon-booking-pro-div {display:flex;flex-wrap:wrap;/* optional. only if you want the items to wrap */justify-content:center;/* for horizontal alignment */align-items:center;text-transform:capitalize;}
.salon-booking-pro-div div {margin:5px;text-align:center;}
.salon-booking-pro-div div a {}
.salon-booking-pro {border-bottom:1px solid #333;/*background:#fff;*/padding-left:3px;padding-right:3px;}
.salon-booking-pro:hover {/*background:#dc0a79;*/color:#dc0a79;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;cursor:pointer;text-decoration:none;}
.salon-booking-pro a {color:#cfcaca;}
.salon-booking-pro:hover a {color:#dc0a79;cursor:pointer;/*background:#dc0a79;*/text-decoration:none;}
.salon-booking-pro-current {border-bottom:1px solid #333;/*background:#dc0a79;*/color:#fff;padding-left:3px;padding-right:3px;}
.salon-booking-pro-current:hover a {/*background:#dc0a79;*/color:#dc0a79;-webkit-transition:color.6s ease-in;-moz-transition:color.6s ease-in;-o-transition:color.6s ease-in;transition:color.6s ease-in;cursor:pointer;text-decoration:none;}
.salon-booking-pro-current a {color:#333;}

.sbp-day {font-size:1.0em;}
.sbp-day-current {font-size:1.5em;font-weight:bold;}
.sbp-month {font-size:0.8em;}
.sbp-month-current {font-size:1.0em;font-weight:bold;}
.sbp-year {font-size:0.6em;}
.sbp-year-current {font-size:0.8em;font-weight:bold;}
.sbp-titled {font-size:2.15em;text-align:center;}
.sbp-titleday {font-size:1.15em;text-transform:capitalize;text-align:center;}
.sbp-titlenumberappointment {font-size:0.85em;text-transform:capitalize;font-weight:lighter;}

@media (max-width:500px) {
.sbp-titled {font-size:1.3em;text-align:center;}
.sbp-titleday {font-size:0.9em;}
.sbp-titlenumberappointment {font-size:0.8em;}
}

/* Bootstrap */
.salon-booking-btn {/* optional. only if you want the items to wrap */justify-content:center;/* for horizontal alignment */align-items:center;text-transform:capitalize;text-align:center;}
.salon-booking-btn a {border:1px solid #dc0a79;font-size:0.9em;background-image:none;background:#dc0a79;color:#ffffff;border-radius:0px;letter-spacing:3px;font-weight:100;text-decoration:none !important;text-shadow:none;text-transform:uppercase;padding:3px;margin-right:5px;}
.salon-booking-btn a:hover {border:1px solid #dc0a79;font-size:0.9em;background-image:none;background:#ffffff;color:#dc0a79;border-radius:0px;letter-spacing:3px;font-weight:100;text-decoration:none !important;text-shadow:none;text-transform:uppercase;padding:3px;margin-right:5px;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out;}


@media (max-width:500px) {
.salon-booking-btn a {font-size:0.6em;}
}

.salon-booking-pro-time {border-bottom:1px solid #e5e5e4;margin:0px;padding:0px;}
.salon-booking-pro-time-col1 {border-right:1px solid #333;background:#f5efde;color:#303030;min-width:100px;max-width:100px;}
.salon-booking-pro-time-col2 {font-size:0.7em;background:#ffffff;/*height:100%;*/}
.salon-booking-pro-time-booking {border:1px solid #303030;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding-left:2px;margin-top:2px;}

.salon-booking-clearfix:after {display:block;clear:both;}

/*----- salon-booking-menup Outline -----*/
.salon-booking-menup-wrap {width:100%;box-shadow:0px 1px 3px rgba(0,0,0,0.2);/*background:#3e3436;*/font-size:0.85em;}
.salon-booking-menup {/*width:1000px;*/margin:0px auto;}
.salon-booking-menup li {margin:0px;list-style:none;}
.salon-booking-menup a {transition:all linear 0.15s;color:#101010;}
.salon-booking-menup li:hover > a, .salon-booking-menup.salon-booking-confirmed > a {text-decoration:none;color:#fff;}
.salon-booking-menup.salon-booking-arrow {font-size:10px;line-height:0%;}

/*----- Top Level -----*/.salon-booking-menup > ul > li {/*float:left;*/display:inline-block;position:relative;}
.salon-booking-menup > ul > li > a { padding:10px 40px;display:inline-block;text-shadow:0px 1px 0px rgba(0,0,0,0.4);}
.salon-booking-menup > ul > li:hover > a, .salon-booking-menup > ul > .salon-booking-confirmed > a { color:#fff;/*background:#ffffff;*/}

/*----- Bottom Level -----*/.salon-booking-menup li:hover .salon-booking-sub-menup {z-index:1;opacity:1;}
.salon-booking-sub-menup {width:100%;padding:5px 0px;position:absolute;top:100%;left:0px;z-index:-1;opacity:0;transition:opacity linear 0.15s;box-shadow:0px 2px 3px rgba(0,0,0,0.2);background:#dc0a79;border:1px solid #333;}
.salon-booking-sub-menup li {display:block;font-size:0.85em;border-bottom:1px solid #333;}
.salon-booking-sub-menup li a { padding:5px 10px;display:block;}
.salon-booking-sub-menup li a:hover, .salon-booking-sub-menup .salon-booking-confirmed a { background:#dc0a79;}

.salon-booking-pro-confirmed {background:#18b24b;}
.salon-booking-pro-confirmednot {background:#f29412;}
.salon-booking-pro-neutro {background:#DDD;}

.booking-table{display:table;height:100%;width:100%;}
.booking-col1 {vertical-align:middle;display:table-cell;height:100%;width:10%;background-color:#282343;color:#fff;font-weight:bold;min-width:100px!important;}
.booking-col2 {vertical-align:middle;display:table-cell;height:100%;width:90%;background-color:#ffffff;}
.booking-col-magental {background-color:#dc0a79;}
.booking-col-rdv-btn{border-width:2px!important;margin:0!important;padding-right:5px!important;padding-top:5px!important;padding-bottom:5px!important;padding-left:5px!important;background-color:#dc0a79!important;font-family:Roboto,Helvetica,sans-serif!important;font-weight:600!important;border-color:#dc0a79!important;border-radius:0!important;border-style:solid!important;color:#ffffff!important;cursor:pointer!important;display:inline-block!important;font-size:14px!important;line-height:18px!important;outline:none!important;overflow:visible!important;position:relative!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;vertical-align:middle!important;}
.booking-col-rdv-btn:hover{background-color:#c6076b!important;border-color:#c6076b!important;}
.booking-col-rdv-btn:focus{background-color:#c6076b!important;border-color:#c6076b!important;}
.booking-col-rdv-btn:active{background-color:#c6076b!important;border-color:#c6076b!important;}
.booking-col-inside {padding-left:5px;padding-right:5px;}
.booking-container{height:100%;-moz-box-sizing:border-box;}
.booking-col-time {vertical-align:middle;display:table-cell;height:100%;width:100%;}
.booking-dropbtn {color:white;padding:5px;font-size:16px;border:none;cursor:pointer;}
.booking-dropdown {position:relative;display:inline-block;}
.booking-dropdown-content {display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);z-index:1;}
.booking-dropdown-content a {color:black;padding:3px 15px;text-decoration:none;display:block;border-bottom:1px solid #e5e5e4;}
.booking-dropdown-content a:hover { background-color:#f1f1f1;}
.booking-dropdown:hover .booking-dropdown-content {display:block;}
.booking-dropdown-confirmed .booking-dropbtn {background-color:#10813f;}
.booking-dropdown-confirmed:hover .booking-dropbtn {background-color:#04692e;}
.booking-dropdown-confirmednot .booking-dropbtn {background-color:#ff0000;}
.booking-dropdown-confirmednot:hover .booking-dropbtn {background-color:#ae0b0b;}
.booking-left {float:left;display:inline-block !important;}
.booking-right {float:left;background-color:aquamarine;display:inline-block !important;}
.booking-showme {display:none;}
.booking-showhim:hover .booking-showme {display:block;}

@media only screen and (max-width:575px){
.booking-col1{display:block!important;width:100%;}
.booking-col2{display:block!important;width:100%;}
}

/*! Salon Booking END */




/*! list Portfolio START */
.portfoliolist{margin-top:25px;}
.portfoliolist .pt-fulldiv{background-color:#f8f8f9}
.portfoliolist a{color:#010101;}
.portfoliolist a:hover{color:#dc0a79;}
.portfoliolist .pt-bd{border:1px solid #999999;}
.portfoliolist .pt-bd:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);transition: box-shadow 0.4s ease-in-out;cursor: pointer!important;background:rgba(199,50,120,0.15);}
.portfoliolist .pt-mh{min-height:200px;}
.portfoliolist .pt-pd{padding:2%;}
.portfoliolist .pt-pdb{padding-bottom:2%;}
.portfoliolist .pt-pdt{padding-top:2%;}
.portfoliolist .pt-70{width:70%;min-width:70%;display:inline-block;}
.portfoliolist .pt-30{width:30%;min-width:30%;display:inline-block;}
.portfoliolist .pt-hei{height:100%;}
.portfoliolist .pt-heitext{min-height:200px;}
.portfoliolist .pt-wid{width:100%;}
.portfoliolist .pt-pd0{padding:0;}
.portfoliolist .pt-mg0{margin:0;}
.portfoliolist .pt-mg2{margin:2%;}
.portfoliolist .pt-dsent{background-color:#fbfff9}
.portfoliolist .pt-bgtop{border-top:1px solid #E5E5E4;}
.portfoliolist .pt-bgbot{border-bottom:1px solid #E5E5E4;}
.portfoliolist .pt-colgrey{color:#c6c6c6;}
.portfoliolist .pt-colgrey a{color:#c6c6c6;}
.portfoliolist .pt-colgrey p{color:#c6c6c6;}
.portfoliolist .pt-bottomout{position:relative;}
.portfoliolist .pt-bottomin{position:absolute;bottom:12%;}
.portfoliolist .pt-rightin{right:12%;}
.portfoliolist .pt-txright{text-align:right;}
.portfoliolist .imgport{background-size: cover;background-repeat:no-repeat;background-position:center;height:auto;width:auto;border-right:1px solid #999999;text-align:center;}
.portfoliolist .imgport:hover .imgport-tex-inside{color:#010101;}
.portfoliolist .imgport-tex{position:relative;height:100%;font-size:1.5em;}
.portfoliolist .imgport-tex a{color:#fff;}
.portfoliolist .imgport-tex:hover{color:#dc0a79;}
.portfoliolist .imgport-tex a:hover{color:#dc0a79;}
.portfoliolist .imgport-tex-inside{position:absolute;bottom:0px;color:#fff;background:linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));text-align:center;padding-left:15px;padding-right:15px;}
.portfoliolist .pt-name{font-size:1.6em;}
.portfoliolist .pt-job{font-size:1.2em;}
.portfoliolist .pt-speciality{font-size:1em;}
.portfoliolist .pt-sentence{font-size:0.9em;color:#999999;}
.portfoliolist .pt-contact{font-size:0.8em;}
.portfoliolist .pt-contact a{color:#dc0a79;}
.portfoliolist .pt-contact a:hover{color:#c6076b;}
@media only screen and (max-width: 461px){
.portfoliolist .pt-70{width:100%;min-width:100%;display:block;}
.portfoliolist .pt-30{width:100%;min-width:100%;display:block;}
.portfoliolist .pt-bottomin{bottom:3%;}
.portfoliolist .pt-mg2-m{margin:2%;}
.portfoliolist .pt-pd2-m{margin:2%;}
}
/*! list Portfolio END */



_asty_table _asty_bordershr _asty_marb25 _asty_ftcol _asty_bgcol


/*! Creation See Portfolio START */
.creation_see_port{width:100%;}
.creation_see_port .ct-port-table{display:table;height:100%;width:100%;}
.creation_see_port a{color:#010101;}
.creation_see_port a:hover{color:#dc0a79;}
.creation_see_port .ct-port-col1{width:45px;min-width:45px;min-height:50px;vertical-align:top;display:table-cell;height:100%;}
.creation_see_port .ct-port-col2{vertical-align:top;display:table-cell;height:100%;width:90%;}
.creation_see_port .ct-port-img{background-size: cover;background-repeat:no-repeat;background-position:center;height:auto;width:auto;text-align:center;}
.creation_see_port .ct-port-radius{-moz-border-radius: 30px;-webkit-border-radius: 30px;-khtml-border-radius: 30px;border-radius: 30px;border:1px solid #ccc;}
.creation_see_port .ct-in2{padding-left:2%;width:100%;}
.creation_see_port .ct-name{font-size:1.2em;}
.creation_see_port .ct-see{font-size:0.85em;color:#999999;}
.creation_see_port .ct-see a{color:#999999;}
.creation_see_port .ct-see a:hover{color:#dc0a79;}
/*! Creation See Portfolio END */







/*! Messages START */
.widget{padding-bottom:5px;border-bottom:1px solid #f5f5f5;}
.widget-title{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #dc0a79;color:#0F1111;font-size:1.4rem;font-weight:normal;}
.widget-title a{color:#0F1111;text-decoration:none;}
.widget_startapp_recent_posts .post-item{display:table;width:100%;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f5f5f5;}
.widget_startapp_recent_posts .post-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0;}
.widget_startapp_recent_posts .post-item-thumb,.widget_startapp_recent_posts .post-item-info{display:table-cell;vertical-align:top;}
.widget_startapp_recent_posts .post-item-thumb{width:72px;padding-right:12px;}
.widget_startapp_recent_posts .post-item-thumb>img{width:100%;border-radius:4px;}
.widget_startapp_recent_posts .post-item-date{color:gray;font-size:12px;}
.widget_startapp_recent_posts .post-item-title{margin-bottom:0;font-size:14px;}
.widget_startapp_recent_posts .post-item-img img{height:80px;max-height:80px;width:80px;max-width:80px;}
.widget-msg-box{-moz-border-radius: 20px;-webkit-border-radius: 20px;-khtml-border-radius: 20px;border-radius: 20px;margin:2px;}
.widget_startapp_recent_posts .post-item-img img{height:80px;max-height:80px;}
.widget-p5{padding:5px;}
#myUserReciever{border-bottom:1px solid #e5e5e4;}

.msg-bubble{background-color:#f5f7fb;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;box-shadow:0 0 6px #B2B2B2;padding:10px 18px;position:relative;vertical-align:top;width:85%;max-width:85%;}
.msg-bubble::before{background-color:#f5f7fb;content:"\00a0";display:block;height:16px;position:absolute;top:11px;transform:rotate( 29deg ) skew( -35deg );-moz-transform:rotate( 29deg ) skew( -35deg );-ms-transform:rotate( 29deg ) skew( -35deg );-o-transform:rotate( 29deg ) skew( -35deg );-webkit-transform:rotate( 29deg ) skew( -35deg );width:20px;}
.msg-me{background-color:#f7e0eb;margin-right:auto;margin-left:0;margin:5px 20px 5px 45px;}
.msg-me::before{box-shadow:2px -2px 2px 0 rgba( 178, 178, 178, .4 );right:-9px;background-color:#f7e0eb}
.msg-you{background-color:#ffffff;margin-left:auto;margin-right:0;margin:5px 45px 5px 20px;}
.msg-you::before{background-color:#ffffff;box-shadow:-2px 2px 2px 0 rgba( 178, 178, 178, .4 );left:-9px;}

.post-header{display:table;width:100%;color:gray;font-size:14px;}
.post-header>.column{display:table-cell;vertical-align:top;}
.post-header>.column:first-child{padding-right:10px;}
.post-header>.column:last-child{text-align:right;}
.post-header>.column>*{display:inline-block;}
.account-link{font-size:0.7rem;}
@media only screen and (max-width:480px){.widget-title{font-size:1.1rem;}}

.msg_style{width:100%;}
.msg_style .mgu-msg-table{display:table;height:100%;width:100%;}
.msg_style a{color:#010101;}
.msg_style a:hover{color:#dc0a79;}
.msg_style .mgu-msg-col1{width:45px;min-width:45px;min-height:50px;vertical-align:top;display:table-cell;height:100%;}
.msg_style .mgu-msg-col2{vertical-align:top;display:table-cell;height:100%;width:90%;}
.msg_style .mgu-msg-img{background-size: cover;background-repeat:no-repeat;background-position:center;height:auto;width:auto;text-align:center;}
.msg_style .mgu-msg-radius{-moz-border-radius: 30px;-webkit-border-radius: 30px;-khtml-border-radius: 30px;border-radius: 30px;border:1px solid #ccc;}
.msg_style .mgu-in2{padding-left:2%;width:100%;}
.msg_style .mgu-name{font-size:1.2em;}
.msg_style .mgu-see{font-size:0.85em;color:#999999;}
.msg_style .mgu-see a{color:#999999;}
.msg_style .mgu-see a:hover{color:#dc0a79;}
.msg_style .mgu-job{font-size:0.85em;color:#010101;}
.msg_style .mgu-job a{color:#010101;}
.msg_style .mgu-job a:hover{color:#dc0a79;}
.msg_style .mgu-speciality{font-size:0.85em;color:#010101;text-decoration:underline;}
.msg_style .mgu-speciality a{color:#010101;}
.msg_style .mgu-speciality a:hover{color:#dc0a79;}
.msg_style .mgu-sentence{font-size:0.85em;color:#dc0a79;}
.msg_style .mgu-sentence a{color:#dc0a79;}
.msg_style .mgu-sentence a:hover{color:#dc0a79;}
/*! Messages END */


/*! Curriculum START */

.cv_detail{width:100%;font-size:15px;margin-bottom:40px;}
.cv_full{width:100%;}
.cv_line_top{border-top:7px solid #41474e;padding-bottom:25px;}
.cv_line_space10{padding-bottom:10px;}
.cv_line_space15{padding-bottom:15px;}
.cv_line_space20{padding-bottom:20px;}
.cv_line_space25{padding-bottom:25px;}
.cv_line_space30{padding-bottom:30px;}
.cv_line_space35{padding-bottom:35px;}
.cv_line_space40{padding-bottom:40px;}
.cv_top_container{height:100%;-moz-box-sizing:border-box;margin-top:15px;}
.cv_top_table{display:table;height:100%;width:100%;}
.cv_top_cell50{vertical-align:top;display:table-cell;height:100%;width:49%;}
.cv_right{text-align:right;right:0px;}
.cv_namelastname{margin-bottom:5px;font-size:51px;line-height:56px;text-transform:uppercase;}
.cv_stagetitle{margin-bottom:5px;font-size:25px;line-height:25px;text-transform:uppercase;}
.cv_portfolio{margin-bottom:5px;font-size:30px;text-transform:uppercase;}
.cv_portfolio a{color:#41474e}
.cv_portfolio a:hover{color:#dc0a79}
.cv_wrapper {display: flex;align-items: center;}
.cv_line{border-top: 1px solid #dadada;flex-grow:1; margin: 0 15px;}
.cv_subtitle{font-size:22px;color:#41474e;font-weight:500;text-transform:uppercase;}
.cv_list_line_bottom{border-bottom:1px solid #dadada;}
.cv_box_padding{padding:15px;}
.cv_personalinfo{color:#999999;}
.cv-period{float:right;padding:8px 16px;background-color:#c9c9c9;color:#fff;font-size:14px;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;text-transform:uppercase;}
.cv_insidepl{padding-left:15px;}
.cv_experienceposition{font-size:20px;text-transform:uppercase;}
.cv_experiencecompany{font-size:17px;color:#797979;}
.cv_pb10{padding-bottom:10px;}
@media only screen and (max-width:575px){
.cv_top_cell50{display:block!important;width:100%;}
.cv-namelastname{font-size:30px;line-height:31px;}
.cv-portfolio{font-size:18px;}
}

/*! Curriculum END */


/*! Job Detail START */
.job-address-title{font-size:1.6rem; font-weight:400;}

/*! Job Detail END */



/*! Forum START */

.comments-area{margin-top:36px}
 @media screen and (max-width: 768px){
	 .comments-area{margin-top:24px}
	 }
	 .comments-area h4>sup{color:#4c4c4c;font-size:14px;font-weight:600}
	 .comments-area .reply-title{margin-bottom:12px}
	 .comments-area .reply-title h4{display:none}
	 .comments-area .reply-title a{text-decoration:none}
	 .comments-area .logged-in-as{margin-bottom:16px}
	 .comments-area .logged-in-as>a{color:#0F1111;font-weight:normal;text-decoration:none}
	 .comments-area .logged-in-as>a:hover{color:#dc0a79}
	 .comments-area .form-submit{margin-bottom:0;text-align:right}
	 .comments-area .form-submit>.btn,.comments-area .widget_price_filter .price_slider_amount .form-submit>button,.widget_price_filter .price_slider_amount .comments-area .form-submit>button,.comments-area .widget_shopping_cart .buttons .form-submit>a,.widget_shopping_cart .buttons .comments-area .form-submit>a,.comments-area .woocommerce .woocommerce-Pagination .form-submit>a.button,.woocommerce .woocommerce-Pagination .comments-area .form-submit>a.button,.comments-area .woocommerce .woocommerce-Pagination .form-submit>button.button,.woocommerce .woocommerce-Pagination .comments-area .form-submit>button.button,.comments-area .woocommerce .woocommerce-Pagination .form-submit>input.button,.comments-area .comment .reply-link .form-submit>.comment-reply-link,.comment .reply-link .comments-area .form-submit>.comment-reply-link,.comments-area .nav-links .form-submit>.page-numbers.prev,.nav-links .comments-area .form-submit>.page-numbers.prev,.comments-area .nav-links .form-submit>.page-numbers.next,.nav-links .comments-area .form-submit>.page-numbers.next,.comments-area .vertical-navigation>ul .menu-item-has-children>a.form-submit>.arrow,.vertical-navigation>ul .comments-area .menu-item-has-children>a.form-submit>.arrow,.comments-area .vertical-navigation>ul .has-mega-menu>a.form-submit>.arrow,.vertical-navigation>ul .comments-area .has-mega-menu>a.form-submit>.arrow,.comments-area .woocommerce table.shop_table .form-submit>.button,.woocommerce table.shop_table .comments-area .form-submit>.button,.comments-area .woocommerce .cart-collaterals .cart_totals .form-submit>.checkout-button,.woocommerce .cart-collaterals .cart_totals .comments-area .form-submit>.checkout-button,.comments-area .woocommerce-page .cart-collaterals .cart_totals .form-submit>.checkout-button,.woocommerce-page .cart-collaterals .cart_totals .comments-area .form-submit>.checkout-button,.comments-area .woocommerce .form-submit>button.button.alt,.woocommerce .comments-area .form-submit>button.button.alt,.comments-area .woocommerce .woocommerce-info .form-submit>.button,.woocommerce .woocommerce-info .comments-area .form-submit>.button,.comments-area .woocommerce .woocommerce-error .form-submit>.button,.woocommerce .woocommerce-error .comments-area .form-submit>.button,.comments-area .woocommerce .woocommerce-message .form-submit>.button,.woocommerce .woocommerce-message .comments-area .form-submit>.button,.comments-area .woocommerce #respond .form-submit>input#submit.alt,.woocommerce #respond .comments-area .form-submit>input#submit.alt,.comments-area .woocommerce .form-submit>a.button.alt,.woocommerce .comments-area .form-submit>a.button.alt,.comments-area .woocommerce .checkout_coupon .form-submit>input.button,.comments-area .return-to-shop .form-submit>.button.wc-backward,.return-to-shop .comments-area .form-submit>.button.wc-backward,.comments-area .woocommerce .track_order .form-submit>input.button,.comments-area .woocommerce-MyAccount-content .woocommerce-Address-title .form-submit>a,.woocommerce-MyAccount-content .woocommerce-Address-title .comments-area .form-submit>a,.comments-area .woocommerce .login .form-row .form-submit>input.button,.comments-area .woocommerce .form-submit>input.button,.woocommerce .comments-area .form-submit>input.button{margin:0}
	 .comment{margin-bottom:24px;padding:24px;border-radius:4px;background-color:#f5f5f5}
	 .comment.depth-2{margin-top:24px;margin-bottom:0;background-color:#fff}
	 .comment .inner{display:table;width:100%}
	 .comment .author-ava,.comment .comment-body{display:table-cell;vertical-align:top}
	 .comment .author-ava{width:72px;padding-right:12px}
	 .comment .author-ava>img{display:block;width:100%;border-radius:4px}
	 .comment .author-name{margin-bottom:0;color:#0F1111;font-size:14px;font-weight:normal}
	 .comment .comment-body p:last-child{margin-bottom:0}
	 .comment .comment-date{display:block;margin-bottom:12px;color:gray;font-size:12px}
	 .comment .reply-link{margin-top:12px;text-align:right}
	 .comment .reply-link .comment-reply-link{margin:0 !important}
	 @media screen and (max-width: 560px){
		 .comment .author-ava,.comment .comment-body{display:block}
		 .comment .author-ava{width:60px;margin-bottom:15px;padding-right:0}
		 .comment .comment-body{width:100%}
		 }
		 .comment-respond+.comment{margin-top:24px}
		 .comments-area{padding-bottom:72px}


.post-author{display:table;width:100%;margin-top:36px;border-radius:4px;background-color:#f5f5f5;overflow:hidden}
 .post-author .post-author-thumb,.post-author .post-author-info{display:table-cell;vertical-align:top}
 .post-author .post-author-thumb{width:174px}
 .post-author .post-author-thumb>a{display:block}
 .post-author .post-author-thumb>a>img{display:block;width:174px}
 .post-author .post-author-info{padding-top:17px;padding-right:20px;padding-bottom:24px;padding-left:20px}
 .post-author .post-author-info p{margin-bottom:12px;color:gray}
 .post-author .post-author-name{margin-bottom:12px;font-size:24px}
 .post-author .post-author-name>a{color:#0F1111;font-weight:normal;text-decoration:none}
 .post-author .post-author-name>a:hover{color:#dc0a79}
 @media screen and (max-width: 560px){
	 .post-author{padding-top:24px}
	 .post-author .post-author-thumb,.post-author .post-author-info{display:block;text-align:center}
	 .post-author .post-author-thumb{margin:0 auto}
	 .post-author .post-author-thumb>a>img{border-radius:4px}
	 .post-author .social-bar>a{margin-right:3px;margin-left:3px}
	 }
	 .related-posts{margin-top:60px}
	 @media screen and (max-width: 768px){
		 .related-posts{margin-top:36px}
		 }
		 
		 .related-post-entry,.post-tile-simple{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f5f5f5}
		 .related-post-entry .post-header,.post-tile-simple .post-header{margin-bottom:6px !important}
		 .related-post-entry .post-header .edit-link,.post-tile-simple .post-header .edit-link{display:none}
		 .related-post-entry .post-title,.post-tile-simple .post-title{margin-bottom:0 !important;font-size:24px}
		 .related-post-entry .post-title>a,.post-tile-simple .post-title>a{color:#0F1111;font-weight:normal;text-decoration:none}
		 .related-post-entry .post-title>a:hover,.post-tile-simple .post-title>a:hover{color:#dc0a79}
		 .single-post{-ms-word-wrap:break-word;word-wrap:break-word}
		 .single-post .post-header{margin-bottom:12px}
		 .single-post .post-footer{margin-top:0;padding-bottom:20px;border-bottom:1px solid rgba(203, 172, 89,0.25)}
		 .single-post .post-footer>.tags-links{margin-top:28px}
		 .single-post .post-title{margin-bottom:36px}


/*! ADDED Last Forum */
.post-tile{margin-bottom:30px;border-radius:4px;background-color:#f5f5f5;overflow:hidden;-ms-word-wrap:break-word;word-wrap:break-word}
 .post-tile .post-thumb{display:block}
 .post-tile .post-thumb>img{display:block}
 .post-tile .post-body{padding:24px}
 .post-tile .post-title{margin-top:6px;margin-bottom:0;font-size:24px}
 .post-tile .post-title>a{color:#0F1111;font-weight:normal;text-decoration:none}
 .post-tile .post-title>a:hover{color:#dc0a79}
 .post-tile .post-excerpt{margin-top:6px;margin-bottom:0;color:gray;font-size:14px}
 .post-horizontal{margin-bottom:60px;-ms-word-wrap:break-word;word-wrap:break-word}
 .post-horizontal+.pagination{margin-top:-24px}
 .post-horizontal .post-thumb{display:block;margin:16px 0}
 .post-horizontal .post-thumb>img{display:block}
 .post-horizontal .post-title{margin-bottom:6px}
 .post-horizontal .post-title>a{color:#0F1111;font-weight:300;text-decoration:none}
 .post-horizontal .post-title>a:hover{color:#dc0a79}
 .post-horizontal .post-header>.column{display:block;width:100%}
 .post-horizontal .post-header>.column:first-child{padding-right:0}
 .post-horizontal .post-header>.column:last-child{margin-top:12px;text-align:left}@media screen and (max-width: 991px){.post-horizontal{margin-bottom:36px}
 .post-horizontal+.pagination{margin-top:-16px}
 .post-horizontal .post-title{font-size:30px}}
 .format-image .post-footer .post-format,.format-gallery .post-footer .post-format,.format-video .post-footer .post-format,.format-audio .post-footer .post-format,.format-quote .post-footer .post-format,.format-link .post-footer .post-format,.format-chat .post-footer .post-format{margin:4px 7px 4px 0;color:#4c4c4c;font-size:12px}
 .format-image .post-footer .post-format>i,.format-gallery .post-footer .post-format>i,.format-video .post-footer .post-format>i,.format-audio .post-footer .post-format>i,.format-quote .post-footer .post-format>i,.format-link .post-footer .post-format>i,.format-chat .post-footer .post-format>i{display:inline-block;margin-top:-2px;margin-right:2px;font-family:'Material Icons';font-style:normal;vertical-align:middle}
 .single-post .post-footer .post-format,.format-standard .post-footer .post-format,.format-aside .post-footer .post-format,.format-status .post-footer .post-format{display:none}
 .format-image .post-footer .post-format>i::before{content:'\e3f4'}
 .format-gallery .post-footer .post-format>i::before{content:'\e3b6'}
 .format-video .post-footer .post-format>i::before{content:'\e039'}
 .format-audio .post-footer .post-format>i::before{content:'\e3a1'}
 .format-quote .post-footer .post-format>i::before{content:'\e244'}
 .format-link .post-footer .post-format>i::before{content:'\e157'}
 .format-chat .post-footer .post-format>i::before{content:'\e0ca'}
 .sticky-label{display:none}
 .sticky .sticky-label{display:block;padding:0 24px;background-color:#dc0a79;color:#fff;font-size:12px;line-height:36px}
 .sticky .sticky-label>i{display:inline-block;font-size:14px;vertical-align:middle}
 
 .post-horizontal .sticky-label{padding:0;background-color:transparent;color:#dc0a79}
 .post-share-buttons{padding-top:18px}
 .post-share-buttons::before,.post-share-buttons::after{display:table;content:' '}
 .post-share-buttons::after{clear:both}
 .post-share-buttons>.column{width:25%;padding:6px;float:left}
 .post-share-buttons>.column:first-child{padding-left:0}
 .post-share-buttons>.column:last-child{padding-right:0}
 .post-share-buttons a{display:block;width:100%;height:36px;margin:0;padding:0 12px;border-color:#dc0a79;border-radius:4px;background-color:#dc0a79;color:#fff;font-size:12px;font-weight:normal;line-height:34px;text-decoration:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}
 .post-share-buttons a>i{display:inline-block;margin-right:3px;font-size:1.1em;vertical-align:middle}
 .post-share-buttons a>i.socicon-googleplus{font-size:1.3em}
 .post-share-buttons a:hover{border:1px solid rgba(203, 172, 89,0.15);background-color:transparent;color:#dc0a79}
 
 @media screen and (max-width: 680px){.post-share-buttons>.column{width:50%}
 .post-share-buttons>.column:nth-child(2){padding-right:0}
 .post-share-buttons>.column:nth-child(3){padding-left:0}}@media screen and (max-width: 360px){.post-share-buttons>.column{width:100%;padding:0;padding-bottom:12px;float:none}}
 .post-author{display:table;width:100%;margin-top:36px;border-radius:4px;background-color:#f5f5f5;overflow:hidden}
 .post-author .post-author-thumb,.post-author .post-author-info{display:table-cell;vertical-align:top}
 .post-author .post-author-thumb{width:174px}
 .post-author .post-author-thumb>a{display:block}
 .post-author .post-author-thumb>a>img{display:block;width:174px}
 .post-author .post-author-info{padding-top:17px;padding-right:20px;padding-bottom:24px;padding-left:20px}
 .post-author .post-author-info p{margin-bottom:12px;color:gray}
 .post-author .post-author-name{margin-bottom:12px;font-size:24px}
 .post-author .post-author-name>a{color:#0F1111;font-weight:normal;text-decoration:none}
 .post-author .post-author-name>a:hover{color:#dc0a79}@media screen and (max-width: 560px){.post-author{padding-top:24px}
 .post-author .post-author-thumb,.post-author .post-author-info{display:block;text-align:center}
 .post-author .post-author-thumb{margin:0 auto}
 .post-author .post-author-thumb>a>img{border-radius:4px}
 .post-author .social-bar>a{margin-right:3px;margin-left:3px}}
 .related-posts{margin-top:60px}@media screen and (max-width: 768px){.related-posts{margin-top:36px}}
 .related-post-entry,.post-tile-simple{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f5f5f5}
 .related-post-entry .post-header,.post-tile-simple .post-header{margin-bottom:6px !important}
 .related-post-entry .post-header .edit-link,.post-tile-simple .post-header .edit-link{display:none}
 .related-post-entry .post-title,.post-tile-simple .post-title{margin-bottom:0 !important;font-size:24px}
 .related-post-entry .post-title>a,.post-tile-simple .post-title>a{color:#0F1111;font-weight:normal;text-decoration:none}
 .related-post-entry .post-title>a:hover,.post-tile-simple .post-title>a:hover{color:#dc0a79}
 .single-post{-ms-word-wrap:break-word;word-wrap:break-word}
 .single-post .post-header{margin-bottom:12px}
 .single-post .post-footer{margin-top:0;padding-bottom:20px;border-bottom:1px solid rgba(203, 172, 89,0.25)}
 .single-post .post-footer>.tags-links{margin-top:28px}
 .single-post .post-title{margin-bottom:36px}






.widget{margin-bottom:36px;padding-bottom:12px;border-bottom:1px solid #f5f5f5}
 .widget .form-select,.widget select{margin-bottom:0}
 .widget-title,.widgettitle{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(203, 172, 89,0.25);color:#0F1111;font-size:18px;font-weight:bolder}
 .widget_categories>ul,.widget_recent_entries>ul,.widget_recent_comments>ul,.widget_archive>ul,.widget_meta>ul,.widget_nav_menu div>ul,.widget_pages>ul,.widget_product_categories>ul,.woocommerce-MyAccount-navigation>ul{margin:0;padding:0;list-style:none}
 .widget_categories>ul li,.widget_recent_entries>ul li,.widget_recent_comments>ul li,.widget_archive>ul li,.widget_meta>ul li,.widget_nav_menu div>ul li,.widget_pages>ul li,.widget_product_categories>ul li,.woocommerce-MyAccount-navigation>ul li{margin-bottom:0;padding:12px 0;border-top:1px solid #f5f5f5;color:gray;font-size:14px}
 .widget_categories>ul li:first-child,.widget_recent_entries>ul li:first-child,.widget_recent_comments>ul li:first-child,.widget_archive>ul li:first-child,.widget_meta>ul li:first-child,.widget_nav_menu div>ul li:first-child,.widget_pages>ul li:first-child,.widget_product_categories>ul li:first-child,.woocommerce-MyAccount-navigation>ul li:first-child{padding-top:0;border-top:0}
 .widget_categories>ul li:last-child,.widget_recent_entries>ul li:last-child,.widget_recent_comments>ul li:last-child,.widget_archive>ul li:last-child,.widget_meta>ul li:last-child,.widget_nav_menu div>ul li:last-child,.widget_pages>ul li:last-child,.widget_product_categories>ul li:last-child,.woocommerce-MyAccount-navigation>ul li:last-child{padding-bottom:0}
 .widget_categories>ul li ul>li:first-child,.widget_recent_entries>ul li ul>li:first-child,.widget_recent_comments>ul li ul>li:first-child,.widget_archive>ul li ul>li:first-child,.widget_meta>ul li ul>li:first-child,.widget_nav_menu div>ul li ul>li:first-child,.widget_pages>ul li ul>li:first-child,.widget_product_categories>ul li ul>li:first-child,.woocommerce-MyAccount-navigation>ul li ul>li:first-child{padding-top:12px;border-top:1px solid #f5f5f5}
 .widget_categories>ul li>a,.widget_recent_entries>ul li>a,.widget_recent_comments>ul li>a,.widget_archive>ul li>a,.widget_meta>ul li>a,.widget_nav_menu div>ul li>a,.widget_pages>ul li>a,.widget_product_categories>ul li>a,.woocommerce-MyAccount-navigation>ul li>a{color:#0F1111;font-weight:normal;text-decoration:none}
 .widget_categories>ul li>a:hover,.widget_categories>ul li.current-cat>a,.widget_categories>ul li.current_page_item>a,.widget_categories>ul li.is-active a,.widget_recent_entries>ul li>a:hover,.widget_recent_entries>ul li.current-cat>a,.widget_recent_entries>ul li.current_page_item>a,.widget_recent_entries>ul li.is-active a,.widget_recent_comments>ul li>a:hover,.widget_recent_comments>ul li.current-cat>a,.widget_recent_comments>ul li.current_page_item>a,.widget_recent_comments>ul li.is-active a,.widget_archive>ul li>a:hover,.widget_archive>ul li.current-cat>a,.widget_archive>ul li.current_page_item>a,.widget_archive>ul li.is-active a,.widget_meta>ul li>a:hover,.widget_meta>ul li.current-cat>a,.widget_meta>ul li.current_page_item>a,.widget_meta>ul li.is-active a,.widget_nav_menu div>ul li>a:hover,.widget_nav_menu div>ul li.current-cat>a,.widget_nav_menu div>ul li.current_page_item>a,.widget_nav_menu div>ul li.is-active a,.widget_pages>ul li>a:hover,.widget_pages>ul li.current-cat>a,.widget_pages>ul li.current_page_item>a,.widget_pages>ul li.is-active a,.widget_product_categories>ul li>a:hover,.widget_product_categories>ul li.current-cat>a,.widget_product_categories>ul li.current_page_item>a,.widget_product_categories>ul li.is-active a,.woocommerce-MyAccount-navigation>ul li>a:hover,.woocommerce-MyAccount-navigation>ul li.current-cat>a,.woocommerce-MyAccount-navigation>ul li.current_page_item>a,.woocommerce-MyAccount-navigation>ul li.is-active a{color:#dc0a79}
 .widget_categories>ul li::before,.widget_recent_entries>ul li::before,.widget_recent_comments>ul li::before,.widget_archive>ul li::before,.widget_meta>ul li::before,.widget_nav_menu div>ul li::before,.widget_pages>ul li::before,.widget_product_categories>ul li::before,.woocommerce-MyAccount-navigation>ul li::before{display:none}
 .widget_categories>ul ul,.widget_recent_entries>ul ul,.widget_recent_comments>ul ul,.widget_archive>ul ul,.widget_meta>ul ul,.widget_nav_menu div>ul ul,.widget_pages>ul ul,.widget_product_categories>ul ul,.woocommerce-MyAccount-navigation>ul ul{margin:0;padding-left:15px}
 .widget_categories>ul ul li,.widget_recent_entries>ul ul li,.widget_recent_comments>ul ul li,.widget_archive>ul ul li,.widget_meta>ul ul li,.widget_nav_menu div>ul ul li,.widget_pages>ul ul li,.widget_product_categories>ul ul li,.woocommerce-MyAccount-navigation>ul ul li{padding:8px 0;border:0 !important}
 .widget_categories>ul ul .children,.widget_recent_entries>ul ul .children,.widget_recent_comments>ul ul .children,.widget_archive>ul ul .children,.widget_meta>ul ul .children,.widget_nav_menu div>ul ul .children,.widget_pages>ul ul .children,.widget_product_categories>ul ul .children,.woocommerce-MyAccount-navigation>ul ul .children{border:0}
 .widget_categories li .count,.widget_recent_entries li .count,.widget_recent_comments li .count,.widget_archive li .count,.widget_meta li .count,.widget_nav_menu div li .count,.widget_pages li .count,.widget_product_categories li .count,.woocommerce-MyAccount-navigation li .count{margin-left:5px}
 .widget_recent_comments .comment-author-link>a{display:inline-block;color:gray;font-weight:normal;text-decoration:none}
 .widget_recent_comments>ul>li{color:gray;font-size:12px}
 .widget_recent_comments>ul>li>a{display:block !important;font-size:14px}
 .widget_recent_entries>ul li span{display:block;color:gray;font-size:12px}
 .widget_calendar{border-bottom:0}
 .widget_calendar caption{padding-top:0;padding-right:0;padding-bottom:12px;padding-left:0}
 .widget_calendar table>thead>tr>th,.widget_calendar table>thead>tr>td,.widget_calendar table>tbody>tr>th,.widget_calendar table>tbody>tr>td,.widget_calendar table>tfoot>tr>th,.widget_calendar table>tfoot>tr>td{padding:10px}
 .widget_calendar a{text-decoration:none}
 .widget_text{color:gray}
 .widget_text img{margin-top:12px;margin-bottom:12px}
 .widget_text .wp-caption{margin-bottom:12px}
 .widget_text .wp-caption img{margin:0}
 .widget_text .wp-caption .wp-caption-text{padding-bottom:16px}
 .widget_text p:last-child{margin-bottom:0}
 .widget_tag_cloud a,.widget_product_tag_cloud a,.product .product_meta .tagged_as a,.tags-links a{display:inline-block;height:24px;margin:3px 3px 3px 0;padding:0 12px;border:1px solid rgba(203, 172, 89,0.25);border-radius:2px;font-size:12px !important;font-weight:normal;line-height:22px;text-decoration:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}
 .widget_tag_cloud a:hover,.widget_product_tag_cloud a:hover,.product .product_meta .tagged_as a:hover,.tags-links a:hover{border-color:#dc0a79;background-color:#dc0a79;color:#fff}
 .widget_rss ul{margin-bottom:0}
 .widget_rss ul li{padding-left:0}
 .widget_rss ul li::before{display:none}
 .widget_rss ul li:last-child{margin-bottom:0}
 .widget_rss a{text-decoration:none}
 .widget_startapp_recent_posts .post-item{display:table;width:100%;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f5f5f5}
 .widget_startapp_recent_posts .post-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
 .widget_startapp_recent_posts .post-item-thumb,.widget_startapp_recent_posts .post-item-info{display:table-cell;vertical-align:top}
 .widget_startapp_recent_posts .post-item-thumb{width:72px;padding-right:12px}
 .widget_startapp_recent_posts .post-item-thumb>img{width:100%;border-radius:4px}
 .widget_startapp_recent_posts .post-item-date{color:gray;font-size:12px}
 .widget_startapp_recent_posts .post-item-title{margin-bottom:0;font-size:14px}
 .widget_startapp_recent_posts .post-item-title>a{color:#0F1111;font-weight:normal;text-decoration:none}
 .widget_startapp_recent_posts .post-item-title>a:hover{color:#dc0a79}
 .widget_startapp_subscribe p{margin-bottom:12px;color:gray}
 .widget_startapp_subscribe .input-group{position:relative}
 .widget_startapp_subscribe .input-group input{margin:0 !important;padding-right:38px !important;padding-left:38px !important}
 .widget_startapp_subscribe .input-group>i{position:absolute;top:50%;left:12px;margin-top:-8px;color:#dc0a79;font-size:18px}
 .widget_startapp_subscribe button[type='submit']{position:absolute;top:0;right:12px;padding:0;border:0;background:none;line-height:46px}
 .widget_startapp_subscribe button[type='submit']>i{color:#dc0a79;font-size:18px}
 .widget_startapp_subscribe button[type='submit']:focus{outline:none}
 .widget_startapp_author img{margin-bottom:8px}
 .widget_startapp_author p{margin-bottom:16px}
 .widget_startapp_socials{padding-bottom:6px}
 .widget_startapp_contacts .contact-item{display:table;width:100%;margin-bottom:16px}
 .widget_startapp_contacts .contact-item:last-child{margin-bottom:0}
 .widget_startapp_contacts .contact-icon,.widget_startapp_contacts .contact-info{display:table-cell;vertical-align:middle}
 .widget_startapp_contacts .contact-icon{width:34px;padding-right:10px;text-align:center}
 .widget_startapp_contacts .contact-icon>i{display:block;color:#dc0a79;font-size:24px}
 .widget_startapp_contacts .contact-icon>i.socicon-skype,.widget_startapp_contacts .contact-icon>i.socicon-mail{padding-top:8px;font-size:18px}
 .widget_startapp_contacts .contact-info span{display:block;color:gray;font-size:14px}
 .widget_startapp_contacts .contact-info span:first-child{color:#4c4c4c;font-size:16px}
 .widget_startapp_button{color:gray}
 .widget_startapp_site_info>a{display:block;max-width:146px}
 .widget_startapp_site_info>p{margin-top:24px;margin-bottom:0;color:gray}
 .widget_startapp_site_info .social-bar{margin-top:24px}
 .widget_startapp_site_info .social-bar .social-btn{margin-bottom:0}
 .widget_startapp_image_carousel{position:relative}
 .widget_startapp_image_carousel .widget-title{padding-right:84px}
 .widget_startapp_image_carousel .widget-description{margin-bottom:20px;color:gray}
 .widget_startapp_image_carousel .widget-carousel-navs{position:absolute;top:14px;right:0}
 .widget_startapp_image_carousel .widget-carousel-navs .slick-next{right:0;left:auto}
 .widget_startapp_image_carousel .widget-carousel-navs .slick-prev{right:42px;left:auto}
 .widget_startapp_image_carousel .carousel-item>img{margin:auto}
 .fw-section .widget_search{border-bottom:0}
 .widget_products,.widget_recent_reviews,.widget_top_rated_products,.widget_recently_viewed_products{border:0}
 .widget_products ul.product_list_widget li,.widget_recent_reviews ul.product_list_widget li,.widget_top_rated_products ul.product_list_widget li,.widget_recently_viewed_products ul.product_list_widget li{min-height:85px;padding:12px 0;border-top:1px solid #f5f5f5}
 .widget_products ul.product_list_widget li:first-child,.widget_recent_reviews ul.product_list_widget li:first-child,.widget_top_rated_products ul.product_list_widget li:first-child,.widget_recently_viewed_products ul.product_list_widget li:first-child{border:0}
 .widget_products ul.product_list_widget li del,.widget_recent_reviews ul.product_list_widget li del,.widget_top_rated_products ul.product_list_widget li del,.widget_recently_viewed_products ul.product_list_widget li del{color:#e5e5e5}
 .widget_products ul.product_list_widget li ins,.widget_recent_reviews ul.product_list_widget li ins,.widget_top_rated_products ul.product_list_widget li ins,.widget_recently_viewed_products ul.product_list_widget li ins{padding-left:0;text-decoration:none}
 .widget_products ul.product_list_widget li>*,.widget_recent_reviews ul.product_list_widget li>*,.widget_top_rated_products ul.product_list_widget li>*,.widget_recently_viewed_products ul.product_list_widget li>*{padding-left:72px}
 .widget_products ul.product_list_widget li>*.star-rating,.widget_recent_reviews ul.product_list_widget li>*.star-rating,.widget_top_rated_products ul.product_list_widget li>*.star-rating,.widget_recently_viewed_products ul.product_list_widget li>*.star-rating{width:6.5em;margin:4px 0 3px 72px;padding-left:0;color:#5bc460;font-size:12px;letter-spacing:.3em}
 .widget_products ul.product_list_widget li a,.widget_recent_reviews ul.product_list_widget li a,.widget_top_rated_products ul.product_list_widget li a,.widget_recently_viewed_products ul.product_list_widget li a{display:block;position:relative;color:#4c4c4c;font-size:14px;text-decoration:none}
 .widget_products ul.product_list_widget li a:hover,.widget_recent_reviews ul.product_list_widget li a:hover,.widget_top_rated_products ul.product_list_widget li a:hover,.widget_recently_viewed_products ul.product_list_widget li a:hover{color:#dc0a79}
 .widget_products ul.product_list_widget li a img,.widget_recent_reviews ul.product_list_widget li a img,.widget_top_rated_products ul.product_list_widget li a img,.widget_recently_viewed_products ul.product_list_widget li a img{position:absolute;top:0;left:0;width:60px;height:60px;border-radius:4px}
 .widget_rating_filter ul{padding-top:8px !important}
 .widget_rating_filter a{color:gray;font-weight:400}
 .widget_rating_filter a .star-rating{width:6.5em;margin-right:5px;color:#5bc460;font-size:12px;letter-spacing:.3em}
 .widget_layered_nav,.widget_layered_nav_filters{border-bottom:0}
 .widget_layered_nav ul li,.widget_layered_nav_filters ul li{margin:0;padding:8px 0 !important;float:none !important;border-top:1px solid #f5f5f5}
 .widget_layered_nav ul li:first-child,.widget_layered_nav_filters ul li:first-child{padding-top:0 !important;border:0}
 .widget_layered_nav ul li::before,.widget_layered_nav_filters ul li::before{display:none}
 .widget_layered_nav a,.widget_layered_nav_filters a{color:#4c4c4c;font-weight:600;text-decoration:none}
 .widget_layered_nav a:hover,.widget_layered_nav_filters a:hover{color:#dc0a79}
 .widget_layered_nav a::before,.widget_layered_nav_filters a::before{color:#e63030 !important}
 .widget_price_filter .price_slider_wrapper{padding-top:12px !important}
 .widget_price_filter .price_slider{background-color:#e5e5e5 !important}
 .widget_price_filter .ui-slider-range{background-color:#5bc460 !important}
 .widget_price_filter .ui-slider-handle{width:16px !important;height:16px !important;background-color:#fff !important;box-shadow:0 0 6px 0 rgba(0,0,0,0.25);cursor:pointer !important}
 .widget_price_filter .price_slider_amount{padding-top:8px !important}
 .widget_price_filter .price_slider_amount button{margin:0 !important}
 .widget_price_filter .price_label{color:gray !important}
 .widget_shopping_cart ul.product_list_widget li{min-height:85px;padding:12px 0 12px 25px !important;border-bottom:1px solid #f5f5f5}
 .widget_shopping_cart ul.product_list_widget li.empty{min-height:auto;padding-bottom:0 !important;border-bottom:0}
 .widget_shopping_cart ul.product_list_widget a{position:relative}
 .widget_shopping_cart ul.product_list_widget .remove{top:50% !important;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);padding-left:0;background-color:#e63030;color:#fff !important;font-size:16px;line-height:.8}
 .widget_shopping_cart ul.product_list_widget li>*,.widget_shopping_cart ul.product_list_widget li .variation{padding-left:72px}
 .widget_shopping_cart ul.product_list_widget li .variation{border:0}
 .widget_shopping_cart ul.product_list_widget li .variation *{margin-bottom:0 !important;padding-bottom:0 !important}
 .widget_shopping_cart ul.product_list_widget li a{display:block;position:relative;color:#4c4c4c;font-size:14px;text-decoration:none}
 .widget_shopping_cart ul.product_list_widget li a:hover{color:#dc0a79}
 .widget_shopping_cart ul.product_list_widget li a img{position:absolute;top:0;left:0;width:60px;height:60px;border-radius:4px}
 .widget_shopping_cart .total{margin-top:8px !important;margin-bottom:12px !important;border:0 !important}
 .widget_shopping_cart .buttons a{font-size:16px !important;line-height:28px !important}
 .widget_shopping_cart .buttons a::after{position:relative;bottom:-3px;margin-left:5px;font-family:'material icons';font-weight:400;content:'\e8cc'}
 .widget_shopping_cart .buttons a:last-child{margin-top:-6px !important;margin-bottom:0 !important}
 .widget_shopping_cart .buttons a:last-child::after{content:'\e0c9'}



.comments-area{margin-top:36px}@media screen and (max-width: 768px){.comments-area{margin-top:24px}}
 .comments-area h4>sup{color:#4c4c4c;font-size:14px;font-weight:600}
 .comments-area .reply-title{margin-bottom:12px}
 .comments-area .reply-title h4{display:none}
 .comments-area .reply-title a{text-decoration:none}
 .comments-area .logged-in-as{margin-bottom:16px}
 .comments-area .logged-in-as>a{color:#0F1111;font-weight:normal;text-decoration:none}
 .comments-area .logged-in-as>a:hover{color:#dc0a79}
 .comments-area .form-submit{margin-bottom:0;text-align:right}
 .comments-area .form-submit>.btn,.comments-area .widget_price_filter .price_slider_amount .form-submit>button,.widget_price_filter .price_slider_amount .comments-area .form-submit>button,.comments-area .widget_shopping_cart .buttons .form-submit>a,.widget_shopping_cart .buttons .comments-area .form-submit>a,.comments-area .woocommerce .woocommerce-Pagination .form-submit>a.button,.woocommerce .woocommerce-Pagination .comments-area .form-submit>a.button,.comments-area .woocommerce .woocommerce-Pagination .form-submit>button.button,.woocommerce .woocommerce-Pagination .comments-area .form-submit>button.button,.comments-area .woocommerce .woocommerce-Pagination .form-submit>input.button,.comments-area .comment .reply-link .form-submit>.comment-reply-link,.comment .reply-link .comments-area .form-submit>.comment-reply-link,.comments-area .nav-links .form-submit>.page-numbers.prev,.nav-links .comments-area .form-submit>.page-numbers.prev,.comments-area .nav-links .form-submit>.page-numbers.next,.nav-links .comments-area .form-submit>.page-numbers.next,.comments-area .vertical-navigation>ul .menu-item-has-children>a.form-submit>.arrow,.vertical-navigation>ul .comments-area .menu-item-has-children>a.form-submit>.arrow,.comments-area .vertical-navigation>ul .has-mega-menu>a.form-submit>.arrow,.vertical-navigation>ul .comments-area .has-mega-menu>a.form-submit>.arrow,.comments-area .woocommerce table.shop_table .form-submit>.button,.woocommerce table.shop_table .comments-area .form-submit>.button,.comments-area .woocommerce .cart-collaterals .cart_totals .form-submit>.checkout-button,.woocommerce .cart-collaterals .cart_totals .comments-area .form-submit>.checkout-button,.comments-area .woocommerce-page .cart-collaterals .cart_totals .form-submit>.checkout-button,.woocommerce-page .cart-collaterals .cart_totals .comments-area .form-submit>.checkout-button,.comments-area .woocommerce .form-submit>button.button.alt,.woocommerce .comments-area .form-submit>button.button.alt,.comments-area .woocommerce .woocommerce-info .form-submit>.button,.woocommerce .woocommerce-info .comments-area .form-submit>.button,.comments-area .woocommerce .woocommerce-error .form-submit>.button,.woocommerce .woocommerce-error .comments-area .form-submit>.button,.comments-area .woocommerce .woocommerce-message .form-submit>.button,.woocommerce .woocommerce-message .comments-area .form-submit>.button,.comments-area .woocommerce #respond .form-submit>input#submit.alt,.woocommerce #respond .comments-area .form-submit>input#submit.alt,.comments-area .woocommerce .form-submit>a.button.alt,.woocommerce .comments-area .form-submit>a.button.alt,.comments-area .woocommerce .checkout_coupon .form-submit>input.button,.comments-area .return-to-shop .form-submit>.button.wc-backward,.return-to-shop .comments-area .form-submit>.button.wc-backward,.comments-area .woocommerce .track_order .form-submit>input.button,.comments-area .woocommerce-MyAccount-content .woocommerce-Address-title .form-submit>a,.woocommerce-MyAccount-content .woocommerce-Address-title .comments-area .form-submit>a,.comments-area .woocommerce .login .form-row .form-submit>input.button,.comments-area .woocommerce .form-submit>input.button,.woocommerce .comments-area .form-submit>input.button{margin:0}
 .comment{margin-bottom:24px;padding:24px;border-radius:4px;background-color:#f5f5f5}
 .comment.depth-2{margin-top:24px;margin-bottom:0;background-color:#fff}
 .comment .inner{display:table;width:100%}
 .comment .author-ava,.comment .comment-body{display:table-cell;vertical-align:top}
 .comment .author-ava{width:72px;padding-right:12px}
 .comment .author-ava>img{display:block;width:100%;border-radius:4px}
 .comment .author-name{margin-bottom:0;color:#0F1111;font-size:14px;font-weight:normal}
 .comment .comment-body p:last-child{margin-bottom:0}
 .comment .comment-date{display:block;margin-bottom:12px;color:gray;font-size:12px}
 .comment .reply-link{margin-top:12px;text-align:right}
 .comment .reply-link .comment-reply-link{margin:0 !important}@media screen and (max-width: 560px){.comment .author-ava,.comment .comment-body{display:block}
 .comment .author-ava{width:60px;margin-bottom:15px;padding-right:0}
 .comment .comment-body{width:100%}}
 .comment-respond+.comment{margin-top:24px}
/*! Forum END */



/* Checkbox Advertising START  */
.checkbox-alias {
    background-color: white;
    display: inline-block;
    width: 150px;
    height: 150px;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    color: #494947;
    font-weight: bolder;
    border: 2px solid #cbcbcb;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 2px 2px #cbcbcb;
    -webkit-box-shadow: 2px 2px 2px 2px #cbcbcb;
    box-shadow: 2px 2px 2px 2px #cbcbcb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.invisible-checkboxes input[type=checkbox] {
    display: none;
}
    .invisible-checkboxes input[type=checkbox]:checked + .checkbox-alias {
        background-color: #e5e6eb;
        border: 1px solid #e5e6eb;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: inset 0 0 10px #cbcbcb;
        -webkit-box-shadow: inset 0 0 10px #cbcbcb;
        box-shadow: inset 0 0 10px #cbcbcb;
        color: #494947;
    }
    .invisible-checkboxes input[type=checkbox]:checked ~ .checkbox-alias .fa {  
color: #494947;
}

.checkbox-alias {
    text-align: center;
    vertical-align: middle;
    color: #808080;
}

    .checkbox-alias .checkincon {
        font-weight: 400;
        font-size: 25px;
        background-color: #cbcbcb;
        padding: 3px;
        margin: 3px;
        border: 8px solid #cbcbcb;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        color:#808080;
    }
/*! Checkbox Advertising END  */





/*! Button Choix */
.btn-ci {font-size:16px;  margin: 0px 0px 0px 0px; padding: 5px 40px 5px 40px;}
.btn-ci a {font-size:16px;}


.btn-ci-link {color:#cbcbcb; border-bottom:2px solid #c6c6c6;}
.btn-ci-link a { color:#cbcbcb;}
.btn-ci-link:hover a {color:#dc0a79}
.btn-ci-link a:hover {color:#dc0a79}
.btn-ci-link:hover {border-bottom:2px solid #010101; color:#dc0a79}


.btn-ci-active {color:#010101; border-bottom:2px solid #dc0a79; font-weight:bold;}
.btn-ci-active a { color:#010101; font-weight:bold;}
.btn-ci-active:hover a {color:#010101}
.btn-ci-active a:hover {color:#010101}
.btn-ci-active:hover {border-bottom:2px solid #dc0a79; color:#010101}

@media only screen and (max-width: 481px) {
.btn-ci{font-size:10px;}
.btn-ci a {font-size:10px;}
}
























/*! CSS Used from: Embedded */
.split-advert{height:100%;width:100%;display:table;}
.split-advert > *{display:table-cell;vertical-align:middle;}
.split-advert-right{text-align:right;}
.box-advert{padding:20px;border:2px solid #d9d9d9;margin:20px 10px;background:#ffffff;position:relative;}
.box-advert_bowShadow:before,.box_bowShadow:after{content:"";bottom:12px;left:10px;width:50%;top:80%;max-width:300px;background:#808080;box-shadow:0 15px 5px #808080;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);-ms-transform:rotate(-3deg);transform:rotate(-3deg);}
.box-advert_bowShadow:after{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg);right:10px;left:auto;}

.box-advert_bowShadow{
  content: "";
  bottom: 12px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #d9d9d9;
  box-shadow: 0 15px 5px #d9d9d9;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-advert_bowShadow:after{
    -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



.totem-advert{padding:0 5px;line-height:1.2;text-align:center;}
.totem-advert > *{margin-bottom:10px;}
.totem-advert-hd{color:#ea0f6b;font-weight:bold;}
.totem-advert-bd{color:#000000;font-weight:bold;}
.totem-advert-ft{color:#e984ae;}
@media screen and (min-width: 600px){
.block-advert{width:calc(50% - 5px);display:inline-block;}
}
@media screen and (min-width: 850px){
.block-advert{width:calc(33% - 5px);display:inline-block;}
}


.partnerlistlang a, a:before {
  transition: all .4s;  
}
.partnerlistlang div {
  max-width: 500px;
  margin: 2em auto;
}
.partnerlistlang div:hover a {
  opacity: .4;
}
.partnerlistlang a {
  position: relative;
  display: block;
  max-width: 500px;
  padding: 20px 20px 20px 45px;
  box-sizing: border-box;
  color: #777;
  background: #fAfAfA;
  text-decoration: none;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}
.partnerlistlang a:before {
  content: "";
  position: absolute;
  left:0; bottom:0; top:0;
  width: 20px;
  background: #e9bdd4;
}
.partnerlistlang a:nth-child(even):before {
  background: #dc0a79;
}
.partnerlistlang a + a {
  border-top: 2px solid #ededed;
}
.partnerlistlang div a:hover,
.partnerlistlang div a:focus {
  opacity: 1;
  padding-left: 55px;
}
.partnerlistlang div a:hover:before,
.partnerlistlang div a:focus:before {
  width: 30px;
}


.formgraymag{background:#EAEDED!important;background-color:#EAEDED!important;}


._subtitle_general{position:relative!important;margin-bottom:30px!important;font-size:1.8rem;padding-top:15px;}
@media only screen and (min-width:575px) and (max-width:768px){._subtitle_general{margin-bottom:15px!important;font-size:1rem;padding-top:10px;}}
@media only screen and (max-width:575px){._subtitle_general{margin-bottom:15px!important;font-size:1rem;padding-top:10px;}}

/*! CSS Used to worke at last START */
.divinline {display:inline-block!important;display: -mo}
.divnotinline {display:block!important;}
.linkM a{color:#dc0a79!important;text-decoration:none;background-color:transparent;cursor:pointer!important;}
.linkM a:hover{color:#c6076b!important;text-decoration:none;}

.text-small6{font-size:16px;}
.text-small4{font-size:14px;}
.text-small2{font-size:12px;}
.text-small{font-size:10px;}
.text-vsmall{font-size:8px;}
/* smartphones, iPhone, portrait 480x320 phones + portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.  */
@media only screen and (max-width: 481px) {
.text-small6{font-size:12px;}
.text-small4{font-size:10px;}
.text-small2{font-size:8px;}
.text-small{font-size:6px;}
.text-vsmall{font-size:4px;}
}

.pull-right{float:right!important;}
.pull-left{float:left!important;}
.text-right{text-align:right!important;}
.text-left{text-align:left!important;}
hr.hrgradient{border:0; height:1px;  background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));}
.video-container{position:relative; padding-bottom:56.24%; padding-top:30px; height:0; overflow:hidden;}
.video-container iframe,.video-container object,.video-container embed{position:absolute; top:0; left:0; width:100%; height:100%;}
.home-back-img{
/* Full height */
height:100%;
/* Center and scale the image nicely */
background-position:center; background-repeat:no-repeat; background-size:cover; border-radius:49%;
}
.text-grey{color:#c6c6c6!important;}
.force-black{color:#010101!important;}
.pb20-magental{padding-bottom:20px!important;}
@media only screen and (max-width: 481px) {
.pb20-magental{padding-bottom:10px!important;}
}


.text-black :before{color:#000 !important;}

.text-magental{color:#dc0a79!important;}
.text-magental:hover{color:#010101!important;}
.text-magental a{color:#dc0a79!important;}
.text-magental a:hover{color:#010101!important;text-decoration:none!important;}
.text-magental :before{color:#dc0a79 !important;}

.text-magental-g{color:#c2e271!important;}
.text-magental-g:hover{color:#b6d854!important;}
.text-magental-g a{color:#c2e271!important;}
.text-magental-g a:hover{color:#b6d854!important;text-decoration:none!important;}
.text-magental-g :before{color:#c2e271 !important;}

.text-magental-w{color:#fff!important;}
.text-magental-w:hover{color:#010101!important;}
.text-magental-w a{color:#fff!important;}
.text-magental-w a:hover{color:#010101!important;text-decoration:none!important;}
.text-magental-w :before{color:#fff !important;}

.text-magental-ww{color:#fff!important;}
.text-magental-wv:hover{color:#fff!important;}
.text-magental-ww a{color:#fff!important;}
.text-magental-ww a:hover{color:#fff!important;text-decoration:none!important;}
.text-magental-ww :before{color:#fff !important;}

.text-magental-grey{color:#aeaeae!important;}
.text-magental-grey:hover{color:#010101!important;}
.text-magental-grey a{color:#aeaeae!important;}
.text-magental-grey a:hover{color:#010101!important;text-decoration:none!important;}
.text-magental-grey :before{color:#aeaeae !important;}

.text-magental-black{color:#010101!important;}
.text-magental-black:hover{color:#dc0a79!important;}
.text-magental-black a{color:#010101!important;}
.text-magental-black a:hover{color:#dc0a79!important;text-decoration:none!important;}
.text-magental-black :before{color:#010101 !important;}

.background-magental-grey{background: #f8f8f9;}

.border-grey{border:1px solid #c6c6c6;}


.annonce-info-error div{font-size:16px; color:#a94442; border:1px solid #ebccd1; background-color:#f2dede; padding:15px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}
.annonce-info-hidden div{font-size:16px; color:#aeaeae; border:1px solid #dedede; background-color:#e6e6e6; padding:15px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}
.annonce-info-error-2 p{font-size:16px; color:#a94442; border:1px solid #ebccd1; background-color:#f2dede; padding:15px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}
.annonce-info-hidden-2 p{font-size:16px; color:#aeaeae; border:1px solid #dedede; background-color:#e6e6e6; padding:15px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}
.annonce-info-ok div{font-size:16px; color:#fff; border:1px solid #116d16; background-color:#23b151; padding:15px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}
.magental-margl10{margin-left:10px;}
.magental-margr10{margin-right:10px;}
.magental-margt10{margin-top:10px;}
.magental-margb10{margin-bottom:10px;}
.magental-margb0{margin-bottom:0px!important;}
.FIrstLetUp:first-letter {text-transform: uppercase;}
.avoidspaceinsidediv {page-break-inside: avoid;break-inside: avoid;-webkit-column-break-inside: avoid;}
.backgroundwhite{background-color:#fff;}
.margin-top0{margin-top:0px!important;}
.margin-top2{margin-top:2px!important;}
.margin-top3{margin-top:3px!important;}
.margin-top10{margin-top:10px!important;}
.margin-top15{margin-top:15px!important;}
.padding-top15{padding-top:15px!important;}

.margin-bottom0{margin-bottom:0px!important;}
.margin-bottom2{margin-bottom:2px!important;}
.margin-bottom3{margin-bottom:3px!important;}
.margin-bottom10{margin-bottom:10px!important;}
.margin-bottom15{margin-bottom:15px!important;}
.padding-bottom15{padding-bottom:15px!important;}
.padding-bottom10{padding-bottom:10px!important;}
.padding-bottom5{padding-bottom:5px!important;}

@media only screen and (max-width: 481px) {
.margin-top10{margin-top:6px!important;}
.margin-top15{margin-top:11px!important;}
.padding-top15{padding-top:11px!important;}
.margin-bottom10{margin-bottom:6px!important;}
.margin-bottom15{margin-bottom:11px!important;}
.padding-bottom15{padding-bottom:11px!important;}
.padding-bottom10{padding-bottom:7px!important;}
.padding-bottom5{padding-bottom:3px!important;}
}

@media only screen and (min-width: 768px) {
.padding-left60prob{padding-left:60px!important;}
}

.padding-top0{padding-top:0px!important;}
.padding-bottom0{padding-bottom:0px!important;}
.padding5{padding:5px!important;}
.div_full_block{width:100%;height:100%;display:block!important;}
.form_required{color:red!important;}
.error_small{color:#ff0048; font-size:12px!important; animation:blink-animation 1s steps(5,start) infinite; -webkit-animation:blink-animation 1s steps(5,start) infinite; -ms-animation:blink-animation 1s steps(5,start) infinite; -o-animation:blink-animation 1s steps(5,start) infinite;}
.error_big{color:#ff0048; font-size:18px!important; animation:blink-animation 1s steps(5,start) infinite; -webkit-animation:blink-animation 1s steps(5,start) infinite; -ms-animation:blink-animation 1s steps(5,start) infinite; -o-animation:blink-animation 1s steps(5,start) infinite;}
.termsandcondition{color:#808080; font-size:10px!important;}

@media only screen and (max-width: 481px) {
.error_small{font-size:8px!important;}
.error_big{font-size:12px!important;}
.termsandcondition{font-size:8px!important;}
}

.bg-magental {
  background-color: #dc0a79 !important;
}

a.bg-magental:hover, a.bg-magental:focus,
button.bg-magental:hover,
button.bg-magental:focus {
  background-color: #c6076b !important;
}


.magtitleadmin{color:#010101!important;text-decoration:none!important;font-size:1.8rem;}
@media (min-width: 768px) {.magtitleadmin{font-size:1rem;}}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

/* Mobile Only */
@media only screen and (max-width:321px){.hide-mobile{display:none!important;}.full-mobile{width:100%!important;}}
@media only screen and (max-width:480px){.hide-tablet-s{display:none!important;}}
@media only screen and (max-width:769px){.hide-tablet{display:none!important;}}
@media only screen and (min-width:321px){.hide-tb-desk{display:none!important;}}
/*! CSS Used to worke at last END */  

/*How to use slide effect*/
h1, h2 {/* for chrome and safari*/-webkit-animation-duration: 1s;-webkit-animation-name: slidein;/*for firefox*/-moz-animation-duration: 1s;-moz-animation-name: slidein;/* for opera*/-o-animation-duration: 1s;-o-animation-name: slidein;/* Standard syntax*/animation-duration: 1s;animation-name: slidein;}
@-webkit-keyframes slidein {from {margin-left: 100%;width: 300%;}to {margin-left: 0%;width: 100%;}}
@-moz-keyframes slidein {from {margin-left: 100%;width: 300%;}to { margin-left: 0%;width: 100%;}}
@-o-keyframes slidein {from {margin-left: 100%;width: 300%;}to {margin-left: 0%;width: 100%;}}
@keyframes slidein {from {margin-left: 100%;width: 300%;}to {margin-left: 0%;width: 100%;}}


/* Blink warning */
@keyframes blink {
to { color: white; }
}
.field-validation-error {
color: red;
animation: blink 1s steps(2, start) infinite;
}

.hiddenforall{visibility:hidden;white-space:nowrap;display: none;}

.trgrey{color:#c6c6c6;}
.trgrey a{color:#c6c6c6;}
.trgrey .fa{color:#c6c6c6;}
.trgrey i{color:#c6c6c6;}
.trgrey b{color:#c6c6c6;}
.trgrey u{color:#c6c6c6;}
