/***** Default settings *****/
.menu, .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu li, .menu ul li {
  padding: 0;
  margin: 0;
}

ul li.collapsed,
ul li.leaf,
ul li.expanded {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

/***** Header *****/

.joinleft {
	float: left;
	height: 45px;
	line-height: 45px;
	text-shadow: 1px 1px 1px #172125;
}

.joinleft b {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #ffffff;
}

.joinleft a.joinplan {
	color: #ffffff;
}

.joinleft a.joinplann {
	color: #efc74b;
	font-weight: 600;
}

.joinleft a:hover {
	color: #99becd;
}

#promo-menu {
	background: #2a3438;
	height: 45px;
}

#promo-menu ul.menu {
	float: right;
}

#promo-menu .menu li {
  display: block;
  float: left;
  margin: 0;
}

#promo-menu .menu li a {
  height: 45px;
  line-height: 45px;
  display: block;
  color: #99becd;
  border-right: 1px solid #384449;
  padding: 0px 15px 0px 15px;
}

#promo-menu .menu li:first-child a {
  border-left: 1px solid #384449;
}

#promo-menu .menu li.img a {
	height: 37px;
	padding-top: 8px;
}

#promo-menu .menu li.img a img {
	opacity: 0.55;
	-webkit-opacity: 0.55;
	-moz-opacity: 0.55;
}

#promo-menu .menu li.img a:hover img {
	opacity: 0.85;
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85;
}

#promo-menu .menu li a:hover {
  color: #ffffff;
}

#promo-menu .menu li.premium a {
  color: #efc74b;
  font-weight: bold;
}

#promo-menu .menu li.premium a:hover {
  color: #ffffff;  
}

/***** Category *****/
#cat-menu {
  background: #ccdce2;
  height: 41px;
  margin-bottom: 40px;
  padding-top: 9px;
}

#cat-menu .menu-block-3 ul {
  margin: 0px 0px 0px 0px;
  padding: 0;
}
#cat-menu .menu-block-3 > ul > li {
  float: left;
}
#cat-menu .menu-block-3 > ul > li a {
  display: block;
  line-height: 30px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border: 1px solid #baced6;
  background: #d9e5e9;
  margin-right: 10px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.35);
}
#cat-menu .menu-block-3 > ul > li.last a {

}

#cat-menu .menu-block-3 ul ul {
  display: none;
  position: absolute;
  z-index: 200;
  padding-top: 5px;
}
#cat-menu .menu-block-3 ul li:hover ul {
  display: block;
}
#cat-menu .menu-block-3 ul ul > li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
}
#cat-menu .menu-block-3 ul ul > li.last a {
  border-bottom: 1px solid #baced6;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}


/***** Account *****/
#my-account {
  display: none;
  position: absolute;
  z-index: 200;
  padding-top: 5px;
  right: 50px;
}
#my-account > li a {
  display: block;
  line-height: 30px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #baced6;
  border-bottom: 0;
  background: #d9e5e9;
  margin-right: 10px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.35);
}
#my-account > li.last a {
  border-bottom: 1px solid #baced6;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}

/***** Footer *****/
footer .block-menu ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer .block-menu li {
  padding: 0 10px 0 0;
  margin: 20px 10px 20px 0;
  float: left;
  display: block;
  background: url('../images/border-2.png') no-repeat right center;
}
footer .block-menu a {
  font-size: 14px;
  color: #808e93;
}
footer .block-menu a:hover {
  color: #4ea2c0;
}

/* ---------------------------------------------------- */
/*                Normal devices (1000px)                */
/* ---------------------------------------------------- */
@media only screen and (min-width: 1000px) {

  header ul.menu {
    width: 230px;
    text-align: right;
    z-index: 10;
  }
  header .menu li {
    padding: 0 5px 0 0;
  }
  
}

/* ---------------------------------------------------- */
/*                 Small devices (760px)                */
/* ---------------------------------------------------- */
@media only screen and (min-width: 780px) and (max-width: 999px) {

  header ul.menu {
    width: 230px;
    text-align: right;
    z-index: 10;
  }
  header .menu li {
    padding: 0 5px 0 0;
  }

}

/* ---------------------------------------------------- */
/*               Wide Mobile Layout (480px)             */
/* ---------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 779px) {

  header .menu {
    float: right;
    padding-top: 12px;
  }
  
  header .menu li {
    padding: 0 0 0 5px;
  }
  
  #category #block-menu-block-1 {
    float: none;
  }
  #category #block-menu-block-1 ul {
    padding: 0;
  }
  
  .button-cat {
    top: 65px;
    right: 0;
    left: auto;
  }
  #block-menu-block-2 {
    top: 97px;
    right: 0;
    left: auto;
  } 

}

/* ---------------------------------------------------- */
/*                 Mobile Layout (320px)                */
/* ---------------------------------------------------- */
@media only screen and (max-width: 480px) {

  header .menu ul {
    float: right;
    width: 100px;
    padding-top: 5px;
    text-align: right;
  }
  header .menu li {
    text-align: right;
  }
  
  #category #block-menu-block-1 {
    float: none;
  }
  #category #block-menu-block-1 ul {
    padding: 0;
  }
  #category #block-menu-block-1 li.has-children.active-trail {
    margin-bottom: 35px;
  }
  
  .button-cat {
    top: 100px;
    left: 0;
    width: 298px;
    background-position: 295px 13px;
  }
  .button-cat.open {
    top: 100px;
    left: 0;
    width: 298px;
    background-position: 295px 13px;
  }
  #block-menu-block-2 {
    top: 132px;
    left: 0;
    width: 298px;
  } 

}