﻿html,
button,
input,
select,
textarea {
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-col-wrapper ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ccc;
}

::selection {
    text-shadow: none;
    background: #ccc;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* Typography
***************************************/
html {
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #181514;
    padding: 0 7%;
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
    background: #181514;
    background-image: -moz-linear-gradient(top, #332d2d, #443d3b);
    background-image: -ms-linear-gradient(top, #332d2d, #443d3b);
    background-image: -o-linear-gradient(top, #332d2d, #443d3b);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#332d2d), to(#443d3b));
    background-image: -webkit-linear-gradient(top, #332d2d, #443d3b);
    background-image: linear-gradient(top, #332d2d, #443d3b);
}

select, option, input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #969696;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

p {
    margin: 0 0 0.8em 0;
}

h3 {
    font-size: 16px;
    margin: 0;
}

h4 {
    font-weight: bold;
}

.main-col h3 {
    font-size: 13px;
    margin: 1em 0; /* added margin bottom*/
    font-weight: bold;
}


a, a:link {
    color: #181514;
    text-decoration: none;
}

    a:hover {
        color: #4c4646;
    }

/* Main Styles 
***************************************/
.main-container {
    max-width: 1320px;
    width: 100%;
    height: 100%;
    margin: 0 auto 60px auto;
}

.site-header {
    width: 100%;
    min-height: 50px;
    position: relative;
}

    .site-header .logo {
        margin: 0;
        padding: 20px 0 15px 0;
        max-width: 290px;
        width: 25%;
    }

        .site-header .logo a {
            display: block;
        }

        .site-header .logo img {
            width: 100%;
        }


.site-header p.lang {
    font: 12px/1.4 Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin: 10px auto 0;
    width: 30%;
	padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 30%;
	color: #b2b0af;
}

.site-header p.lang a.lang-en, p.lang a.lang-en:visited {
    color: #fff;
    font: 12px/1.4 Arial,"Helvetica Neue",Helvetica,sans-serif;
    vertical-align: baseline;
}

.site-header p.lang a.lang-ar, p.lang a.lang-ar:visited {
    font: 13px/1.4 Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #b2b0af;
    vertical-align: baseline;
}


.content {
    width: 100%;
    background: #f7f7f7;
    position: relative;
    background-image: -moz-linear-gradient(top, #e9e9e9, #f7f7f7);
    background-image: -ms-linear-gradient(top, #e9e9e9, #f7f7f7);
    background-image: -o-linear-gradient(top, #e9e9e9, #f7f7f7);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e9e9e9), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #e9e9e9, #f7f7f7);
    background-image: linear-gradient(top, #e9e9e9, #f7f7f7);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .15);
}

.home .content {
    background: #181514;
}

.our-story .content,
.vision-and-mission .content,
.our-values .content,
.board-of-directors .content,
.our-collection .content,
.collection .content,
.news-and-media .content,
.our-boutiques .content,
.customer-service .content,
.careers .content,
.why-join-us .content,
.the-care .content,
.contact-us .content,
.apply-now .content, .privacy-policy .content, .terms-and-conditions .content {
    background-image: url("../images/bcgr-2.png");
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 33.3333333% auto;
    display: block;
}

.main-col {
    width: 66.6666666%;
    min-height: 150px;
    position: relative;
    float: left;
}

.side-col {
    width: 33.3333333%;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.main-col-wrapper {
    width: 100%;
    padding: 0 30px;
}


/* Main nav
***************************************/

.main-nav {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 75%;
    font-size: 15px;
}

    .main-nav ul {
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .main-nav ul li {
            margin: 0;
            padding: 0 0 0 3.4%;
            display: inline-block;
        }

            .main-nav ul li:first-child {
                padding-left: 0;
            }

            .main-nav ul li a {
                padding: 0 1px;
                display: inline-block;
                color: #b2b0af;
                text-decoration: none;
                transition: ease 0.2s all;
                width: 100%;
            }

                .main-nav ul li a:hover,
                .main-nav ul li.current a {
                    color: #FFF;
                }

/* Sub Nav
***************************************/

.contact .sub-nav {
    display: none;
}

.sub-nav {
    margin: 0;
    padding: 30px 20px;
}

    .sub-nav ul {
        margin: 0 0 30px 0;
        padding: 0;
    }

        .sub-nav ul li a {
            color: #fff;
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            padding: 2px 0;
            transition: 0.2s;
        }

        .sub-nav ul li.current a {
            padding: 2px 0;
            color: #181514;
        }

        .sub-nav ul li a:hover {
            color: #181514;
            padding: 2px 0 2px 5px;
        }


/* Home
***************************************/
.main-box {
    width: 100%;
    height: 100%;
    position: relative;
}

    .main-box .hero {
        width: 100%;
        height: 100%;
        max-height: 600px;
        overflow: hidden;
    }

.hero ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.main-box .caption {
    width: 26%;
    height: 33%;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 33%;
    background: rgba(70, 70, 70, 0.8);
    color: #fff;
    font-size: 12px;
    z-index: 99;
    -webkit-animation: caption-box 1s;
    -moz-animation: caption-box 1s;
    animation: caption-box 1s;
}

    .main-box .caption h2 {
        font-weight: normal;
        color: #fff;
        margin: 1em 0;
        font-size: 20px;
        line-height: 1.2;
    }

    .main-box .caption a {
        color: #fff;
    }

        .main-box .caption a:hover {
            color: #b2b0af;
        }

#hero-slide .caption h2 {
    margin: 0 0 .4em 0;
    padding: 0;
}

#hero-slide .caption p {
    margin: 0;
    padding: 0;
}

/* Side Panel
***************************************/
.side-top {
    height: 33%;
    width: 100%;
    display: block;
    max-height: 200px;
}

.home .side-center {
    height: 33%;
    width: 100%;
    display: block;
    max-height: 200px;
}

.side-center {
    width: 100%;
    display: block;
    position: relative;
    max-height: 200px;
}

    .side-center .caption {
        width: 50%;
        height: 100%;
        padding: 5% 3% 3% 5%;
        position: absolute;
        left: -50%;
        top: 0%;
        background: rgba(70, 70, 70, 0.8);
        color: #fff;
        z-index: 99;
        -webkit-animation: inner-box 1s;
        -moz-animation: inner-box 1s;
        animation: inner-box 1s;
        overflow: hidden;
    }

.box-1 {
    width: 50%;
    height: 100%;
    float: left;
    padding: 20px;
    /*padding: 5px 20px;*/
    overflow: hidden;
}

.box-2 {
    background: #82acab;
    overflow: hidden;
    height: 100%;
}

    .box-2 img {
        width: 100%;
    }

    .box-2 .hero ul {
        max-height: 200px;
        overflow: hidden;
    }


    .box-2 p {
        padding: 30px 20px;
        margin: 0;
        color: #fff;
    }

    .box-2 span {
        color: #FFFFFF;
        margin: 0;
        padding: 0;
    }

.side-center .box-2 {
    background: none;
    max-height: 200px;
    overflow: hidden;
}

.box-3 {
    width: 100%;
    padding: 5px 20px;
}

.home-box-3 {
    width: 100%;
    padding: 20px;
    /*padding: 10px 100px 5px 20px;*/
    color: #B2B0AF;
}

.pattern-1 {
    color: #4c4646;
    background: #c0e6e6 url(../images/bcgr-1.png) repeat;
}

.colour-1 {
    background: #82acab;
    color: #181514;
}

.btn-2 a {
    color: #B2B0AF;
}

    .btn-2 a:hover {
        color: #FFF;
    }

/*
.btn-1 a:after,
.btn-2 a:after {
	content: " ❯";
	font-size: 10px;
	vertical-align: middle;
	padding: 0 0 0 3px;
}*/


/* Generic template
***************************************/

.main-entry {
    width: 74%;
    padding: 0 30px 30px 30px;
    min-height: 540px;
}

    .main-entry a {
        color: #969696;
    }

        .main-entry a:hover {
            color: #4c4646;
        }

.our-boutiques .main-entry {
    padding: 0;
    width: 100%;
}

    .our-boutiques .main-entry h2 {
        padding: 0 20px 10px 20px;
    }

.join-the-team .main-entry {
    padding: 20px;
    width: 100%;
}

.main-entry h2,
.career-col h2 {
    margin-top: 0;
    font-weight: normal;
}

a.back {
    color: #7e7e7e;
    width: 29.5%;
    float: right;
    margin: 23px 0 0 0;
}

a.goto {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    color: #7e7e7e;
}

a:hover.back,
a:hover.goto {
    color: #000;
}

a.goto span {
    padding: 0 10px;
}

.gm-style-iw {
    padding: 10px 10px 0 10px;
    line-height: 1.3;
}

    .gm-style-iw p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0;
        width: 280px;
        white-space: nowrap;
        font-size: 13px;
    }

    .gm-style-iw span {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0 0 10px 0;
        padding: 0;
        display: block;
    }


/* About
***************************************/
/*
.about .main-box .caption{
    background: rgba(0, 0, 0, 0.5);
}*/

/* Box-animation
*******************************/
/*@-webkit-keyframes caption-box {
  0%   { 
        margin-right:-40px;
        opacity:0;
    } 

  40%   { 
        margin-right:-40px;
        opacity:0;
    } 

    100%   { 
    }
}

@-moz-keyframes caption-box {
   0%   { 
        margin-right:-40px;
        opacity:0;
    } 

  40%   { 
        margin-right:-40px;
        opacity:0;
    } 

    100%   { 
    } 
}

@keyframes caption-box {
   0%   { 
        margin-right:-40px;
        opacity:0;
    } 

  40%   { 
        margin-right:-40px;
        opacity:0;
    } 

    100%   { 
    } 
}*/

@-webkit-keyframes caption-box {
    0% {
        right: -10%;
        opacity: 0;
    }


    100% {
        right: 0%;
    }
}

@-moz-keyframes caption-box {
    0% {
        right: -10%;
        opacity: 0;
    }


    100% {
        right: 0%;
    }
}

@keyframes caption-box {
    0% {
        right: -10%;
        opacity: 0;
    }


    100% {
        right: 0%;
    }
}




@-webkit-keyframes inner-box {
    0% {
        left: -25%;
        opacity: 0;
    }


    100% {
        left: -50%;
    }
}

@-moz-keyframes inner-box {
    0% {
        left: -25%;
        opacity: 0;
    }


    100% {
        left: -50%;
    }
}

@keyframes inner-box {
    0% {
        left: -25%;
        opacity: 0;
    }


    100% {
        left: -50%;
    }
}

/* board-of-directors
 ***************************************/
.board-of-directors h3 em {
    display: block;
    font-size: 10px;
    font-style: italic;
    margin: 0;
    line-height: 1;
}

.signature {
    width: 49.6%;
    margin: 0;
    display: inline-block;
}
/* Collection
***************************************/

.main-box-header {
    padding: 8px 30px 0 30px;
    height: 70px;
}

.main-box-header-sec {
    padding: 0 20px;
    margin: 0;
}

.collection-side-col {
    width: 33.3333333%;
    float: left;
    height: 100%;
}

.collection-box1 {
    /*    background: url("../images/bcgr-1.png") repeat scroll 0 0 #C0E6E6;*/
    background: none repeat scroll 0 0 #82ACAB;
    height: 70px;
}

.collection-box2 {
    padding: 30px 20px 0 20px;
}

.collection-box2 .social-ico{
    clear: both;
    width: 100%;
}
.collection-box2 .social-ico a{
    margin: 0 5px 0 0;
}


    .collection-box2 em {
        font-size: 10px;
    }

    .collection-box2 h3 {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 0.8em 0;
    }

    .collection-box2 h4 {
        margin: 0 0 0.8em 0;
        color: #7E7E7E;
    }

    .collection-box2 .lead {
        font-size: 13px;
        color: #000;
        font-weight: 400;
        margin: 0 0 0.8em 0;
    }

.main-box-header h2 {
    display: inline-block;
    width: 65%;
}

.main-box-header a, .back-to-list {
    display: block;
    display: inline-block;
    text-align: right;
    color: #7e7e7e;
}

    .main-box-header a:hover {
        color: #000;
    }

.brands {
    margin: 0;
    padding: 0;
    background: #fff;
}

    .brands ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.flip-container {
    width: 20%;
    float: left;
    display: block;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    margin: 0;
    padding: 0;
    background: #FFF;
}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}

.front {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .front a {
        width: 100%;
        height: 100%;
        display: table;
    }

    .front img {
        width: 92%;
        max-width: 160px;
        margin: 0 auto;
        vertical-align: middle;
    }

.flipper:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
}

    .flipper:hover .front img {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        -ms-transition: 0.6s;
        -ms-transform-style: preserve-3d;
        transition: 0.6s;
        transform-style: preserve-3d;
    }

/*.front, .back {
    width:100%;
    height:99px;
    background:#FFF;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
    
    display: table;
}
.back {
        -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;
}
.back a, .front a{
    text-align:center;
    vertical-align:middle;
    display:table-cell;
    color:#969696;
}
.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    padding:0;
}
.front a img{
    width: 100%;
    max-width: 160px;
}
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
*/

/*
.brands li{
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
    height: 100px;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    display: table;
}

.brands li:nth-child(5n+0){
    border-right: none;
}

.brands li a{
    display: block;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.brands li a:hover{
    background: #efefef;
}

.brands li img{
    width: 100%;
    max-width: 160px;
}
*/

/* collection-carousel
***************************************/
.collection-slider {
    max-width: 880px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-brand {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

/* Creer
***************************************/
.vacancies {
    margin: 15px 0;
    padding: 0;
}

    .vacancies ul {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0 0;
        transition: 0.2s;
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    }

        .vacancies ul li {
            width: 18%;
            list-style: none;
            margin: 0;
            padding: 3px 8px 0 0;
            float: left;
            transition: 0.3s;
        }

        .vacancies ul.vacancies-lead {
            margin: 0;
            padding: 2px 0;
            text-transform: uppercase;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
        }

            .vacancies ul.vacancies-lead p {
                font-size: 12px;
                color: #4c4646;
                font-weight: bold;
                margin: 0;
            }

        .vacancies ul li:first-child p {
            text-transform: uppercase;
            color: #4c4646;
        }

        .vacancies ul.vacancies-list {
            margin: 0;
            border-bottom: 1px solid #CCC;
            transition: 0.2s;
            display: block;
            padding: 10px 0;
            color: #4c4646;
            font-size: 11px;
        }

        .vacancies ul li:first-child {
            width: 28%;
        }

        .vacancies ul.vacancies-list p {
            margin: 0;
        }

        .vacancies ul.vacancies-list:hover {
            background: #e6e6e6;
        }
/*.vacancies h2{
    margin:0;
    padding:0;
    display:inline-block;
}
.vacancies > p{
    margin:0;
    padding:1em 0;
    text-align:justify;
}
.vacancies ul.vacancies-lead{
    margin:0;
    padding:2px 0 0 0;
    text-transform:uppercase;
    border-top:1px solid #CCC;
}
.vacancies ul.vacancies-lead p{
    font-size:12px;
    color:#4c4646;
    font-weight:bold;
}
.vacancies ul{
    height:100%;
    margin:0;
    padding:0 0;
    border-bottom:1px solid #CCC;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.75);
    transition:0.2s;
}

.vacancies ul.vacancies-lead:hover{
    background:transparent;
}
.vacancies > ul:hover{
    background:#e6e6e6;
}
.vacancies > ul:hover li{
    color:#000;
}
.vacancies ul li{
    width:39%;
    list-style:none;
    margin:0;
    padding:3px 8px 3px 0;
    float:left;
    transition:0.3s;
}
.vacancies ul a{
   padding:8px 0;
    display:block;
}
.vacancies ul a li{
    color:#6d6d6d;
}
.vacancies ul li:first-child p{
    text-transform:uppercase;
    font-size:11px;
    color:#4c4646;
}
.vacancies ul li:nth-child(2){
    width:13%;
}
.vacancies ul li:nth-child(3){
    width:17%;
}
.vacancies ul li:nth-child(4){
    width:18%;
}
.vacancies ul li:nth-child(5){
    width:13%;
}
.vacancies ul li > p{
    font-size:11px;
    margin: 0;
    padding: 0;
    vertical-align:middle;
    display:table-cell
}*/
.text-bolder {
    font-weight: 600;
}

.vac-list li > span:after {
    content: ":";
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: 2%;
    clear: right;
    float: left;
}

.job-description {
    padding: 0 30px 30px 30px;
}

    .job-description ul {
        margin: 0 0 20px 0;
    }

.description ul {
    margin: 10px 0 20px 0;
}

    .description ul li {
        list-style: disc;
        list-style-position: outside;
        margin: 0 0 0 13px;
    }

        .description ul li span {
            padding: 0;
        }

            .description ul li span:after {
                content: "";
            }

.vacancies a {
    color: #FFF;
    text-transform: uppercase;
}

a.apply {
    background: #4c4646;
    color: #FFF;
    padding: 0.3em 2em;
    display: inline-block;
    margin: .8em 0;
    clear: both;
}


a:hover.apply {
    background: #969696;
    color: #FFF;
}

.career-col .vacancies > fieldset {
    margin: 1.5em 0;
    padding: 0;
}

.career-col h3 {
    margin: 1em 0 0 0;
    clear: both;
}

.vacancies select {
    width: 100%;
    padding: 5px;
    margin: 0;
    color: #4c4646;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}


/* Career-form
**************************************/
.career-col {
    width: 100%;
    padding: 0 30px 30px 30px;
}

#training {
    margin: 0;
    padding: 0;
}

.career-col fieldset {
    /* margin: .6em 0;
    padding: .6em 0;*/
    /*    border-top: 1px solid #ccc;*/
    clear: both;
}

.add-btn {
    color: #4c4646;
    font-size: 13px;
    margin: 0 0;
    padding: 4px 8px 4px 10px;
    background-color: #CCC;
    clear: both;
    float: left;
    border-radius: 5px;
}

    .add-btn a {
        background-image: url("../images/add.png");
        background-position: right center;
        background-repeat: no-repeat;
        display: inline;
    }

    .add-btn a {
        padding: 5px;
        padding: 0 20px 0 0;
    }

a.remove-btn {
    clear: both;
    float: left;
    color: #969696;
    font-size: 13px;
    padding: 0 18px 0 0;
    margin: 5px 0;
    background-image: url(../images/remove.png);
    background-repeat: no-repeat;
    background-position: right;
    /*    border-bottom:1px solid #4c4646;*/
}

.career-col fieldset a:hover {
    color: #000;
}

.career-col fieldset:last-child {
}

.career-col fieldset ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .career-col fieldset ul li {
        margin: 0 0 10px 0;
        float: left;
        width: 100%;
    }

.salary {
    margin: 15px 0;
    padding-bottom: 40px !important;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#language > li {
    width: 100%;
    padding: 0;
    float: left;
    list-style: none;
}

.ctrlHolder {
    width: 32%;
    padding: 0;
    margin: 0 2% 0 0;
    float: left;
}

    .ctrlHolder.long {
        width: 100%;
    }

    .ctrlHolder:nth-child(3n+3) {
        width: 32%;
        margin: 0 0 0 0;
        float: left;
    }

    .ctrlHolder:nth-child(3n+1) {
        clear: left;
    }

    .ctrlHolder label {
        color: #4c4646;
        display: inline-block;
        /*font-weight: 600;*/
        margin: 8px 0 0 0;
        padding: 0;
        font-size: 11px;
        width: 100%;
    }


    .ctrlHolder input,
    .ctrlHolder select {
        width: 100%;
        padding: 3px 3px;
        margin: 0;
        background: #FFF;
        border: 1px solid #b1b1b1;
        font-weight: normal;
        display: inline-block;
        font-size: 12px;
    }

.date-of-birth select:first-child {
    width: 5%;
}

.date-of-birth select {
    width: 32%;
}

.summary {
    background: none repeat scroll 0 0 #FFFFFF;
    /*    border-bottom: 1px solid #CCCCCC;*/
    float: left;
    margin: 6px 0 0 0;
    padding: 4px 0 0;
    width: 100%;
    position: relative;
}

    .summary p {
        float: left;
        padding: 8px 0 0 8px;
        margin-right: 8px;
        position: relative;
    }

    .summary a {
        background-image: url(../images/close.png);
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
        position: absolute;
        right: -6px;
        top: -7px;
    }
/*
a.summary-close{
    color:#969696;
    font-size:13px;
    padding:5px 18px 0 0;
    margin:5px 15px 0 0;
    background-image:url(../images/close.png);
    background-repeat:no-repeat;
    border-bottom:1px solid #4c4646;
}
*/



.ctrlHolder form input {
    outline: none;
    border: none;
    background-color: transparent;
}

.ctrlHolder form {
    padding: 0;
    margin: 0;
}

.error {
    color: red;
    font-size: 12px;
}

.apply-now em {
    color: red;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #B2B0AF;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #B2B0AF;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #B2B0AF;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #B2B0AF;
}
/***************************************************************/

.apply-now > .ctrlHolder:nth-child(3n+3) {
    width: 32%;
    float: left;
    margin: 0;
}


.apply-now h2 {
    margin: 0;
    padding: 20px 0;
    width: 65%;
    display: inline-block;
}

.nameholder {
    width: 32.5%;
    margin: 1em 0.21em 0 0;
    display: inline-block;
}

input.contact-num-code {
    float: left;
    margin: 0 1% 0 0;
    max-width: 25%;
}

input.contact-num {
    float: left;
    margin: 0;
    max-width: 48%;
}

.btnHolder {
    display: inline-block;
    margin: 1em 0 0 0;
    padding: 0;
    width: 32.8%;
}

    .btnHolder input {
        height: 31px;
        background: none repeat scroll 0 0 #4c4646;
        border: medium none;
        color: #FFF;
        float: left;
        font-size: 14px;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        transition: all 0.2s ease;
    }

        .btnHolder input:hover {
            background: none repeat scroll 0 0 #969696;
        }

/* News landing
***************************************/
.news {
    width: 100%;
    padding: 0;
    margin: 0 0 2% 0;
    float: left;
}

    .news:nth-child(2n+1) {
        clear: left;
    }

    .news:nth-child(2n+2) {
        width: 100%;
        float: right;
    }

    .news .container {
        padding: 10px 0 0;
        margin: 0;
        overflow: hidden;
        min-height: 90px;
    }

        .news .container h2 {
            font-size: 14px;
            line-height: 1.2;
            margin: 5px 0 0;
            padding: 0;
        }

        .news .container p {
            line-height: 1.2;
            margin: 0;
            padding: 8px 0;
            color: #494949;
            display: none;
        }

        .news .container a:hover {
            color: #4c4646;
        }

    .news .news-image {
        width: 100%;
        max-height: 190px;
        height: 190px;
        position: relative;
        overflow: hidden;
        display: block;
    }

        .news .news-image img {
            width: 100%;
            margin: 0;
            padding: 0;
            transform: scale(0.0);
            -ms-transform: scale(1.0); /* IE 9 */
            -moz-transform: scale(1.0); /* Firefox */
            -webkit-transform: scale(1.0); /* Safari and Chrome */
            -o-transform: scale(1.0); /* Opera */
            transition-duration: 400ms;
            transition-property: transform;
        }

   /* .news a:hover img {
        transform: scale(1.08);
        -ms-transform: scale(1.08); /* IE 9 */
     /*   -moz-transform: scale(1.08); /* Firefox */
     /*   -webkit-transform: scale(1.08); /* Safari and Chrome */
     /*   -o-transform: scale(1.08); /* Opera */
   /* }*/

    .news time {
        display: block;
        font-size: 11px;
        letter-spacing: 0.5px;
    }

ul.prevnext {
    display: inline-block;
    margin: 0;
    min-width: 100%;
    padding: 0;
}

.main-col-wrapper ul.prevnext li {
    margin: 0 0 10px 0;
    padding: 0;
}

    .main-col-wrapper ul.prevnext li.prev, .main-box-header ul.prevnext li.prev {
        display: table;
        float: left;
        height: 25px;
        margin: 0;
        padding: 0;
        transition: all 0.2s ease 0s;
        width: auto;
    }

    .main-col-wrapper ul.prevnext li.next, .main-box-header ul.prevnext li.next {
        display: table;
        float: right;
        height: 25px;
        margin: 0;
        padding: 0;
        transition: all 0.2s ease 0s;
        width: auto;
    }

        .main-col-wrapper ul.prevnext li.prev a, .main-col-wrapper ul.prevnext li.next a {
            margin: 0;
            padding: 0;
            text-decoration: none;
            vertical-align: middle;
        }


.main-box-header ul.prevnext {
    margin: 0;
    width: 18%;
    min-width: 143px;
    padding: 24px 0 0 0;
    float: right;
}

span.arrow {
    padding: 0;
}

.application-prevnext > ul.prevnext {
    list-style: none;
    padding: 20px;
}

    .application-prevnext > ul.prevnext li.next {
        display: table;
        float: right;
        height: 25px;
        margin: 0;
        padding: 0;
        transition: all 0.2s ease 0s;
        width: auto;
    }

#employment > li, #training > li {
    list-style: none outside none;
}

.page {
    display: inline-block;
}

/*News Listing List/Grid view*/

.news-and-media #viewcontrols {
    float: right;
    padding: 3px 0 0;
    text-align: right;
    width: 20%;
}

.news-and-media .store-list.list-view {
    display: block;
    padding: 20px 0 ;
    width: 100%;
    
}

.store-list.list-view li > div {
    display: block;
    padding: 10px;
}

.store-list.list-view li .news-image {
                width: 35%;
                float: left;
            }

.news-and-media .store-list li .news-image img {
        width: 100%;
        padding: 15px;
    }

.news-and-media .store-list.list-view li .container {
        width: 65%;
        float: left;
    }

   
    
.news-and-media .store-list.grid-view {
        font-size: 0.1px;
        text-align: left;
        width: 100%;
        display: block;
        padding: 20px 0 ;
    }

.news-and-media .store-list.grid-view li {
            width: 49%;
            overflow: hidden;
            background: #fff;
            margin-bottom: 1%;
            margin-right: 1%;
            font-size: 14px;
}

.news-and-media .store-list.grid-view li > div {
          display: block;
          padding: 10px;
 }

.news-and-media .store-list.grid-view li .container {
        width: 100%;
        padding: 10px 14px;
        
    }

.mix {
    display: none;
}



/* News detail
**************************************/
.news-article {
    background-color: #FFF;
    margin: 0 0 2% 0;
    padding: 0;
    position: relative;
}

.article-content {
    padding: 20px;
}

    .article-content a {
        color: #969696;
    }

        .article-content a:hover {
            color: #000;
        }

.news-article time {
    margin: 0;
    display: inline-block;
}

.article-hero {
    width: 70%;
    float: left;
    margin: 0;
    padding: 0;
}

    .article-hero ul li {
        display: none;
    }

.article-hero-bg {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #dadada;
    display: inline-block;
}

.news-article h2 {
    padding: 0;
    margin: .4em 0;
    text-align: left;
}

.social-ico {
    width: auto;
    padding: 0;
    margin: 1% 0;
}

    .social-ico a {
        margin: 0 0 0 5px;
        display: inline-block;
    }

.stLarge {
    visibility: hidden;
}

.stButton .stMainServices img, .stButton img {
    display: none;
}

.url-ico {
    width: 25px;
    height: 25px;
    background: url(../images/social-icons.png) 0 -25px;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
}

.fb-ico {
    background: url(../images/social-icons.png) -25px -25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.tweet-ico {
    width: 25px;
    height: 25px;
    background: url(../images/social-icons.png) -50px -25px;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
}

.g-plus-ico {
    width: 25px;
    height: 25px;
    background: url(../images/social-icons.png) -75px -25px;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
}

.url-ico:hover {
    background-position: 0 0;
}

.fb-ico:hover {
    background-position: -25px 0;
}

.tweet-ico:hover {
    background-position: -50px 0;
}

.g-plus-ico:hover {
    background-position: -75px 0;
}

.news-article p span {
    display: block;
}

    .news-article p span a:hover {
        text-decoration: underline;
    }

.new-article-thumb {
    margin: 0.4em 0 0 0.4em;
    width: 29%;
    float: left;
}

.article-hero-bg #bx-pager a {
    width: 23%;
    padding: 0;
    margin: 1%;
    overflow: hidden;
    display: inline-block;
    float: left;
    max-height: 32px;
}

    .article-hero-bg #bx-pager a:hover {
        opacity: .5;
    }

#bx-pager a img {
    width: 100%;
}

.article-hero-bg .bx-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 450px;
    width: auto;
    margin: 0 auto;
}

.article-hero-bg .bx-wrapper {
    background: none repeat scroll 0 0 rgb(238, 238, 238);
    min-width: 200px;
    overflow: hidden;
}

.article-hero-bg .bx-viewport {
    left: 50%;
    margin-left: -50%;
    width: 760px;
    max-height: 424px;
    overflow: hidden;
}

.video a {
    background: url(../images/ico-video.png) no-repeat 0 5px;
    padding: 8px 0 8px 30px;
    display: inline-block;
    color: #595959;
    opacity: .6;
}

    .video a:hover {
        opacity: 1;
    }

/*
Testimonial
***************************************/
.testimonial-box {
    background: #FFF;
    margin: 0 0 20px 0;
}

.client-image {
    max-width: 250px;
    max-height: 250px;
    float: left;
    overflow: hidden;
}

.right-pull {
    float: right;
}

.client-image img {
    width: 100%;
}

.testimonial-article {
    width: 68.9%;
    padding: 20px;
    display: inline-block;
}

.quote {
    margin: 0;
    padding: 0 0 20px 0;
    display: inline-block;
}

.testimonial-article p {
    margin: 0;
}

.quote:before {
    content: url('../images/quote.png');
}

.quote:after {
    content: url('../images/quote-end.png');
}

/* Boutique locator
***************************************/

.filters {
    position: relative;
    z-index: 100;
    width: 100%;
    clear: both;
    padding: 0 20px 0 30px;
}

.dropdown {
    cursor: pointer;
    margin: 0 2% 0 0;
    outline: medium none;
    padding: 0;
    position: relative;
    width: 30%;
    z-index: 100;
    display: inline-block;
}

    .dropdown .label:after {
        border-color: #443e3e rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 6px 6px 0 6px;
        content: "";
        height: 0;
        margin-top: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 0;
        z-index: 5;
        cursor: pointer;
    }

    .dropdown .label {
        display: block;
        width: 100%;
        padding: 3px 25px 3px 10px;
        background: #fff;
        height: 30px;
        overflow: hidden;
        line-height: 2;
    }

        .dropdown .label:hover {
            background: #dadada;
        }

    .dropdown ul {
        background: #FFFFFF;
        display: none;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 100%;
        list-style-type: none;
    }

        .dropdown ul li {
            padding: 4px 10px;
            line-height: 1.2;
            text-transform: capitalize;
            border-top: 1px solid #dadada;
        }

            .dropdown ul li:hover {
                background: #dadada;
            }

#viewcontrols {
    float: right;
    padding: 3px 0 0;
    text-align: right;
    width: 20%;
}

    #viewcontrols a {
        background-image: url("../images/grid-icon.png");
        cursor: pointer;
        display: inline-block;
        height: 14px;
        opacity: 0.4;
        text-align: right;
        width: 17px;
    }

    #viewcontrols .list-view-btn {
        background: url("../images/list-icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        margin-left: 0.4em;
    }

    #viewcontrols a:hover, #viewcontrols a.active {
        color: #1fb8e5;
        opacity: 0.95;
        outline: 0 none;
        transition: all 0.3s ease 0s;
    }


/* Store locator list
***************************************/
.store-locator {
    min-height: 400px;
    overflow: hidden;
}

.store-list {
    margin: 20px 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    min-height: 600px !important;
}

    .store-list.list-view {
        width: 100%;
        display: block;
        padding: 0 20px 20px 30px;
    }

        .store-list.list-view li {
            width: 100%;
            overflow: hidden;
            background: #fff;
            margin-bottom:1%;
        }

            .store-list.list-view li > div {
                display: block;
                padding: 10px;
            }


            .store-list.list-view li .store-thumb {
                width: 30%;
                float: left;
            }

    .store-list li .store-thumb img {
        width: 100%;
        padding-top: 5px;
    }

    .store-list.list-view li .store-info {
        width: 70%;
        float: left;
    }

    .store-list.list-view li .store-name {
        width: 70%;
        float: left;
        color: #969696;
    }

    .store-list.list-view li .store-map {
        width: 30%;
        float: right;
        text-align: right;
    }

    .store-list li .store-map a {
        background: #82acab;
        color: #fff;
        padding: 2px 10px;
        display: inline-block;
        margin: 5px 0;
        text-transform: uppercase;
        font-size: 10px;
    }

        .store-list li .store-map a:hover {
            background: #4c4646;
            color: #fff;
        }

    .store-list.list-view li .store-contact {
        width: 100%;
        clear: both;
        padding-top: 10px;
    }

    .store-list.list-view li .store-brands {
        width: 100%;
        clear: both;
    }

        .store-list.list-view li .store-brands strong, .store-list.list-view li .store-contact strong {
            color: #181514;
        }

    .store-list.list-view li .store-name h3 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: #181514;
    }

    .store-list.list-view li p {
        padding: 0;
        margin: 0;
    }

    .store-list.grid-view {
        font-size: 0.1px;
        text-align: justify;
        width: 100%;
        display: block;
        padding: 0 20px 20px 30px;
    }

        .store-list.grid-view li {
            width: 49%;
            overflow: hidden;
            background: #fff;
            margin-bottom: 1%;
            margin-right:1%;
            font-size: 14px;
        }

            .store-list.grid-view li > div {
                display: block;
                padding: 10px;  
                overflow:hidden;
            }
              .store-list.grid-view li .store-thumb {
               
                height: 190px;
                overflow:hidden;
            }

            .store-list.grid-view li .store-contact {
                display: none;
            }

            .store-list.grid-view li .store-brands {
                display: none;
            }

            .store-list.grid-view li .store-name h3 {
                padding: 0;
                margin: 0;
                font-size: 16px;
                color: #181514;
                text-align: left;
            }

.mix {
    display: none;
}

.map-modal {
    display: none;
}

* {
    vertical-align: top;
}


/* Exhibitors **************************************

.exhibitors-list{
	margin: 0;
	padding: 0;
	clear: both;
	text-align: justify;
	font-size: 0.1px;
	overflow: hidden;
}

.exhibitors-list::after{
  content: '';
  display: inline-block;
  width: 100%;
}

.exhibitors-list li.gap{
	width: 23.5%;
	display: inline-block;
}

.exhibitors-list.grid .mix{
	width: 23.5%;
	margin: 0 0 2% 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	display: none;
	vertical-align: top;
	position: relative;
}

.exhibitors-list.grid li {
	overflow: hidden;
}

.exhibitors-list.grid li .box-content{
	display: none;
}



.exhibitors-list .thumb a{
	display: block;

} 

.exhibitors-list.grid li a:hover{
	color: yellow;
}

.exhibitors-list.grid  h2{
	margin: 7px 0 0 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "dinmedium";
	text-align: center;
}
.exhibitors-list.grid  p{
	margin: 7px 0;
	padding: 0;
}
.exhibitors-list.grid  p.contact,
.exhibitors-list.grid  p.telephone,
.exhibitors-list.grid  p.booth-number{
	display: none;
}


.exhibitors-list.grid .thumb{
	border: 1px solid #ccc;
}

.exhibitors-list.grid .thumb a img{
	border: 1px solid #ebebeb;
	pointer-events: none;
} 

.exhibitors-list.grid .thumb a:hover img{
	border: 1px solid #333;
} 

.exhibitors-list.list{
	margin-top: 40px;
}

.exhibitors-list.list .mix{
	width: 100%;
	margin: 2% 0;
	padding: 2% 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	display: none;
	vertical-align: top;
	font-size: 15px;
	border-top: 2px solid #000;
	clear: both;
}

.exhibitors-list.list .thumb{
	border: 0px solid #000;
	width: 9%;
	display: inline-block;
	float: left;
	margin: 8px 0;
	height: auto;
}


.exhibitors-list.list .thumb a img{
	border: 1px solid #ebebeb;
} 

.exhibitors-list.list .thumb a:hover img{
	border: 1px solid #333;
}


.exhibitors-list.list h2{
	display: inline-block;
	float: left;
	width: 22%;
	margin: 1em 0 0 2%;
	color: #000;
	font-size: 15px;
	font-family: arial, sans-serif;
	padding: 0;
}

.exhibitors-list.list .box-content{
	display: inline-block;
	float: right;
	width: 66%;
	color: #000;
	margin: 0;
}

.exhibitors-list.list p,
.exhibitors-list.list .head p{
	display: inline-block;
	width: 31%;
	color: #000;
	padding: 0 0 0 2%;
	text-align: left;
	float: left;
}

.exhibitors-list.list p.booth-number{
	width: 17%;
}
.exhibitors-list.list p.category{
	width: 20%;
}
.exhibitors-list.list p.contact,
.exhibitors-list.list p.website{
	white-space: nowrap;
}

.exhibitors-list.list p.telephone{
	white-space: nowrap;
	display: none;
}


.exhibitors-list.list .head h2{
	display: inline-block;
	float: left;
	width: 20%;
	margin: 1em 0 0 11%;
	font-size: 13px;
	color:#898989;
	color:#D2232A;
}
.exhibitors-list.list .head p{
	color:#D2232A;
}

.exhibitors-list.list .head{
	opacity: 1;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	list-style: none;
	height: auto;
	border-top: 2px solid #000;
	-webkit-transition: all 0.3s ease-in-out;   
    -o-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.exhibitors-list.grid .head{
	opacity: 0;
	height: 0;
}


.controls{
	margin: 20px 0;
	font-family: 'dinmedium', 'Arial Narrow', 'HelveticaNeueCondensed', 'HelveticaNeue-Condensed', 'Helvetica Neue Condensed', 'Helvetica-Condensed', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	z-index: 100;
	clear: both;
}

.controls .button{
	width: 100%;
	background: #fff;
	color: #000;
	float: left;
	font-weight: normal;
	padding: 5px 20px;
	cursor: pointer;
}

.controls #ToList,
.controls #ToGrid {
	width: 45.2%;
	margin: 0 3.9% 0 0;
	padding-left: 46px;
	float: left;
	background-image: url(../images/ico-controls.png);
	background-repeat: no-repeat;
}

.controls #ToGrid{
	background-position: 10px -102px;
}

.controls #ToGrid.active,
.controls #ToGrid:hover{
	background-position: 10px -29px;
	background-color: #000;
	color: #fff;
}

.controls #ToList{
	background-position: 10px -65px;
}

.controls #ToList.active,
.controls #ToList:hover{
	background-position: 10px 8px;
	background-color: #000;
	color: #fff;
}


.controls #Sorts {
	width: 52%;
	margin: 0;
	float: left;
	list-style: none;
}


.controls #Filters {
	width: 23.5%;
	margin: 0;
	z-index: 100;
	float: right;
}

    */

/* Contact us
****************************************/
.contact-us .main-entry {
    width: 100%;
}

.address {
    width: 100%;
    float: left;
}

    .address ul {
        width: 100%;
        list-style: none;
        margin: 10px 0;
        padding: 0;
    }

    .address p span {
        display: inline-block;
        width: 180px;
    }

.contact-form {
    width: 60%;
    padding: 0 0 0 30px;
    margin: 0;
    float: left;
}

    .contact-form p {
        padding: 0;
        font-size: 16px;
        margin: 0 0 10px 0;
        display: inline-block;
        color: #A2A2A2;
    }

    .contact-form a {
        display: block;
        padding: 0;
        color: #4c4646;
    }

        .contact-form a:hover {
            color: #4c4646;
        }

.vacancies .contact-form fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.contact-form fieldset .ctrlHolder textarea,
.contact-form fieldset .ctrlHolder {
    width: 100%;
}
/* Login Page
 ***************************************/
.form-col {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 20px;
    position: relative;
}

.form-box {
    width: 28%;
    max-height: 253px;
    background: #FFF;
    /*position:absolute;*/
    vertical-align: middle;
    /*top:0;
    bottom:0;
    left:0;
    right:0;*/
    margin: auto;
    margin-top: 10%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .form-box .ctrlHolder {
        width: 100%;
        float: none;
    }

    .form-box .btnHolder {
        width: 32%;
        float: none;
    }

    .form-box .ctrlHolder input {
        border-radius: 3px 3px 3px 3px;
    }

    .form-box .ctrlHolder label.checkbox {
        width: 50%;
        float: left;
        padding: 0;
        font-weight: normal;
        font-size: .9em;
        cursor: pointer;
    }

    .form-box .ctrlHolder input#RememberMe {
        margin: 8px 5px 0 0;
        float: left;
        width: 14px;
    }

/* Applicant-list-box
**************************************/
.applicant-list-box {
    width: 100%;
    min-height: 500px;
    margin: 0;
    padding: 0 20px;
    position: relative;
}

    .applicant-list-box ul {
        padding: 0;
        list-style: none;
        margin: 0;
        border-bottom: 1px solid #CCC;
    }

        .applicant-list-box ul li {
            width: 4.7%;
            margin: 0 1% 0 0;
            padding: 0;
            font-size: 11px;
            line-height: normal;
            float: left;
        }

            .applicant-list-box ul li:first-child {
                margin: 0 2.8% 0 0;
            }

            .applicant-list-box ul li:nth-child(2) {
                width: 16%;
            }

            .applicant-list-box ul li:nth-child(3) {
                width: 20.4%;
            }

            .applicant-list-box ul li:nth-child(4) {
                width: 11%;
            }

            .applicant-list-box ul li:nth-child(5) {
                width: 17.8%;
            }

            .applicant-list-box ul li:nth-child(6) {
                width: 7.3%;
                margin-top: 0.2%;
            }

            .applicant-list-box ul li:nth-child(7) {
                width: 7%;
                margin: 0.2% 0 0 0;
            }

            .applicant-list-box ul li:nth-child(8) {
                width: 3%;
                margin: 0;
            }

                .applicant-list-box ul li:nth-child(8) input {
                    margin: 8px 0 0 8px;
                }

.listng-title li:last-child h2 {
    
}

.applicant-list-box ul li h2 {
    font-weight: bold;
    font-size: 1.1em;
}

.applicant-list-box ul li p {
    margin: 0;
    padding: 8px 0 9px 0;
}

.applicant-list-box ul li a, .txt-style a {
    background-color: #82acab;
    color: #FFF;
    text-align: center;
    transition: .2s;
}

.applicant-list-box ul li a {
    padding: 5px 0;
    display: block;
}

    .applicant-list-box ul li a:hover, .txt-style a:hover {
        color: #000;
        background-color: rgba(255, 255, 255, 0.75);
    }

.listng-title {
    font-weight: bold;
}

.applicantlist .filters {
    width: 100%;
    margin: 0;
    padding: 20px;
    position: relative;
    top: 0;
    right: 0;
}

#sort-Date {
    float: left;
    width: 11%;
    margin: 0 0 0 0.5%;
}

#select-brand {
    width: 30%;
    margin: 0 2% 0 0;
}

.applicantlist #select-brand {
    float: left;
    width: 20%;
    margin: 0;
}
/* Applicant-Details
*******************************************/

.applicant-det {
    padding: 30px;
}

    .applicant-det ul {
        list-style: none outside none;
        padding: 0;
        margin: 0;
    }

    .filters.clearfix > a, .applicant-det > a {
        padding: 0 15px;
        margin: 10px 0 0 5px;
        text-align: right;
        background-color: #ccc;
        float: right;
    }

    .applicant-det > a {
        margin: 0;
    }

    .applicant-det fieldset {
        background-color: rgba(255, 255, 255, 0.40);
        padding: 10px;
        margin: 0 0 20px 0;
    }

    .applicant-det .personal-info, .education {
        width: 48%;
        float: left;
    }

    .applicant-det fieldset:last-child {
        margin: 0;
    }

    .applicant-det .ctrlHolder {
        margin: 0;
    }

        .applicant-det .ctrlHolder label {
            color: #000;
            font-size: 12px;
            width: auto;
            position: relative;
            margin: 0;
            line-height: 2;
        }

        .applicant-det .ctrlHolder span {
            font-weight: normal;
            font-size: 13px;
            color: #969696;
        }

.back-to-list {
    float: right;
    padding: 20px 0 0;
    cursor: pointer;
}

.career-col .back-to-list {
    padding: 30px 0 0 0;
}

.applicant-close {
    width: 32%;
    float: right;
    margin: 20px 0;
}

    .applicant-close a {
        width: 49%;
        background: none repeat scroll 0 0 #4C4646;
        clear: both;
        color: #FFFFFF;
        display: inline-block;
        margin: 0.8em 0;
        padding: 0.4em 2em;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
    }

        .applicant-close a:hover {
            background: #969696;
            color: #FFF;
        }

.applicant-det h3 {
    font-size: 13px;
    font-weight: bold;
    margin: .8em 0 3px 0;
    clear: both;
}

.applicant-det > h2 {
    float: left;
    padding: 0 0 20px;
}

.applicant-image {
    width: 150px;
    height: 150px;
    float: left;
    background-color: #CCC;
    margin-right: 20px;
    margin-bottom: 20px;
}

.txt-style a {
    background-color: #82ACAB;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.2s ease 0s;
}

.get-img {
    color: #969696;
    font-size: 11px;
    padding: 10px 0;
    text-align: left;
}

/* Job-posting
****************************************/
.duties {
    margin: 0 0 20px 0;
    width: 100%;
}

    .duties ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .duties ul li {
            padding: 0 5px;
            margin-left: 20px;
            list-style-image: url(../images/bullet.png);
            color: #82ACAB;
        }

            .duties ul li p {
                margin: 0;
                padding: 5px;
                color: #000;
            }

.jobpost-lead {
    min-width: 300px;
    font-size: 11px;
    margin: 0 !important;
    color: #969696 !important;
    list-style: none !important;
}
/* thank-you
****************************************/
.thank-you .content {
    padding: 30px;
}

    .thank-you .content p {
        width: 65%;
    }
/* Footer
***************************************/

.site-footer {
    background: transparent;
    padding: 10px 0 40px 0;
    color: #b2b0af;
}

    .site-footer a {
        color: #b2b0af;
    }

        .site-footer a:hover {
            color: #fff;
        }

    .site-footer h2 {
        font-size: 13px;
        font-weight: bold;
        color: #cecece;
        margin: .6em 0 0 0;
    }

    .site-footer p span {
        display: none; /*was block*/
    }

    .site-footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .site-footer .quicklinks, .site-footer .contact, .site-footer .newsletter {
        float: left;
        /*margin-right: 20px;*/
        width: 100%; /*changed from 18% to 100*/
    }

.signup-modal {
    /*background: #292422;*/
    color: #b2b0af;
    /*border: 1px solid #686462;*/
    outline: none;
    font: inherit;
    font-size: 10px;
    /*padding: 5px 15px;*/
    position: relative;
    /*text-transform: uppercase;*/
    height: 100%;
    transition: 0.2s;
    /*margin: 10px 0;*/
    /*line-height: 30px;*/
    opacity:.6;
}

.signup {
    position: relative;
    width: 100%;
    display: none;
}

.signup .content {
    background: transparent;
    box-shadow: none;
}

    .signup .signup-form {
        padding: 10px;
    }

    .signup input, .signup textarea, .signup select {
        background: #332d2d;
        color: #969696;
        border: 1px solid #686462;
        outline: none;
        font: inherit;
        padding: 4px 30px 4px 10px;
        width: 100%;
        line-height: 1.2;
        margin: 10px 0;
    }

    .signup button {
        background: #292422;
        color: #969696;
        border: 1px solid #686462;
        outline: none;
        font: inherit;
        font-size: 10px;
        padding: 5px 15px;
        position: relative;
        text-transform: uppercase;
        height: 100%;
        transition: 0.2s;
        margin: 10px 0;
        clear: both;
    }

.signup .error { display: block; }

        .signup button:hover {
            background: #000;
        }
        

.signup .thank-error-message {
    color: red !important;
}
.signup .content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ccc;
    padding: 30px;
}

.signup .content p {
    width: 100%;
}

.site-footer .copy {
    width: 49.5%; /*changed from 33.3333%*/
    float: left; /*changed from right*/
    padding: 0 20px 0 0; /*changed from left*/
    margin: .6em 0;
    text-align: left; /*changed from right*/
}

.site-footer .la a {
    background: url(../images/la-digital.png) right top no-repeat;
    margin: 12px 0 0 0;
    padding: 2px 24px 0 0;
    opacity: .2;
    display: block;
    color: #fff;
    font-size: 11px;
    display: none;
}

    .site-footer .la a:hover {
        opacity: .6;
    }

    .site-footer .la a span {
        display: none;
    }
    
    
.site-footer nav.social {
    float: right;
    padding-top:8px;
}

.site-footer nav, footer .contact {
    float: left;
    /* margin: 0 0 20px; */
    overflow: hidden;
    width: 23%;
}
	
.site-footer nav ul {
    float: left;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.site-footer nav ul li {
    float: right;
}
	
.in-icon, .insta-icon, .fb-icon, .schat-icon {
    background-image: url("/images/ico-linkedin.png");
    background-repeat: no-repeat;
    float: left;
    height: 18px;
    margin: 0 0 0 10px;
    overflow: hidden;
    opacity:0.3;
    padding: 0;
    width: 18px;
}	

.in-icon {
    margin: 0;
}

.insta-icon {
    background-image: url("../images/ico-instagram.png");
}	

.fb-icon {
    background-image: url("../images/ico-fb.png");
}

.schat-icon {
    background-image: url("../images/ico-snapchat.png");
}
  
.in-icon:hover, .insta-icon:hover, .fb-icon:hover, .schat-icon:hover {
    opacity:.6;
}

/*Changes by leo*/

/*Terms & Conditions*/

.en.links.terms-and-conditions .main-entry {
    width:100%;
}
.en.links.privacy-policy .main-entry {
    width:100%;
}



/* IE Fixes 
***************************************/

.ie7 {
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.collection-slider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-thumb {
    width: 100%;
    height: 100px;
    margin: 0 0 20px 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

#carousel {
    width: 90%;
    height: 68px;
    margin: 20px auto;
    overflow: hidden;
    border: none;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        border: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        color: #FFF;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: 0;
    }

    .flex-direction-nav .flex-next {
        right: 4px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 1;
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 4px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
        border: none;
    }

.flex-direction-nav .flex-disabled {
    opacity: 1!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: url('../images/previous.png');
    border: none;
}

.flex-direction-nav a.flex-next:before {
    content: url('../images/next.png');
}

.flex-thumb li {
    max-width: 110px;
    height: 68px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin: 0 25px 3px 0;
    padding: 0;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.flex-direction-nav li,
.flex-direction-nav li:hover {
    border: none;
}

.flex-thumb li:hover {
    border: 1px solid #4b4547;
}

.flex-thumb li img {
    width: 100%;
}

.flex-thumb .flex-active-slide {
    border: 1px solid #4b4547;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        display: block;
        width: 100%;
    }

    .bx-wrapper li {
        display: none;
        overflow: hidden;
        max-height: 575px;
    }


    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }


    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

.bx-pager-item {
    z-index: 9999;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: block;
    position: absolute;
    bottom: 16px;
    left: 20px;
    z-index: 9999;
    padding-left: 330px;
}

.bx-controls-auto, .bx-controls-direction, .side-col .bx-controls {
    display: none;
}

.bx-controls {
    z-index: 9999;
}
.side-col .bx-controls {
    display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    opacity: .3;
    border: 0px solid #fff;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
    z-index: 9999;
}

    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:hover {
        background: #fff;
        opacity: .9;
    }


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

    .fancybox-wrap iframe {
        border: 2px solid #4c4646;
    }

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
    background: #443d3b;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('../images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('../images/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}







/* Helper classes
***************************************/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* Media Queries
***************************************/

@media all and (max-width: 1550px) {

    /*News-details*/
    .news-article {
        background: none;
    }
    /*.article-hero,
.new-article-thumb {
    width:100%;
}*/
    .new-article-thumb {
        margin: 1em 0 0.6em 0.3em;
    }

    #bx-pager a {
        width: 22.8%;
    }

    .article-content {
        padding: 20px 0;
    }

    body, .side-col {
        font-size: 11px;
    }

    .main-nav {
        width: 75%;
        font-size: 13px;
    }

        .main-nav ul li {
            padding: 0 0 0 3%;
        }

    .home-box-3 {
        padding: 10px 20px;
    }

    #hero-slide .caption h2 {
        font-size: 18px;
    }

    .main-entry {
        min-height: 440px;
    }

    .collection-box2 {
        font-size: 10px;
    }
}


@media all and (max-width: 1260px) {

    body {
        padding: 0 3%;
    }

    #hero-slide .caption h2 {
        font-size: 16px;
    }

    .main-nav {
        font-size: 12px;
    }

    .side-col {
        font-size: 11px;
    }
}

/*Viewport Queries
    *****************/

@media all and (max-width: 790px) {
    body {
        padding: 0 20px;
        font-size: 13px;
    }

    body, .side-col, .collection-box2 {
        font-size: 13px;
    }

    .site-header .logo {
        width: 100%;
        margin: 0;
        clear: both;
    }

    .main-nav {
        width: 100%;
        position: relative;
        margin: 18px 0 0 0;
    }

    .main-nav {
        display: none;
    }

        .main-nav ul li {
            width: 48.5%;
            text-align: center;
            vertical-align: middle;
            padding: 5px 0;
            margin: 2px;
            float: left;
            border: 1px solid #969696;
        }

    #pull {
        position: absolute;
        right: 20px;
        top: 85px;
        width: 20px;
    }

        #pull:after {
            content: "";
            background: url(../images/nav-icon.png) no-repeat;
            width: 20px;
            height: 20px;
            display: inline-block;
        }

    .main-col,
    .main-entry {
        width: 100%;
    }

    .main-entry {
        padding: 0 20px 20px 20px;
        min-height: inherit;
    }

    .bx-wrapper {
        max-height: none;
        overflow: hidden;
    }

        .bx-wrapper img {
            width: 100%;
        }

    .side-col, .collection-side-col {
        width: 100%;
        display: block;
        position: relative;
    }

    .box-1 {
        width: 100%;
    }

    .home .bx-pager,
    .home .box-2,
    .about .main-box .caption,
    .about .side-center,
    .our-boutiques .side-center,
    .customer-service .main-box .caption,
    .customer-service .side-center,
    .news-and-media .side-center,
    .careers .main-box .caption,
    .careers .side-center,
    .contact .side-center {
        display: none;
    }

    .side-center .box-2 {
        display: none;
    }

    .box-3 {
        height: 37px;
    }

    .pattern-1 {
        height: 50px;
    }
    /*.bx-controls, .flex-thumb {
        display: none;
    }*/
    .main-box .caption {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        display: block;
        padding: 20px;
        clear: both;
    }

    #hero-slide .caption h2 {
        margin: 0;
        padding: 0;
    }

    .our-story .content,
    .vision-and-mission .content,
    .our-values .content,
    .board-of-directors .content,
    .our-collection .content,
    .collection .content,
    .news-and-media .content,
    .our-boutiques .content,
    .customer-service .content,
    .careers .content,
    .why-join-us .content,
    .the-care .content,
    .contact-us .content,
    .apply-now .content {
        background: -moz-linear-gradient(center top, #E9E9E9, #F7F7F7) repeat scroll 0 0 #F7F7F7;
        background-image: url("../images/bcgr-2.png");
        background-position: right bottom;
        background-size: 100%;
        background-repeat: repeat-x;
    }

    .signature {
        width: 49%;
        margin: 0 0 10px 0;
        padding: 0 0 14px 0;
        display: inline-block;
    }

    /*Collection*/
    .main-box-header {
        padding: 0 20px;
        height: auto;
    }

    .flip-container {
        width: 50%;
    }

    .collection-box1 {
        display: none;
    }

    .flip-container img {
        width: 65%;
        margin: 0;
        padding: 0;
    }

    .flex-thumb {
        position: relative;
    }

    #carousel {
        width: 71%;
    }

    .flex-thumb li {
        max-width: 102px;
    }


    /*Our Boutiques*/
    .filters {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 0 10px 0;
        padding: 0 20px;
        width: 100%;
    }

    .store-list.list-view {
        padding: 0 20px;
    }

    .store-list.grid-view {
        padding: 0 20px;
    }

        .store-list.grid-view li .store-name h3 {
            font-size: 14px;
        }


    /*#select-brand, #select-location, #select-city {
        margin:0 5px 15px 0;
        width:30%;
    }
    .dropdown {
        float: left;
        margin:10px;

    }
    .dropdown, .filters {
        width:100%;
        position: relative;
        top:0;
        right:0;
    }
    .dropdown .label {
        margin: 0;
        max-height: 40px;
        padding: 2px 10px;
    }

    .dropdown ul {
        position: relative;
    }
    .dropdown ul li {
        padding:10px 20px;
    }*/
    /*News*/
    .main-col-wrapper {
        padding: 0 20px;
    }

    .news, .news:nth-child(2n+2) {
        width: 100%;
    }
    /*News-details*/
    .news-article {
        background: none;
        margin: 0;
    }

    .article-hero,
    .new-article-thumb {
        width: 100%;
    }

    .new-article-thumb {
        margin: 1em 0 0.6em 0.3em;
    }

    #bx-pager a {
        width: 18%;
    }

    .article-content {
        padding: 0;
    }

    .vacancies ul.vacancies-lead {
        display: none;
    }
    /*Career
    .vacancies ul li:nth-child(1n+2) {
        display:none;
    }*/
    ul.vacancies-lead li {
        padding: 8px 0;
    }

    /*Career-Detail*/

    .vacancies ul li, .vacancies ul li:first-child {
        width: 50%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .vacancies ul li p {
            text-align: left;
        }

    .job-description {
        padding: 0 20px;
    }

    /*Career-form*/
    .career-col {
        padding: 20px;
    }

    .ctrlHolder,
    .apply-now > .ctrlHolder:nth-child(3n+3),
    .ctrlHolder:nth-child(3n+3),
    #language > li,
    #language .ctrlHolder {
        width: 100%;
    }

    .store-locator {
        height: auto;
        overflow: initial;
    }

    a.goto span {
        padding: 0 4px;
    }


    .job-description {
        clear: both;
        display: block;
        padding: 20px;
    }

    .site-footer {
        padding: 10px 0 0 0;
    }

        /*.site-footer .copy {
            width: 100%;
            padding: 0 0px 5px 20px;
        }*/

        .site-footer .quicklinks, .site-footer .contact {
            width: 33%;
            padding: 0 0px 5px 20px;
        }

        .site-footer .newsletter {
            width: 66%;
            padding: 0 0px 15px 20px;
        }

    .thank-you .content {
        padding: 30px;
        background-size: 0;
    }

        .thank-you .content p {
            width: 100%;
        }
        
        .site-footer .newsletter {
         padding : 0 0 15px 0;
         width: 100%;
}

site-footer .copy {
    padding: 0;
    width: 77%;
}
}

@media all and (max-width: 500px) {

    .site-header .logo {
        width: 100%;
        margin: 0 auto 10px auto;
        clear: both;
    }

    #pull {
        margin: 0 auto 0;
        padding: 0 0 8px 0;
        width: 20px;
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }

    .main-nav ul li {
        width: 48.5%;
        text-align: center;
        vertical-align: middle;
        padding: 5px 0;
        margin: 2px;
        float: left;
        border: 1px solid #969696;
    }

    .main-box-header h2 {
        width: 100%;
    }

    a.back {
        font-size: 11px;
        width: 100%;
        margin: 0 0 15px 0;
    }

    menu, ol, ul {
        padding: 0 0 0 20px;
    }
    /*#select-brand, .dropdown, .filters {
        width: 100%;
        margin:0;
    }*/


    #select-brand, #select-location, #select-city {
        margin: 0 5px 8px 0;
        width: 100%;
    }

    .dropdown {
        float: left;
        margin: 10px 0;
    }

    .filters {
        margin: 0;
        padding: 0 20px;
    }

    .dropdown, .filters {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }

        .dropdown .label {
            margin: 0;
            max-height: 40px;
            padding: 2px 10px;
        }


        .dropdown ul {
            position: relative;
        }

            .dropdown ul li {
                padding: 10px 20px;
            }

    .news-and-media #viewcontrols {
        width: 100%;
    }

    .store-list.list-view {
        padding: 0 20px;
    }

        .store-list.list-view li .store-thumb {
            display: block;
            float: none;
            width: 100%
        }

        .store-list.list-view li .store-name,
        .store-list.list-view li .store-info {
            width: 100%;
        }

        .store-list.list-view li .store-map {
            float: none;
            text-align: left;
            width: 100%;
        }

    .store-list.grid-view {
        padding: 0 20px;
    }

        .store-list.grid-view li {
            width: 100%;
        }


        .news-and-media .store-list.grid-view li {
            width: 100%;
        }

    .site-footer .quicklinks, .site-footer .contact, .site-footer .newsletter, .site-footer .copy {
        width: 100%;
        /*padding: 0 0px 5px 20px;*/
        text-align: left;
    }
    
    .site-footer nav.social {
    float: left;
    padding-top: 8px;
}

.site-footer nav ul li {
    float: left;
}

.insta-icon 
{
    margin:0 10px 0 0;
}
.store-list.list-view li .news-image {
  float: none;
  width: 100%;
  display:block;
}
.news-and-media .store-list.list-view li .container {
  padding: 15px;
  width: 100%;
}
}






/************** 404-ERROR***********************************************************************/
.error-container{
            width:94%;
            text-align:center;
            margin:0 auto;
            padding:50px 0;
        }
        .error-container > #logo{
            padding:100px 0 10px 0;
            margin:0 0 50px 0;
        }
        .error-msg h2 {
            color: #b2b0af;
            font-size:28px;
        }
        .error-msg p{
            font-size:20px;
            color: #b2b0af;
        }
        .error-msg a{
            color:#b2b0af;
            padding:0 5px 2px 0;
            border-bottom:1px solid #b2b0af;
            text-decoration: none;
            transition: ease 0.2s all;
            margin-left: 5px;
        }
        .error-msg a:hover {
            color: #FFF;
            border-color: #FFF;
        }
