/*
	Theme Name: Buzze
	Theme URI: https://buzze.be
	Description: This is the buzze theme created for the Genesis Framework.
	Author: Buzze
	Author URI: https://buzze.be

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
	font-family:'Gadugi-Regular';
	src: url('fonts/Gadugi_gdi.eot');
	src: url('fonts/Gadugi_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gadugi_gdi.woff') format('woff'),
		url('fonts/Gadugi_gdi.ttf') format('truetype'),
		url('fonts/Gadugi_gdi.svg#Gadugi-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2074;
}

@font-face {
	font-family:'Gadugi-Bold';
	src: url('fonts/Gadugi-Bold_gdi.eot');
	src: url('fonts/Gadugi-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gadugi-Bold_gdi.woff') format('woff'),
		url('fonts/Gadugi-Bold_gdi.ttf') format('truetype'),
		url('fonts/Gadugi-Bold_gdi.svg#Gadugi-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2074;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## 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: 2rem;
}

body {
	background-color: #fff;
	color: #141111;
	font-family: 'Gadugi-Regular', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #861c8f;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

ol li { list-style: decimal;}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gadugi-Regular",sans-serif;
    font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## 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 #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #6f0c77;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}
.related-section .more-link {
    background: #861c8f none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Gadugi-Bold";
    font-size: 30px;
    height: 25px;
    line-height: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 25px;
}
.mid-egg-section > ul {
    text-align: center;
}
.more-link-post{
	
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width:1170px;
}

.site-inner {
	clear: both;
    padding-top: 150px;
    word-wrap: break-word;
}
.home-temp-page .site-inner, .home-temp-page .content-sidebar-wrap { margin: 0px;}
.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: capitalize;
}

.entry-title a,
.sidebar .widget-title a {
	color: #861c8f;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #5b0d62;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## 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: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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 .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #141111;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## 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: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	display: none;
	float: left;
	padding: 10px 0;
	width:80px;
	position:absolute
}

.header-image .title-area {
	margin: 0 auto;
	max-width:80px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	display:none
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width:100%;
	padding-left:150px;
display: none;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #141111;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## 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;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding:0 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: "Gadugi-Regular",sans-serif;
    font-size: 18px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #141111;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #313131;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding:30px 0;
	color:#fff
}

.footer-widgets-1 {
	margin:0 2%;
}

.footer-widgets-1 {
	float: left;
	text-align:left
}

.footer-widgets-2 {
	float: right;
    margin: 0 2%;
    padding-top: 45px;
    text-align: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
	display:none
}

.site-footer p {
	margin-bottom: 0;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.acenter			{ text-align:center }

.linkblue			{ color:#1886ec; font-size:24px }
.linkblue:hover		{ color:#333 }

.home-hero						{ background:url(images/hero-curve.png) 95% 92% no-repeat; padding-top: 100px; }

#shiftnav-toggle-main{
	color:#000;
	background:#fff !important;
	text-align:left !important;
	padding:10px !important;
	left: 160px !important;
	width: 10%!important;
	z-index: 260 !important;
}
.home #shiftnav-toggle-main{
	/*left: 0 !important;*/
	/*width: 100%!important;*/
}
#shiftnav-toggle-main-button		{ background:#000; padding:5px; color:#fff; font-size:30px }
#shiftnav-toggle-main-button .fa	{ background:url(images/nav-icon.png) 0 0 no-repeat; width:68px; height:68px; display:inline-block; text-indent:-9999px }

#shiftnav-toggle-main .shiftnav-toggle-burger,
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before		{  background: transparent none repeat scroll 0 0;
    margin-left: 0 !important;
    margin-top: 5px !important;
    padding: 0 !important; }

#shiftnav-toggle-main .shiftnav-main-toggle-content			{ padding:0 0 0 100px !important }

.shiftnav ul.shiftnav-menu li.menu-item.onze-skills,
.shiftnav ul.shiftnav-menu li.menu-item.leden,
.shiftnav ul.shiftnav-menu li.menu-item.overige 		{ font-family:'Gadugi-Bold'; }

.shiftnav ul.shiftnav-menu li.menu-item.onze-skills,
.shiftnav ul.shiftnav-menu li.menu-item.leden,
.shiftnav ul.shiftnav-menu li.menu-item.overige			{ margin-top:20px }

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target		{ font-size:20px !important }
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target				{ padding:5px 20px !important }

.shiftnav-open .shiftnav, .shiftnav-transitioning .shiftnav { width: 100%; max-width: 100%; background: rgba(134, 28, 143, 0.95) !important;}
.shiftnav .shiftnav-panel-close { background: rgba(255, 255, 255,0.8) !important;}
#shiftnav-toggle-main a,
.site-title a,
.site-title a:hover,
.site-title a:focus		{ display:inline-block; background:url(images/logo.png) 0 0 no-repeat; width:80px; height:80px; text-indent:-99999px }

.home-hero h1,
.home-hero h2			{ font-family:'Gadugi-Bold'; }
.home-hero h2			{ font-size:72px; margin-bottom:0; line-height:72px; padding-top: 50px; }

.home-hero h1 {
	color: #861c8f;
	font-size: 140px;
	left: -10px;
	letter-spacing: -10px;
	line-height: 115px;
	margin-bottom: -20px;
	position: relative;
	top: -35px;
}

.home-hero .txt {
	font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 45%;
}
.home-hero .txt span	{   background: #fcf3a9 none repeat scroll 0 0;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 3px;}

.home-hero .link		{    color: #861c8f;
    font-family: "Gadugi-Bold";
    font-size: 36px;
		line-height: 36px;
    text-decoration: underline; }

.home-hero section.widget {
		margin-bottom: 10px;
}
.site-header {
    display: block;
    float: left;
    padding-top: 15px;
  	position: fixed;
    width: 100%;
    z-index: 999999999;
}

.home-featured			{ background:#313131; position:relative; margin-top:280px; }
.home-featured .wrap	{ padding:50px 0; text-align:center !important; color:#fff !important }

.home-featured .featured-arrow		{ background:url(images/hero-arrow.png) 0 0 no-repeat; width:146px; height:60px; margin:-60px auto 0; position:absolute; left:50%; transform:translateX(-50%) }

.home-featured #featured			{ position:absolute; top:-120px }

.home-featured h2		{ margin:30px 0; font-family: "Gadugi-Bold"; }

.home-featured a		{ color:#f5d41f;font-family: "Gadugi-Bold"; }
.home-featured p		{ padding:0 10% }

.home-box				{ padding:100px 0 50px }
.home-box .wrap			{ background:#861c8f; color:#fff; padding:0; text-align:center }
.quickwin			{   font-family: "Gadugi-Regular",sans-serif;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
	}
.home-box .widget-title{
	font-family: "Gadugi-Regular",sans-serif;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
	margin-bottom: 30px;
}
.home-box section				{ margin-bottom:0 }

.home-box [type="text"],
.quickwin [type="text"]			{ display:inline-block; width:70%;vertical-align:middle }

.home-box [type="submit"],
.quickwin [type="submit"], .quickwin a.lightbox		{ display:inline-block; width:88px; font-size:20px; border:1px solid #dcdada; vertical-align:middle; background: #ccc; font-size: 32px; height: 64px; line-height: 64px; text-decoration: none;}

.home-article .widget-title {
	color: #313131;
	font-size: 48px;
	margin-bottom: 80px;
	margin-top: 40px;
	text-align: center;
}

.home-article .post .entry-content,
.home-article .post .entry-content p {
	color: #313131;
}

.home-article .post				{ width:44%; float:left; margin-bottom:0 }
.home-article .post .more-link	{ background:#861c8f; color:#fff; display:inline-block; padding:5px; text-decoration:none; width:25px; height:25px; line-height:5px; font-size:30px; font-family:'Gadugi-Bold'; text-align:center; border-radius:2px }
.home-article .post .more-link:hover	{ background-color:#000 }
.home-article .post + .post		{ margin-left:6% }

.featured-content .entry-title	{ font-size:30px; font-family:'Gadugi-Bold'; }

.footer-widgets .wrap			{ width:100%; max-width:100%; }

#menu-footer-link .menu-item	{ display:inline-block; padding:0 15px 0 5px; margin:0 5px; border-right:1px solid #FFF }
#menu-footer-link .menu-item:last-child		{ border-right:0 }
#menu-footer-link .menu-item a				{ color:#fff; text-decoration:none }
#menu-footer-link .menu-item a:hover		{ color:#CCC }

.artikels-category .site-inner,.artikels-category .content-sidebar-wrap		{  }
.artikels-category .content			{ width:1200px; border-left:1px solid #ece7e7 }
.artikels-category  .sidebar-primary {width:320px;}
.sidebar .widget {
	padding:0px 20px 20px;
}

.site-header .wrap		{  margin: 0 auto;
    max-width: 1600px;
    padding: 0 20px 0 90px !important; }
.widget_nav_menu,
.widget_search			{ float:left }

.widget_nav_menu .genesis-nav-menu .menu-item			{ border:1px solid #ece7e7; margin-right:30px }
.widget_nav_menu .genesis-nav-menu a					{ background:url(images/yellow-nav-line.png) 0 120% repeat-x }
.widget_nav_menu .genesis-nav-menu a:hover,
.widget_nav_menu .genesis-nav-menu a:focus,
.widget_nav_menu .genesis-nav-menu .current-menu-item > a,
.widget_nav_menu .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.widget_nav_menu .genesis-nav-menu .sub-menu .current-menu-item > a:focus		{ text-decoration:none; background-position:0 100% }
.widget_nav_menu .genesis-nav-menu .current-category-ancestor a {
    background: rgba(0, 0, 0, 0) url("images/yellow-nav-line.png") repeat-x scroll 0 100%;
}
.widget_nav_menu .genesis-nav-menu a		{  color: #141111;
    font-size: 30px;
    font-weight: 400;
    padding: 19.5px 40px }
.site-header .widget_nav_menu,
.site-header .widget_search					{ margin-bottom:0; margin-top:10px }
.site-header .widget_search					{ width:200px }
.site-header .widget_search .widget-wrap	{ text-align:left !important }

.site-header .search-form					{ float:left; width:100%; margin:0 }
	.site-header .search-form input[type="search"]:focus {
		background-position: 99% center;
		text-indent: 0;
		width: 100%;
	}
	.site-header .search-form input[type="search"] {
		background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/07/search-button.png") no-repeat scroll center center;
		display: block;
		padding: 20px;
		text-indent: -9999px;
		transition: all 0.2s ease-in-out 0s;
		width: 96px;
	}

.site-header .widget_text p		{ margin-top:20px; font-size:24px }

.popular-category				{ background:#faf2c9; border:1px solid #f8e48b; border-radius:3px; padding:20px; margin-bottom:30px }
.popular-category h3			{ font-family:'Gadugi-Bold'; text-transform:uppercase; margin-bottom:30px }
.all-category					{ border:1px solid transparent; border-radius:3px; padding:20px; margin-bottom:30px }
.category-txt p					{ margin-bottom:5px }
.category-txt .one-third		{ text-align:center; border:1px solid #e5e1e1; background:#fff; padding:30px 20px; min-height:380px; margin-bottom: 2.5641%; }
.category-txt a					{ font-size:24px; color:#861c8f; font-family:'Gadugi-Bold'; text-decoration:none; line-height:25px }
.category-txt					{ overflow:hidden }

.category-sidebar li:before			{ content:""; position:absolute; left:7%; top:31px; transform:translate(-50%, -50%); width:21px; height:31px; background:url(images/img-icon.png) 0 0 no-repeat; transition:all 0.2s ease-in-out }
.category-sidebar li:hover:before,
.category-sidebar li.active:before	{ background-position:-23px 0 }
.category-sidebar li				{ border:1px solid #e5e1e1; position:relative; padding-left:40px; padding-bottom:0 !important; border-radius:3px; transition:all 0.2s ease-in-out }
.category-sidebar li:hover,
.category-sidebar li.active			{ background-color:#faf2c9; margin-left:15px; border:1px solid #f5d41f }
.category-sidebar li a				{ display:block; font-size:24px; text-decoration:none; padding:10px; color:#141111 }
.category-sidebar li:hover a,
.category-sidebar li.active a		{ background:url(images/bullet.png) 96% center no-repeat }
#menu-artikles li:before,#menu-services-menu li:before	{ content:""; position:absolute; left:7%; top:50%; transform:translate(-50%, -50%); width:21px; height:31px; background:url(images/img-icon.png) 0 0 no-repeat; transition:all 0.2s ease-in-out }

#menu-artikles li:hover:before,
#menu-artikles li.current-menu-item:before,#menu-services-menu li:hover:before,#menu-services-menu li.current-menu-item:before	{ background-position:-23px 0 }
#menu-artikles li,#menu-services-menu li { border:1px solid #e5e1e1; position:relative; padding-left:40px; padding-bottom:0 !important; border-radius:3px; transition:all 0.2s ease-in-out }
#menu-artikles li:hover, #menu-services-menu li:hover,
#menu-artikles li.current-menu-item,#menu-services-menu li.current-menu-item, #menu-services-menu li.current-page-ancestor { background-color:#faf2c9; margin-left:15px; border:1px solid #f5d41f }
#menu-artikles li a,#menu-services-menu li a	{ display:block; font-size:24px; text-decoration:none; padding:10px; color:#141111;text-transform: capitalize; }
#menu-artikles li:hover a,#menu-services-menu li:hover a,
#menu-artikles li.current-menu-item a,#menu-services-menu li.current-menu-item a	{ background:url(images/bullet.png) 96% center no-repeat }
#genesis-sidebar-primary .widget.widget_nav_menu {
    float: none;
}

.single.single-post .site-inner			{ font-size:21px;  font-style: normal;
    letter-spacing: -0.003em;
    line-height: 1.58; }
.single.single-post .entry-title		{ font-size:40px; color:#861c8f; font-family:'Gadugi-Bold'; }
.single.single-post .content .category-single-ebook{
	background-image: none;
    background-repeat: no-repeat;
}
.single.single-post .content .entry		{ }

.quote:before	{ position:absolute; content:""; background:url(images/quote-sign.png) 0 0 no-repeat; width:59px; height:41px; left:10px; top:10px; }
.quote:after	{ position:absolute; content:""; background:url(images/quote-egg.png) 0 0 no-repeat; width:102px; height:87px; right:-1px; bottom:-20px }

.quote			{ position:relative; background:#f4eab4; border:1px solid #f5d41f; -moz-transform: skewY(-0.5deg);
-webkit-transform: skewY(-0.5deg);
-o-transform: skewY(-0.5deg);
-ms-transform: skewY(-0.5deg);
transform: skewY(-0.5deg); padding:30px 100px 30px 80px; font-size:24px;font-family:'Gadugi-Bold'; margin:30px 0 50px }

.quote p		{ -moz-transform: skewY(0.5deg);
-webkit-transform: skewY(0.5deg);
-o-transform: skewY(0.5deg);
-ms-transform: skewY(0.5deg);
transform: skewY(0.5deg); margin-bottom:0;color: #141111;}

.category-arrow 				{ overflow:hidden; margin-bottom:50px }
.category-arrow h2,
.category-arrow p				{ margin-bottom:0; font-size:24px; color:#861c8f }
.category-arrow h2				{ font-family:'Gadugi-Bold'; font-size:30px; color:#000 }
.category-arrow .leftarrow,
.category-arrow .rightarrow		{ display:inline-block; border:1px solid #e5e1e1; border-radius:3px; padding:8px 20px; width:40%; line-height:30px }
.category-arrow .leftarrow		{ float:left; background:url(images/arrow-left.png) 3% center no-repeat; padding-left:40px  }
.category-arrow .rightarrow		{ float:right; background:url(images/arrow-right.png) 97% center no-repeat; padding-right:40px; text-align:right }
.category-arrow a				{ text-decoration:none; font-size:30px; line-height:24px }

.article-tag			{ margin-bottom:50px; padding:20px; font-size:20px; border:1px solid #e5e1e1 }
.article-tag span,
.article-tag a			{ display:inline-block; vertical-align:middle;  }
.article-tag a			{ padding:8px 20px; font-size:18px; background:#e5e1e1; text-decoration:none; color:#333;text-transform: capitalize; }
.article-tag a:hover	{ background:#861c8f; color:#fff }

.similar-article ul		{ margin-left:50px }
.similar-article li		{ list-style:none !important; background:url(images/bullet1.png) 0 18px no-repeat; padding:14px 0 5px 40px; font-size:24px }
.category .after-entry, .archive-description, .author-box{
	display:none;
}

.category-txt .one-third:first-child {
    clear: both;
    margin-left: 0;
}
.category-txt .one-third:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.cate-pagination {
	color: #1886ec;
    font-size: 24px;
    padding-bottom: 60px;
    text-align: center;
}
.cate-pagination a{
	color: #1886ec;
}
.shiftnav-wrap{
	 padding-top: 0 !important;
}
.single-img-align {
    text-align: center;
}
.nav-arrow-left {
    border: 1px solid #e5e1e1;
    float: left;
    padding: 7px;
    width: 45%;
}
.nav-arrow-right {
    border: 1px solid #e5e1e1;
    float: right;
    padding: 7px;
	text-align: right;
    width: 45%;
}
.sing-pre-post {
    color: #861c8f;
    font-family: "Gadugi-Regular",sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}
.sing-nxt-post {
    color: #861c8f;
	font-family: "Gadugi-Regular",sans-serif;
    font-size: 16px;
	font-weight: 600;
    text-align: right;
	text-transform: capitalize;
}
.nav-arrow-left > a,.nav-arrow-right a {
    color: #141111;
    font-family: "Gadugi-Bold",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.prev-post {
    float: left;
    margin-left: 5px;
    margin-right: 12px;
}
.next-post {
    float: right;
    margin-left: 12px;
	margin-right: 5px;
}
.similar-article {
    margin-bottom: 25px;
}
/*============Edited : 14-07-216===============*/
.category-ebooks  .content{
	border-left: medium none;
	width:100%;
}
.booke_page_title.entry-title span {
    font-weight: 600;
}
.books_sub_title {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.books_sub_title  h2 {
	color: #861c8f;
    font-size: 72px;
    font-family: "Gadugi-Bold",sans-serif;
	margin-top: 20px;
}
.books_sub_title h3 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 auto;
    text-align: left;
    width: 65%;
}

.books_details {
    margin: 50px 0px 20px;
    padding: 0;
    text-align: left;
}
.books_content {
    display: inline-block;
    float: none;
    margin: 10px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    text-align: left;
    width: 30%;
}
.books_content:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.books_details .books_content:last-child {
    margin-right: 0;
}
.books_content_title a {
    color: #4696ef;
    font-size: 30px;
  	font-family: "Gadugi-Bold",sans-serif;
    line-height: 1;
    text-decoration: none;
	display: block;
	margin-top: 20px;
    line-height: 36px;
}
.books_rating > span {
    float: left;
    margin-right: 13px;
}
.yasr-small-block-bold{
	  text-align: center;
}
.yasr-total-average-container {
    font-size: 16px;
}
.description .yasr-visitor-votes {
    display: none;
}
.news_leter {
	border: 1px solid #c4c7ca;
    margin: 50px auto 40px;
    padding: 40px 0;
    text-align: center;
    width: 80%;
    clear: both;
}
.news_leter .widget_wysija.php_wysija,.news-letter .widget_wysija.php_wysija {
    margin: 0 auto;
    width: 75%;
}
.news_leter .wysija-submit.wysija-submit-field,.news-letter .wysija-submit.wysija-submit-field {
    background: #861c8f none repeat scroll 0 0;
    box-shadow: 1px 1px 1px 1px #710e79;
    font-size: 24px;
	font-family: "Gadugi-Regular",sans-serif;
	font-weight: 500;
    margin: 0 auto;
    padding: 10px;
    width: 50%;
}
.news_leter > span,.news-letter > span {
    background: transparent url("https://buzze.be/wp-content/uploads/2016/07/newsletter-arrow.jpg") repeat scroll
	0 0;
}
.news-img {
    text-align: center;
    width: 36%;
}
.news_leter > h3, .news-letter > h3 {
    color: #313131;
    font-family: "Gadugi-regular";
    font-size: 24px;
    font-weight: 400;
}
.news_leter input {
    width: 70%;
}
.news_leter .wysija-submit.wysija-submit-field,.news-letter .wysija-submit.wysija-submit-field{
	 width: 55%;
}
.news_leter .widget_wysija_cont.php_wysija,.news-letter .widget_wysija_cont.php_wysija {
    border: 1px solid #c4c7ca;
    padding: 40px 0;
}
.news-letter {
	background: #f4eab4 none repeat scroll 0 0;
    border: 1px solid #c4c7ca;
    margin: 50px auto 40px;
    padding: 40px 0;
    text-align: center;
    width: 89%;
}
.news-letter-img {
    margin-left: 4%;
    text-align: left;
}
.news-letter .wysija-input{
	width: 87%;
}
.description {
	height: 160px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.books_rating {
    margin-top: 15px;
}
.single-post .content {
    width: 100%;
}
.ebook-img-align {
    text-align: right;
}
.single-post .category-single-ebook .entry-title{
	color: #861c8f;
    font-family: "Gadugi-Bold";
    font-size: 72px;
	text-transform: none;
	margin-bottom: 20px;
}
.main_heading_section_ebook {
	font-weight: bold;
}
.ebook-intro {
    float: left;
    width: 58%;
}
.category-single-ebook .yasr-small-block-bold {
    text-align: left;
}
.home .site-header .widget-area{
	display:none;
}
.quickwin {
	 background: #861c8f none repeat scroll 0 0;
	 color: #fff;
     padding: 30px;
}
.head-right-help {
    display: none;
}
.single-post .yasr-visitor-votes {
    display: none;
}
.main_heading_section {
    color: #141111;
    font-family: "Gadugi-Bold",sans-serif;
    font-size: 30px;
    margin-bottom: 35px;
}
.cat-search .widget-title,.single-search .widget-title {
    font-family: "Gadugi-Regular",sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.similar-article a {
    text-decoration: none;
}
.single-search {
    width: 100%;
}
.widget_nav_menu .genesis-nav-menu .current-post-ancestor a {
    background: rgba(0, 0, 0, 0) url("images/yellow-nav-line.png") repeat-x scroll 0 100%;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    z-index: 2147483647 !important;
}
#free-proposal,#footer-form, .lightbox-content {
    border-radius: 5px;
    color: #fff;
    padding: 10px;
	text-align: center;
}
#free-proposal .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    border-radius: 6px;
    color: #737373;
    margin: 20px auto;
    padding: 7px;
    text-align: center;
    width: 50%;
}
#free-proposal .wpcf7-form-control.wpcf7-submit {
    background: #f6d43c none repeat scroll 0 0;
    border-radius: 10px;
    color: #291702;
    font-size: 20px;
    padding: 8px;
    width: 38%;
}
.descript {
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
#free-proposal .wpcf7-form > p {
    margin: 2px;
}
.fancybox-skin{
	padding: 0 !important;
	width: 96%;
}
#free-click{
	background-color: #861c8f;
    border-radius: 5px;
    color: #fff;
	height: auto;
    padding: 10px;
}
.egg-sluit .wpcf7-form-control.wpcf7-text,.egg-sluit  > input {
    background: #fff url("https://buzze.be/wp-content/uploads/2016/09/service-form-btn.png") no-repeat scroll 240px center;
    border-radius: 9px;
    color: #861c8f;
    margin: 10px auto;
    padding: 11px;
    text-align: left;
    width: 22%;
}
.egg-sluit {
    text-align: center;
}
.egg-click-frm  h1 {
    font-family: "Gadugi-Bold",sans-serif;
    font-size: 40px;
    text-align: center;
}
.egg-descr {
    margin: 0 auto;
    text-align: center;
    width: 55%;
}
#free-click textarea {
    border-radius: 5px;
    height: 170px;
}
.egg-form-submit p {
    margin: 0 auto;
    padding: 10px;
    width: 35%;
}
.egg-form-submit .wpcf7-form-control.wpcf7-submit {
    background: #f6d43c none repeat scroll 0 0;
    border-radius: 7px;
    color: #5b1730;
    font-size: 20px;
    padding: 10px;
    width: 75%;
}
.egg-form-submit .wpcf7-form-control.wpcf7-text {
    border-radius: 5px;
    padding: 7px;
}
.service-page-bottom {
    padding-bottom: 60px;
}
.fancybox-inner > #help-form ,
.fancybox-inner > #help-nodge,
.fancybox-inner > #free-proposal {
	background-color: #861c8f;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.fancybox-overlay{
	 background: rgba(0, 0, 0, 0) url("images/fancybox_overlay.png") repeat scroll 0 0 !important;
	z-index: 999 !important;
}
.fancybox-opened {
    z-index: 803000 !important;
}
#help-form .descript,
#free-proposal.descript {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}
.left-reponsive-arrow {
    display: none;
}
/* 23-09-2016*/
.other-page .content-sidebar-wrap {
  max-width: 100%;
}
.other-page .site-inner {
  max-width: 100%;
  padding-top: 0;
}
.other-page.artikels-category .content {
  border-left: medium none;
  width: 100%;
}
.other-page .home-featured {
  margin-top: 0;
}
.other-home .txt {
  margin-bottom: 50px;
  width: 100%;
}
.other-page .other-home h1, .other-page .other-home .middle-top-title {
  display: inline-block;
  top: auto;
}
.other-home .textwidget > p {
  margin-bottom: 100px;
}
.other-page .shiftnav-toggle.shiftnav-toggle-shiftnav-main.shiftnav-toggle-burger {
  display: none;
}
.home-hero.other-home{ 
	background:url("images/home-top-bg.png") 90% 100% no-repeat; 
	padding-top: 100px; 
}
.other-page #shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 0 0 0 200px !important;
}
.other-page .head-top-help, .other-page .widget_nav_menu, .other-page .widget_search, .other-page .head-right-help {
  display: none;
}
.home .site-header.nav-up,
.home #shiftnav-toggle-main.nav-up ,
.home-temp-page .site-header.nav-up,
.home-temp-page #shiftnav-toggle-main.nav-up,
.other-page .site-header.nav-up,
.other-page #shiftnav-toggle-main.nav-up{
  position: absolute;
}
.other-page .site-header.nav-down,.other-page #shiftnav-toggle-main.nav-down{
	transform: unset;
	transition: unset;
}
.home #shiftnav-toggle-main ,
.home-temp-page #shiftnav-toggle-main ,
.other-page #shiftnav-toggle-main {
  /*position: absolute;*/
}
.home-temp-page .site-header.nav-up,.home-temp-page #shiftnav-toggle-main.nav-up {
  transform: unset;
  transition: unset;
}
.site-header .widget_nav_menu .nav-header ul li {
  float: left;
}


#menu-services-menu { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}

/* medias */

@media screen and (-webkit-min-device-pixel-ratio:0) {


	#menu-artikles li:hover::before, #menu-artikles li.current-menu-item::before,
	#menu-services-menu li:hover::before, #menu-services-menu li.current-menu-item::before,#menu-services-menu li.current-page-ancestor:before	{
		background-position: -23px 0;
	}
	#menu-artikles li::before,#menu-services-menu li::before {
		background: rgba(0, 0, 0, 0) url("images/img-icon.png") no-repeat scroll 0 0;
		content: "";
		height: 31px;
		left: 20px;
		position: absolute;
		top: 31px;
		transform: translate(-50%, -50%);
		transition: all 0.2s ease-in-out 0s;
		width: 21px;
	}
	.jquery-responsive-select-menu{
		   padding-left: 15%;
	}
	.menu-services-menu-container::before{
		left: 5%;
		position: absolute;
		top: 30%;
		transform: translate(-50%, -50%);
	}

}
.top-egg-section li:nth-child(2n+1) .mid-box-border h1 a,
.top-egg-section li:nth-child(2n+1) .more-link-post,
.top-egg-section li:nth-child(2n+1) .more-link-post li:nth-child(2n+1) .more-link-post,
.bottom-egg-section li:nth-child(2n+1) .mid-box-border h1 a,
.bottom-egg-section li:nth-child(2n+1) .more-link-post,
.bottom-egg-section li:nth-child(2n+1) .more-link-post li:nth-child(2n+1) .more-link-post {
    color: #000;
}
.top-egg-section li:nth-child(2n+2) .mid-box-border h1 a,
.top-egg-section li:nth-child(2n+2) .more-link-post,
.top-egg-section li:nth-child(2n+2) .more-link-post li:nth-child(2n+2) .more-link-post,
.bottom-egg-section li:nth-child(2n+2) .mid-box-border h1 a,
.bottom-egg-section li:nth-child(2n+2) .more-link-post,
.bottom-egg-section li:nth-child(2n+2) .more-link-post li:nth-child(2n+2) .more-link-post {
    color: #861C8F;
}

.top-egg-section li:nth-child(2n+1) .more-link-post .more-link,
.bottom-egg-section li:nth-child(2n+1) .more-link-post .more-link {
	background: #000 none repeat scroll 0 0;
    color: #fff;
}
.top-egg-section li:nth-child(2n+2) .more-link-post .more-link 
.bottom-egg-section li:nth-child(2n+2) .more-link-post .more-link {
	background: #861C8F none repeat scroll 0 0;
    color: #fff;
}
.midd-egg-section li:nth-child(3n+2) .mid-box-border h1 a,.midd-egg-section li:nth-child(3n+2) .more-link-post,
.midd-egg-section li:nth-child(3n+3) .mid-box-border h1 a,.midd-egg-section li:nth-child(3n+3) .more-link-post{
    color: #000;
}
.midd-egg-section li:nth-child(3n+2) .more-link-post .more-link,
.midd-egg-section li:nth-child(3n+3) .more-link-post .more-link  {
	background: #000 none repeat scroll 0 0;
    color: #fff;
}
.archive.category article.entry .entry-header {
	display: none;
}

.single-post.artikels-category .content {
	border-left: 0 solid #ece7e7;
}

.home-temp-page .content{
	border: medium none;
    width: 100% !important;
}

.home-temp-page .site-inner,
.home-temp-page .content-sidebar-wrap {
	max-width: 100%;
    padding-top: 0;
}
.home-temp-page .site-header{
	padding-top: 0;
}
.first-top-home {
    background: #313131 none repeat scroll 0 0;
    float: left;
    height: 954px;
    width: 470px;
}

.middle-top-home {
	background: transparent url("images/home-top-bg.png") no-repeat scroll 0 0;
	background-size: cover;
	/*float: left;*/
	margin: auto;
	height: 954px;
	width: calc(100% - 940px);
}

.middle-top-home-inner {
	margin: 0 auto;
	padding-top: 100px;
	width: 750px;
}

.last-top-home {
	background: #313131 none repeat scroll 0 0;
    float: right;
	height: 954px;
    width: 470px;
}
.first-top-center {
    margin-top: 160px;
    padding: 50px;
}
.last-top-center {
    margin-top: 160px;
    padding: 50px;
    text-align: right;
}
.home-box-form {
    clear: both;
}
.first-top-home h2,.last-top-home h2{
    color: #ffffff;
    font-family: "Gadugi-Bold",sans-serif;
    font-size: 72px;
}
.first-top-home p,.last-top-home p{
    color: #fff;
    font-size: 30px;
    margin-top: 60px;
}
.top-box-button > a {
    color: #fff;
    text-decoration: none;
}
.top-box-button {
    border: 1px solid #fff;
    font-size: 30px;
	margin-top: 135px;
    padding: 10px;
    text-align: center;
}
.middle-top-home h2 {
	font-family: "Gadugi-Bold",sans-serif;
    font-size: 72px;
    line-height: 78px;
    margin-bottom: 0;
    padding-left: 110px;
}
.middle-top-home .middle-top-home-inner h1 {
	 color: #861c8f;
    font-family: "Gadugi-Bold";
    font-size: 150px;
    left: 100px;
    margin-bottom: -50px;
    position: relative;
    top: -32px;
}

.middle-top-home .txt{
	font-size: 40px;
    line-height: 40px;
    margin: 60px auto;
    text-align: center;
	 width: 90%;
}

.middle-top-home .txt span {
    background: #fcf3a9 none repeat scroll 0 0;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 3px;
}
.home-top-mid-btn{
	border: 1px solid #861c8f;
    color: #861c8f;
    font-family: "Gadugi-Bold";
    font-size: 36px;
    line-height: 36px;
    margin: 85px auto;
    text-align: center;
    text-decoration: underline;
    width: 85%;
}
.home-mid-btn-top{
	background: #ffffff none repeat scroll 0 0;
    padding: 20px;
}
.txt > img {
    float: right;
    margin-top: 15px;
}
.related-section {
    clear: both;
}
.middle-section-content {
    padding: 10px 20px;
}
.mid-egg-section li {
    float: left;
    width: 24%;
}
.mid-box-border {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    margin-top: -30px;
    padding: 25px;
    text-align: left;
	margin-bottom: 30px;
}
.mid-box-border h1 {
    color: #861c8f;
    font-family: "Gadugi-Bold",sans-serif;
}
.egg-img {
    align-items: flex-end;
    display: inline-flex;
    min-height: 170px;
}

.mid-egg-section li {
    display: inline-block;
    float: none;
    margin: 15px;
    padding: 0 1%;
    text-align: center;
    width: 400px;
}
.mid-egg-section li:nth-child(even) .mid-box-border h1 {
    color: #000;
}
.mid-egg-section li:nth-child(even) .more-link-post {
    color: #000;
}
.mid-egg-section li:nth-child(even) .more-link-post .more-link {
	background: #000 none repeat scroll 0 0;
    color: #fff;
}
.related-section {
    clear: both;
    margin: 0 auto;
    width: 60%;
}
.related-link {
	 font-size: 30px;
    margin-bottom: 70px;
    margin-top: 70px;
}
.related-link > h3 {
    float: left;
    font-size: 30px;
    margin-right: 20px;
    padding-top: 7px;
}
.related-link li {
    display: inline-block;
    padding-right: 15px;
}
.related-post-section .widget-title {
    color: #313131;
    font-size: 48px;
    margin-bottom: 80px;
    margin-top: 40px;
    text-align: center;
}
.related-post-section .post {
    background: transparent none repeat scroll 0 0;
    float: left;
    margin-bottom: 0;
    width: 48%;
}
.more-link-post {
	color: #861c8f;
    font-size: 24px;
    text-decoration: underline;
}
.mid-box-border .txt {
    font-size: 24px;
}
.more-link-post .more-link,.related-post-section .more-link {
	background: #861c8f none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Gadugi-Bold";
    font-size: 30px;
    height: 25px;
    line-height: 5px;
    padding: 5px;
	 margin-left: 10px;
    text-align: center;
    text-decoration: none;
    width: 25px;
}
.related-post-section .entry-title{
	line-height: 1.0;
}
.related-post-section .entry-title a{
	color: #861c8f;
	 font-size: 30px;
	font-family: "Gadugi-Bold";
}
.tags-section {
    background: #e1e1e1 none repeat scroll 0 0;
    border: 1px solid #000;
    clear: both;
    margin: 50px auto;
    padding: 20px 40px;
    width: 55%;
}

.article-tags > h3 {
    float: left;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 0;
    padding-top: 5px;
}
.article-tags li {
	display: inline-block;
    font-size: 18px;
    padding-right: 15px;
}
.article-tags a {
    background: #cfcfcf none repeat scroll 0 0;
    color: #000;
    font-size: 18px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: capitalize;
}
.article-tags a:hover {
    background: #861c8f none repeat scroll 0 0;
    color: #fff;
}
.home-box-form .quickwin .widget-title {
    font-size: 34px;
}
.home-box-form [type="text"]{
	display: inline-block;
    vertical-align: middle;
    width: 42%;
}
.related-post-section {
	background: transparent url("images/footer_bg.jpg") no-repeat scroll 0 0;
    float: left;
    height: 620px;
    width: 1900px;
}
.home-temp-page #shiftnav-toggle-main{
	background: transparent !important;
	width: 10% !important;
}
.home-temp-page #shiftnav-toggle-main a,
.home-temp-page .site-title a,
.home-temp-page .site-title a:hover,
.home-temp-page.site-title a:focus{
	background: rgba(0, 0, 0, 0) url("images/logo-new.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 80px;
    text-indent: -99999px;
    width: 80px;
}
.buzz-footer-new {
    display: none;
}
.home-temp-page .buzz-footer-new {
    display: block;
}
.home-temp-page .buzz-footer-old {
    display: none;
}
.border-line-left{
	background: rgba(0, 0, 0, 0) url("images/purple-line.jpg") no-repeat scroll 0 0;
    margin-left: -20px;
    margin-right: 20px;
    padding-left: 20px;
}
.tag .site-inner {
    display: none;
}
.site-inner.site-inner-block{
	display:block;
}
.service-page-temp .content{
	/*background: transparent url("https://buzze.be/wp-content/uploads/2016/08/service-bg.jpg") repeat scroll 0 0;*/
    border-left: medium none;
    width: 100%;
}
.top-egg-section li,.bottom-egg-section li {
	display: inline-block;
    margin-right: 4%;
    width: 40%;
}
.serivce-egg-img {
    text-align: center;
	height: 170px;
	position: relative;
	display: flex;
	justify-content: center;
}
.service-egg-img {
    align-items: flex-end;
    display: inline-flex;
    min-height: 170px;
}
.service-page-middle {
    clear: both;
}
.serivce-egg-img a { align-self: flex-end;}
.service-page-middle li {
    display: inline-block;
    float: none;
    margin-right: 4%;
    padding: 0;
    text-align: center;
    width: 400px;
}
.serv-title > h1 {
	color:#861c8f;
    font-size: 40px;
	font-family: "Gadugi-Bold",sans-serif;
}
.service-page-temp .yasr-visitor-votes {
    display: none;
}
.responsive-logo {
    display: none;
}
.service-top-desc {
    background: #faf2c9 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}
.egg-pric {
    bottom: 130px;
    float: right;
    position: relative;
    width: 12%;
}
.service-header h1 {
    font-family: "Gadugi-Bold",sans-serif;
    font-size: 55px;
}
.service-top-desc > p {
    font-size: 32px;
    margin: 20px auto;
    padding: 0;
    text-align: left;
    width: 70%;
}
.service-descptin > a {
    bottom: 2px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.euro-price {
    top: 55px;
    left: 20px;
    position: absolute;
    width: 85%;
}
.euro-price h6{
	font-family: "Gadugi-Bold",sans-serif;
	font-size:36px;
	color:#fff;
}
.euro-price > p {
    bottom: 20px;
    color: #fff;
    font-size: 19px;
    position: relative;
    right: 3px;
}
.price-arrow {
    text-align: center;
}
.service-content {
    margin-top: 40px;
    padding: 5px;
    text-align: left;
    width: 85%;
}
.service-single-temp  .site-inner, .service-single-temp .content-sidebar-wrap {
    max-width: 1600px;
}
.price-arrow > h6 {
    color: #861c8f;
    left: 15px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 78%;
}
.service-descptin {
    margin-top: 32px;
}
.service-form {
    background: #861c8f none repeat scroll 0 0;
    color: #fff;
    height: 350px;
    text-align: center;
}
.service-form-title h4 {
    font-family: "Gadugi-Bold",sans-serif;
    font-size: 48px;
    padding-top: 20px;
}
.service-form-title .widget-title {
    margin-bottom: 0;
}
.service-form-title > p {
    font-size: 30px;
    margin: 0 auto;
    width: 50%;
}
.lets-img {
    background: #f5d41f none repeat scroll 0 0;
    border: 2px solid #d0b313;
    border-radius: 5px;
    margin: 15px auto 0;
    width: 22%;
}
.lets-img h3 {
	color: #262525;
    font-size: 28px;
    padding: 10px 5px 0;
}
.lets-img > a {
    text-decoration: none;
}
.servic-lnk {
    margin: 40px auto;
    text-align: center;
    width: 50%;
}
.servic-lnk > a{
	text-decoration:none;
}
.servic-lnk h3 {
    color: #308dd8;
    text-decoration: none;
}
.fancybox-overlay-fixed{
	   /*z-index: 999999999 !important;*/
}
.home .head-right-help {
    display: none;
}
.service-form-link {
    padding-bottom: 50px;
}
.service-form-link .quickwin [type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}
.service-form-link #button { padding: 0px; background: #000; }
.first-names .mauticform-text{
    float: left;
    width: 47%;
}
.second-names .mauticform-text {
    float: right;
    width: 47%;
}
.more-names{
	clear:both;
}
.explorer.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-77{
	display: none;
}
.home .site-header.nav-up,.home #shiftnav-toggle-main.nav-up ,.other-page #shiftnav-toggle-main.nav-up{
	display: block;
	transform: none;
    transition: none 0s ease 0s ;
}
.site-header.nav-up,#shiftnav-toggle-main.nav-up{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
}
.site-header.nav-down,#shiftnav-toggle-main.nav-down{
	transform: translateY(0%);
	transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
}
.site-header .widget_text.nav-up{
  transform: translateY(-450%);
  transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
}
.site-header .widget_text.nav-down{
	transform: translateY(0%);
	transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
	float: right;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #861C8F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #861C8F;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #861C8F;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #861C8F;
}

.home-temp { width: 900px; margin: 200px auto; text-align: center;}
.home-temp h1 { font-size: 2.5em;}
.home-temp p { text-align: center; margin: 30px 0px 20px;}
.home-temp .text-image { background: url("images/text-font.png"); width: 585px; height: 87px; display: inline-block; margin: 30px 0px;}
.home-temp-icon { display: flex; justify-content: space-between; justify-items: center;}
.home-temp-icon a { display: inline-block;}
.home-temp-icon .seo-icon { background: url("images/seo.png"); width: 263px; height: 263px; background-size: 100% 100%; }
.home-temp-icon .seo-advertise { background: url("images/adverteren.png"); width: 263px; height: 263px; background-size: 100% 100%; }
.home-temp-icon .seo-analyze { background: url("images/analyse.png"); width: 263px; height: 263px; background-size: 100% 100%; }

/*=============================================*/
/* # Media Queries
---------------------------------------------- */
@media only screen and (max-width: 1900px){
	.first-top-home,.last-top-home{
		width: 25%;
	}
	.middle-top-home{
		width: 50%;
	}
	#free-click{
		height:auto;
	}
}
@media only screen and (max-width: 1850px){
	#shiftnav-toggle-main{
		left: 110px !important;
	}
}
@media only screen and (max-width: 1800px){
	.first-top-home h2, .last-top-home h2{
		font-size: 60px;
	}
	.mid-egg-section > ul {
		text-align: left;
	}
	.mid-egg-section li {
		display: inline-block;
		float: none;
		margin: 15px;
		padding: 0;
		text-align: center;
		width: 22%;
	}
	.related-link > ul {
		text-align: center;
		width: 100%;
	}
	.related-section {
		clear: both;
		margin: 0 auto;
		width: 65%;
	}
	.related-post-section{
		 background: transparent url("images/footer_bg.jpg") no-repeat scroll 0 0 / cover ;
		 width: 100%;
	}
	.tags-section{
		width: 70%;
	}
	.article-tags > ul {
		text-align: center;
	}
	.related-post-section .post{
		  margin-right: 15px;
	}
	#shiftnav-toggle-main{
		width: 10% !important;
	}
	
}
@media only screen and (max-width: 1799px){
	#shiftnav-toggle-main {
		left: 85px !important;
	}
}
@media only screen and (max-width: 1749px){
	#shiftnav-toggle-main {
		left: 60px !important;
	}
}
@media only screen and (max-width: 1699px){
	#shiftnav-toggle-main {
		left: 35px !important;
	}
}
@media only screen and (max-width: 1649px){
	#shiftnav-toggle-main {
		left: 10px !important;
	}
}
@media only screen and (max-width: 1600px){
	.home-featured{
		margin-top: 200px;
	}
	.home-hero .txt{
		margin-bottom: 50px;
		font-size: 34px;
		line-height: 45px;
		width:50%;
	}
	.related-section {
		width: 70%;
	}
	.service-page-temp .content{
		/*background: transparent url("https://buzze.be/wp-content/uploads/2016/08/service-bg.jpg") repeat scroll 0 0 / contain ;*/
		width:96%;
	}
	.serv-title,.service-page-top,.service-page-middle,.service-page-bottom {
		width: 96%;
	}
	.lets-img {
		width: 30%;
	}
	.service-top-desc > p {
		font-size: 25px;
		margin: 18px auto;
		padding: 0;
		text-align: left;
		width: 70%;
	}
	.other-page #shiftnav-toggle-main .shiftnav-main-toggle-content {
		padding: 0 !important;
	}
	.other-page #shiftnav-toggle-main {
		left: 13% !important;
	}
}
@media (min-width: 1341px) and (max-width: 1519px) {
	.artikels-category .content { width:76%;
	 }
	 .related-section {
		width: 80%;
	}
	.service-page-temp .content{
		width:96%;
	}
	.other-page #shiftnav-toggle-main {
		left: 11% !important;
	}
}

@media only screen and (max-width: 1500px){
	.mid-egg-section > ul {
		text-align: center;
	}
	.mid-egg-section li{
		width: 35%;
	}
	.first-top-center,.last-top-center{
		 padding: 20px;
	}
	.middle-top-home h2{
		font-size: 60px;
		 line-height: 70px;
	}
	.middle-top-home .txt{
		 font-size: 32px;
		 width: 75%;
	}
	.middle-top-home .middle-top-home-inner h1{
		 font-size: 130px;
	}
	.home-top-mid-btn{
		 font-size: 32px;
	}
	.home-mid-btn-top{
		 padding: 15px;
	}
	.service-form-title h4{
		 font-size: 40px;
	}
	.service-form-title > p{
		font-size: 25px;
	}
	.service-form{
		height: 290px;
	}
	.lets-img {
		width: 30%;
	}
	.service-form-title > p {
		font-size: 20px;
	}
	.lets-img h3{
		font-size: 23px;
	}
	.service-page-middle li {
		display: inline-block;
		float: none;
		margin: 0 4% 0 0;
		padding: 0;
		width: 27%;
	}
}
@media only screen and (max-width: 1420px){
	.tags-section {
		width: 96%;
	}
	.top-egg-section li, .bottom-egg-section li{
		display: inline-block;
		margin-right: 4%;
		width: 45%;
	}
	.other-page #shiftnav-toggle-main {
		left: 8% !important;
	}

}
@media only screen and (max-width: 1400px){
	.middle-top-home-inner {
		width: 100%;
	}
	.middle-top-home h2{
		  padding-left: 65px;
	}
	.middle-top-home .middle-top-home-inner h1{
		left: 55px;
	}
	.middle-top-home .txt {
		font-size: 32px;
		width: 93%;
	}
	.related-section {
		width: 91%;
	}
	.egg-sluit {
		margin: 0 auto;
		text-align: center;
		width: 35%;
	}
	.egg-sluit .wpcf7-form-control.wpcf7-text {
		background: #fff url("https://buzze.be/wp-content/uploads/2016/09/service-form-btn.png") no-repeat scroll 200px center;
		border-radius: 9px;
		color: #861c8f;
		margin: 10px auto;
		padding: 11px;
		text-align: left;
		width: 60%;
	}
	.egg-sluit .wpcf7-form-control.wpcf7-text, .egg-sluit > input {
	  background-position: right center;
	  width: 100%;
	}
	.service-page-middle li {
		display: inline-block;
		float: none;
		margin: 0 1% 0 0;
		padding: 0;
		width: 32%;
	}
}
@media only screen and (max-width: 1350px){

	#menu-services-menu { flex-direction: row; }
	.service-single-temp .content {
		border-left: medium none;
		float: left;
		margin-top: 20px;
		width: 96%;
	}
	.service-single-temp .sidebar-primary{
		margin: 0;
		padding-right: 2%;
		width: 98%;
	}
	#menu-services-menu li {
		display: inline-block;
		width: 49%;
	}
	#menu-services-menu li:hover, #menu-services-menu li.current-menu-item {
		margin-left: 0;
	}
	.other-page #shiftnav-toggle-main {
		left: 6% !important;
	}
	.sidebar-content .site-inner .content-sidebar-wrap { flex-direction: column;}

	.sidebar .widget { padding-left: 20px;}

}
@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}
	.head-right-help {
		 display: block;
		float: right;
	}
	.head-top-help {
		display: none;
	}
	.single.single-post .site-inner {
		font-size: 30px;
		padding-left: 1%;
		padding-right: 1%;
	}
	.category-engagement  .sidebar-primary,.category-acquisitie  .sidebar-primary,
	.category-conversie  .sidebar-primary,.category-retentie  .sidebar-primary,
	.category-artikels  .sidebar-primary{
		margin: 0 auto 0 20px;
		position: absolute;
		padding-right: 2%;
		width: 96%;
	}
	.category-engagement .content,.category-acquisitie  .content,.category-retentie .content,.category-conversie .content,
	.category-artikels .content	{
	    border-left: medium none;
		float: left;
		margin-top: 170px;
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
	}
	#menu-artikles li{
		display: inline-block;
		width: 32%;
	}
	#menu-artikles li:hover, #menu-artikles li.current-menu-item{
		  margin-left: 0;
	}
	.genesis-footer-widgets .footer-widgets-2{
		width: 30%;
	}
	#shiftnav-toggle-main {
		left: 30px !important;
	}
	.site-header .widget-area {
		float: right;
		padding-left: 150px;
		padding-right: 100px;
		text-align: right;
		width: 98%;
display: none;
	}
	.other-page #shiftnav-toggle-main {
		left: 7% !important;
	}
}

@media only screen and (max-width: 1280px) {

	.home-hero h2 {
		font-size: 52px;
		line-height: 55px;
	}

	.home-hero h1 {
		font-size: 120px;
		line-height: 160px;
	}

	.home-hero h1 img ,
	.other-page .middle-top-home .middle-top-home-inner h1 img{
		width: 100px;
	}
	.home-hero .txt {
		font-size: 26px;
		margin-bottom: 20px;
		margin-top: 20px;
		width: 42%;
	}

	.home-hero .link {
		font-size: 26px;
	}
	.first-top-home h2, .last-top-home h2 {
		font-size: 40px;
	}
	.first-top-home p, .last-top-home p{
		font-size: 20px;
	}
	.top-box-button {
		font-size: 22px;
		margin-top: 60px;
		padding: 8px;
		text-align: center;
	}
	.middle-top-home h2 , .other-page .middle-top-home h2{
		font-size: 50px;
		line-height: 60px;
	}
	.middle-top-home .txt {
		font-size: 28px;
		width: 77%;
	}
	.middle-top-home .middle-top-home-inner h1{
		font-size: 110px;
		margin-bottom: -53px;
		position: relative;
		top: -40px;
	}
	.middle-top-home,.first-top-home,.last-top-home{
		height: 850px;
	}
	.widget_nav_menu .genesis-nav-menu .menu-item {
		margin-right: 20px;
	}
	.top-egg-section li, .bottom-egg-section li{
		width: 44%;
	}
	.egg-sluit{
		width: 44%;
	}
	.other-page #shiftnav-toggle-main {
		left: 5% !important;
	}
}
@media only screen and (max-width: 1250px){
	.widget_nav_menu .genesis-nav-menu .menu-item {
			margin-right: 10px;
		}
	.other-page #shiftnav-toggle-main {
		left: 4% !important;
	}
}
@media only screen and (max-width: 1230px){
	.middle-top-home .txt {
		font-size: 28px;
		width: 85%;
	}
	.home-mid-btn-top {
		padding: 10px;
	}
	.home-top-mid-btn {
		font-size: 25px;
	}
	.widget_nav_menu .genesis-nav-menu .menu-item {
			margin-right: 5px;
		}
	.other-page #shiftnav-toggle-main {
		left: 3% !important;
	}
}
@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}


	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 35%;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	.quickwin {
		padding: 30px;
	}
	.single .category-single-ebook .entry-title{
		font-size: 60px;
	}
	.single.single-post .site-inner {
		font-size: 25px;
	}
	.ebook-img-align {
		text-align: center;
	}
	.ebook-intro {
		float: left;
		width: 96%;
	}
	.site-header{
		  padding-top: 20px;
	}
	.head-right-help {
		bottom: 35px;
		display: block;
		float: right;
		position: relative;
	}
	.site-header .wrap {
		margin: 0;
		max-width: 100%;
		padding: 0 35px 0 83px !important;
	}
	.site-header .widget_text p {
		bottom: 0;
		font-size: 15px;
		margin-top: 0;
		position: relative;
		top: 0;
	}
	.other-page #shiftnav-toggle-main {
		left: 10% !important;
	}
	.artikels-category .content { max-width: 100%;}
}

@media only screen and (max-width: 1159px){
	.service-page-middle li {
		display: inline-block;
		float: none;
		margin: 0 2% 0 0;
		padding: 0;
		width: 47%;
	}
	.other-page #shiftnav-toggle-main {
		left: 8% !important;
	}
}
@media only screen and (max-width: 1150px) {

	.widget_nav_menu .genesis-nav-menu .menu-item {
		/*background: #fff9cf none repeat scroll 0 0;*/
		border: 1px solid #ece7e7;
		margin-right: 3px;
	}
	.site-header .widget_search {
		/*width: 13%;*/
	}
	.books_sub_title h2{
		font-size: 60px;
	}
	.books_sub_title h3{
		font-size: 30px;
		text-align: center;
		width: 75%;
	}
	.books_content{
		  width: 30%;
	}
	.books_content_title span a{
		 font-size: 27px;
	}
	.middle-top-home .txt {
		font-size: 28px;
		width: 96%;
	}
	.related-section {
		width: 100%;
	}
	.middle-top-home .middle-top-home-inner h1 img {
		width: 25%;
	}
	.middle-top-home .txt {
		font-size: 25px;
		width: 90%;
	}
	.home-box-form .quickwin .widget-title {
		font-size: 28px;
	}
	.mid-egg-section li {
		width: 40%;
	}

}
@media only screen and (max-width: 1100px){
	#shiftnav-toggle-main{
		width: 18% !important;
	}
	.article-tags > h3 {
		float: none;
		font-size: 20px;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	.site-header .widget-area{
		 padding-right: 60px;
	}
	.other-page #shiftnav-toggle-main {
		left: 6% !important;
	}
}
@media (min-width:1024px) {
	.single-post .content {
		float: none;
		margin: auto;
	}
}
@media only screen and (max-width: 1024px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}
	.site-header .menu-toggle {
		border: 0;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	#nav_menu-3 {
		background: #fff none repeat scroll 0 0;
		bottom: 0;
		left: 0;
		padding-left: 3%;
		position: fixed;
		width: 75%;
	}
	.widget_nav_menu .genesis-nav-menu .menu-item {
		background: #fff9cf none repeat scroll 0 0;
	}
	.site-header.nav-up{
		transform: none;
		transition: none 0s ease 0s; 
	}
	.site-header.nav-down{
		transform: none;
		transition: none 0s ease 0s; 
	}
	.site-header .widget_search {
		background: #fff none repeat scroll 0 0;
		bottom: 0;
		float: right;
		padding-left: 2%;
		position: fixed;
		right: 0;
	    width: 25%;
	}
	.site-header .search-form {
		 float: right;
		 margin: 0 auto;
	}
	.menu-toggle.dashicons-before.dashicons-menu {
		display: none;
	}
	.footer-widgets{
		 height: 250px;
	}
	.header-widget-area .genesis-nav-menu{
		 width: 94%;
	}
	.related-link > h3 {
		float: none;
		font-size: 30px;
		margin-right: 0;
		padding-top: 7px;
		text-align: center;
	}
	.related-link > h3{
		  font-size: 25px;
	}
	.related-link {
		font-size: 25px;
	}
	.related-link li {
		padding-right: 10px;
	}
	.related-post-section .widget-title{
		  font-size: 40px;
	}
	.home-temp-page .site-inner {
		max-width: 100%;
	}
	.related-post-section .entry-title a{
		  font-size: 25px;
	}
	.middle-top-home .middle-top-home-inner h1 img {
		width: 22%;
	}
	.home .site-header .widget-area{
	}
	.site-header {
		display: block !important;
	}
	.site-header.nav-up .head-right-help {
		/*display: none;*/
	}
	.site-header .widget_text p {
		font-size: 15px;
		margin-top: 55px;
	}
	.service-top-desc > p{
		width: 80%;
	}
	.service-descptin {
		margin-top: 25px;
	}
	.egg-pric {
		width: 16%;
	}
	.servic-lnk{
		   width: 80%;
	}
	.egg-sluit{
		 width: 50%;
	}

	.other-page #shiftnav-toggle-main {
		left: 10% !important;
	}
}

@media only screen and (max-width: 980px){
	.footer-widgets-1.widget-area,.footer-widgets-2.widget-area {
		margin: 0 auto;
		text-align: left;
		 padding-left: 2%;
		width: 100%;
	}
	.lets-img {
		width: 40%;
	}
	.service-form-title > p{
		 width: 80%;
	}
	.service-header h1{
		 font-size: 45px;
	}
	.books_content_title span a {
		font-size: 22px;
	}
	.category-ebooks .content {
		border-left: medium none;
		padding-right: 2%;
		width: 98%;
	}
	.footer-widgets-2 .widget_nav_menu{
		float:none;
	}
	.footer-widgets-2{
		padding-top: 20px;
	}
	.header-widget-area .genesis-nav-menu a{
		font-size:29px;
	}
	.single.single-post .entry-title{
		  font-size: 30px;
	}
	.single.single-post .site-inner {
		font-size: 20px;
	}
	.middle-top-home .middle-top-home-inner h1,
	.other-page .middle-top-home .middle-top-home-inner h1{
		top: -30px;
		font-size: 90px;
	}
	.middle-top-home .middle-top-home-inner h1, .other-page .middle-top-home .middle-top-home-inner h1 {
		left: 0;
	}
	.other-page .middle-top-home h2 {
		padding-left: 0;
	}
	.middle-top-home .txt{
		 margin: 30px auto;
	}
	.middle-top-home .txt ,.other-page .middle-top-home-inner .txt{
		font-size: 23px;
		width: 99%;
	}
	.home-top-mid-btn {
		font-size: 20px;
	}
	.home-mid-btn-top {
		padding: 5px;
	}
	.tags-section{
		 margin: 15px auto;
		padding: 20px 40px;
	}
	.article-tags > h3{
		 padding-bottom: 10px;
	}
	#nav_menu-3{
		 z-index: 99999999;
	}
	.egg-form-submit p {
		margin: 0 auto;
		padding: 10px;
		width: 65%;
	}
	.site-header .search-form input[type="search"]{
		    padding: 19.5px;
	}
	.mauticform-innerform {
	  margin: 0 auto;
	  padding: 10px;
	  width: 75% !important;
	}
	.other-page .middle-top-home-inner h1, .other-page .middle-top-home-inner .middle-top-title {
		display: block;
	}
	.other-page .home-top-mid-btn {
		width: 100%;
	}
	.other-page #shiftnav-toggle-main {
		left: 9% !important;
	}
}
@media only screen and (max-width: 900px){
	.widget_nav_menu .genesis-nav-menu a {
		padding: 19.5px;
	}
	.related-post-section .widget-title{
		 margin-bottom: 15px;
	}
	.mid-egg-section li {
		width: 45%;
	}
	.tags-section {
		margin: 15px auto;
		padding: 20px 5px;
	}
	.egg-sluit {
		width: 52%;
	}
	.other-page #shiftnav-toggle-main {
		left: 5% !important;
	}

}


@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 2% 0;
	}
	.other-page .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.home-temp-page .site-inner {
		padding: 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.home-temp-page .wrap {
		padding-left: 2%;
		padding-right: 2%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.single.single-post .site-inner{
		  margin-top: 50px;
	}
	.site-header{
		  padding-top: 30px;
	}
	.service-single-temp .site-inner{
		  margin: 100px 0px 0px;
		  padding: 5% 1% 0;
	}
	.service-single-temp .entry,.service-single-temp .sidebar .widget{
		  padding: 10px;
	}
	.site-header .search-form input[type="search"]:active {
		background-position: 90% center;
		text-indent: 0;
		width: 100%;
	}
	.service-page-temp .site-inner{
		margin-top: 100px;
		padding: 5% 1% 0;
	}
	.header-widget-area .genesis-nav-menu {
		width: 90%;
	}
	.category-engagement  .site-inner,.category-acquisitie  .site-inner,.category-conversie  .site-inner,.category-retentie  .site-inner,.category-artikels  .site-inner,.category-ebooks .site-inner	{
		padding: 140px 0;
	}
	.books_content {
		width: 44%;
	}
	.news_leter {
		margin: 40px auto 35px;
		padding: 12px 0;
		width: 100%;
	}

	#menu-services-menu li {
		width: 48%;
	}
	.service-single-temp .content{
		 margin-top: 30px;
	}
	.news_leter .wysija-submit.wysija-submit-field, .news-letter .wysija-submit.wysija-submit-field {
		font-size: 18px;
		width: 55%;
	}
	.news_leter input {
		padding: 10px;
	}
	.news_leter > h3, .news-letter > h3{
		font-size: 20px;
	}
	.books_sub_title h2 {
		font-size: 52px;
	}
	.books_sub_title h3{
		width: 90%;
	}
	.news_leter {
		margin: 40px auto 10px;
		padding: 12px 0;
		width: 85%;
	}
	.first-top-home h2, .last-top-home h2 {
		font-size: 30px;
	}
	.home-box-form .quickwin .widget-title {
		font-size: 23px;
	}
	.first-top-home p, .last-top-home p{
		margin-top: 25px;
	}
	.middle-top-home h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 10px;
		margin-top: 10px;	
	}
	.middle-top-home .middle-top-home-inner h1 {
		font-size: 80px;
		top: -28px;
	}
	#shiftnav-toggle-main {
		width: 23% !important;
	}
	.middle-top-home, .first-top-home, .last-top-home {
		height: 700px;
	}
	.related-post-section .entry-title a {
		font-size: 22px;
	}
	.related-post-section .post{
			padding:10px;
		   width: 45%;
	}
	.border-line-left{
		  margin-left: -30px;
	}
	.top-egg-section > ul,.midd-egg-section ul,.bottom-egg-section ul{
		text-align: center;
	}
	.top-egg-section li, .bottom-egg-section li,.midd-egg-section li {
		width: 90%;
	}
	.egg-sluit {
		width: 55%;
	}
	#help-form .mauticform-input, #help-nodge .mauticform-input {
		width: 100% !important;
	}
	.mauticform-button-wrapper .mauticform-button.btn-default {
		width: auto !important;
	}
	.other-page #shiftnav-toggle-main {
		left: 8% !important;
	}
}
@media only screen and (max-width: 800px){
	.service-descptin {
		margin-top: 24px;
	}
	.service-descptin > a{
		font-size: 16px;
	}
	.euro-price h6{
		font-size: 25px;
	}
	.euro-price > p {
		bottom: 18px;
		font-size: 16px;
	}
	.price-arrow {
		bottom: 100px;
		right: 5px;
	}
	.euro-price{
		bottom: 90px;
	}
	.egg-click-form {
		font-size: 16px;
	}
	.service-top-desc > p{
		font-size: 18px;
	}
	.egg-pric{
		 bottom: 100px;
	}
	.service-top-desc{
	}
	.header-widget-area .genesis-nav-menu a {
		font-size: 20px;
	}
	.site-header .search-form input[type="search"] {
		padding: 15px;
	}
	.other-page #shiftnav-toggle-main {
		left: 4% !important;
	}
}
@media only screen and (max-width: 768px){
	.home-hero h2{
		font-size: 55px;
		line-height: 60px;
	}
	.egg-sluit {
		width: 65%;
	}
	.single-search {
		width: 100%;
	}
	.widget_nav_menu .genesis-nav-menu a {
		padding: 19px;
	}
	.home-hero h1{
		font-size: 100px;
		letter-spacing: -5px;
		line-height: 120px;
	}
	.home-hero .txt {
		font-size: 30px;
		margin-top: 40px;
		width:94%;
	}
	.home-hero,.home-hero.other-home{
		background:none;
	}
	.home-hero h1 img {
		width: 20%;
	}
	.home-article .entry  {
		width: 96%;
	}
	.home-article .post + .post {
		margin-left: 0;
		margin-top: 25px;
	}
	.home-box .wrap{
		padding: 30px;
	}
	.site-header .search-form input[type="search"]{
		font-size: 11px;
		padding: 20px;
	}
	/* #nav_menu-3{
		 width: 72%;
	} */
	.quote{
		 font-size: 20px;
	}
	.category-arrow a {
		font-size: 16px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	.quickwin h4 {
		font-size: 22px !important;
	}
	.similar-article ul {
		margin-left: 0;
	}
	.category-engagement .content,.category-acquisitie  .content,.category-retentie .content,.category-conversie .content,
	.category-artikels .content{
		margin-top: 210px;
	}
	.category .after-entry, .archive-description,
	.category .author-box, .comment-respond,
	.category .entry,
	.category .entry-comments,
	.category .entry-pings,
	.category .sidebar .widget{
		padding: 12px;
	}
	#menu-artikles li {
		width: 48%;
	}
	.books_sub_title h2 {
		font-size: 45px;
	}
	.books_sub_title h3 {
		font-size: 25px;
	}
	.news_leter .wysija-submit.wysija-submit-field, .news-letter .wysija-submit.wysija-submit-field {
		font-size: 16px;
	}
	.news_leter input {
		width: 65%;
	}
	.news-letter{
		width: 100%;
	}
	.news-letter .wysija-input{
		 padding: 10px;
	}
	.middle-top-home .txt{
		  font-size: 20px;
	}
	#shiftnav-toggle-main {
		width: 28% !important;
	}
	#free-proposal .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email{
		width: 94%;
	}
	#free-proposal .wpcf7-form-control.wpcf7-submit{
		font-size: 16px;
		padding: 6px;
		width: 85%;
	}
	.descript{
		   font-size: 14px;
	}
	.service-page-temp .site-inner { margin: 0px;}
	.serivce-egg-img {
		height: auto;
	}
	.top-egg-section ul li, .midd-egg-section li, .bottom-egg-section li {
		width: 100%;
	}
	.service-page-sub .item {
		flex-direction: column;
	}
}/*screen 768*/
@media only screen and (max-width: 767px){
	.first-top-home h2, .last-top-home h2 {
		font-size: 25px;
	}
	.middle-top-home h2{
		font-size: 35px;
	}
	.middle-top-home .middle-top-home-inner h1{
		 font-size: 60px;
	}
	.middle-top-home .txt {
		font-size: 18px;
	}
	.home-top-mid-btn {
		font-size: 16px;
	}
	.top-box-button{
		 font-size: 18px;
		margin-top: 34px;
	}
	.mid-egg-section li {
		width: 85%;
	}
	.article-tags li:last-child {
		padding-top: 20px;
	}
	#shiftnav-toggle-main {
		width: 37% !important;
	}
	.related-post-section{
		  height: 730px;
	}
	.service-single-temp .entry, .service-single-temp .sidebar .widget {
		padding: 5px;
	}
	.egg-click-frm > h1{
		font-size: 25px;
	}
	.egg-descr,.egg-form-submit p{
		 width: 80%;
	}
	.service-form-title > p {
		font-size: 16px;
		width: 90%;
	}
	.lets-img {
		width: 55%;
	}
	.service-form-title h4 {
		font-size: 32px;
	}
	.service-form {
		height: 240px;
	}
	.service-descptin{
		margin-right: 50px;
	}
	.lets-img h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 700px){
	.egg-sluit {
		width: 75%;
	}
	#free-proposal .mauticform-input{
		 width: 70% !important;
	}
	.mauticform-button-wrapper .mauticform-button.btn-default {
		width: 60% !important;
	}
	.descript{
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.home-hero h2 {
		font-size: 35px;
		line-height: 50px;
	}
	.home-hero h1{
		 font-size: 70px;
	}
	.home-hero .txt {
		font-size: 25px;
		margin-top: 30px;
	}
	.home-hero .link{
		font-size: 25px;
	}
	.home-article .widget-title{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.featured-content .entry-title{
		font-size: 25px;
	}
	.home-box [type="text"], .quickwin [type="text"]{
		 padding: 10px;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"], .button{
		  padding: 10px 24px;
	}
	.quickwin h4 {
		font-size: 25px !important;
	}
	.home-hero h1 img {
		width: 18%;
	}
	.featured-content .entry-title {
		font-size: 20px;
	}
	.home-article .widget-title {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.home .quickwin {
		margin: 20px 0;
		padding: 30px;
	}
	.quote {
		font-size: 16px;
	}
	.single.single-post .site-inner {
		font-size: 20px;
	}
	.site-header .widget_text p{
		margin-top: 0;
	}
	.site-header {
		padding-top: 75px;
	}
	.nav-arrow-left,.nav-arrow-right{
		  width: 45%;
	}
	.books_content {
		width: 55%;
	}
	.books_sub_title h2 {
		font-size: 40px;
	}
	.books_sub_title h3 {
		font-size: 22px;
	}
	.news_leter{
		width: 93%;
	}
	.euro-price h6 {
		font-size: 18px;
	}
	.euro-price > p {
		bottom: 14px;
		font-size: 13px;
		right: 5px;
	}
	.price-arrow {
		bottom: 82px;
		right: 0;
	}
	.egg-click-form {
		font-size: 14px;
	}
	.service-descptin > a {
		font-size: 14px;
	}
	.service-single-temp .content{
		 margin-top: 0px;
	}
	.menu-services-menu-container {
		width: 100%;
		position: relative;;
	}
	.menu-services-menu-container:before{
		background: rgba(0, 0, 0, 0) url("images/img-icon-menu.png") no-repeat scroll 0 0;
		content: "";
		height: 31px;
		left: 7%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: all 0.2s ease-in-out 0s;
		width: 21px;
	}
	.jquery-responsive-select-menu {
		background: #faf2c9 url("images/bottom-arrow-menu.png") no-repeat scroll 96% center;
		border: 1px solid #f5d41f;
		border-radius: 4px;
		display: inline-block;
		font-size: 24px;
		max-width: 100%;
		padding-bottom: 10px;
		padding-left: 12%;
		padding-top: 10px;
	}
	.service-desc {
		margin-top: 20px;
	}
	.egg-pric {
		float: left;
		margin: 0 auto;
		position: inherit;
		width: 94%;
	}
	.egg-pric > img {
		display: none;
	}
	.euro-price {
		background: #821d8a none repeat scroll 0 0;
		border-radius: 3px;
		position: inherit;
		width: 20%;
	}
	.euro-price h6 {
		font-size: 22px;
		position: relative;
		text-align: center;
		top: 5px;
	}
	.euro-price > p {
		bottom: 10px;
		font-size: 16px;
		left: 9px;
	}
	.price-arrow{
		bottom: 85px;
	}
	.price-arrow > img {
		display: none;
	}
	.left-reponsive-arrow {
		display: block;
		float: left;
		margin-top: 10px;
		padding-left: 20%;
	}
	.egg-click-form {
		font-size: 16px;
		position: relative;
		right: 70px;
		top: 5px;
	}
	.egg-click-frm h1{
		font-size: 24px;
	}
	.mauticform-label{
		font-size: 18px;
	}
	.site-header.nav-up,#shiftnav-toggle-main.nav-up,.header-widget-area.nav-up{
		display: block;
	}
}
@media only screen and (max-width: 639px){
	
	.first-top-home, .last-top-home,.middle-top-home {
		width: 100%;
	}
	.service-header h1 {
		font-size: 35px;
	}
	.service-top-desc > p {
		font-size: 14px;
	}
	.first-top-home p, .last-top-home p{
		text-align: left;
	}
	 .first-top-home, .last-top-home {
		height: 290px;
	}
	.first-top-center{
		margin-top: 100px;
	}
	.last-top-center{
		margin-top: 30px;
	}
	.first-top-home h2, .last-top-home h2 {
		font-size: 60px;
		text-align: center;
	}
	.top-box-button {
		font-size: 24px;
		padding: 5px;
		margin-top: 20px;
	}
	.middle-top-home h2 {
		font-size: 36px;
	}
	.middle-top-home .middle-top-home-inner h1 {
		font-size: 72px;
	}
	.middle-top-home .txt {
		margin: 15px auto;
		line-height: 35px;
		font-size: 24px;
	}
	.txt > img{
		display: none;
	}
	.home-top-mid-btn{
		font-family: "Gadugi-Regular";
		 font-size: 24px;
		margin: 40px auto;
		width: 70%;
	}
	.middle-top-home {
		 background: transparent none repeat scroll 0 0;
		height: 620px;
	}
	.middle-top-home-inner{
		 padding-top: 30px;
	}
	.home-temp-page #shiftnav-toggle-main {
		background: #313131 none repeat scroll 0 0 !important;
		height: 94px;
		width: 100% !important;
		left: 0px !important;
	}
	#menu-artikles li a, #menu-services-menu li a{
		font-size: 20px;
	}
	.price-arrow {
		bottom: 85px;
		right: 0;
	}
	.service-content{
		clear:both;
		bottom: 60px;
		margin-top: 0;
		padding: 80px 5px 5px 5px;
		position: relative;
		width: 94%;
	}
	.service-descptin {
		margin-right: 0;
	}
	
}
@media only screen and (max-width: 600px){
	.header-widget-area .genesis-nav-menu {
		width: 100%;
	}
	.widget_nav_menu .genesis-nav-menu .menu-item{
		margin-right: 5px;
	}
	.site-header .widget_search {
		width: 25%;
	}
	.site-header .search-form input[type="search"] {
		font-size: 11px;
	}
	.related-post-section .post{
		   width: 96%;
	}
	.related-link{
		margin-bottom: 15px;
		margin-top: 15px;
	}
	#menu-artikles li a, #menu-services-menu li a {
		font-size: 16px;
	}
	.euro-price{
		width: 25%;
	}
	.euro-price > p {
		left: 20px;
	}
	.left-reponsive-arrow{
		padding-left: 25%;
	}
	.egg-click-form{
		right: 45px;
	}
}
@media only screen and (max-width: 530px){
	.header-widget-area .genesis-nav-menu a {
		font-size: 20px;
	}
	.header-widget-area .genesis-nav-menu {
		padding-left: 2%;
		text-align: center;
		width: 96%;
	}
	.egg-sluit {
		width: 100%;
	}
	.widget_nav_menu .genesis-nav-menu a:hover, 
	.widget_nav_menu .genesis-nav-menu a:focus,
	.widget_nav_menu .genesis-nav-menu .current-menu-item > a, 
	.widget_nav_menu .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
	.widget_nav_menu .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
		background-position: 0 108%;
		text-decoration: none;
	}
	.widget_nav_menu .genesis-nav-menu a{
		padding: 15px;
	}
	.widget_nav_menu .genesis-nav-menu .current-post-ancestor a {
		background: rgba(0, 0, 0, 0) url("images/yellow-nav-line.png") repeat-x scroll 0 110%;
	}
	/* .site-header .search-form{
		display:none;
	} */
	.site-header .search-form input[type="search"] {
		font-size: 6px;
	}
	#nav_menu-3 {
		padding-left: 0;
		width: 100%;
	}
	.category .popular-category,.category .all-category{
		padding: 10px;
	}
	.header-widget-area .genesis-nav-menu {
		padding-left: 3%;
		text-align: left;
	}
	.egg-click-form {
		right: 21px;
	}
	.mauticform-innerform{
		width: 100% !important;
	}
	.first-names .mauticform-text,.second-names .mauticform-text {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.home-hero h1 {
		font-size: 55px;
		line-height: 60px;
	}
	.border-line-left {
		margin-left: -15px;
	}
	#nav_menu-3 {
	  left: 20px;
	  padding-left: 30px;
	  width: 100%;
	}
	.site-header {
		position: inherit;
	}
	#shiftnav-toggle-main-button .fa {
		background-size: contain;
		height: 57px;
	}
	.site-header .widget-area{
		padding-left: 0;
	}
	#shiftnav-toggle-main a, .site-title a, .site-title a:hover, .site-title a:focus{
		display: none;
	}
	.responsive-logo {
		display: block;
		float: left;
		width: 80px;
	}
	.home #shiftnav-toggle-main {
		height: 94px !important;
		width: auto !important;
	}
	.site-header {
		padding-top: 15px;
	}
	.books_content {
		width: 70%;
	}
	.news_leter > h3, .news-letter > h3 {
		font-size: 13px;
	}
	.news_leter .wysija-submit.wysija-submit-field, .news-letter .wysija-submit.wysija-submit-field {
		font-size: 13px;
		width: 65%;
	}
	.single.single-post .site-inner {
		margin-top: 80px;
	}
	.quickwin h4 {
		font-size: 22px !important;
	}
	.home-hero h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.home-box [type="text"], .quickwin [type="text"] {
		padding: 5px;
		font-size: 18px;
		vertical-align: middle;
		 width: 70%;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"], .button{
		    padding: 5px 24px;
	}

	.site-header .widget_text p{
		 font-size: 18px;
	}
	.single.single-post .entry-title {
		font-size: 25px;
	}
	.quote {
		padding: 45px;
	}
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget {
		margin-bottom: 3%;
		padding: 15px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	#menu-artikles li {
		width: 94%;
	}
	.category-engagement .content,.category-acquisitie  .content,.category-retentie .content,.category-conversie .content,
	.category-artikels .content {
		margin-top: 300px;
	}
	.category .quickwin {
		padding: 10px;
	}
	.header-widget-area .nav-header .genesis-nav-menu {
		float: none;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	.related-post-section {
		height: 820px;
	}
	#shiftnav-toggle-main {
		width: 45% !important;
	}
	#shiftnav-toggle-main .shiftnav-main-toggle-content {
		padding: 0 10px !important;
	}
	#shiftnav-toggle-main #shiftnav-toggle-main-button.shiftnav-toggle.shiftnav-toggle-shiftnav-main.shiftnav-toggle-burger {
		bottom: 5px !important;
		right: 5px;
		padding: 0 !important;
		position: fixed !important;
		top: auto !important;
		border: solid
	}
	#shiftnav-toggle-main {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
		bottom: 1px !important;
		margin-bottom: 10px !important;
		padding-left: 1px !important;
		top: 0 !important;
		width: auto !important;
	}
	#shiftnav-toggle-main-button .fa {
		/*background-size: contain;
		height: 50px;*/
	}
	 .widget_nav_menu .genesis-nav-menu a {
		font-size: 22px;
		padding: 16px 62px;
	} 
	.site-header .nav-header .explorer {
		display: none;
	}
	.site-header .search-form {
		display: block;
		float: left;
	}
	.site-header .search-form input[type="search"] {
		font-size: 5px;
		width: 80%;
	}
	.site-header .widget_search {
		width: 24%;
	}
	.widget.widget_search {
		display: none;
	}
	.sing-pre-post,.sing-nxt-post{
		font-size: 14px;
	}
	.site-header .wrap {
		padding: 0 35px 0 15px !important;
	}
	.serv-title > h1,.mid-box-border h1{
		font-size: 30px;
	}
	.mid-box-border .txt {
		font-size: 18px;
	}
	.service-page-top img,.service-page-middle img,.service-page-bottom img{
		 width: 25%;
	}
	.more-link-post{
		font-size: 20px;
	}
	.service-page-temp .mid-box-border .txt {
		display: block;
	}
	.service-form-title h4 {
		font-size: 25px;
	}
	.service-form-title > p {
		font-size: 12px;
		width: 90%;
	}
	.service-top-desc > p {
		width: 94%;
	}
	.lets-img h3 {
		font-size: 16px;
	}
	.lets-img img {
		width: 5%;
	}
	#menu-services-menu li{
		width: 70%;
	}
	.euro-price {
		width: 30%;
	}
	.left-reponsive-arrow {
		padding-left: 30%;
	}
	.egg-click-form {
		right: 0;
	}
	.site-header.nav-down, #shiftnav-toggle-main.nav-down,
	.site-header .widget_text.nav-down	{
		transform: none;
		transition: none 0s ease 0s ;
	}
	.site-header.nav-up, #shiftnav-toggle-main.nav-up ,
	.site-header .widget_text.nav-up {	
		transform: none;
		transition: none 0s ease 0s ;
	}
	.site-header.nav-up {
		position: relative;
		display: none !important;
	} 
	.other-page #shiftnav-toggle-main.nav-up {
		transform: none;
		 position: unset;
	}
	.other-page #shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
		top: 0;
	}
	.other-page #shiftnav-toggle-main {
	  margin: 0 !important;
	  padding: 0 !important;
	}
	.home-hero, .home-hero.other-home {
		padding-top: 0;
	}
	.site-header .widget_nav_menu .nav-header ul li {
		float: none;
	}

	.header-widget-area .genesis-nav-menu { display: none !important;}
}
@media only screen and (max-width: 460px){
	.widget_nav_menu .genesis-nav-menu a {
		padding: 16px 53px;
	}
}
@media only screen and (max-width: 430px){
	/* .widget_nav_menu .genesis-nav-menu a {
		padding: 16px 21%;
	} */
	.widget_nav_menu .genesis-nav-menu a {
		font-size: 16px;
		padding: 16px 58px;
	}
	#nav_menu-3 {
	  padding-left: 20px;
	}
	#shiftnav-toggle-main-button .fa {
		height: 50px;
		width: 50px;
	}
	#shiftnav-toggle-main {
		width: 1% !important;
		display: none !important;
	}
	.service-form-title h4 {
		font-size: 25px;
	}
	.egg-sluit .wpcf7-form-control.wpcf7-text{
		width: 95%;
	}
	.service-form-title > p {
		font-size: 13px;
		width: 94%;
	}
	.service-form {
		height: 200px;
	}
	.lets-img h3 {
		font-size: 14px;
	}
	.lets-img img {
		width: 5%;
	}
	.egg-click-form{
		font-size: 13px;
	}
	.menu-services-menu-container {
		width: 97%;
	}
	.service-single-temp .sidebar-primary{
		 margin: 0 auto 0 10px;
		 width: 94%;
	}
}
@media only screen and (max-width: 400px){
	.home-hero h1 img {
		width: 25%;
	}
	.footer-widgets{
		font-size: 13px;
	}
	body > div {
		font-size: 16px;
	}
	.single.single-post .site-inner {
		font-size: 20px;
	}
	.site-header .widget-area{
		 padding-left: 0;
	}
	.news_leter .wysija-submit.wysija-submit-field, .news-letter .wysija-submit.wysija-submit-field{
		 font-size: 11px;
		 width: 77%;
	}
	.mid-box-border .txt{
	}
	.middle-section-content {
		padding: 50px 0;
	}
	.mid-egg-section li {
		width: 90%;
	}
	.mid-box-border{
		padding: 20px;
	}
	.related-section {
		width: 90%;
	}
	.related-post-section {
	}
	.egg-img{
		display: none;
	}
	.middle-top-home {
		height: 660px;
	}
	.last-top-center {
		margin-top: 0;
	}
	.last-top-home {
		height: 204px;
	}
	.egg-form-submit .wpcf7-form-control.wpcf7-submit{
		font-size: 18px;
		width: 96%;
	}
	.euro-price {
		width: 35%;
	}
	.left-reponsive-arrow {
		padding-left: 35%;
	}
	#free-proposal .mauticform-input {
		width: 100% !important;
	}
	.mauticform-button-wrapper .mauticform-button.btn-default {
		width: 100% !important;
	}
	.widget_nav_menu .genesis-nav-menu a {
	  font-size: 16px;
	  padding: 16px 52px;
	}
}
@media only screen and (max-width: 380px){
	.widget_nav_menu .genesis-nav-menu a {
		font-size: 16px;
		padding: 16px 45px;
	}
	#nav_menu-3 {
		padding-left: 16px;
	}
	.service-single-temp .sidebar-primary{
		  margin: 0 auto 0 10px;
	}
	#menu-services-menu li {
		display: inline-block;
		margin-right: 2%;
		width: 94%;
	}
	.service-page-temp .more-link-post {
		font-size: 18px;
	}
	.service-form-title > p{
		 font-size: 12px;
	}
}
@media only screen and (max-width: 360px){
	.home-article .widget-title {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.featured-content .entry-title {
		font-size: 20px;
	}
	.home-box [type="text"], .quickwin [type="text"]{
		   width: 100%;
	}
	.home-box .widget-title, .quickwin {
		font-size: 34px;
	}
	.single.single-post .site-inner {
		margin-top: 100px;
	}
	.category-arrow a {
		font-size: 13px;
	}
	.mid-box-border h1{
		 font-size: 28px;
	}
	.more-link-post{
		 font-size: 20px;
	}
	.middle-top-home .middle-top-home-inner h1{
		   left: 20px;
	}
	.middle-top-home h2 {
		padding-left: 25px;
	}
	.middle-top-home .middle-top-home-inner h1 img {
		width: 23%;
	}
	.middle-top-home .txt {
		font-size: 24px;
		padding-left: 0.6%;
		padding-right: 0.6%;
	}
	.home-mid-btn-top {
		padding: 10px;
	}
	.site-header .widget_search {
		width: 22%;
	}
	.head-right-help{
		 left: 20px;
	}
	.euro-price {
		width: 40%;
	}
	.left-reponsive-arrow {
		padding-left: 40%;
	}
	.widget_nav_menu .genesis-nav-menu a {
		font-size: 16px;
		padding: 16px 41px;
	}
}
@media only screen and (max-width: 359px){
	.widget_nav_menu .genesis-nav-menu a {
		font-size: 16px;
		padding: 16px 35px;
	}
}
@media only screen and (max-width: 340px){
	.site-header .widget_search {
		width: 17%;
	}
	#nav_menu-3 {
		padding-left: 4%;
	}
}

@media only screen and (max-width: 320px){
	.widget_nav_menu .genesis-nav-menu .menu-item {
		margin-right: 0;
	}
	.widget_nav_menu .genesis-nav-menu a {
		font-size: 14px;
		padding: 14px 40px;
	}
	#shiftnav-toggle-main-button .fa {
		height: 45px;
	}
	
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


.sitereview-table { margin-top: 50px;}
.sitereview-table .col { width: 32%; float: left; position: relative;}
.sitereview-table .giga {}
.sitereview-table .giga .table-head:before { content: ""; background: url("images/giga.png"); width: 81px; height: 111px; position: absolute; left: 50%; top: -111px; margin-left: -40px;}
.sitereview-table .maxi { margin: 0px 2%; }
.sitereview-table .maxi .table-head:before { content: ""; background: url("images/maxi.png"); width: 54px; height: 70px; position: absolute; left: 50%; top: -70px; margin-left: -27px;}
.sitereview-table .mini { float: right}
.sitereview-table .mini .table-head:before { content: ""; background: url("images/mini.png"); width: 25px; height: 26px; position: absolute; left: 50%; margin-left: -13px; top: -26px;}
.sitereview-table .table-head { background: #faf2c9; border: solid 1px #f6d834; color: #313131; padding: 25px; text-align: center; position: relative; margin: 20px; font-size: 18px;}
.sitereview-table .table-head:after { content: ""; background: #faf2c9; border-bottom: solid 1px #f6d834; border-right: solid 1px #f6d834;- ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */	transform: rotate(45deg); position: absolute; left: 50%; margin-left: -20px; width: 40px; height: 40px; bottom: -20px;}
.sitereview-table .table-content { padding: 20px; border: solid 1px #313131; background: #313131; color: #fff; text-align: center;}
.sitereview-table .maxi .table-content { background: #fcfbfb; color: #313131;}
.sitereview-table .table-content h3 { font-size: 30px; text-align: center;}
.sitereview-table .table-content h4 { font-size: 20px; border-bottom: solid 2px #fff; padding-bottom: 10px; margin-bottom: 20px; text-align: center;}
.sitereview-table .maxi .table-content h4 { border-bottom: solid 2px #313131;}
.sitereview-table .table-content ul { list-style: none; margin: 20px 0px; text-align: left;}
.sitereview-table .table-content ul li { display: block; margin: 10px 0px; background: url(images/bullet-check.png) left 6px no-repeat; padding-left: 30px;}
.sitereview-table .table-content .review-button {background: #861c8f; padding: 10px 20px; border: solid 1px #fff; color: #fff; text-transform: uppercase; text-decoration: none; display: inline-block; margin: 40px auto; }
.sitereview-table .table-content .review-button:after { content: ""; background: url("images/button-review.png"); display: inline-block; margin-left: 10px; width: 25px; height: 27px; position: relative; top: 4px;}

@media only screen and (max-width: 768px){
    .sitereview-table .col { width: 100%; margin: 50px 0px;}
}

main.content ul { padding-left: 20px; margin: 20px;}
main.content ul li { list-style: circle; list-style-position: outside; }
main.content ol { padding-left: 20px; margin: 20px;}

.service-top-desc > p { font-size: 20px;}


.caculator-page { margin-top: -135px;}
.caculator-page {}
.caculator-page .site-header {}
.caculator-page header { background: url("images/transport-icon.png") right top no-repeat;}
.caculator-page header h3 { margin-bottom: 10px;}
.caculator-page header h2 { font-size: 40px; color: #861c8f; margin-bottom: 10px; font-weight: bold;}
.calc-steps {}
.calc-steps { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; background: #cbcbca; padding: 20px; border: solid 2px #a5a4a1; margin: 50px 0px;}
.calc-steps section { display: none; float: left; border-right: solid 3px #a5a4a1; padding-right: 20px; width: calc(100% - 200px);}
.calc-steps section.active { display: block;}
.calc-steps .calc-nav { float: right; width: 180px; }
.calc-steps section p { margin: 20px 0px 10px;}
.calc-steps section input[type=text] { width: 150px; padding: 10px; display: block; margin-bottom: 10px;}
.calc-steps section a { background: #a5a4a1; padding: 10px 50px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; color: #141111; text-decoration: none; display: inline-block; margin-top: 20px; line-height: 40px;}
.calc-steps section a:after { content: ""; background: url("images/right-arrow-circle.png"); width: 30px; height: 30px; display: inline-block; margin-left: 15px; position: relative; top: 5px;}
.calc-nav { margin: 20px auto; position: relative; padding: 0px !important;}
.calc-nav li { list-style: none !important; background: #a5a4a1; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; color: #fff; text-align: center; padding: 5px 10px; width: 100px; margin: auto; margin-bottom: 50px;}
.calc-nav li:after { content: ""; width: 1px; border: solid 1px #a5a4a1; margin: auto; height: 50px; position: absolute; left: 50%; }
#calc-nav-1:after { top: 42px;}
#calc-nav-2:after { top: 134px;}
#calc-nav-3:after { display: none;}
.calc-nav li.active { background: #2f2f2f;}
.calc-nav li.active:after { border: solid 1px #2f2f2f;}
.input-with-label { position: relative; }
.input-with-label span { position: absolute; left: 10px; top: 10px; }
.input-with-label input { padding-left: 30px !important;}
.input-with-label .label-margin { left: 120px;}
#margin { padding-left: 10px !important; padding-right: 30px !important;}

.calc-result-template .content { width: 70% !important; min-width: 880px;}
#calc-result {}
.table-price {}
.table-price .box { border: solid 2px #a5a4a1; padding: 10px; text-align: center; font-size: 18px; position: relative;}
.table-price .current-situation { background: #2f2f2f; text-align: center; color: #fff; padding: 10px; font-size: 18px;}
.table-price .current-situation h3 { font-weight: normal; border-bottom: solid 2px #fff; padding-bottom: 10px; font-size: 2rem; line-height: 33px; margin-bottom: 22px;}
.table-price span { font-size: 36px; margin-top: 20px; font-weight: bold;}
.table-price p { margin: 0px 0px 10px 0px;}
.table-price .current-situation { font-size: 18px; height: 575px;}
.table-price .box span { font-size: 36px; margin-top: 20px;}
.table-price .box { font-size: 18px; }
.table-price .col50 .box { height: 495px; position: relative;}

.col20 { width: 20%; float: left; padding: 10px;}
.col50 { width: 50%; float: left; padding: 10px;}
.col40 { width: 40%; float: left; }
.col100 { width: 100%; float: left; padding: 10px;}

#free-shipping-plan-1, #free-shipping-plan-2, #free-shipping-plan-3, #free-shipping-plan-4 { background: #861c8f; color: #fff; font-weight: bold; font-size: 20px; padding: 0px 5px;}

.table-price .box .smile-icon { background: url("images/smile-red.png"); width: 63px; height: 63px; position: absolute; left: 50%; bottom: -32px; margin-left: -32px;}
.table-price .box.red .smile-icon {}
.table-price .box.green .smile-icon { background-image: url("images/smile-green.png");}
.table-price { float: left; margin-bottom: 30px;}
.table-price .box.red .profit-on-sales span { color: #f0161b;}
.table-price .box.green .profit-on-sales span { color: #57ae0a;}
.clear { clear: both; overflow: hidden; height: 8px;}

.lightbox-content { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 9999999999999999999; background: rgba(134,28,143, 0.9);}

.lightbox-content form { margin-top: 50px;}
.btn-close-lightbox { color: #861c8f; font-size: 20px; background: #fff; padding: 3px 3px 3px 20px; line-height: 46px; display: inline-block; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin-bottom: 30px; cursor: pointer;}
.btn-close-lightbox:after { content: ""; display: inline-block; margin-left: 20px; background: url(images/close-button.png); width: 46px; height: 46px; float: right;}

.lightbox-content .mauticform-innerform { text-align: left;}
.lightbox-content .mauticform-row { margin-bottom: 0px !important;}
.lightbox-content .mauticform-input { margin: 0px 0px 10px !important; height: 60px; line-height: 60px; border: solid 3px #610e68; width: 100% !important; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.lightbox-content .mauticform-textarea { border: solid 3px #610e68; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.mauticform-label { font-weight: normal !important;}
.lightbox-content .mauticform-button-wrapper .mauticform-button.btn-default { width: 65%; background-color: #2f2f2f !important; border: solid 3px #ddbd0b; line-height: 45px; color: #610e68; font-size: 24px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin-top: 20px !important; line-height: 56px !important;}
#shiftnav-toggle-main, .shiftnav { z-index: 999999999 !important;}

#lightbox-overlay { background: #000; z-index: 9999; opacity: .8; filter: alpha(opacity=80); position: fixed; width: 100%; height: 100%;}

.mauticform_wrapper { height: 100%; overflow: auto;}

.ebook-template-default {}
.ebook-template-default .content { width: 90%; margin: auto; border-left: none !important;}

.single-ebook {}
.single-ebook h1.ebook-title { color: #861c8f; font-size: 72px; font-weight: bold; margin: 20px 0px;}
.single-ebook .left { float: left; width: 60%; }
.ebook-shortdesc { font-weight: bold; margin: 20px 0px;}
.ebook-jumptoform { color: #2ea5e2;}
.ebook-content { margin: 30px 0px;}
.single-ebook .mauticform_wrapper { max-width: inherit !important;;}
.single-ebook .right { float: right; width: 40%; padding-left: 20px;}
.ebook-form form { width: 70%; margin: 20px auto; background: #f4eab4; border: solid 1px #f6db4a; padding: 20px 50px; text-align: center;}
.mauticform-button { width: 80%; margin: auto; display: block !important; background: #861c8f !important; height: 60px !important; line-height: 60px !important; border: solid 2px #710e79 !important; text-align: center; font-size: 28px !important; color: #fff !important; padding: 0px !important;}

.ebook-thumbnail { margin-bottom: 50px;}
.ebook-thumbnail h3 { font-weight: bold; margin: 20px 0px;}
.preview-thumbs { text-align: left;}
.preview-thumbs img { display: inline-block; margin: 10px 20px 10px 0px; }

.page-template-template-ebook main.content { width: 90% !important; margin: auto !important; border-left: none !important;}

#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
}
#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
	float: left;
}

#shiftnav-toggle-main { cursor: pointer; position: fixed; width: 100% !important; float: left; }

header { transition: top 0.3s;}
.site-header { height: 129px;}
#topnav { position: absolute; top: 0px; left: 0px; float: left; padding: 20px; background: transparent; z-index: 999999999;}
#topnav i#btn-bars { cursor: pointer; background: url(images/nav-icon.png) 0 0 no-repeat; width: 68px; height: 68px; display: none; }
#topnav a#logo {
	display: inline-block;
	background: url(images/logo.png) 0 0 no-repeat;
	width: 80px;
	height: 80px;
	margin-left: 10px;
}

#overlay-nav { position: fixed; height: 100%; width: 100%; z-index: 999999999; background: rgba(134, 27, 143, 0.9); left: 0px; top: 0px; padding: 20px 20px 50px 20px; color: #fff; display: none; }
#overlay-nav h3 { font-size: 24px; font-weight: bold; color: #fff; margin: 50px 0px 35px;}
#overlay-nav ul { padding: 0px 20px 50px 20px; float: left; width: 100%;}
#overlay-nav ul li { display: inline-block; float: left; }
#overlay-nav ul.nav-button li a { width: 190px; text-align: center; color: #fff; font-size: 24px; float: left; margin-right: 30px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #000; height: 60px; line-height: 56px; text-decoration: none; border: solid 2px #fff; margin-bottom: 30px;}
#overlay-nav ul.purple li a { background: #510658;}
#overlay-nav ul.nav-button li:nth-child(5) { clear: both; overflow: hidden;}

#frm-on-menu {}
#frm-on-menu input[type=text]{ border: solid 2px #510658; width: 50%; height: 70px; line-height: 66px; padding: 0px 20px; color: #000; font-size: 24px; float: left; }
#frm-on-menu a { height: 70px; line-height: 70px; color: #000; font-size: 32px; font-weight: bold; width: 90px; text-align: center; margin-left: 20px; background: #f5d41f; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 0px !important;
	float: left;
	text-decoration: none;
	cursor: pointer;
}
#overlay-bottom { margin-bottom: 20px; margin-top: 50px;}
#overlay-bottom a { float: left; font-size: 18px; font-weight: bold; margin-right: 30px; text-decoration: underline; color: #fff; }
#overlay-bottom .twitter { background: url("images/twitter-icon.png"); width: 39px; height: 39px; float: left; }
#overlay-nav .btn-close-lightbox { position: absolute; right: 30px; top: 30px;}
#mobile-nav-button { display: none;}

.home #topnav i#btn-bars, .page-template-home_page_template #topnav i#btn-bars { display: none;  }
.page-template-home_page_template .site-header { background: transparent;}
.home #topnav, .home .site-header, .page-template-home_page_template #topnav, .page-template-home_page_template .site-header  { position: absolute;}
.page-template-home_page_template #topnav a#logo { background-image: url(images/logo-new.png);}

.top-egg-section ul, .bottom-egg-section ul, .midd-egg-section ul { display: flex; flex-direction: row;}
.top-egg-section ul li, .bottom-egg-section ul li { flex: 50%; max-width: 50%;}
.midd-egg-section ul li { flex: 33.33%;}

.page-template-home_page_template .mid-egg-section ul li:nth-child(2) h1 a, .page-template-home_page_template .mid-egg-section ul li:nth-child(2) .more-link-post a:first-child, .page-template-home_page_template .mid-egg-section ul li:nth-child(4) h1 a, .page-template-home_page_template .mid-egg-section ul li:nth-child(4) .more-link-post a:first-child { color: #333;}

.sidebar-content .site-inner .content-sidebar-wrap main { order: 2;}

.home-box [type="submit"], .quickwin [type="submit"], .quickwin a.lightbox { padding: 0px;}

.service-page-sub {}
.service-page-sub .item { display: flex; flex-direction: row; padding: 25px 0px; border-bottom: solid 1px #e1dddf;}
.service-page-sub .item .l {  min-width: 330px;}
.service-page-sub .item .r { padding-left: 30px; padding-top: 20px;}
.service-page-sub .item .l a { color: #2ea0d2; font-size: 13px; margin-top: 20px; text-decoration: underline; text-align: center; display: block;}
.service-page-sub .item .l a.btn { background: #f7f7f7; border: solid 1px #e1dddf; display: block; padding: 20px 0px; text-align: center; color: #141111; font-weight: bold; font-size: 22px; text-decoration: none; text-transform: uppercase; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.sidebar-content .site-inner .content-sidebar-wrap { display: flex;}
.sidebar-content .site-inner .content-sidebar-wrap aside {
	order: 1;
}


@media only screen and (max-width: 640px){
    /*#topnav { display: none;}*/
	#overlay-nav { overflow: auto;}
	#overlay-nav .btn-close-lightbox { display: none;}
	#overlay-nav h3 { font-size: 18px; font-weight: normal; margin: 20px 0px;}
	#overlay-nav ul { padding-bottom: 30px; }
	#overlay-nav ul.nav-button li { max-width: 48%; }
	#overlay-nav ul.nav-button li:nth-child(odd) { margin-right: 4%;}
	#overlay-nav ul.nav-button li a { border: solid 1px #fff; max-width: 100%; font-size: 18px; height: 50px; line-height: 50px; margin-bottom: 10px;}
	#overlay-nav .clearfix { display: none;}
	#frm-on-menu input[type=text] { height: 40px; line-height: 40px; width: 70%; }
	#frm-on-menu input[type=submit] { height: 40px; line-height: 40px; width: 20%; font-size: 18px; margin-left: 5%;}
	#overlay-bottom { position: initial; margin-top: 40px;}
	#overlay-bottom a { font-weight: normal; margin-bottom: 10px;}
	#overlay-bottom li:nth-child(4) { clear: both; overflow: hidden;}
	#overlay-bottom .twitter { width: 24px; height: 24px; background-size: 100% 100%; margin-top: 0px;}
	#mobile-nav-button { display: none; background: #000; border-radius: 30px; color: #fff; font-weight: bold; width: 60px; height: 60px; font-size: 16px; position: fixed; right: 10px; bottom: 10px; z-index: 9999999999; line-height: 60px; text-align: center;}

    .page-template-home_page_template .site-header { position: relative; height: inherit; }
	.page-template-home_page_template #topnav { display: block; position: inherit; padding: 20px 0px 0px 0px;}
	.page-template-home_page_template #topnav #logo { background-image: url("images/logo.png") !important; margin-left: 0px;}

	.page-template-home_page_template #genesis-content { display: flex; flex-flow: column; -webkit-flex-flow: column;}
	.first-top-home { order: 2; padding: 20px; height: auto; margin-bottom: 10px;}
	.middle-top-home { order: 1; padding: 20px; height: auto;}
	.last-top-home { order: 3; padding: 20px; height: auto; margin-bottom: 10px;}
	.home-box-form { order: 4; }
	.middle-section-content { order: 5; padding: 20px 10px;}
	.related-post-section { order: 6; padding: 10px; height: auto;}

	.middle-top-home-inner { padding-top: 0px;}
	.middle-top-home-inner h2 { padding: 0px; line-height: 36px; margin-top: 0px; margin-bottom: 0px;}
	.middle-top-home .txt { text-align: left; line-height: 42px;}
	.home-top-mid-btn { width: 100%; font-weight: bold;}
	.first-top-center { margin-top: 0px;}

	.home-box-form input[type=text] { width: 100%;}
	.home-box-form a.lightbox { margin-top: 10px; border: solid 1px #fff; background: #000; color: #fff; }

	.middle-section-content .mid-egg-section ul { padding: 0px; margin: 0px; }
	.middle-section-content .mid-egg-section ul li { margin: 0px 0px 10px 0px; width: 100%;}
	.mid-box-border { border: solid 1px #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

	.home-temp-page .buzz-footer-new { font-size: 20px;}
	#menu-footer-link .menu-item { font-size: 18px; margin-left: 0px; margin-right: 10px; padding-left: 0px;}

	.related-post-section .widget-title { font-size: 32px;}
	.related-post-section .entry-title a { font-size: 24px;}
	.related-post-section p { font-size: 18px;}
	.tags-section { padding: 10px; width: 100%; border: solid 1px #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
	.article-tags > h3 { padding-bottom: 30px; text-align: left;}
	.article-tags ul { display: flex; flex-direction: row; flex-wrap: wrap; -ms-flex-wrap: wrap; -ms-flex-direction: row;}
	.article-tags ul li { margin: 0px 10px 10px 0px; padding: 8px 10px !important; background: #cfcfcf;}
	.article-tags a { padding: 0px; display: block;}

	.middle-top-home .middle-top-home-inner h1 { position: static; display: inline-block;}
	.middle-top-home .middle-top-home-inner h1 img { position: relative; top: 10px;}

	.top-egg-section ul li, .midd-egg-section li, .bottom-egg-section li { flex: 100% !important; max-width: 100% !important;}
	.top-egg-section ul, .midd-egg-section ul, .bottom-egg-section ul { flex-direction: column;}

	.page-template-home_page_template .mid-egg-section ul { flex-direction: column;}

	.service-page-sub .item { flex-direction: column;}
	.page-template-single_service_template aside.sidebar-primary { position: fixed; width: 100%; bottom: 0px; left: 0px; padding: 5px 65px 5px 5px; margin: 0px; background: #fff;}
	.page-template-single_service_template aside.sidebar-primary .widget { background: transparent;}
	.page-template-single_service_template aside.sidebar-primary select {
		-moz-appearance: none;
		/* for Chrome */
		-webkit-appearance: none;
	}
	.page-template-single_service_template aside.sidebar-primary select::-ms-expand {
		display: none;
	}
	.page-template-single_service_template .service-desc { display: none;}
	#overlay-bottom { position: fixed; left: 0px; bottom: -40px;}
	#frm-on-menu { display: flex; flex-direction: row; background: none;}
	#frm-on-menu input[type=text] { width: 100%; }
	#frm-on-menu a { margin-left: 10px; font-size: 20px; height: 40px; width: 50px; line-height: 40px;}
	.service-page-top ul, .service-page-middle ul, .service-page-bottom ul { margin: 0px !important; padding: 0px !important;}
}

