/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #d16450;
	color:#fff;
    text-shadow: none;
}

::selection {
    background: #d16450;
	color:#fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a{
	outline:none !important;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------- Fonts and Fontface ----------*/
@font-face {
    font-family: 'beautiful_flawsmedium';
    src: url('https://www.agenciamestre.com/checklist-seo/css/fontface/beautifulflaws-webfont.eot');
    src: url('https://www.agenciamestre.com/checklist-seo/css/fontface/beautifulflaws-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.agenciamestre.com/checklist-seo/css/fontface/beautifulflaws-webfont.woff') format('woff'),
         url('https://www.agenciamestre.com/checklist-seo/css/fontface/beautifulflaws-webfont.ttf') format('truetype'),
         url('https://www.agenciamestre.com/checklist-seo/css/fontface/beautifulflaws-webfont.svg#beautiful_flawsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'bangersregular';
    src: url('https://www.agenciamestre.com/checklist-seo/css/fontface/bangers-webfont.eot');
    src: url('https://www.agenciamestre.com/checklist-seo/css/fontface/bangers-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.agenciamestre.com/checklist-seo/css/fontface/bangers-webfont.woff') format('woff'),
         url('https://www.agenciamestre.com/checklist-seo/css/fontface/bangers-webfont.ttf') format('truetype'),
         url('https://www.agenciamestre.com/checklist-seo/css/fontface/bangers-webfont.svg#bangersregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'bangersregular';
	margin:0;
	padding:0;
	font-weight:lighter;
}

h2 {
	font-size: 90px;
	color: #ffffff;
}

/*---------- General styles ----------*/
body {
	background-color: #386d80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.container {
	margin: 0 auto;
	width: 1024px;
}

/*---------- Navigation ----------*/
nav {
	background-color: #333333;
    height: 100px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

nav .container ul {
	padding: 0;
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

nav .container ul:after {
	background-color: #999999;
    bottom: 55px;
    content: "";
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    width: 960px;
    z-index: 5;
}

nav .container ul li {
	color: #999999;
    float: left;
    margin: 19px;
    text-align: center;
	position: relative;
	z-index: 10;
}

nav .container ul li a {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -823px -1163px transparent;
    display: block;
    height: 35px;
    width: 35px;
}

nav .container ul li a:hover{
    background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -823px -1198px transparent;
}

nav .container ul li a.cbp-fbcurrent {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -823px -1198px transparent;
}

/*---------- Main ----------*/
header {
	margin-top: 100px;
}

header .container {
	overflow: hidden;
}

.container .social {
	margin: 35px auto;
    overflow: hidden;
    width: 400px;
}

.container .social .facebook{
	margin-right:40px;
}

.container .social div {
	float: left;
}

header .container h1 {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll 0 0 transparent;
    height: 621px;
    margin: 0 auto;
    width: 776px;
	display: block;
	text-indent: -9999px;
}

header .container p {
	color: #FFFFFF;
    display: block;
    font-family: 'beautiful_flawsmedium';
    font-size: 18px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    text-align: center;
    width: 776px;
}

header .container p span {
	color: #ffd200;
}

header .container p:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -648px -624px transparent;
    content: "";
    display: block;
    height: 205px;
    left: -110px;
    position: absolute;
    width: 96px;
	top: 0;
}

header .container p:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -746px -624px transparent;
    content: "";
    display: block;
    height: 205px;
    position: absolute;
    right: -110px;
    top: 0;
    width: 96px;
}

.scroll-icon {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -437px -1114px transparent;
    display: block;
    height: 27px;
    margin: 35px auto;
    text-indent: -9999px;
    width: 60px;
}



/*---------- SECTIONS ----------*/

section {
	height: 765px;
	padding-top:125px;
	position: relative;
}

#pagerank {
	background-color: #8bcfce;
}

#title {
	background-color: #ffc785;
}

#description {
	background-color: #386d80;
}

#links {
	background-color: #8bcfce;
}

#urls {
	background-color: #ffc785;
}

#urls-canonicas {
	background-color: #386d80;
}

#heading-tags {
	background-color: #8bcfce;
}

#imagens {
	background-color: #ffc785;
}

#breadcrumb {
	background-color: #386d80;
}

#sitemap {
	background-color: #8bcfce;
}

#pagina-404 {
	background-color: #ffc785;
}

#videos {
	background-color: #386d80;
}

#redirecionamento {
	background-color: #8bcfce;
}

#robots {
	background-color: #ffc785;
}


/*---------- ARTICLE ----------*/

section .container{
	margin: 0 auto;
	width: 1024px;
}

section .computer{
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll 0 -620px transparent;
    height: 464px;
    width: 545px;
	padding:26px 0px 0px 103px;
	display: block;
}

section .content{
	display:block;
	position:relative;
}

section .content h3{
	font-family: 'beautiful_flawsmedium';
	font-size:30px;
}

section .content h3.color-blue{
	color:#20647c;
}

section .content h3.color-green{
	color:#186e6d;
}

section .content h3.color-yellow{
	color:#ffc785;
}

section .content p{
	color:#fff;
	padding-right:25px;
	margin-bottom:30px;
	font-size:14px;
}

section .content a.view-link {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -490px -1125px transparent;
	position:absolute;
	right:20px;
	width: 205px;
	height: 175px;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow:hidden;
}

section .content a.view-link:hover {
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate( 20deg);
	-o-transform:rotate(20deg);
	-ms-transform:rotate(20deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section .bottom{
	width:100%;
	float:left;
	margin-top:50px;
}



/*---------- Styles pagerank ----------*/

#fade-pagerank {
	float:left;
}

#fly-pagerank {
	position: relative;
}

section .container h2.pagerank{
	position:relative;
	width:350px;
	margin: 0 auto;
}

section .container h2.pagerank:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.pagerank:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-130px;
	top: 25px;
}


/*---------- Styles title ----------*/
#fade-title {
	float:left;
}

#fly-title {
	position: relative;
}

section .container h2.title{
	position:relative;
	width:250px;
	margin: 0 auto;
}

section .container h2.title:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.title:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Styles description ----------*/
#fade-description {
	float:left;
}

#fly-description {
	position: relative;
}

section .container h2.meta{
	position:relative;
	width:590px;
	margin: 0 auto;
}

section .container h2.meta:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.meta:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}

/*---------- Styles link ----------*/

#fade-links {
	float:left;
}

#fly-links {
	position: relative;
}

section .container h2.links{
	position:relative;
	width:590px;
	margin: 0 auto;
}

section .container h2.links:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.links:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Styles urls ----------*/

#fade-urls {
	float:left;
}

#fly-urls {
	position: relative;
}

section .container h2.urls{
	position:relative;
	width:160px;
	margin: 0 auto;
}

section .container h2.urls:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.urls:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}

/*---------- Styles canonicas ----------*/
#fade-canonicas {
	float:left;
}

#fly-canonicas {
	position: relative;
}

section .container h2.canonicas{
	position:relative;
	width:530px;
	margin: 0 auto;
}

section .container h2.canonicas:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.canonicas:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Styles headings tags ----------*/
#fade-headings{
	float:left;
}

#fly-headings{
	position: relative;
}

section .container h2.headings{
	position:relative;
	width:460px;
	margin: 0 auto;
}

section .container h2.headings:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.headings:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}

/*---------- Styles imagens ----------*/
#fade-imagens{
	float:left;
}

#fly-imagens{
	position: relative;
}

section .container h2.imagens{
	position:relative;
	width:290px;
	margin: 0 auto;
}

section .container h2.imagens:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.imagens:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Styles breadcrumb ----------*/
#fade-breadcrumb{
	float:left;
}

#fly-breadcrumb{
	position: relative;
}

section .container h2.breadcrumb{
	position:relative;
	width:430px;
	margin: 0 auto;
}

section .container h2.breadcrumb:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.breadcrumb:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Styles sitemap ----------*/
#fade-sitemap{
	float:left;
}

#fly-sitemap{
	position: relative;
}

section .container h2.sitemap{
	position:relative;
	width:410px;
	margin: 0 auto;
}

section .container h2.sitemap:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.sitemap:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Styles 404 ----------*/
#fade-pagina-404{
	float:left;
}

#fly-pagina-404{
	position: relative;
}

section .container h2.pagina-404{
	position:relative;
	width:380px;
	margin: 0 auto;
}

section .container h2.pagina-404:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.pagina-404:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Styles videos ----------*/
#fade-videos{
	float:left;
}

#fly-videos{
	position: relative;
}

section .container h2.videos{
	position:relative;
	letter-spacing: 5px;
	width:250px;
	margin: 0 auto;
}

section .container h2.videos:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.videos:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1243px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}



/*---------- Styles redirecionamento ----------*/
#fade-redirecionamento{
	float:left;
}

#fly-redirecionamento{
	position: relative;
}

section .container h2.redirecionamento{
	position:relative;
	width:620px;
	margin: 0 auto;
}

section .container h2.redirecionamento:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.redirecionamento:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1163px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}



/*---------- Styles robots ----------*/
#fade-robots{
	float:left;
}

#fly-robots{
	position: relative;
}

section .container h2.robots{
	position:relative;
	width:390px;
	margin: 0 auto;
}

section .container h2.robots:before {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	left:-150px;
	top: 25px;
}

section .container h2.robots:after {
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -696px -1203px transparent;
    content: "";
    display: block;
    height: 40px;
    width: 127px;
	position:absolute;
	right:-150px;
	top: 25px;
}


/*---------- Footer ----------*/

footer {
	position:relative;
	background: #333;
	height:690px;
}

footer .end{
	width:100%;
	position:absolute;
	z-index:1;
	height:25px;
	background: url("https://www.agenciamestre.com/checklist-seo/img/background-end.png") repeat-x;
}

footer .container{
	width:1024px;
	padding-top:60px;
	margin: 0 auto;
}

footer .container .share{
	float:left;
	margin-bottom:20px;
}

footer .container .ricotinha{
	width:145px;
	height:285px;
	margin:0 20px 0 160px;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat scroll -720px -842px transparent;
	float:left;
	text-indent:-9999px;
}

footer .container h4{
	color:#fff;
	float:left;
	margin-top:10px;
	font-size:70px;
}

footer .container h5{
	color:#ffd200;
	float:left;
	font-size:45px;
	text-align: center;
    width: 510px;
}

footer .container ul{
	list-style:none;
	float:left;
}

footer .container ul li{
	margin-right:15px;
	float:left;
}

footer .container ul li.facebook{
	width:95px;
	height:125px;
	float:left;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1113px transparent;
	cursor:pointer;
}

footer .container ul li.facebook:hover{
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1243px transparent;
}

footer .container ul li.facebook span{
	width:85px;
	height:125px;
	padding-left:10px;
	position: absolute;
	display:block;
	background:url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1243px transparent;
	
	opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

footer .container ul li.facebook:hover span{
    opacity: 1;
}

footer .container ul li.gplus{
	width:95px;
	height:125px;
	float:left;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat -115px -1113px transparent;
	cursor:pointer;
}

footer .container ul li.gplus:hover{
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1243px transparent;
}

footer .container ul li.gplus span{
	width:70px;
	height:105px;
	padding:20px 0px 0px 25px;
	position: absolute;
	display:block;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1243px transparent;
	
	opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

footer .container ul li.gplus:hover span{
    opacity: 1;
}

footer .container ul li.twitter{
	width:95px;
	height:125px;
	float:left;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat -225px -1113px transparent;
	cursor:pointer;
}

footer .container ul li.twitter:hover{
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1243px transparent;
}

footer .container ul li.twitter span{
	width:80px;
	height:105px;
	padding:20px 0px 0px 15px;
	position: absolute;
	display:block;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1243px transparent;
	
	opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

footer .container ul li.twitter:hover span{
    opacity: 1;
}

footer .container ul li.pin{
	width:65px;
	height:90px;
	padding:35px 0px 0px 30px;
	float:left;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat -335px -1113px transparent;
	cursor:pointer;
}

footer .container ul li.pin:hover{
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat 0 -1243px transparent;
}

footer .container ul li.pin span{
	width:60px;
	height:95px;
	position: absolute;
	display:block;
	background: url("https://www.agenciamestre.com/checklist-seo/img/sprite.png") no-repeat -790px 0px transparent;
	
	opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

footer .container ul li.pin:hover span{
    opacity: 1;
}

footer .container .embed{
	float:left;
	border-top: 1px solid #4e4e4e;
	margin-left:140px;
}

footer .container .embed p{
	color: #979797;
}

footer .container .embed textarea{
	width:720px;
	margin-top:10px;
	padding:10px;
	background: #333;
	color: #979797;
	border: 2px solid #4e4e4e;
}

.assinatura {
	width:100%;
	display:block;
	height:110px;
	background:#454545;
	color: #979797;
}

.assinatura .container{
	width:1024px;
	padding-top:40px;
	margin: 0 auto;
}

.assinatura .container small{
	margin-top:10px;
	float:left;
	font-size:12px;
}

.assinatura .container a{
	float:right;
}


/*---------- Preloader  ----------*/

#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#386d80;
	z-index:9999;
	overflow-y: hidden;
}

#status {
	width:300px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(https://www.agenciamestre.com/checklist-seo/img/status.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-150px 0 0 -150px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
