/* General overrides */
.entry-content, 
.entry-summary,
.entry-header,
.site-header,
.site-footer {
	padding: 0;
	border: none;
}
.hentry {
	padding-top: 0;
}
.entry-title {
	margin-bottom: 0;
}

span.trademark {
	vertical-align: top;
	display: inline !important;
}
.metaslider span.trademark {
	font-size: 1em;
	line-height: 1.3em;
}
.a-center {
	text-align: center;
}

a {
	color: #00aeef;
}
a:hover {
	color: #145887;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
	border-bottom: none;
}
.textwidget a {
	border: none;
}
.widget {
	color: #777;
}
p {
	margin-bottom: 1em;
}
img.one-third {
	max-width: 32%;
}
img.alignright.lesser-margin {
	margin-left: 1.4em;
}

ul {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 1.3em;
}
ul.marked li {
	padding: 3px 20px;
}
ul li.marked {
	color: #fff;
	background: #00aeef;
}
.textwidget p {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 300;
	letter-spacing: -1px;
}
h1, .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1, .textwidget h1,
h2, .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .textwidget h2 {
	margin-top: 0;
	font-size: 52px;
	line-height: 1.1em;
	text-align: center;
	font-weight: 400;
	letter-spacing: -2px;
}
h2, .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .textwidget h2 {
	margin-bottom: 0.4em;
}
h3, .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .textwidget h3 p {
	margin-top: 0;
	font-size: 34px;
	line-height: 1.1em;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: -1px;
}
h4, .entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4, .textwidget h4 p {
	margin: 40px 0 20px;
	font-size: 26px;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: -1px;
	color: #00acf7;
}
h5, .entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5, .textwidget h5 p {
	font-size: 26px;
	line-height: 1.2em;
	text-transform: none;
	font-weight: normal;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 40px;
	letter-spacing: -1px;
}
h6, .entry-content h6, .pagpe-content h6, .page-id-9 .icon-block-item p {
	font-size: 30px;
	line-height: 1.2em;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 0;
	letter-spacing: -1px;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin-bottom: 20px;
}
.semi-bold {
	font-weight: 500;
}

button,
a.button,
.button a,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;
	background: #00acf7;
	line-height: 18px;
	font-weight: 400;
	padding: 0.5917em 2em 0.5917em 1.5em;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 18px;
	margin-top: 10px;
}
button::after, 
a.button::after,
.button a::after,
input[type="button"]::after, 
input[type="reset"]::after, 
input[type="submit"]::after {
	content: "";
	height: 5px;
	background: url(../images/shadow_button.png) no-repeat 0 bottom;
	position: absolute;
	bottom: -5px;
	width: 100%;
	left: -1px;
	padding-right: 1px;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
button:hover, 
.button a:hover,
a.button:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
button:focus, 
.button a:focus,
a.button:focus,
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus {
	background: #0092c8;
}
button.btn-buy {
	background: #e7e8e9;
	color: #3b3d36;
}
button.btn-buy:hover {
	background: #ff5110;
	color: #fff;
}
button.orange,
a.button.orange,
.button.orange a {
	background: #ff5110;
	padding: 20px;
  	border-radius: 0;
  	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
}
button.orange:hover,
a.button.orange:hover,
.button.orange a:hover {
	background: #d74f1c;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	padding: 0 !important;
	margin: 0 !important;
}

/* Page builder layout */
.panel-grid {
	margin-bottom: 0 !important;
}
div.metaslider,
.widget_metaslider_widget .panel-widget-style {
	padding: 0; 
}
.metaslider .flexslider {
	margin-bottom: 0;
}
.metaslider .caption-wrap {
	background: transparent;
	bottom: auto;
	top: 50%;
	left: 8.5%;
	color: #6d6e71;
	opacity: 1;
	width: 468px;
	font-size: 35px;
	line-height: 1.3em;
	font-weight: 300;
	letter-spacing: -2px;
}
.cap-red .caption-wrap {
	color: #f93348;
}
.cap-green .caption-wrap {
	color: #bfd57f;
}
.cap-blue .caption-wrap {
	color: #0f0e9f;
}
.cap-brown .caption-wrap {
	color: #c3ba98;
}
.metaslider .caption {
	padding: 0;
}
.flex-control-nav {
	bottom: 15px;
	z-index: 9;
}
.flex-control-paging li a {
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	border-bottom: none;
}
.flex-control-paging li a.flex-active {
	background: #00acf7;
}

.custom-banner {
	position: relative;
}
.custom-banner .overlay-text {
	position: absolute;
	width: 70%;
	top: 170px;
	padding-left: 65px;
}
.custom-banner h1 {
	text-align: left;
	font-weight: 600;
	font-size: 62px;
	letter-spacing: -3px;
	margin-bottom: 20px;
}
.custom-banner p {
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: -3px;
}

/* Header */
.site-header {
	background: #00aef0;
}

a.feefo-ratings {
	position: absolute;
	top: 7px;
	left: 420px;
	color: #ebfaff;
	font-size: 11px;
}
.feefo-ratings .rating {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 14px;
	background: url(../images/feefo_stars.png) repeat-x 0 0;
	margin-bottom: -4px;
}
.feefo-ratings .rating .stars {
	position: absolute;
	height: 14px;
	background: url(../images/feefo_stars.png) repeat-x 0 -14px;
}
.feefo-ratings > img {
	display: inline-block;
	margin: 0 8px;
}


#menu_toggle {
	display: none;
}
.main-navigation > ul {
	padding: 70px 50px 20px;
}
.main-navigation li {
	display: inline-block;
	border: none;
	vertical-align: top;
}
.main-navigation ul a {
	color: #fcfcfc;
	font-size: 14px;
	margin-right: 23px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: 300;
}
.main-navigation .page-item-19 a {
	margin-right: 0;
}
.main-navigation ul a strong {
	text-transform: uppercase;
}
.main-navigation ul a > span {
	display: block;
}
.main-navigation ul a:hover {
	color: #99ffff;
}
.main-navigation ul a:active {
	color: #145887;
}
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_item > a:hover, 
.main-navigation .current-menu-item > a:hover, 
.main-navigation .current_page_ancestor > a:hover,
.main-navigation .current_page_item > a:active, 
.main-navigation .current-menu-item > a:active, 
.main-navigation .current_page_ancestor > a:active {
	font-weight: inherit;
	color: #145887;
}
.main-navigation button.btn-buy {
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
	float: right;
	right: 60px;
	width: 200px;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	text-align: left;
	padding: 15px 15px 13px;
	margin-top: 0;
	font-size:16px;
}
.main-navigation ul ul {
	display: block;
	margin: 0;
}
.main-navigation ul ul li {
	display: block;
}
.main-navigation ul ul li a {
	font-size: 12px;
	padding: 0;
}
.social-icons {
	position: absolute;
  	margin-top: -65px;
  	margin-left: 35px;
}
.social-icons a {
	float: left;
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	background: url(../images/icon_social.png) no-repeat 0 0;
	margin-left: 9px;
}
.social-icons a:hover {
	background-position: -45px 0;
}
.social-icons a.twitter {
	background-position: -90px 0;
}
.social-icons a.twitter:hover {
	background-position: -135px 0;
}

/* Widgets :: Icon block/list */
.icon-block-item {
	text-align: center;
	padding: 10px 15px;
	font-size: 26px;
	letter-spacing: -1px;
}
.icon-list-item {
	padding-bottom: 1px !important;
	padding-top: 10px !important;
}
.icon-block-item a,
.icon-list-item a {
	text-decoration: none;
	border: none;
}
.icon-list-item a img,
.icon-list-item img,
.icon-block-item a img,
.icon-block-item img {
	display: inline-block;
	vertical-align: top;
}
.icon-list-item a img,
.icon-list-item img {
	margin-right: 10px;
}
.icon-block-item strong {
	display: block;
	color: #00aeef;
}
.icon-block-item img {
	margin-bottom: 30px;
}
.icon-block-item p {
	padding: 0 50px 5px;
	margin-bottom: 0;
}
.icon-list-item strong {
	color: #ed1c24;
	font-weight: normal;
	font-size: 22px;
}
.icon-list-item.list-blue strong {
	color: #00aeef;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 1.3em;
}
.icon-list-item.list-blue img {
	float: left;
	margin-bottom: 10px;
}
.icon-list-item.list-blue {
	padding-bottom: 3px !important;
	padding-top: 10px !important;
}

/* Panel styles */
.border > div > .panel, .border > div > .so-panel {
	border: 15px solid transparent;
}
.border.grey > div > .panel, .border.grey > div > .so-panel {
	border-color: #e9e9e1;
}

/* Specific boxes */
.active-skin-support img {
	margin-top: -10px;
	margin-bottom: 0;
}
.active-skin-support h3 {
	padding-top: 30px;
}

.nourella-effect .graph-arrow {
	width: 437px;
	position: relative;
	margin-left: 40px;
}
.nourella-effect .am-width {
	overflow: hidden;
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
	max-width: 50%;
}
.nourella-effect img.wp-image-63 {
	width: 124px;
	height: 95%;
	max-width: 124px;
}

.bottom-button .button a,
.bottom-button a.button {
	position: absolute;
	bottom: 0;
	right: 25px;
}
.bottom-button .button a::after,
.bottom-button a.button::after {
	content: none;
}

.image-box {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.image-box img.absolute {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.circle {
	position: relative;
	margin: 30px 50px 0 90px;
}
.circle .percent {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	left: 0;
	top: 50%;
	margin-top: -20px;
	font-weight: 300;
}
.circle.left {
	margin: 30px 90px 0 50px;
}
.circle-container a.button {
	margin-top: 20px;
}

.widget_siteorigin-panels-postloop .widget-title {
	padding-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	color: #777;
}
div.testimonial-container,
div.review-container {
	padding-top: 0;
}
.review-container img {
	float: left;
	margin-right: 60px;
	margin-bottom: 25px;
}
.review-container .entry-top h6 {
	color: #00aeef;
	display: inline;
	font-weight: 300;
}
.review-container .entry-top p {
	padding-top: 1em;
}
.review-container .entry-title {
	clear: both;
	margin-bottom: 25px;
	font-style: italic;
}
.review-container .entry-excerpt,
.testimonial-container .entry-excerpt {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: -1px;
}
.testimonial-container .entry-top h6,
.testimonial-container .entry-top h6 p {
	font-weight: 300;
	margin-bottom: 0;
}
.testimonial-container .entry-top {
	text-align: center;
	margin-bottom: 40px;
}

#post-41 img {
	margin-top: 20px;
	margin-bottom: 20px;
}

p > iframe {
	margin: 40px 0;
}

/* Footer */
.site-footer {
	overflow: hidden;
}
.site-footer p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0;
	font-weight:300;
}
.site-footer .textwidget {
	font-weight: 300;
}
.site-footer .textwidget a {
	font-weight: 500;
}
.site-footer .bottom .textwidget a {
	font-weight: 200;
	color: #fff;
	text-decoration: underline;
}
.site-footer .columns.twelve {
	position: relative;
	background: #fbfbfb;
}
.site-footer .columns.bottom {
	background: #00aef0;
	border-top: 5px solid #009fd4;
	margin-top: -5px;
	color: #fff;
}
.landing-footer .columns.bottom {
	margin-top: 0;
	text-align: center;
	margin-bottom: 0 !important;
}
.landing-header .logo {
	padding: 60px 0 30px;
	margin-left: 20px;
}
.landing-header .logo .slogan {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	padding-left: 50px;
	font-weight: 500;
}
.landing-header a {
	display: inline;
}
.site-footer .widget-wrap {
	margin-bottom: 20px;
}
.site-footer .widget-header {
	text-transform: uppercase;
}
.site-footer .wdgt strong,
.site-footer .wdgt h3 {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
 	line-height: 1.4em;
}
.site-footer .sola_nl_sign_up_box .sola_nl_sub_form .sola_sign_up_form_row:first-child {
	display: none;
}
.site-footer .sola_nl_sign_up_box .sola_nl_sub_form .sola_sign_up_form_row {
	padding: 2px 0;
}
.site-footer .sola_nl_sign_up_box .sola_nl_sub_form .sola_sign_up_form_row label {
	width: 100%;
	font-weight: 300;
}
.site-footer .sola_nl_sign_up_box input[type=submit] {
	text-transform: none;
 	letter-spacing: -1px;
}
.site-footer .logos {
	float: left;
	margin: 50px 0 -15px;
	clear: both;
}
.site-footer .logos img {
	width: auto;
	height: 40px;
	display: inline-block;
	margin-right: 15px;
}
.site-footer .logos .proven-link {
	display: inline-block;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	background: url(../images/proven_button.png) 0 0;
}
.site-footer .logos .proven-link:hover {
	background-position: -50px 0;
}
.site-footer button.btn-buy {
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 200px;
	border-bottom: 5px solid #777a70;
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
	text-align: left;
	padding: 14px 15px 33px;
	z-index: 9;
}
.site-footer button.btn-buy::after {
	content: none;
}

.blue {
	color: #00aeef;
}
.red {
	color: #ed1c24;
}
.green {
	color: #bfd57f;
}
.navy {
	color: #0f0e9f;
}
.brown {
	color: #c3ba98;
}
.small-txt {
	font-size: 80%;
	line-height: 1.2em;
}
.lifted {
	font-size: 60%;
	vertical-align: top;
	line-height: 200%;
}
.label {
	float: left;
	width: 100%;
}
.label strong {
	float: left;
	clear: both;
	width: 27%;
	padding-bottom: 16px;
}
ul.blue-list {
	color: #00aeef;
	list-style-position: outside;
	margin-left: 25px;
}
ul.blue-list li {
	margin-bottom: 1.6em;
	font-weight: 300;
	line-height: 1.3em;
	font-size: 22px;
}

.mid-border .panel > div, .mid-border .so-panel > div {
	padding: 0;
	position: relative;
}
.mid-border .panel .last, .mid-border .so-panel .last {
	border-left: 15px solid #e9e9e1;
	border-left: 15px solid #e9e9e1;
	margin-left: -23px;
}
.mid-border .panel .textwidget, .mid-border .so-panel .textwidget {
	padding: 35px;
}
.mid-border .panel .textwidget img, .mid-border .so-panel .textwidget img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 90px;
	height: 90px;
}

.parallax {
	box-shadow: inset 0 2px 6px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 2px 6px rgba(0,0,0,0.1);
}
 
.text-padding .textwidget p {
	padding-left: 40px;
	padding-right: 20px;
	display: inline-block;
}

.graph-results {
	padding-top: 160px;
}
.graph-bub-1,
.graph-bub-2,
.graph-bub-3,
.graph-bub-4 {
	left: 50%;
	position: absolute;
	margin-top: -30px;
	display: block;
}
.graph-bub-1 {
	margin-left: -135px;
}
.graph-bub-2 {
	margin-left: -230px;
	margin-top: 130px;
}
.graph-bub-3 {
	margin-left: 30px;
	margin-top: 130px;
}
.graph-bub-4 {
	margin-left: -65px;
	margin-top: 290px;
}

.graph .panel, .graph .so-panel {
	height: 424px;
	position: relative;
	overflow: hidden;
}
.graph p em,
.graph h3 {
	position: relative;
	z-index: 1;
}
.graph .graph-bg {
	position: absolute;
	right: 0;
	bottom: 0;
}
.graph-content {
	width: 413px;
	height: 257px;
	position: relative;
	background: url(../images/graph.png) no-repeat 0 0;
	margin: 0 auto 20px;
	z-index: 1;
}
.graph-content > div {
	position: absolute;
	height: 86%;
	bottom: 27px;
	width: 100%;
}
.graph-content .col-1,
.graph-content .col-2,
.graph-content .col-3 {
	position: absolute;
	bottom: 0;
	width: 70px;
	height: 100%;
	float: left;
	margin-left: 76px;
}
.graph-content .col-2 {
	margin-left: 195px;
}
.graph-content .col-3 {
	margin-left: 311px;
}
.graph-content .graph-effect {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #29aae2 url(../images/bg_graph_col.png) no-repeat center top;
	border-top: 10px solid #29aae2;
	border-bottom: 10px solid #29aae2;
	text-indent: -9999px;
}
.graph-content > div > div > span {
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	width: 100%;
}

.know-box .panel-widget-style > div {
	padding-bottom: 10px;
}

.iconlist-container .multiple-panels,
.iconlist-panelwrap .multiple-panels {
	padding-top: 0 !important;
}
.iconlist-container > div > .panel > div, .iconlist-container > div > .so-panel > div {
	padding: 40px 260px;
}

.frame-bg {
	position: relative;
	z-index: 1;
}
.frame-bg .img-container {
	height: 300px;
}
img.frame-bg {
	margin: -150px -50px 60px;
	position: absolute;
	z-index: -1;
}

.float-left {
	float: left;
	width: 50%;
}

.glass-box h3 {
	margin-top: 10px;
}
.glass-box img {
	margin: -20px 20px -20px 100px;
}

.rotate {
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.parall {
	position: relative;
}

@media (max-width: 1060px) {
	.main-navigation ul a {
		font-size: 13px;
	}
	.iconlist-container > div > .panel > div, .iconlist-container > div > .so-panel > div {
		padding: 40px 220px;
	}
}
@media (max-width: 1000px) { /* Larger devices :: landscape */
	.lang_menu{
		width:100%!important;
		padding: 0;
		margin:0;
	}
	.lang_menu #globe{
		position:absolute;
		left:80px;
		top:7px;
	}
	.menu-choose-your-language-container{
		display:none;
	}
	a.feefo-ratings{
		left:200px;
		top:14px;
	}
	.lang_menu.active .menu-choose-your-language-container{
		top:68px;
		position:absolute;
		left:0px;
		padding:0;
		margin: 0;
		width:100%!important;
		background:#17719d;
	}
	
	.main-navigation > ul {
		display: none;
		padding: 0;
		background-color: #009fd4;
	}
	.main-navigation li {
		display: block;
		max-width:none!important;
		padding: 7px 40px;
		border-bottom: 1px solid #0889b4;
	}
	.main-navigation ul ul li {
		display: block;
		padding: 0;
		border-top: 1px solid #0889b4;
		border-bottom: none;
	}
	.main-navigation ul ul li a {
		padding: 7px 0;
		font-size: 14px;
	}
	.main-navigation ul a > span,
	.main-navigation ul a {
		font-size: 14px;
		line-height: 20px;
	}
	.social-icons {
	  display: none;
	}
	#menu_toggle {
		display: block;
		text-indent: -9999px;
		background: url(../images/bg_menu.png) no-repeat center center;
		width: 68px;
		height: 68px;
		margin-left: 20px;
	}
	#menu_toggle.active {
		background-color: #009fd4;
	}
	#menu_toggle:active {
		background-color: #145887;
	}
	.main-navigation button.btn-buy {
		right: 40px;
	}

	.custom-banner .overlay-text {
		top: 130px;
	}
	.custom-banner h1 {
		font-size: 48px;
	}
	.custom-banner p {
		font-size: 28px;
	}

	.page {
		position: relative;
	}
	.site-header.fixed {
		padding-top: 68px;
	}
	.site-header.fixed > nav {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 69px;
		z-index: 99;
		background: #00aef0;
		border-top: 1px solid #009fd4;
	}
	.site-header.fixed button.btn-buy {
		display: none;
	}
	.site-header.fixed .main-navigation > ul {
		position: absolute;
		bottom: 68px;
		width: 100%;
	}
	.frame-bg .img-container {
		height: 250px;
	}
	.float-right {
		max-width: 40%;
		margin-top: 80px !important;
	}
	.site-footer .columns.bottom {
		margin-bottom: 40px;
	}

	.metaslider .caption-wrap {
		font-size: 26px;
	}
	.iconlist-container > div > .panel > div, .iconlist-container > div > .so-panel > div {
		padding: 40px 140px;
	}
	.landing-header .logo {
		text-align: center;
	}
	.landing-header .logo img {
		max-width: 70%;
		padding-top: 10px;
	}
	.landing-header .logo .slogan {
		display: none;
	}

}
@media (max-width: 780px) { /* Larger devices :: portrait */
	.metaslider .caption-wrap {
		font-size: 20px;
		width: 240px;
	}

	a.feefo-ratings{
		left:140px;
		top:14px;
	}
	a.feefo-ratings .count{
		display:none;
	}
	

	button, a.button, .button a, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 17px;
	}

	h1, .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1, .textwidget h1,
	h2, .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .textwidget h2 {
		font-size: 36px;
		/*line-height: 50px;*/
	}
	h3, .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .textwidget h3 p {
		font-size: 24px;
		/*line-height: 32px;*/
	}
	h4, .entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4, .textwidget h4 p,
	h5, .entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5, .textwidget h5 p {
		font-size: 20px;
	}
	h6, .entry-content h6, .page-content h6, .page-id-9 .icon-block-item p {
		font-size: 24px;
	}
	.textwidget p, ul {
		font-size: 18px;
		/*line-height: 28px;*/
	}
	.icon-list-item strong {
		font-size: 22px;
		line-height: 33px;
	}
	.icon-list-item a img, .icon-list-item img {
		float: left;
		margin-bottom: 10px;
	}
	.icon-block-item {
		font-size: 22px;
	}
	.icon-block-item p {
		padding: 0 0 10px;
	}

	.iconlist-container .multiple-panels {
		padding-top: 0 !important;
	}
	#pgc-w54e20a4819bf5-0-0 {
		padding: 0 !important;
		margin-bottom: -62px;
	}

	.empty-cell {
		display: none;
	}
	.mid-border .panel-grid-cell .textwidget {
		padding-top: 0;
	}
	.mid-border .panel-grid-cell .panel-grid-cell:first-child .textwidget {
		padding-bottom: 20px;
		padding-top: 35px;
	}
	#pl-w54e32726800a8 .panel-grid-cell {
		padding: 0 !important;
	}

	img.alignright,
	img.alignleft,
	.alignright,
	.alignleft {
		float: none;
		margin: 0 auto 40px;
		display: block;
	}

	.container .columns {
		width: 100%;
		margin: 0;
	}
	.container .columns.wdgt {
		margin: 20px 0 40px;
	}

	.nourella-effect .graph-arrow {
		margin-left: auto;
	}
	img.icon-row {
		margin-top: 60px;
	}
	.mid-border .panel .textwidget img, .mid-border .so-panel .textwidget img {
		bottom: 10px;
		right: 20px;
		width: 50px;
		height: 50px;
	}

	.custom-banner .overlay-text {
		top: 100px;
	}

	.icon-row-container .panel-grid .panel-grid-cell {
		width: 14.2% !important;
		float: left !important;
	}
	.icon-row-container .panel-grid .panel-grid-cell img {
		max-width: 80% !important;
	}

	.graph-bub-1 {
		max-width: 38%;
		margin-left: -15%;
	}
	.graph-bub-2 {
		max-width: 28%;
		left: 21%;
		margin-left: 0;
		margin-top: 17%;
	}
	.graph-bub-3 {
		max-width: 28%;
		left: auto;
		right: 14%;
		margin-left: 0;
		margin-top: 17%;
	}
	.graph-bub-4 {
		max-width: 34%;
		margin-left: -6%;
		margin-top: 37%;
	}

	.label strong {
		padding-bottom: 0;
		padding-top: 20px;
		width: 100%;
	}

	img.expert-img {
		float: left;
		margin: 0.4em 1.6em 1.6em 0;
	}
	#pg-26-3 p {
		font-size: 16px;
	}

	.iconlist-container > div > .panel > div, .iconlist-container > div > .so-panel > div {
		padding: 40px 50px;
	}
	.iconlist-container > div > .panel > div .panel-grid-cell:nth-child(2), .iconlist-container > div > .so-panel > div .panel-grid-cell:nth-child(2) {
		margin-top: -124px;
	}

	.circle,
	.circle.left {
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
	}

	.frame-bg .img-container {
		height: 170px;
	}
	img.frame-bg {
		margin: -125px -50px 60px !important;
	}

	.float-left {
		float: none;
		width: 100%;
	}
	.float-right {
		max-width: 100%;
	}

	iframe {
		height: 300px;
	}

	.review-container .entry-top h6 {
		font-size: 20px;
	}

	#post-41 img {
		max-width: 50%;
	}

	.site-footer .logos {
		width: 100%;
		margin: 20px 0 50px;
	}
	.site-footer .logos img {
		width: 14%;
		height: auto;
		margin-right: 4%;
		vertical-align: middle;
	}

	.fadein {
		opacity: 1 !important;
	}
	
	.menu .page-item-19{
		max-width:none;
	}

}
@media (max-width: 600px) {
	.custom-banner .overlay-text {
		top: 60px;
	}
	.custom-banner h1 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.custom-banner p {
		font-size: 24px;
	}
}
@media (max-width: 500px) { /* Smaller devices :: portrait */
	.main-navigation button.btn-buy{
		display:none;
	}
	#menu_toggle {
		margin-left: 0;
	}
	.main-navigation button.btn-buy {
		right: 20px;
	}



	button, a.button, .button a, input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 0.5917em 1.5em;
		font-size: 17px;
	}

	h1, .entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1, .textwidget h1,
	h2, .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .textwidget h2 {
		font-size: 30px;
		/*line-height: 42px;*/
	}
	.textwidget p, ul {
		font-size: 18px;
		/*line-height: 24px;*/
	}
	.icon-list-item strong {
		font-size: 18px;
		line-height: 33px;
	}
	.icon-list-item a img, .icon-list-item img {
		float: left;
		margin-bottom: 10px;
	}
	.icon-block-item {
		font-size: 18px;
	}
	.icon-block-item p {
		padding: 0 0 10px;
	}
	#pg-9-3 .multiple-panels {
		padding-top: 0 !important;
	}
	#pgc-w54e20a4819bf5-0-0 {
		padding: 0 !important;
		margin-bottom: -58px;
	}
	.panel > div, .so-panel > div { 
		padding-left: 30px;
		padding-right: 30px;
	}

	.metaslider .caption-wrap {
		display: none;
	}

	.nourella-effect .graph-arrow {
		width: 100%;
	}
	.nourella-effect img.wp-image-63 {
		width: 100px;
	}

	.custom-banner .overlay-text {
		top: 40px;
		padding-left: 45px;
		width: 100%;
	}
	.custom-banner h1 {
		font-size: 24px;
		margin-bottom: 10px;
		letter-spacing: -2px;
	}
	.custom-banner p {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: -2px;
	}

	.parallax.graph .panel > div, .parallax.graph .so-panel > div {
		padding-left: 30px;
		padding-right: 30px;
	}
	.graph .graph-bg {
		bottom: 0;
		top: auto !important;
	}
	.graph-content {
		width: 100%;
		background-size: 100% 257px;
		-webkit-background-size: 100% 257px;
		-moz-background-size: 100% 257px;
	}
	.graph-content .col-1, .graph-content .col-2, .graph-content .col-3 {
		width: 16%;
		margin-left: 19%;
	}
	.graph-content .col-2 {
		margin-left: 48%;
	}
	.graph-content .col-3 {
		margin-left: 77%;
	}

	.graph-bub-1 {
		margin-top: 7%;
		margin-left: -16%;
	}
	.graph-bub-2 {
		margin-top: 27%;
	}
	.graph-bub-3 {
		right: 17%;
		margin-top: 27%;
	}
	.graph-bub-4 {
		margin-top: 47%;
		margin-left: -8%;
	}

	.label strong {
		padding-bottom: 0;
		padding-top: 20px;
		width: 100%;
	}

	.frame-bg .img-container {
		height: 120px;
	}
	img.frame-bg {
		margin: -50px -30px 60px !important;
	}

	iframe {
		height: 200px;
	}

	.site-footer .logos {
		width: 100%;
		margin: 20px 0 50px;
	}
	.site-footer .logos img {
		width: 14%;
		height: auto;
		margin-right: 4%;
		vertical-align: middle;
	}
	img.expert-img {
		float: none;
		margin: 0.4em auto 1.6em;
		max-width: 50%;
	}

	.review-container img {
		max-width: 40%;
		margin-bottom: 10px;
	}
	.review-container .entry-top h6 {
		display: block;
	}

	#post-41 img {
		max-width: 70%;
	}

	.fadein {
		opacity: 1 !important;
	}

	a.feefo-ratings{
		left:200px;
		top:14px;
		display:block;
	}
}
@media (min-width: 700px) and (max-width: 780px) {
	#pgc-w54d8a0420de48-0-0,
	#pgc-w54d8a0420de48-0-1 {
		float: left !important;
		width: 50% !important;
	}
	#panel-6-1-0-1 .panel-grid-cell {
		float: left !important;
		width: 14.2% !important;
	}
}

#metaslider_129 .caption b.red{
	color:#f93348;
}
#metaslider_129 .caption b.blue{
	color:#0f0e9f;
}
#metaslider_129 .caption-wrap{
	top:45%;
}
#metaslider_129 .caption-wrap span{
	display:block;
	margin-bottom:15px;
}