/*
	Theme Name: Digital Pro
	Theme URI: http://my.studiopress.com/themes/digital/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.3

	Tags: black, red, white, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Sidebar
	- Comments
- Footer Widgets
- Site Footer
- Fadeup Effect
- Media Queries
	- Min-width: 801px
	- Max-width: 800px
	- Max-width: 600px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #5b5e5e;
	font-family: "Lora", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #5b5e5e;
	color: #fff;
}

::selection {
	background-color: #5b5e5e;
	color: #fff;
}

a {
	border-bottom: 1px solid #232525;
	color: #232525;
	text-decoration: none;
}

a:focus,
a:hover {
	border-bottom: 1px solid #e85555;
	color: #e85555;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232525;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {

		font-size: 3.6rem;
		text-align:center;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #4189ba;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	margin-bottom: 60px;
	margin-top: 10px;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: -1px;
	margin-top: 60px;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.entry-image {
	max-width: 500px;
}

.full-width-content img.pull {
		margin-left: -70px;
		margin-right: -70px;
		max-width: 800px;
	}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-family: 'Neuton', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	background-color: #e85555;
	border-radius: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 20px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 20px;
}

input[type="submit"],
.content input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 25px;
	width: 100%;
}

a.more-link {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	background-color: #232525;
	border: none;
	color: #fff;
	text-decoration: none;
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #232525;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.digital-landing .site-container {
	margin: 0 auto;
	max-width: 800px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
	padding-left: 9px;
	padding-right: 9px;
	margin: 20px auto 0;
	max-width: 1280px;
}

.digital-landing .site-inner,
.front-page .site-inner {
	margin-top: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	border-bottom: 1px solid #eee;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10%;
	max-width: 660px;
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.page.page-template-page_blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -2px;
	word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
	font-size: 4rem;
	text-align:left;
	font-weight: 700;
	letter-spacing: -3px;
}

.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
	color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
	color: #e85555;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 60px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 60px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 60px 0 50px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content a {
	border-width: 0;
}

.featured-content.widget .entry {
	padding-bottom: 60px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featured-content p.entry-meta {
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.featured-content .more-link {
	border-width: 1px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget ::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.enews-widget input {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #232525;
	outline: #ddd solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 28px 30px;
	position: static;
	top: 0;
	width: 100%;
	z-index: 999;
}

.site-header.shrink {
	border-bottom: 1px solid #eee;
	padding: 18px 30px;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
}

.site-title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #232525;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 9px 40px;
}

.header-image .site-header.shrink {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	margin-top:16px;
	margin-bottom:2px;
	min-height: 54px;
	width: 168px;
 	background: url(https://www.bonek.de/images/bonek_logo_v.svg) no-repeat left top !important;
        background-size: 165px !important;
}

.header-image .title-area {
	margin: 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #232525;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #e85555;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
	z-index: 50;
	background-color: #fff;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	margin-top: 2px;
}

.nav-primary .genesis-nav-menu li.last a {
	padding-right: 0;
}

.nav-primary .sub-menu {
	border-top: 1px solid #ddd;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10x;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar .content,
.sidebar-content .content {
	width: 65%;
}

.content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	float: right
}

.page .content,
.single .content {
	overflow: hidden;
}

.digital-landing .content {
	max-width: 800px;
	padding-bottom: 5%;
	padding-top: 5%
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 3%;
	padding-bottom: 2%;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

.page .entry-header,
.single .entry-header {
	margin: 0 auto 5%;
	max-width: 660px;
}

.page.page-template-page_blog .entry-header {
	max-width: none;
}

.entry-footer {
	margin: 30px auto 60px;
	max-width: 660px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-transform: uppercase;
}

.pagination a {
	border-bottom: 1px solid #232525;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #e85555;

}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #232525;
	border: 1px solid #232525;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e85555;
	border: 1px solid #e85555;
	color: #fff;
}

/* Sidebar
--------------------------------------------- */

.content-sidebar .sidebar,
.sidebar-content .sidebar {
	width: 30%;

}

.content-sidebar .sidebar {
	float: right;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widgettitle {

	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 80px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
	max-width: 660px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.bypostauthor { background-color: #efefef;
}



.comment-author-admin a:hover {
color: black;
}

.comment-author-admin a {
color: black;
}

.comment-author-admin {
color: #5b5e5e;
background: #efefef;
}


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

.footer-widgets {
	background-color: #232525;
	border-top: 5px solid #fff;
	clear: both;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 90px 4%;
}

.footer-widgets-1 {
	background-color: #e85555;
	text-align: right;
	width: 25%;
}

.footer-widgets-2 {
	text-align: left;
	width: 39.8%;
}

.footer-widgets-3 {
	padding-left: 0;
	text-align: left;
	width: 35%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets p {
	margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -1px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets a {
	border-bottom-width: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #e85555;
	text-decoration: underline;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover {
	color: #232525;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 10px !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 12px 12px 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 15px !important;
}


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

.site-footer {
	padding: 28px;
	text-align: center;
}

.site-footer a,
.site-footer p {
	border-bottom-width: 0;
	color: #232525;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #e85555;
	text-decoration: underline;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 801px) {

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}

@media only screen and (max-width: 800px) {

	.site-inner {
		margin-top: 0;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.header-image .site-title > a,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.site-header {
		width: 100%;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}

	.header-image .nav-primary:not(button) {
		background: #fff;
		margin-top: 0;
		padding-bottom: 20px;
	}

	.content-sidebar .content,
	.content-sidebar .sidebar,
	.nav-primary,
	.sidebar-content .content,
	.sidebar-content .sidebar,
	.title-area {
		float: none;
	}

	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		border-radius: 0;
		border-width: 0;
		color: #1e1e1e;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		padding-bottom: 0;
		padding-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #1e1e1e;
		content: "\f130";
		display: inline-block;
		font: normal 20px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f3d8";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #1e1e1e;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		color: #e85555;
	}

	.content {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 8%;
		padding-left: 1%x;
		padding-right: 1%;
	}

	.page .entry-header,
	.single .entry-header {
		max-width: 100%;
	}

	.entry-content {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-header {
		clear: both;
		margin: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image,
	.full-width-content img.pull {
		margin-left: 0;
		margin-right: 0;
	}

	img.alignleft.entry-image,
	img.alignright.entry-image {
		display: block;
		float: left;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 8% 5%;
	}

	.footer-widgets-1,
	.page .entry-header,
	.single .entry-header {
		text-align: left;
	}

	.site-footer {
		padding: 20px;
	}

}

@media only screen and (max-width: 600px) {

	.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -2px;
	}

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

}

body.page .entry-title { display: none; }


blockquote {
font-family: Helvetica, serif;
font-size: 16px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #000000;
border-left:5px solid #FF7F00;
margin-bottom: 12px;
}

blockquote cite {
color: #000000;
font-size: 14px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}


.pay-button {
	-moz-box-shadow:inset 0px -6px 1px -3px #9acc85;
	-webkit-box-shadow:inset 0px -6px 1px -3px #9acc85;
	box-shadow:inset 0px -6px 1px -3px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #3b6e22 !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:26px;
	font-weight:bold;
	padding:18px 63px;
	text-decoration:none;
}
.pay-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.pay-button:active {
	position:relative;
	top:1px;
}



.testimonials-widget-testimonials2

blockquote {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
width: 450px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #5b5e5e;
border-left:none;
}

blockquote cite {
color: #5b5e5e;
font-size: 14px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}

.circular {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
        overflow:hidden; /* Für Image-Element Variante */
}

/*
h1  Bebas Neue  -  Bold
h2  Source Sans Pro   -   Bold  700
h3  Source Sans Pro   -   Semibold 600
h4  Source Sans Pro    -  Semibold Itelic 600i
  Source Sans Pro    -  Regular  400
  Source Sans Pro    -  Light  300
*/
.port-link{cursor:pointer;}
.fourth-question .port-link:hover{background-color: #cdcccc;}
.seven-question .port-link:hover{background-color: #bd9321;}
.infographic a{border:0 !important;/* text-decoration:none !important; */}
.infographic ul{margin: 0;padding:0;}
.infographic p,.infographic h1,.infographic h2,.infographic h3,.infographic h4,.infographic h5,.infographic h6{margin:0;}

.infographic a:hover,.infographic a:active,.infographic a:focus{text-decoration:none !important;border: 0;}

.infographic {font-family: 'Lora', serif;;overflow-x:hidden;background-color: #efefd5;}
.infographic h4{font-family: 'Poppins', sans-serif;}
.infographic h2{font-weight:700;display:inline-block;text-transform:uppercase;}
.infographic h3{font-weight:600;display:inline-block;}

.infographic p a{text-decoration:underline;}

.floatingSection { list-style: none; position: fixed; right: 0; top: 15%; z-index: 999; display: block; }
.floatingSection li {position: relative;background: white;margin-bottom: 5px;box-shadow: 0px 1px 5px 0px #a7a896;}
.floatingSection li > span {padding: 5px 0 0;font-size: 30px;box-shadow: 0px 3px 5px -1px #a7a896;cursor: pointer;display: block;color: #ffffff;border-radius: 15px 0 0 15px;text-align: center;position: absolute;width: 53px;height: 100%;font-family: 'BebasNeueBold', sans-serif;}
.floatingSection li > div {background: white;padding: 0 7px;height: 50px;display: table;width: 100% !important;float: none !important;}
.floatingSection li {width: 170px;height: 50px;/* line-height: 50px; */background-color: white;}

.side-bar a{color: #404041 !important;font-size: 12px;text-shadow: 0px 0px 0px #404041;display: block;line-height: 14px !important;border: 0;}
.floatingSection li > span.green{background-color:#a6ce4e;}
.floatingSection li > span.orange{background-color:#f58620;}
.floatingSection li > span.blue{background-color:#1d76af;}
.floatingSection li > span.yellow{background-color:#ffca0b;}
.floatingSection li > div.content div{display:table-cell;vertical-align:middle;border: 0 !important;text-decoration: none !important;}

.container{overflow:hidden;}

.bottom-gap{margin-bottom: 25px;}

.top{background-color:#a7cf4e;padding: 3px 0 0;height: 24px;overflow: hidden;}
.top hr{
  border: 0 none;
  border-top: 2px dashed #fff;
  background: none;
  height: 0;
  margin: 8px 0 0;
}

.infographic h4{text-transform:uppercase;display:inline-block;}

.cursor-laptop{padding-top:25px;padding-bottom:20px;}
.cursor-laptop .top-heading-div{/* display:table; */height: 387px;text-align:center;}
.top-heading-center{
    /* display: table-cell; */
    vertical-align: middle;
    margin-top: 70px;
}
.small-head h4{
    color: #262024;
    font-size: 31px;
    font-weight: 600;
}
.big-head h4{
    color: #262024;
    font-size: 51px;
    font-weight: 600;
}
.internet-back h4{
    color: #ffffff;
    font-size: 100px;
    background-image: url('https://www.bonek.de/blog/wp-content/themes/genesis/images/internet-back.png');
    background-repeat: no-repeat;
    background-position: 100% 3px;
    padding: 15px 85px 50px;
}

.line-bullet{
    text-align: center;
    position: relative;
    padding: 14px 0;
    overflow: hidden;
}
.line-bullet h4{
    color: #222019;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.line-bullet:before{content:'';position: absolute;width: 100%;height: 12px;top: 0;left: 0;background-image: url('/web/20170612193100im_/https://www.bonek.de/blog/wp-content/themes/genesis/images/green-line.png');background-repeat: no-repeat;background-size: cover;}
.line-bullet:after{content: '';position: absolute;width: 100%;height: 12px;bottom: 0;left: 0;background-image: url(/web/20170612193100im_/https://www.bonek.de/blog/wp-content/themes/genesis/images/green-line.png);background-repeat: no-repeat;background-size: cover;}

.top-para{}
.top-para p{
    color: #414042;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

.blue-box{background-color:#2076b0;border-radius:5px;padding: 20px 40px;}
.blue-box h3{color:#ffffff;font-size:20px;/* font-style: italic; */font-weight: bold;}

.opt-clear-icon{margin-top:5px;}
.opt-clear-icon h3{color:#414042;font-size:18px;font-weight: bold;}
.opt-clear-icon .col-md-3{margin-bottom:32px;cursor: pointer;min-height: 190px;}
.opt-clear-icon .orange h2{
    background-color: #f68820;
    color: white;
    font-size: 28px;
    border-radius: 100px;
    padding: 5px 14px;
}
.opt-clear-icon .green h2{
    background-color: #a7cf4e;
    color: white;
    font-size: 28px;
    border-radius: 100px;
    padding: 5px 14px;
}
.icon-main-div{
    position: relative;
    max-width: 130px;
    max-height: 130px;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 8px;
}
.icon-main-div-sub{
    position: relative;
    max-width: 130px;
    max-height: 130px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 3px 3px 0px 0px #bbbdaa;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
}
.icon-main-div h2{
    position: absolute;
    left: 0;
    z-index: 999;
    top: 0;
}
.icon-box-div{}
.icon-box-div img{
  margin-left: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
}
.icon-box-div img.firsticonhover{display:none;margin-left: 7px;}
.opt-clear-icon .col-md-3:hover .icon-box-div img:first-child{display:none;}
.opt-clear-icon .col-md-3:hover .icon-box-div img.firsticonhover{display:block;}

.opt-clear-icon .col-md-3:hover .icon-main-div-sub{box-shadow: 3px 3px 0px 0px #5a5a5a;}
.opt-clear-icon p{
    color: #414042;
    font-size: 16px;
    line-height: 17px;
    /* text-shadow: 0px 0px 0px #414042; */
}

.bulb{
    display: inline-block;
    padding: 20px 0;
}
.bulb-img{
    text-align: right;
}
.bulb-img img{}
.bulb-para{
    text-align: left;
}
.bulb-para p{
    color: #414042;
    font-size: 20px;
    text-shadow: 0px 0px 0px #414042;
    padding: 0 20px 11px 0;
}

.first-question{}
.white-background{
    max-width: 1278px;
    margin: 0 auto 70px;
    background-color: white;
    padding: 45px 0;
    position: relative;
}
.white-background:after{
  content:'';
  display:block;
  width:100%;
  background-repeat:no-repeat;
  background-size:cover;
  height:34px;
  background-image:url('https://www.bonek.de/blog/wp-content/themes/genesis/images/shadow.png');
  position:absolute;
  bottom:-35px;
}
.question-head{
    text-align: center;
    margin-bottom: 45px;
    margin-top: 7px;
}
.question-head h4{
    background-color: #f68820;
    color: white;
    font-size: 28px;
    padding: 18px 49px 17px 115px;
    position: relative;
    min-width: 1000px;
}
.question-head h4 span{
    position: absolute;
    left: 0;
    width: 95px;
    height: 94px;
    top: -11px;
    background-color: #f68820;
    border-radius: 100px;
    border: 4px solid white;
    padding: 27px 0;
}
.question-head h4:before{
  left: -10px;
  content: "";
  position: absolute;
  border: 40px solid white;
  width: 0;
  top: 0;
  bottom: 0;
}
.question-head h4:after{
  border-bottom: 45px solid #fff;
  right: -32px;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  transform: rotate(-90deg);
  content: "";
  position: absolute;
  width: 0;
  top: 12px;
}
.first-para{overflow:hidden;}
.first-question .first-para{
    padding-top: 27px;
    padding-bottom: 27px;
    max-width: 757px;
}
.first-question .first-para p{color:#414042;font-size: 16px;margin-bottom: 20px;}

.orange-text {margin-top:25px;}
.orange-text h2{color:#f68720;font-size:20px;text-transform: inherit;}

.first-other-option{
    margin: 10px 0;
    overflow: hidden;
}
.first-other-option .orange-line{border-top: 2px solid #fbb87c;border-bottom: 2px solid #fbb87c;padding-top: 25px;padding-bottom: 25px;display: inline-block;width: 100%;}
.first-other-option p{
    color: #414042;
    font-size: 17px;
    /* text-shadow: 0px 0px 0px #414042; */
    margin-top: 15px;
    padding: 0 30px;
}

.first-que-box{display:inline-block;padding:40px 0;}
.first-que-box .fqb-text{}
.first-que-box .fqb-text h4{color: #58595b;font-size: 26px;margin-bottom: 10px;text-align: inherit;}
.first-que-box .fqb-text p{color:#414042;font-size:16px;margin-bottom:13px;line-height: 20px;}
.first-que-box .fqb-img{
    text-align: right;
}
.first-que-box .fqb-text p:last-child{margin-bottom:0;/* font-size: 12px; */}

.fqb-important-box{}
.fqb-important-box .col-md-12{
    padding: 0 90px;
}
.fqb-important-box .color{padding:20px 0;display:inline-block;}
.fqb-important-box .color.orange{background-color:#f68820;}
.fqb-important-box .color.green{background-color:#a7cf4e;}
.fqb-important-box .color.yellow{background-color:#ffca0b;width: 100%;}
.fqb-important-box .color h4{color:#ffffff;font-size: 35px;margin-bottom: 15px;}
.fqb-important-box .color p{color:#ffffff;font-size:16px;margin-bottom: 12px;font-weight: 400;}
.fqb-important-box .color p:last-child{margin-bottom:0;}

.second-question{}
.second-question .first-para p{color:#414042;font-size:16px;margin-bottom:25px;}
.second-question .first-para p span{color:#414042;font-weight:700;}

.not-work{display:inline-block;overflow: hidden;}
.not-work .col-md-3{margin-bottom:30px;}
.not-work .not-work-icon{max-height:171px;min-height:171px;max-width:171px;background-color:#ededed;border-radius:100px;margin:0 auto 10px;overflow: hidden;}
.not-work .not-work-icon img{
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  /* margin-left: 20px; */
}
.not-work .col-md-3:hover .not-work-icon img{
    /* margin-left: -167px; */
    /* filter: contrast(200%) grayscale(20%); */
}
.not-work p{color:#414042;font-size:15px;}
.not-work p span{color:#414042;font-weight:700;}
.not-work-icon .icon-center{width: 100%;height: 171px;display: table;}
.not-work-icon .icon-center div{display:table-cell;vertical-align:middle;}

.green-text{border-bottom:2px solid #bcd97c;padding: 0 0 5px;}
.green-text h3{color:#a7cf4e;font-size:20px;}
.second-option-other{}
.second-option-other ul{
}
.second-option-other ul li{
    display: inline-block;
    width: 19.49%;
    text-align: center;
    margin-top: 20px;
}
.second-option-icon{
    max-width: 141px;
    max-height: 91px;
    overflow: hidden;
    margin: 0 auto 15px;
}
.second-option-icon img{
}
.second-option-other ul li p{
    color: #414042;
    font-size: 16px;
    /* text-shadow: 0px 0px 0px #414042; */
}

.three-gif-section{
    display: inline-block;
    margin-bottom: 30px;
}
.three-gif-section h3{
    color: #414042;
    font-size: 16px;
    margin-bottom: 25px;
}
.three-gif-section p{
    color: #414042;
    font-size: 16px;
    margin-bottom: 25px;
}
.three-gif-section p:last-child{}
.third-question .first-que-box{padding-bottom:0;}

.fourth-question .first-para{}
.fourth-question .first-para p{color:#404041;font-size:16px;max-width: 860px;margin:0 auto;}
.fourth-question .col-md-3{cursor:pointer;}
.fourth-map{display:inline-block;margin-top:30px;}
.fourth-map h4{color:#58595b;font-size: 26px;margin-bottom: 10px;}
.fourth-map h3{color:#404041;font-size: 16px;margin-bottom: 12px;}
.fourth-map h3.fontbig{font-size: 18px;}
.fourth-map p{color:#404041;font-size:16px;margin-bottom: 10px;}
.fourth-map p:last-child{margin-bottom:0;}
.fourth-map ul{}
.fourth-map ul li{/* display:inline-block; */font-weight:600;color:#404041;font-size:16px;margin-bottom: 10px;margin-right:25px;list-style-type: none;}

.keyword-research{
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}
.kewres-con{}
.kewres-con h4{
    color: #58595b;
    font-size: 26px;
}
.kewres-con p{
    color: #404041;
    font-size: 16px;
    margin-bottom: 15px;
}
.kewres-con table{
    width: 100%;
}
.kewres-con tr{
}
.kewres-con tr:nth-child(even){
    background-color: #e6e7e8;
}
.kewres-con tr:nth-child(odd){
    background-color: #f1f1f2;
}
.kewres-con td{
    color: #404041;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 7px 15px;
    line-height: 18px;
}

.goodkeyword{margin-bottom:35px;}
.fourth-question .fqb-important .color.orange p{}

.bonus{}
.bonus h3{
    color: #899d3b;
    font-size: 30px;
    margin-bottom: 10px;
}
.bonus a{
    color: #000000 !important;
    font-size: 24px;
    margin: 0 20px;
    text-transform: uppercase;
    background-color: #f0f0f0;
    padding: 7px 52px;
    text-shadow: 1px 0px 0px #5c672d;
    border-radius: 7px;
    box-shadow: 1px 4px 0px 0px #819239;
    display: inline-block;
}
.bonus a:hover{/* background-color: #9eb54e; */}

.fifth-question .seogif{display:inline-block;margin-bottom:30px;}
.fifth-question .seogif p{color:#404041;font-size:16px;margin-bottom:15px;}
.fifth-question .seogif p:last-child{margin-bottom:0;}

.seochart{display:inline-block;margin-bottom:30px;border-bottom:1px solid #d6d8d9;}
.seochart h3{color:#404041;font-size:16px;font-weight: 300;}
.seochart img{margin-bottom:30px;}
.seochart p{color:#404041;font-size:16px;margin-bottom: 10px;}
.seochart p:last-child{margin-bottom:30px;}

.seochart-second{}
.seochart-second h4{color:#58595b;font-size: 25px;}
.seochart-second p{color:#404041;font-size:16px;margin-bottom:25px;}

.fifth-other{margin-bottom:35px;}
.fifth-other h3{color:#a6ce4e;font-size:20px;}
.fifth-other-icon{display:inline-block;padding:15px;border-top:1px solid #a6ce4e;border-bottom:1px solid #a6ce4e;width: 100%;}
.fifth-other-icon img{margin-bottom:15px;}
.fifth-other-icon p{font-size: 16px;color:#404041;}
.fifthhead{display:block;width:100%;}

.fifth-question .first-que-box{padding:0;}


.six-option-icon{display:inline-block;margin-bottom:35px;cursor: pointer;min-height: 250px;vertical-align: text-bottom;}
.six-icon-box{background-color:#f1f1f2;overflow:hidden;}
.six-icon-box img{
  /* margin-left: 32px; */
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  /* filter: hue-rotate(-320deg); */
  }
.six-option-icon:hover .six-icon-box img{/* margin-left: -223px; *//* filter: contrast(200%) grayscale(20%); */}
.six-option-icon p{color:#404041;font-size: 16px;padding: 0;}

.six-second{
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.six-second h4{
    color: #58595b;
    font-size: 28px;
    margin-bottom: 10px;
}
.six-second p{
    color: #404041;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 18px;
}
.six-second p:last-child{}

.chart-section img{width:100%;}

.six-designer{}
.six-designer h3{color:#404041;font-size:16px;}
.out-color-box{
}
.out-color-box .color-line{
    background-color: #f58620;
    padding: 5px 10px;
}
.out-color-box .color-line h3{
    color: #ffffff !important;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.out-color-box h3{
    color: #404041;
    font-size: 14px !important;
    margin-bottom: 5px;
    font-weight: 300;
    padding: 0 10px;
}
.out-color-box table{
    width: 100%;
    margin: 0;
}
.out-color-box tr{
    border-bottom: 2px solid #cbcbcd;
}
.out-color-box td{
    color: #404041;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 300;
    line-height: 14px;
}
.six-question .out-color-box p{
    color: #404041;
    font-size: 14px;
    padding: 10px 10px 0;
}
.out-content{
    background-color: #f1f1f2;
    padding: 12px 0;
}
.six-question .fqb-img.designer-image{
    padding-top: 75px;
}

.six-three-col{}
.six-three-col .col-md-4{}
.six-three-col h3{
    color: #f58620;
    font-size: 20px;
}
.six-three-col p{
    color: #404041;
    font-size: 16px;
}
.six-question .first-que-box h3{color:#404041;font-size:16px;}
.own-product img{width:100%;}
.own-product{padding-top:50px;}
.nopadding{padding-bottom:0;}

.bag-section{padding-top:0;}
.seven-question .bag-section p{
    color: #404041;
    font-size: 16px;
}
.bag-section h3{
    color: #404041;
    font-size: 18px;
    margin-bottom: 10px;
}
.bag-section ul{
    margin-bottom: 20px;
}
.bag-section li{
    color: #404041;
    font-size: 16px;
    font-weight: 600;
    /* display: inline-block; */
    margin: 2px 40px 0 0;
    list-style-type: none;
}
.bag-section h4{color:#58595b;font-size:28px;}
.bag-section p span{color:#404041;font-weight: 300;font-size:16px;}
.bag-section.seven-less-time{padding-top: 20px;}
.bag-section.rocket-section{padding-top: 20px;}

.bag-section.rocket-section li{
    margin: 0;
}
.bag-section.rocket-section li:nth-child(odd){width: 65%;}

.bonus.seven h3{color:#815923;}
.bonus.seven a{color:#815923;background-color:#d6a828;box-shadow: 1px 4px 0px 0px #b98b2d;}

.eight-color{/* padding:6px 10px; *//* display:inline-block; *//* width:100%; *//* background-color:#f58620; */}
.eight-color h3{color:white;font-size:20px;padding: 6px 15px;background-color: #a6ce4e;}
.bag-section.eight{padding:0;}

.overflow{overflow:hidden;}

.last-section{}
.last-section .content{display: inline-block;width: 100%;margin-bottom: 40px;}
.last-section .content .head-line{}
.last-section .content .head-line h3{
    color: #58595b;
    font-size: 34px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #c8cac5;
    margin: 0 auto 15px;
    max-width: 670px;
}
.last-section .content img{margin-right: 10px;}


@media (min-width:1200px){
}
 
@media (min-width:980px) and (max-width:1030px){
  .gifclass{width:100%;}
  .top-heading-div{width:100%;}
  .top-heading-gif{width:100%;text-align:center;}
  .top-heading-gif img{width:60%;}
  .top-heading-center,.cursor-laptop .top-heading-div{display:block;height:auto;}
  .opt-clear-icon .col-md-3{min-height: 215px;}
  .question-head h4 span{top: -20px;padding: 31px 0;}
  .question-head h4{font-size: 23px;min-width: 800px;}
  .question-head h4:after{border-bottom: 35px solid #fff;}
  .white-background{padding-top:30px;}
  .question-head{margin-top: 20px;}
  .six-option-icon p br{display:none;}
  .six-option-icon p{font-size: 16px;}
  .six-question .gifclass.pagethat{width:auto;}
  .first-question .question-head h4 span{top: -5px;}
}
 
@media (min-width:768px) and (max-width:979px){
	.first-other-option .orange-line .col-md-3{min-height: 180px;vertical-align: top;}
  .gifclass{width:100%;}
  .gifclass{width:35%;}
  .top-heading-div{width:100%;}
  .top-heading-gif{width:100%;text-align:center;}
  .top-heading-gif img{width:60%;}
  .top-heading-center,.cursor-laptop .top-heading-div{display:block;height:auto;}
  .question-head h4 span{top: -20px;padding: 27px 0;}
  .question-head h4{font-size: 30px;min-width: 800px;text-align:center;}
  .question-head h4:after{border-bottom: 0;}
  .blue-box{padding:20px 20px;}
  .bulb-img{text-align:center;}
  .bulb-img img{width:25%;}
  .bulb-para p{padding:11px 25px 11px 0;}
  .opt-clear-icon .col-md-3{width: 49%;display: inline-block;}
  .question-head h4{font-size: 25px;min-width: 660px;left: -20px;/*  h1  Bebas Neue  -  Bold  h2  Source Sans Pro   -   Bold  700  h3  Source Sans Pro   -   Semibold 600  h4  Source Sans Pro    -  Semibold Itelic 600i    Source Sans Pro    -  Regular  400    Source Sans Pro    -  Light  300  */ul{margin: 0;padding:0;}p,h4,h2,h3,h4,h5,h6{margin:0;}a:hover,a:active,a:focus{text-decoration:none !important;}body{font-family: 'Lora', serif;overflow-x:hidden;background-color: #efefd5;}h4{font-family: 'Poppins', sans-serif;}h2{font-weight:700;display:inline-block;text-transform:uppercase;}h3{font-weight:600;display:inline-block;}p a{text-decoration:underline;}    .floatingSection {list-style: none;position: fixed;right: 0;top: 15%;z-index: 999;display: block; }  .floatingSectionli {position: relative;background: white;margin-bottom: 5px;box-shadow: 0px 1px 5px 0px #a7a896;}  .floatingSectionli >span {padding: 5px 0 0;font-size: 30px;box-shadow: 0px 3px 5px -1px #a7a896;cursor: pointer;display: block;color: #ffffff;border-radius: 15px 0 0 15px;text-align: center;position: absolute;width: 53px;height: 100%;font-family: 'BebasNeueBold', sans-serif;}  .floatingSectionli >div {background: white;padding: 0 7px;height: 50px;display: table;width: 100%;}  .floatingSectionli {width: 150px; }    .side-bara{color:#404041;font-size: 12px;text-shadow: 0px 0px 0px #404041;line-height: 12px;}  .floatingSectionli >span.green{background-color:#a6ce4e;}  .floatingSectionli >span.orange{background-color:#f58620;}  .floatingSectionli >span.blue{background-color:#1d76af;}  .floatingSectionli >span.yellow{background-color:#ffca0b;}  .floatingSectionli >div.content div{display:table-cell;vertical-align:middle;}    .container{overflow:hidden;}    .bottom-gap{margin-bottom: 25px;}    .top{background-color:#a7cf4e;padding:10px 0;}  .tophr{border: 0 none;border-top: 2px dashed #fff;background: none;height:0;margin:0;  }h4{text-transform:uppercase;display:inline-block;}    .cursor-laptop{padding-top:25px;padding-bottom:20px;}  .cursor-laptop .top-heading-div{/* display:table; */height: 387px;text-align:center;}  .top-heading-center{/* display: table-cell; */vertical-align: middle;margin-top: 70px;  }  .small-headh1{color: #262024;font-size: 31px;  }  .big-headh1{color: #262024;font-size: 51px;  }  .internet-backh1{color: #ffffff;font-size: 100px;background-image: url('/web/20170612193100im_/https://www.bonek.de/blog/wp-content/themes/genesis/images/internet-back.png');background-repeat: no-repeat;background-position: 100% 3px;padding: 15px 75px 50px;  }    .line-bullet{text-align: center;position: relative;padding: 14px 0;overflow: hidden;  }  .line-bulleth1{color: #222019;font-size: 30px;text-transform: uppercase;font-weight:700;      }  .line-bullet:before{content:'';position: absolute;width: 100%;height: 12px;top: 0;left: 0;background-image: url('/web/20170612193100im_/https://www.bonek.de/blog/wp-content/themes/genesis/images/green-line.png');background-repeat: no-repeat;background-size: cover;}  .line-bullet:after{content: '';position: absolute;width: 100%;height: 12px;bottom: 0;left: 0;background-image: url(/web/20170612193100im_/https://www.bonek.de/blog/wp-content/themes/genesis/images/green-line.png);background-repeat: no-repeat;background-size: cover;}    .top-para{}  .top-parap{color: #414042;font-size: 16px;margin-bottom: 10px;font-weight: 400;  }    .blue-box{background-color:#2076b0;border-radius:5px;padding: 20px 40px;}  .blue-boxh3{color:#ffffff;font-size:20px;/* font-style: italic; */font-weight: bold;}    .opt-clear-icon{margin-top:5px;}  .opt-clear-iconh3{color:#414042;font-size:18px;font-weight: bold;}  .opt-clear-icon .col-md-3{margin-bottom:32px;cursor: pointer;}  .opt-clear-icon .orangeh2{background-color: #f68820;color: white;font-size: 28px;border-radius: 100px;padding: 5px 14px;  }  .opt-clear-icon .greenh2{background-color: #a7cf4e;color: white;font-size: 28px;border-radius: 100px;padding: 5px 14px;  }  .icon-main-div{position: relative;max-width: 130px;max-height: 130px;margin: 0 auto;padding-top: 10px;margin-bottom: 8px;  }  .icon-main-div-sub{position: relative;max-width: 130px;max-height: 130px;overflow: hidden;margin: 0 auto;background-color: #ffffff;border-radius: 100px;box-shadow: 3px 3px 0px 0px #bbbdaa;transition: all .4s ease;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;  }  .icon-main-divh2{position: absolute;left: 0;z-index: 999;top: 0;  }  .icon-box-div{}  .icon-box-divimg{margin-left: 5px;-webkit-transition: all .4s ease;transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;  }  .icon-box-divimg.firsticonhover{display:none;margin-left: 7px;}  .opt-clear-icon .col-md-3:hover .icon-box-divimg:first-child{display:none;}  .opt-clear-icon .col-md-3:hover .icon-box-divimg.firsticonhover{display:block;}    .opt-clear-icon .col-md-3:hover .icon-main-div-sub{box-shadow: 3px 3px 0px 0px #5a5a5a;}  .opt-clear-iconp{color: #414042;font-size: 16px;line-height: 17px;/* text-shadow: 0px 0px 0px #414042; */  }    .bulb{display: inline-block;padding: 20px 0;  }  .bulb-img{text-align: right;  }  .bulb-imgimg{}  .bulb-para{text-align: left;  }  .bulb-parap{color: #414042;font-size: 20px;text-shadow: 0px 0px 0px #414042;padding: 11px 20px 11px 0;  }    .first-question{}  .white-background{max-width: 1278px;margin: 0 auto 70px;background-color: white;padding: 45px 0;position: relative;  }  .white-background:after{content:'';display:block;width:100%;background-repeat:no-repeat;background-size:cover;height:34px;background-image:url('/web/20170612193100im_/https://www.bonek.de/blog/wp-content/themes/genesis/images/shadow.png');position:absolute;bottom:-35px;  }  .question-head{text-align: center;margin-bottom: 45px;margin-top: 7px;  }  .question-headh1{background-color: #f68820;color: white;font-size: 30px;padding: 18px 49px 17px 115px;position: relative;min-width: 1000px;  }  .question-headh1span{position: absolute;left: 0;width: 95px;height: 94px;top: -11px;background-color: #f68820;border-radius: 100px;border: 4px solid white;padding: 27px 0;  }  .question-headh1:before{left: -10px;content: "";position: absolute;border: 40px solid white;width: 0;top: 0;bottom: 0;  }  .question-headh1:after{border-bottom: 45px solid #fff;right: -32px;border-left: 45px solid transparent;border-right: 45px solid transparent;transform: rotate(-90deg);content: "";position: absolute;width: 0;top: 12px;  }  .first-para{overflow:hidden;}  .first-question .first-para{padding-top: 27px;padding-bottom: 27px;max-width: 757px;  }  .first-question .first-parap{color:#414042;font-size: 16px;margin-bottom: 20px;}    .orange-text {margin-top:25px;}  .orange-texth2{color:#f68720;font-size:20px;text-transform:capitalize;}    .first-other-option{margin: 10px 0;overflow: hidden;  }  .first-other-option .orange-line{border-top: 2px solid #fbb87c;border-bottom: 2px solid #fbb87c;padding-top: 25px;padding-bottom: 25px;display: inline-block;width: 100%;}  .first-other-optionp{color: #414042;font-size: 17px;/* text-shadow: 0px 0px 0px #414042; */margin-top: 15px;padding: 0 30px;  }    .first-que-box{display:inline-block;padding:40px 0;}  .first-que-box .fqb-text{}  .first-que-box .fqb-texth1{color: #58595b;font-size: 26px;margin-bottom: 10px;}  .first-que-box .fqb-textp{color:#414042;font-size:16px;margin-bottom:13px;line-height: 20px;}  .first-que-box .fqb-img{text-align: right;  }  .first-que-box .fqb-textp:last-child{margin-bottom:0;}    .fqb-important-box{}  .fqb-important-box .col-md-12{padding: 0 90px;  }  .fqb-important-box .color{padding:20px 0;display:inline-block;}  .fqb-important-box .color.orange{background-color:#f68820;}  .fqb-important-box .color.green{background-color:#a7cf4e;}  .fqb-important-box .color.yellow{background-color:#ffca0b;width: 100%;}  .fqb-important-box .colorh1{color:#ffffff;font-size: 35px;margin-bottom: 15px;}  .fqb-important-box .colorp{color:#ffffff;font-size:16px;margin-bottom: 12px;font-weight: 400;}  .fqb-important-box .colorp:last-child{margin-bottom:0;}    .second-question{}  .second-question .first-parap{color:#414042;font-size:16px;margin-bottom:25px;}  .second-question .first-parapspan{color:#414042;font-weight:700;}    .not-work{display:inline-block;overflow: hidden;}  .not-work .col-md-3{margin-bottom:30px;}  .not-work .not-work-icon{max-height:171px;min-height:171px;max-width:171px;background-color:#ededed;border-radius:100px;margin:0 auto 10px;overflow: hidden;}  .not-work .not-work-iconimg{-webkit-transition: all .4s ease;transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;margin-left: 20px;  }  .not-work .col-md-3:hover .not-work-iconimg{/* margin-left: -167px; *//* filter: contrast(200%) grayscale(20%); */}  .not-workp{color:#414042;font-size:15px;}  .not-workpspan{color:#414042;font-weight:700;}  .not-work-icon .icon-center{width: 100%;height: 171px;display: table;}  .not-work-icon .icon-centerdiv{display:table-cell;vertical-align:middle;}    .green-text{border-bottom:2px solid #bcd97c;padding: 0 0 5px;}  .green-texth3{color:#a7cf4e;font-size:20px;}  .second-option-other{}  .second-option-otherul{}  .second-option-otherulli{display: inline-block;width: 19.49%;text-align: center;margin-top: 20px;  }  .second-option-icon{max-width: 141px;max-height: 91px;overflow: hidden;margin: 0 auto 15px;  }  .second-option-iconimg{}  .second-option-otherullip{color: #414042;font-size: 16px;/* text-shadow: 0px 0px 0px #414042; */  }    .three-gif-section{display: inline-block;margin-bottom: 30px;  }  .three-gif-sectionh3{color: #414042;font-size: 16px;margin-bottom: 25px;  }  .three-gif-sectionp{color: #414042;font-size: 16px;margin-bottom: 25px;  }  .three-gif-sectionp:last-child{}  .third-question .first-que-box{padding-bottom:0;}    .fourth-question .first-para{}  .fourth-question .first-parap{color:#404041;font-size:16px;max-width: 860px;margin:0 auto;}  .fourth-question .col-md-3{cursor:pointer;}  .fourth-map{display:inline-block;margin-top:30px;}  .fourth-maph1{color:#58595b;font-size: 26px;margin-bottom: 10px;}  .fourth-maph3{color:#404041;font-size: 16px;margin-bottom: 12px;}  .fourth-maph3.fontbig{font-size: 18px;}  .fourth-mapp{color:#404041;font-size:16px;margin-bottom: 10px;}  .fourth-mapp:last-child{margin-bottom:0;}  .fourth-mapul{}  .fourth-mapulli{/* display:inline-block; */font-weight:600;color:#404041;font-size:16px;margin-bottom: 10px;margin-right:25px;list-style-type: none;}    .keyword-research{display: inline-block;margin-top: 40px;margin-bottom: 20px;  }  .kewres-con{}  .kewres-conh1{color: #58595b;font-size: 26px;  }  .kewres-conp{color: #404041;font-size: 16px;margin-bottom: 15px;  }  .kewres-contable{width: 100%;  }  .kewres-contr{}  .kewres-contr:nth-child(even){      background-color: #e6e7e8;  }  .kewres-contr:nth-child(odd){      background-color: #f1f1f2;  }  .kewres-contd{color: #404041;font-size: 14px;/* font-weight: 600; */padding: 12px 15px;  }    .goodkeyword{margin-bottom:35px;}  .fourth-question .fqb-important .color.orangep{}    .bonus{}  .bonush3{color: #899d3b;font-size: 30px;  }  .bonusa{color: #5c672d;font-size: 24px;margin: 0 20px;text-transform: uppercase;background-color: #8fa73c;padding: 7px 52px;text-shadow: 1px 0px 0px #5c672d;border-radius: 7px;box-shadow: 1px 4px 0px 0px #819239;display: inline-block;  }  .bonusa:hover{background-color: #9eb54e;}    .fifth-question .seogif{display:inline-block;margin-bottom:30px;}  .fifth-question .seogifp{color:#404041;font-size:16px;margin-bottom:15px;}  .fifth-question .seogifp:last-child{margin-bottom:0;}    .seochart{display:inline-block;margin-bottom:30px;border-bottom:1px solid #d6d8d9;}  .seocharth3{color:#404041;font-size:16px;font-weight: 300;}  .seochartimg{margin-bottom:30px;}  .seochartp{color:#404041;font-size:16px;margin-bottom: 10px;}  .seochartp:last-child{margin-bottom:30px;}    .seochart-second{}  .seochart-secondh1{color:#58595b;font-size: 25px;}  .seochart-secondp{color:#404041;font-size:16px;margin-bottom:25px;}    .fifth-other{margin-bottom:35px;}  .fifth-otherh3{color:#a6ce4e;font-size:20px;}  .fifth-other-icon{display:inline-block;padding:15px;border-top:1px solid #a6ce4e;border-bottom:1px solid #a6ce4e;width: 100%;}  .fifth-other-iconimg{margin-bottom:15px;}  .fifth-other-iconp{font-size: 16px;color:#404041;}  .fifthhead{display:block;width:100%;}    .fifth-question .first-que-box{padding:0;}      .six-option-icon{display:inline-block;margin-bottom:35px;cursor: pointer;min-height: 240px;vertical-align: text-bottom;}  .six-icon-box{background-color:#f1f1f2;overflow:hidden;}  .six-icon-boximg{/* margin-left: 32px; */-webkit-transition: all .4s ease;transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;/* filter: hue-rotate(-320deg); */    }  .six-option-icon:hover .six-icon-boximg{/* margin-left: -223px; *//* filter: contrast(200%) grayscale(20%); */}  .six-option-iconp{color:#404041;font-size: 16px;padding: 0;}    .six-second{display: inline-block;width: 100%;margin-bottom: 35px;  }  .six-secondh1{color: #58595b;font-size: 28px;margin-bottom: 10px;  }  .six-secondp{color: #404041;font-size: 16px;margin-bottom: 15px;line-height: 18px;  }  .six-secondp:last-child{}    .chart-sectionimg{width:100%;}    .six-designer{}  .six-designerh3{color:#404041;font-size:16px;}  .out-color-box{  }  .out-color-box .color-line{background-color: #f58620;padding: 5px 10px;  }  .out-color-box .color-lineh3{color: #ffffff !important;font-size: 14px;padding: 0;margin: 0;font-weight: 300;  }  .out-color-boxh3{color: #404041;font-size: 14px !important;margin-bottom: 5px;font-weight: 300;padding: 0 10px;  }  .out-color-boxtable{width: 100%;  }  .out-color-boxtr{border-bottom: 2px solid #cbcbcd;  }  .out-color-boxtd{color: #404041;font-size: 14px;padding: 5px 10px;font-weight: 300;  }  .six-question .out-color-boxp{color: #404041;font-size: 14px;padding: 10px 10px 0;  }  .out-content{background-color: #f1f1f2;padding: 12px 0;  }  .six-question .fqb-img.designer-image{padding-top: 75px;  }    .six-three-col{}  .six-three-col .col-md-4{}  .six-three-colh3{color: #f58620;font-size: 20px;  }  .six-three-colp{color: #404041;font-size: 16px;  }  .six-question .first-que-boxh3{color:#404041;font-size:16px;}  .own-productimg{width:100%;}  .own-product{padding-top:50px;}  .nopadding{padding-bottom:0;}    .bag-section{padding-top:0;}  .seven-question .bag-sectionp{color: #404041;font-size: 16px;  }  .bag-sectionh3{color: #404041;font-size: 18px;margin-bottom: 10px;  }  .bag-sectionul{margin-bottom: 20px;  }  .bag-sectionli{color: #404041;font-size: 16px;font-weight: 600;/* display: inline-block; */margin: 2px 40px 0 0;list-style-type: none;  }  .bag-sectionh1{color:#58595b;font-size:28px;}  .bag-sectionpspan{color:#404041;font-weight: 300;font-size:16px;}  .bag-section.seven-less-time{padding-top: 20px;}  .bag-section.rocket-section{padding-top: 20px;}    .bag-section.rocket-sectionli{margin: 0;  }  .bag-section.rocket-sectionli:nth-child(odd){width: 65%;}    .bonus.sevenh3{color:#815923;}  .bonus.sevena{color:#815923;background-color:#d6a828;box-shadow: 1px 4px 0px 0px #b98b2d;}    .eight-color{/* padding:6px 10px; *//* display:inline-block; *//* width:100%; *//* background-color:#f58620; */}  .eight-colorh3{color:white;font-size:20px;padding: 6px 15px;background-color: #a6ce4e;}  .bag-section.eight{padding:0;}    .overflow{overflow:hidden;}    .last-section{}  .last-section .content{display: inline-block;width: 100%;margin-bottom: 40px;}  .last-section .content .head-line{}  .last-section .content .head-lineh3{color: #58595b;font-size: 34px;padding-bottom: 10px;display: block;border-bottom: 1px solid #c8cac5;margin: 0 auto 15px;max-width: 670px;  }  .last-section .contentimg{margin-right: 10px;}      @media (min-width:1200px){;}     @media (min-width:980px) and (max-width:1030px){    .gifclass{width:100%;}    .top-heading-div{width:100%;}    .top-heading-gif{width:100%;text-align:center;}    .top-heading-gif img{width:60%;}    .top-heading-center,.cursor-laptop .top-heading-div{display:block;height:auto;}    .opt-clear-icon .col-md-3{min-height:195px;}    .question-head h4 span{top: -20px;padding: 31px 0;}    .question-head h4{font-size: 23px;min-width: 800px;}    .question-head h4:after{border-bottom: 35px solid #fff;}    .white-background{padding-top:30px;}    .question-head{margin-top: 20px;}    .six-option-icon p br{display:none;}    .six-option-icon p{font-size: 16px;}    .six-question .gifclass.pagethat{width:auto;}  }     @media (min-width:768px) and (max-width:979px){    .gifclass{width:100%;}    .gifclass{width:35%;}    .top-heading-div{width:100%;}    .top-heading-gif{width:100%;text-align:center;}    .top-heading-gif img{width:60%;}    .top-heading-center,.cursor-laptop .top-heading-div{display:block;height:auto;}    .question-head h4 span{top: -20px;padding: 27px 0;}    .question-head h4{font-size: 30px;min-width: 800px;text-align:center;}    .question-head h4:after{border-bottom: 0;}    .blue-box{padding:20px 20px;}    .bulb-img{text-align:center;}    .bulb-img img{width:25%;}    .bulb-para p{padding:11px 25px 11px 0;}    .opt-clear-icon .col-md-3{width: 49%;display: inline-block;}    .question-head h4{font-size: 25px;min-width: 625px;left: -20px;}    .question-head{text-align:left;}    .question-head h4 span{text-align: center;width: 75px;height: 75px;top: 0;left: -5px;padding: 20px 0;}    .aligncenter{text-align:center !important;}    .alignleft{text-align:left !important;}    .first-question .first-other-option .col-md-3,.fourth-question .col-md-3,.fifth-other-icon .col-md-2{width:49%;display:inline-block;margin-bottom:25px;}    .first-que-box .fqb-text p:last-child{margin-bottom:20px;}    .first-que-box .fqb-text p,.top-para p,.line-bullet h3,.opt-clear-icon h3,.first-question .first-para p,.fqb-important-box .color p,.second-question .first-para p,.not-work p,.three-gif-section p,.fourth-map p,.kewres-con p,.bonus h3,.fifth-question .seogif p,.seochart p,.seochart-second p,.six-second p,.out-color-box,.six-three-col p,.first-que-box .fqb-text h4,.bag-section ul{padding-right:40px;}    .first-que-box .fqb-text h4{margin-top:20px;}    .fqb-important-box .col-md-12{padding: 0 0 0 15px;}    .kewres-con h4{margin-top:20px;}    .littlebiggif img{}    .littlebiggif{width:100% !important;}    .bonus h3{margin-bottom:20px;}    .chart-section img {width: 80%;margin-top: 15px;}    .fifth-question .seogif p:last-child{margin-bottom:20px;}    .six-option-icon{width:49%;}    .chart-section{text-align:center;}    .six-three-col p{margin-bottom:25px;}    .own-product img{width:50%;}  }     @media (max-width:767px) {    .gifclass{width:35%;}    .top-heading-div{width:100%;}    .top-heading-gif{width:100%;text-align:center;}    .top-heading-gif img{width:60%;}    .top-heading-center,.cursor-laptop .top-heading-div{display:block;height:auto;}    .question-head h4 span{top: -20px;padding: 27px 0;}    .question-head h4{font-size: 30px;min-width: 800px;text-align:center;}    .blue-box{padding:20px 20px;}    .bulb-img{text-align:center;}    .bulb-img img{width:25%;}    .bulb-para p{padding:11px 25px 11px 0;}    .opt-clear-icon .col-md-3{width: 49%;display: inline-block;}    .question-head h4{position:relative;font-size: 25px;min-width: 625px;min-width:auto;padding: 15px 10px 9px 85px;width:100%;}    .question-head{text-align:left;padding-right:30px;}    .question-head h4 span{text-align: center;width: 50px;height: 50px;top: 0;left: 15px;padding: 10px 0;}    .aligncenter{text-align:center !important;}    .alignleft{text-align:left !important;}    .first-question .first-other-option .col-md-3,.fourth-question .col-md-3,.fifth-other-icon .col-md-2{width:49%;display:inline-block;margin-bottom:25px;}    .first-que-box .fqb-text p:last-child{margin-bottom:20px;}    .first-que-box .fqb-text p,.top-para p,.line-bullet h3,.opt-clear-icon h3,.first-question .first-para p,.second-question .first-para p,.not-work p,.three-gif-section p,.fourth-map p,.kewres-con p,.bonus h3,.fifth-question .seogif p,.seochart p,.seochart-second p,.six-second p,.out-color-box,.six-three-col p,.first-que-box .fqb-text h4,.bag-section ul{padding-right:40px;}    .first-que-box .fqb-text h4{margin-top:20px;}    .fqb-important-box .col-md-12{padding: 0 15px 0 15px;}    .kewres-con h4{margin-top:20px;}    .littlebiggif img{}    .littlebiggif{width:100% !important;}    .bonus h3{margin-bottom:20px;}    .chart-section img {width: 80%;margin-top: 15px;}    .fifth-question .seogif p:last-child{margin-bottom:20px;}    .six-option-icon{width:49%;}    .chart-section{text-align:center;}    .six-three-col p{margin-bottom:25px;}    .own-product img{width:50%;}    .big-head h4{font-size:65px;}    .internet-back h4{font-size: 75px;background-size: cover;padding: 5px 85px;}    .line-bullet h3{font-size: 20px;}    .question-head h4:before,.question-head h4:after{display:none;}    .first-question .question-head h4 span{top:13px;}    .shake-freeze, .shake-constant.shake-constant--hover, .shake-trigger .shake-constant.shake-constant--hover{animation-play-state: paused;}    .second-option-other ul li{width:32%;}  }     @media (max-width:480px) {    .seven-question .question-head h4 span{top:13px;}    .line-bullet h3{padding-left:40px;}    .opt-clear-icon .col-md-3{min-height:210px;vertical-align:top;width:100%;}    .opt-clear-icon p br{display:none;}    .first-question .first-other-option .col-md-3{width:100%;min-height:180px;vertical-align:top;}    .first-other-option p{padding:0;}    .first-que-box .fqb-text h4,.fourth-map h4,.kewres-con h4{font-size: 25px;}    .fqb-important-box .color h4,.bonus h3,.seochart-second h4,.six-second h4{font-size: 25px;}    .littlebiggif img {width: 80%;}    .second-option-other ul li{width:100%;}    .fourth-question .question-head h4 span{top:15px;}    .kewres-con h4,.kewres-con p{padding-right:90px;}    .out-color-box{padding-right:0;}    .fourth-map p,.first-que-box .fqb-text p,.seochart h3{padding-right:10px;}    .fifth-other-icon .col-md-2,.six-option-icon{vertical-align:top;width:100%;}    .six-icon-box img{width:100%;}    .six-option-icon p br{display:none;}    .gifclass{width:80%;}    .first-que-box{padding: 30px 0;}    .bonus.seven h3{padding-right:0;}    .question-head h4{padding:15px 10px 9px 20px;font-size:27px;}    .eight-color{margin-bottom:20px;}    .big-head h4{font-size:40px;}    .internet-back h4{font-size:40px;padding:5px 55px;}        .blue-box{padding: 20px 10px;}    .blue-box h3,.opt-clear-icon h3{font-size:20px;line-height:25px;}    p,li,span{font-size:20px !important;line-height:25px !important;}    .opt-clear-icon p{line-height:22px;}    .question-head h4{padding:70px 10px 9px 10px;line-height:27px;}    .question-head h4 span{left:0;right:0;margin: 0px auto 0;top:10px;}    .first-que-box .fqb-text p, .top-para p, .line-bullet h3, .opt-clear-icon h3, .first-question .first-para p, .second-question .first-para p, .not-work p, .three-gif-section p, .fourth-map p, .kewres-con p, .bonus h3, .fifth-question .seogif p, .seochart p, .seochart-second p, .six-second p, .out-color-box, .six-three-col p, .first-que-box .fqb-text h4, .bag-section ul{padding-right:20px;}    .first-question .first-other-option .col-md-3, .fourth-question .col-md-3, .fifth-other-icon .col-md-2{width:100%;}    .fourth-map h3{font-size:22px;line-height:25px;}    .keyword-research{display:block;}    table{display:block;width:100%;overflow-x:auto;}    .bonus a{padding:4px 30px;}    .first-que-box{display:block;}    .own-product img{width:80%;}  }    @media (max-width:640px) {;}     @media (max-width:320px) {        .big-head h4{font-size:65px;}    .small-head h4{font-size:25px;}    .internet-back h4{font-size:25px;padding:5px 40px;}    .line-bullet h3{padding: 0 10px;}    .first-que-box .fqb-text p, .top-para p, .line-bullet h3, .opt-clear-icon h3, .first-question .first-para p, .second-question .first-para p, .not-work p, .three-gif-section p, .fourth-map p, .kewres-con p, .bonus h3, .fifth-question .seogif p, .seochart p, .seochart-second p, .six-second p, .out-color-box, .six-three-col p, .first-que-box .fqb-text h4, .bag-section ul{padding-right:15px;}    .opt-clear-icon .col-md-3{width:100%;}    .opt-clear-icon p{padding-right:15px;}    .question-head h4{padding:70px 10px 9px 10px;}    .question-head h4 span{left:0;right:0;margin: 10px auto 0;}    .gifclass {width: 70%;}    .first-question .first-other-option .col-md-3{width:100%;}    .littlebiggif img {width: 80%;}    .second-option-other ul li{width:100%;}    .fourth-question .question-head h4 span{top:0;}    .first-question .first-other-option .col-md-3, .fourth-question .col-md-3, .fifth-other-icon .col-md-2{width:100%;}    .aligncenter{position:relative;}    .col-md-8{padding:0;}    .keyword-research{display:block;}    .kewres-con h4{padding-right:50px;}    .kewres-con table {width: 100%;overflow-x: auto;display: block;}    .first-que-box {padding: 15px 0;}    .bonus a{padding: 4px 25px;font-size: 17px;}    .six-option-icon{width:100%;}    .first-que-box{display:block;}    .col-md-7{padding:0;}    .out-color-box table{display:block;overflow-x:auto;}    .seven-question .question-head h4 span{top:0;}    .bag-section li{margin-bottom:5px;margin-top:5px;}          }padding: 18px 49px 17px 115px;padding: 23px 49px 23px 115px;}
  .question-head{text-align:left;}
  .question-head h4 span{text-align: center;width: 75px;height: 75px;top: 0;left: -5px;padding: 20px 0;}
  .aligncenter{text-align:center !important;}
  .alignleft{text-align:left !important;}
  .first-question .first-other-option .col-md-3,.fourth-question .col-md-3,.fifth-other-icon .col-md-2{width:49%;display:inline-block;margin-bottom:25px;}
  .first-que-box .fqb-text p:last-child{margin-bottom:20px;}
  .first-que-box .fqb-text p,.top-para p,.line-bullet h3,.opt-clear-icon h3,.first-question .first-para p,.fqb-important-box .color p,.second-question .first-para p,.not-work p,.three-gif-section p,.fourth-map p,.kewres-con p,.bonus h3,.fifth-question .seogif p,.seochart p,.seochart-second p,.six-second p,.out-color-box,.six-three-col p,.first-que-box .fqb-text h4,.bag-section ul{padding-right:40px;}
  .first-que-box .fqb-text h4{margin-top:20px;}
  .fqb-important-box .col-md-12{    padding: 0 0 0 15px;}
  .kewres-con h4{margin-top:20px;}
  .littlebiggif img{}
  .littlebiggif{width:100% !important;}
  .bonus h3{margin-bottom:20px;}
  .chart-section img {width: 80%;margin-top: 15px;}
  .fifth-question .seogif p:last-child{margin-bottom:20px;}
  .six-option-icon{width:49%;}
  .chart-section{text-align:center;}
  .six-three-col p{margin-bottom:25px;}
  .own-product img{width:50%;}
}
 
@media (max-width:767px) {
	.fourth-question .question-head h4 span,.seven-question .question-head h4 span{top:10px;}
  .gifclass{width:35%;}
  .top-heading-div{width:100%;}
  .top-heading-gif{width:100%;text-align:center;}
  .top-heading-gif img{width:60%;}
  .top-heading-center,.cursor-laptop .top-heading-div{display:block;height:auto;}
  .question-head h4 span{top: -20px;padding: 27px 0;}
  .question-head h4{font-size: 30px;min-width: 800px;text-align:center;}
  .blue-box{padding:20px 20px;}
  .bulb-img{text-align:center;}
  .bulb-img img{width:25%;}
  .bulb-para p{padding:11px 25px 11px 0;}
  .opt-clear-icon .col-md-3{width: 49%;display: inline-block;}
  .question-head h4{position:relative;font-size: 25px;min-width: 625px;min-width:auto;padding: 15px 10px 9px 85px;width:100%;}
  .question-head{text-align:left;padding-right:30px;}
  .question-head h4 span{text-align: center;width: 50px;height: 50px;top: 0;left: 15px;padding: 10px 0;}
  .aligncenter{text-align:center !important;}
  .alignleft{text-align:left !important;}
  .first-question .first-other-option .col-md-3,.fourth-question .col-md-3,.fifth-other-icon .col-md-2{width:49%;display:inline-block;margin-bottom:25px;vertical-align: top;}
  .first-que-box .fqb-text p:last-child{margin-bottom:20px;}
  .first-que-box .fqb-text p,.top-para p,.line-bullet h3,.opt-clear-icon h3,.first-question .first-para p,.second-question .first-para p,.not-work p,.three-gif-section p,.fourth-map p,.kewres-con p,.bonus h3,.fifth-question .seogif p,.seochart p,.seochart-second p,.six-second p,.out-color-box,.six-three-col p,.first-que-box .fqb-text h4,.bag-section ul{padding-right:40px;}
  .first-que-box .fqb-text h4{margin-top:20px;}
  .fqb-important-box .col-md-12{    padding: 0 15px 0 15px;}
  .kewres-con h4{margin-top:20px;}
  .littlebiggif img{}
  .littlebiggif{width:100% !important;}
  .bonus h3{margin-bottom:20px;}
  .chart-section img {width: 80%;margin-top: 15px;}
  .fifth-question .seogif p:last-child{margin-bottom:20px;}
  .six-option-icon{width:49%;}
  .chart-section{text-align:center;}
  .six-three-col p{margin-bottom:25px;}
  .own-product img{width:50%;}
  .big-head h4{font-size:65px;}
  .internet-back h4{font-size: 75px;background-size: cover;padding: 20px 88px;}
  .line-bullet h3{font-size: 20px;}
  .question-head h4:before,.question-head h4:after{display:none;}
  .first-question .question-head h4 span{top:13px;}
  .shake-freeze, .shake-constant.shake-constant--hover, .shake-trigger .shake-constant.shake-constant--hover{animation-play-state: paused;}
  .second-option-other ul li{width:32%;}
}
 
@media (max-width:480px) {
  .seven-question .question-head h4 span{top:13px;}
  .line-bullet h3{padding-left:40px;}
  .opt-clear-icon .col-md-3{min-height:210px;vertical-align:top;width:100%;}
  .opt-clear-icon p br{display:none;}
  .first-question .first-other-option .col-md-3{width:100%;min-height:180px;vertical-align:top;}
  .first-other-option p{padding:0;}
  .first-que-box .fqb-text h4,.fourth-map h4,.kewres-con h4{font-size: 25px;}
  .fqb-important-box .color h4,.bonus h3,.seochart-second h4,.six-second h4{font-size: 25px;}
  .littlebiggif img {width: 80%;}
  .second-option-other ul li{width:100%;}
  .fourth-question .question-head h4 span{top:15px;}
  .kewres-con h4,.kewres-con p{padding-right:90px;}
  .out-color-box{padding-right:0;}
  .fourth-map p,.first-que-box .fqb-text p,.seochart h3{padding-right:10px;}
  .fifth-other-icon .col-md-2,.six-option-icon{vertical-align:top;width:100%;}
  .six-icon-box img{width:100%;}
  .six-option-icon p br{display:none;}
  .gifclass{width:80%;}
  .first-que-box{padding: 30px 0;}
  .bonus.seven h3{padding-right:0;}
  .question-head h4{padding:15px 10px 9px 20px;font-size: 19px;line-height:28px;}
  .eight-color{margin-bottom:20px;}
  .big-head h4{font-size:40px;}
  .internet-back h4{font-size:40px;padding:5px 55px;}
  
  .blue-box{padding: 20px 10px;}
  .blue-box h3,.opt-clear-icon h3{font-size:20px;line-height:25px;}
  p,li,span{/* font-size:20px !important; *//* line-height:25px !important; */}
  .opt-clear-icon p{line-height:22px;}
  .question-head h4{padding:70px 10px 9px 10px;line-height:27px;}
  .question-head h4 span{left:0;right:0;    margin: 0px auto 0;top:10px;}
  .first-que-box .fqb-text p, .top-para p, .line-bullet h3, .opt-clear-icon h3, .first-question .first-para p, .second-question .first-para p, .not-work p, .three-gif-section p, .fourth-map p, .kewres-con p, .bonus h3, .fifth-question .seogif p, .seochart p, .seochart-second p, .six-second p, .out-color-box, .six-three-col p, .first-que-box .fqb-text h4, .bag-section ul{padding-right:20px;}
  .first-question .first-other-option .col-md-3, .fourth-question .col-md-3, .fifth-other-icon .col-md-2{width:100%;}
  .fourth-map h3{font-size: 19px;line-height:25px;}
  .keyword-research{display:block;}
  table{display:block;width:100%;overflow-x:auto;}
  .bonus a{padding:4px 30px;}
  .first-que-box{display:block;}
  .own-product img{width:80%;}
}

@media (max-width:640px) {
	.kewres-con{float:none;}
	.seven-question .port-link{font-size: 22px;}
	.third-question .question-head h4 span{
    top: 10px;
}
	.big-head h4{font-size: 29px;}
	.small-head h4{font-size: 21px;}
	.internet-back h4{font-size: 30px;padding: 12px 50px;}
	.line-bullet h4{font-size: 18px;padding: 0 18px;}
	.top-heading-center{margin-top: 30px;}
	.first-que-box .fqb-text h4{font-size: 20px;}
	.fqb-important-box .color h4{font-size:30px;}
	.fourth-map h4,.kewres-con h4,.seochart-second h4{font-size:20px;}
	
}

@media (max-width:320px) {
	.fqb-important-box .color h4{font-size: 25px;}
.big-head h4{font-size: 25px;padding: 0 30px;}
  .big-head h4{/* font-size:65px; */}
  .small-head h4{font-size: 18px;}
  .internet-back h4{font-size:25px;padding: 9px 35px;}
  .line-bullet h3{padding: 0 10px;}
  .first-que-box .fqb-text p, .top-para p, .line-bullet h3, .opt-clear-icon h3, .first-question .first-para p, .second-question .first-para p, .not-work p, .three-gif-section p, .fourth-map p, .kewres-con p, .bonus h3, .fifth-question .seogif p, .seochart p, .seochart-second p, .six-second p, .out-color-box, .six-three-col p, .first-que-box .fqb-text h4, .bag-section ul{padding-right:15px;}
  .opt-clear-icon .col-md-3{width:100%;}
  .opt-clear-icon p{padding-right:15px;}
  .question-head h4{padding:70px 10px 9px 10px;}
  .question-head h4 span{left:0;top: 0 !important;right:0;margin: 10px auto 0;}
  .gifclass {width: 70%;}
  .first-question .first-other-option .col-md-3{width:100%;}
  .littlebiggif img {width: 80%;}
  .second-option-other ul li{width:100%;}
  .fourth-question .question-head h4 span{top:0;}
  .first-question .first-other-option .col-md-3, .fourth-question .col-md-3, .fifth-other-icon .col-md-2{width:100%;}
  .aligncenter{position:relative;}
  .col-md-8{padding:0;}
  .keyword-research{display:block;}
  .kewres-con h4{padding-right:50px;}
  .kewres-con table {width: 100%;overflow-x: auto;display: block;}
  .first-que-box {padding: 15px 0;}
  .bonus a{padding: 4px 25px;font-size: 17px;}
  .six-option-icon{width:100%;}
  .first-que-box{display:block;}
  .col-md-7{padding:0;}
  .out-color-box table{display:block;overflow-x:auto;}
  .seven-question .question-head h4 span{top:0;}
  .bag-section li{margin-bottom:5px;margin-top:5px;}  
}

.port-popup{
    display:none;
}
.port-popup .table-div{
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.port-popup .table-div:after{
	content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.80);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.port-popup .tablecell-div{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 999;
	bottom:-100%;
}
.next-cancel{/* background-color: rgb(65, 137, 186) */}
.popclose{color:white !important;border:0 !important;text-decoration:none !important;cursor:pointer !important;}
.popwidth{
    max-width: 650px;
    margin: 0 auto;
    background-color: rgb(65, 137, 186);
}

/*HIDE ELEMENT*/
.page-template-infographic{}
.page-template-infographic .site-footer{display:none;}
.page-template-infographic .footer-widgets{display:none;}
.page-template-infographic .site-header{/* display:none; */position: fixed;background: transparent;top: 10px;border: 0;padding: 0 25px !important;}
.page-template-infographic .site-inner{padding:0 !important;margin: 0;max-width: 100%;}
.page-template-infographic .nav-primary{display:none;}
.page-template-infographic .site-header.shrink{/* display:none; */padding: 0 25px !important;top: -10px;background-color: rgba(239, 239, 239, 0.7);}
/*
     FILE ARCHIVED ON 19:31:00 Jun 12, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:17:02 Jul 31, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 290.48 (3)
  esindex: 0.007
  captures_list: 579.836
  CDXLines.iter: 12.491 (3)
  PetaboxLoader3.datanode: 172.266 (5)
  exclusion.robots.fetch: 271.839 (4)
  exclusion.robots: 272.566
  exclusion.robots.policy: 0.345
  RedisCDXSource: 0.915
  PetaboxLoader3.resolve: 505.302 (3)
  load_resource: 497.756
*/
