@charset  "UTF-8";

@import  "https://fonts.googleapis.com/css?family=Open+Sans: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:'Open Sans';
	font-size:15px;
	width:100%;
	height:100%;
	color:#ffffff;
	background-color: #000000;
}
/************************/
label {
    display: inline-block;
    position: relative; /* needed for checkbox absolute positioning */
    background-color: #221f1f;
    padding: .5rem;
    border: 1px solid #ffffff;
    border-radius: .375rem;
    line-height: 1rem;
	margin: 5px 0px;
	color:white;
	font-size:13px;
}

#footer .mainpagebox-min:first-child img{
float: left;
text-align: left;
display: inline-block;
padding: 10px 10px 10px 0;
margin:0;
}
#footer .mainpagebox-min p{
clear:both
}

#footer .mainpagebox-min span{
float: left;
text-align: left;
display: block;
padding: 20px 0;
}

label > input[type="checkbox"] {
    display: block;
    position: absolute; /* remove it from the flow */
    width: 100%;
    height: 100%;
    margin: -.5rem; /* negative the padding of label to cover the "button" */
    cursor: pointer;
    opacity: 0; /* make it transparent */
    z-index: 666; /* place it on top of everything else */
}

label > input[type="checkbox"] + span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000000;
    margin-right: .5rem;
	color: #000000;
}

label > input[type="checkbox"]:checked + span {
    background-color: #000000;
}
/************************/
.mainpagebox-max{
max-width:705px  !important;
}

.mainpagebox-min{
max-width:350px !important;
}
/************************/
.tags{
padding:10px;
border:1px solid black;
display:inline-block;
margin:5px;
}

.brand{
padding:10px;
}

.bg{
background-image:url(/en/images/bg.jpg);
background-repeat:no-repeat;
background-color:#dbdbdb;
color:black !important;
background-position:bottom right;
}

.bg p{
color:black !important;
}


.red{
color:red;
}

.classh1{
	color:#fff;
	border-bottom:5px solid #fff;
	max-width:1060px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
}
a{
	color:#ffffff;
	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:30px}

.pdf {
    padding-left: 20px;
    background-image: url(/en/images/pdf_icon.png);
    background-repeat: no-repeat;
}


.read-more-white {
    border-radius: 20px;
    text-decoration: none;
    color: #231f20;
    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 #231f20;
}

.read-more-white:hover {
    border-radius: 20px;
    text-decoration: none;
    color: #231f20;
    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:#ffffff; font-size:13px}
#sm .content{ text-align:right }
#sm p {margin-bottom:0px !important}
#sm img {margin-bottom:0px !important; background-color:#221f1f}
#logo .content{ text-align:left }
#logo img{ width:100%; max-width:370px }

@media (max-width: 1136px) {
#logo .content{ text-align:center !important;}
#sm .content{ text-align:center !important;}
}

#footer-btm {
	color: #221f1f !important;
	background-color: #fff;
    padding: 10px;
    font-size: 13px;
}

#footer-btm a{
	color: #221f1f !important;
}


#footercontact{
height:152px;
margin:auto;
background-image:url(/en/images/footer.png);
max-width:1075px;
color:#231f20;
text-align:right;
}

@media (max-width: 1101px) {
#footercontact{
height:auto;
margin:auto;
background-image:none;
max-width:1060px;
color:#231f20;
text-align:left;
padding-left:10px;
}

}

#footercontact:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

#footercontact div{
text-align:right;
vertical-align:middle;
display: inline-block;
}

#footercontact div img {background-color:#221f1f}

.content-max-carts{
max-width: 810px;
margin: auto;
}

.content{
margin:auto;
max-width:1060px;
padding:10px;
text-align:left;
}
.margin-10{
margin:-10px;
}
.content-max{
margin:auto;
max-width:1200px;
padding:10px;
color:#fff;
}

#newsletters {
	text-align:center;
	max-width:500px;
	margin:auto
}
/******************************/
.mainpagebox{
vertical-align:top;
text-align:left;
width:100%;
padding:10px;
max-width:537px;
display:inline-block;
box-sizing: border-box;
}

.mainpagebox img{
	margin-bottom:20px;
}

.welcome {
background-color:#000;
color:#231f20 !important;
padding-bottom:20px;
padding-top:20px;
margin:auto;
}

#newsletter{
background-color:#D7E3E8;
color:#ffffff;
margin:auto;
padding:20px 0;
font-size:large;
font-weight:bold;
}


.box{
vertical-align:top;
text-align:center;
max-width:261px;
display:inline-block;
margin:10px;
padding:20px;
border:1px solid transparent;
color:#ffffff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	
}

.box h1{
    text-transform: uppercase;
	background-image: url(/en/images/bg_title.png);
    background-repeat: no-repeat;
	margin-top:15px !important;	
	margin-bottom:20px !important;	
	background-position:center bottom;
	display:inline-block;

}

.box img{
	width:100%;
	border:2px solid #221f1f;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	
}

#header  .mainpagebox img{
margin-bottom:0 !important
}

.box_inside{
background-color:#fff;
color:#000;
padding-bottom:2px;
}

.box_inside:hover{
background-color:#221f1f !important;
color:#fff !important;
}

.classh1-white{
	color:#231f20;
	padding:0 10px;
}

.box_inside h1 , .box_inside h2  , .box_inside p{
	margin:5px;
	padding:0;
}
.box_inside h1 {
font-size:100%;
padding-bottom: 15px !important;
}


a .classh1-white:hover {
	color:#D7E3E8;
	padding:0 10px;
	text-decoration:none !important;
}

.size-guide{
color:#221f1f;
background-color:#AFC7D1 !important;
padding:5px;
font-weight:bold
}

.size-guide:hover{
	text-decoration:underline !important;
}

#header{
background-color:#000000;
padding-bottom:0px;
padding-top:15px;
}

.borderheader{
border-bottom:5px solid #fff;
max-width:1037px;
margin:auto;
}

#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-color:#000000;
	background-image:url(/en/images/search.png) !important;
	height:34px !important;
	width:125px !important;
	max-width:129px !important;
	padding:0 7px !important;
	margin:0 !important;
	border:0  !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:black;
}

.imgmargin{
margin:5px 0 5px 0;
}
.imgborder{
border:solid 1px gray;
}
.imgborder:hover{
border:solid 1px #ffffff;
}

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;
}

optgroup{
color:#ffdd00 !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: #fff;
    font-family: "Arial" !important;
    font-size: 12px !important;
	width: 100%;
	background-color:#221f1f;
}

.selected {
    color: #231f20 !important;
}

input[type="text"],textarea {
    max-width: 250px;
}



@media (max-width: 550px) {
input[type="text"],textarea {
    max-width: 150px;
}
}

textarea {
    font-size: 13px !important;
}

select {
    width: auto;
	min-width: 100px;
}

input[type="submit"]{
	width: auto;
	border:solid 1px #000 !important;
	background-color:#fff !important;
	color:#221f1f !important;
}

.cookies {
	width: auto;
	border: solid 1px #000 !important;
	color: #fff !important;
	background-color: #000 !important;
	text-align: center;
	border-radius: 10px;
}

#header-btm a{
	color:#221f1f !important
}

#header-btm {
	color: #221f1f !important;
	background-color: #fff;
   padding-right: 10px;
   padding-left: 10px;
    font-size: 13px;
}



#footer{
border-top:solid 1px #ffffff; 
color:#ffffff;
padding:7px; 
text-align:center;
font-size:12px;
background-color:#000000;
}

#footer h2{
    text-transform: uppercase;
	background-image: url(/en/images/bg_title_footer.png);
    background-repeat: no-repeat;
	padding-bottom:10px !important;	
	background-position:left bottom;
}

#footer h3{
	background-image: url(/en/images/points.png);
    background-repeat: no-repeat;
	padding-left:20px !important;	
	background-position:left center;
}



#footer-inside {
    padding: auto;
    margin: auto auto 20px;
    max-width: 1100px;
    color: #231f20;
    font-size: 13px;
    vertical-align: top;
}

#footer-inside h2{
padding-bottom:0;
margin-bottom:0;
}

#footer-inside a{
    color: #fff;
	font-weight: 400;
}

#footer-inside a:hover{
    color: #fff;
	font-weight: bold;
	text-decoration:none;
}

#footer-div div {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 1%;
	text-align:left;
}

 

@media (max-width: 1101px) {
#footer-div div {
    vertical-align: top;
    display: inline-block;
    width: 98%;
    margin: 1%;
}
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url('/en/images/icon_top.png') no-repeat;
    /*background-color: #AFC7D1;*/
}
/******************************/
#menu{
	margin:auto;
	max-width:1060px;
	z-index:999;
	margin-top:-60px;
	position:relative;
	background-color:#000000;
	padding-top:10px;
	padding-bottom:10px
}
@media (max-width: 750px) {
#menu{
	margin:auto;
	background-color:#000000;
	padding-top:10px;
	padding-bottom:10px
}
}
#menuinside{
	margin:auto;
	background-color:#000000;
	padding-top:10px;
	padding-bottom:10px
}

.cloned{
	max-width:100% !important
}

.cssmenu {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,Sans-Serif;
    font-size: 15px;
    text-align: center;
	background-color:#000000;

}

.cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
	
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;
/*	min-width:227px;
	background-image:url(/en/images/border.png);*/
	background-position:bottom;
	background-repeat:no-repeat
	}

.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;
text-align: left;
	border: 0px solid #E5E2DF;
}

.cssmenu > ul li.has-sub ul li {
    display: block;
}

.cssmenu > ul li.has-sub > a {
    /*background-image: url(/en/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: #231f20 url(/en/images/caret.png) no-repeat;*/
    background-position: 90% 195%;
}

.cssmenu > ul li a {
    display: block;
    padding: 10px 17px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
}

.cssmenu > ul li a:hover {
	color:#231f20 !important;
    background-color:#fff
}

@media (min-width: 750px) {



.cssmenu > ul li ul li a {
    display: block;
    padding: 12px 24px 11px;
    text-decoration: none;
    font-weight: 900;
}

.cssmenu > ul li ul li a:hover {
	color:#fff !important;
    background-color:#000 !important;
}

.cssmenu > ul li a:hover,.cssmenu > ul li:hover a {
	color:#000 !important;
    background-color:#fff !important;
}
}
@media (max-width: 750px) {
.cssmenu > ul li {
	background-image:none
}

.cssmenu {
    text-align: left;
}

.cssmenu > ul {
    width: 100%;
}

.cssmenu > ul li#responsive-tab {
    display: block;
    cursor: pointer;
}

.cssmenu > ul li#responsive-tab a {
    background: url(/en/images/menu.png) no-repeat;
    background-position: 95% 145%;
    color: #fff;
}

.cssmenu > ul li#responsive-tab a:hover {
    color: #fff !important;
    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%;
    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;
}
}

.border{
border-top:10px solid #fff;
max-width: 1050px;
margin: auto;
}

.border b{
color:#fd0
}

.border .mainpagebox {
padding:0
}

/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 750px) {
.cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
}

.cssmenu > ul ul li.collapsed {
    display: block !important;
}
}
