/*
@media only screen and (max-width : 900px) {
    .box {
        height: auto !important;
    } 
}
*/
.img-logo-nav-brand-3e {
    width: 248px !important;
}

@media screen and (max-width: 320px) {
  .img-logo-nav-brand-3e {
    width: 177px !important;
  }
}

.e3e-section-header {
    background-image: url("/img/bg-header.jpg");
    background-position: 0px 0px;
    background-repeat: repeat;
    padding: 0px;
    min-height: 75px;
    margin: 0px 0px 0px 0px;
}

.e3e-section-mid {
    background-image: url("/img/bg-section.jpg");
    background-position: 0px 0px;
    background-repeat: repeat;
}

.e3e-section-bottom {
    padding: 10px 0px 0px 0px;
}

.e3e-div-block-top {
    border-right: 10px solid #f63;
    border-left: 10px solid #f63;
	float:center; 
}

.e3e-div-block-mid {
    border-right: 10px solid #09c;
    border-left: 10px solid #09c;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.e3e-div-block-bottom {
    font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border-right: 10px solid grey;
    border-left: 10px solid grey;
}

.e3e-div-center {
	text-align: center;
}

.e3e-nav-title {
    padding: 0px 0px 0px 4px;
    margin: 5px 0px 5px 2px;
/*    font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #8bafff;
    text-shadow: #8bafff 0px 0px 1px; */
}

.e3e-nav-item {
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding: 0px 0px 0px 12px;
    color: black;
    text-align: justify;
    text-shadow: #E6E6E6 0px 0px 1px;
}

.e3e-nav-border-right {
    border-right: 1px solid #d5d5d7;
}

.e3e-top-nav-border-left {
    border-left: 1px solid #d5d5d7; 
    padding: 0px 6px 0px 0px;
}

.e3e-nav-border-left {
    border-left: 1px solid #d5d5d7; 
    padding: 0px 6px 0px 0px;
    min-height: 250px;
}

section h1 {
	font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #09C;
	margin: 20px 10px;
	text-shadow: silver 0 0 1px;
	border-bottom: 1px dotted silver; 
}

section h1 a {
	color: #09C;
}

section h1 a:hover {
	color: #039;
	text-shadow: silver 0 0 1px;
	text-decoration: none;
}

section h2 {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: gray;
	margin: 20px 10px;
	font-weight: bold;
}

section h3 {
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	margin: 20px 10px;
	color: #09C;
	font-weight: bold;
}

section h4 {
    font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	color: black;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

section a {
    color: orange;
    text-decoration: none;
}

section a:hover {
    color: #09C;
}

section p {
	margin-left: 20px;
}

header li {
/*	display: block;  */
}

header nav ul {
/*	display:inline; */
	list-style-type: none;
/*	margin: 10px; */
/*	font-size: 12px; */
/*	border-left: 1px solid #d5d5d7;*/
	text-align: left; 
/*	float:right; */
/*	overflow: visible;  */
/*	width: 17em; */
    padding-left: 10px;
    padding-right: 10px;
}

#titH1Black_grayList h1 {
	color: black;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom: none;
/*	margin: 0 0px 5px -10px; */
}

#titH1Black_grayList ul {
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: gray;
/*	float: left;
	margin-left: 20px;
	width: 100px;
	padding-right: 19px; 
	padding-bottom: 20px; */
}

#box_right blockquote {
	color: gray;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}


ul.mainmenu {	
/*    padding: 1px 5px 1px 5px; 
    margin-bottom: 0px;
    margin-top: 2px; */
}

li.navhead {
    font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #8bafff;
    text-shadow: #8bafff 0px 0px 1px;
}

li.menuitem {
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*    padding: 0px 0px 0px 0px; */
    color: black;
/*    text-align: justify; */
    text-shadow: #E6E6E6 0px 0px 1px;
}

li.menuitem a {
    color: #818181;
    text-decoration: none;
}

li.menuitem a:hover {
    color: #29166F;
}

ul.list-info {
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: gray;
	margin: 10px 40px;
}

ul.list-info-rightside {
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: gray;
	margin: 0px 5px;
}

input.botao {
	color: gray;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	background: #DFEFFF;
}

.form-control-style {
	margin: 5px; padding: 5px;
	border:3px solid #DFEFFF;
	background: white;
	color: gray;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
  
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* blog */
.infos-posts {
	font: 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 12px; 
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 30px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #f63;
  border-radius: 2px;
  text-align: center;
  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;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}
