@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

@font-face {
    font-family: 'sansation';
    src: url('Sansation_Regular-webfont.eot');
    src: url('Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Sansation_Regular-webfont.woff') format('woff'),
         url('Sansation_Regular-webfont.ttf') format('truetype'),
         url('Sansation_Regular-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QuicksandLight';
    src: url('Quicksand_Light-webfont.eot');
    src: url('Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Light-webfont.woff') format('woff'),
         url('Quicksand_Light-webfont.ttf') format('truetype'),
         url('Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

body {
  font-family: 'Sansation', Arial, sans-serif;
  font-size: 20px;
  color: #141414;
}

.screenwrapper {
  margin: 0 20px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  list-style-type: none;
  color: #de1212;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a[name]:link,
a[name]:visited,
a[name]:hover,
a[name]:active,
a[name] {
  text-decoration: none;
  color: #000;
  border: 0;
  outline:0;
}

a:hover {
  color: green;
}

#togglearea,
#toggle,
.right,
.theothers,
.superas,
.social,
#crazyclown,
#crazyclownhint,
.kwm,
.text {
  display: none;
}

header {
  background-color: black;
}

header .screenwrapper {
  margin: 0 auto;
}

h1.logo {
  padding-top: 15px;
  margin: 0 auto;
  width: 260px;
  font-size: 3em;
}

h1.logo a {
  color: white;
}

.tabs ul {
  margin: 20px auto;
  padding: 0;
  width: 100%;
}

.tabs ul li {
  float: left;
  list-style-type: none;
}

.tabs li {
  margin: 0 2px 0 0;
  width: 70px;
  height: 28px;
  padding-top: 5px;
  float: left;
  background: #000;
  color: #fff;
  font-size: .65em;
  font-weight: 100;
  line-height: 2em;
  list-style-type: none;
  text-align: center;
  vertical-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tabs li.active {
    background: #de1212;
}

.tabs li a {
  width: 70px;
  height: 25px;
  padding: 7px 5px;
  color: #fff;
  font-weight: 100;
}

.tabs li:hover {
  background: #de1212;
}

.line {
  margin: 0;
  height: 2px;
  background: #de1212;
  clear: both;
  border: none;
}

a.cta,
.cta {
  margin: 0;
  padding: 10px 70px;
  border: 1px solid #c41010;
  text-align: center;
  font-size: 1.4em;
  text-shadow: 0 1px 1px #323232;
  color: #fff;
  background: linear-gradient(top, #de1212 0%, #de1212 50%, #be0f0f 100%);
  background: -moz-linear-gradient(top, #de1212 0%, #de1212 50%, #be0f0f 100%);
  background: -webkit-linear-gradient(top, #de1212 0%, #de1212 50%, #be0f0f 100%);
  background: -ms-linear-gradient(top, #de1212 0%, #de1212 50%, #be0f0f 100%);
  background: -o-linear-gradient(top, #de1212 0%, #de1212 50%, #be0f0f 100%);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  display: inline-block;
}

a.cta:hover,
.cta:hover {
  background: #de1212;
  text-shadow: none;
}

footer {
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;
	padding-top: 20px;
  padding-left: 20px;
	margin-top: 45px;
}

footer .screenwrapper {
  margin: 0 auto;
  height: 100px;
}

footer ul {
  float: left;
  padding: 5px 10px;
  margin: 0;
}

footer ul li {
  list-style-type: none;
}

footer a {
  color: #fff;
}

/* FORMS */

.formsection {
  margin-bottom: 20px;
}

.formsection {
  overflow: visible;
  position: relative;
}

.formsection textarea,
.formsection input {
  margin-bottom: 20px;
  opacity: 1;
  padding: 13px 7px 10px;
  font-size: 1.3em;
}

.formsection textarea:focus,
.formsection input:focus {
  border-color: #de1212;
}

input[type=checkbox] {
  width: 20px;
}

form header {
  margin: 0 0 20px 0;
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 93%;
  background-color: #323232;
  border: 2px solid #141414;
  color: #b5b5b5;
  font-size: 1.2em;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {

}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

/* MENU * /

/***************** FONTS ********************/



/***************** NAVIGATION ********************/

nav {
  height: 0px;
}

nav ul {
   display: flex;
   flex-wrap: wrap;
   max-width: 1080px;
   margin: 0 auto;
   background: #999;
   padding: 0px;
}

nav ul,
nav li {
   flex: 1;
}

nav li:last-child {
   border-bottom: none;
}

nav a {
   text-decoration: none;
   color: inherit;
   display: block;
   font-size: 1.8rem;
}

nav a:hover {
   background: #adacac;
   color: #fff;
}

nav li {
   position: relative;
   line-height: 50px;
   color: #fff;
   text-align: center;
   list-style: none;
}

nav input,
nav label {
   display: none;
   width: 36px;
   height: 36px;
   background: #555;
   color: #fff;
   text-align: center;
   line-height: 36px;
   font-size: 1.6rem;
   border-radius: 4px;
}

nav label {
   position: absolute;
   top: 8px;
   right: 8px;
   transition: .4s;
}

nav label:hover {
   cursor: pointer;
}

nav label:before {
   font-family: FontAwesome;
   font-size: 24px;
   content: "\f0c9";
   text-align: center;
}


/*************** MEDIA QUERIES *******************/

 nav ul {
    transform: translateY(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    transition: all .5s;
 }
 nav li {
    flex: none;
    width: 100%;
    border-bottom: solid 1px #777;
 }
 nav input[type="checkbox"]:checked + ul {
    transform: translateY(-200%);
    width: 100%;
    background: #999;
    transition: all .5s;
 }
 nav label {
    display: block;
 }
 nav input[type="checkbox"]:checked + ul li:nth-child(1) {
    background: #777;
    color: #fff;
 }


.faq input[type="checkbox"] {
  display: none;
}

.faq {
  border-bottom: 1px solid grey;
  margin-bottom: 30px;
}

.apitable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  color: #2a2a2a;
  border-top: 1px solid #cdcdcd;
  background: #fafafa;
  height: 30px;
  margin-bottom: 25px;
}

.apitable th {
  font-size: 15px;
  padding: 10px;
  text-align: left;
  border: 1px solid #CDCDCD;
  background: #E0E0E0;
}

.apitable td {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  border: 1px solid #CDCDCD;
  white-space: normal;
  height: 25px;
}



/* SERP SNIPPET TOOL SERP SNIPPET TOOL SERP SNIPPET TOOL SERP SNIPPET TOOL SERP SNIPPET TOOL SERP SNIPPET TOOL SERP SNIPPET TOOL SERP SNIPPET TOOL SERP SNIPPET TOOL */

#tagmaker em {
  font-style: normal;
}

#tagmaker p {
  padding: 0;
  font-size: 0.85em;
}

#tagmaker h4 {
  margin-top: 30px;
  clear: both;
}

#tagmaker .google-serp .st {
  max-width: 42em;
}

#tagmaker {
  position: relative;
  margin-top: 50px;
}

#tagmaker .formsection {
  margin-bottom: 15px;
  overflow: visible;
  position: relative;
  width: 100%;
}

#tagmaker .tagmaker-section {
  position: relative;
  margin: 30px 30px 0px 20px;
  min-height: 40px;
}

#tagmaker .tagmaker-section span {
  float: right;
  font-size: 12px;
  top: -22px;
  position: absolute;
  right: -22px;
  padding: 4px 5px 3px;
  width: 220px;
  color: #de1212;
  text-align: center;
  background: #fff;
  font-weight: bold;
}

#tagmaker .tagmaker-section .title {
  position:relative;
}


#tagmaker .urlarea {
  width:100%;
  float:none;
  height:200px;
  margin-right:0px;
}

#tagmaker .addition {
  width:100%;
  height:150px;
  float:none;
  padding-top:0px;
}

#tagmaker .addition > div{
  line-height: 1.4em;
}

#tagmaker .fieldclass {
  padding: 7px 7px 3px;
  width: 100%;
  font: 22px 'sansation', Arial, sans-serif;
}

#tagmaker label {
  background: #fff;
  color: black;
  cursor: text;
  font-size: 16px;
  left: -10px;
  line-height: 10px;
  opacity: 1;
  padding: 7px 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  top: -24px;
}


#tagmaker label.inline {
  font-size: 15px;
  left: 0;
  line-height: 10px;
  opacity: 1;
  padding: 0;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  top:0;
  cursor: pointer;
}


#tagmaker textarea {
  height: 50px;
}

#tagmaker td:first-child {
  width: 150px;
  vertical-align: top;
  line-height: 3em;
  font-size: .8em;
}

#tagmaker td:nth-child(2){
  background: #fff;
  width: 800px;
  padding: 0px 15px 0 15px;
  border: 1px solid #E0E0E0;
}

#tagmaker pre {
  margin: 1.6em 0;
  font-size: .8em;
}

#tagmaker .tagmaker-section span#fetchurl {
  cursor: pointer;
  width: 125px;
}

#tagmaker ::-webkit-input-placeholder { font-size: 12px; }
#tagmaker ::-moz-placeholder { font-size: 12px;}
#tagmaker :-ms-input-placeholder { font-size: 12px; }
#tagmaker input:-moz-placeholder { font-size: 12px; }

.pixelinfo {
  font-size: 11px;
  color: #000;
  background: #CECECE;
  padding: 10px;
  margin-top: 5px;
}

.pixelinfo em {
  font-weight: bold;
}


.google-desktop-bg {
  margin-top: 10px;
}

.google-serp {
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #E0E0E0;
}

.bghit {
  background: #DAFFDD;
}

.google-serp h3 {
  font-family: arial,sans-serif;
  color: #1a0dab;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.google-serp h3:hover {
  text-decoration: underline;
}

.google-serp a {
  color: #12c;
}

.google-serp cite {
  font-family: arial,sans-serif;
  color: #006621;
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}

.google-serp cite b {
  font-weight: bold;
  color: #006621;
}

.google-serp em.f {
  color: #808080;
}

.google-serp span {
  font-family: arial,sans-serif;
  color: #545454;
  font-size: small;
  word-wrap: break-word;
  display: block;
  line-height: 1.4;
}

.google-serp small {
  font-size: .6em;
  float: right;
}

.google-serp b {
  color: #6a6a6a;
  font-weight: bold;
}

.google-mobile-serp .osl,
.google-serp .osl {
  font-family: arial,sans-serif;
  font-size: small;
  color:#777;
  margin-top: 2px;
  display: none;
}

.google-serp b {
  color: #444;
  font-weight: bold;
}

.osl a {
  color:#1a0dab;
}

.osl a:hover {
  color:#1a0dab;
  text-decoration: underline;
}

._ayg {
  width: 66px;
  height: 12px;
  background-image: url('../gfx/google-serp-stars.png');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

.google-mobile-serp ._ayg {
  background-image: url('../gfx/google-serp-stars2.png');
}

.slp {
  font-family: arial,sans-serif;
  font-size: small;
  color: #808080;
  display: none;
}

.date-opt-google,
.mobile-opt-google {
  display: none;
}

.google-mobile-bg {
  background-color: #f2f2f2;
  padding: 10px;
  margin-top: 10px;
}

.google-mobile-serp {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  border-radius: 2px;
  padding: 15px;
  line-height: 20px;
}

.google-mobile-serp h3 {
  font-family: arial,sans-serif;
  color: #1a0dab;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.google-mobile-serp a {
  color: #12c;
}

.google-mobile-serp cite {
  font-family: arial,sans-serif;
  color: #006621;
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  margin-bottom: 2px;
}

.google-mobile-serp cite b {
  font-weight: normal;
  color: #006621;
}

.google-mobile-serp em.f {
  color: #808080;
}

.google-mobile-serp span {
  font-family: arial,sans-serif;
  color: #222;
  font-size: small;
  display: block;
  line-height: 20px;
}

.google-mobile-serp .oxf {
  border-bottom: 1px solid #ebebeb;
  display: block;
  line-height: 20px;
  margin: 2px -16px 9px -16px;
  padding: 0 16px 11px 16px;
}

.google-mobile-serp small {
  font-size: .6em;
  float: right;
}


table.scanner-table {
  border-collapse: collapse;
  width: 100%;
  background-image: -webkit-gradient(linear,center bottom,center top,from(white),color-stop(0.5, #DFDFDF),to(white));
}

.scanner-table {
  font-size: .7em;
}

.scanner-table td {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  padding: 8px;
}

.scanner-table td:nth-child(2n+1) {
  background-color: #ECECEC;
}

.scanner-table td:nth-child(2n) {
  background-color: #fff;
}

.scanner-table th:nth-child(2),
.scanner-table td:nth-child(2),
.scanner-table th:nth-child(3),
.scanner-table td:nth-child(3),
.scanner-table th:nth-child(6),
.scanner-table td:nth-child(6),
.scanner-table th:nth-child(4),
.scanner-table td:nth-child(4),
.scanner-table th:nth-child(5),
.scanner-table td:nth-child(5)
{
  display: none;
}

.scanner-table th.first {
  border: 1px solid #c0c0c0;
  border-bottom: 4px solid #c0c0c0;
  border-collapse: collapse;
  background: #06680E;
  background:-moz-linear-gradient(top, #FAFAFA, #E2E2E2);
  background:-webkit-linear-gradient(top, #FAFAFA, #E2E2E2);
  background:-o-linear-gradient(top, #FAFAFA, #E2E2E2);
  background:-ms-linear-gradient(top, #FAFAFA, #E2E2E2);
  background:linear-gradient(top, #FAFAFA, #E2E2E2);
  font-size: 1.2em;
  padding: 10px;
  color: #131313;
  font-weight: 400;
}

.scanner-table th.first small {
  font-size: 12px;
}

.scanner-table td .wrapper {
  overflow: auto;
  display: block;
  max-height: 100px;
  max-width: 200px;
}

.tooltip,
.show-hidden,
.open-lightbox,
.screenshot,
.notmobile {
  display:none;
}

#refresh,
#createpdf {
  float:right;
}

.iconrefresh,
.iconpdf,
.iconpdf2,
.icondownload,
.iconerror {
  width: 50px;
}

.iconspin {
  width: 100px;
  margin-top: 50px;
}

.features-table {
  border-collapse: collapse;
}

.features-table td {
  border:1px solid #c0c0c0;
  padding: 10px;
  font-size: 70%;
}

img.tblicon {
  width: 20px;
}

img.tblstar {
  width: 15px;
}

.features-table td.first {
  padding:10px;
  background: #e0e0e0;
  font-size: 90%;
}

.features-table .innertable {
  border-collapse: collapse;
  width: 100%;
}

.innertable td.gserphl {
  background: rgba(255, 0, 0, 0.1);
}

.features-table .innertable td:nth-child(3),
.features-table .innertable th:nth-child(3) {
  display: none;
}

.innertable td.kwgap {
  background: #932E2E;
  height: 2px;
  font-size: 8px;
  text-shadow: none;
  color: #fff;
  padding: 0;
}

.gserp a {
  width: 200px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.innertable th {
  padding: 10px;
  text-align: left;
  border: 1px solid #CDCDCD;
  background: #E0E0E0;
}

b.good {
  color:#448D27;
}

b.warn {
  color:#2864c4;
}

b.erro {
  color:#932e2e;
}

b {
  color:#000;
}

.providedby,
small {
  font-size:70%;
}

.screenipad {
  width: 320px;
}

.screeniphone {
  width: 320px;
}

.screengalaxy {
  width: 320px;
}

.mob_frame {
  margin-bottom: 20px;
}

.mob_frame span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.iframe-responsive {
  border: 5px solid gray;
  border-radius: 5px;
}

.jump {
  margin: 5px;
  width:90%;
  padding: 8px;
  position: relative;
  font-size: .8em;
  text-align: center;
  border: 1px solid #903639;
  color: #fff;
  background-color: #AC3035;
  color: #FFFFFF;
  border-radius: 2px;
}

.jump a {
  color:#fff;
}

.crazyup {
  padding: 10px;
  margin: 10px 0;
}

.static {
  display: block;
  padding: 10px 0;
  font-size: 70%;
  text-decoration: underline;
}

.dynamic {
  font-size: 90%;
}


/* HEADINGS */

.resultheading {
  margin-bottom: 10px;
}

.resultheading .missing {
  color: #A5A5A5;
}

.makeh1 {
  font-size: 20px;
}

.makeh1 .btn {
  font-size: 20px;
  padding: 15px 9px 9px 9px;
}

.makeh2 {
  font-size: 17px;
  margin-left: 15px;
}

.makeh2 .btn {
  font-size: 17px;
  padding: 12px 8px 8px 8px;
}

.makeh3 {
  font-size: 15px;
  margin-left: 30px;
}

.makeh3 .btn {
  font-size: .85em;
  padding: 8px 7px 5px 7px;
}

.makeh4 {
  font-size: 13px;
  margin-left: 45px;
}

.makeh4 .btn {
  font-size: .85em;
  padding: 8px 7px 5px 7px;
}

.makeh5 {
  font-size: 11px;
  margin-left: 60px;
}

.makeh5 .btn {
  font-size: .85em;
  padding: 8px 7px 5px 7px;
}

.makeh6 {
  font-size: 9px;
  margin-left: 75px;
}

.makeh6 .btn {
  font-size: .85em;
  padding: 8px 7px 5px 7px;
}

.btnheading {
  padding: 3px 6px;
}

.btn {
  display: inline-block;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
}

 .btn.btn-green {
  -webkit-box-shadow: inset 0 1px 2px #a2c873;
  -moz-box-shadow: inset 0 1px 2px #a2c873;
  background: #82b346;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #82b346));
  background-image: -webkit-linear-gradient(top, #96c161, #82b346);
  background-image: -moz-linear-gradient(top, #96c161, #82b346);
  background-image: -o-linear-gradient(top, #96c161, #82b346);
  background-image: linear-gradient(top, #96c161, #82b346);
}

 .btn.btn-red {
  -webkit-box-shadow: 0 1px 2px 0 #c27272 inset;
  -moz-box-shadow: 0 1px 2px 0 #c27272 inset;
  box-shadow: 0 1px 2px 0 #c27272 inset;
  background: #a54747;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c27272), color-stop(100%, #a54747));
  background-image: -webkit-linear-gradient(top, #c27272, #a54747);
  background-image: -moz-linear-gradient(top, #c27272, #a54747);
  background-image: -o-linear-gradient(top, #c27272, #a54747);
  background-image: linear-gradient(top, #c27272, #a54747);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

figure.pagespeed {
  margin: 5px;
}

figure.pagespeed figcaption {
  font-size: 10px;
}