@charset  "UTF-8";

@import  "https://fonts.googleapis.com/css?family=Roboto:400,600,300";
@import  "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300";

body , html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:'Roboto';
	font-size:15px;
	width:100%;
	/*height:100%;*/
	overflow-y: auto;
	color:#000;
}

.div{
	display:inline-block;
	width:33.3333333333333333%;
	margin:auto;
	min-width:320px;
}

#black{
	background-color:#000 !important;
}

#black img{
	padding: 0px !important;
	border: 1px solid #000 !important;
}

#black .box:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    font-weight: normal !important;
}

#black .box:hover img {
    border: 1px solid #c0ac89 !important;
}

#black .box select {
    min-width:0px !important;
}

#black .box p {
    margin:0px !important;
	padding:0px !important;
}

#t_nl{
	background-color:#c0ac89 !important;
	color:#fff !important;
    width: 132px !important;
    border: 0 !important;
	border-radius: 0px !important;
	padding:9px;
}

.cursor{
	cursor:pointer
}

.form{
display:inline-block;
max-width:370px;
vertical-align:top;
width:100%;
margin:10px;
color:#fff !important;
text-align:left;
overflow:hidden;
}

@media (max-width: 501px) {
.form{
display:inline-block;
max-width:270px;
vertical-align:top;
margin:10px;
color:#fff !important;
text-align:left;
overflow:hidden;
box-sizing: border-box;
}
}

.form input[type=text] , .form textarea{
	max-width:100% !important;
	width:100% !important;
    box-sizing: border-box !important;
	border:1px solid #fff !important;
	color:#fff !important;
	background-color:transparent !important;
	border-radius: 0px !important;
	padding:15px !important;
	max-height:101px;
}


.form input[type=submit]{
	border:1px solid #fff !important;
	color:#000 !important;
	border-radius: 0px !important;
	background-color:#fff !important;
	font-weight:bold;
		padding:15px !important;
}

.map{
background-image:url(/en/images/map.jpg);
background-position:top;
background-repeat:repeat-x
}

.map-inside{
	margin:auto;
	max-width:1159px;
	padding:10px;
	background-color:#fff
}

.black{
background-color:#000000
}

.mainmenu{
 z-index:1; position:relative
}

.slogan{
background-color:#000000;
color:#fff;
}

.slogan a{
color:#fff;
}

.slogan a:hover{
color:#c0ac89;
}

.slogan img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
}
 
.slogan img:hover{
-webkit-filter: grayscale(0%) !important;
filter: grayscale(0%) !important;
}


.headerbox{
vertical-align:top;
text-align:left;
width:100%;
max-width:549px;
display:inline-block;
box-sizing: border-box;
}

.headerbox a:hover{
color:#7f7f7f !important;
}

@media (max-width: 1101px) {
.headerbox{
vertical-align:top;
text-align:center;
width:100%;
max-width:100%;
display:inline-block;
box-sizing: border-box;
}
}


.search_list select , .search_list input {
background-color:#000000;
color:#fff;
margin:10px
}

.divrep{
background-color:#A7A9AC;
}

.red{
color:red;
}

.classh1{
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,Sans-Serif;
text-align: center;
background-color: #000;
margin: 0;
color: #fff;
max-width: 1090px;
padding: 5px;
	font-size:19px;
	font-weight:100;
	text-transform:uppercase
}


/*
.classh1{
color: #000;
padding: 10px;
background-image:url(/images/title.jpg);
background-position:center;
background-repeat:repeat-x
}

.classh1 div{
border: 2px solid #000000;
display: inline-block;
padding: 10px;
background-color:#FFFFFF;
}

.classh1 span{
padding:10px;
display: block;
position:relative;
margin-top:-45px;
background-color: #fff;
}
*/

a{
	color:#000;
	text-decoration:none;
}

.sizea a{
    padding: 10px;
	display: block;
	margin:0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.qty{
	margin-top: 10px;
}

/*a:hover img{
   opacity: 0.5;
    filter: alpha(opacity=50);
}
*/
.spacer{height:33.25px;}
.spacer_top{ /*margin-top:-25px;*/}
.pdf {
    padding-left: 20px;
    background-image: url(/images/pdf_icon.png);
    background-repeat: no-repeat;
}

.welcome_home{
margin-top: -25px;
z-index: 0;
position: relative;
}


@media (max-width: 750px) {
.welcome_home{
margin-top: 0px;
z-index: 0;
position: relative;
}

}

#welcome{
background-color:#AFC7D1;
color:#FFFFFF;
padding-bottom:20px;
padding-top:20px;
    border-radius: 20px;
}
.read-more-white {
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
    text-transform: uppercase;
	display: inline-block;
    vertical-align: top;
	border:2px solid #fff;
}

.read-more-white:hover {
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
    text-transform: uppercase;
	display: inline-block;
    vertical-align: top;
	background-color:#00a78e;
	border:2px solid #00a78e;
}
#sm{color:#000; font-size: 13px;font-weight: 100;}
#sm .content{ text-align:right }

#footer{
border-top:solid 1px #000; 
color:#000;
text-align:center;
font-size:12px;
background-color:#000000;
line-height:25px;
}

#footer-inside {
    padding: auto;
    margin: auto auto 20px;
    max-width: 1100px;
    color: #fff;
    font-size: 15px;
    vertical-align: top;
}

#footer-inside h2{
padding-bottom:0;
margin-bottom:0;
}

#footer-inside a{
    color: #fff;
}

#footer-inside a:hover{
    color: #fff;
	text-decoration:underline;
}

#footer-div div {
    display: inline-block;
    vertical-align: top;
	text-align:left;
}

.footer-a{
	width:100% !important;
	 max-width:370px !important;
}
.footer-b{
	width:100% !important;
	max-width:160px !important;
}
.footer-c{
	width:100% !important;
	max-width:160px !important;
}
.footer-d{
	width:100% !important;
	max-width:160px !important;
}
.footer-e{
	width:100% !important;
	max-width:250px !important;
}
#footer strong{
font-size: 17px;
font-weight: 100;
}

#footer ul{
padding:0;
margin:0;
list-style:none
}

#footer ul li {
float:left; 
min-width:120px;
padding-right:5px;
font-weight:100
}


@media (max-width: 1101px) {

.footer-a{
	width:100% !important;
	 max-width:100% !important;
}
.footer-b{
	width:100% !important;
	 max-width:100% !important;
}
.footer-c{
	width:100% !important;
	 max-width:100% !important;
}
.footer-d{
	width:100% !important;
	 max-width:100% !important;
}
.footer-e{
	width:100% !important;
	 max-width:100% !important;
}

}



.smfooter{
	color:#808284;
}

#footer-btm {
    color: #fff;
    background-color: #000000;
    font-size: 13px;
	text-transform:uppercase;
	padding:10px;
}

@media (max-width: 1101px) {
#footer-div div {
    vertical-align: top;
    display: inline-block;
    width: 98%;
    margin: 1%;
}
}

.content-max-carts{
max-width: 810px;
margin: auto;
}

.content{
margin:auto;
max-width:1100px;
padding:10px;
}

.content-max{
margin:auto;
max-width:1200px;
padding:10px;
color:#000;
}

#newsletters {
	text-align:center;
	max-width:500px;
	margin:auto
}
/******************************/
.mainpageboxhome{
max-width:550px !important
}

.mainpagebox{
vertical-align:top;
text-align:left;
width:100%;
padding:10px;
max-width:558px;
display:inline-block;
box-sizing: border-box;
}

.mainpagebox img{
	margin-bottom:20px;
}

.collection {
background-color:#d1d3d4;
color:#000;
margin:auto;
}

#welcome_text{
background-color:#a7a9ac;
}

.msg{
	color:#000;
	background-attachment:fixed;
	min-height:143px;
	text-align:center;
	background-position:center
}

#newsletter{
background-color:#d1d3d4;
color:#000;
margin:auto;
padding:20px 0;
font-size:large;
font-weight:bold;
}


.box{
vertical-align:top;
text-align:center;
max-width:260px;
display:inline-block;
margin:10px;
padding:0px;
color:#fff;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */	
border:1px solid transparent;
background-color:#000;
}

.box img{
background-color:#fff;
width:100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding:15px;
}

.box_inside{
color:#fff;
padding-bottom:2px;
}

.box:hover{
background-color:#c0ac89 !important;
border:1px solid #c0ac89 !important;
font-weight:bold  !important;
}

.btn , .btn a{
background-color:#231F20 !important;
color:#FFFFFF !important;
display:inline-block;
}
.btn:hover , .btn:hover a{
background-color:#c0ac89 !important;
color:#FFFFFF !important;
display:inline-block;
}

.classh1-white{
	color:#fff;
	padding:0 10px;
}

.box_inside h1 , .box_inside h2  , .box_inside p{
	margin:5px;
	padding:0;
}


a .classh1-white:hover {
	color:#D7E3E8;
	padding:0 10px;
	text-decoration:none !important;
}

.size-guide{
color:#000000;
background-color:#AFC7D1 !important;
padding:5px;
font-weight:bold
}

.size-guide:hover{
	text-decoration:underline !important;
}


#header-box{
text-align:right;
display:inline-block;
}
@media (min-width: 750px) {
#header-box{
text-align:center;
display:inline-block;
}
}
.discount{
text-decoration: line-through;
}

.search{
background-image:url(../images/search.jpg) !important;
height:40px !important;
width:300px !important;
max-width:290px !important;
padding:0 5px !important;
margin:0 !important;
border:0  !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.imgmargin{
margin:5px 0 5px 0;
}
.imgborder{
border:solid 1px gray;
}
.imgborder:hover{
border:solid 1px #000;
}

form{
display:inline

}

fieldset{
width:100%;
max-width:600px;

margin-top:20px;
margin-bottom:20px;
padding-top:20px;
padding-bottom:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */	
}

fieldset input,textarea {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */	
width:80% !important;
max-width:90% !important;
}

input,select,textarea {
    cursor: pointer;
}
input,select,textarea {
    padding: 10px;
    border: solid 1px #777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   margin: 5px 0 5px 0;
    color: #777;
    font-family: "Arial" !important;
    font-size: 12px !important;
	width: 100%;
}

.selected {
    color: #000 !important;
}

input[type="text"],textarea,input[type="file"]{
    max-width: 250px;
}

textarea {
    font-size: 13px !important;
}

select {
    width: auto;
	min-width: 100px;
}

input[type="submit"]{
	width: auto;
	background-color:#000000 !important;
	color:#ffffff !important;
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
    /*background-color: #AFC7D1;*/
}
/******************************/
.cssmenu {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,Sans-Serif;
    font-size: 17px;
    text-align: center;
	background-color:#000;
	margin:auto;
	max-width:1100px;
}

.cssmenu h1{
	color:white;
	padding:5px;
	margin:0;
	font-size:19px;
	font-weight:100
}


.cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
	border: 0px solid #E5E2DF;
display: inline-block;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	

}

.cssmenu > ul li#responsive-tab {
    display: none;
/* Hide for large screens */
}

.cssmenu > ul li {
 	 display: inline-block;
    *display: inline;
    zoom: 1;
}

.cssmenu > ul li.right {
    float: right;
}

.cssmenu > ul li.has-sub {
    position: relative;
    cursor: pointer;
}

.cssmenu > ul li.has-sub:hover ul {
    display: block;
}

.cssmenu > ul li.has-sub ul {
    z-index: 9999;
    display: none;
    width: 250px;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
background-color: white;
text-align: left;
	border: 1px solid #E5E2DF;
}

.cssmenu > ul li.has-sub ul li {
    display: block;
}

.cssmenu > ul li.has-sub > a {
    background-image: url(../images/caret.png);
    background-repeat: no-repeat;
    background-position: 90% -95%;
}

.cssmenu > ul li.has-sub > a.active,.cssmenu > ul li.has-sub > a:hover {
    background: #fff url(../images/caret.png) no-repeat;
    background-position: 90% 195%;
}

.cssmenu > ul li a {
    display: block;
    padding: 12px 50px 11px;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}

.cssmenu > ul li a:hover {
	color:#c0ac89 !important;
}

@media (max-width: 875px) {

.cssmenu {
    text-align: left;
}

.cssmenu > ul {
    width: 100%;
}

.cssmenu > ul li#responsive-tab {
    display: block;
    cursor: pointer;
    background-color: #000000;
}

.cssmenu > ul li#responsive-tab a {
    background: url(../images/menu.png) no-repeat;
    background-position: 95% 145%;
    color: #fff;
}

.cssmenu > ul li#responsive-tab a:hover {
    color: #000000 !important;
	background-color: #AFC7D1;
    background-position: 95% 145%;
}

.cssmenu > ul li {
    display: none;
}

.cssmenu > ul li.right {
    float: none;
}

.cssmenu > ul li.has-sub {
     position: relative;
}

.cssmenu > ul li.has-sub ul {
    display: block;
   position: static;
    width: 100%;
    background: #fff;
    border: 0 none;
}

.cssmenu > ul li.has-sub ul li {
    display: block !important;
}

.cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
}

.cssmenu > ul li.has-sub > a {
    background-image: none;
}
}

/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 875px) {
.cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
}

.cssmenu > ul ul li.collapsed {
    display: block !important;
}
}

/*************************************************************/

.dropdown {
border-bottom:2px solid #000;
}

.dropdown:hover {
border-bottom:2px solid #c0ac8b;
}

.dropdown-content {
	margin-top:2px;
    display: none;
    position: absolute;
	background-color:#000000;
    min-width: 224px;
	width: auto;
    z-index: 1;
	padding:23px
}

.dropdown-content a {
    color: #fff;
	padding:0 !important;
	margin:0 !important;
	line-height:25px;
	font-size:90%;
}

.dropdown-content a:hover {
    color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}