
/*   __  _   ______  _    ___  __   __ ____   ___
\ \ / / | | |_   _| / \   | |  \ \ / / | __| |  _|
 \ \ /  | |   | |  / _ \  | |__ \ \ /  | _|  _\ \
  \_/   |_|   |_| /_/ \_\ |___|  \_/   |___| |__*/

@import 'https://web-archive.nli.org.il/National_Library/20161222123739cs_/https://fonts.googleapis.com/css?family=Lato:400,700';

/*mgid***/
		@media (max-width:480px) {
			#M171580ScriptRootC80497 {min-height: 1200px;}
		}
		@media (min-width:480px) {
			#M171580ScriptRootC80497 {min-height: 200px;}
		}
/*mgid***/

body {
	font-family: 'Lato', Arial;
	font-size:13px;
	background:url(images/content-bg.jpg) repeat-y center top #F2F2F2;
	margin:0;
	padding:0;
}
.clear {clear:both;}
.obrigatorio {color:#900;}
.sucesso {background:#D5FFC6; border:1px solid #C0F0B9; color:#48A41C; font-weight:bold; text-align:left; padding:5px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; margin-bottom:30px;}
.erro {background:#FDE4E1; border:1px solid #FBD3C6; color:#CB4721; font-weight:bold; text-align:left; padding:5px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;  margin-bottom:30px;}
.link-azul {color:#09C; text-decoration:none;}
.link-azul:hover {text-decoration:underline;}
p:first-child {margin-top:0;}

#navbar {position:fixed; top:0; width:100%; height:41px; background-color:#006CA8; background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.3)); z-index:9999; display:none; box-shadow: 2px 2px 4px #999999; -webkit-box-shadow: 2px 2px 4px #999999; -moz-box-shadow: 2px 2px 4px #999999;}
.navbarcontent {
	max-width:1000px; 
	margin:0 auto;
}
.navbarlogo {float:left;}
.navbarredes {float:left; margin-left:60px; margin-top:5px; width:260px; text-align:center;}
.navbarredes li {list-style-type:none; display:inline; padding:0 0 0 12px;}
.navbarredes li:first-child {padding:0;}

.header {
	background:#0C7EB4 url(images/header-bg.jpg) repeat-x top center;
}
.header-content {
	max-width:1016px;
	/*min-width: 350px;*/
	height:134px;
	margin:auto;
}
.header-logo {float:left; margin-left:-25px;}
.header-login {float:right;}

.header-login-facebook {background:#3B5998; border:1px solid #044F73; border-bottom-right-radius:4px; border-bottom-left-radius:4px; -moz-border-bottom-left-radius:4px; -webkit-border-bottom-left-radius:4px; -moz-border-bottom-right-radius:4px; -webkit-border-bottom-right-radius:4px; width:400px; height:38px; margin-top:0px; padding-top:1px;}
.header-login-facebook-left {float:left; margin-left:10px; margin-top:11px; color:#FFFFFF; text-align:center; width:215px;}
.header-login-facebook-right {float:right; margin-right:10px; margin-top:7px;}

.header-login-form {margin-top:8px;}
.header-login-left {float:left;}
.header-login-middle {float:left; margin-left:8px;}
.header-login-left INPUT, .header-login-middle INPUT {background:#FFFFFF; border:1px solid #333333; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:5px 8px; width:146px;}
.header-login-right {float:right; margin-top:1px;}
.header-login-right INPUT {border:none; background:#FF9A02; color:#FFFFFF; padding:4px 12px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.header-login-right INPUT:hover {background:#F29200; cursor:pointer;}
.header-login-opcoes {text-align:right; color:#FFFFFF; margin-top:4px;}
.header-login-opcoes a {color:#FFFFFF; text-decoration:none;}
.header-login-opcoes a:hover {color:#CCCCCC; text-decoration:none;}

.content {
	max-width:1016px;
	margin:auto;
	background:url(images/content-bg.jpg) repeat-y center top #F2F2F2;
	margin-top:-27px;
}

.sidebar {float:right; margin-right:32px;}

.menu {
	max-width:1016px;
	height:47px; 
	background:url(images/menu-bg.jpg) repeat-x; 
	padding:14px 0 0 0;
	z-index:9999;
}
.menu-mobile {
	display: none;
}
.menu li {
	list-style-type:none; 
	display:inline;
	background:#FFA41F url(images/menu-separador.jpg) repeat-y right;
	padding:16px 2px 13px 0; 
	margin-left:-4px;
}
.menu li:first-child {margin-left:0;}
.menu li a {color:#FFFFFF; text-decoration:none; font-size:17px; padding:14px 18px;}
.menu li a:hover, .current a {background:url(images/menu-link-hover.jpg) repeat-x;}
.menu li:hover a {background:url(images/menu-link-hover.jpg) repeat-x;}
.menu li ul {display:none;}
.menu li:hover ul {
	display:block; 
	position: absolute; 
	width:996px; 
	background:#FFFFCC; 
	margin:0; 
	z-index:99; 
	padding:10px; 
	margin-top:14px; 
	box-shadow: 2px 2px 4px #999999;
}

.icon-more {
	background:url(images/more.png) no-repeat right; 
	width:10px;
	height:6px;
	position:absolute;
	margin-left:175px; 
	margin-top:-11px;
	cursor:pointer;}

.buscar {
	background:url(images/buscar-bg.jpg) repeat-x;
	height:45px;
	float:right;
	margin-top:-14px; 
	padding:0 10px;
}
.buscar-left {
	float:left;
	margin-top:8px;
}
.buscar-left INPUT {
	background:url(images/buscar-input.jpg) no-repeat;
	width:140px;
	height:20px; 
	border:none;
	padding:5px; 
	font-size:12px;
}
.buscar-right {
	float:right;
	width:30px;
	height:30px;
	margin-left:10px;
	margin-top:10px;
}
.buscar-right INPUT:hover {
	cursor:pointer;
	background:#FF7F00;
	margin-left:-5px;
	padding: 1px 5px; 
}

.main {
	max-width:980px;
	margin:auto;
	margin-top:20px;
}

.link-1 {
	width:320px; 
	height:250px; 
	float:left; 
	margin-left:5px; 
	margin-right:13px; 
	border:1px solid #999; 
	border-radius:5px; 
}
.link-1:first-child {
	margin-left:0;
}
.link-1-cliques {
	background:#FFFFFF url(images/icon-cliques.png) no-repeat left;
	background-position:2px 1px;
	color:#222; 
	padding:1px 2px 3px 19px; 
	float:right; 
	height:15px; 
	margin-bottom:-21px; 
	position:relative; 
	opacity:0.77; 
	-moz-opacity: 0.77; 
	filter: alpha(opacity=77); 
	font-size:12px; 
	border-bottom-left-radius:7px;
	font-weight:bold;
}
.link-1-sobe {
	margin-top:-110px;
}
.link-1-compartilhe {
	background:#FFF; 
	height:18px;
	opacity:0.89; 
	-moz-opacity: 0.89; 
	filter: alpha(opacity=89); 
	padding:4px; color:#333;
	display:none; 
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}
.link-1-compartilhe img { border-radius:12px; }
.link-1:hover .link-1-compartilhe { display:block; }

.link-1-compartilhe-left {float:left;}
.link-1-compartilhe-right {float:right;}
.link-1-compartilhe-right li {list-style-type:none; display:inline;}

.link-1-title {height:80px; background:#FF3300; opacity:0.80; -moz-opacity: 0.80; filter: alpha(opacity=80); padding:5px; color:#FFFFFF; border-bottom-left-radius:5px; border-bottom-right-radius:5px}
.link-1-title a {color:#FFF; text-decoration:none;}
.link-1:hover .link-1-title {opacity:0.99; -moz-opacity:0.99; filter: alpha(opacity=99); height:55px;}
.link-1:hover .link-1-sobe {margin-top:-85px;}
.link-1-title h1 {
	text-align:center;
	margin:0px;
	padding:0px;
	font-weight:bolder;
	font-size:18px;
	text-shadow: #000 1px -1px 2px, #000 -1px 1px 2px, #000 1px 1px 2px, #000 -1px -1px 5px;
}

.anuncio-cima {
	float:right;
	background:#F2F2F2;
	width: 300px;
	height: 250px;
}
.anuncio-cima img {
	border:none;
}
.anuncio-cima p {
	margin:0; 
	height:0;
}

.separador {
	max-width:99%; 
	margin:auto; 
	height:1px; 
	background:url(images/separador.jpg) repeat-x; 
	margin-top: 20px; 
	margin-bottom: 20px;
}

.links {
	margin-left:-36px;
	max-width:780px;
	float:left;
	margin-bottom:30px;
}
/*
.links {max-width:780px; float:left;}
*/

.link-2 {
	width:210px;
	height:278px;
	float:left; 
	margin-left:40px;
}

.link-2-cliques {
	background:#F2F2F2 url(images/icon-cliques.png) no-repeat left;
	background-position:3px 3px;
	padding:3px 3px 3px 19px;
	float:right; height:12px;
	color:#333333;
	margin-bottom:-4px; 
	border-top-left-radius:
		12px; font-size:12px; 
}
.link-2-img {
	width:210px; height:135px;
}

.link-2-borda {
	width:210px; 
	height:135px; 
	position:relative;
	margin-bottom:-135px;
	margin-top:5px;
}

/*
.link-2-borda {

	width:210px; height:105px;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-bottom:-105px;
   position:relative;
   z-index:99;

}
*/

.link-2-cat {
	float:right;
	position:relative;
	background:#F3F3F3; 
	opacity:0.77;
	-moz-opacity: 0.77;
	filter: alpha(opacity=77);
	height:19px;
	padding:2px 0 0 0; 
	margin-top:-21px;
	border-top-left-radius: 5px;
}
.link-2-cat a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 5px;
}
.link-2-titulo {
	height:65px;
	margin-top:-21px;
}
.link-2 h1 {
	height:60px;
	font-size:16px;
	color:#333333;
	margin:0; 
	margin-top:29px; 
	font-weight:normal;
}
.link-2-titulo a {
	background:#F3F3F3;
	color:#333333;
	text-decoration:none;
	display:block;
	height:55px;
	padding:5px;
	font-size:16px;
	font-family:'Lato', Myriad Pro;
	font-weight: bold;
}
.link-2:hover .link-2-titulo a, .link-2:hover .link-2-titulo h1 {
	color:#FFFFFF; 
	text-decoration:none; 
	background:none;
}
.link-2 h1 a:hover .link-2 h1, .link-2 h1:hover {
	background:none;
}
.link-2-compartilhe {
	margin-top:5px; display:none;
}
.link-2-compartilhe li {
	list-style-type:none;
	display:inline;
	padding:0 0 0 2px;
}
.link-2-compartilhe li:first-child {
	padding:0;
}
.link-2:hover .link-2-compartilhe { 
	display:block;
}

.link-2-compartilhe li IMG {
	
	border-radius:12px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

	cursor:pointer;

}

.link-2:hover .link-2-compartilhe li IMG {  

	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

}

.link-2-sidebar {
	margin-left: 0px !important;
}

.link-3 {
	float:left; 
	width:330px; height:110px;
	margin-left:36px;
	margin-bottom:15px;
}
.link-3-cliques {background:#FFFFFF url(images/icon-cliques.png) no-repeat left; background-position:3px 3px; padding:3px 3px 3px 19px; height:15px; margin-bottom:2px; color:#333333;}
.link-3-img {float:left; width:120px; height:88px;}
.link-3:hover .link-3-borda {width:116px; height:84px; position:absolute; border: 2px solid black; z-index:9999;}
.link-3-cat {float:right; position:relative; background:#F3F3F3; opacity:0.77; -moz-opacity: 0.77; filter: alpha(opacity=77); height:19px; padding:2px 0 0 0; margin-top:-21px; border-top-left-radius:5px;}
.link-3-cat a {color:#FFFFFF; text-decoration:none; padding:0 5px;}
.link-3-titulo {float:left; width:200px; height:60px; margin-left:7px; margin-bottom:6px;}
.link-3-titulo h1 {height:60px; font-size:15px; color:#333333; margin:0; font-weight:normal;}
.link-3-titulo a {color:#333333; text-decoration:none; background:#F3F3F3; display:block; width:190px; height:50px; padding:5px; font-family:Myriad Pro;}
.link-3:hover .link-3-titulo a {color:#FFFFFF; text-decoration:none; background:none;}
.link-3-compartilhe {float:left; margin-left:6px;}
.link-3-compartilhe li {list-style-type:none; display:inline; padding:0 0 0 2px;}
.link-3-compartilhe li:first-child {padding:0;}

.link-3-compartilhe li IMG {

	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

}

.link-3:hover .link-3-compartilhe li IMG {  

	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

}

.link-4 {
	width:340px;
	height:140px;
	float:left;
	margin-bottom:30px;
	margin-left:35px;
}
.link-4-cliques  {
	background:#F2F2F2 url(images/icon-cliques.png) no-repeat left;
	font-size:12px;
	background-position:3px 3px;
	padding:3px 3px 3px 19px;
	height:15px;
	margin-bottom:2px; 
	color:#333333;
	border-bottom-right-radius:8px;
}
.link-4-left {
	float:left;
	width:140px;
	height:140px;
}
.link-4-img {
	width:140px;
	height:140px;}
.link-4-cat {
	float:right; 
	position:relative; 
	background:#F3F3F3; 
	opacity:0.77; 
	-moz-opacity: 0.77;
	filter: alpha(opacity=77);
	height:19px;
	padding:2px 0 0 0;
	margin-top:-21px;
	border-top-left-radius: 5px;
}
.link-4-cat a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 5px;
}
.link-4-sobe {
	margin-bottom:-140px;
}
.link-4:hover .link-4-borda, .link-4:hover .link-4-redes {
	display:block;
}
.link-4-borda {
	width:140px;
	height:140px;
	border:1px solid #000000;
	position:absolute; 
	display:none;
}
.link-4-right {
	float:right;
}
.link-4-title {
	width:185px;
	height:95px;
	background:#F3F3F3; 
	font-family: 'Lato', Myriad Pro;
}
.link-4-title h1 {
	margin:0; 
	padding:0;
	font-size:16px; 
	font-weight:normal;
}
.link-4-title h1 a {
	color:#333333;
	text-decoration:none;
	display:block; 
	width:179px;
	height:71px; 
	padding:8px; 
	font-weight:bold; 
}
.link-4:hover .link-4-title h1 a {
	color:#FFFFFF;
}
.link-4-redes {
	width:183px; 
	margin-top:4px;
	display:none;
}
.link-4-redes li {
	list-style-type:none;
	display:inline;
	padding:0 0 0 2px;
}
.link-4-redes li:first-child {
	padding:0;
}

.link-4-redes li IMG {
	
	border-radius:12px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

	cursor:pointer;

}

.link-4:hover .link-4-redes li IMG {  

	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

}

.sidebar {float:right; margin-bottom:25px; margin-right:0; border-left:1px dashed #CECECE;}
.sidebar .link-2 {float:none;}

.footer-anuncio {background:url(images/footer-anuncio-bg.jpg) repeat-x; height:105px; text-align:center; padding:16px 0 0 0;}

.footer {
	background:url(images/footer-bg.jpg) repeat-x; 
	height:160px; 
	margin-top:11px;
}
.footer-content {
	max-width:1000px;
	margin:auto;
	background: #0A85C1;
}
.footer-logo {
	float:left;
	margin-top:8px; 
	color:#FFFFFF;
}
.footer-selos {
	margin-left:35px;
}
.footer-selos li {
	list-style-type:none;
	display:inline; 
	padding:0 0 0 6px;
}
.footer-selos li:first-child {
	padding:0;
}
.footer-copyright {
	color:#FFFFFF; 
	font-size:12px;
	margin-top:6px;
	margin-left:30px;
}
.footer-copyright a {
	color:#FFFFFF;
	text-decoration:underline;
}
.footer-menu {
	float:left; 
	margin-top:30px;
	width:130px;
	height:100px;
}
.footer-menu .title {
	color:#FFFFFF; 
	text-shadow:1px 1px 2px #333333;
	font-size:18px; 
	font-family:Tahoma;
	margin-bottom:15px; 
	margin-top:-8px;
}
.footer-menu li {
	list-style-type:none;
	padding:0 0 6px 3px;
}
.footer-menu li:last-child {
	padding:0 0 0 3px;
}
.footer-menu li a, .footer-coluna a {
	color:#FFFFFF; 
	text-decoration:none;
	text-shadow:1px 1px 1px #666666;
	font-size:13px;
}
.footer-menu li a:hover, .footer-coluna a:hover {
	color:#CCCCCC; text-decoration:none;
}
.footer-colunas {
	float:left; 
	margin-left:5px; 
	width:230px; 
	height:100px; 
	margin-top:22px;
}
.footer-colunas .title {
	color:#FFFFFF;
	text-shadow:1px 1px 2px #333333;
	font-size:18px; 
	font-family:Tahoma; 
	margin-bottom:15px;
}
.footer-coluna {
	float:left;
	margin-left:30px;
}
.footer-coluna:first-child {
	margin-left:0;
}
.footer-coluna li {
	list-style-type:none;
	background:url(images/li.png) no-repeat left; 
	padding:0 0 0 18px;
	margin-bottom:7px;
}
.footer-coluna li:last-child {
	padding:0 0 0 18px;
	margin-bottom:0px;
}
.adulto a {
	color:#900;
	text-shadow:none;
	font-weight:bold; 
	text-decoration:none;
}
.adulto a:hover {
	color:#000000;
	text-decoration:none;
}
.footer-dmsites {
	float:right;
	margin-top:-100px; 
	text-align:right;
	position:relative;
}

/*anuncio 728x90*/
.anuncio-728 {
	width: 90%;
	height: auto;
	margin: 2% auto;
}
.anuncio-728 img {
	width: 100%;
	height: auto;
}



.permalink {
	height:220px;
}
.permalink-separador {
	width:4px;
	height:224px; 
	float:left;
}
.permalink-img {
	width:220px;
	height:220px;
	float:left;
	margin-left:5px;
	border:2px solid #FFFFFF;
}
.permalink-info {
	float:left;
	width:41%;
	margin-left:13px;
}
.permalink-info a {
	color:#06C;
	text-decoration:none;
}
.permalink-info a:hover {
	text-decoration:underline;
}
.permalink-title {
	color:#333333;
	height:auto;
}
.permalink-title h1 {
	font-weight:normal; 
	margin:0; 
	padding:0;
}
.permalink-title a {
	color:#333333; 
	text-decoration:none;
}
.permalink-title a:hover {
	text-decoration:underline;
}
.permalink-anuncio {
	width: 300px;
	height: 250px;
	float:right;
}
.permalink-anuncio img {
	border:1px solid #777;
}
.permalink-options {
	margin-top:25px;
}
.permalink-cliques {
	background:#FFFFFF url(images/icon-cliques.png) no-repeat left;
	background-position:3px 3px;
	padding:3px 3px 3px 19px; 
	height:15px; 
	margin-bottom:2px; 
	color:#333333; 
	float:left;
}
.permalink-categoria {
	background:#FFFFFF url(images/icon-tag.jpg) no-repeat left; 
	background-position:3px 3px; 
	padding:3px 3px 3px 28px; 
	height:15px; 
	margin-bottom:2px; 
	color:#333333; 
	float:left; 
	margin-left:3px;
}
.permalink-aba {
	width:90%;
	text-align:center;
	background:#0E72A4 url(images/icon-aba.jpg) no-repeat left;
	background-position:2px 10px; 
	font-size:20px;
	padding:1px 4px 14px 14px; 
	height:15px; 
	margin-bottom:2px; 
	color:#FFF; 
	float:left; 
	margin-left:3px;
	border-radius: 4px;
}
.permalink-aba:hover {
	color:#EEE;
	background-color:#1489BF;
}
.permalink-aba a {
	color:#FFF;
	display:block;
}
.permalink-btn {
	float:none; 
	margin-left:15px;
	margin-top:-25px;
}
.permalink-btn a, .permalink-btn a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.permalink-compartilhe {
	height:18px;
	margin-top:10px;
	color:#333;
}

.permalink-compartilhe-left {
	float:left;
	margin-top:3px;
}
.permalink-compartilhe-right {
	float:left;
	margin-left:8px;
}
.permalink-compartilhe-right li {
	list-style-type:none;
	display:inline;
}

.permalink-compartilhe-right li IMG {
	margin:1px 3px;
/*   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */  
/*   filter: gray; /* IE6-9 */  
/*   -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */  
/*   -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */  
/*   -webkit-backface-visibility: hidden; /* Fix for transition flickering */ 
}

.permalink:hover .permalink-compartilhe-right li IMG {  
/*   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */  
/*   filter: gray; /* IE6-9 */  
/*   -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */  
/*   -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */  
/*   -webkit-backface-visibility: hidden; /* Fix for transition flickering */  
}

.outros-links {background:url(images/outros-links.jpg) no-repeat; width:246px; height:49px; margin-bottom:7px;}

.sidebar-widget {background:#F0F0F0; width:215px; padding:5px 5px 8px 5px; float:right; margin-bottom:16px;}
.sidebar-title {color:#C40000; font-size:18px; margin-top:3px; padding:0 0 0 2px;}
.sidebar-facebook {color:#3B5998;}
.sidebar-separador {background:#C40000; height:2px; width:210px; margin:auto; margin-top:3px; margin-bottom:5px;}
.sidebar-separadorface {background:#3B5998;}
.sidebar-content {padding:4px 0 0 0;}
.sidebar-parceiros {margin-left:-1px; text-align:center;}
.sidebar-parceiros li {list-style-type:none; display:inline; padding:0; margin-left:-1px;}
.sidebar-parceiros li img {border:2px solid #F0F0F0; border-radius:50px;
	-webkit-filter: grayscale(99%); /* Chrome, Safari, Opera */
    filter: grayscale(99%);
}
.sidebar-parceiros li img:hover {border:2px solid #006CA8; border-radius:5px;
	-webkit-filter: grayscale(1%); /* Chrome, Safari, Opera */
    filter: grayscale(1%);
}

.sidebar-link-texto {
	width: 210px; height: auto; background:#F0F0F0; border: 1px solid #FFF; border-radius: 3px; padding: 0px 7px; line-height: 5px;
}
.sidebar-link-texto h1 a {
	color:#3F3F3F; font-size: 12px; text-decoration: none;	
}
.sidebar-link-texto h1 a:hover {
	color: #0069A3;
}

.sidebar-anuncio {width:226px; height:auto; margin-bottom:25px; margin-top:15px; float:right;}
.sidebar-anuncio img {border:1px solid #777;}
.sidebar-anuncio p {margin:0; padding:0;}

.sidebar-banner {width:226px; float:right;}
.sidebar-banner-left {float:left; width:120px;}
.sidebar-banner-right {float:right; width:100px;}
.sidebar-banner-right TEXTAREA {width:90px; height:48px; padding:5px; background:#F8F8F8; border:1px solid #D4DBE8; color:#666666; overflow:hidden; resize:none;}

.page {
	max-width:700px;
	float:left; 
	text-align:left;
	margin-bottom:25px;
}
.page h1 {
	font-size: 2.1em;
	color:#F60;
	font-weight:normal;
	margin:0; padding:0;
	margin-bottom:20px;
}
.page-sidebar {
	width:225px;
	float:right;
	margin-bottom:30px;
}

.submit {
	background-color:#1184BA;
	color:#FFF;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	line-height:30px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border:0;
	text-shadow:#004D77 0 -1px 0;
	height:35px;
	padding:1px 15px;
	cursor:pointer;
	text-decoration:none;
}
.submit:hover {background-color:#005584;}

.contato-icon {
	background:url(images/icone-msg.gif) no-repeat;
	width:50px; 
	height:40px;
	float:left;
}
.contato-input {
	max-width:700px;
	margin-bottom:20px;
	margin-left:5px;
}
.contato-input-left {
	float:left;
	color:#333333; 
	font-size:14px;
	font-family:Tahoma;
}
.contato-input-right {
	float:right;
}
.contato-input-right INPUT, .contato-input-right TEXTAREA, .contato-input-right SELECT, .contato-ip INPUT, .contato-ip SELECT {
	border:1px solid #A4A4A4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#FFFFFF;
	padding:5px;
	width:700px;}
.contato-input-right SELECT {
	width:262px;
} 
.contato-ip INPUT {
	width:80px;
}
.contato-input-right TEXTAREA {
	width:700px; 
	height:130px;
	resize:none;
	background:#EFEFEF;
	color:#333333;
}
.contato-submit {
	margin-top:10px;
}
.contato-widget SELECT, .contato-widget INPUT {
	border:1px solid #A4A4A4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#FFFFFF;
	padding:5px;
	width:200px;}

.cadastrar-icon {background:url(images/icone-cadastrar.png) no-repeat; width:50px; height:50px; float:left;}
.cadastrar-title {float:left; margin-left:10px;}
.cadastrar-msg {font-size:14px; float:left; margin-left:10px; font-family:Tahoma;}

.lista-blog {
	border:1px solid #CCCCCC;
	padding:8px;
	margin-bottom:5px;
	margin-top:5px;}
.lista-blog:hover {
	background:#EFEFEF;
}
.lista-blog-img {
	float:left;
	width:50px;
	height:50px;
}
.lista-blog-nome {
	color:#999999;
	max-width:480px;
	border-bottom:1px solid #A1D2FC;
	float:left; 
	margin-left:5px;
	font-size:20px;
	margin-top:12px;
}
.lista-blog-nome a {
	color:#006AA5;
	text-decoration:none;
}
.lista-blog-nome a:hover {
	color:#0A6A9C;
	text-decoration:none;
}
.lista-blog-visitas {
	float:right; font-size:20px;
	font-weight:bold;
	color:#006AA5; 
	margin-top:8px;
	text-align:right;
}
.lista-count {
	max-width:55px;
	text-align:right;
	float:left; 
	color:#006AA5;
	font-size:18px; 
	font-weight:bold; 
	margin-top:15px;
	margin-right:5px;
	letter-spacing:-2px;
	margin-left: 2%;
}

.cat-inside {/*background:url(images/cat-inside.jpg) repeat-x;*/ height:41px; padding:0 0 11px 11px; margin-bottom:25px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:4px; opacity:0.9;}
.cat-icon {background:url(images/icone-cat.png) no-repeat; width:50px; height:50px; float:left; margin-left:-5px; margin-top:3px;}
.cat-inside h1 {margin:0; padding:0; color:#086E9F; font-weight:normal; padding-top:11px; margin-left:10px; float:left;}
.cat-inside2 {
	background:url(images/cat-inside2.png) repeat-x;
	width:130px;
	height:52px;
	float:right; border-top-left-radius: 20px; }

.blog {
	margin-bottom:30px;
	width: 100%;
	height: auto;
}
.blog-imagem {
	float:left;
	width:100px;
	height:100px;
}
.blog-nome {
	float:left;
	margin-left:10px;
}
.blog-nome h1, .blog-nome h3 {
	margin:0;
	padding:0;}
.blog-nome h3 {
	margin-bottom:5px;
	font-family:Tahoma;
	color:#333333;
}
.blog-nome a {
	color:#0A7DB3;
	text-decoration:none;
}
.blog-nome a:hover {
	color:#0A7DB3;
	text-decoration:underline;
}
.blog-nome h1 a {
	color:#0A7DB3; 
	text-decoration:none;
}
.blog-nome h1 a:hover {
	color:#3B5998;
	text-decoration:underline;
}

.blog-top {
	width:340px;
	float:left;
}
.blog-top h3 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #FF3B01;
	padding: 3px 0;
}
.link-top10 {padding:5px; border:1px solid #CCCCCC; margin-bottom:5px;}
.link-top10:hover {background:#EFEFEF;}
.link-top10-img {float:left; width:100px; height:100px;}
.link-top10-titulo {width:220px; font-size:16px; float:left; margin-left:110px; margin-top:-95px; font-weight:bold;}
.link-top10-titulo a, .link-top10-titulo {color:#0A7DB3; text-decoration:none;}
.link-top10-titulo a:hover {color:#3B5998; text-decoration:underline;}
.link-top10-cliques { color:#5C5C5C; width:220px; font-size:12px; float:left; margin-left:110px; margin-top:-12px;}
.link-top10-data { color:#5C5C5C; width:220px; font-size:11px; float:left; margin-left:240px; margin-top:-11px;}

.button {
 border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 8px 10px 8px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 cursor:pointer;
}

.button:hover {
 border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

.button-vermelho {
border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 8px 10px 8px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
 color:#FFFFFF;
 cursor:pointer;
}

.button-vermelho:hover {
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

.pagenavi {margin-top:20px; margin-bottom:15px; float:left;}
.pagenavi-navegue {font-size:15px; color:#B30000; font-weight:bold; float:left; width:90px; margin-left:30px;}
.pagenavi-paginas {float:left;}
.pagenavi li {list-style-type:none; display:inline;}
.pagenavi li a, .pagenavi li span {color:#333333; background:url(images/pagenavi-btn.jpg); padding:7px 11px; text-decoration:none; font-size:13px; font-weight:bold;}
.pagenavi-current, .pagenavi li a:hover {background:url(images/pagenavi-btnhover.jpg); color:#CC0000; padding:7px 11px; font-size:13px; font-weight:bold;}

#maislinksblog {
	display:block; 
	font-size:15px;
	width:100%;
	text-align:center; 
	padding:8px 0;
	background:#06C;
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold;
	margin-top:5px;
}
#maislinksblog:hover {
	background:#06F;
}

.nenhumlink {float:left; margin-left:30px; margin-bottom:10px;}
.nenhumlink h1, .nenhumlink h5 {margin:0; padding:0;}

.logado {background:url(images/transparente.png); line-height:19px; color:#333333; border:1px solid #036; padding:5px; height:75px; margin-top:10px; width:270px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.logado-foto {float:left;}
.logado-info {float:left; margin-left:8px;}
.logado-bemvindo {font-weight:bold; font-size:12px; color:#000000;}
.logado a {color:#03C; text-decoration:none;}
.logado a:hover {color:#06C; text-decoration:underline;}

.navegue-cats {margin-top:5px; margin-bottom:-12px; max-height:200px; width:140px; float:left;}
.navegue-cats div {height:17px; margin:0; padding:0;}
.navegue-cats div a {padding:5px; width:115px; height:auto; font-size:13px; font-weight:bold; display:block;}
.navegue-cats div a:hover { color:#0977AC; background:#FFF !important;}

.navegue-destaques {float:left; margin-left:30px; width:350px;}
.navegue-destaques-title {font-size:16px; letter-spacing:-1px; font-weight:bold; color:#0977AC; text-transform:uppercase; text-shadow: 1px 1px 7px rgba(255, 255, 255, 1);}
.navegue-destaques-item {width:170px; margin-top:10px; }
.navegue-destaques-img {float:left; width:75px; height:75px;}
.navegue-destaques-linktitle {float:left; width:80px; background:#FFFFFF; color:#076CA0; height:65px; padding:5px; font-size:12px; font-weight:bold; border-top-right-radius:3px; border-bottom-right-radius:3px; }

.linksdodia {float:left; font-size:22px; font-weight:bold; margin-top:5px;}
.linksdodia-qt {color:#FFFFFF; background:#0977AC; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:1px 2px;}
.linksdodia-data {color:#FFFFFF; background:#0977AC; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:1px 3px;}
.datas, .datas3, .cats {font-size:20px; font-weight:bold; margin-top:20px;}
#moredata, #moredata2, #moredata3, #morecats {cursor:pointer; background:#F90; color:#FFFFFF; padding:2px 5px; background-image:none;}
#outrasdatas, #outrasdatas2, #outrasdatas3, #outrascats {
	position:absolute;
}
.descecats a { 
	padding:5px 10px;
	border-bottom: 1px solid #F2C85A;
	text-align:center;
	border-radius:4px;
}
#outrasdatas a, #outrasdatas2 a, #outrasdatas3 a, #outrascats a {background:#FFAB2D; color:#FFFFFF; display:block; width:173px; font-size:18px; text-decoration:none;}
#outrasdatas a:hover, #outrasdatas2 a:hover, #outrasdatas3 a:hover, #outrascats a:hover { background:#FFBA53; }

.maisbanners {margin-top:8px; text-align:left; width:225px; float:right;}
.maisbanners a {color:#066; font-weight:bold; text-decoration:none;}

.boxface {
	background:#006CA8;
	height:75px; 
	color:#FFFFFF; 
	width:190px;
	margin-bottom:20px;
	padding:25px 10px 0 10px; 
	text-align:center;
}
.boxface h1, .boxface h4 {
	margin:0;
}
.boxface .div1 {
	width:190px;
	z-index:9999;
	background:#006CA8;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.boxface:hover .div1 {
	width:0px;
}
.boxface .div2 {
	margin-left:105px;
	margin-top:-30px;
	display:none;
}
.boxface:hover .div2 {
	display:block;
}

.linkinho-destaques {
	font-size:18px;
	margin:15px 30px; 
	letter-spacing:-1px;
	font-weight:bold; 
	color:#0977AC; 
	text-transform:uppercase; 
	text-shadow: 1px 1px 7px rgba(255, 255, 255, 1);
}

.linkinho {
	max-width:720px; 
	height:100px; 
	margin-left:30px;
	margin-top:15px;
}
.linkinho:first-child {
	margin-top:5px;
}
.linkinho-barra {
	float:left;
	height:100px;
	width:3px;
}
.linkinho-foto {
	width:100px;
	height:100px;
	float:left;
	margin-left:1px;
}
.linkinho-borda {
	display:none;
	width:100px;
	height:100px;
	border:2px solid #000000;
}
.linkinho:hover .linkinho-borda {
	display:block; 
	margin-top:-100px; 
	position:absolute;
}
.linkinho-content {
	float:right;
	width:590px;
}
.linkinho-title {
	width:590px;
	margin-bottom:15px;
}
.linkinho-title a {
	width:590px;
	display:block;
	padding:4px 5px 3px 5px;
	background:#F3F3F3;
	text-decoration:none;
	font-size:16px; 
	font-weight:bold;
	color:#535353;
}
.linkinho:hover .linkinho-title a {
	color:#FFFFFF;
}
.linkinho-redes {
	float:left;
	display:none;
	margin-top:5px;
}
.linkinho:hover .linkinho-redes {
	display:block; 
}
.linkinho-redes li {
	display:inline;
	padding:0 3px 0 0;
}
.linkinho-cliques {
	background:#FFFFFF url(images/icon-cliques.png) no-repeat left;
	background-position:3px 3px; 
	padding:3px 3px 3px 19px;
	font-size:12px; height:15px;
	position:relative;
	opacity:0.77;
	-moz-opacity: 0.77; 
	filter: alpha(opacity=77);
	float:left;
	margin-left:1px;
}
.linkinho-data {
	background:#FFFFFF url(images/icon-data.png) no-repeat left;
	background-position:3px 3px;
	padding:3px 3px 3px 19px;
	font-size:12px; 
	height:15px;
	position:relative;
	opacity:0.77;
	-moz-opacity: 0.77; 
	filter: alpha(opacity=77);
	float:left;
	margin-left:1px;
}
.linkinho-cat {
	background:#FFFFFF url(images/icon-categoria.jpg) no-repeat left;
	background-position:3px 3px;
	padding:3px 3px 3px 27px;
	height:15px;
	position:relative; 
	opacity:0.77;
	-moz-opacity: 0.77; 
	filter: alpha(opacity=77);
	float:left;
	margin-left:20px;
}
.linkinho-cat a {
	text-decoration:none;
	color:#333333;
}
.linkinho-cat a:hover {
	text-decoration:underline;
}
.linkinho-acessar {
	float:left;
	margin-left:20px;
	margin-top:5px;
}

.linkinho-redes li IMG {
	
	border-radius:12px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

	cursor:pointer;

}

.linkinho:hover .linkinho-redes li IMG {  

	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

}

.maisbannersadultos {margin-left:19px; margin-top:6px;}
.maisbannersadultos a {color:#000; text-decoration:none;}
.maisbannersadultos a:hover {color:#333; text-decoration:underline;}

/* Enviar link Inicio */
.links-regras {
	background:#FFFFFF; 
	font-size:12px; 
	margin-bottom:20px; 
	width:600px; 
	padding:10px; 
	border:1px solid #CCCCCC;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}
.links-regras h5 {
	margin-top:0; 
	padding-top:0;
}
/* Enviar link Fim */



/*******efeito redirecionando link*/
.loading span {
	animation: dots .6s cubic-bezier(0.6,0.1,1,0.4);
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.loading span:nth-child(0) {
	animation-delay: .1s;
}
.loading span:nth-child(2) {
	animation-delay: .2s;
}
.loading span:nth-child(3) {
	animation-delay: .3s;
}
.loading span:nth-child(4) {
	animation-delay: .4s;
}
@keyframes dots {
	from {
		transform: translate3D(0,0,0);
	}
	to {
		transform: translate3D(0,30px,0);
	}
}
.loading span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FF8201;
	margin: 4px;
}
.loading {
	margin: 40px auto;
	text-align: center;
}
.redirecionando span {
	font-size: 14px;
	font-family: monaco;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #117FB4;
	margin: 40px 0 20px 0;
	text-align: center;
}


/********* GERALINKS *****/

@media (max-width:995px) {
	#flutua {
		display: none;
	}
	.header-content {
		margin: 0 15px;	
	}
	.content {
		width: 715px;
	}
	.anuncio-cima {
		display: none !important;
	}
	.permalink-anuncio {
		display: none;
	}
	.permalink-info {
		width: 65%;
	}
	.sidebar {
		float: left;
		width: 99% !important;
	}
	.sidebar .link-2 {
		float: left;
		margin-left: 10% !important;
	}
	.sidebar .link-2:nth-of-type(3) {
		display: none;
	}
	.sidebar-widget {
		width: 100%;
		padding: 0 !important;
	}
	.sidebar-widget:nth-of-type(1) {
		display: none;
	}
	.sidebar-title {
		font-size: 1.6em;
	}
	.sidebar-separador {
		width: 100%;
		padding: 0 !important;
		background: #D8A822;
	}
	.sidebar-link-texto {
		width: 100%;
		padding: 0 !important;
	}
	.sidebar-link-texto h1 { 
		float: left;
		margin: 10px 20px;
	}
	.sidebar-banner {
		width: 100%;
		padding: 2% 30%;
		box-sizing: border-box;
	}
	
	.sidebar .sidebar-anuncio {
		display: none;
	}
	
	#sidecontinua {
		display: none !important;
	}
	#navbar .buscar {
		display: none;
	}
	.navbarredes {
		width: 200px;
	}
	.menu {
		width:100%;
	}
	.menu #icon-more {
		display: none !important;
	}
	.menu .icon-more {
		display: none !important;
	}
	.menu li a {
		padding: 14px 12px;
	}
	.buscar {
		padding: 0;
		float: left;
		width: 100%;
		margin: 10px auto;
	}
	.buscar-left INPUT {
		background:url(images/buscar-input.jpg) repeat-x;  /* */
		margin-left: 15px;
		width:100%;
		height:20px; 
		border:none;
		padding:5px; 
		font-size:12px;
	}
	.link-1:first-child {
		margin-letf: 7px !important;
		margin-right: 50px !important;
	}
	.link-1:last-child {
		margin-right: 0px !important;
	}
	.footer-dmsites {
		display: none;
	}
}

@media (max-width:830px) {
	.header-logo img {
		width: 300px;
		height: 75px;
		margin: 2% 0 0 15px;
	}
	.blog-top {
		float:none;
		margin: 0 auto !important;
	}
	
}

@media (max-width:780px) {
	.header-logo img {
		width: 280px;
		height: 75px;
		margin: 2% 0 0 15px;
	}
	.footer-colunas{
		display: none;
	}
	
}

@media (max-width:740px) {
	.header-login {
		display: none;
	}
	.header-logo {
		float: none;
		width: 390px;
		height: 65px;
		margin: 0 auto !important;
	}
	.header-logo img {
		width: 100%;
		margin: 0 auto;
		
	}
	.menu {
		margin: 0 auto;
		padding:14px 0 0 0 !important;
		display: block;
		cursor: pointer;
	}
	.menu-mobile {
		display: block;
		font-size: 2.0em;
		font-weight: bolder;
		color: #FFF;
		width: 99%;
		background: #FEA31E;
		padding: 0;
		position: relative;
		top: -8px;
		left: 1%;
	}
	.menu-mobile .barrinha {
		width: 35px;
		height: 6px;
		background-color:#FFF;
		margin: 4px 4px;
		border-radius:2px;
		box-shadow: 0px 1px 1px #FE491C;
	}
	
	.menu li { 
		width: 50%;
		display:block;
		background:#FFA41F !important;
		padding:0 !important;
		border-bottom: 0.00em solid #FEA31E;
		margin-left: 0;
	}
	
	
	.menu li a {
		display: none;
		width: 100% !important;
		background: #FE4600;
		float: none;
	}
	.menu li:hover ul {
		display: none;
	} 
	.icon-more {
		display: none;
	}
	.content {
		width: 653px;
	}
	.main {
		width: 100%;
		/*margin: 2% auto;*/
	}
	
	.permalink-info {
		width: 60%;
	}
	
	.main .link-1 {
		margin-right: 0% !important;
	}
	.main .link-1:last-child {
		float: right;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.links {
		margin: 2% auto;
		width: 653px;
	}
	.links .link-2 {
		margin-left: 0;
		margin-right: 7px;
	}
	
	.links .link-4 {
		margin-left: 0;
		width: 645px;
	}
	.link-4-title {
	width:500px;
	height:95px;
	background:#F3F3F3; 
	font-family: 'Lato', Myriad Pro;
	}
	.link-4-title h1 a {
		width: 480px;
	}
	.link-4-redes {
		width: 500px;
	}
	
	.linkinho {
		width: 100% !important;
		margin: 5% auto;
	}
	.linkinho-content {
	float:right;
	width:83% !important;
	}
	.linkinho-title {
		width:80%;
		margin-bottom:15px;
	}
	.linkinho-title a {
		width:480px;
		display:block;
		font-size:16px; 
		font-weight:bold;
		color:#535353;
	}
	.pagenavi {
		display: none;
	}
	
}

@media (max-width:670px) {
	.navbarredes {
		display: none;
	}
	/*aqui*/
	.content {
		width: 435px;
	}
	.main {
		width: 100%;
		/*margin: 2% auto;*/
	}
	.main .link-1 {
		margin-right: 1% auto !important;
	}
	.link-1 {
		width: 98% !important;
		margin: 2% 1%;
	}
	.link-1 .link-1-img{
		width: 100%;
	}
	.link-1-title {
		width: 98%;
	}
	
	.anuncio-cima {
		display: block !important;
		width: 100% !important;
		height: 250px;
		margin: 15px auto !important;
	} 
	.anuncio-cima img {
		width: 100%;
		height: 250px;
		margin: 0 auto !important;
	}
	
	.links {
		margin: 2% auto;
		width: 435px;
	}
	
	.permalink-info {
		width: 40%;
	}
	.permalink-title a {
		font-size: 0.7em;
	}
	.permalink-cliques{
		font-size: 0.7em;
	}
	.permalink-categoria {
		font-size: 0.9em;
	}
	.permalink-btn {
		display: none;
	}
	.permalink-aba {
		width: 100%;
		font-size: 1.2em;
	}
	
	
	.links .link-2 {
		margin-left: 0;
		margin-right: 7px;
	}
	.links .link-4 {
		width: 430px;
	}
	.link-4-title {
	width:280px;
	height:95px;
	}
	.link-4-title h1 a {
		width: 280px;
	}
	.link-4-redes {
		width: 280px;
	}
	
	.linkinho-destaques, .linkinho {
		display: none;
	}
	
	.sidebar .link-2 {
		float: left;
		margin-left: 0% !important;
	}
	.sidebar .link-2:nth-of-type(2) {
		margin-left: 2% !important;
	}
	.sidebar-banner {
		width: 100%;
		padding: 2% 22%;
		box-sizing: border-box;
	}
	.footer{
		height: 320px;
		background: #0A82BE;
	} 
	.footer-menu {
		float: right;
		margin: 2% 1%;
	}
	#icon-more {
		display: none !important;
	}
	
	
}
	
@media (max-width:480px){
	.selecionar-data {
		display: none;
	}
	
	.header-logo {
		width: 95% !important;
	}
	
	.header-logo img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.content {
		width: 100%;
	}
	.main {
		width: 98%;
	}
	.links {
		margin: 0 auto;
		width: 100%;
	}
	.main .link-1 {
		float: none;
		margin: 10% auto;
	}
	
	.permalink-info {
		width: 80%;
	}
	.permalink-title a {
		font-size: 0.7em;
	}
	.permalink-cliques{
		font-size: 0.7em;
	}
	.permalink-categoria {
		font-size: 0.8em;
	}
	.permalink-btn {
		display: none;
	}
	.permalink-aba {
		width: 80%;
		font-size: 1.2em;
	}
	
	.links .link-2 {
		float: none;
		width: 95%;
		margin: 10% auto;
	}
	.links .link-2-img {
		width: 100%;
	}
	.links .link-2-borda {
		width: 99% !important;
	}
	.links .link-2-compartilhe {
		display: block;
	}
	.links .link-2-compartilhe li IMG {  

	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	}
	
	.links .link-4 {
		width: 100%;
		float: none;
	}
	.link-4-left {
		width:30%;
	}
	.link-4-img {
		width:100%;
	}
	.link-4-borda {
		width:30%;
	}
	
	.link-4-right {
		width: 65%;
	}
	
	.link-4-title {
		width: 100%;
	}
	.link-4-title h1 a {
		width: 90%;
	}
	.link-4-redes {
		width: 100% !important;
	}
	
	.sidebar {
		width: 80%;
	}
	.sidebar .link-2-sidebar {
		float: none;
		width: 99%;
		margin: 2% auto !important;
	}
	.sidebar .sidebar-link-texto {
		margin: 0 auto;
		border: none;
	}
	.sidebar .link-2-img {
		width: 99%;
		border: none;
	}
	.sidebar .link-2-borda {
		width: 99% !important;
	}
	
	.sidebar .sidebar-banner-left {
		float: none;
		margin: 3% auto;
	}
	.sidebar .sidebar-banner-right {
		float: none;
		margin: 2% auto;
	}
	.footer {
		height: 300px;
	}
	.footer .footer-logo img {
		width: 90%;
	}
	.footer .footer-selos {
		display: none;
	}
	.footer .footer-copyright {
		display: none;
	}
	
	
}
	

