/*
	Paramètres to set the position of elements in ul
		#cssmenu > ul > li > a {
		
	Paramètres hover li
		#cssmenu > ul > li:hover > a {
			
	Paramètres a selected
		#cssmenu a.menuselected {
	
	Position du triangle pointe vers le bas
		#cssmenu > ul > li.has-sub::after {
			
	Position of the ul opening under li
		#cssmenu > ul > li:hover > ul {
			
	Background of ul under has-sub
		#cssmenu ul ul {
			
	Paramètres li opening under has-sub
		#cssmenu ul ul li a {

	Paramètres hover li opening under has-sub
		#cssmenu ul ul li:hover > a {
*/
#cssmenu {
  position: relative;
  height: 55px;
  width: auto;
  padding-right:0px;
  text-transform:uppercase;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  /*float:right;*/
  /*background: #2b2f3a;*/
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > li.home {
  width:26.7%;
}
#cssmenu > ul > li.piercing {
  width:23%;
  padding-top:5px;
}
#cssmenu > ul > li.account, #cssmenu > ul > li.search, #cssmenu > ul > li.cart, #cssmenu > ul > li.currency {
	/*float:right;*/
	width:30px;
	height:30px;
	margin:12px 5px 8px 5px;
	cursor:pointer;
	background-position:0 0;
	/*display:inline-block;*/
	text-indent:-9999px;
}
#cssmenu > ul > li.account {
	background:url(/images/icon-account.png) no-repeat 0 0;
	margin-left:18%;
}
li.search {
	background:url(/images/icon-search.png) no-repeat 0 0;
}
li.cart {
	background:url(/images/icon-cart.png) no-repeat 0 0;
}
li.currency {
	background:url(/images/icon-currency.png) no-repeat 0 0;
	margin-right:10px;
}
#cssmenu > ul > li.other {
  display:none;
}
	
#cssmenu > ul > li.account:hover, #cssmenu > ul > li.search:hover, #cssmenu > ul > li.cart:hover, #cssmenu > ul > li.currency:hover {
	background-position:0 -30px !important;
}
#cssmenu > ul > li.last {
  border-right:none;
  margin-right:20px;
}
#cssmenu > ul > li a.home {
	position:relative;
	margin:0 auto;
	text-indent:-9999px;
	width:150px;
	height:23px;
	background:url(/images/logo_150x41.png) no-repeat 0 0;
	background-size:150px 41px;
	top:-10px;
}
#cssmenu > ul > li a.piercing {
	position:relative;
	float:right;
	padding-right:21px;
	border-right:1px solid #ffffff;
	margin-top:4px;
}
#cssmenu > ul > li a.jewelry {
	position:relative;
	float:left;
	margin-left:0px;
}
#cssmenu > ul > li.search2 {
  padding:0;
  height:41px;
  width:50px;
  margin-right:30px;
}
#searchtool {
	position:relative;
	display:block;
	width:224px;
	padding:4px 2px 12px 4px;
	bottom:1px;
	height:22px;
}

#searchtool input {
	float:left;
	width:163px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #c9c2c1;
	border-top: 1px solid #999999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
img.searchicon2, img.cancelicon2{
	float:left;
	width:21px;
	height:21px;
	margin:2px 2px 0 2px;
	cursor:pointer;
	background:url(/images/icon-search2.png) no-repeat 0 0;
}
img.cancelicon2{
	margin:2px 0 0 3px;
	background:url(/images/icon-cancel2.png) no-repeat 0 0;
}
img.searchicon2:hover, img.cancelicon2:hover {
	background-position:0 -21px !important;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu a.menuselected {
  color: #57b2e1;
}

#cssmenu > ul > li > a {
  font-size: 1.0em;
  margin-top:6px;
  padding: 11px 14px 8px 14px;
  color: #ffffff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #57b2e1;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  /*Position du triangle pointe vers le bas*/
  right: 0px;
  top: 34px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 45px;
  opacity: 0;
  /*Background of ul under has-sub*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #000000 0%, #2f3030 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #000000 0%, #2f3030 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #000000 0%, #2f3030 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #2f3030));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #000000 0%, #2f3030 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #000000 0%, #2f3030 100%);
	border:1px solid #949393;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li.websearch {
  width: 230px;
}

#cssmenu > ul > li:hover > ul {
	/*Position of the ul opening under li*/
  left: -140px;
  top: 41px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
	/*Paramètres ul opening under has-sub*/
  width: 140px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 0.8em;
  color: #ffffff;
  text-indent:0;
  /*background: #276D22;*/
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li a.cart_amount {
  width: 180px;
}
#menu_amount {
	display:inline-block;
}

#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  /*background: #f2f2f2;*/
  color: #57b2e1;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  /*Position triangle pointe en haut*/
  top: -12px;
  left: 145px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#triangle_otribo{
	position:absolute;
	bottom:0;
	left:0;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	border-style: solid;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-width: 0px 100px 100px 100px;
	border-color: transparent transparent #007bff transparent;
	_border-color: #000 #000 #007bff #000;
	_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

@media all and (max-width: 1190px) {
	#cssmenu > ul > li.account {
		margin-left:17%;
	}
}
@media all and (max-width: 1160px) {
	#cssmenu > ul > li.account {
		margin-left:16%;
	}
}
@media all and (max-width: 1120px) {
	#cssmenu > ul > li.account {
		margin-left:15%;
	}
}
@media all and (max-width: 1090px) {
	#cssmenu > ul > li.account {
		margin-left:13%;
	}
}
@media all and (max-width: 1030px) {
	#cssmenu > ul > li.account {
		margin-left:11%;
	}
}
@media all and (max-width: 980px) {
	#cssmenu > ul > li.account {
		margin-left:9%;
	}
}
@media all and (max-width: 945px) {
	#cssmenu > ul > li.account {
		margin-left:7%;
	}
}
@media all and (max-width: 920px) {
	#cssmenu > ul > li.account {
		margin-left:5%;
	}
}
@media all and (max-width: 900px) {
	#cssmenu > ul > li.account {
		margin-left:4%;
	}
}
@media all and (min-width: 880px) {
	a.piercing span::before {
		content: 'Otribo ';
	}
	a.jewelry span::before {
		content: 'Otribo ';
	}
}
@media all and (max-width: 880px) {
	#cssmenu > ul > li.account { 
		margin-left:10%;
	}
}
@media all and (max-width: 800px) {
	#cssmenu > ul > li.account {
		margin-left:8%;
	}
}
@media all and (max-width: 780px) {
	#cssmenu > ul > li.account {
		margin-left:5%;
	}
}
@media all and (max-width: 700px) {
	#cssmenu > ul > li.account {
		margin-left:3%;
	}
}
@media all and (max-width: 685px) {
	#cssmenu > ul > li.account {
		margin-left:2%;
	}
}
@media all and (max-width: 670px) {
	#cssmenu > ul > li.account {
		margin-left:1%;
	}
}
@media all and (max-width: 650px) {
  #cssmenu {
    width: auto;
 	/*top:-10px;*/
 }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    /*width: 100%;*/
	width:220px;
	margin-right:0;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    float:right;
	height: auto;
    display: block;
	padding-top: 3px;
	/*background: #276D22;*/
  }
  #cssmenu > ul > li {
    float: none;
	margin: 0;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
	#cssmenu > ul > li.search {
	  padding:0;
	  height:auto;
	  width:auto;
	  margin-right:0px;
	}
	img.searchicon{
		height:22px;
		top:0px;
		margin-left:30px;
	}
	#searchtool {
		left:10px;
		width:190px;
	}
	#searchtool input{
		width:120px;
	}
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
	#cssmenu ul ul {
		background: transparent;
		border:0px;
	}
	#triangle_otribo {
		display:none;
	}
	#cssmenu ul.open {
	  /*Background of ul under has-sub*/
		/* IE10 Consumer Preview */ 
		background-image: -ms-linear-gradient(top, #000000 0%, #2f3030 100%);
		/* Mozilla Firefox */ 
		background-image: -moz-linear-gradient(top, #000000 0%, #2f3030 100%);
		/* Opera */ 
		background-image: -o-linear-gradient(top, #000000 0%, #2f3030 100%);
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #2f3030));
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(top, #000000 0%, #2f3030 100%);
		/* W3C Markup, IE10 Release Preview */ 
		background-image: linear-gradient(to bottom, #000000 0%, #2f3030 100%);
	}
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
	#cssmenu > ul > li a {
		text-indent:0px;
		width:auto;
		height:auto;
		background-size:0px 0px;
		top:0px;
		padding:3px 0 5px 30px;
	}
	#cssmenu > ul > li a.home {
		text-indent:0px;
		width:auto;
		height:auto;
		background-size:0px 0px;
		top:0px;
	}
	#cssmenu > ul > li.piercing, #cssmenu > ul > li.jewelry {
		padding:0;
		margin:0;
		width:auto;
		height:auto;
	}
	#cssmenu > ul > li a.piercing, #cssmenu > ul > li a.jewelry, #cssmenu > ul > li a.other {
		float:none;
		padding-right:0;
		border-right:0px;
		height:14px;
	}
	#cssmenu > ul > li.account, #cssmenu > ul > li.search, #cssmenu > ul > li.cart, #cssmenu > ul > li.currency {
		width:auto;
		height:auto;
		margin:0;
		margin-top:50px;
		text-indent:0px;
		background-size:0px 0px;
		display;none;
	}
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #ffffff;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
	padding:6px 0;
  }
  #cssmenu #menu-button > a {
    /*padding: 12px 20px 22px 15px;*/
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
	#cssmenu > ul > li.account, #cssmenu > ul > li.search, #cssmenu > ul > li.cart, #cssmenu > ul > li.currency {
		display:none;
	}
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #57b2e1;
    border-bottom: 2px solid #57b2e1;
    right: 20px;
    top: 17px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    /*border-top: 2px solid #7a8189;*/
	border-top: 2px solid #57b2e1;
    right: 20px;
    top: 27px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}
