@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@media (min-width: 992px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
   }
}
body {
    font-family: 'Open Sans', sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #525252;
}
.socialHeader {
    position: relative;
    display: block;
    background-color: #ffffff;
 
    color: #a9a9a9 !important;
    border-bottom: 1px solid #a9a9a9;
    width: 100%;
}
.socialMedia {
    padding: 0px;
}
.socialMsg {
    font-style: italic;
}
.socialHeader{
    font-size: 12px !important; 
    margin-top: 2px;
   
}
@media (min-width: 768px) {
   .socialHeader{
        max-height:24px;
   }
}
@media (max-width: 768px) {
   .contact .pull-right{
        float: left !important;
       
        
   }
   .socialMedia{
    margin-left: 15px;
   }
}

.socialHeader a {
    color: #a9a9a9 !important;
}
.socialHeader a:hover {
    color: #a9a9a9 !important;
    opacity: 0.7;
}
.ul-horz {
    display: inline !important;
    padding-left: 0px !important;
}
.ul-horz li {
    display: inline;
}
.socialMenu li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #a9a9a9;
}
.socialMenu li.last-child {
    border-right: 0px solid #a9a9a9;
}
.contactMenu li {
    padding-left: 0.3em;
    padding-right: 0.3em;
}
.contact {
    margin: 0px;
}
.contactMenu li.last-child {
    padding-left: 0.5em;
    padding-right: 0 !important;
}
.navbar {
	position: absolute;
	width: 100%;
	top:24px;
    border-radius: 0px;
    border: 0px solid #ffffff !important;
    margin-bottom: 0px !important;
    padding-top: 5px;
  /*   opacity: 0.95; */
    
   
}
@media (max-width: 768px) {
  .navbar {
	top:42px;
   
   
}
}
.navbar-inverse {
	z-index: 999999;
}

.navbar-brand {
    padding-top: 8px;
    padding: 0px !important; 
    height: auto !important;
}
@media (max-width: 768px) {
 	.navbar-brand{
	 	padding-top: 6px !important;
	 	padding-left: 14px !important; 
 	}
}
.home-nav {
    font-size: 1.8em;
}
.active-nav {} .navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
}
.active-nav {
    color: #af8259 !important;
}

.active-nav: after {
    content: "";
    border-color: #af8259 transparent transparent transparent;
    border-style: solid;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    left: 26px
}
.text-nav {
    font-size: 12px;
    margin-top: 2px;
}
.nav-span {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.3em;
    padding-right: 0.35em;
}
.nav-span:hover {
    color: #af8259 !important;
}
.home-nav-span {
    display: block;
    margin-top: -7px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.text-nav .nav-span {
    display: block;
    width: 100%;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.3em;
    padding-right: 0.35em;
}
.text-nav .active-nav {
    padding-top: 0.4em;
    padding-bottom: 0.1em;
    padding-left: 0.3em;
    padding-right: 0.35em;
 
    z-index: 100;
}
.text-nav .active-nav: after {
    content: "";
    border-color: #af8259 transparent transparent transparent;
    border-style: solid;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    left: 40%;
}
@media (max-width: 768px) {
    .text-nav .active-nav: after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -2px;
        left: 20px;
   }
}
.bannerNav {
    position: absolute;
    bottom: -35px;
    background-color: #af8259;
    height: 35px;
    width: 100%;
    left: 15px;
    padding-right: 0px;
    margin-right: 0px !important;
}
.carousel-indicators {
    z-index: 9999;
    left: 50%;
    bottom: -42px;
}
.myCarousel {
    overflow: hidden !important;
}
#myCarousel{
	margin-top: 47px;
}
.slide-caption {
    position: relative;
    float: right;
    
    width: 200px;
    color: #ffffff;
    
}

@media (max-width: 992px) {
    .slide-caption {
        position: relative;
        float: left;
        left: 75%;
        width: 200px;
        color: #ffffff;
        margin-top: 7px;
   }
}
@media (max-width: 768px) {
    .slide-caption {
        position: relative;
        float: left;
        left: 30%;
        width: 200px;
        color: #ffffff;
        margin-top: 0px;
   }
}
.slide-caption a {
    position: relative;
    display: inline;
    float: right;
    top: -45px;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 8px;

}
.slide-caption h4 {
	
	font-size: 1.35em;
	
} 
.slide-caption h5 {}
.homeSub {
    position: relative;
    top: 90px;
}

.foldSectionTitle{
    padding-left: 0px;
}
.newsHomeImg {
    border: 1px solid gray;
}
.featureNews div {
    padding-left: 0px;
    /*margin-top: 10px;*/  
}
.newsDateList{
    position: absolute;
    top:44%;
    left: 22%;
    color: #af8259;
    font-weight: 700;
    font-size: 1.2em;
}
.csrDateList{
    position: absolute;
    top:44%;
    left: 12%;
    color: #af8259;
    font-weight: 700;
    font-size: 1.2em;
}
.homeNewsTitle{
    text-transform: uppercase;
    color: #af8259;
}
.homeNewsDescription{
    color: #525252;
}
.featureBrand {
    margin-top: 10px;
}
.newsDetail{
    margin-top: 6px;
}
.newsDate {
    padding: 5px;
    background-color: #af8259;
    border: 1px solid #af8259;
    border-radius: 4px;
    color: #ffffff;
    padding-left: 6px !important;
}
@media (min-width: 1200px) {
    .brandImage {
        max-height: 254px;
   }
}
@media (max-width: 1200px) {
    .brandImage {
        max-height: 205px;
   }
}
.productSub {
    position: relative;
    top: 60px;
}
.productSubContent {
    position: relative;
    top: 120px;
}
.productSub h3 {
    width: 230px;
    margin: auto;
    color: #af8259;
    font-size: 20px;
    padding-bottom: 6px;
    padding-left: 15px;
    border-bottom: 1px dotted #af8259;
}
.productItem {
    margin-bottom: 40px;
}
.productContentInfo {

    border-top: 1px solid #af8259;
    border-bottom: 1px solid #af8259;
    color: #a9a6a6;
}
.productContentInfo h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productContentInfo p {
    font-size: 10px;
}
.productCover{
    border:1px solid #e3e3e3;
}
.categoryTitle {
    color: #af8259;
    font-weight: 700;
}
.beautyHome {
    position: relative;
    top: 145px;
    margin-bottom: 100px;
}
.beautyHomeTitle {
    margin-top: 85px;
    padding-left: 40px;
    font-weight: 700;
    color: #af8259;
}
.beautyContent{
    font-weight: 700;
    font-size: 18px;
}
.beautyHomeContent {
    margin-top: 65px;
    padding-left: 40px;
    
    color: #a9a6a6;
    height: 64px;
    padding-top: 24px;
    font-size: 12px;
}
.beautyHomeImage{
        padding-left: 40px;
}
.beautyDate {
    color: #af8259;
}
.beatyReadMore {
    padding-left: 0.6em;
    color: #af8259;
}
.beautyHomeContent: before {
    -ms-transform: rotate(90deg);
    /* IE 9 */

-webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */

transform: rotate(180deg);
    content: "";
    border-color: #372f33 transparent transparent transparent;
    border-style: solid;
    border-width: 32px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -0px;
    left: -64px;
}
footer {
    position: relative;
    left: 0px;
    bottom: -100px;
    height: 30px;
    width: 100%;
    border-top: 1px solid #ebeaeb !important;
}
.copyright {
    color: #af8259;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 18px;
    padding-bottom: 10px;
}
.copyright img{
    position: relative;
    top:-2px;
}
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}
.jcarousel-wrapper .photo-credits a {
    color: #fff;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
}
/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {
   
    
    width: 30px;
    height: 30px;
    text-align: center;
    background: #af8259;
    color: #fff;
    padding-top: 9px;
    font: 12px/12px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 2px #af8259;
    -moz-box-shadow: 0 0 2px #af8259;
    box-shadow: 0 0 2px #af8259;
    display: inline-block;
}
a:hover, a:focus{
	color: #ffffff !important;
	text-decoration: none;
}
.jcarousel-control-prev {
    left: 5%;
    top: 55%;

}
.jcarousel-control-next {
    left: 5%;
}
.jcarousel-control-prev: hover span, .jcarousel-control-next: hover span {
    display: block;
}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
/** Carousel Pagination **/



.jcarouselProduct-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
.jcarouselProduct-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}
.jcarouselProduct-wrapper .photo-credits a {
    color: #fff;
}
/** Carousel **/

.jcarouselProduct {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.jcarouselProduct ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarouselProduct li {
    float: left;
}
/** Carousel Controls **/

.jcarouselProduct-control-prev, .jcarouselProduct-control-next {
   position: absolute;
    top: 35%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #af8259;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #ffffff;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 2px #af8259;
    -moz-box-shadow: 0 0 2px #af8259;
    box-shadow: 0 0 2px #af8259;
    display: block;
}
a:hover, a:focus{
	color: #ffffff !important;
	text-decoration: none;
}
.jcarouselProduct-control-prev {
    left: 5%;
    top: 55%;

}
.jcarouselProduct-control-next {
    left: 5%;
}
.jcarouselProduct-control-prev: hover span, .jcarouselProduct-control-next: hover span {
    display: block;
}
.jcarouselProduct-control-prev.inactive, .jcarouselProduct-control-next.inactive {
    opacity: .5;
    cursor: default;
}
/** Carousel Pagination **/


.jcarouselProduct-pagination {
    position: absolute;
    top: -10px;
    left: 75%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    z-index: 2000;
}

.jcarouselProduct-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarouselProduct-pagination a.active {
    background: #af8259;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.headerBanner{
	position: relative;
	margin-top: 47px;
    height: 250px;
    background-color: gray;

}
.headerTitle{
    position: relative;
    height: 35px;
    background-color: #af8259;
}
.headerText{
    position: relative;
    color: #fff; /* text color */
    font-family: "OpenSans", sans-serif;
    font-size: 25px;
    padding-top: 1px;
    
}
.productCategories{
   
}
.productContainer{
    padding-left: 0px;
    
}
.productCategories ul {

    padding-left: 0px !important;
}
.productCategories ul li {

    display: block;
    list-style: none;
    margin-top: 15px;
    font-weight: 400;
}
.productCategories ul li a {


    color: #b2aeae;

}
.productCategories ul li a:hover {

    color: #af8259 !important;

}
.productCategories ul li .active {

    color: #af8259 !important;

}
.productsFilter{
    margin-left: 0px;
    padding-left: 0px;
    height: 60px;
    border-bottom: 1px solid #b2aeae;

}
.productsFilter .btn-group{
    margin-top: 13px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.productsListing{
    padding-left: 0px;

}
.productsListing img{
    border:1px solid #b2aeae;
}
.caption{
    border-bottom: 1px solid #af8259;  
    color: #737373 !important;
}
.caption h3{
    
   
}
.caption h4{
    text-transform: uppercase;
    color: #737373 !important;
}

.caption-description{
    font-size: 11px;

}
.product-item{
   
     margin-top: 20px;
   

}
.jobList{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin-top: 50px;  

}
.panel{
    border:0px !important;
    border-bottom: 1px solid #af8259 !important;
    border-radius:0px !important;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}
.panel-body {
border-top: 0px solid #ddd !important;
}
.panel a{
    color: #b2aeae !important;
    text-decoration: none;
}
.panel a:hover, a:focus {
    color: #b2aeae !important;
    text-decoration: none;
}
.form-group{
    margin-top: 10px;
}
.form-control{
    background-color: #e3e3e3 !important;
}
#MessagePurpose{
	color: #a0a0a0
}
.NFI-wrapper {
    margin-top: 3px;
    height: 48px !important;
    
}
.NFI-filename {
    height: 24px !important;
}
.NFI-button {
    background-color: #af8259;
    color: #ffffff;
    height: 23px !important;
    padding: 1px;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 8px;
}
.btn-signin{
  background-color: #af8259;
  border-color: #af8259;
  color: #ffffff;
}
.contactPage{

    margin-top: 20px;

}
.contactPage h4{
    color:  #af8259;

}
.contactSmallTitle {
    color:  #af8259;
}
.addressContact{
    color:#737373;
}
.contact-info{
    margin-top: 40px;
}
.pagination {
    padding-top: 5px;
   
}
.pagination a {
     color: #e3e3e3 !important;
}
.pagination .current{
     color:  #af8259 !important;
}
.brandList .active a{
    background-color: #af8259 !important;
}
.brandList li a:hover{
    color:#000000 !important;
}
.dropdown-menu>li>a:hover
{
	color:#000000 !important;
}
.readmore a{

    color: #af8259;

}
.readmore a:hover{

    color: #af8259 !important;
    opacity: 0.7;

}
.entryLink{
    color: #333 !important;
}
.entryLink:hover{
    color: #333 !important;
    opacity: 0.7;
}
.entryNav{

    color: #af8259 !important;
    font-weight: 700px;
    border-bottom: 1px solid  #af8259;
    padding-bottom: 10px;

   

}
textarea:focus, input:focus{
    outline: 0;
}
.searchBar{
    border:0px solid #ffffff !important;
    border-bottom:1px solid  #e3e3e3 !important;
}
.search-list li a{
    color:#af8259 !important;

}
.search-list li a:hover{
    color:#af8259 !important;
    opacity: 0.7;
    
}
.previous{
    margin-right: 50px;
      color: #e3e3e3 !important;
    opacity: 0.6;
}
.next{
      color: #e3e3e3 !important;
      opacity: 0.7;
    
}
.next a{
      color: #af8259  !important;
      opacity: 1;
    
}

.next a :hover{
      color: #af8259  !important;
      opacity: 0.8;
    
}

.previous a{
      color: #af8259  !important;
      opacity: 1;
    
}

.previous a :hover{
      color: #af8259  !important;
      opacity: 0.8;
    
}
.back a{
     color: #af8259  !important;
      opacity: 1;
}
.back a:hover{
     color: #af8259  !important;
      opacity: 0.8;
}
.carousel-indicators li {
    background-color: #fcdfc4;
}
@media (max-width: 768px) {
   .navbar-nav{
        float: left !important;
   }
}
.panel-heading {
padding: 10px 0px;
}
.entryDetail img{

     border: 1px solid #a9a9a9;

}
.entryGallery{
    padding-left: 0px;
    padding-right: 2px;
    margin-top: 20px;
}
.share-button.sharer-0 label {
    background-color: #af8259 !important; 
}
.entryInfo h3{
    color: #a9a6a6;
    text-transform: uppercase;
}
.footmenu-list{
	display: inline;
	
	
}
.footmenu-list li{
	display: inline;
	text-decoration: none !important;
	float: left;
	margin-top: 3px;
	
}
.footmenu-list li a {
	color: #a9a9a9;
	
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 4px 15px;
}
@media all and (min-width: 100px) and (max-width: 767px){
    .homeSub{
      top: 30px !important;
    }
    .carousel-indicators{
      left: 50% !important;
    }


}