

/*==========================================================================================

1. LOADER
2. HEADER
        2.1 TOP_HEADER
        2.2 MENUS
        2.3 FIXED_HEADER
        2.4 BANNER
3. FOOTER
4. Fotorama Overrides
5. Cateogry Data Source
=============================================================================================*/


*{
    margin:0;
    padding:0;
}
body{
    font-size: 16px;
    line-height: 24px;
    color: #78909c;
    font-family: robotolight;
}
input[type=button]{
    cursor: pointer;
    font-family: robotomedium;
    outline: none;
}
a{
    transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
}
a:hover, 
a:focus, 
a:active{ 
    color: #fd5c63; 
    text-decoration:none; 
    outline:none; 
}
li{ list-style:none; }
img{ max-width: 100%; }
h1{
    font-family: robotomedium;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin: 0;
}
h2{
    font-family: robotolight;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    margin: 28px 0 0;}
h3{
    font-family: robotolight;
    font-size: 30px;
    line-height: 40px;
    color: #515e77;
    margin-top: 35px;
    margin-bottom: 48px;}
h4{
    font-family: robotolight;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;}
h6{
    font-family: robotolight;
    font-size: 30px;
    line-height: 40px;
    color: #515e77;
    margin-bottom: 30px;}
p{ margin-bottom: 48px; }
p b{
    font-family: robotomedium;
    color: #515e77;
    display: block;
    font-weight: normal;
}
::-webkit-input-placeholder { font-family: robotoregular; color: #78909c; }
:-moz-placeholder { font-family: robotoregular; color: #78909c; }
::-moz-placeholder { font-family: robotoregular; color: #78909c; }
:-ms-input-placeholder { font-family: robotoregular; color: #78909c; }
input[type=button].button{
    font-family: robotomedium;
    font-size: 14px;
    color: #78909c;
    border: 1px solid #78909c;
    background: transparent;
    line-height: 1.42;
    margin: 15px 0;
    padding: 10px 15px;
    transition: all 0.9s ease;
    border-radius: 3px;}
input[type=button].button.fillgreen:hover{
    background: #37e6ad;
    color: #fff;
    border-color: #fff;}
input[type=button].button.fillred:hover{
    background: #fd5c63;
    color: #fff;
    border-color: #fff;
}
.red-button{
    background: #fd5c63;
    transition: background 0.6s ease;
    color: #fff;
    font-size:14px;
    border: 0 none;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 3px;
}
.red-button:focus{ outline:none; }
.red-button:hover{ background: #d52b33; }
.green-button{
    background: #37e6ad;
    transition: background 0.6s ease;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 3px;}
.green-button:hover{ background: #1fd096; }
.blue-button{
    background: #1da5de;
    transition: background 0.6s ease;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 3px;}
.blue-button:hover{ 
	background: #1495d0; 
	color: #fff;
}

input[type=checkbox] + label, input[type=checkbox] + span{
    background: url(/img/checkbox.png) left 0 no-repeat;
    padding-left:25px;
}
input[type=checkbox]:checked + label, input[type=checkbox]:checked + span{
    background: url(/img/selected.png) left 0 no-repeat;
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.row{ margin: 0; }
.pdt40{ padding-top:40px; }
.pdt30{ padding-top: 30px; }
.marg-t40{ margin-top: 40px; }
.marg-t50{ margin-top: 50px; }
.marg-t70{ margin-top: 70px; }
.marg-t90{ margin-top: 90px; }
.marg-t100{ margin-top: 100px; }
.marg-t120{ margin-top: 120px;}
.marg-bzero{ margin-bottom: 0;}
.marg-b30{ margin-bottom: 30px; }
.marg-b40{ margin-bottom: 40px; }
.marg-b50{ margin-bottom: 50px; }
.red-text{ color: #fd5c63 !important; }
.align-center{ text-align: center; }

.purple{ background-color:#c5a3cc; }
.dark-yellow{ background-color:#e0b03a; }
.yellow{ background-color:#e8ce0f; }
.dark-green{ background-color:#69b567; }
.green{ background-color:#acff92; }
.light-blue{ background-color:#92f3ff; }
.red{ background-color:#cc4444; }
.blue{ background-color:#7497f2; }
.grey{ background-color:#aaaaaa; }

/*= RATING STARTS DESIGN STARTS =*/

span.stars, span.stars span {
    background:url(/img/stars.png) repeat-x scroll 0 -16px;
}
span.flowers, span.flowers span {
    background:url(/img/flowers.png) repeat-x scroll 0 -16px;
}
span.sun, span.sun span {
    background:url(/img/sun.png) repeat-x scroll 0 -16px;
}
span.rain, span.rain span {
    background:url(/img/rain.png) repeat-x scroll 0 -16px;
}
span.stars, span.stars span,
span.flowers, span.flowers span,
span.sun, span.sun span,
span.rain, span.rain span {
    display:block;
    height: 16px;
    width:80px;
    overflow:hidden;
}
span.flowers, span.flowers span{ width:64px; }
span.stars, span.flowers, span.sun, span.rain {	margin:0 auto; }
span.stars span, span.flowers span, span.sun span, span.rain span { background-position: 0 0; }

/*= RATING STARTS DESIGN ENDS =*/

/*= PROGRESS BAR STARTS =*/

.progress{ height:8px; position:relative; overflow:visible; } 
.progress.w-80{ width:80%; margin:0 auto; }
.progress.negative-bar{
    background: rgb(255, 0, 0);
    background: -moz-linear-gradient(left, rgba(151, 253, 158, 1) 0%, rgba(252, 106, 103, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(151, 253, 158, 1)), color-stop(100%, rgba(252, 106, 103, 1)));
    background: -webkit-linear-gradient(left, rgba(151, 253, 158, 1) 0%, rgba(252, 106, 103, 1) 100%);
    background: -o-linear-gradient(left, rgba(151, 253, 158, 1) 0%, rgba(252, 106, 103, 1) 100%);
    background: -ms-linear-gradient(left, rgba(151, 253, 158, 1) 0%, rgba(252, 106, 103, 1) 100%);
    background: linear-gradient(to right, rgba(151, 253, 158, 1) 0%, rgba(252, 106, 103, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#97fd9e', endColorstr='#fc6a67', GradientType=1);
}
.progress.positive-bar{
    background: rgb(255, 0, 0);
    background: -moz-linear-gradient(left, rgba(252, 106, 103, 1) 0%, rgba(151, 253, 158, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(252, 106, 103, 1)), color-stop(100%, rgba(151, 253, 158, 1)));
    background: -webkit-linear-gradient(left, rgba(252, 106, 103, 1) 0%, rgba(151, 253, 158, 1) 100%);
    background: -o-linear-gradient(left, rgba(252, 106, 103, 1) 0%, rgba(151, 253, 158, 1) 100%);
    background: -ms-linear-gradient(left, rgba(252, 106, 103, 1) 0%, rgba(151, 253, 158, 1) 100%);
    background: linear-gradient(to right, rgba(252, 106, 103, 1) 0%, rgba(151, 253, 158, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fc6a67', endColorstr='#97fd9e', GradientType=1);
}
.progress.red-bar{
    background:#fd5c63;
}
.progress.neutral-bar{ background-color: #1da5de; }
.progress-bar {
    position: absolute;
    top:0;
    right:-1px;
    height: 100%;
    background:#e9eff5;
    width: 0;
    box-shadow: none;
    border-radius:0 30px 30px 0;
}
.progress:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    line-height: 20px;
}

/*= PROGRESS BAR ENDS =*/

/*= BACK LINK BUTTON DESIGN =*/

.back-link{ background-color:#f8f8f8; border:1px solid #e5edf1; padding:12px 20px; position:relative; z-index:9;  }
.back-link a{
    color:#78909c;
    font-size:14px;
    font-family:robotomedium;
    display:block;
}
.back-link a:hover{ color:#96a9b3; }
.back-link a i{ margin-right:8px; }

/*===== 1. LOADER STARTS =====*/

.loader{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align:center;
    background-color:#fff;
}
.loader .preloader{ position:absolute; top:50%; left:50%; width:200px; height:230px; margin:-115px 0 0 -100px; }
.loader .preloader > div {
    background-color: #FD5C63;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;

    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}
.loader .preloader .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .preloader .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loader .preloader .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loader .preloader .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: translateY(-10px) }
    20% { -webkit-transform: translateY(-20px) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}


/*===== LOADER ENDS =====*/


/*=================== 2. HEADER STARTS ===================*/

header{ position: relative; }

/*===== 2.1 TOP_HEADER STARTS =====*/

.top-header{
    position: absolute;
    width: 100%;
    top: 10px;
    padding: 10px 15px;
    z-index:2; 
}

/*= 2.2 MENUS STARTS =*/

.navbar-default{ background-color: transparent; border: 0 none; margin-bottom: 0; }
.navbar-default .navbar-collapse{ padding-right: 0; }
.navbar-default .navbar-nav > li > a{
    font-family: robotomedium;
    font-size: 13px;
    color: #fff;
    transition: color 0.9s ease; 
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus{ color: #fd5c63; }
.navbar-default .navbar-nav > li > a > span{ margin-right: 5px; display: inline-block; vertical-align: middle; position:relative; }
.navbar-default .navbar-nav > li > a > span >img{ margin-bottom: 5px; }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    color: #fd5c63;
    background: transparent; 
}
.navbar-nav.mobile-menu{ position: relative; padding-top:20px; }
.navbar-nav > li.notification > a{ display: inline-block; }
.navbar-nav > li.notification > a.icon{ position: relative; }
.navbar-nav > li.notification > a.icon span.count {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fd5c63;
    border-radius: 50%;
    color: #fd5c63;
    font-family: robotoregular;
    font-size: 10px;
    height: 17px;
    line-height: 12px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
    width: 17px;
}
.navbar-nav li.dropdown.notification .notification_messages{
    position: absolute;
    top: 60px;
    left: -140px;
    width: 340px;
    background: #fff;
    border: 1px solid #e5edf1;
    box-shadow: 0 5px 8px rgba(166,167,171,0.6);
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    display: block;
    overflow: hidden;
    opacity:0;
}
.navbar-nav li.dropdown.notification.open .notification_messages{
    height: 244px;
    opacity:1;
}
.navbar-nav .notification_messages.dropdown-menu > li > a{
    display: block;
    font-size: 11px;
    line-height: 15px;
    padding: 10px 13px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5edf1;
    height: 48px;
    letter-spacing: 0;
    white-space: normal;
}
.navbar-nav .notification_messages a:last-child{ border-bottom: 0 none; }
.navbar-nav .notification_messages a b{ color: #78909c; display: inline-block; vertical-align: middle; font-size: 11px; width: 66%; }

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome,.navbar-nav .notification_messages a b{ font-size: 10px; } 
}

.navbar-nav .notification_messages a:hover b{ color: #fd5c63; }
.navbar-nav .notification_messages a span{ color: #a1b2bb; display: inline-block; vertical-align: middle; font-size: 10px; width: 32.6%; text-align: right; font-family: robotoregular; }

/*= MENUS END =*/

header .top-header input[type=button]{
    font-family: robotomedium;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    line-height: 1.42;
    margin: 5px 0 5px 15px;
    padding: 10px 15px;
    transition: all 0.9s ease;
    border-radius: 3px;
}
header .top-header input[type=button]:hover,
header .top-header input[type=button]:active{ background: #3be8b0; border-color: transparent; }
#mes_villes_quartiers_top:hover,
#mes_villes_quartiers_top:active{ background: #fd5c63; border-color: transparent; }
#creer_profil_top:hover,
#creer_profil_top:active{ background: #fd5c63; border-color: transparent; }

/*===== TOP_HEADER ENDS =====*/

/*===== 2.3 FIXED_HEADER STARTS =====*/

.fixed-header{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 20;
    padding: 10px 15px;
    display: none;
    box-shadow:0 2px 2px rgba(166,167,171,0.6);
}
#header.fixed-header{ display: block; }
#header.fixed-header .for-top{ display: none; }
#header.fixed-header .hidden.for-sticky{ display: block !important; visibility: visible !important; }
.fixed-header .logo.pull-left > a{ line-height: 46px; }
#header .navbar{ min-height: 40px; }
#header.fixed-header .navbar-default .navbar-nav > li > a{ color: #78909c; padding-top: 12px; padding-bottom: 12px; }
#header.fixed-header .navbar-default .navbar-nav > li:hover > a{ color: #fd5c63; }
#header.fixed-header .navbar-nav > li.notification > a.icon span.count{ background: #fff; }
header .fixed-header input[type=button]{
    font-size: 13px;
    line-height: 1.42;
    margin: 2px 0 2px 15px;
}

/*===== FIXED_HEADER ENDS =====*/

/*===== 2.4 BANNER STARTS =====*/

.banner{
    position: relative;
    z-index:1;
    height: 100vh;
    overflow: hidden;
}
.banner-overlay{
    background: rgba(0,0,0,0.4);
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
}
.banner-content{
    position: absolute;
    top:50%;
    margin-top: -95px;
    width: 100%;
    text-align: center;
}
.banner-content .red-button{ margin: 50px auto 0; font-size: 16px; }
.arrow-down{
    font-size: 38px;
    color: #a6a7ab;
    display: block;
    position: absolute;
    bottom: 72px;
    left: 50%;
    margin-left: -12px;
    margin-bottom: 0;
}
.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.fullscreen-bg {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%; 
}
.fullscreen-bg__video {
    left: 0;
    position: absolute;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    vertical-align: top; 
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,.banner{ height: 768px; }
    ::i-block-chrome,.fullscreen-bg {
        background-image: url(/img/banner.jpg);
        background-position: center;
        background-size: cover; 
    }
}

/*=================== HEADER ENDS ===================*/


/*=================== 3. FOOTER STARTS ===================*/

footer{
    background: #fff;
    padding: 45px 0 10px;
    position: relative;
    z-index: 1;
}
.footer.fixed{ position:fixed; bottom:0; left:0; width:100%; }
.footer{
    padding:10px 0 5px;
}
.f-heading{ margin-bottom: 15px; }

/* SOCIAL ICON START */

footer .col-sm-5 .f-heading{ margin-bottom:5px ;}
footer a.arrow-circle{ margin-left: 0; margin-right: 20px; }
.footer a.arrow-circle{ width:28px; height:28px; }
.footer a.arrow-circle i{ line-height:28px; font-size:14px; }
footer a.arrow-circle:last-child{ margin-right: 0; }
footer a.arrow-circle i{ color: #fff; font-size: 21px; }
footer a.arrow-circle.facebook{ background: #3b5998; }
footer a.arrow-circle.facebook:hover{ background:#6483cb; }
footer a.arrow-circle.twitter{ background: #51abf1; }
footer a.arrow-circle.twitter:hover{ background: #81c1f3; }
footer a.arrow-circle.linked{ background: #0076b7; }
footer a.arrow-circle.linked:hover{ background: #0192e2; }
.email{ margin-bottom: 40px; position:relative; }
.email input[type=email]{
    border:0 none;
    border-bottom: 1px solid #e6ecef;
    width:255px;
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #78909c;
    outline: none !important;
}
footer .parsley-errors-list{ position:absolute; top:35px; }
.parsley-errors-list li{
    background-color: rgb(177, 177, 177);
    border: 1px solid rgb(115, 115, 115);
    color: #fff;
    font-size: 14px;
    padding:2px 6px;
    display:inline-block;
    line-height:24px;
    border-radius: 2px;
    margin-top:3px;
}
.subscribe-message{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding:5px 10px;
    font-size:14px;
}
.contact-fb{
    background: #3b5998;
    color: #fff;
    transition: background 0.6s ease;
    font-size:14px;
    border: 0 none;
    padding: 5px 15px;
    margin: 15px 0;
    border-radius: 3px; 
}
.contact-fb:hover{ background: #6483cb; }
.contact input[type="button"],
.email input[type="submit"]{ padding-top: 5px; padding-bottom: 5px; margin:0; }
.round-button{ border-radius: 25px;}
footer ul li{ list-style: none; line-height:32px; font-size: 14px; }
footer ul li a{ color: #78909c; }
footer ul li a:hover{ color: #4f6069; }
.copyright-text{
    font-size:11px;
    line-height: 18px;
    color: #adbac1;
    text-align: center;
    margin-top:5px;
    margin-bottom: 0;
    font-family: robotoregular;
}
.copyright-text a{ color: #adbac1; }
.copyright-text a:hover{ color: #78909c; text-decoration: underline; }

/*===== Parseley error message style =====*/

/*.parsley-errors-list.filled .parsley-type, .parsley-errors-list.filled .parsley-required, .parsley-errors-list.filled .parsley-minlength{
        background-color: #babdc1;
        border:1px solid lightgrey;
        color: #f2f3f4;
        font-size: 14px;
        display:block;
        margin-top: 2px;
        padding: 2px 6px;
        border-radius: 2px;
    }*/
/*=================== FOOTER ENDS ===================*/

/*=================== 4. Fotorama Overrides STARTS ===================*/
.photo-gallery-block { padding:0 20px; border-bottom:1px solid #e5edf1; border-top:1px solid #e5edf1; }
.fotorama-photo-gallery {
    margin-bottom: 20px;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
	margin: auto
}

.fotorama-photo-gallery .fotorama__caption {
    text-align: center;
    font-size: 10px;
    margin-bottom: 4px;
    font-family: robotoregular;
}
.fotorama-photo-gallery .fotorama__caption__wrap{
    cursor: initial;
}

/*=================== Fotorama ENDS ===================*/

/*=================== 5. Cateogry Data Source STARTS ===================*/
.item-data-source-block{
    color: #78909c;
    font-size:10px;
    position: absolute;
    margin-right: 6px;
    bottom: 0; 
    right: 0;
    z-index: 99;
    }

/*=================== Cateogry Data Source ENDS ===================*/