/*-- header --*/
html,body {
	font-family: 'Droid Serif', serif;
	font-size:100%;
}
body {
	background-color:#000;
}
.header{
	padding-top:10px;
}
.container{
	width:85% !important;
	margin:0 auto;
}

hr{
	border: 1px solid #434547;
	width: 50px;
}

#title{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 35px;
	color: #434547;
}

.borda{
	border: 1px solid #dddbdb;
	min-height: 325px;
	padding-top: 10px;
	-webkit-box-shadow: 0px 8px 27px -2px rgba(179,179,179,1);
	-moz-box-shadow: 0px 8px 27px -2px rgba(179,179,179,1);
	box-shadow: 0px 8px 27px -2px rgba(179,179,179,1);
}

#paragrafo-index{
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	text-align: center;
	color: rgb(54,54,108);
	border-top: 1px solid rgb(54,54,108);
	padding: 10px;
}

#img-index{
	width: 100%;
	height: 250px;
}

.head-logo{
	float:left;
	max-width:250px;
}

.top-nav{
	float:right;
	margin-bottom:20px;
}
.top-nav li {
	display:inline-block;
	margin:0px 5px;
}
.top-nav li a:hover{
	background-color:#FFF;
	color: #000000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.top-nav ul {
	margin: 35px 0 0 0;
	padding: 0;
}
.nav > li {
	display: inline-block;
	float: left;
	background: #00C;
	/*border-radius:10px;*/
}
/* start h_menu */
.header_bottom_right{
	float:right;
}
.h_menu4{
	float:left;
}
.t-Menu {
    display: none;
	background:#E46A3B;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
}
.nav {
    list-style: none;
     margin-top: 0.5em;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 250px;
	border-bottom: 5px solid #bf4047;
	z-index:1;
	top:0;
	padding:16px 0!important;
}
.nav li li li a {
	width:250px;
}
.nav li a {
	display: inline-block;
	padding: 10px 15px;
	font-weight:500;
	color:#FFF;
	font-size: 16px;
	/*text-transform: uppercase;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
.nav li {
    position: relative;
}
.nav > li > a {
	position: relative;
	display: inline-block!important;
	padding: 10px 15px;
}
.nav > li {
    float:left;   
}
.nav > li.hover > ul {
    left:-1px;
    top:0px;
	padding:10px 0;
}
.nav li li.hover ul {
    left: 150px;
   -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav > li > li > a{
	font-size: 10px;
	padding: 10px 20px;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 2;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 150px;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav li li {
	border-top:none;
}
.nav li li:hover{
	border-top:none;
}
.nav li li a{
	color: #000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	min-width:150px;
}
.nav li li a:hover{
	color: #3300CC;
	min-width:150px;
}
.nav > li >  ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 99;
    background:#fff;
}
.nav li:hover ul ul{
	display:none;
	position:absolute;
	top:-100%;
	width:130px;
	left:100%;
	background:#fff;
}
.nav ul li:hover ul {
	display:block;
}
.map iframe {
	width: 100%;
	min-height: 400px;
	border: none;
}
.contact-form{
	margin-top:50px;
}
form input[type="text"] {
	width: 100%;
	color: #898888;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: .5em;
	margin-bottom:1em;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}
form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	padding: .5em;
	border: solid 1px #D5D4D4;
	min-height: 150px;
	-webkit-appearance: none;
}
form input[type="submit"] {
	border: none;
	outline: none;
	color: #000;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: .6em 0;
	-webkit-appearance: none;
}
form input[type="submit"]:hover{
	color: #bf4047;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
form input[type="reset"] {
	border: none;
	outline: none;
	color: #000;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: .6em 0;
	-webkit-appearance: none;
}
form input[type="reset"]:hover{
	color: #bf4047;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.row p{
	padding-top:30px;
	color:#75757;
	margin:0;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
.row h2{
	color: #3300cc;
	margin: 0;
	padding-bottom:10px;
	font-size: 36px;
	text-align:center;
}
.container h2{
	color: #3300cc;
	margin: 0;
	padding-bottom:10px;
	font-size: 36px;
	text-align:center;
}
.container h3{
	color: #3300cc;
	margin: 0;
	padding-bottom:10px;
	font-size: 30px;
	text-align:center;
	padding-top:15px;
}
#funcionamento p {
	text-align:center;
}
#grupo{
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
.row2 h2 {
	position:relative;
	color: #3300cc;
	padding-bottom:10px;
	font-size: 36px;
	text-align:center;
}

#historia{
	position:relative;
	left:50%;
	padding-bottom:25px;
	width:80%;
	margin-left:-40%;
}
#phistoria{
	margin-left: 250px;
    margin-right: 250px;
	}
#jornal {
	border-right:thin solid;
}
#comunicados {
	border-right:thin solid;
}
#eventos {
	border-right:thin solid;
	max-height:600px;
	overflow:auto;
}
#eventomenor {
	max-height:600px;
	overflow:auto;
}
#imgacom {
	width:30%;
	float:left;
}
#clube {
	width:50%;
	text-align:center;
}
#clubepopup p{
	color:#75757;
	margin:0;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;	
}
#clubepopup ul{
	color:#75757;
	margin:0;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;	
}
span {
	color:#00F;
}
.acom {
	padding-top:30px;
	min-height:150px;
}
.acom h4 {
	padding-top:20px;
	color:#00C;
	font-size:22px;
}
.livraria {
	width:100%;
	min-height:125px;
	text-align:center;
}
.livraria h4 {
	padding-top:20px;
	color:#00C;
	font-size:22px;
	text-align:center;
}
.livraria img {
	width:40%;
}
.livraria p {
	padding-top:10px;
	padding-bottom:5px;

}
.livraobras {
	height:450px;
	overflow:auto;
}
.livraobras h4 {
	padding-top:20px;
	color:#00C;
	font-size:22px;
	text-align:center;
}
.acom h5 {
	color:#0C0;
	font-size:18px;
}
p3 {
	color:#75757;
	margin-left:20px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
#imgeventos {
	width:100%;
	padding-top:30px;
}
#eventos h4 {
	padding-top:20px;
	color:#00C;
	font-size:22px;
}
.ultevento img {
	width:30%;
	float:left;
}
.ultevento h4 {
	padding-top:10px;
	color:#00C;
}
.ultevento h5 {
	color:#0C0;
}
.eventomaior {
	min-height:450px;
}
#esde{
	position:relative;
	left:50%;
	margin-left:-163px;
	padding-bottom:25px;
}
#diretoria {
	position:relative;
	left:50%;
	margin-left:-500px;
	max-width:1000px;
}
.diretoria a {
	position:relative;
}
#cacique{
	position:relative;
	left:50%;
	margin-left:-280px;
	padding-bottom:30px;
	padding-top:15px;
}
#fraterno{
	position:relative;
	max-width:100%;
	margin-top:15px;
}
.fraterno {
	margin-top:15px;
}
#decult{
	position:relative;
	max-width:100%;
	padding-top:15px;
}
#popup {
position: absolute;
top:0px;
left:0px;
width: 100%;
height: 100%;
background-color:rgba(0,0,0,.7);
z-index:9999;
}
#img{
	max-height:600px;
	position:absolute;
	left:50%;
	top:10%;
	transform: translateY(-50%);
	transform: translateX(-50%);
}
#imgapse{
	position:relative;
	max-width:100%;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
}
#fechar{
	position:relative;
	top:5%;
	left:50%;
	margin-left:14%;
}
.linha {
    height:25px;
	width:600px;
	display:table;
	left:50%;
	border-bottom:dashed #bbb;
	margin-bottom:25px;
	background-color:#fff0;
	position:relative;
    margin-top:0px;
    margin-left:-300px;
}
.box{
	width:170px;
	height:350px;
	position:relative;
	float:left;
}
#divs{
	position:relative;
	float:left;
}
#divs p{
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
#divs p2{
	position:absolute;
	left:-9999px;
}
.item-inner h3 {
	position:relative;
	color: #3300cc;
	padding-top:10px;
	padding-bottom:5px;
	font-size: 18px;
	text-align:center;
	margin-left: 15px;
    margin-right: 15px;
}
.item-inner p {
	position:relative;
	color: #000;
	padding-bottom:10px;
	font-size: 14px;
	text-align:center;
}

.livros {
	max-height:1000px;
	overflow:auto;
	float:left;
}

.acomdiv {
	max-height:500px;
	overflow:auto;
	float:left;
}
#federacao{
	float:right;
	margin-left:50px;
}
#salao{
	float:left;
	margin-right:50px;
}
#ppresidente{
	margin-left:45px; 
	padding-bottom:25px;
}
#imghistoriacacique {
	width:90%;
}
	

/*-- footer --*/
.footer{
	background:#303030;
	padding: .3em 0 2em 0;
}
.footer-top-line{
	background:#595959;
	min-height:8px;
}
.footer-nav {
	margin: 2em 0 0 0;
}

.footer p{
	font-size: 16px;
	margin: 1em 0 0 0;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-align: center;
}
.footer p a{
	color: #888888;
}
.footer p a:hover{
	color: #bf4047;
	text-decoration:none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

/*-- responsive-design --*/
@media screen and (max-width: 640px) {
	.toggleMenu {
		width:100%;
	}
	.h_menu4 a.toggleMenu {
		padding: 5px 23px;
	}
	#diretoria {
	left:50%;
	margin-left:-300px;
	max-width:600px;
	}
	#sobre{
		margin-top:350px;
	}
	#fechar{
	left:64%;
	}
	#img{
		width:90%;
	}
	.linha {
	width:50%;
	left:100%;
	}
	#palestras2 img{
		width:100% !important;
	}
	#historia{
	position:relative;
	left:50%;
	margin-left:-45%;
	padding-bottom:25px;
	width: 90%;
	}
	#phistoria{
	margin-left: 30px;
    margin-right: 30px;
	}
	#cacique {
    position: relative;
	width:80%;
    left: 50%;
    margin-left: -160px;
    padding-bottom: 30px;
    padding-top: 15px;
    }
	.row h2 {
    font-size: 27px;
	}
	.container h2 {
    font-size: 30px;
	}
	.container h3 {
    font-size: 25px;
	}
	#casa {
	margin-top:165px;
	}
	#federacao, #salao, #presidente, #ata{
		float:none;
		width:80%;
	}
	#ppresidente {
		margin-left:0px; 
		padding-bottom:10px;
		padding-top:10px;
	}
	#hacom {
		font-size:25px;
	}
	#eventomenor {
		display:none;
	}
	#facebook {
		display:none;
	}
}

@media (max-width:1440px)
{

}
@media (max-width:1366px)
{
	.head-logo {
		width: 30%;
	}
	.head-logo a img{
		width:100%;
		margin-left: 0px;
	}
}
@media (max-width:1280px)
{
	.head-logo {
		width: 25%;
	}
	.top-nav ul {
		margin: 1em 0 0 0;
	}
}
@media (max-width:1024px)
{
	.top-nav li {
		margin: 0 .5em;
	}
	.head-logo {
		width: 29%;
	}
	.top-nav li img {
		margin-left: 0em;
	}
	.top-nav {
		width: 71%;
	}
	.nav li li {
		display: block;
	}
	.nav ul {
		width: 9em;
	}
	.nav > li.hover > ul {
		top:20px;
	}
}
@media (max-width:768px)
{
	.head-logo {
		width: 44%;
	}
	.top-nav {
		width: 66%;
	}
	.h_menu4 {
		float: right;
		width: 42%;
		text-align: center;
		padding-top: 1em;
	}
	.top-nav li img {
		display: none;
	}
	#diretoria {
	left:50%;
	margin-left:-350px;
	max-width:700px;
	}
	#facebook {
		display:none;
	}
}
@media (max-width:640px)
{
	.head-logo {
		width: 50%;
	}
	#diretoria {
	left:50%;
	margin-left:-300px;
	max-width:600px;
	}
	#facebook {
		display:none;
	}
	
}
@media (max-width:480px)
{
	.h_menu4 {
		padding-top: 0px;
	}
	.head-logo {
		width: 40%;
	}
	.top-nav {
		width: 60%;
		margin-top: 35px;	
	}
	.h_menu4 {
		width: 100%;
	}
	.h_menu4 a.toggleMenu {
		font-size: 16px;
	}
	#diretoria {
	left:50%;
	margin-left:-200px;
	max-width:400px;
	}
	#facebook {
		display:none;
	}
}
@media (max-width:320px)
{
	.head-logo {
		width: 100%;
	}
	.top-nav {
		float: none;
		width: 66%;
		margin: 0 auto;
	}
	.footer-nav ul li a {
		font-size: 14px;
	}

	.footer-nav ul li {
		margin-top: .2em;
	}
	.footer {
		padding: .3em 0 1em 0;
	}
	#diretoria {
	left:50%;
	margin-left:-150px;
	max-width:300px;
	}
	#facebook {
		display:none;
	}	
}
@media (max-width:850px) {
	#diretoria {
	left:50%;
	margin-left:-400px;
	max-width:800px;
	}
	#facebook {
		display:none;
	}
}
@media (max-width:380px) {
	#diretoria {
	left:50%;
	margin-left:-175px;
	max-width:350px;
	}
	#facebook {
		display:none;
	}
}

@media screen and (max-width: 800px) {
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	.h_menu4{
		float: right;
	}
	.t-Menu {
		padding: 5px 23px;
		width: 100%;
		display:block;
	}
	 a.t-Menu{
		padding: 5px 23px;
		color: #fff;	
		font-size: 19px;
		font-weight: 400;
		text-decoration:none;
	}
	.nav {
		margin-top: 0;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background:#fff;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.h_menu4 a.toggleMenu {
		padding: 3px 36px;
		font-size: 15px;
		color: #FFF;
		background: #cc3e4c;
		text-decoration:none;
	}
	.h_menu4 a.toggleMenu:hover{
		color:#FFF;
		text-decoration:none;
	}
	#diretoria {
	left:50%;
	margin-left:-350px;
	max-width:700px;
	}
	#facebook {
		display:none;
	}
	#eventomenor {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	.toggleMenu {
		width:50%;
	}
	.h_menu4 a.toggleMenu {
		padding: 5px 12px;
	}
	#diretoria {
	left:50%;
	margin-left:-200px;
	max-width:400px;
	}
	#facebook {
		display:none;
	}
}
@media screen and (max-width: 320px) {
	.toggleMenu {
		width:100%;
	}
	#diretoria {
	left:50%;
	margin-left:-150px;
	max-width:300px;
	}
	#facebook {
		display:none;
	}
}

@media screen and (min-width: 1900px) {
	.container h2{
		font-size: 50px;
	}
	.row p {
		font-size:22px;
	}
	.container h3{
		font-size: 40px;
	}
	#funcionamento p {
		font-size:25px;
	}
	a {
    font-size: 25px !important;
	}
	#palestras2 img {
		width:100% !important;
	}
	.row h2 {
		font-size:50px;
	}
	h4 {
		font-size:21px !important;
	}
	#historia {
		margin-left:-40%;
	}
	#cacique {
		width:50%;
		margin-left:-480px;
	}
	#esde {
		width:35%;
		margin-left:-340px;
	}
	.acom {
		min-height:235px;
	}
	.livraobras {
		height:630px;
	}
	.container {
		max-width:1800px !important;
	}
	.eventomaior {
		min-height:600px;
	}
	.ultevento img {
		width:39%;
	}
	.ultevento h5 {
		font-size:20px;
	}
	.ultevento {
		min-height:235px;
	}
	form input[type="text"] {
		font-size:22px;
	}
	

}
