/*
Theme Name: ninjatools
Description: ninjatools theme
Version: 1.0
Author: UGE
Author URI: http://lutsk.uge-gmbh.de/
Tags: white, light, three-columns, right-sidebar, fixed-width, left-sidebar, right-sidebar

	ninjatools v1.0

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	font-family: "Montserrat", Sans-serif; 
	<link href='http://fonts.googleapis.com/css?family=Exo:400,600,400italic' rel='stylesheet' type='text/css'>

*/

html {
    background: #ffffff;
}


/* Begin Typography & Colors */

body {
    background: none;
    position: relative;
    color: #404040;
    font-family: "Montserrat", Sans-serif;
    font-size: 62.5%;
    /* Resets 1em to 10px */
    line-height: 1.5;
}

.result-success {
    font-size: 1.4em;
    margin: 20px 0;
}

label {
    font-size: 1.4em;
}

#page {
    text-align: left;
}

#homepage #subglobal {}

#header {
    background: transparent;
    margin: 0;
    padding: 0;
    height: 75px;
}

.category-description {
    font-size: 15px;
    line-height: 25px;
    padding: 20px 0 30px;
    color: #6d7b80;
    width: 98%;
}

#logo {
    float: left;
    height: 109px;
    margin-top: 8px;
    position: absolute;
    z-index: 2;
}

#headermenu_wrapper {
    background: url('https://www.internetmarketingninjas.com/images/header-bg.jpg') repeat-x;
    position: relative;
    border-bottom: 2px solid #333333;
    box-shadow: 0 8px 6px -6px rgba(33, 33, 33, 0.5);
    padding-top: 0.6em;
    position: relative;
    width: 100%;
}

#headermenu {
    height: 80px;
    background: transparent;
    width: 980px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.nav-button,
.nav-button:hover,
.nav-button:focus {
    background: transparent url('/static/images/dsft/seochat-icons-sprite.png');
    background-position: 0 0;
    margin: 26px 0 20px 160px;
    width: 36px;
    height: 36px;
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0 0 0 0;
}

.nav-button:hover,
.nav-button:focus {
    opacity: 0.8;
}

.drop-down {
    background: none;
}

.drop-down:hover {
    box-shadow: none;
    border: none;
}

#headermenu .new-menu {
    width: 300px;
    padding: 0;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 3px 3px 15px rgba(33, 33, 33, 0.3);
    text-align: left;
    font: 1.8em 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 3;
    display: none;
}

#headermenu .new-menu-open {
    display: block;
}

#headermenu .new-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#headermenu .new-menu li {
    border-bottom: 2px solid #E8E8E8;
    margin: 0 0 0 0;
}

#headermenu .new-menu li a {
    color: #575757;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    width: 246px;
    margin: 0;
}

#headermenu .new-menu li a:hover {
    color: #ffffff;
    background: #2A5DB0;
    width: 246px;
    padding: 0.5em 1.5em;
    display: inline-block;
}

#headermenu .new-menu li:last-child {
    border-bottom: none;
}

#headermenu .new-menu ul li:last-child a,
#headermenu .new-menu ul li:last-child a:hover {
    border-radius: 0 0 5px 5px;
}

#headermenu .new-menu ul li:first-child a,
#headermenu .new-menu ul li:first-child a:hover {
    border-radius: 5px 5px 0 0;
}

ul#menu6,
ul#menu6 ul.sub-menu6 {
    padding: 0;
    margin: 0;
}

ul#menu6 li,
ul#menu6 ul#sub-menu6 li {
    list-style-type: none;
    display: inline-block;
}

ul#menu6 li a,
ul#menu6 li ul#sub-menu6 li a {}

ul#menu6 li {
    position: relative;
}

ul#menu6 li ul#sub-menu6 {
    display: none;
    position: absolute;
    top: 70px;
    left: -30px;
    width: 300px;
}

ul#menu6 li:hover ul#sub-menu6 {
    display: block;
}

#headermenu div.share {
    position: absolute;
    top: 250px;
    right: -110px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
    border: 1px solid #ededed;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 3px 0 3px;
}

#headermenu .share ul li {
    list-style-type: none;
    text-align: center;
    margin: 0 0 0 -22px;
    padding: 5px 0;
}

#topmenu_wrapper {
    position: relative;
    width: 980px;
    ;
    margin: 0 auto;
}

#content {
    font-size: 1.2em;
    margin-left: 0%;
}

.widecolumn .entry p {
    font-size: 1.05em;
}

.narrowcolumn .entry,
.widecolumn .entry {
    line-height: 1.4em;
}

.widecolumn {
    line-height: 1.6em;
}

.narrowcolumn .postmetadata {
    font-size: 0.9em;
}

.alt {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1,
h2,
h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
}

#headerimg h1 {
    font-size: 4em;
}

#headerimg #slider {
    margin: 0 auto;
    width: 980px;
    ;
}

.losung {
    text-align: left;
    padding-top: 115px;
    background: transparent url("/static/images/dsft/losung.png") no-repeat left bottom;
    height: 75px;
}

#headerimg .description {
    padding-top: 15px;
    font-size: 1.2em;
    color: #fff;
    width: 425px;
    text-align: left;
}

h1,
h2 {
    font-size: 1.6em;
    color: #666;
}

h2.pagetitle {
    font-size: 1.6em;
}

#rightsidebar h2,
#leftsidebar h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
}

h3 {
    font-size: 1.3em;
    color: #666;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited {
    text-decoration: none;
    color: #996;
}

h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited {
    color: #996;
}

h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited,
#rightsidebar h2,
#wp-calendar caption,
cite,
#leftsidebar h2 {
    text-decoration: none;
    color: #996;
}

#rightsidebar h2,
#leftsidebar h2 {
    color: #666;
}

h2 a:hover,
h3 a:hover {
    text-decoration: none;
    color: #666;
}

.entry p a:visited {
    color: #996;
}

.commentlist li,
#commentform input,
#commentform textarea {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    line-height: 1.4em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite,
.commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: Arial, Helvetica, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

textarea#comment-text {
    width: 85%;
}

label.pcomment {
    font-size: 1em;
}

#rightsidebar,
#leftsidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small,
#rightsidebar ul ul li,
#rightsidebar ul ol li,
#leftsidebar ul ul li,
#leftsidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
    color: #333;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,
abbr,
span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

pre {
    font: 1.1em 'Courier New', Courier, Fixed;
    overflow: auto;
    /*--If the Code exceeds the width, a scrolling is available--*/
    overflow-Y: hidden;
    /*--Hides vertical scroll created by IE--*/
}

#wp-calendar #prev a,
#wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}


/* End Typography & Colors */


/* Begin Structure */

body {
    margin: 0;
    padding: 0;
}

#page {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 980px;
}

.narrowcolumn {
    padding: 0 0 20px 0;
}

.widecolumn {}

.post {
    margin: 0 0 0px;
    text-align: justify;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee;
    -moz-use-text-color: #eeeeee;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: .3em 0;
    margin: 20px 0;
}

.post hr {
    display: block;
    color: #90CCE6;
    background-color: #90CCE6;
    height: 1px;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

#footer {
    padding: 0;
    margin: 0 auto;
    clear: both;
}


/* End Structure */


/*	Begin Headers */

h1 {
    padding-top: 70px;
    margin: 0;
}

h2 {
    margin: 10px 0 0 0;
    text-align: center;
}

h2.pagetitle {
    margin-top: 30px;
}

#rightsidebar h2,
#leftsidebar h2 {
    margin: 5px 0 0;
    padding: 0;
}

h3 {
    padding: 0;
    margin: 30px 0 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px;
}


/* End Headers */


/* Begin Images */

p img {
    padding: 0;
    max-width: 100%;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}


/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
    line-height: 1em;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before,
#rightsidebar ul ul li:before,
#leftsidebar ul ul li:before {
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul,
.postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#rightsidebar ul,
#rightsidebar ul ol,
#leftsidebar ul,
#leftsidebar ul ol {
    margin: 0;
    padding: 0;
}

#rightsidebar ul li,
#leftsidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#leftsidebar ul li.widget {
    background-color: #fff;
}

#rightsidebar ul li.widget {
    background-color: #fff;
}

#rightsidebar ul p,
#rightsidebar ul select,
#leftsidebar ul p,
#leftsidebar ul select {
    margin: 5px 0 8px;
}

#rightsidebar ul ul,
#rightsidebar ul ol,
#leftsidebar ul ul,
#leftsidebar ul ol {
    margin: 5px 0 0 10px;
}

#rightsidebar ul ul ul,
#rightsidebar ul ol,
#leftsidebar ul ul ul,
#leftsidebar ul ol {
    /*margin: 0 0 0 10px;*/
}

ol li,
#leftsidebar ul ol li,
#rightsidebar ul ol li {
    list-style: decimal outside;
}

#rightsidebar ul ul li,
#rightsidebar ul ol li,
#leftsidebar ul ul li,
#leftsidebar ul ol li {
    margin: 3px 0 0;
    padding: 0 3px;
}

ul ul li {
    margin-left: 0px;
    padding-left: 10px;
    text-indent: -10px;
}


/* End Entry Lists */


/* Begin Form Elements */

.searchform {
    margin: 10px auto;
    padding: 5px 3px;
}

.entry form {
    /* This is mainly for password protected posts, makes them look better. */
    text-align: left;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0;
    float: right;
    cursor: pointer;
}

input,
textarea,
select {
    border: #ddd 1px solid;
    background-color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
}

#text_field,
#text_area,
.password,
select {
    /*width: 100%;*/
}


/* End Form Elements */


/* Begin Comments*/

.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}


/* End Comments */


/* Begin Sidebar */

#rightsidebar form {
    margin: 0;
}


/* End Sidebar */


/* Begin LeftSidebar */

#rightsidebar,
#leftsidebar {
    padding-top: 40px;
    padding-bottom: 10px;
}

#leftsidebar form {
    margin: 0;
}


/* End LeftSidebar */


/* Begin Calendar */

#wp-calendar_wrap {
    text-align: left;
}

#wp-calendar {
    empty-cells: show;
    margin: 10px 0 0 0;
    width: 155px;
    text-align: left;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    width: 100%;
    text-align: left;
}

#wp-calendar td {
    padding: 3px 0;
}

#wp-calendar td.pad:hover {
    /* Doesn't work in IE */
    background-color: #fff;
}


/* End Calendar */


/* Begin Various Tags & Classes */

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #eee;
}

blockquote {
    font-weight: bold;
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #eee;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {}

.hidden {
    display: none !important;
    visibility: hidden;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    margin-top: 10px;
    margin-bottom: 60px;
}


/* End Various Tags & Classes*/


/* Captions */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #eee;
    background-color: #fff;
    padding-top: 4px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0px 5px;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


/* End captions */


/* ninja tools*/

#key_features {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    border: 1px solid rgba(224, 224, 224, 0.5);
    padding: 10px 20px;
    margin-bottom: 20px;
}

#key_features>h2 {
    color: #424242;
    padding-bottom: 20px;
    margin: 0;
    background: transparent url("/static/images/dsft/blue_line.png") no-repeat left bottom;
    font-weight: normal;
    font-size: 1.6em;
    font-family: Verdana;
}

#key_features h1 {
    padding: 10px 0;
}

#key_features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

#key_features ul li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    position: relative;
}

#key_features ul li:before {
    content: '';
}

#key_features ul li.divider {
    line-height: 1px;
    border-bottom: 1px dotted #777;
    margin: 10px 0;
}

#key_features ul li div h1 {
    color: #0882b8;
}

#key_features ul li img {
    top: -50%;
    margin-top: 5%;
}

#tarifs {
    display: block;
    position: relative;
    color: #929292;
    font-size: .8em;
    margin: 0 auto;
    min-width: 360px;
}

#tarifs:after {
    content: " ";
    clear: both;
    display: block;
}

#tarifs>div {
    position: relative;
    min-width: 120px;
}

#tarifs .tarif {
    -webkit-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    border: 0px solid rgba(224, 224, 224, 0.5);
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.tarif ul li {
    list-style: none;
}

#tarifs .tarif>* {
    padding: 0 10px;
}

#tarifs .tarif ul {
    padding: ;
}

#tarifs ul li {
    margin: 0;
    padding: 0 0 0 20px;
}

#tarifs ul li:before {
    content: '';
}

#tarif-bronze,
#tarif-gold {
    padding: 5px 0;
    z-index: 1;
    width: 33%;
    float: left;
}

#tarif-gold {}

#tarif-bronze .tarif,
#tarif-gold .tarif {
    margin: 10px 0;
}

#tarif-silver {
    margin: 0 -3px;
    z-index: 2;
    background-color: #fff;
    width: 34%;
    float: left;
}

#tarifs h1 {
    margin: 0;
    padding: 10px;
    color: #fff;
    background-color: #333;
    text-align: center;
}

.tarif .counter {
    font-size: 1.3em;
    color: #000;
}

.tarif .pro {
    color: #000;
}

.tarif .ib {
    display: inline-block;
    position: absolute;
    z-index: 0
}

.tarif .tarif-price-wrapper {
    white-space: nowrap;
    display: block;
    position: relative;
    height: 30px;
    margin-top: 20px
}

#tarif-silver .tarif .tarif-price-wrapper {
    margin-top: 30px;
    height: 45px;
}

.tarif-price-wrapper sup {
    font-size: 60%;
}

.tarif .tarif-money-sign sup {
    font-size: 75%;
}

.tarif .tarif-money-sign {
    font-size: 4em;
    font-weight: bold;
    top: 5px;
}

.tarif .tarif-price {
    color: #000000;
    display: block;
    font-size: 4em;
    font-weight: bold;
    right: 5px;
    text-align: left;
    top: 0;
    width: 70%;
}

#tarif-bronze .tarif .tarif-price {
    width: 50%;
}

.tarif .tarif-old-price {
    font-size: 2.5em;
    left: 15px;
    width: 50%;
    height: 40px;
    top: -20px;
    padding-top: 10px;
    padding-left: 10px;
}

.tarif .tarif-old-price-strike {
    background: transparent url("/static/images/dsft/old-price.png") no-repeat left top;
    left: 15px;
    width: 50%;
    height: 40px;
    top: -20px;
    padding-top: 10px;
    padding-left: 10px;
}

.tarif .special-offer {
    text-align: center;
    color: #f00;
    font-size: 1em;
    left: 10px;
    top: 15px;
}

.tarif .tarif-period {
    text-align: center;
}

.tarif button {
    margin: 0 auto 10px auto;
    display: block;
    font-size: 1.1em;
}

ul.payments {
    margin: 0 0 5px 0 !important;
    padding: 0 0 5px 0;
    text-align: center;
}

ul.payments li {
    display: inline-block;
    list-style: none;
    border: none;
    padding: 0 5px 0 0 !important;
    background: transparent url("/static/images/dsft/payments-border.png") no-repeat right center;
    text-indent: 0;
    margin: 0
}

ul.payments li:LAST-CHILD {
    background: none;
}

#leftsidebar ul ul.payments li:BEFORE,
#leftwidgets ul ul.payments li:BEFORE {
    content: '' !important;
}

ul.payments img {
    max-width: 125%
}

.accordion .accordion-group {
    border: 1px solid #e6e6e6;
    padding: 0;
    -webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
    background-color: #fff;
    margin-bottom: 10px;
}

.accordion .accordion-toggle {
    text-decoration: none;
    color: #333;
    margin: 0 10px 0 0;
    font-size: 1.4em;
    padding: 0 40px 0 0;
    text-align: center;
}

.accordion .accordion-toggle {
    background: transparent url("/static/images/dsft/collapser_expanded.png") no-repeat right center;
}

.accordion .accordion-toggle.collapsed {
    background: transparent url("/static/images/dsft/collapser.png") no-repeat right center;
}

.accordion .accordion-heading {
    min-height: 20px;
    margin: 0;
    padding: 0;
}

#accordion1 .accordion-inner ul {
    margin-left: 0;
}

#accordion1 .accordion-inner ul li:BEFORE {
    content: '';
}

#accordion1 .accordion-inner ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 1px 0;
    background: transparent url("/static/images/dsft/list-item-blue.png") no-repeat left 8px;
    padding-left: 10px!important;
    margin: 0;
}

#accordion1 .accordion-inner ul li.tool-selected {
    font-weight: bold;
}

.post h2 {
    color: #424242;
    padding-bottom: 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 2.0em;
    font-family: 'Exo 2', sans-serif;
    text-align: left;
}

.post>.entry>h3 {
    color: #0882b8;
    margin: 0;
    padding: 0;
}

.post>h2:after {
    width: 127px;
    border-color: transparent #0882b8 transparent #0882b8;
    height: 7px;
    position: absolute;
    margin-left: -100%;
}

#topsocialmenu {
    display: none;
    position: absolute;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
}

#topsocialmenu .navbar-inner {
    background: none!important;
    border: none;
    filter: none;
    min-height: 20px;
    padding: 0 5px!important;
}

#topsocialmenu .nav>li>a {
    padding: 0 5px;
    color: #fff;
    text-shadow: none;
}

#topsocialmenu .nav>li>a>i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
    filter: alpha(opacity=28);
    -moz-opacity: 0.28;
    -khtml-opacity: 0.28;
    opacity: 0.28;
}

#topsocialmenu .nav>li>a:hover>i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#topsocialmenu.navbar .nav {
    margin: 0;
}

#toploginmenu {
    position: absolute;
    position: absolute;
    right: 0;
    top: 0;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #FC4F30;
    width: auto;
    height: auto;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
    font-size: 1.3em;
}

#toploginmenu .navbar-inner {
    background: none!important;
    filter: none;
    border: none;
    min-height: 34px;
    padding: 0 5px!important;
}

#toploginmenu .divider-vertical {
    border: none;
    border-left: 1px solid #000;
    height: 16px;
    margin: 8px 3px 3px 3px;
}

#toploginmenu.navbar .nav>li>a {
    padding: 5px 10px;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

#toploginmenu.navbar .nav>li>a:hover {
    text-decoration: underline;
}

#toploginmenu.navbar .nav>li>a.icon {
    padding: 0;
    margin: 0 5px;
}

#toploginmenu.navbar .nav {
    margin: 0;
}

#topmenu,
#topsignupmenu {
    position: absolute;
    left: 0;
    top: -100px;
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    margin-bottom: 0;
    /*border-top: 1px dotted #777;*/
    padding: 0 0 0 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
    z-index: 5;
}

#topmenu .navbar-inner,
#topsignupmenu .navbar-inner {
    background: none !important;
    filter: none;
    border: none;
    min-height: 25px;
    padding: 0 !important;
}

#topmenu .divider-vertical,
#topsignupmenu .divider-vertical {
    border: none;
    display: inline-block;
    /*background: transparent url("/static/images/dsft/topmenuseparator.png") no-repeat center center;*/
    width: 0px;
    height: 20px;
}

#topmenu.navbar .nav>li>a,
#topsignupmenu.navbar .nav>li>a {
    padding: 10px 10px;
    color: #363636;
    text-shadow: none;
    text-transform: none;
    font-size: 1.4em;
    font-weight: bold;
}

#topmenu.navbar .nav>li>a:hover,
#topsignupmenu.navbar .nav>li>a:hover {
    /*color:#0e88bd;*/
}

#topmenu.navbar .nav>li {
    padding: 6px 2px;
}

#topmenu.navbar .nav>li img {
    margin-top: -2px;
    ;
}

#topmenu.navbar .nav>li:hover {
    /*color:#0e88bd;*/
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
}

#topmenu.navbar .nav>li>a.last,
#topsignupmenu.navbar .nav>li>a.last {
    padding: 0;
    margin-right: 0;
    padding-right: 0;
}

#topmenu.navbar .nav>li:first-child {
    display: none;
}

#topmenu.navbar .nav>li>a i {
    display: none;
}

#topmenu.navbar .nav>li>a span {
    display: inline-block;
}

#topmenu.navbar .nav,
#topsignupmenu.navbar .nav {
    margin: 0;
}

#topsignupmenu {
    display: none;
}

.header-beta {
    float: left;
    display: inline;
    margin: -48px 0 0 250px;
}

.header-beta a {
    color: #FFFFFF;
    font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8em;
}

.header-beta a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.user-login {
    margin: 100px auto 0 auto;
    width: 400px;
}

.user-login p {
    font-size: 18px;
    font-family: 'Helvetica', san-serif;
    font-weight: 300;
    color: #333333;
}

.user-login .content-header {
    font-size: 22px;
    font-family: 'Exo 2', san-serif;
    color: #222222;
    font-weight: 400;
}

#rightsidebar .widget,
#leftsidebar .widget {
    border: 1px solid #e6e6e6;
    padding: 0;
    -webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.5);
}

#rightsidebar .widget.widget_search,
#leftsidebar .widget.widget_search {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#rightsidebar .widget h2,
#leftsidebar .widget h2 {
    background: transparent url("/static/images/dsft/widget_title_bg.png") repeat-x left top;
    line-height: 18px;
    color: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.1);
    padding: 5px;
}

#leftsidebar .widget h2,
#leftwidgets .widget h2 {
    color: #6c6c6c;
    background: #fff;
}

#leftsidebar {
    margin-left: 0;
}

#submission {
    background-color: #0e88bd;
    border-bottom: 5px solid #28a0d3;
    height: 70px;
}

#submission_wrapper {
    width: 980px;
    ;
    margin: 0 auto;
    height: 60px;
    padding: 5px 0;
    font-size: 14px;
    font-style: italic;
}

#submission_text {
    font-family: Times;
    text-align: left;
}

#submission img {
    display: inline-block;
}

#submission img.open_quot {
    margin: 0 5px 0 0;
    vertical-align: top;
}

#submission img.close_quot {
    margin: 0 0 0 5px;
}

#submission_wrapper p {
    color: #000;
    text-align: right;
    padding: 0;
}

#copy_wrapper {
    margin: 0 auto 0 auto;
    width: 980px;
    ;
    padding-top: 10px;
}

#copy {
    text-align: left;
    margin-right: 20px;
    border: none;
    height: 40px;
    bottom: 0;
    font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: none;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 140%;
}

#copy a {
    color: #295CB0;
    text-decoration: none;
}

#copy a:hover {
    text-decoration: underline;
}

#footer_widgets {
    margin: 0 auto;
    width: 980px;
    ;
}

#footer_widgets .widget {
    padding: 20px 0;
    text-align: left;
}

#footer_widgets .widget h2 {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Exo 2', sans-serif;
}

#footer_widgets .widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
}

#footer_widgets>ul {
    position: relative;
}

#footer_widgets>ul>li {
    list-style: none;
    display: block;
    float: left;
    margin-left: 10px;
}

#footer_widgets>ul>li {
    width: 28%;
    min-width: 180px;
    /*width: 19%;
    min-width:120px;*/
}

#footer_widgets>ul>li.widget_text {
    width: 38%;
    min-width: 360px;
}

#footer_widgets>ul:after {
    content: " ";
    width: 0;
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
}

#footer_widgets .widget ul li {
    border-bottom: 1px solid #98DDFA;
    text-align: left;
    font-size: 14px;
}

#footer_widgets p {
    font-size: 13px;
}

#footer_widgets a {
    color: #fff;
    text-decoration: none;
}

#footer_widgets a i {
    margin: 0 5px;
    display: inline-block;
}

#footer_widgets a:hover {
    color: #ffffff;
    /*background-color: rgba(51, 171, 223, 0.2);*/
}

#footer_widgets li ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-indent: 0px;
}

#footer_widgets li ul li:hover {
    background-color: rgba(51, 171, 223, 0.2);
}

.footer2 {
    background-color: #E1E1E1;
    background-image: url("https://www.internetmarketingninjas.com/images/footer-cta-bg.jpg");
    font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 5em 0;
    height: 130px;
    margin: 0;
    border-top: 5px solid #444444;
    width: 100%;
}

.footer2 #footer-logo {
    display: block;
    text-align: center;
}

.footer2-inner {
    width: 980px;
    margin: 0 auto 0 auto;
}

.footer2 p {
    font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: none;
    color: #b8b8b8;
    font-size: 12px;
    line-height: 140%;
}

.footer2 .third {
    width: 32%;
    float: left;
    text-align: center;
}

.social-top ul.social {
    clear: both;
    float: right;
    list-style: none outside none;
    margin: -54px 24px 0 0;
    padding: 0;
    width: auto;
    height: 75px;
}

ul.social li {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 10px;
}

ul.social li a {
    float: left;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent url('/static/images/dsft/seochat-icons-sprite.png');
}

ul.social li a:hover {
    opacity: 0.8;
}

ul.social li.facebook a {
    background-position: -147px 0;
}

ul.social li.twitter a {
    background-position: -184px 0;
}

ul.social li.google a {
    background-position: -221px 0;
}

ul.social #menu-item-register a,
ul.social #menu-item-login a,
ul.social #menu-item-logout a {
    background-image: none;
    font-size: 1.4em;
    color: #ffffff;
    font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 60px;
    margin: 8px 0 0 0;
}

ul.social #menu-item-register a:hover,
ul.social #menu-item-login a:hover,
ul.social #menu-item-logout a:hover {
    background-image: none;
    font-size: 1.4em;
    color: #ffffff;
    text-decoration: none;
}

ul.social-dark li {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 10px;
}

ul.social-dark li a {
    float: left;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent url('/static/images/dsft/seochat-icons-sprite-dark.png');
}

ul.social-dark li.facebook a {
    background-position: -147px 0;
}

ul.social-dark li.twitter a {
    background-position: -184px 0;
}

ul.social-dark li.google a {
    background-position: -221px 0;
}

ul.social-dark li a:hover {
    opacity: 0.8;
}

.wrap {
    margin: 0 auto;
    max-width: 100%;
    min-width: 768px;
    width: 1120px;
}

.wrap {
    position: relative;
    z-index: 1;
}

#find_out_more_wrapper {
    text-align: left;
    margin: 10px auto 0 auto;
    width: 980px;
}

#find_out_more_wrapper .fom {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 15px 30px;
    text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background: rgb(204, 64, 3);
    background: -moz-linear-gradient(90deg, rgb(204, 64, 3) 0%, rgb(254, 203, 87) 100%);
    background: -webkit-linear-gradient(90deg, rgb(204, 64, 3) 0%, rgb(254, 203, 87) 100%);
    background: -o-linear-gradient(90deg, rgb(204, 64, 3) 0%, rgb(254, 203, 87) 100%);
    background: -ms-linear-gradient(90deg, rgb(204, 64, 3) 0%, rgb(254, 203, 87) 100%);
    background: linear-gradient(0deg, rgb(204, 64, 3) 0%, rgb(254, 203, 87) 100%);
    -webkit-box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.75);
}

#menu480 {
    display: none;
    position: absolute;
    left: 0;
    bottom: -55px;
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    margin-bottom: 2px;
    padding: 10px 0 0 0;
}

#menu480>.dropdown-menu {
    position: absolute;
}

#menu480>.dropdown>.nav>.dropdown-submenu>a:after {
    border: none;
}

#menu480.navbar .nav>li>a,
#menu480.navbar .nav>li>a,
#menu480.navbar .nav>li>a,
#menu480.navbar .nav>li.dropdown-submenu:focus>a {
    background: none;
    background-color: #333;
    color: #555555;
}

#menu480.navbar .nav>li.dropdown-submenu {
    margin-left: 0;
}

#menu480 .dropdown-menu>li>a {
    display: block;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
}

#menu480 .dropdown-menu {
    /*background-color: #333;*/
    padding: 0;
}

#menu480 .dropdown-menu .divider {
    background: none;
    padding: 0;
    margin: 0;
    display: none;
}

#menu480 ul ul li {
    margin-left: 0;
    padding-left: 0px;
    text-indent: -10px;
}

#menu480 .dropdown-menu {
    margin-left: -1px;
    margin-top: -6px;
    padding: 5px 0;
}

#menu480>.dropdown>.nav>.dropdown-submenu>.dropdown-menu {
    border-radius: 6px;
    left: 0;
    margin-left: -1px;
    margin-top: -6px;
    top: 100%;
}

#menu480.navbar .nav>li li a i {
    display: none;
}

#topmenu .dropdown-menu>li {
    border-radius: 6px;
    top: 100%;
    padding-left: 0;
}

#topmenu>.navbar-inner>.nav>.dropdown-submenu>.dropdown-menu {
    border-radius: 6px 6px 6px 6px;
    left: 0;
    margin-left: -1px;
    margin-top: 0px;
    top: 100%;
}

#topmenu>.navbar-inner>.nav>.dropdown-submenu .divider,
#topmenu>.navbar-inner>.nav>.dropdown-submenu .divider-vertical {
    display: none;
}

#topmenu>.navbar-inner>.nav>li>a:hover,
#topmenu>.navbar-inner>.nav>li>a:focus,
#topmenu>.navbar-inner>.nav>.dropdown-submenu:hover>a,
#topmenu>.navbar-inner>.nav>.dropdown-submenu:focus>a {
    background: none;
}

#topmenu>.navbar-inner>.nav>.dropdown-submenu>a:after {
    border-color: #777777 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    margin: 8px 0 0 5px;
}

#topmenu>.navbar-inner>.nav>.dropdown-submenu:hover>a:after {
    border-color: #fff transparent transparent transparent;
}

#login-form-wrapper {
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 1;
}

#login-form {
    display: none;
    position: absolute;
    width: 320px;
    background-color: #e4e4e4;
    -webkit-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
    border: 1px solid rgba(50, 50, 50, 0.5);
    padding: 20px 10px;
    right: 0;
    top: -75px
}

#login-form .form-horizontal .control-label {
    width: 60px;
    font-size: 1.2em;
}

#login-form .form-horizontal .controls {
    margin-left: 80px;
}

#login-form .form-horizontal .controls button {
    float: right;
    margin-right: 10px;
}

#login-form .form-horizontal .controls button:after {
    content: '';
    display: block;
    clear: both;
    height: 00;
}

#login-form .form-horizontal .controls i {
    margin-left: 10px;
}

#login-form .form-horizontal label.checkbox {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.2em;
}

#login-form hr {
    display: block;
    height: 1px;
    margin: 0 -10px 20px -10px;
}

#login-form .controls a {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2em;
}

#login-form h2,
#login-form h3 {
    margin: 0;
    color: #0882b8;
    font-size: 2em;
}

#login-form h3 {
    color: #333;
}

#login-form h3 a {
    color: #0882b8;
    text-decoration: underline;
}

#login6 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 500;
    padding: 6px 0;
    font-family: 'Exo 2', sans-serif;
    background: none;
}

#login6:hover {
    background: none;
}

#login6.login_to_request_access_btn,
#login6.request_access_btn {
    background-color: #F08510;
    background-image: none;
    border: medium none;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: none;
    padding: 4px 12px;
}

#login6.login_to_request_access_btn:hover,
#login6.request_access_btn:hover {
    color: #ffffff;
    background-color: #F03910;
}

#footer_widgets .row {
    margin-left: -10px;
}

.post>form {
    background: none repeat scroll 0 0 rgba(33, 33, 33, 0.1);
    border: 1px solid #999999;
    padding: 1%;
    min-height: 100px;
}

form.tools-metagen {
    min-height: 400px;
}

form.tools2 {
    min-height: 160px;
}

.post>form span {
    /*	display: block;
	width: 100%; */
}

.post>form input[type="text"] {
    /*	width: 97%;*/
}

textarea {
    /*width: 97%;*/
}

#browser-size-tool span#browser-size-height {
    position: absolute;
    top: 53%;
    left: 21%;
    font-size: 2.5em;
}

#browser-size-tool span#browser-size-width {
    position: absolute;
    top: 87%;
    left: 45%;
    font-size: 2.5em;
}

.swirl_loading img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px;
}


/*home page*/

.categories-index .span4,
.categories-index .span12 {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
}

.category-tools-list {
    padding: 0;
    margin-left: -5px;
}

.categories-index,
.category-li,
.category-tools {}

h3.category-li {
    color: #444444;
    font: 26px/1.2em "Montserrat", Sans-serif;
    font-weight: 400;
    margin: 20px 0 10px 5px;
    width: 100%;
}

li.category-tool {
    width: 30%;
    float: left;
    margin: 0 25px 0 0;
    font-size: 1.1em;
    /*width:100%;
	display:inline-block;*/
    position: relative;
}

li.category-tool a,
li.category-tool a:visited {
    color: #0B6B93;
    text-decoration: none;
    font-weight: bold;
}

h3.category-li a,
h3.category-li a:visited {
    color: #444444;
}

h3.category-li a:hover,
h3.category-li a:focus {
    text-decoration: underline;
}

.categories-index .category-tools {}

.categories-index .category-tools li {
    list-style-type: none;
    margin-left: -20px;
    background: none;
    border: 1px solid #ededed;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 1.4em;
    line-height: 1.5em;
}

.categories-index .category-tools li:hover {
    background: #eeeeee;
}

a.tool-link,
a.tool-link:link,
a.tool-link:visited {
    color: #444444 !important;
    text-decoration: none;
    font-weight: normal;
}

a.tool-link:hover,
a.tool-link:focus {}

.hire-button {
    background: #cf4858;
    display: inline-block;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    width: 80%;
    font-weight: 400;
    margin: 30px 30px 0 20px;
    padding: 15px 22px;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
}

.hire-button:hover {
    background: #b23241;
    border: none;
    color: #fff;
    text-decoration: none;
}

.description-text {
    /*display:none;*/
    position: absolute;
    top: 45px;
    left: 50px;
    height: 0;
    width: 300px;
    background: #444444;
    color: #ffffff;
    font-size: 0.9em;
    border-radius: 0 5px 5px 5px;
    padding: 7px 12px 7px 7px;
    z-index: 10;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s linear;
}

a.tool-link:hover+.description-text {
    /*display:block;*/
    height: auto;
    visibility: visible;
    opacity: 1;
}

.listing {
    margin: 0 0 0 0;
    clear: both;
    /*display:inline-block;*/
    min-height: 45px;
    display: table;
}

.icon-sprite-sheet {
    background-size: cover;
}

.small-icon {
    width: 38px;
    height: 38px;
    float: left;
    margin: 0 5px 0 0;
    visibility: hidden;
}

.tool-link {
    display: table-cell;
    vertical-align: middle;
}


/*first row */

.page-comparison,
.pst_tool_77 {
    background: 0 -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.create-one-list,
.pst_tool_2 {
    background: -38px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.on-page-seo,
.pst_tool_74 {
    background: -76px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.google-keyword-suggest,
.pst_tool_101 {
    background: -114px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.sitemap-generator,
.pst_tool_119 {
    background: -152px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.keyword-combination,
.pst_tool_86 {
    background: -190px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.keyword-density,
.pst_tool_6 {
    background: -228px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.keyword-cloud,
.pst_tool_18 {
    background: -266px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.page-image-link-analysis,
.pst_tool_117 {
    background: -304px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.internal-external-link,
.pst_tool_136,
.pst_tool_13 {
    background: -342px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.c-class-ip-checker,
.pst_tool_35 {
    background: -380px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.spider-simulator,
.pst_tool_17 {
    background: -418px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.meta-tag-generator,
.pst_tool_25 {
    background: -456px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.meta-tag-analyzer,
.pst_tool_12 {
    background: -494px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.keyword-finder,
.pst_tool_112 {
    background: -531px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.domain-age,
.pst_tool_28 {
    background: -570px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.seo-rapport,
.pst_tool_113 {
    background: -608px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.keyword-options,
.pst_tool_125 {
    background: -646px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.keyword-typo,
.pst_tool_4 {
    background: -684px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.adwords-keyword,
.pst_tool_103 {
    background: -722px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.author-crawler,
.pst_tool_98 {
    background: -760px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.social-media-authorship,
.pst_tool_99 {
    background: -797px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.edit-social-images,
.pst_tool_116 {
    background: -835px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.privacy-settings,
.pst_tool_94 {
    background: -872px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.compare,
.pst_tool_36 {
    background: -910px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.website-crawler {
    background: -948px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.indexed-pages,
.pst_tool_32 {
    background: -986px -2px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}


/*second row */

.page-speed,
.pst_tool_118 {
    background: 0 -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.head-checker,
.pst_tool_42 {
    background: -38px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.dns-lookup,
.pst_tool_71 {
    background: -76px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.browser-size,
.pst_tool_92 {
    background: -114px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.browser-settings,
.pst_tool_55 {
    background: -152px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.search-redirect,
.pst_tool_19 {
    background: -190px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.htaccess-generator,
.pst_tool_43 {
    background: -228px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.whats-my-ip,
.pst_tool_88 {
    background: -266px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.ip-address-converter,
.pst_tool_69 {
    background: -304px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.base-64-encoding,
.pst_tool_67 {
    background: -342px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.domain-typo-generator,
.pst_tool_5 {
    background: -380px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.source-code-viewer,
.pst_tool_44 {
    background: -417px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.code-to-text-ratio,
.pst_tool_67 {
    background: -456px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.url-rewriting,
.pst_tool_20 {
    background: -494px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.url-encoding,
.pst_tool_72 {
    background: -532px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.fetch-content,
.pst_tool_49 {
    background: -570px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.password-encryption,
.pst_tool_48 {
    background: -607px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.spell-checker,
.pst_tool_121 {
    background: -645px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.webpage-size-lookup,
.pst_tool_14 {
    background: -683px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.dig-utility,
.pst_tool_46 {
    background: -721px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.regular-expression-match,
.pst_tool_60 {
    background: -759px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.date-time-format-converter,
.pst_tool_68 {
    background: -797px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.favicon-generator,
.pst_tool_107 {
    background: -834.5px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.code-converter,
.pst_tool_70 {
    background: -872px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.css-coder,
.pst_tool_52 {
    background: -911px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.code-cleaner,
.pst_tool_54 {
    background: -948px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.website-pattern,
.pst_tool_62 {
    background: -987px -40px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}


/*third row */

.floating-layer,
.pst_tool_59 {
    background: 0 -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.scrollbar-color,
.pst_tool_51 {
    background: -38px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.tooltip-creator,
.pst_tool_53 {
    background: -76px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.popup-generator,
.pst_tool_50 {
    background: -114px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.web-safe-colors,
.pst_tool_41 {
    background: -152px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.syntax-highlighting,
.pst_tool_63 {
    background: -190px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.hide-your-email,
.pst_tool_89 {
    background: -228px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.words-counter,
.pst_tool_124 {
    background: -266px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.password-generator,
.pst_tool_90 {
    background: -304px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.password-strength,
.pst_tool_66 {
    background: -342px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.robots-txt-generator,
.pst_tool_122 {
    background: -380px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.encoder,
.pst_tool_64 {
    background: -417px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.entities-encode,
.pst_tool_65 {
    background: -456px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.ping-test,
.pst_tool_45 {
    background: -494px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.cpc,
.pst_tool_22 {
    background: -531px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.adsense-calculator,
.pst_tool_24 {
    background: -569px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.cpm-roi-calculator,
.pst_tool_23 {
    background: -607px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.find-your-facebook-id,
.pst_tool_93 {
    background: -645px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.backlink-checker {
    background: -683px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.pattern-extractor-copy,
.pst_tool_61 {
    background: -721px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.whois-domain-lookup,
.pst_tool_87 {
    background: -758.5px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.url-list-cleaner,
.pst_tool_137 {
    background: -797px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.in-depth-article,
.pst_tool_133 {
    background: -834.5px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.people-snippet,
.pst_tool_147 {
    background: -872px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.review-snippet,
.pst_tool_153 {
    background: -911px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.event-snippet,
.pst_tool_149 {
    background: -948px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.product-snippet,
.pst_tool_148 {
    background: -987px -78px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}


/*fourth row */

.brand-snippet,
.pst_tool_150 {
    background: 0 -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.movie-snippet,
.pst_tool_151 {
    background: -38px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.book-snippet,
.pst_tool_152 {
    background: -76px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.header-bulk-checker,
.pst_tool_135 {
    background: -114px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.search-results-preview {
    background: -152px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.adsense-preview,
.pst_tool_34 {
    background: -190px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.validator-tool,
.pst_tool_132 {
    background: -228px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.strongest-subpage,
.pst_tool_145 {
    background: -266px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.data-multiple,
.pst_tool_129 {
    background: -304px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.youtube-reputation,
.pst_tool_143 {
    background: -342px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.txt-validator,
.pst_tool_138 {
    background: -380px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.phone-spell,
.pst_tool_128 {
    background: -417px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.competitor-finder,
.pst_tool_100 {
    background: -456px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.sitemap-validator,
.pst_tool_126 {
    background: -494px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.social-activity,
.pst_tool_139 {
    background: -531px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.response-check,
.pst_tool_80 {
    background: -569px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.bulk-backlink-checker,
.pst_tool_162 {
    background: -607px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.phrase-finder,
.pst_tool_130 {
    background: -645px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.backlink-analysis,
.pst_tool_165 {
    background: -683px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.last-modified-date,
.pst_tool_167 {
    background: -721px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.schema-video,
.pst_tool_169 {
    background: -758.5px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.keyword-rank,
.pst_tool_164 {
    background: -797px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.related-links,
.pst_tool_146 {
    background: -834.5px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.forward-links,
.pst_tool_141 {
    background: -872px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.social-media-power,
.pst_tool_144 {
    background: -911px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.deadlink-finder,
.pst_tool_157 {
    background: -948px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.backlink-numbers,
.pst_tool_161 {
    background: -987px -116px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}


/*fifth row */

.block-ip,
.pst_tool_176 {
    background: 0 -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.page-speed-monitoring,
.pst_tool_158 {
    background: -38px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.contact-info-finder,
.pst_tool_173 {
    background: -76px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.domain-foward-links,
.pst_tool_163 {
    background: -114px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.internal-link-building,
.pst_tool_181 {
    background: -152px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.social-media-popularity,
.pst_tool_160 {
    background: -190px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.ip-traceroute {
    background: -228px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.screen-resize-tool {
    background: -266px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.screen-shot-tool {
    background: -304px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.black-list-checker {
    background: -342px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.h-block-ip {
    background: -380px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.h-block-country,
.pst_tool_175 {
    background: -417px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.h-block-user-agent,
.pst_tool_177 {
    background: -456px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.h-block-referrer,
.pst_tool_178 {
    background: -494px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.h-block-hot-link,
.pst_tool_180 {
    background: -531px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.h-block-language,
.pst_tool_179 {
    background: -569px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.monkey {
    background: -607px -152px;
    background-color: #565555;
    border-radius: 50%;
    visibility: visible;
}

.seo-feeds .span12 {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
}

.seo-feeds {
    clear: both;
    font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
    column-count: 2;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    background: none;
    padding: 5px 0 5px 0;
    margin-left: 0;
    column-gap: 0;
    -moz-column-gap: 0;
    /* Firefox */
    -webkit-column-gap: 0;
    /* Safari and Chrome */
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-after: always;
    -moz-column-break-after: always;
    -o-column-break-after: always;
    -ms-column-break-after: always;
    column-break-after: always;
    margin-top: 20px;
}

.seo-group {
    width: 420px;
    background: none;
    border: 1px solid #ededed;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 12px 8px 12px;
    margin-left: 0;
}

.seo-feeds ul {
    list-style-type: none;
    margin-left: 0;
}

li.seo-feeds {
    display: inline-block;
    width: 100%;
}

.seo-feeds ul li {
    font-size: 14px;
    line-height: 26px;
}

.seo-feeds li li {
    white-space: nowrap;
    overflow: hidden;
}

.seo-feeds h2.widgettitle {
    color: #444444;
    font: 20px/1em 'Exo 2', sans-serif;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    text-align: left;
    text-decoration: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.seo-feeds h2.widgettitle a {
    color: #0B6B93;
}

.seo-feeds h2.widgettitle a:hover {
    color: #0B6B93;
    text-decoration: underline;
}

.seo-feeds a {
    color: #404040;
    !important;
    text-decoration: none;
}

.seo-feeds a:hover {
    background: none;
    color: #404040;
    !important;
    text-decoration: none;
}

.seo-feeds li li:hover {
    background: #eeeeee;
    color: #404040;
    !important;
    text-decoration: none;
}

.comments-list,
.comments-form {
    font-size: 1.4em;
    line-height: 1.8em;
    width: 93%;
    background: none;
    border: 1px solid #efefef;
    border-radius: 3px 3px 3px 3px;
    margin: 5px 0;
    padding: 8px 12px;
}

.comments-title h4,
.comments-title label {
    color: #444444;
    font: 20px/1em 'Exo 2', sans-serif;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.comments-list a {
    color: #404040;
    text-decoration: underline;
}

.comments-list a:hover {
    color: #404040;
    text-decoration: none;
}

input#add_to_favourites {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #333333;
    *background-color: #333333;
    background-image: -moz-linear-gradient(top, #adadae, #707071);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#adadae), to(#707071));
    background-image: -webkit-linear-gradient(top, #adadae, #707071);
    background-image: -o-linear-gradient(top, #adadae, #707071);
    background-image: linear-gradient(to bottom, #adadae, #707071);
    background-repeat: repeat-x;
    border-color: #999999 #999999 #363636;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#adadaecc', endColorstr='#707071cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    font-size: 14px;
    line-height: 18px;
    padding: 6px 12px;
}

input#add_to_favourites:hover,
input#add_to_favourites:focus,
input#add_to_favourites:active,
input#add_to_favourites.active,
input#add_to_favourites.disabled,
input#add_to_favourites[disabled] {
    color: #ffffff;
    background-color: #555555;
    *background-color: #555555;
}

.fav_remove {
    display: block;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}

span.fav_remove a {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

span.fav_remove a:hover {
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}

td div.url-column {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top-menu-wrapper {
    height: 60px;
    background: none repeat scroll 0 0 #5B5B5B;
    border-bottom: 2px solid #474747;
    box-shadow: 0 8px 6px -6px rgba(33, 33, 33, 0.5);
    margin: 0px 0 5px 0;
}

.topnav {
    background: none;
    border-bottom: none;
    font-size: 14px;
    padding: 16px 0 10px 0;
    width: 980px;
    margin: 0 auto -1px;
    font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, san-serif;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
}

.topnav li ul li {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}

.topnav .dropdown-menu {
    border-top: 1px solid #DDDDDD;
    margin: -1px 0 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
    font-weight: normal;
}

.topnav>li>a {
    border-radius: 6px 6px 0 0;
    margin-right: 5px;
    padding: 4px 4px;
}

#browser-size-tool {
    position: relative;
}

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.head-check-results {
    overflow: hidden;
}

.tool-form input.counter-input[type="text"] {
    width: 97%;
    margin: 0;
}

.tool-form textarea.counter-input {
    width: 97%;
    margin: 0;
}

.tool-form div.counter {
    width: 99%;
    text-align: right;
}

.p-generator-word {
    color: red;
}

form.image-hide-results {
    padding: 10px;
    width: 550px;
    background-color: #f1f1f1;
    border: 1px solid #d8d6c9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    float: left;
}

#result-email-hide {
    width: 100%;
    background: gray;
    padding: 35px 0;
    border: 1px solid #606060;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.email-wrap {
    width: 380px;
    margin: 0 auto;
    text-align: center;
}

.popover {
    max-width: 376px;
}

.popover-content hr {
    margin: 5px 0;
}

.accordion-toggle {
    text-transform: uppercase;
}

.dropdown-menu>li>a {
    font-size: 12px;
}

a.dropdown-toggle {
    color: #ffffff;
}

.dropdown-menu>li>a.selected-tool {
    color: #2A5DB0;
}

.dropdown-menu>li:hover>a.selected-tool {
    color: #ffffff;
}

.dropdown-menu>li>a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 0 20px;
    white-space: nowrap;
}

ul.last-menu-item,
ul.before-last-menu-item {
    right: 0 !important;
    left: auto;
}

ul.before-last-menu-item {
    right: 5px !important;
}

a.last-menu-item {
    margin-right: 0 !important;
    /*margin-left: 10px;*/
}

.results_column h5 {
    text-align: center;
}

.right_col,
.left_col {
    text-align: left;
}

.left_col {
    width: 30%;
}

.more-link {
    cursor: pointer;
}

tr.wrap-overflow td {
    word-wrap: break-word;
    overflow: hidden;
}


/*
tr.level1 {
	background-color: #CCCCFF;
}

tr.level2 {
	background-color: #99CCFF;
}

tr.level3 {
	background-color: #66CCFF;
}

*/

table.page-rank-table,
table.page-rank-table tbody tr td {
    padding: 0;
    margin: 0;
    border: none;
}

.table-condensed th,
.table-condensed td {
    padding: 0 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

.about-block {
    font-size: 1.4em;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
}

td.width-wider {
    width: 50%;
}

.single_line_tbl {
    overflow: hidden;
    width: 100%;
    height: 20px;
}

.modal input[type="text"],
.modal textarea {
    width: 98%;
}

#domain-swirl-loading,
#urls-swirl-loading {
    display: none;
}


/*begin media queries */

@media (max-width: 979px) {
    #browser-size-tool span#browser-size-height {
        top: 53%;
        left: 14%;
    }
    #browser-size-tool span#browser-size-width {
        top: 87%;
        left: 45%;
    }
    .topnav {
        padding: 20px 0 10px 0;
        width: 90%;
    }
    ul.topnav {
        width: 100%;
        margin: 10px auto -1px auto;
        font-size: 12px;
    }
    ul.nav {
        width: 90%;
    }
    ul.payments li {
        background: none;
    }
    ul.payments li:FIRST-CHILD {
        background: transparent url("/static/images/dsft/payments-border.png") no-repeat right center;
    }
    #find_out_more_wrapper .fom {
        font-size: 12px;
        padding: 10px 20px;
        -webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
    }
    #login-form-wrapper {
        width: 768px;
    }
    #login-form {
        top: -10px;
    }
    #header {
        background: none;
        height: 75px;
    }
    #headerimg {
        height: 335px;
        background: none;
    }
    #headerimg_wrapper {
        background: none;
    }
    #headermenu_wrapper {
        height: 80px;
        /*background: transparent;*/
    }
    #headermenu,
    #topmenu_wrapper {
        height: 95px;
        /*background: #333;*/
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .top-menu-wrapper {
        height: 60px;
        background: none repeat scroll 0 0 #5B5B5B;
        border-bottom: 2px solid #474747;
        box-shadow: 0 8px 6px -6px rgba(33, 33, 33, 0.5);
        margin: -34px 0 0 0;
    }
    #topmenu_wrapper {
        height: 40px;
        margin: 10px auto;
    }
    #topmenu {
        position: relative;
        width: 60%;
    }
    #topsocialmenu.navbar .nav {}
    #topsocialmenu {
        position: absolute;
        right: 0;
        top: 6px;
    }
    #headerimg #slider {
        width: 100%;
    }
    #page {
        width: 100%;
        margin: 0 20px 20px 20px;
    }
    #submission_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    #submission_text {
        width: 100%;
    }
    #copy {
        margin-left: 1%;
    }
    #footer_widgets {
        width: 100%;
    }
    .footer2-inner {
        width: 100%;
        margin: 0 auto 0 auto;
    }
    #find_out_more_wrapper {
        width: 100%;
        margin: 10px auto 0 auto;
    }
    #headermenu div.share {
        display: none;
    }
    #logo {
        padding-left: 10px;
    }
    #toploginmenu {
        display: none;
    }
    #topsocialmenu {
        display: block;
    }
    .losung {
        padding-top: 55px;
        background: transparent url("/static/images/dsft/losung_767.png") no-repeat left bottom;
        height: 52px;
    }
    #headerimg .description {
        padding-top: 10px;
        font-size: 1.1em;
        width: 365px;
    }
    #topmenu.navbar .nav {
        padding-left: 150px;
    }
    #topsignupmenu.navbar .nav {
        padding-top: 5px;
    }
    #topmenu.navbar .nav>li>a {
        padding: 0 10px;
        color: #505050;
        font-size: 1.2em;
        text-transform: none;
    }
    #topsignupmenu.navbar .nav>li>a {
        padding: 0 10px;
        color: #505050;
        font-size: 1.2em;
        text-transform: none;
    }
    #topmenu.navbar .nav>li>a>i,
    #topsignupmenu.navbar .nav>li>a>i {
        display: inline-block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
        filter: alpha(opacity=58);
        -moz-opacity: 0.58;
        -khtml-opacity: 0.58;
        opacity: 0.58;
    }
    #topmenu.navbar .nav>li>a:hover>i,
    #topsignupmenu.navbar .nav>li>a:hover>i {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    #topmenu.navbar .nav>li>a span,
    #topsignupmenu.navbar .nav>li>a span {
        display: none;
    }
    #topmenu.navbar .nav>li:hover>a,
    #topsignupmenu.navbar .nav>li:hover>a,
    #topmenu.navbar .nav>li>a:hover,
    #topsignupmenu.navbar .nav>li>a:hover {
        color: #fff;
    }
    #topmenu .divider-vertical {
        display: none;
    }
    #topmenu.navbar .nav>li>a.last,
    #topsignupmenu.navbar .nav>li>a.last {
        padding: 0 10px;
    }
    #topsignupmenu {
        display: block;
        border: none;
    }
    #submission {
        height: 90px;
    }
    #accordion1 .accordion-inner ul li {
        padding-left: 20px!important;
    }
    #footer_widgets>ul>li {
        width: 30%;
        min-width: 80px;
    }
    #footer_widgets>ul>li.widget_text {
        min-width: 80px;
        width: 30%;
    }
    .header-beta {
        display: none;
    }
    .seo-group {
        background: none repeat scroll 0 0 rgba(251, 251, 251, 0.6);
        border: 1px solid rgba(152, 221, 250, 0.5);
        border-radius: 3px 3px 3px 3px;
        margin-left: 0;
        padding: 8px 12px;
        width: 320px;
    }
    li.category-tool {
        float: left;
        font-size: 1.1em;
        margin: 0 25px 0 0;
        width: 45%;
    }
    .category-description {
        color: #505050;
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 10px 5px;
        width: 80%;
    }
}

@media (max-width: 786px) {
    .topnav {
        padding: 20px 0 10px 0;
        width: 100%;
    }
    ul.topnav {
        width: 100%;
        margin: 10px auto -1px auto;
        font-size: 12px;
    }
    .topnav>li>a {
        border-radius: 6px 6px 0 0;
        margin-right: 2px;
        padding: 3px 3px;
    }
}

@media (max-width: 767px) {
    #browser-size-tool span#browser-size-height {
        top: 53%;
        left: 4%;
    }
    #browser-size-tool span#browser-size-width {
        top: 87%;
        left: 41%;
    }
    .top-menu-wrapper {
        height: 60px;
        background: none repeat scroll 0 0 #5B5B5B;
        border-bottom: 2px solid #474747;
        box-shadow: 0 8px 6px -6px rgba(33, 33, 33, 0.5);
        margin: -74px 0 0 0;
    }
    .topnav {
        padding: 20px 0 10px 0;
        width: 100%;
    }
    ul.topnav {
        width: 100%;
        margin: 10px auto -1px auto;
        font-size: 12px;
    }
    .topnav>li>a {
        border-radius: 6px 6px 0 0;
        margin-right: 2px;
        padding: 3px 3px;
    }
    #submission {
        display: none;
    }
    ul.payments li {
        background: transparent url("/static/images/dsft/payments-border.png") no-repeat right center;
    }
    ul.payments li:LAST-CHILD {
        background: none;
    }
    #find_out_more_wrapper .fom {
        font-size: 10px;
        padding: 5px 10px;
        -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    }
    #login-form-wrapper {
        width: 100%;
    }
    #login-form {
        top: -10px;
    }
    #header {
        background: none;
        height: 150px;
    }
    #headerimg {
        height: 230px;
        background: none;
    }
    #headerimg_wrapper {
        background: none;
    }
    #headermenu_wrapper {
        height: 80px;
        /*background: transparent;*/
    }
    #headermenu,
    #topmenu_wrapper {
        height: 95px;
        /*background: #333;*/
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #topmenu_wrapper {
        height: 40px;
        margin: 5px auto;
    }
    #topmenu {
        position: relative;
    }
    #headerimg #slider {
        width: 100%;
    }
    #page {
        width: 99%;
        margin: 0;
        padding-left: 20px;
    }
    #submission_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    #submission_text {
        width: 100%;
    }
    #copy_wrapper {
        width: 100%;
    }
    #copy {
        width: 100%;
        font-size: 9px;
    }
    #footer_widgets {
        width: 100%;
    }
    #find_out_more_wrapper {
        width: 100%;
        margin: 10px auto 0 auto;
    }
    #logo {}
    #toploginmenu {
        display: none;
    }
    #topmenu {
        display: inline;
    }
    #topmenu {
        background-color: transparent;
        border: medium none;
        font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
        height: auto;
        left: 0;
        margin-bottom: 0;
        padding: 0;
        position: absolute;
        top: -100px;
        width: auto;
        z-index: 5;
    }
    .losung {
        padding-top: 10px;
        background: transparent url("/static/images/dsft/losung_480.png") no-repeat left bottom;
        height: 52px;
    }
    #headerimg .description {
        padding-top: 5px;
        font-size: 1em;
        width: 300px;
        line-height: 1.5em;
    }
    .wrap {
        margin: 0 auto;
        max-width: 100%;
        min-width: 400px;
        width: 100%;
    }
    .footer2 {
        height: 200px;
    }
    .footer2 .third {
        float: none;
        text-align: center;
        width: 100%;
    }
    #copy {
        font-size: 14px;
        line-height: 140%;
        text-align: center;
    }
    #menu480 {
        display: block;
    }
    #page #rightsidebar {
        padding: 20px 0 10px;
        margin-left: 0;
    }
    #key_features ul li img {
        display: none;
    }
    #email_us img {
        display: none;
    }
    .seo-feeds {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        background: none repeat scroll 0 0 transparent;
        clear: both;
        font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
        margin-left: 0;
        margin-top: 20px;
        padding: 5px 0;
        width: 95%;
    }
    .seo-group {
        background: none repeat scroll 0 0 rgba(251, 251, 251, 0.6);
        border: 1px solid rgba(152, 221, 250, 0.5);
        border-radius: 3px 3px 3px 3px;
        margin-left: 0;
        padding: 8px 12px;
        width: 95%;
    }
    li.category-tool {
        float: left;
        font-size: 1.1em;
        margin: 0 25px 0 0;
        width: 44%;
    }
    .category-description {
        color: #505050;
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 10px 5px;
        width: 97%;
    }
    h3.category-li {
        width: 80%;
    }
    .categories-index .span4,
    .categories-index .span12 {
        clear: both;
        float: none;
        margin-left: 0;
        width: 90%;
    }
    .categories-index,
    .category-li,
    .category-tools {
        width: 95%;
    }
}

@media (max-width: 749px) {
    .top-menu-wrapper {
        height: 80px;
        background: none repeat scroll 0 0 #5B5B5B;
        border-bottom: 2px solid #474747;
        box-shadow: 0 8px 6px -6px rgba(33, 33, 33, 0.5);
        margin: -74px 0 0 0;
    }
    .topnav {
        padding: 20px 0 10px 0;
        width: 100%;
    }
    ul.topnav {
        width: 100%;
        margin: 10px auto -1px auto;
        font-size: 12px;
    }
    .topnav>li>a {
        border-radius: 6px 6px 0 0;
        margin-right: 2px;
        padding: 3px 3px;
    }
    .nav-tabs>li,
    .nav-pills>li {
        float: left;
        clear: right;
    }
}

@media (max-width: 489px) {
    ul.social li.facebook a,
    ul.social li.google a,
    ul.social li.twitter a {
        display: none;
    }
    .social-top ul.social {
        clear: both;
        float: right;
        height: 75px;
        list-style: none outside none;
        margin: -54px 0 0 0;
        padding: 0;
        width: 200px;
    }
    ul.social li {
        display: inline-block;
        height: 36px;
        margin: 0 10px;
        width: 36px;
    }
    div#browser-size-tool span#browser-size-height {
        top: 53%;
        left: 4%;
    }
    div#browser-size-tool span#browser-size-width {
        top: 87%;
        left: 41%;
    }
    ul.topnav {
        width: 100%;
        margin: 0 0 0 10px;
        padding: 0 0 0 0;
    }
    #submission {
        display: none;
    }
    ul.payments li {
        background: transparent url("/static/images/dsft/payments-border.png") no-repeat right center;
    }
    ul.payments li:LAST-CHILD {
        background: none;
    }
    #find_out_more_wrapper .fom {
        font-size: 10px;
        padding: 5px 10px;
        -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
    }
    #login-form-wrapper {
        width: 100%;
    }
    #login-form {
        top: -10px;
    }
    #header {
        background: none;
        height: 150px;
    }
    #headerimg {
        height: 230px;
        background: none;
    }
    #headerimg_wrapper {
        background: none;
    }
    #headermenu_wrapper {
        height: 155px;
        /*background: transparent;*/
    }
    #headermenu,
    #topmenu_wrapper {
        height: 95px;
        /*background: #333;*/
        width: 460px;
        margin: 0 auto;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #topmenu_wrapper {
        height: 40px;
        margin: 5px auto;
    }
    #headerimg #slider {
        width: 100%;
    }
    #page {
        width: 100%;
    }
    #submission_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    #submission_text {
        width: 100%;
    }
    #copy_wrapper {
        width: 100%;
    }
    #copy {
        width: 90%;
    }
    #footer_widgets {
        width: 100%;
    }
    #find_out_more_wrapper {
        width: 100%;
        margin: 10px auto 0 auto;
    }
    #logo {
        padding-left: 10px;
    }
    #toploginmenu {
        display: none;
    }
    #topmenu {
        display: inline;
    }
    #topmenu {
        background-color: transparent;
        border: medium none;
        font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
        height: auto;
        left: -60px;
        margin-bottom: 0;
        padding: 0;
        position: absolute;
        top: -100px;
        width: auto;
        z-index: 5;
    }
    .losung {
        padding-top: 10px;
        background: transparent url("/static/images/dsft/losung_480.png") no-repeat left bottom;
        height: 52px;
    }
    #headerimg .description {
        padding-top: 5px;
        font-size: 1em;
        width: 300px;
        line-height: 1.5em;
    }
    #menu480 {
        display: block;
    }
    #page #rightsidebar {
        padding: 20px 0 10px;
        margin-left: 0;
    }
    #key_features ul li img {
        display: none;
    }
    .span12,
    .row-fluid .span12 {
        width: 95%;
        padding-left: 2%;
    }
    li.category-tool {
        width: 90%;
        float: none;
        margin: 0 30px 0 0;
    }
    .category-description {
        padding: 0 0 10px 5px;
        width: 94%;
    }
}


/* end media queries */