
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header {
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0 3px #000;
  -webkit-box-shadow: 0px 0 3px #000;
  -moz-box-shadow: 0px 0 3px #000;
  -o-box-shadow: 0px 0 3px #000;
  z-index: 99;
}
header .logo {
  padding: 73px 18px;
}
header .logo a {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #434343;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #222222;
  margin: 0;
  letter-spacing: 2.5px;
  text-decoration: none;
}
header .logo a span {
  color: #f89406;
}
header nav {
  margin: 0;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  list-style: none;
  display: block;
}
header nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  display: block;
  padding: 7px 30px;
  color: #536B77;
  font-style:italic;
  font-family:"Century Gothic", Arial, "Segoe Script", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  background-image:url(../conteudos/cubo.jpg);
  background-position:left center;
  background-repeat:no-repeat;
  border-bottom: dotted 1px #C3C3C3;
  height:20px
}
header nav ul li a span {
  position: relative;
  z-index: 2;
}
header nav ul li a i {
  float: right;
  position: relative;
  z-index: 2;
  line-height: 24px;
}
header nav ul li a.active,
header nav ul li a:hover {
  color: #3E5257;
  font-weight:bold
}
header nav ul li a.active:after,
header nav ul li a:hover:after {
  width: 100%;
}
header nav ul li.drop {
  position: relative;
}
header nav ul li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  text-align: left;
  box-shadow: 0 0 3px #888888;
  -webkit-box-shadow: 0 0 3px #888888;
  -moz-box-shadow: 0 0 3px #888888;
  -o-box-shadow: 0 0 3px #888888;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header nav ul li.drop ul.dropdown li {
  list-style: none;
}
header nav ul li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  display: block;
  padding: 8px 25px;
  color: #434343;
  font-size: 13px;
  font-weight: 700;
  text-transform: inherit;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
header nav ul li.drop ul.dropdown li a span {
  position: relative;
  z-index: 2;
}
header nav ul li.drop ul.dropdown li a:hover {
  color: #f89406;
}
header nav ul li.drop:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
}
header .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 0px;
}
header .copyright p {
  font-size: 11px;
  text-transform: uppercase;
  color: #B7CCD8;
  font-family:"Century Gothic", Arial, "Segoe Script", sans-serif;
  font-style:italic;
  margin: 0;
  text-align:center;
  padding:5px
}

header .copyright p a:link{
  font-size: 11px;
  text-transform: uppercase;
  color: #B7CCD8;
  font-family:"Century Gothic", Arial, "Segoe Script", sans-serif;
  font-style:italic;
  font-weight:bold; text-decoration:none
}

header .copyright p a:visited{
  font-size: 11px;
  text-transform: uppercase;
  color: #B7CCD8;
  font-family:"Century Gothic", Arial, "Segoe Script", sans-serif;
  font-style:italic;
  font-weight:bold;
  text-decoration:none
}

header .copyright p a:hover{
  font-size: 11px;
  text-transform: uppercase;
  color: #B7CCD8;
  font-family:"Century Gothic", Arial, "Segoe Script", sans-serif;
  font-style:italic;
  font-weight:bold; text-decoration:underline
}



a.elemadded {
  display: none;
  color: #252525;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.menu { margin-left:18px}