/********* LAYOUT ***********/
html, body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

a, a:hover, a:active, a:focus{
    outline: 0;
}

body{
    overflow-y: scroll;
    background:#F0EDE8; 
}

#container{
    
    position: relative;
    min-height: 85%;
    /*padding: 0;*/
    background:#f0ede8; 
}

.container{
    width: 990px;
}

.header-container{
    background: #fff;
    position: relative;
    min-width: 990px;
}

#header{
    /*overflow: hidden;*/
}

#logo{
    position: absolute;
    top:-50px;
}

#change-language{
    padding: 15px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    font-size: 11px;
    padding-right: 0;
}

#main-menu{
    min-height: 30px;
    position: relative;
}

#main-menu a{
     background-color: transparent;
}

#main-menu > li {
    padding-right: 20px;
    position:relative;

}

#main-menu > li > a{
    padding: 0 5px;      
    text-transform: uppercase;    
    height:35px;
    line-height:35px;
}


#main-menu  li:hover > a:after {
    content: "";
    border-bottom: 1px solid #c60c31;
    position:absolute;
    top:26px;
    left:0;
    right:0;
}

#main-menu  li.active > a:after {
    content: "";
    border-bottom: 1px solid #c60c31;
    position:absolute;
    top:26px;
    left:0;
    right:0;
    
}

ul.size-submenu li.active > a:after, ul.size-submenu li:hover > a:after {
    border: none !important;
    
}

#main-menu li:hover > a {
    color:#333;
    background-color: transparent;
}

#main-menu li.active > a {
    color:#FFF;
    background-color: #c60c31;
}

#main-menu li.disabled > a {
    color:#777;
}



#main-menu li:hover ul, #main-menu li.active ul  {
    visibility:visible;
}

/*Sub - menu*/

#main-menu ul:not(.size-submenu){
    z-index:102;
    position:absolute;
    top:35px;
    min-width:350px;
    left:0;
    visibility:hidden;
    list-style-type:none;
    margin: 0;
    padding: 0;
   /* margin:0 0 0 -80px;*/

    /*padding:0 45px;  */
}

#main-menu li:nth-last-child(2) ul{
    min-width: 280px !important;
} 


#main-menu li:last-child > ul:not(.size-submenu) {
    margin:0 0 0 -130px;
}

#main-menu > li > ul > li > a{
    /*
        padding: 0 15px 10px 15px;
        margin:0;
    */
    padding: 0 5px 10px 5px;
    margin-right: 20px;
    height: 35px;
    line-height:35px;
    font-size: 13px;
    text-transform: uppercase;
    color: #F0EDE8 !important;
}


#submenu-area{
    height: 35px;
    /*background: rgba(222, 219, 213, .9);*/
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.my-nvar{
    background: none !important;
    border: none !important;
    margin: 0;
    min-height: 0;
}

.main-nvar{
    height: 70px;
    width: 960px;
    margin: 0 auto;
}

.search-form{
    width: 300px;
}

.navbar-form.navbar-right:last-child {
margin-right: 0 !important;
}

#content{
    padding-bottom: 120px;
    float: left;
    margin: 0 auto;
    width: 100%;
    min-height: 600px;
    color:#777;
}

#footer{
    height: 100px;
    width: 100%;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    color:#322727;
    
}

#footer label{
    font-weight: 300 !important;
}

.inside-footer{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #726a6a; 
    position: relative;
    margin-top: 22px;
}

.other-footer-text-div{
    position: absolute;
    right: 0;
    font-size: 15px;
    text-transform: uppercase;
    top: 10px;
    font-family: 'Libre Baskerville';
}

.social-media-div{
    top: 0;
    left: 0;
    position: absolute;
}

.social-media-div label{
    clear: both;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 10px 10px 5px;
    text-transform: uppercase;
    font-family: 'Libre Baskerville';
}

.social-media-div ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    clear: both;
}

.social-media-div ul li{
    display: inline-block;
    padding: 0 10px;
}

/*footer menu*/
.privacy{
    color: #322727;
    float: right;
    margin-top: 40px;
    font-size: 12px;
}

.privacy:hover, .privacy.active{
    text-decoration: none;
    border-bottom: 1px solid #c60c31;
    color: #322727;
}



/***** GENERAL *****/

textarea{
    resize: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float:none;
}

.col-xs-4{
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: 0;
}

.padding-none{
    padding: 0 !important;
}

.padding-bottom-none{
    padding-bottom: 0 !important;
}

.all-width{
    width: 100% !important;
}

.center-block{
    float: none;
}

.margin-none{
    margin: 0 !important;
}
    
.carousel-indicators li{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.carousel-indicators li.active{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.defaul-conten-page-div{
    padding-top: 20px;
    width: 660px;
    position: relative;
    float: left;
    margin: 0 150px;
}

.h3_subtitle, .h4_subtitle{
    color: #777777;
    font-weight: 400;
    margin-bottom: 20px;
}

.content-ul li{
    margin: 10px 0;
}


.has-error .form-control {
    border-color: #A94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

label.error {
    color: #A94442;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 0 2px;
    padding: 0 !important;
}

#ajax-loader-div{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #D4D4D4;
    left: 45%;
    top: 45%;
    padding: 15px 15px 15px;
    position: fixed;
    text-align: center;
    width: 200px;
    display: none;
    z-index: 99999;
}

#ajax-loader-div i{
    display: block;
    clear: both;
}

#ajax-loader-div label{
    margin: 0;
    float: none;
    font-size: 12px;
}

.page-title-wrapper{
    clear: both;
    width: 100%;
    float: left;
}

h3.page-title{
    color: #777777;
    float: left;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
}

h3.page-title.not-capitalize{
    text-transform: none;
}


h3.page-title:after {
    color: #c60c31;
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 10px;
}

.default-page-wrapper{
    float: left;
    margin: 0 150px;
    padding-top: 20px;
    position: relative;
    width: 660px;
    border-bottom: 1px solid #c60c31; 
    padding-bottom: 50px;
}

.border-none{
    border:none;
}

/***** HOME ******/

#slider-wrapper{
   margin-top: -35px;
}

.selected img {
    opacity:0.5;
}

#slide-thumbs{
    overflow: hidden;
    visibility: hidden;
}

#slide-thumbs ul.bxslider li{
    padding: 0;
    float: left;
    cursor: pointer;
    margin:0 6px 0 0; 
}



#slide-thumbs a{
    color : #fff;
}

#slide-thumbs .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.3);
    padding: 7px;
    text-transform: uppercase;
    font-family: 'Libre Baskerville';
        
}

#slide-thumbs .caption h2{
    font-size: 32px;
    margin: 0;
    font-weight: 300;
    font-family: 'Libre Baskerville';
}

#slide-thumbs .caption h3{
    font-size: 18px;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-family: 'Libre Baskerville';
}
    
.bx-wrapper .bx-viewport {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    left: 0 !important;
}

#slider-wrapper .row{
    margin-bottom: 6px;
}

#mainSlide{
    position: relative;
    
}

#mainSlide .carousel-caption h1, #mainSlide .carousel-caption h2, #mainSlide .carousel-caption h3, #mainSlide .carousel-caption h4{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#mainSlide .carousel-indicators{
    margin: 0;
    left: 20px;
    text-align: left;
}

div.bx-controls-direction a{
    color: #fff;
    font-size: 20px;
    text-indent:0 !important;
    height: 180px !important;
    line-height: 180px !important;
    margin-top: 0 !important;
    top: 0 !important;
    width: 50px !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   background: none !important;

}

#towel-details-slide div.bx-controls-direction a{
    height: 135px !important;
    line-height: 135px !important;

}

div.bx-controls-direction a.bx-next{
    left: auto;
    right: 0;
}

div.bx-controls-direction a.bx-prev{
    right: auto;
    left: 0;
}

.history-label{
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'IM Fell Double Pica SC', serif;
    text-transform: capitalize;
}

.history-description{
    margin-top: 30px;
    text-align: center;
    color: #6c665a;
    font-size: 19px;
    font-family: 'IM Fell Double Pica SC', serif;
}

.two-line{
    border-bottom: 2px solid #6c665a;
    border-top: 2px solid #6c665a;
    height: 10px;
    margin-top: 20px;
    padding: 0;
    background: none;
}

.text-betewn-two-line{
    font-size: 36px;
    text-align: center;
    color:#6c665a;
    border: 0;
    background: none;
    padding: 0;
}

.history-img-container{
    text-align: center;
    position: relative;
}

.history-img-container img{
    margin-top: 15px;
    position: relative;
    z-index: 0;
}

.history-img-container img:nth-child(2){
    z-index: 1;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -115px;
}

.history-img-container img:first-child{
    float: left;
}

.history-img-container img:last-child{
    float: right;
}

#history-home{
    width: 54%;
    float: left;
    position: relative;
    left: 23%;
    right: 23%;
}

#history-home a:hover{
    text-decoration: none;
}


.main-slide-caption-1, .main-slide-caption-2{
    color: #fff;/*#5C3F0F;*/
}

.main-slide-caption-1 h1{
    margin: 0;
    font-size: 70px;
}

.main-slide-caption-1 h1:first-child{
    font-weight: 300;
}

.main-slide-caption-2{
    left: 10%;
    padding-bottom: 0;
    right: 20px;
    text-align: right;
}

.main-slide-caption-2 h1, .main-slide-caption-2 h3{
    margin: 0;
}

.main-slide-caption-2 h1.title{
    font-size: 70px;
}

.main-slide-caption-1 h2, .main-slide-caption-2 h2.sub-title{
    font-size: 40px;
    font-weight: 300;
}

.main-slide-caption-2 h3{
    font-size: 40px;
}

.main-slide-caption-3{
    color: #fff;
    left: 40px;
    padding-top: 0;
    right: auto;
    text-align: right;
    top: 40px;
}

.main-slide-caption-3 h1, .main-slide-caption-3 h3{
    margin: 0;
    font-family: 'Libre Baskerville';
}

.main-slide-caption-3 h1{
    font-size: 70px;
    line-height: 60px;
}

.main-slide-caption-3 h3{
    font-size: 40px;
    line-height: 35px;
}

.carousel-caption {
    left: 10%;
    right: 10%;
}

/*****************   PRODUCTS ***********************/
#towels-wrapper{
    padding-top: 5px;
    overflow: hidden;
}

#towels-wrapper .row{
    margin: 0 0 5px;
    padding: 20px 0;
    
}

#towels-wrapper .row:first-child{
    padding: 0 0 20px 0;
    
}


.product-column{
    position: relative;
}

#towels-wrapper .row .product-column{
    padding: 0;
}

.product-image{
    width: 250px;
    float: left;
    height: 170px;
}

.product-description{
    padding: 10px 10px 0 10px;
    width: 230px;
    float: left;
}


.product-column:hover{
    cursor: pointer;
    background: rgba(198, 12, 49, .9);
    color: #fff ;
    z-index: 100;
    position: relative;
}



.product-column .product-image {
    background:#8E272E;        
}

.product-column:hover h3, .product-column:hover p, .product-column:hover h4, .product-column:hover label {
    color:#fff;
}

.product-column:hover h3:after {
    background: url('../../img/resource/after_line_title_white.png') no-repeat center;
}

.product-column:hover .diamond-span {
    background: url('../../img/resource/diamond_white.png') no-repeat center;
}

.product-column:hover .product-image img {
    opacity:.5;
}



.product-description h4{
    color : #777;
    text-transform: capitalize;
    margin: 0;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 600;
}

.product-description .product-description-row{
    margin-bottom: 5px;
    overflow: hidden;
}

.product-description .product-description-row:last-child{
    margin: 0;
}

.product-description-row label{
    margin: 0;
    color: #777;
    float: left;
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.product-description h3:after{
    color: #FF0013;
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 10px;
    
}

#towels-wrapper .pagination>.active>a, #towels-wrapper .pagination>.active>span, #towels-wrapper>.pagination>.active>a:hover, #towels-wrapper .pagination>.active>span:hover, #towels-wrapper .pagination>.active>a:focus, #towels-wrapper .pagination>.active>span:focus {
    background-color: #c60c31;
    border-color: #c60c31;
}

#towels-wrapper .pagination>li>a, .pagination>li>span {
padding: 4px 8px;
color:#c60c31;
background: transparent;
}





.product-description p{
    margin: 0;
    font-size: 11px;
    clear: both;
    color: #777;
}

.not_items_label{
    width: 100%;
    height: 200px;
    line-height: 220px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

/******* PRODUCTS DETAILS *************/

.towels-details{
    padding-top: 25px;
    position: relative;
    float: left;
    width: 100%;
}

.towels-details .left-side{
    width: 390px;
    float:left;
    padding-left: 20px;
}

.towels-details .left-side p{
    clear: both;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.towels-details .left-side .towel-colors-box{
    width: 64px;
    height: 64px;
}

.towels-details .left-side .diamond-span{
    background: url('../../img/resource/towel_details_diamond.png') no-repeat center;
    width: 18px;
    height: 14px;
}

.towels-details .left-side .diamond-wrapper{
    margin: 0;
    margin-top: 5px;
}

.towels-details .left-side h4{
    color : #777;
    position: relative;
    float: left;
    text-transform: capitalize;
    margin: 0 0 5px ;
}

.towels-details .left-side table{
    width: 350px;
    margin-bottom: 35px;
}

.towels-details .left-side table th{
    width: 33%;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.towels-details .left-side table th:first-child{
    width: 25%;
}

.towels-details .left-side table td{
    text-transform: capitalize;
    line-height: 1.5;
}

.towels-details .left-side h4:after {
    color: #FF0013;
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 6px;
}


.line-details-title:after {
    color: #FF0013;
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 10px;
}

.towels-details .right-side{
    width: 550px;
    float:left;
}



#towel-details-slide{
    width: 100%;
    margin-bottom: 7px;
    margin-top: 0;
}


#towel-details-slide .carousel-control{
    background: none;
    top: 30%;
    bottom: 70%;
    width: 60px;
}

#towel-details-slide .carousel-control.right{
    right: 10px;
}

#towel-details-slide .carousel-control.left{
    left: 10px;
}

#towel-details-slide .carousel-control.right > span{
    background: url('../../img/resource/line_details_right_arrow.png') no-repeat center;
    height: 60px;
    width: 60px;
    display: inline-block;
}

#towel-details-slide .carousel-control.left > span{
    background: url('../../img/resource/line_details_left_arrow.png') no-repeat center;
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-radius: 60px;
    
}

.line-details-title{
    color: #777777;
    float: left;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    
}



hr{
    width: 100%;
    height: 1px;
    background: #FF0013;
    margin: 0;
    clear: both;
}

.line-details-description{
    margin-bottom: 30px;
    margin-top: 0;
    clear: both;
}

table{
    clear: both;
}

.towels-line-details > .table{
    margin-top: 35px;
}

.table.without_border tr, .table.without_border td, .table.without_border th{
    border: none;
}

table.table > thead > tr > th  {
    text-transform: capitalize;
}



.btn-back{
    background: url('../../img/resource/circle.png') no-repeat center;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #d5d5d5;
    border-radius: 55px;

}

.towels-line-details .btn-back{
    position: absolute;
    bottom: 0;
    right: -70px;
}

#slides_count{
    float: right;
    font-size: 12px;
    font-weight: 700;
}

.towel-colors-box{
    margin-right: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #C1C1C1;
    margin-top: 4px;
}

.color_thumbnail {cursor:pointer; border: 1px solid #c1c1c1; margin: 5px; display: inline-block;}

.color_thumbnail.small {width:19px; height:19px;}
.color_thumbnail.medium {width:28px; height:28px;}
.color_thumbnail.big {width:36px; height:36px;}

.big_img {width: 250px; height: 250px; position: absolute; z-index: 3000; border: 1px solid #ddd;}

.size-separator{
    padding: 0 2px;
    font-size: 10px;
}

/***************************************************/

/********* PRODUCTS - COLLECTIONS */

#towels-line .row{
    margin: 0 0 5px;
    padding: 20px 0;
    
}

#towels-line .row:first-child{
    padding: 0 0 20px 0;
    
}

#towels-line  .row .line-column {
padding: 0;
}


.line-column {
    position: relative;
}

#towels-line .diamond-span{
    background: url('../../img/resource/diamond.png') no-repeat center;
    width: 14px;
    height: 12px;
    float: left;
    margin-right: 1px;
}

#towels-line .diamond-wrapper{
    float: left;
    margin: 0;
    margin-top: 28px;
    margin-left: 30px;
}

#towels-line .line-column:hover .diamond-span {
    background: url('../../img/resource/diamond_white.png') no-repeat center;
}

.line-image{
    width: 250px;
    float: left;
    height: 170px;
}

.line-description{
    padding: 5px 10px;
    width: 230px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.line-column:hover{
    cursor: pointer;
    background: rgba(198, 12, 49, .9);
    color: #fff ;
    z-index: 100;
    position: relative;
}



.line-column .line-image {
    background:#8E272E;        
}

.line-column:hover h3, .line-column:hover p, .line-column:hover h3:after {
    color:#fff;
}

.line-column:hover .line-image img {
    opacity:.5;
}

.line-column:hover h3:after{
    background: url('../../img/resource/after_line_title_white.png') no-repeat center;
}

.line-description h3{
    color : #777;
    font-weight: 400;
    position: relative;
    float: left;
    text-transform: capitalize;
}

.line-description h3:after{
    color: #FF0013;
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 10px;
    
}



.line-description p{
    margin: 0 0 10px;
    font-size: 11px;
    clear: both;
    color: #777;
}





/************************************/

/****** LINE DETAILS *******/



.towels-line-details{
    padding-top: 25px;
    position: relative;
    float: left;
    width: 100%;
}
.towels-line-details .right-side{
    width: 550px;
    float:left;
}

.towels-line-details .left-side{
    width: 390px;
    float:left;
    padding-right: 15px;
    padding-left: 5px;
}

.towels-line-details .left-side h4{
    color : #777;
    position: relative;
    float: left;
    text-transform: capitalize;
    margin: 0 0 5px ;
}

.towels-line-details .left-side h4:after {
    color: #FF0013;
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 6px;
}

.towels-line-details .left-side p{
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}
/*************************/

/*********** TOWELSIZE *******/

.towelsize-details{
    padding: 25px 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.towelsize-details h4, .towelsize-details h3{
    color : #777;
    position: relative;
    float: left;
    text-transform: capitalize;
    margin: 0 0 25px 65px;
}

.towelsize-details  h4:after,  .towelsize-details  h3:after{
    color: #FF0013;
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 10px;
}

.towelsize-details .bx-prev{
    left: -70px !important;
    top:55px !important;
    background: url('../../img/resource/line_details_left_arrow.png') no-repeat center !important;
    height: 60px !important;
    width: 60px !important;
    
}

.towelsize-details .bx-next  {
    right: -70px !important;
    top:55px !important;
    background: url('../../img/resource/line_details_right_arrow.png') no-repeat center !important;
    height: 60px !important;
    width: 60px !important;
}

.towelsize-details .bx-prev:hover, .towelsize-details .bx-prev:focus, .towelsize-details .bx-next:hover, .towelsize-details .bx-next:focus {
color: #fff !important;
text-decoration: none;
outline: 0;
opacity: .6;
filter: alpha(opacity=60);
}


/************************/




/**** HISTORY PAGE ******/

.history-img-ul-content{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 4px;
    float: left;
}

.history-img-ul-content > li {
    margin: 0 2px;
    padding: 0;
    float: left;
}

.history-img-ul-content > li:first-child{
    margin-right: 2px;
    margin-left: 0;
}

.history-img-ul-content > li:last-child{
    margin-right: 0;
    margin-left: 2px;
}

.history-content-img-div{
    background: none repeat scroll 0 0 #DEDBD5;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 1px 0;
    width: 100%;
    float: left;
}

.history-content-img-div > .defaul-conten-page-div{
    padding: 19px 0;
    min-height: 500px; 
    border-bottom: 1px solid #FF0013; 
}

/*******  STORES ******/

.stores-row{
    float: left;
    text-transform: uppercase;
    clear: both;
    width: 100%;
    margin-bottom: 25px;
}


.stores-row .branches-column p{
    clear: both;
    font-size: 11px;
}

.stores-row .branches-column h3{
    color: #777777;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}

.stores-row > div.branches-column:nth-child(1)  h3{
    float: left;
}

.stores-row > div.branches-column:nth-child(1) h3:after {
    content: "";
    position: absolute;
    left: -20px;
    background: url('../../img/resource/before_arrow_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 2px;
}

.stores-row > div.branches-column:nth-child(2) h3{
    float: right;
}

.stores-row > div.branches-column:nth-child(2){
    text-align: right;
}

.stores-row > div.branches-column:nth-child(2) h3:after {
    content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 2px;
}

/*********** DISTRIBUTORS AND STORES ******/

#stores-div{
    text-transform: capitalize;
    margin-top: 15px;
}

#stores-div > div.col-xs-6 >  span.zona-title{
    font-size: 15px;
    color: #777777;
    font-weight: 700;
    float: left;
    margin-bottom: 20px;
}

#stores-div > div.col-xs-6.right-side > span.zona-title{
    width: 100%;
}

#stores-div > div.col-xs-6.right-side {
    text-align: right;
}

#stores-div div.stores-column h3{
    color: #777777;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 13px;
    clear: both;
    
}

#stores-div div.stores-column p{
    clear: both;
    font-size: 11px;
}

#stores-div div.col-xs-6.left-side div.stores-column h3{
    float: left;
}

#stores-div div.col-xs-6.right-side div.stores-column h3{
    float: right;
}


#stores-div div.col-xs-6.left-side div.stores-column h3:after {
    content: "";
    position: absolute;
    left: -20px;
    background: url('../../img/resource/before_arrow_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 2px;
}

#stores-div div.col-xs-6.right-side div.stores-column h3:after{
     content: "";
    position: absolute;
    right: -20px;
    background: url('../../img/resource/after_line_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 2px;
}

.stores-column{
    margin-bottom: 35px;
}

/**************** CONTACT US **********/

.row-contact-us-wrapper{
    overflow: hidden;
    margin-bottom: 40px;
    color: #a29e97;
}

.row-contact-us-wrapper > p{
    clear: both;
    margin-bottom: 5px;
}

.row-contact-us-wrapper > p > span{
    text-transform: uppercase;
    font-weight: 700;


}

.defaul-conten-page-div.contact-us{
    width: 820px;
    margin: 0 70px;
    padding: 0 15px 50px 15px;
}

#msg-space{
    width: 100%;
    float: left;
    min-height: 80px;
    padding: 10px 0;
    text-align: center;
}

#msg-space .alert{
    margin-bottom: 0;
}


.contact-us-form-wrap{
    min-height: 375px;
    padding: 15px;
    background: #fffefb;
    float: right;
}

.contact-us-form-wrap .btn{
    float: right;
    color:#c60c31;
}

.diamond-span{
    background: url('../../img/resource/diamond.png') no-repeat center;
    width: 12px;
    height: 9px;
    float: left;
    margin-right: 1px;
}

.diamond-wrapper{
    float: left;
    margin: 0;
    margin-top: 4px;
    margin-left: 15px;
}

#products_form{
    position: absolute;
    z-index: 999;
    top: -30px;
    left: 157px;
    display: none;
}

#products_form select{
    height: 25px;
    text-transform: uppercase;
    min-width: 200px;
}

#products_form select option:hover{
    text-decoration: underline;
}

#products_form  .form-group {
    margin-right: 15px;
}

#product-search-panel{
    /*position: absolute;
    z-index: 999;
    top: -29px;
    left: 198px;*/
    
    z-index: 999;
    padding: 40px 40px 40px 0;
    
}

#product-search-panel button{
    height: 21px;
}

#product-search-panel button.first{
    min-width: 150px;
    text-align: left;
    padding-left: 10px;
}

#product-search-panel .btn-group {
    margin-right: 10px;
    text-transform: capitalize;
        
}

#product-search-panel button{
    text-transform: capitalize;
}

#product-search-panel .dropdown-menu>li>a {
    font-size: 12px;
    line-height: 1.5;
}

/****** CLIENTS PAGE  *****/


#clients-wrapper .page-title-wrapper{
    padding-left: 60px;
    padding-top: 20px;
}

.clients-wrapper .page-title-wrapper{
    padding-left: 60px;
    padding-top: 20px;
}



#clients-wrapper >.row > .client-left-column .col-xs-12 {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0;
    padding: 10px 0;
}
#clients-wrapper > .row > .client-left-column .col-xs-12:last-of-type{
    border: none !important;
}

#clients-wrapper > .row > .client-left-column:first-child h4{
    font-size: 16px;
    position: relative;
    margin-left: 80px;
}


#clients-wrapper > .row > .client-left-column:first-child{
    font-size: 12px;
}

#clients-wrapper > .row > .client-left-column:first-child h4:after{
    content: "";
    position: absolute;
    left: -20px;
    background: url('../../img/resource/before_arrow_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 5px;
}


#clients-wrapper > .row > .client-right-column{
    float: right;
    margin-right: 20px;
}

#clients-wrapper > .row > .client-right-column .col-xs-12{
    margin-bottom: 20px;
}


#clients-wrapper .logo-wrapper{
    width: 215px;
    height: 80px;
    background: #bcbcbc;
    color: #333;
    margin: 15px 0;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
}





/****** CLIENTS PAGE OLD *****/

/*
#clients-wrapper .page-title-wrapper{
    padding-left: 60px;
    padding-top: 20px;
}

.clients-wrapper .page-title-wrapper{
    padding-left: 60px;
    padding-top: 20px;
}

#clients-wrapper > .row > .col-xs-6:first-child{
    padding-left: 60px;
}

#clients-wrapper >.row{
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0;
    padding: 10px 0;
}
#clients-wrapper > .row:last-of-type{
    border: none !important;
}

#clients-wrapper > .row > .col-xs-6:first-child h4{
    font-size: 16px;
    position: relative;
    margin-top: 0;
}

#clients-wrapper > .row > .col-xs-6:first-child address{
    margin: 0;
}

#clients-wrapper > .row > .col-xs-6:first-child{
    font-size: 12px;
}

#clients-wrapper > .row > .col-xs-6:first-child h4:after{
    content: "";
    position: absolute;
    left: -20px;
    background: url('../../img/resource/before_arrow_title.png') no-repeat center;
    width: 6px;
    height: 10px;
    top: 5px;
}

#clients-wrapper .logo-wrapper{
    width: 215px;
    height: 80px;
    background: #bcbcbc;
    color: #333;
    margin: 15px 0;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
}

#clients-wrapper > .row > .col-xs-6:first-child strong{
    float: left;
    clear: both;
}

#clients-wrapper > .row > .col-xs-6:first-child .store-element{
    float: left;
    padding-left: 10px;
    width: auto;
}

#clients-wrapper > .row > .col-xs-6:first-child .store-element span{
    float: left;
    clear:both;
}*/