@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);
@font-face {
    font-family: literaLight;
    src: url('../fonts/ufonts.com_litera-light.ttf');
}

@font-face {
    font-family: AgendaLight;
    src: url('../fonts/AgendaLight.ttf');
    src: local('AgendaLight'), url('../fonts/AgendaLight.ttf') format('ttf'), url('../fonts/AgendaLight.ttf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Black;
    src: url('../fonts/MyriadPro-Black.otf');
    src: local('MyriadPro-Black'), url('../fonts/MyriadPro-Black.otf') format('ttf'), url('../fonts/MyriadPro-Black.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-BlackIt;
    src: url('../fontsMyriadPro-BlackIt.otf');
    src: local('MyriadPro-BlackIt'), url('../fonts/MyriadPro-BlackIt.otf') format('otf'), url('../fonts/MyriadPro-BlackIt.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Bold;
    src: url('../fonts/MyriadPro-Bold_0.otf');
    src: local('MyriadPro-Bold'), url('../fonts/MyriadPro-Bold_0.otf') format('otf'), url('../fonts/MyriadPro-Bold_0.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-BoldCond;
    src: url('../fonts/MyriadPro-BoldCond_0.otf');
    src: local('MyriadPro-BoldCond'), url('../fonts/MyriadPro-BoldCond_0.otf') format('otf'), url('../fonts/MyriadPro-BoldCond_0.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-BoldCondIt;
    src: url('../fonts/MyriadPro-BoldCondIt_0.otf');
    src: local('MyriadPro-BoldCondIt'), url('../fonts/MyriadPro-BoldCondIt_0.otf') format('otf'), url('../fonts/MyriadPro-BoldCondIt_0.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-BoldIt;
    src: url('../fonts/MyriadPro-BoldIt_0.otf');
    src: local('MyriadPro-BoldIt'), url('../fonts/MyriadPro-BoldIt_0.otf') format('otf'), url('../fonts/MyriadPro-BoldIt_0.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Light;
    src: url('../fonts/MyriadPro-Light.otf');
    src: local('MyriadPro-Light'), url('../fonts/MyriadPro-Light.otf') format('otf'), url('../fonts/MyriadPro-Light.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url('../fonts/MyriadPro-Regular_0.otf');
    src: local('MyriadPro-Regular'), url('../fonts/MyriadPro-Regular_0.otf') format('otf'), url('../fonts/MyriadPro-Regular_0.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-Semibold;
    src: url('../fonts/MyriadPro-Semibold_0.otf');
    src: local('MyriadPro-Semibold'), url('../fonts/MyriadPro-Semibold_0.otf') format('otf'), url('../fonts/MyriadPro-Semibold_0.otf') format('truetype');
}

@font-face {
    font-family: MyriadPro-SemiboldIt;
    src: url('../fonts/MyriadPro-SemiboldIt_0.otf');
    src: local('MyriadPro-SemiboldIt'), url('../fonts/MyriadPro-SemiboldIt_0.otf') format('otf'), url('../fonts/MyriadPro-SemiboldIt_0.otf') format('truetype');
}

@font-face {
    font-family: OpenSans-Bold;
    src: url('../fonts/OpenSans-Bold.ttf');
    src: local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('ttf'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: OpenSans-Light;
    src: url('../fonts/OpenSans-Light.ttf');
    src: local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('ttf'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url('../fonts/OpenSans-Regular.ttf');
    src: local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('ttf'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

html,
body {
    font-size: 100%;
    height: 100%;
}

a {
    color: #c6168d;
}

body {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #1c1c1c;
    font-size: 16px;
    background: #fff;
    position: inherit;
}

header {
    /*opacity: 1 !important;*/
    position: fixed;
    width: 100%;
    z-index: 9999;
}

*,
ul {
    margin: 0;
    padding: 0;
    outline: 0;
}

.contain {
    width: 96%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

div#myCarousel .contain {
    padding: 0;
}

li {
    list-style-type: none;
}

p {
    font-family: 'OpenSans-Regular', sans-serif;
    line-height: 1.7;
    color: #959595;
    font-size: 1em;
    margin: 0 0 20px 0;
}


/* responsive only */

.top-links-res,
a.res {
    display: none;
}


/* GENERAL */

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

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


/* placeholder */

.bcm-bartner-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 0.8;
}

.bcm-bartner-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 0.8;
}

.bcm-bartner-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 0.8;
}

.bcm-bartner-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.8;
}

.navbar-brand>img {
    /*width: 217px;*/
}

.navbar-brand>img.home-logo {
    display: none;
    width: auto;
}

.home .navbar-brand>img.home-logo {
    display: block;
}

.home .navbar-brand>img.logo {
    display: none;
}


/* header */

.top-links {
    background: #fff;
    /*overflow: hidden;*/
}

.top-links label {
    display: none;
}

.top-links input {
    border: 0;
    box-shadow: 0 0 0;
    background: rgba(198, 22, 141, 0);
    color: #fff;
    padding: 0 1em;
    text-transform: uppercase;
    font-size: 12px;
}

.top-links input[type="submit"] {
    width: 100px;
}

#myNavbar a {
    text-align: left;
}

.top-links h3 {
    font-size: 11px;
    color: #9dacb3;
    text-transform: uppercase;
    margin: 0;
    line-height: 50px;
}

.top-links ul li {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 50px;
    padding-right: 1em;
}

.top-links ul li:first-child {
    position: relative;
}

.top-links i.top-icons {
    padding-right: 8px;
}

.top-links i.user {
    margin-left: 8px;
}

.top-links i.top-icons img {
    /*width:auto !important;height:20px !important;*/
}

.top-links ul li a,
.top-links ul li h2 {
    color: #9dacb3;
    transition: 1s;
    text-decoration: none;
    font-size: 12px !important;
    cursor: pointer;
    margin: 0;
}

.top-links ul li h2:before {
    content: " ";
    background: url(../img/searchIcon.png) no-repeat top;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    background-size: 100%;
}


/* search form */

.top-links ul li a:hover,
.top-links ul li a.active,
.top-links h2:hover,
.top-links h2.active {
    color: #c6168d;
}

.top-links ul li.proff {
    background: #c6168d;
    padding: 0 15px;
    margin-right: 10px;
}

.top-links .proff i.top-icons {
    padding-right: 3px;
}

.top-links ul li.proff a {
    color: #fff;
}

.top-links ul {
    margin-bottom: 0;
    height: 50px;
}

.language-list ul li {
    padding-right: 0;
}

.language-list li.fr:After {
    content: "/";
    color: #999;
}

div#myNavbar {
    background: rgba(235, 238, 239, 0.98);
}

.myNavbar .navbar-header a.navbar-brand {
    padding: 0 15px 0 0;
    margin: 0;
}

.page .myNavbar .navbar-header a.navbar-brand {
    padding: 0 15px 0 0;
    margin: 0;
    height: 72px;
    overflow: hidden;
}

a.dropdown-toggle:after {
    content: "\F107";
    font-family: fontAwesome;
}

span.caret {
    display: none;
}

.myNavbar .dropdown-menu {
    top: 98%;
    min-width: 100%;
    background-color: #f9f9f9;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
}

.myNavbar .dropdown-menu>li>a {
    padding: 5px 2.5em;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "MyriadPro-Regular", sans-serif;
}

.myNavbar .dropdown-menu>ul li>a {
    padding: 15px 0em;
    color: #303C49;
    text-transform: uppercase;
    font-size: 0.9em;
}

.myNavbar .dropdown-menu>li>a:hover,
.myNavbar .dropdown-menu>ul>li>a:hover {
    color: #c6168d;
    transition: 1s;
}

.myNavbar .dropdown-menu .active a,
.myNavbar .dropdown-menu .active a:hover,
.myNavbar .dropdown-menu .active a:focus,
.myNavbar .dropdown-menu a:hover {
    background-color: transparent;
    color: #c5007b;
}

.myNavbar ul.dropdown-menu {
    background: #f9f9f9;
}


/* collection menu item */

li.dropdown.collect-li ul.dropdown-menu {
    width: auto;
    left: -18.4em;
    right: -33em;
    padding: 25px 10px;
}

li.dropdown.collect-li ul.dropdown-menu li h3 {
    border-bottom: 1px dashed;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "MyriadPro-Regular", sans-serif;
    padding-bottom: 10px;
    color: #1c1c1c;
}

li.dropdown.collect-li ul.dropdown-menu li li a {
    color: #79848a;
    text-decoration: none;
    transition: 1s;
    text-transform: none;
    font-size: 13px;
    padding: 0;
}

li.dropdown.collect-li ul.dropdown-menu li li a:hover {
    color: #c5007b;
}

li.dropdown.collect-li ul.dropdown-menu li.see-all-collec {
    margin-top: 30px;
}

#collectionMenu li.see-all-collec a {
    color: #c6168d;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #c6168d;
    border: 1px dashed;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    width: 100%;
    padding: 10px 0;
}

#collectionMenu li.see-all-collec a:hover {
    background: #c6168d;
    color: #ffffff !important;
    border: 1px solid;
    transition-duration: 1s !important;
}

div#myCarousel {
    height: 100vh;
    overflow: hidden;
}

div#myCarousel img {
    min-width: 140vw;
    /*min-height: 100vh;*/
}

div#myCarousel .carousel-indicators {
    /*top: 18.5em;
    position: absolute;
    z-index: 15;
    right: 27px;*/
}

div#myCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 15px 0;
    background-color: transparent;
    border: 3px solid #adb6b9;
    border-radius: 0;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div#myCarousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    /* margin: 15px 0;*/
    background-color: #c6168d;
    border: 3px solid #c6168d;
}

div#myCarousel .carousel-control {
    width: auto;
    color: #ADB6B9;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    font-size: 18px;
    /*position: absolute;

   // right: 55px; */
}

div#myCarousel .left.carousel-control {
    /* top: 14em;
    right: 27px;*/
    border-bottom: 1px solid;
    background: transparent;
    margin-bottom: 1.5em;
    display: inline-block;
}

.home-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 30px;
}

.scrolldown {
    text-align: center;
    position: absolute;
    bottom: 28px;
    width: 100%;
}


/* Carousel Animation */

.carousel.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel.vertical .carousel-inner .item,
.carousel.vertical .carousel-inner .active.left,
.carousel.vertical .carousel-inner .active.right {
    opacity: 0;
}

.carousel.vertical .carousel-inner .active,
.carousel.vertical .carousel-inner .next.left,
.carousel.vertical .carousel-inner .prev.right {
    opacity: 1;
}

.carousel.vertical .carousel-inner .next,
.carousel.vertical .carousel-inner .prev,
.carousel.vertical .carousel-inner .active.left,
.carousel.vertical .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*.carousel.vertical .carousel-inner > .item {
  width: auto;
  padding-right: 50px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}*/

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

.indicat {
    width: 2%;
    position: relative;
    float: right;
    /* overflow: hidden; */
    height: 100%;
    text-align: center;
    right: 5px;
}

.home .contain {
    /*width: 90%;*/
}

.indicat2 {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}

.indicat3 {
    display: table;
    height: 100%;
    width: 100%;
}

.indicat4 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-top: 45px;
}

div#myCarousel .right.carousel-control {
    /*top: 24em;*/
    border-top: 1px solid;
    /*right: 27px;*/
    background: transparent;
    z-index: 20;
    margin-top: 1.5em;
    display: inline-block;
}

.home .navbar-default.myNavbar {
    position: absolute;
}

.navbar-default.myNavbar {
    border: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.navbar-default.myNavbar .navbar-nav>li>a {
    color: #303c49;
    font-size: 15px;
    /* ~ 14px */
    text-transform: uppercase;
    transition: 1s;
    padding-top: 26px;
    padding-bottom: 26px;
    font-family: 'MyriadPro-Regular', sans-serif;
}

.navbar-default.myNavbar {
    background-color: transparent;
    border: 0;
}

.navbar-default.myNavbar .navbar-nav>.active>a,
.navbar-default.myNavbar .navbar-nav>.active>a:hover,
.navbar-default.myNavbar .navbar-nav>.active>a:focus,
.navbar-default.myNavbar .navbar-nav>li>a:hover,
.navbar-default.myNavbar .navbar-nav>li>a:focus {
    color: #C6168D !important;
    background-color: transparent;
    outline: none;
}

.navbar-default.myNavbar .navbar-nav>.open>a,
.navbar-default.myNavbar .navbar-nav>.open>a:hover,
.navbar-default.myNavbar .navbar-nav>.open>a:focus {
    background-color: transparent;
}


/* home blocks */

.big-blocks {
    padding-left: 0;
}

.big-blocks .img-cont {
    /*height: 365px;*/
}

.big-blocks ul,
.big-blocks li {
    overflow: hidden;
}

li .img-cont {
    position: relative;
}

.big-blocks li img {
    /*min-height: 100%; min-width: 100%*/
}

.big-blocks .light-over {
    position: absolute;
    bottom: 0;
    width: 90%;
    background: rgba(255, 255, 255, 0.75);
    margin: .75em 5%;
    padding: 10px 20px 0;
}

.big-blocks .light-over a {
    border: 1px solid #959595;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #959595;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
    transition: 1s;
    font-size: 1.5em;
    padding: 0 5x;
    font-family: 'OpenSans-Light';
}

.big-blocks .light-over a:hover {
    border: 1px solid #c6168d;
    color: #c6168d;
}

.big-blocks h3 {
    font-family: 'AgendaLight', sans-serif;
    color: #6c7e8a;
    margin-top: 10px;
    font-size: 1.2em;
    height: 2em;
}

.small-blocks {
    padding-right: 0;
    padding-left: 2.5em;
}

.small-blocks .img-cont {
    margin-top: 0em;
    height: 230px;
    overflow: hidden;
    height: 230px;
}

.small-blocks ul {
    overflow: hidden
}

.small-blocks li {
    overflow: hidden;
    padding: 0 15px 0 0;
    position: relative;
}

.small-blocks li img {
    /*width: auto; min-height: 100%; min-width: 100%*/
}

.small-blocks .add-to-wishlist img {
    width: 16px;
    height: 14px;
}

.small-blocks .light-over {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 90%;
    background: rgba(255, 255, 255, 0.75);
    margin: 5%;
    opacity: 0;
    transition: 1s;
}

.small-blocks li:hover .light-over {
    opacity: 1;
}

.small-blocks h3 {
    color: #6c7e8a;
    font-family: "AgendaLight", sans-serif;
    font-size: 1.2em;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    width: 100%;
}

.small-blocks .light-over3 {
    left: 10px;
    position: absolute;
    text-align: center;
    top: 60%;
    width: 90%;
}

.small-blocks .light-over2 {
    height: 100%;
    width: 100%;
    position: absolute;
}

.small-blocks a.visit-collection {
    font-size: 12px;
    color: #6c7e8a;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'OpenSans-Light', sans-serif;
    border: 1px solid;
    padding: 7px;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.small-blocks a.visit-collection:hover {
    color: #C6168D;
    border-color: #C6168D;
}

.small-blocks a.add-to-wishlist {
    color: #c6168d;
    float: none;
    font-family: "AgendaLight", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.salon-art {
    margin-left: -14px;
}

.salon-art h2 {
    color: #c5007b;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 0px;
}

.salon-art p {
    font-size: 0.9em;
    color: #959595;
    font-family: OpenSans-Regular;
    width: 90%;
    float: left;
}

.salon-art a {
    border: 1px solid #959595;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #959595;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
    transition: 1s;
    float: right;
    font-size: 1.5em;
    font-family: "OpenSans-Light";
    padding: 0px;
    text-align: center;
}

.salon-art a:hover {
    border: 1px solid #c6168d;
    color: #c6168d;
}

h1.title {
    font-family: 'literaLight', sans-serif;
    color: #303c49;
    font-size: 1.3em;
    text-align: left;
    text-transform: uppercase;
}

.home h1.title:before {
    width: 35px;
    height: 11px;
    background-size: 80%;
}

h1.title:before {
    content: " ";
    background: url(../img/titleIcon.png) no-repeat;
    width: 37px;
    display: inline-block;
    height: 15px;
    /*padding-left: 60px;*/
}


/* Actualities */

.Actualies li {
    height: 500px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.Actualies li img {
    min-width: 58%;
    min-height: 100%;
}

.Actualies h1.title {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 1.35em;
}

.Actualies h1.title:before {
    margin-right: 10px;
}

.details-cont {
    position: absolute;
    top: 0;
    width: 41%;
    background: #fff;
    bottom: 0;
    padding: 0 2em;
    transition: 1s;
}

.Actualies li:nth-child(odd) .details-cont {
    right: 0;
}

.Actualies li:nth-child(even) .details-cont {
    left: 0;
}

.Actualies li:nth-child(even) img {
    float: right;
}

.middle-algin {
    height: 100%;
    display: table;
}

.inner-algin {
    display: table-cell;
    vertical-align: middle;
}

.Actualies li:hover .details-cont {
    width: 48%;
    background: #eff1f2;
    padding: 0 4em;
}

span.date {
    color: #96a4ac;
    font-family: 'AgendaLight', sans-serif;
    display: block;
    margin: 0 0 20px 0;
}

.Actualdetail h1.title {
    width: 70%;
    float: left;
    margin: 20px 0 30px;
}

.Actualdetail span.date {
    color: #96a4ac;
    font-family: "AgendaLight", sans-serif;
    display: block;
    margin: 0 0 20px 0;
}

ul.socials {
    float: right;
    margin-top: 16px;
}

ul.socials li {
    display: inline-block;
    margin-right: 10px;
}

ul.socials li a {
    color: #96a4ac;
    transition: 1s;
    border: 1px solid;
    margin-right: 20px;
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 15px;
    padding: 8px 0;
}

ul.socials li a:last-child {
    margin: 0;
}

ul.socials li a:hover {
    color: #6c7e8a;
}


/* actulaies details */

.left-details {
    padding-left: 0;
    overflow: hidden;
}

.right-gallrey {
    overflow: hidden;
    padding-right: 0;
}

.right-gallrey li {
    margin-bottom: 1em;
}

.right-gallrey li:nth-child(2) {
    overflow: hidden;
    float: left;
    height: 330px;
    width: 50%;
    padding-right: 0.5em;
}

.right-gallrey li:nth-child(3) {
    overflow: hidden;
    float: left;
    height: 200px;
    width: 50%;
    padding-left: 0.5em;
}

.right-gallrey li:nth-child(4) {
    padding-left: 0.5em;
    overflow: hidden;
    float: right;
    height: 330px;
    width: 50%;
}

.right-gallrey li:nth-child(5) {
    overflow: hidden;
    float: right;
    padding-right: 0.5em;
    height: 200px;
    width: 50%;
}

.right-gallrey li:first-child {
    height: auto;
    max-height: 400px;
    float: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.right-gallrey li img {
    min-width: 100%;
    min-height: 330px;
}

.img-container {
    overflow: hidden;
}


/* articles */

.articles h1.title {
    margin-bottom: 1em;
}

.articles h1.title:before {
    width: 30px;
    height: 13px;
    background-size: cover;
}

.articles p {
    margin-bottom: 2.5em;
    font-size: 1em;
    color: #959595;
}

section.articles ul li {
    display: inline-block;
    float: left;
}

section.articles ul li .tit-cont {
    position: relative;
    height: 100%;
}

section.articles ul li .img-con img {
    width: 100%;
    height: auto;
}

section.articles .img-con {
    width: 100%;
    overflow: hidden;
    height: inherit;
}

section.articles ul.row1 li:first-child,
section.articles ul.row1 li:nth-child(9n+1) {
    width: 40%;
    overflow: hidden;
    height: 415px;
    float: left;
    padding-right: 15px;
}

section.articles ul.row1 li:nth-child(9n+7) {
    width: 40%;
    overflow: hidden;
    height: 415px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

section.articles ul.row1 li:nth-child(9n+2),
section.articles ul.row1 li:nth-child(9n+5),
section.articles ul.row1 li:nth-child(9n+6),
section.articles ul.row1 li:nth-child(9n+8) {
    width: 20%;
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
}

section.articles ul.row1 li:nth-child(9n+6),
section.articles ul.row1 li:nth-child(9n+5) {
    height: 415px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 15px;
}

section.articles ul.row1 li:nth-child(9n+8) {
    margin-top: 15px;
}

section.articles ul.row1 li:nth-child(9n+4),
section.articles ul.row1 li:nth-child(9n+9) {
    width: 20%;
    overflow: hidden;
    height: 200px;
}

section.articles ul.row1 li:nth-child(9n+9) {
    margin-bottom: 15px;
}

section.articles ul.row1 li:nth-child(9n+3) {
    width: 40%;
    overflow: hidden;
    height: 415px;
    float: right;
    padding-left: 15px;
}

.articles .link-title {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 30px 0 0 0;
    position: absolute;
    width: 100%;
}

.articles .link-title:hover {
    background: rgba(255, 255, 255, 0.8);
    transition-duration: 1s;
}


/* H3 style */

.articles .link-title h2,
.articles .link-title h3 {
    color: #303c49;
    font-family: "AgendaLight", sans-serif;
    font-size: 1.2em;
    height: 2em;
    margin-top: 10px;
    font-weight: 400;
    padding-left: 15px;
}

.articles .visit-article>img {
    width: 50%;
}

.articles .link-title a.visit-article {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #fff;
    background: #6c7e8a;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: 1s;
    line-height: 1.8;
}

.articles .link-title a.visit-article img {
    padding-top: 8px;
}

.articles .link-title a.visit-article:hover {
    background: #c6168d;
}


/* article2  */


/* articles  ul 1 */

ul.arti-1 {
    overflow: hidden;
    margin-bottom: 1em;
}

section.articles ul.arti-1 li:first-child {
    width: 40%;
    overflow: hidden;
    /*height: 415px;*/
    float: left;
    padding-right: 15px;
}

section.articles ul.arti-1 li:nth-child(2) {
    width: 20%;
    overflow: hidden;
    height: 47%;
    margin-bottom: 15px;
}

section.articles ul.arti-1 li:nth-child(3) {
    width: 40%;
    overflow: hidden;
    /*height: 415px;*/
    float: right;
    padding-left: 15px;
}

section.articles ul.arti-1 li:nth-child(4) {
    width: 20%;
    overflow: hidden;
    height: 47%;
}


/* articles  ul 2 */

ul.arti-2 {
    overflow: hidden;
    margin-bottom: 1em;
    width: 40%;
    float: left;
    padding-right: 15px;
}

section.articles ul.arti-2 li:first-child,
section.articles ul.arti-2 li:nth-child(2) {
    width: 50%;
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
}

section.articles ul.arti-2 li:nth-child(3),
section.articles ul.arti-2 li:nth-child(4) {
    width: 50%;
    overflow: hidden;
    height: 200px;
}

section.articles ul.arti-2 li:first-child,
section.articles ul.arti-2 li:nth-child(3) {
    padding-right: 7.5px;
}

section.articles ul.arti-2 li:nth-child(2),
section.articles ul.arti-2 li:nth-child(4) {
    padding-left: 7.5px;
}


/* articles  ul 3 */

ul.arti-3 {
    overflow: hidden;
    width: 60%;
    float: left;
}

section.articles ul.arti-3 li:first-child {
    width: 66.6667%;
    overflow: hidden;
    height: 415px;
    margin-bottom: 15px;
    padding-right: 15px;
}

section.articles ul.arti-3 li:nth-child(2) {
    margin-bottom: 15px;
}

section.articles ul.arti-3 li:nth-child(2),
section.articles ul.arti-3 li:nth-child(3) {
    width: 33.333%;
    overflow: hidden;
    height: 200px;
}


/* article detail page */

.articles.article-page h1.title {
    margin-bottom: .25em;
}

h2.pink-title {
    color: #c5007b;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
}

.article-page .socials {
    float: none;
    text-align: center;
    margin: 3em 0;
    display: flex;
    justify-content: center;
}

.article-page .socials li {
    float: none;
    text-align: center;
    width: auto;
    height: auto;
}


/* partners page */

.mediaList a {
    /*border-bottom: 1px solid #c5007b;*/
    color: #c5007b;
    display: inline-block;
    text-align: right;
    text-decoration: none;
    width: auto;
}

section.partners-page .media {
    margin: 30px 0;
}

.partners-page .media h3 {
    margin: 0 0 20px 0;
}

.partners-page .media h3 a {
    float: right;
    color: #c5007b;
    text-decoration: underline;
}

.partners-page .media h3 a:hover {
    color: #303c49;
}

.partners-page h2.pink-title {
    color: #c5007b;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 1.25em;
}

.partners-page h3 {
    color: #96a4ac;
    font-size: 1.2em;
    font-family: 'AgendaLight', sans-serif;
    margin: 0 0 20px 0;
}

.partners-page .media-left {
    overflow: hidden;
    padding-right: 2em;
}

.partners-page .media-object {
    max-width: 200px;
    height: auto;
}

.partners-page .media-body {
    position: relative;
}

.partners-page p {
    color: #959595;
    font-family: "OpenSans-Regular";
    font-size: 1em;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.prtnr li a {
    color: #959595;
    text-decoration: none;
    transition: 1s;
    font-size: 0.875em;
}

.prtnr li a:before {
    content: " ";
    background: url(../img/pinkTitleIcon.png) no-repeat;
    width: 23px;
    display: inline-block;
    height: 9px;
    margin-right: 8px;
}

.prtnr li a:hover {
    color: #c6168d;
}

ul.prtnr {
    margin-top: 1.5em;
}


/* contact forms */

section.contact form label {
    /*display: none;*/
}

.header-titles h1 {
    /*font-size: 1.8em;*/
    font-family: 'literaLight', sans-serif;
    text-transform: uppercase;
}

.sign-in {
    padding-right: 7%;
}

.sign-up {
    padding-left: 7%;
}

.sign-in h2 {
    color: #C6168D;
    font-family: 'AgendaLight', sans-serif;
    margin: 0 0 20px 0;
    font-size: 1.5em;
}

.sign-up h2 {
    color: #303c49;
    font-family: 'AgendaLight', sans-serif;
    margin: 0 0 20px 0;
    font-size: 1.5em;
}

input {
    width: 100%;
    border: 1px solid #98a6ae;
    padding: 0.5em 1em;
    margin-top: 1.5em;
    font-size: 14px;
    border-radius: 3px;
    height: 45px;
}

.searchform input {
    width: auto;
    margin: 0;
    float: left;
}

form#searchform {
    height: 73px;
}

input#searchsubmit {
    float: right;
}

input#s {
    min-width: 65%;
}

span.wppb-form-error {
    color: red;
}

form#wppb-recover-password p {
    display: none;
}

form#wppb-recover-password p.form-submit {
    display: block;
}

section.contact label {
    color: #b5b5b5;
    font-size: 0.875em;
    font-family: 'OpenSans-Light', sans-serif;
    margin: 0;
}

section.contact label.male {
    padding-right: 2em;
}

.contact .radio-btn {
    padding: 0.5em 0;
    margin-bottom: 1.45em;
    height: 35px;
}

.contact form p {
    margin-bottom: 0;
}

section.contact input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    background: #FFF;
    width: 14px;
    height: 14px;
    border-radi us: 1em;
    margin: 0;
    border: 1px solid #b5b5b5;
    outline: none;
}

section.contact input[type="radio"]:checked {
    background: #c5007b;
    border: 1px solid #c5007b;
}

#wppb-login-wrap #wppb-submit,
#wppb-register-user #register {
    background: #C6168D;
    border: 2px solid #C6168D;
    color: #fff;
    padding: 0.5em 0;
    margin: 0 auto;
    display: block;
    margin-top: 1em;
    font-family: 'AgendaLight', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    transition: 1s;
}

section.contact input[type="submit"]:hover {
    background: #5F0241;
    border: 2px solid #5F0241;
}

section.contact a.frgt-pswrd {
    display: block;
    text-align: center;
    font-style: italic;
    padding-top: 6px;
    color: #C6168D;
    font-size: 0.85em;
    font-family: 'OpenSans-Regular', sans-serif;
}


/* breadcrumbs */

.breadcrumb {
    margin: 0 auto 30px auto !important;
    list-style: none;
    background-color: transparent;
}

#breadcrumbs a {
    color: #959595;
}

.overflowH {
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
}


/* Footer */

.left-footer-ul,
.right-footer-ul {
    padding: 0;
}

.left-footer-ul li {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left-footer-ul li:after {
    display: inline-block;
    content: "|";
    color: #96a4ac;
    padding: 0 .5em;
}

.left-footer-ul li:last-child:after {
    display: none
}

.left-footer-ul li a {
    text-decoration: none;
    color: #96a4ac;
}

.left-footer-ul li a:hover {
    color: #d145a4;
}

.right-footer-ul {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.right-footer-ul li {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
}

.right-footer-ul li.group {
    background: #d145a4;
}

.right-footer-ul li.develop {
    background: #49525c;
    margin-left: -5px;
}

.right-footer-ul li.france {
    background: #aab5bc;
    margin-left: -5px;
}

.right-footer-ul li.partner {
    background: #bbc4c9;
    margin-left: -5px;
}

.right-footer-ul li a {
    color: #fff;
    font-size: 11px;
}


/* France Map searching */

.postcode-search {
    padding-left: 6%;
}

.franceRegions {
    text-align: center;
}

h3#region-name {
    font-size: 1.5em;
    font-family: 'literaLight', sans-serif;
    margin: 0 0 50px 0;
}

.postcode-search input[type="text"],
.postcode-search select {
    padding-left: 1em;
    margin-bottom: 1.5em;
    color: #98A6AE;
    font-style: italic;
    padding: 0.5em 1em;
    font-size: 0.875em;
    width: 85%;
    border: 1px solid #98a6ae;
    border-radius: 0;
}

#postelCodeBtn.btn-dist-search {
    height: 44px;
}


/*.france-search-result-box .col-md-6.col-sm-6 {height: 170px !important;}*/

.postcode-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/top-down-arrow.png) no-repeat right;
}

.postcode-search input[type="submit"] {
    width: auto;
    font-size: 0.875em;
    text-transform: uppercase;
    line-height: 2.45;
    border: 1px solid #C6168D;
    background: #C6168D;
    color: #fff;
    padding-left: 0.75em;
    padding-right: 0.75em;
    transition: 1s;
}

.postcode-search input[type="submit"]:hover {
    background: #880055;
    border: 1px solid #880055;
}

.france-search-result {
    background: #f8f8f8;
    padding: 2em 3em;
    border: 1px solid #dadada;
    margin-top: 2em;
}

.france-search-result ul li.col-md-6.col-sm-6 {
    height: 130px;
    margin-bottom: 50px;
}

.france-search-result li .address {
    border-bottom: 1px solid #c8c8c8 !important;
    padding-bottom: 1em;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.france-search-result li:last-child .address,
.france-search-result li:nth-last-child(2) .address {
    border-bottom: 0px solid #c8c8c8;
}

.france-search-result h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #96a4ac;
    margin-top: 18px;
}

.france-search-result p {
    color: #959595;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    margin-bottom: 0;
}

.france-search-result a {
    bottom: 1px;
    color: #959595;
    float: right;
    font-family: OpenSans-Regular;
    font-size: 0.85em;
    margin-top: -22px;
    /*  position: absolute;*/
    4 right: 15px;
    text-decoration: none;
}

#collectionCarousel img.zoomImg {
    width: 100%;
    height: auto !important;
    min-height: auto !important
}

.france-search-result a:hover {
    color: #c6007b;
}


/* distriputer page */

.refine-search {
    overflow: hidden;
    border: 1px solid #c8c8c8;
    padding: 1.5em 0 1.5em 1.5em;
    margin-bottom: 3em;
}

.refine-search input[type="text"],
.refine-search select {
    width: 80%;
    border: 1px solid #98a6ae;
    padding-left: 1em;
    color: #98A6AE;
    font-style: italic;
    padding: 0.5em 1em;
    font-size: 0.875em;
    border-radius: 0;
    height: 45px;
}

.refine-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/top-down-arrow.png) no-repeat right;
}

.refine-search input[type="submit"] {
    width: auto;
    font-size: 0.875em;
    text-transform: uppercase;
    border: 1px solid #C6168D;
    background: #C6168D;
    color: #fff;
    padding-left: 0.75em;
    padding-right: 0.75em;
    transition: 1s;
    height: 45px;
    border-radius: 0;
}

.refine-search input[type="submit"]:hover {
    background: #880055;
    border: 1px solid #880055;
}

.distriputer-info h1.title {
    margin-top: 0;
    font-size: 1.5em;
}

.distriputer-info h2.pink-title {
    font-size: 1.25em;
}

.left-info .media-left {
    display: none;
}

.distriputer-info .media-body>p,
.left-info p {
    color: #959595;
    font-family: "OpenSans-regular";
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 30px 0;
}

.distriputer-info .google-map input[type="button"] {
    background: #c6168d none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: right;
    height: 43px;
    width: 90px;
}

.distriputer-info #accordion-first li {
    padding: 20px;
    width: 100%;
}

.distriputer-info h3 {
    font-family: "AgendaLight", sans-serif;
    font-size: 1.2em;
    color: #96a4ac;
    margin: 0 0 20px 0;
}

.distriputer-info a {
    font-size: 0.9em;
    color: #303c49;
    border: 1px solid #303c49;
    padding: 0.75em 2.5em;
    text-transform: uppercase;
    margin-top: 2em;
    transition: 1s;
    text-decoration: none;
    display: inline-block;
}

.distriputer-info form {
    margin-top: 1.5em;
    position: relative;
}

.distriputer-info form:before {
    position: absolute;
    content: " ";
    background: url(../img/searchIconGray.png) no-repeat center;
    width: 26px;
    height: 30px;
    top: 27px;
    left: 6px;
}

.distriputer-info a:hover {
    color: #c5007b;
    border: 1px solid #c5007b;
}

.distriputer-info input[type="text"] {
    width: 85%;
    border: 1px solid #98a6ae;
    padding-left: 1em;
    color: #98A6AE;
    font-style: italic;
    padding: 0.75em 1em 0.75em 2.75em;
    font-size: 0.875em;
}

.distriputer-info input[type="submit"] {
    width: 65px;
    font-size: 0.875em;
    text-transform: uppercase;
    line-height: 41px;
    border: 1px solid #C6168D;
    background: #C6168D;
    color: #fff;
    padding-left: 0.75em;
    float: right;
    padding-right: 0.75em;
    transition: 1s;
}

.distriputer-info input[type="submit"]:hover {
    background: #880055;
    border: 1px solid #880055;
}

.other-links {
    position: relative;
}

.other-links a {
    position: absolute;
    display: inline-block;
    background: url(../img/plus.png) #C6168D no-repeat center;
    width: 35px;
    height: 35px;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

.other-links a:hover {
    background-color: #880055;
    border: 0;
}

.other-links h2 {
    padding-left: 3.5em;
    font-size: .95em;
    color: #C6168D;
    line-height: 30px;
}


/* world distriputers */

.world-search h1.title {
    margin: 0 0 1em;
}

.world-search p {
    padding-bottom: 1.5em
}

.world-search h2.pink-title {
    font-size: 1.35em;
    margin-bottom: 1em;
}

.world-search h3 {
    margin: 0;
    text-align: center;
    font-family: 'literaLight', sans-serif;
    font-size: 1.5em;
    color: #303c49;
    text-transform: uppercase;
    padding-bottom: 1.5em;
}

.world-search h3 span {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 2em;
    color: #96a4ac;
    text-transform: uppercase;
    float: right;
    margin-top: -.5em;
    opacity: .7;
}

.world-search .gray-bg {
    background: #eff1f2;
    padding: 2.5em;
}

.world-search .gray-bg p {
    text-align: center;
    padding-bottom: 0.75em
}

.world-search a.mailto {
    font-family: "AgendaLight", sans-serif;
    font-size: 1em;
    color: #303c49;
    display: block;
    width: 250px;
    margin: 0 auto 30px auto;
    border: 1px solid;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.75em 0;
    text-align: center;
    transition: 1s;
}

.wpcf7-form-control-wrap textarea {
    width: 100%;
}

.world-search a.mailto:hover {
    background: #303c49;
    color: #fff;
}

.world-search a.becom-dist {
    font-family: "AgendaLight", sans-serif;
    font-size: 1em;
    color: #c5007b;
    display: block;
    width: 380px;
    margin: 0 auto;
    border: 1px solid;
    padding: 0.75em 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 1s;
}

.world-search a.becom-dist:hover {
    background: #c5007b;
    color: #fff;
}

.gray-bg hr {
    border-top: 1px solid #cccccc;
    width: 300px;
    margin: 2.75em auto;
}


/* google map */


/*the desired background for the map*/

#gmap_canvas {
    background-color: #49525c !important
}


/* Become partner forms */

.bcm-bartner-form {
    background: url(../img/bartnerBg.jpg) center center no-repeat;
    margin: 15px 7%;
    background-size: cover;
    padding: 5.5em;
    overflow: hidden;
}

section.contact.bcm-bartner input {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 14px;
    border-radius: 0;
}

section.contact.bcm-bartner input.center-field {
    width: 50%;
    margin: 0em auto 1.5em;
    display: block;
}

section.contact.bcm-bartner textarea {
    width: 100%;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 7em;
    border-radius: 0;
}

section.contact.bcm-bartner input[type="radio"] {
    line-height: normal;
    background: #FFF;
    width: 14px;
    height: 14px;
    border-radius: 1em;
    margin: 0;
    border: 1px solid #b5b5b5;
    outline: none;
}

section.contact.bcm-bartner label {
    color: #ffffff;
    font-size: 0.875em;
    font-family: 'OpenSans-Light', sans-serif;
    margin: 0;
}

section.contact.bcm-bartner input[type="radio"]:checked {
    background: #c5007b;
    border: 1px solid #c5007b;
}

section.contact.bcm-bartner input[type="submit"] {
    width: 230px;
    background: #fff;
    color: #303c49;
    border-color: #fff;
    font-size: 15px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 15px;
    margin-top: 2em;
    margin-bottom: 2em;
}

section.contact input[type="submit"]:hover {
    background: #d145a4;
    border: 1px solid #d145a4;
    color: #fff;
}

.bcm-bartner p.notes {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-family: 'OpenSans-Regular', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0;
}

.col-md-12.message-area {
    padding-top: 2.5em;
    padding-bottom: 3.5%;
}

.bcm-bartner-form button.btn.btn-default.hvr-sweep-to-right {
    display: block;
    background: transparent;
    border: 0;
    overflow: hidden;
    margin: auto;
    padding: 0;
}


/* search collection filter */

section.filter .search-filter {
    overflow: hidden;
    border: 1px solid rgba(151, 165, 173, 0.38);
    padding: 1.5em;
    margin-bottom: 1em;
}

.filter-item {
    width: 31%;
    float: left;
}

.filter-item label {
    font-family: 'AgendaLight', sans-serif;
    font-size: 1.15em;
    color: #303c49;
}

.filter-item.form-full {
    width: 80%;
}

.filter-item select {
    width: 93%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #96a4ac;
    border: 1px solid #96a4ac;
    font-size: 1.1em;
    font-family: "AgendaLight", sans-serif;
    text-transform: uppercase;
    padding: 0.5em;
    background: url("../img/select-arrow.png") no-repeat;
    background-position: 95% center;
}

input.filter-submit {
    width: 4em;
    height: 4em;
    border: 0;
    margin-top: 20px;
    float: left;
    text-align: center;
    background: url(../img/filter-reset.png) no-repeat center center #c6168d;
}

input.filter-submit:hover {
    background-color: #9e0f70;
}

ul.collection-list {
    /*overflow: hidden;*/
    /*padding: 1em 0;*/
}

.collection-results .header-titles {
    margin: 0 0 50px 0;
}

.other-collec h2 {
    margin: 0 0 30px 0;
}

ul.collection-list li {
    overflow: hidden;
    margin: 0 0 50px 0;
    position: relative;
    padding-top: 4.5em;
}

h4.collection-name {
    font-size: 1.188em;
    color: #96a4ac;
    font-family: "AgendaLight", sans-serif;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    width: 85%;
}

a.add-to-wishlist {
    display: inline-block;
    float: right;
}

.img-cont {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    /*margin-top: .75em;*/
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

.img-cont img {
    width: 100%;
    height: auto;
}

.on-hover {
    position: absolute;
    top: 10px;
    background: rgba(255, 255, 255, 0.8);
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    opacity: 0;
    transition: 1s;
    padding: 0 20px;
}

a.see-collection {
    /*margin-top: 45%;*/
    display: inline-block;
    font-size: 1em;
    color: #303c49;
    border: 1px solid;
    text-decoration: none;
    padding: 0.35em 0.75em;
    width: 100%;
}

.on-hover {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.on-hover a.add-to-wishlist {
    position: absolute;
    bottom: 1em;
    width: 100%;
    left: 0;
    color: #c6168d;
    font-family: "AgendaLight", sans-serif;
    font-size: 0.875em;
    text-transform: uppercase;
}

.on-hover a.add-to-wishlist img {
    width: auto;
}

ul.collection-list li:hover .on-hover {
    opacity: 1;
}

.collec-tit {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    background: #fff;
}


/* GROUP */

.group .header-titles {
    padding-bottom: .75em;
}

.group-list .img-cont {
    margin-bottom: 1.5em;
}

a.group-link {
    border: 1px solid #959595;
    width: 24px;
    height: 24px;
    display: block;
    color: #959595;
    line-height: 22px;
    margin: 10px auto;
    text-decoration: none;
    transition: 1s;
    font-size: 1.5em;
    font-family: "OpenSans-Light";
    padding: 0px;
    text-align: center;
}

a.group-link:hover {
    border: 1px solid #c6168d;
    color: #c6168d;
}

.grp-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.grp-logo2 {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.grp-logo span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.grp-logo img {
    width: auto;
    margin: 0 auto;
    opacity: 0.8;
    /* margin-top: 28px;*/
}


/* collection */

.collec-ref {
    position: absolute;
    bottom: 75px;
    right: 1.5em;
    left: 1.5em;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 0.75em;
    color: #192431;
    padding: 15px 0;
    font-size: 14px;
}

div#collectionCarousel ol.carousel-indicators {
    text-align: center;
    margin-top: 1em;
}

div#collectionCarousel ol.carousel-indicators li {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #6c7e8a;
    text-align: center;
    margin: 0 5px;
}

div#collectionCarousel ol.carousel-indicators li.active,
div#collectionCarousel ol.carousel-indicators li:hover {
    background: #c5007b;
}

.collec-ref p {
    margin: 0;
    font-family: "OpenSans-regular";
    color: #000000;
}

.collection .title {
    margin-top: -4px;
}

p.first {
    line-height: 1.8;
}

.collection .collec-btn a {
    background: #c5007b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: none;
    font-family: "AgendaLight", sans-serif;
    padding: 13px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    font-size: 0.8em;
    height: 45px;
    text-align: center;
}

.collection .collec-btn a.see-near-dist {
    background: #ffffff;
    color: #c5007b;
    float: right;
}

.collection a.add-to-wishlist:hover {
    background: rgb(111, 1, 70);
    border-color: rgb(111, 1, 70);
}

a.see-near-dist {
    display: inline-block;
    border: 1px solid #c5007b;
    color: #c5007b;
    padding: .35em 1em;
    font-family: "AgendaLight", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    transition: 1s;
}

a.see-near-dist:hover {
    background-color: #c5007b;
    color: #fff;
}

.collec-charc h3,
a.dwnld-pdf {
    color: #96a4ac;
    font-size: 1.2em;
    font-family: "AgendaLight", sans-serif;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted;
    padding-bottom: 7px;
    display: block;
    text-decoration: none;
    transition: 1s;
}

.collec-charc h3:after {
    content: " ";
    position: absolute;
    width: 13px;
    height: 9px;
    display: inline-block;
    background: url(../img/select-arrowup.png) no-repeat center right;
    right: 0;
    top: 6px;
}

a.dwnld-pdf:hover {
    color: #303c49;
}

a.dwnld-pdf:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 13px;
    display: inline-block;
    /* background: url(../img/arrowleft.png) no-repeat center right; */
    right: 0;
    top: 6px;
}

a.dwnld-pdf:hover {
    color: #303c49;
}

a.dwnld-pdf:after {
    content: " ";
    position: absolute;
    width: 9px;
    height: 13px;
    display: inline-block;
    /* background: url(../img/arrowleft.png) no-repeat center right; */
    right: 0;
    top: 6px;
}

.collec-charc h3.active:after {
    background: url(../img/select-arrow.png) no-repeat center right;
}

.collec-charc ul {
    overflow: hidden;
}

.collec-charc .characteristic ul li {
    width: 50%;
    float: left;
}

.collec-charc ul.charc-with-icon {
    padding-top: 10px;
}

.collection ul.socials {
    float: none;
    margin-top: 5em;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.collec-charc li {
    color: #959595;
    font-size: 13px;
}

.collec-charc .img-con {
    height: 3.25em;
    display: table;
}

.collec-charc .img-con span {
    display: table-cell;
    vertical-align: middle;
}

.collec-charc ul li p {
    font-size: 12px;
}

.collec-charc ul li p.dark {
    color: #192431;
    margin-bottom: 0px;
}


/*.collec-products {
    padding-top: 3em;
}*/


/*.collec-products ul {
    margin: 1.5em -15px;
    overflow: hidden;
}*/

.collec-products ul .img-cont {
    margin-top: 0;
}

.collec-products li:hover .on-hover {
    opacity: 1;
}

.collec-products li h3 {
    font-size: 0.8750em;
    color: #96a4ac;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
}

.collec-products li h3 span {
    text-transform: none;
}

a.product-link {
    border: 1px solid #959595;
    width: 1.5em;
    height: 1.5em;
    display: block;
    color: #959595;
    line-height: 1.5em;
    margin: 0 auto;
    text-decoration: none;
    transition: 1s;
    font-size: 1.5em;
    font-family: "OpenSans-Light";
    padding: 0px;
    text-align: center;
}

.wish-pin {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.collec-products .wish-pin a.wishlist {
    float: left;
    font-size: 0 !important;
}

a.wishlist img {
    width: auto;
}

.collec-products .wish-pin {
    padding: 0 10px;
}


/*.wish-pin a{
  text-decoration: none;    font-size: 1.5em;
}*/

.collec-products .fa.fa-pinterest {
    font-size: 25px;
}

.wish-pin a.pintrest {
    float: right;
    color: #bd081c;
}

.collec-products .btn.wishlist.btn-gd-add-mylist {
    padding: 0;
}


/* wishlist page */

.wishlist .title {
    float: none;
    display: block;
    text-align: center;
    font-size: 1.75em;
    margin-bottom: 1.8em;
}

.wishlist .title:before {
    display: none;
}

.wishlist .add-to-wishlist {
    float: none;
    display: block;
    text-align: center;
}

.links a {
    color: #303c49;
    width: 220px;
    border: 1px solid;
    display: inline-block;
    transition: 1s;
    margin: 0.5em 1em;
    text-decoration: none;
    line-height: 3em;
}

.links a:hover {
    color: #c5007b;
}

.links a.contact-by-mail:before {
    content: " ";
    background: url(../img/by-mail.png) no-repeat;
    background-position: 0 -32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: -10px;
    margin-right: .5em;
}

.links a.contact-by-mail:hover:before {
    content: " ";
    background: url(../img/by-mail.png) no-repeat;
    background-position: 0 0px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.links a.print-list:before {
    content: " ";
    background: url(../img/print-icon.png) no-repeat;
    background-position: 0 0;
    width: 34px;
    height: 33px;
    display: inline-block;
    vertical-align: -11px;
    margin-right: .5em;
}

.links a.print-list:hover:before {
    content: " ";
    background: url(../img/print-icon.png) no-repeat;
    background-position: 0 -33px;
    width: 34px;
    height: 33px;
    display: inline-block;
}

.wish-product li {
    display: block;
    overflow: hidden;
    padding: 1em;
    border: 1px solid #666;
    border-left: 0;
    border-right: 0;
    position: relative;
}

.wish-product li img {
    float: left;
}

.wish-product .pro-detial {
    display: inline-block;
    padding-left: 1em;
}

.wish-product .pro-detial h3 {
    margin-top: 0;
    font-size: 1.25em;
    font-family: "OpenSans-Light";
    text-transform: uppercase;
}

.wish-product .pro-detial p {
    font-size: 12px;
    color: #4c5864;
    padding-bottom: 1em;
}

.wish-product .pro-detial h3.lit-gray {
    color: #96a4ac;
}

a.remove-from-wishlist {
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: 12px;
    color: #6c7e8a;
    text-transform: uppercase;
    text-decoration: none;
}

a.remove-from-wishlist:hover {
    color: #49525c;
}

a.remove-from-wishlist img {
    display: block;
    float: none;
    margin: 0 auto 1em;
    opacity: 0.7;
}

a.remove-from-wishlist:hover img {
    display: block;
    float: none;
    margin: 0 auto 1em;
    opacity: 1;
}

.postcode-search .TextField {
    margin-bottom: 20px;
}

.postcode-search .searchform-param label {
    width: 30%;
}

.postcode-search .searchform-param input,
select {
    width: 70%;
    height: 40px;
    border: 1px solid #a1b0b9;
}

.refine-search label {
    display: none;
}

.refine-search .TextField,
.refine-search .DropDownField {
    width: 30%;
    float: left;
}

.refine-search .TextField input,
.refine-search .DropDownField select {
    height: 40px;
    border: 1px solid #98a6ae;
    width: 70%;
}


/* Zooming */


/* Shrink wrap strategy 1 */


/*.easyzoom {
    float: left;
}*/

.easyzoom img {
    display: inline-block;
}


/* Styles by Mahmoud Siddiq */

.breadcrumb.container>p {
    text-align: left;
}

.filter {
    margin-bottom: 30px;
}

.filter .formContainer {
    border: 1px solid #d4d4d4;
    padding: 20px;
    display: flex;
    font-family: "AgendaLight", sans-serif;
}

.filter form {}

.filter .searchform-params {
    width: 90%;
    display: flex;
    margin-right: 4%;
}

.filter .DropDownField {
    width: 23%;
    margin-right: 3%;
}

.filter .DropDownField:last-child {
    margin-right: 0
}

.filter .searchform-label,
.filter .searchform-input-wrapper {
    width: 100%;
}

.filter .searchform-label {
    color: #303c49;
    font-size: 1.15em;
}

.filter .searchform-input-wrapper {
    font-size: 0.9em;
}

.filter .postcode-search .searchform-param input,
select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/select-arrow.png") no-repeat scroll 95% center;
    width: 100%;
    color: #96a4ac;
    padding-left: 10px;
    text-transform: capitalize;
}

.filter .searchform-controls>input {
    background: #c6168d url("../img/filter-reset.png") no-repeat scroll center center;
    border: medium none;
    color: transparent;
    height: 70px;
    width: 70px;
}

.filter .searchform-controls>input:hover {
    background: #e232a9 url("../img/filter-reset.png") no-repeat scroll center center;
    transition-duration: 1s;
}

.collection-results h1.title {
    margin-bottom: 30px;
}

.collection-results .on-hover {
    height: 82%;
}

.articles.article-page .pink-title {
    margin-bottom: 20px;
}

.icon-fixed-width.fa.fa-plus,
.icon-fixed-width.fa.fa-minus {
    background: #c6168d none repeat scroll 0 0;
    color: #ffffff;
    height: 36px;
    margin-right: 0.8em;
    padding-top: 13px;
    text-align: center;
    width: 36px;
}

.distriputer-info a.accordion-toggle {
    padding: 0;
    border: 0;
    margin: 0 0 10px 0;
}

.distriputer-info .other-links {
    display: none;
}

.accordion-group {
    padding-bottom: 20px;
}

.distriputer-info form {
    margin-bottom: 30px;
}


/*
	=====================
			TIMELINE
	=====================

*/

.timeline {
    position: relative;
    overflow: auto;
    padding: 0;
}

.timeline:before {
    content: '';
    position: absolute;
    height: 91.5%;
    width: 2px;
    background: #e1e1e1;
    left: 0;
}

.event.last .imgframe {
    top: 70px;
    /*margin-bottom: 200px;*/
    */
}

.PIN_1471875876833_button_pin {
    background: #000 !important;
}

.event.last .in-view {
    padding-bottom: 70px;
}

.timeline h2 {
    background: #fff;
    max-width: 8em;
    margin: 0 auto;
    text-align: center;
    position: relative;
    clear: both;
    color: #96a4ac;
    font-size: 1.265em;
    font-family: "AgendaLight";
    padding: 1em 0.5em;
}

.timeline h2:after {
    /*content: " ";*/
    /*width: 131px;*/
    /*height: 70px;
    background: url(../img/timelineIndicatorBlue.png) top center;
    display: block;
    margin: 12px 0 -44px 4px;
    width: 100%;*/
}

.timeline .last h2:after {
    margin: 12px 0 5px 4px;
}

.timeline .last ul {
    padding: 0;
}

.timeline .last ul li:nth-child(even) {
    display: none;
    /* height: 2em;
    width: 100%;
    background: #fff;*/
}

.timeline .event:nth-child(3n+2) h2:after {
    background: url(../img/timelineIndicatorGray.png) top center;
}

.timeline .event:nth-child(3n+3) h2:after {
    background: url(../img/timelineIndicatorPink.png) top center;
}

.timeline ul {
    margin: 0em auto 0;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 3em;
}

.timeline li {
    background: #fff;
    padding: 1em;
    margin-bottom: 1em;
    position: relative;
    opacity: 0.2;
    width: 40%;
}


/*.timeline .event1:nth-child(even) li:nth-child(even) {
  float: left;
}
.timeline .event1:nth-child(even) li:nth-child(odd) {
  float: right
}*/

.timeline .in-view li {
    opacity: 1;
}

.timeline h3 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #c5007b;
    font-size: 1.2em;
    font-family: "AgendaLight";
}

.timeline p {
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.timeline time {
    font-style: italic;
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    width: 50%;
    float: left;
    display: inline-block;
}

.timeline:before {
    left: calc(50% - 1px);
}

.timeline li:nth-of-type(2n+1) {
    clear: both;
}

.timeline li.imgframe {
    padding: 2em;
    background: url(../img/imgframe.png) center no-repeat;
    background-size: 100% 100%;
}

.timeline li .img-cont {
    overflow: hidden;
    margin: 0;
}

.timeline .event3 .img-cont {
    position: relative;
}

.timeline .event3 h3,
.timeline .event3 p {
    color: #fff;
}

.timeline .event3 .img-cont .on-hov {
    position: absolute;
    top: 0;
    bottom: 0;
}

.timeline .event3 .img-cont .on-hov1 {
    display: table;
    height: 100%;
    width: 100;
}

.timeline .event3 .img-cont .on-hov2 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em
}

.timeline .event3 li:nth-child(even) {
    display: none;
}

body.page-id-312 footer {
    margin-top: 5em;
}

.event .img-cont img {
    min-width: 100%;
    height: inherit;
    max-height: 400px;
}

@media only screen and (min-width: 1024px) {
    .timeline .last li:nth-child(odd) {
        width: 70%;
        margin: 0 15%;
        -webkit-transform: translate3d(0%, 0em, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .timeline li:nth-child(even) {
        transition: 1s;
        float: right;
        -webkit-transform: translate3d(20%, 4em, 0);
        -moz-transform: translate3d(20%, 4em, 0);
        -o-transform: translate3d(20%, 4em, 0);
        -ms-transform: translate3d(20%, 4em, 0);
        transform: translate3d(20%, 4em, 0);
    }
    .timeline li:nth-child(odd) {
        transition: 1s;
        float: left;
        -webkit-transform: translate3d(-20%, 4em, 0);
        -moz-transform: translate3d(-20%, 4em, 0);
        -o-transform: translate3d(-20%, 4em, 0);
        -ms-transform: translate3d(-20%, 4em, 0);
        transform: translate3d(-20%, 4em, 0);
    }
    .timeline .in-view li:nth-child(even) {
        float: right;
        -webkit-transform: translate(0%, 0);
        -moz-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }
    .timeline .in-view li:nth-child(odd) {
        float: left;
        -webkit-transform: translate(0%, 0);
        -moz-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }
}

.woocommerce-breadcrumb {
    display: none;
}

.postcode-search>p {
    color: #959595;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    margin-bottom: 30px;
}

.postcode-search .DropDownField select.cs-all-1 {
    width: 70%;
}


/* default page */

section.default-page h2 {
    color: #c5007b;
    font-family: 'AgendaLight', sans-serif;
}

section.default-page h3 {
    color: #96a4ac;
    font-family: 'AgendaLight', sans-serif;
}


/* Mahmoud Siddiq */

.search-location>input[type="button"] {
    background: #c5007b none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
}

.icon-fixed-width.fa.fa-plus,
.icon-fixed-width.fa.fa-minus {
    background: #c6168d none repeat scroll 0 0;
    color: #ffffff;
    height: 36px;
    margin-right: 0.8em;
    padding-top: 13px;
    text-align: center;
    width: 36px;
}

.distriputer-info a.accordion-toggle {
    padding: 0;
    border: 0;
    margin: 0 0 10px 0;
}

.distriputer-info .other-links {
    display: none;
}

.accordion-group {
    padding-bottom: 20px;
}

.distriputer-info form {
    margin-bottom: 30px;
}

.first {
    font-size: 14px;
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    margin-bottom: 20px;
}

.collection-paragraph {
    margin: 0 0 20px 0;
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1em;
}

.collection-paragraph p {
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1em;
    margin: 0 0 10px 0;
}

.collection-paragraph p:last-of-type {
    margin: 0;
}

.first>li {
    margin-bottom: 10px;
}

.first b {
    margin-right: 10px;
}

.collection h2 {
    margin-bottom: 20px;
}

.collection h1 {
    margin-bottom: 30px;
}

.collection article {
    margin-bottom: 30px;
}

.collection article p {
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
}

.collection .collec-btn {
    margin-bottom: 30px;
}

.collection .ul-cont .characteristic li:nth-child(2n+1) span {
    float: right;
    padding-right: 50px;
}

.collection .ul-cont ul {
    margin-bottom: 20px;
}

.collection .ul-cont .characteristic span {
    float: right;
}

.collection .charc-with-icon img {
    margin-bottom: 10px;
    height: 35px;
}

.collection .charc-with-icon p {
    color: #192431;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.collection .charc-with-icon li {
    float: left;
    margin-right: 18px;
}

.collection .charc-with-icon li:last-child {
    margin-right: 0;
}

.collection .charc-with-icon span {
    font-size: 11px;
    text-transform: uppercase;
}

.characteristic>li {
    float: left;
    width: 50%;
}

.part-one {
    margin-bottom: 50px;
}

.part-two h2.pink-title {
    margin: 0 0 30px 0;
}

.plus-cursor {
    margin-bottom: 20px;
}

.pinterest {
    display: block;
    float: right;
}

.plus-cursor {
    margin-bottom: 20px;
}

.collec-products p {
    margin-bottom: 5px;
}

.breadcrumb.container-fluid.contain>p {
    color: #6c7e8a;
    font-size: 13px;
}

.part-one,
.part-two {
    margin-bottom: 100px;
}

.collection-list .on-hover {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 10px;
    height: auto;
    left: 10px;
    opacity: 0;
    padding: 0 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    transition: all 1s ease 0s;
}

.collection.reference .ul-cont .characteristic li {
    padding: 0;
    margin-bottom: 10px;
}

.collection.reference .ul-cont .characteristic li:nth-child(2n+1) span {
    float: right;
    font-size: 12px;
    padding-right: 40px;
}

.collec-reference li {
    color: #959595;
    font-size: 13px;
    padding-bottom: 7px;
}

.wishlist-intro>h1 {
    color: #303c49;
    font-family: "literaLight";
    font-size: 28px;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
}

.wishlist-intro>article {
    text-align: center;
    margin-bottom: 60px;
}

.wishlist-intro article h6 {
    color: #c5007b;
    font-family: "AgendaLight";
    font-size: 24px;
    margin: 0 0 30px;
}

.wishlist-intro img {
    margin-bottom: 30px;
}

.wishlist-intro p {
    color: #959595;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    line-height: 2;
    margin: 0 0 40px 0;
}

.mail-print>a {
    border: 1px solid #303c49;
    color: #303c49;
    display: inline-block;
    font-family: "OpenSans-Regular";
    font-size: 17px;
    height: 45px;
    margin-right: 20px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    width: 25%;
}

.mail-btn {
    background: rgba(0, 0, 0, 0) url("../img/mail.png") no-repeat scroll 20px center / 20px auto;
}

.print-btn {
    background: rgba(0, 0, 0, 0) url("../img/print.png") no-repeat scroll 20px center / 20px auto;
}

.mail-btn:hover {
    background: rgba(0, 0, 0, 0) url("../img/mail-hover.png") no-repeat scroll 20px center / 20px auto;
    color: #c5007b;
    border: 1px solid #c5007b;
}

.print-btn:hover {
    background: rgba(0, 0, 0, 0) url("../img/print-hover.png") no-repeat scroll 20px center / 20px auto;
    color: #c5007b;
    border: 1px solid #c5007b;
}

.wallpaper-item {
    border: 1px solid #6c7e8a;
    padding: 20px;
    margin-bottom: 20px;
}

.wallpaper-img {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.wallpaper-img img {
    width: 100%;
    height: auto;
}

.wallpaper-item aside {
    padding: 0
}

.wallpaper-item article {
    padding: 0 0 0 20px;
}

.wallpaper-title>p {
    color: #4c5864;
    font-family: "OpenSans-Regular";
    font-size: 12px !important;
    margin: 0;
}

.wallpaper-title {
    margin-bottom: 20px;
}

.wallpaper-title h4 {
    color: #303c49;
    font-family: "AgendaLight";
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: left;
}

.wallpaper-description h5 {
    color: #96a4ac;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.wallpaper-description>p {
    color: #303c49;
    font-family: "OpenSans-Regular";
    font-size: 12px !important;
    margin: 0;
}

.wishlist .close {
    opacity: 1;
}

.wishlist .wallpaper-item .close {
    position: relative;
    bottom: -5px;
    right: 0;
}

.wallpaper-item .close>a {
    display: block;
    text-align: center;
}

.close>a {
    color: #6c7e8a;
    font-family: "OpenSans-Regular";
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.collection-item .close {
    padding: 0;
}

.close>h1 {
    margin: 0;
    text-align: center;
}

.wallpaper-section {
    color: #c5007b;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    margin: 0 0 30px;
    text-align: center;
    font-weight: 300;
}

.collection-img>img {
    float: left;
    margin-right: 10px;
}

.collection-img>h4 {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    font-family: "AgendaLight";
    margin: 35px 0 0;
    line-height: 1.3;
}

.collection-img>h4 a {
    color: #303c49;
}

.pdf img {
    margin-bottom: 10px;
}

.pdf:hover i,
.pdf:hover span {
    color: #ff64c6;
    transition: all 1s ease 0s;
}

.collection-img>div {
    float: left;
    height: 95px;
    margin-right: 20px;
    overflow: hidden;
    width: 95px;
}

.wallpapers-collection .close {
    padding-top: 0;
}

.collection-item aside {
    padding: 0;
}

.collection-item {
    border: 1px solid #6c7e8a;
    padding: 20px 0 20px 20px;
}

.pdf>span {
    color: #c5007b;
    display: block;
    font-family: "OpenSans-Regular";
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.pdf {
    border-left: 1px solid #6c7e8a;
    border-right: 1px solid #6c7e8a;
    text-align: center;
    /* height: 80px;*/
}

.pdf i {
    color: #c5007b;
    font-size: 30px;
    margin: 0 0 10px;
}

.collection-item {
    margin-bottom: 20px;
}

.inner-algin>p {
    color: #959595;
    font-size: 1em;
    line-height: 1.7;
}

.breadcrumb>p {
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.contact .header-titles {
    margin-bottom: 50px;
}

.contact .header-titles p {
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.contact .header-titles h1 {
    margin: 0 0 30px 0;
}

.sign-in i,
.sign-up i {
    margin-right: 10px;
}

.left-details>p {
    color: #959595;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    margin: 0 0 30px;
}

.title span {
    margin-left: 10px;
}

.link-title.another .visit-article {
    bottom: 0;
    position: absolute;
    right: 0;
}

.link-title.another h2 {
    margin: 0;
}

.collection.reference .pink-title,
.collection.reference h1.title,
.collection.reference .characteristic,
.collection.reference .charc-with-icon {
    margin: 0 0 30px;
}

.collection .pink-title,
.collection h1.title,
.collection .characteristic,
.collection .charc-with-icon {
    margin: 0 0 20px;
}

.collection.reference .carousel-inner {
    height: 540px;
}

.collection.reference .collec-products li {
    margin-bottom: 30px;
}

.collection.reference div #collectionCarousel ol.carousel-indicators {
    display: none;
}

.collection.reference .collec-ref {
    bottom: 30px;
    width: 85%;
    margin: 0 auto;
}

.collection.reference .socials {
    margin-top: 2em;
}

.collection .carousel-inner {
    height: 540px;
}

h1.title,
h2.pink-title {
    margin: 0 0 10px 0;
}

.group .group-link {
    margin: 30px auto 0 auto;
    ;
}

.group .img-cont {
    margin: 0 0 30px 0;
}

.pink-link-partner {
    color: #c5007b;
    float: right;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    text-decoration: underline;
}

.partners-page article {
    margin-bottom: 40px;
}

.timeline .icon::after {
    background: rgba(0, 0, 0, 0) url("../img/timelineIndicatorBlue.png") no-repeat scroll center top;
    content: " ";
    display: block;
    height: 16px;
    margin: 12px 0 -8px -1px;
    width: 131px;
}

.timeline .icon {
    clear: both;
    margin: 0 auto;
    max-width: 8em;
    position: relative;
    text-align: center;
}

.vectorMap h1.title {
    font-size: 21px;
}

.vectorMap h2.pink-title {
    font-size: 24px;
}

.product-list.home-page h1.title {
    margin: 0 0 20px;
}

.product-list.home-page .salon-art h1.title {
    margin: 20px 0;
}

.left-footer-ul a {
    font-size: 11px;
}

.dropdown-toggle>ul a {
    border-bottom: 1px dashed;
    font-family: "MyriadPro-Regular", sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.best-wallpapers {
    margin: 0 0 20px 0;
}

.top-links ul li a:hover,
.top-links ul li a.active,
.top-links h2:hover,
.top-links h2.active {
    color: #c6168d;
}

.language-list li.fr::after {
    color: #999;
    content: "/";
}

.collection-results .img-cont {
    height: 304px;
}

.add-to-wishlist.btn-gd-remove-mylist {
    color: #96a4ac;
    font-family: "AgendaLight", sans-serif;
    font-size: 0.9em;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: right;
}

#collectionCarousel img {
    min-height: 540px !important;
}

#collectionCarousel .PIN_1471774297064_button_pin {
    position: absolute !important;
    top: 20px !important;
    right: 30px !important;
}

.single-collection .collec-btn .add-to-wishlist {
    width: 42%;
}

.see-near-dist {
    width: 55%;
}

.first~p {
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px
}

.collec-products .img-cont {
    height: 160px;
}

.charc-papier li {
    float: left;
    width: 45%;
    margin: 0 0 10px 0;
}

.charc-papier li:nth-child(odd) {
    margin-right: 10%;
}

.charc-papier span {
    float: right;
}

.collec-tit a.add-to-wishlist {
    padding: 0;
    /*font-size: 0;*/
    text-align: right;
    width: 15%
}

.collec-products {
    margin-bottom: 50px;
}

.collec-products li {
    margin-bottom: 30px;
}

.alert.alert-dismissable.alert-info {
    text-align: center;
    padding: 50px;
    margin-top: 50px;
}

.wishlist .add-to-wishlist {
    width: 100%;
    margin: 0 0 30px 0;
}

.wishlist .text-center>p {
    color: #959595;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 0.9em;
    margin: 0 0 30px 0;
}

.icl-fr .lang_sel_sel:after {
    content: '/';
    margin: 0 5px;
    color: #9dacb3;
    font-size: 10px;
}

.icl-en .lang_sel_sel:before {
    content: '/';
    margin: 0 5px;
    color: #9dacb3;
    font-size: 10px;
}

.lang_sel_other {
    color: #9dacb3 !important;
}

.collection .section-one {
    margin-bottom: 50px;
}

.single-product .carousel-indicators {
    display: none;
}

.single-product .collection ul.socials {
    margin-top: 2em;
}

.single-product .collec-btn .add-to-wishlist {
    width: 42%;
}

.single-product .collec-btn .see-near-dist {
    width: 55%;
}

.single-product .collection .charc-with-icon li {
    float: left;
    margin-right: 50px;
}

#x span {
    background: rgba(0, 0, 0, 0) url("../img/pinterest-share.png") no-repeat scroll center center;
    border: 1px solid #96a4ac;
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: left;
    height: 33px;
    /*line-height: 1 !important;*/
    width: 33px;
}

.collec-products .wishlist span {
    display: none;
}

.single-collection ul.socials li a {
    line-height: 0;
}

.other-colors li {
    height: auto;
    ;
    width: 120px;
    margin-right: 3.7% !important;
}

.other-colors li:nth-child(4n) {
    margin-right: 0 !important;
}

.other-colors .img-product a,
.other-colors .img-product {
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
}

.other-colors span {
    display: block;
    height: inherit;
    overflow: hidden;
    width: inherit;
}

.other-colors .img-product img {
    height: auto;
    width: 100%;
}

.distriputer-info .france-search-result.container {
    width: inherit;
    width: inherit;
}

header~#collectionMenu {
    display: none;
}

body.home header {
    padding: 10px 0;
    position: relative;
}

.left-details .txtContent {
    color: #959595;
    font-family: "OpenSans-Regular";
    font-size: 1em;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.single-inspiraiton .visit-article,
.single-consils_deco .visit-article {
    display: block !important;
    float: left !important;
    position: unset;
}

.single-inspiraiton .link-title,
.single-consils_deco .link-title {
    padding: 20px;
}

.single-inspiraiton .link-title img,
.single-consils_deco .link-title img {
    padding: 0 !important;
}

.single-inspiraiton .articles .link-title h2,
.single-consils_deco .articles .link-title h3 {
    margin: 5px 0 0 0 !important;
}

.grey {
    color: #959595 !important;
}

.collec-products .fa.fa-trash-o {
    font-size: 18px;
    line-height: 2.1;
}

.collec-products .wish-pin a.wishlist i {
    color: #c5007b !important;
}

.add-to-wishlist>span {
    display: none;
}

.single-collection .carousel-inner>.item,
.single-product .carousel-inner>.item {
    height: 540px;
}

.see-collections {
    text-align: center;
}

.see-collections a {
    border: 1px solid #99a7a7;
    color: #99a7a7;
    display: inline-block;
    font-family: "OpenSans-Regular";
    height: 45px;
    margin: 0 auto;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
}

.empty-wishlist {
    text-align: center;
    margin: 0 0 50px 0;
    color: #939393;
    font-size: 16px;
}

.pink-title.empty-wishlist {
    margin: 0 0 50px 0;
}

.breadcrumb a {
    color: #9baab1;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    text-transform: capitalize;
}

.address li {
    color: #959595;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    margin-bottom: 3px;
}

.see-collections>a:hover {
    border: 1px solid #c5007b;
    color: #c5007b;
    transition-duration: 1s;
}

.imgframe {
    font-size: 1em;
    color: #959595;
    line-height: 1.7;
}

.visit-article>span {
    font-family: "AgendaLight", sans-serif;
    font-size: 30px;
    font-weight: lighter;
    line-height: 0.9;
}

.collection-item a {
    text-decoration: none;
}

.gray-bg .wpcf7 {
    margin: 30px 0 0;
}

.gray-bg input {
    height: 40px;
    padding: 0 10px;
}

.gray-bg textarea {
    padding: 10px;
}

.gray-bg input[type="submit"] {
    border: 1px solid #c5007b;
    background: transparent;
    color: #c5007b;
    height: 40px;
    width: 100px;
}

div.wpcf7-validation-errors {
    border: 0;
    text-align: center;
    color: red;
}

.single-product .collection .charc-with-icon li:last-of-type {
    margin-right: 0;
}

#collectionCarousel {
    overflow: hidden;
    width: 100%;
}

.zoom-icon {
    background: rgba(0, 0, 0, 0) url("../img/zoom-icon.png") no-repeat scroll 0 0;
    display: block;
    height: 72px;
    left: 45%;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 44%;
    width: 72px;
    z-index: 9999999;
}

.item:hover .zoom-icon {
    display: none !important;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999999999999999;
    border-top: 0;
}

a.see-collection:hover {
    color: #c6168d !important;
    /*background: #c6168d;*/
    transition-duration: 1s;
    border: 1px solid #c6168d;
}

.page-id-525 .collection-list .fa.fa-trash-o {
    font-size: 20px;
}

.fa.fa-heart {
    color: #c6168d;
    font-size: 22px;
}


/* Search Results Page */

.header-titles h1 div.page-header {
    border-bottom: 0;
}

#my-gallery-container>div {
    text-align: center;
}

.reponse {
    align-content: center;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 50px 20px;
}

.reponse:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    transition: 1s;
}

.reponse h2 {
    font-size: 1.1em;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.reponse a {
    color: #c6168d;
    font-size: 13px;
}

.breadcrumb~section.contact {
    padding: 0;
    height: auto;
}

.page-template-page-reset-password section.contact {
    padding-top: 200px;
}

.page-template-page-reset-password .sign-in {
    padding: 0;
    text-align: center;
}

header~section.contact .header-titles p {
    display: none;
}

#wppb-recover-password ul {
    float: left;
    margin: 0 2% 0 0;
    width: 70%;
}

#wppb-recover-password-button {
    background: #c6168d none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    margin: 0;
}

#wppb-recover-password .form-submit {
    display: block;
    float: left;
    font-size: 12px !important;
    width: auto;
}


/* Wishlist Page */

.collection-item .close img,
.wallpaper-item .close img {
    display: block;
    margin: 0 auto 10px auto;
}

.wallpaper-item {
    position: relative;
}

nav>ul.text-right {
    display: block;
    height: 50px;
}

.wppb-front-end-logout {
    display: inline-block;
    float: right;
    padding: 12px 10px 0 22px;
}

nav ul span {
    color: #9dacb3;
    /*cursor: pointer;*/
    font-size: 12px !important;
    margin: 0;
    text-decoration: none;
    transition: all 1s ease 0s;
}

nav ul.text-right li:nth-child(2)>span::before {
    content: " ";
    /*background: url(../img/user.png) no-repeat top ;*/
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    background-size: 100% !important;
    display: none;
}

.page-template-page_login_register .login-submit input {
    width: 60%;
}

.page-template-page_login_register #register {
    width: 60%;
}

ul li.col-md-6.col-sm-6 {
    height: 170px;
}

.wppb-front-end-logout a::before {
    content: " ";
    background: url(../img/loginIcon.png  ) no-repeat top;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    background-size: 100% !important;
    width: 21px;
    height: 29px;
}

.collection-item .close>.close {
    float: none;
}

.search.search-results h1 {
    color: #303c49;
    font-family: "literaLight", sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
}

footer {
    margin-top: 50px;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
    clear: both;
}


/*section {
  min-height: 100%;
  height: auto !important;
}*/

.page-template-page-reset-password header~section.contact .header-titles p {
    display: block;
}

form .searchform div {
    position: relative;
}

form .searchform div #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
}

.page-template-page-wishlest .collection-item a {
    padding: .9em;
}

.page-template-page-wishlest .collection-item .close>.close a {
    float: left;
    width: 100%;
    margin: 1.8em 0 0;
}

.navigation.pagination h2.screen-reader-text {
    display: none;
}

.navigation.pagination a span.meta-nav {
    display: none;
}

.navigation.pagination .page-numbers .meta-nav {
    display: none;
}

.navigation.pagination {
    text-align: left;
    width: 100%;
    padding: 15px;
    border-top: 1px #d2d2d2 solid;
    border-radius: 0px;
}

.pagination .page-numbers {
    background-color: #d8d7d7;
    padding: .5em;
    border-radius: 3px;
    color: #333;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    font-size: 14px;
}

.pagination .page-numbers.current {
    background-color: #d145a4;
    color: white;
}

.pagination .page-numbers:hover {
    background-color: #333333;
    color: white;
}

section.france-map,
section.france-search-result {
    min-height: inherit;
}

body.page-template-Distriputer-search footer {
    margin-top: 2em;
}

.rounded h2:before {
    content: " ";
    background: url(../img/searchIcon.png) no-repeat top;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.sign-in h2,
.sign-up h2 {
    text-align: left;
}

.um-field input {
    border: 1px #ccc solid;
}

.um-2282.um .um-tip:hover,
.um-2282.um .um-field-radio.active i,
.um-2282.um .um-field-checkbox.active i,
.um-2282.um .um-member-name a:hover,
.um-2282.um .um-member-more a:hover,
.um-2282.um .um-member-less a:hover,
.um-2282.um .um-members-pagi a:hover,
.um-2282.um .um-cover-add:hover,
.um-2282.um .um-profile-subnav a.active,
.um-2282.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #c5007b
}

.um-field {
    padding: 25px 0 0 !important;
}

.um-um_password_id.um .um-form input[type=text],
.um-um_password_id.um .um-form input[type=tel],
.um-um_password_id.um .um-form input[type=password],
.um-um_password_id.um .um-form textarea {
    border: 1px #98a6ae solid !important;
    border-radius: 0;
}

.um-password .um-button {
    background: #d145a4 !important;
    border-radius: 0 !important;
}

.um-password .um-button:hover {
    background: #49525c !important;
    border-radius: 0 !important;
}

.um-error-block,
.um-field-error {
    display: none;
}

.um-2013.um .um-form input[type=text].um-error,
.um-2013.um .um-form input[type=password].um-error,
.um-2013.um .um-form input[type=email].um-error {
    border: 1px red solid !important;
}


/* sitemap */

.pagetitle h1 {
    text-transform: uppercase;
    color: #455560;
}

.sitemap .wsp-container h2 {
    font-weight: 700;
    background-color: #e1e4e6;
    color: black;
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-transform: capitalize;
    font-size: 1.5em;
}

.sitemap .wsp-container a {
    line-height: 27px;
}

.sitemap .wsp-container a:hover {
    text-decoration: underline;
}

.sitemap ul {
    margin-left: 15px;
}

.sitemap ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #455560;
    margin-right: .5em;
}

.sitemap .wsp-container a {
    line-height: 27px;
    color: #444c57;
}

.sitemap .wsp-container a:hover {
    text-decoration: underline !important;
}

.sitemap ul li {
    font-family: 'Open Sans', sans-serif;
    color: #455560;
    line-height: 1.7em;
}

.pdfGenerate h1 {
    margin: auto;
}

.pdfGenerate input {
    border: 1px #98a6ae solid;
    border-radius: 0;
}

.pdfGenerate button {
    border: 0;
    border-radius: 0;
    background: #c5007b;
    width: auto;
    border-radius: 0;
    margin: 0 auto;
    padding: 1em 4em;
    text-transform: uppercase;
}

.pdfGenerate button:hover {
    background: #303c49;
}

.pdfGenerate input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-style: italic;
}

.pdfGenerate input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: italic;
}

.pdfGenerate input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: italic;
}

.pdfGenerate input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: italic;
}


/* wishlist generate pdf sucess msg */

.pdfGenerate .success-message {
    background: #53c976;
    text-align: center;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2em;
}


/* easyzoom */


/* Shrink wrap strategy 1 */


/*.easyzoom {
    float: left !important;
}
.easyzoom img {
    display: block !important;
}*/


/* Shrink wrap strategy 2 */

.easyzoom {
    display: inline-block;
}

.easyzoom img {
    vertical-align: bottom !important;
}

.single-distributer .france-search-result ul li.col-md-6.col-sm-6 {
    height: auto;
}

.contactForm span.wpcf7-not-valid-tip {
    position: absolute;
    top: 31px;
    width: 175px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    /* left: 50%; */
    /*display: block;*/
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}

.contactForm div.wpcf7-validation-errors {
    color: white;
}

.page-template-page-cms .cms h1 {
    font-family: 'literaLight', sans-serif;
    color: #303c49;
    font-size: 1.8em;
    text-align: left;
    text-transform: uppercase;
}

.page-template-page-cms .cms h2 {
    color: #c5007b;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
}

.page-template-page-cms .cms h3 {
    font-family: 'AgendaLight', sans-serif;
    color: #96a4ac;
    margin-top: 10px;
    font-size: 1.2em;
    height: 2em;
    font-weight: 400
}

.page-template-page-cms .cms p {
    font-size: 1em;
}

.contactForm .wpcf7-form .wpcf7-not-valid {
    border: 1px solid #c6168d;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

h3 {
    font-family: "AgendaLight", sans-serif;
    font-size: 1.2em;
}

.page-template-page-cms .cms ul {
    .margin-bottom: 1em;
}

.page-template-page-cms .cms ul li {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #959595;
    font-size: 1em;
    line-height: 1.7em;
}

.page-template-page-cms .cms ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #455560;
    margin-right: .5em;
}

.page-template-page-cms .cms a {
    color: #c5007b;
}

.page-template-page-cms .cms a:hover {
    text-decoration: underline;
}

.collection-img img {
    width: 100%;
}

.page-template-page-timeline .timeline-page h3 {
    font-size: 1.5em !important;
}

.page-template-page-timeline p {
    font-size: 1em !important;
}

li.imgframe .img-cont {
    height: 300px;
}

section.article-page h2 {
    color: #c5007b;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

section.article-page h3 {
    color: #96a4ac;
    font-size: 1.2em;
    font-family: 'AgendaLight', sans-serif;
}

section.article-page ul {
    width: 100%;
    display: inline-block;
}

section.article-page ul li {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #959595;
    font-size: 1em;
    line-height: 1.7em;
    width: 100%;
}

section.article-page .desc ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #455560;
    margin-right: .5em;
}

.page-template-page-timeline section.timeline-page h2.pink-title {
    margin: 0 0 20px 0;
}

.pdf.disable i,
.pdf.disable span {
    color: #6c7e8a;
}

.pdf.disable {
    pointer-events: none;
}

.page-template-Distriputer-search .accordion-toggle.collapsed .fa-plus::before {
    content: "\f067";
}

.page-template-Distriputer-search .accordion-toggle .fa-plus::before {
    content: "\f068";
}

li.language-list .wpml-ls-link .icl_lang_sel_translated {
    display: none;
}

li.language-list .wpml-ls-current-language a,
li.language-list .wpml-ls-current-language a span {
    color: #c6168d;
    font-weight: 700;
}

li.language-list li.wpml-ls-item {
    padding-right: 10px;
    padding-left: 10px;
}

li.icl-fr {
    position: relative;
}

li.icl-fr::after {
    content: '/';
    position: absolute;
    top: 0;
    right: -3px;
    font-size: 19px;
    color: #b6acba;
}


/* Forms register */

div.uimob500 .um-field-half {
    float: left !important;
    width: auto;
    margin-right: 3em;
}

.um-field-checkbox-option,
.um-field-radio-option {
    font-style: italic;
    letter-spacing: 1px;
}

.um-register .um-field-label {
    display: none;
}

.um-2013.um .um-form input[type=text],
.um-2013.um .um-form input[type=tel],
.um-2013.um .um-form input[type=number],
.um-2013.um .um-form input[type=password],
.um-2013.um .um-form textarea,
.um-2013.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above {
    border: 1px #98a6ae solid !important;
    border-radius: 0;
}

.um-2013.um .um-form input[type=text]:focus,
.um-2013.um .um-form input[type=tel]:focus,
.um-2013.um .um-form input[type=number]:focus,
.um-2013.um .um-form input[type=password]:focus,
.um-2013.um .um-form textarea:focus {
    border: 1px #98a6ae solid !important;
    border-radius: 0;
}

.um-2013.um {
    max-width: 100%;
}

.um-field-half.right,
.um-field-half {
    float: left !important;
    width: auto !important;
    margin-right: 10px !important;
}

.um-field-checkbox-option,
.um-field-radio-option {
    margin: 0 15px 0 25px;
}

.um-2013.um .um-tip:hover,
.um-2013.um .um-field-radio.active i,
.um-2013.um .um-field-checkbox.active i,
.um-2013.um .um-member-name a:hover,
.um-2013.um .um-member-more a:hover,
.um-2013.um .um-member-less a:hover,
.um-2013.um .um-members-pagi a:hover,
.um-2013.um .um-cover-add:hover,
.um-2013.um .um-profile-subnav a.active,
.um-2013.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #c5007b
}

.um-2013.um .um-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}

.um-2013.um .um-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}

.um-2013.um .um-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}

.um-2013.um .um-form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}

.um-2013.um .um-tip:hover,
.um-2013.um .um-field-radio.active i,
.um-2013.um .um-field-checkbox.active i,
.um-2013.um .um-member-name a:hover,
.um-2013.um .um-member-more a:hover,
.um-2013.um .um-member-less a:hover,
.um-2013.um .um-members-pagi a:hover,
.um-2013.um .um-cover-add:hover,
.um-2013.um .um-profile-subnav a.active,
.um-2013.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #c5007b !important;
}


/* login form */

.um-2014.um {
    max-width: 100% !important;
}

.um-2014.um .um-form input[type=text],
.um-2014.um .um-form input[type=tel],
.um-2014.um .um-form input[type=number],
.um-2014.um .um-form input[type=password],
.um-2014.um .um-form textarea,
.um-2014.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above {
    border: 1px #98a6ae solid !important;
    border-radius: 0;
}

.um-field-c {
    display: none;
}

.um-2014.um .um-field-label {
    display: none;
}

.um-2014.um .um-form input[type=text]:focus,
.um-2014.um .um-form input[type=tel]:focus,
.um-2014.um .um-form input[type=number]:focus,
.um-2014.um .um-form input[type=password]:focus,
.um-2014.um .um-form textarea:focus {
    border: 1px #98a6ae solid !important;
    border-radius: 0;
}

.um-col-alt .um-left.um-half {
    width: 100%;
    display: inline-block;
}

.um-col-alt .um-left.um-half input {
    background: #c5007b !important;
    width: auto;
    border-radius: 0 !important;
    margin: 0 auto;
    padding: 1em 4em !important;
    text-transform: uppercase !important;
}

.um-col-alt .um-left.um-half input:hover {
    background: #49525c !important;
}

.um-col-alt .um-right.um-half {
    display: none;
}

a.um-link-alt {
    color: #c5007b !important;
    font-size: 13px;
    font-style: italic;
}

.sign-up {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.um-field-checkbox-option,
.um-field-radio-option {
    color: #b5b5b5 !important;
}

.sign-in {
    padding-right: 5% !important;
    padding-left: 5% !important;
}

.um-2014.um {
    max-width: 100%;
}

.um-2014.um .um-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}

.um-2014.um .um-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}

.um-2014.um .um-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}

.um-2014.um .um-form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px !important;
    color: #b5b5b5 !important;
    font-style: italic !important;
}


/* Profile form */

.wpcf7-acceptance span #rgpd {
    width: auto !important;
    height: auto !important;
}

.wpcf7-acceptance span {
    margin-left: 0;
    margin-right: 2%;
}

.wpcf7-form small {
    color: #ffffff;
}


/* Cookie Banner */

#tarteaucitronRoot #tarteaucitronAlertBig {
    top: auto !important;
    /*bottom: 113px;*/
    bottom: 0;
    opacity: 0.8;
}

#tarteaucitronAlertBig {
    border-top: 1px solid #fff;
    z-index: initial !important;
}

#tarteaucitronAlertBig {
    font-family: "brandon-grotesque", sans-serif !important
}

#tarteaucitronPersonalize {
    font-size: 12px !important;
    font-family: inherit !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #8f141a;
}

#tarteaucitronDisclaimerAlert {
    display: block;
    padding-bottom: 5px;
}

#tarteaucitronDisclaimerAlert a {
    text-decoration: underline;
}

#tarteaucitronDisclaimerAlert a:hover {
    text-decoration: none;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-size: 12px !important;
    font-family: inherit !important;
}

#tarteaucitronBack {
    background: #000 !important;
}

#tarteaucitronDetailsanalytic {
    opacity: .97;
}

#tarteaucitronServices {
    font-family: inherit !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background-color: rgb(198, 22, 141) !important;
    color: #ffffff !important;
}

ul.socials li:nth-child(3) {
    display: none;
}

.rgpd small a:hover {
    color: rgb(198, 22, 141) !important;
    text-decoration: underline !important;
}

.preloader-wrapper {
    text-align: center;
    display: none;
    clear: both;
}
.loading .preloader-wrapper {
    display: block;
}
.preoader-image {
    width: 30px;
}

