@viewport {
  width: device-width;
    zoom: 1;
    user-zoom: fixed;
}

html, body {
	padding: 0;
	margin: 0;
	font: 16px/1.5 'Open Sans', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #3f4b56;
}

h1, h2, h3, h4, h5, h6 {
	color: #3aa2b1;
}

body {
	overflow-y: scroll;
}

/* GENERIC */
a {
	color: inherit;
	text-decoration: none;
}

	a:hover {
		color: inherit;
	}

h2 {
	font-size: 1.3em;
	font-weight: 500;
	margin-top: 1em;
}

h3 {
	font-size: 1.5em;
	font-style: italic;
}

.alignright,
.alignleft {
	margin: .8em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.light-heading h2 {
	font-weight: 200;
}

.wpb_row {
	margin-bottom: 0;
}

i.icon-sh {
	width: 21px;
	height: 24px;
	vertical-align: middle;
}

	.icon-phone { background-image: url('../img/icon-phone.png'); }
	.icon-email { background-image: url('../img/icon-email.png'); }

.btn-sh {
	font-size: 1.25em;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 34px 0 !important;
	padding: 14px 20px 14px 66px;
	background: url('../img/arrow-right.png') no-repeat 20px 50%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	white-space: normal;
	font-weight: 600;
}

	.btn-sh:hover {
		color: inherit;
	}

	.btn-sh.inverted {
		text-transform: uppercase;
		color: #fff;
		background: none;
		border: 3px solid #fff;
		padding-left: 20px;
	}

#overlay {
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\6;
}

.footer-bump {
	margin-bottom: 2.5em;
}
/* END GENERIC */

/* HEADER */
body > header {
	padding: 15px 0;
	position: fixed;
	z-index: 999;
	width:100%;
	height:70px;
	margin: 0 auto;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .25);
	
}

	body > header .row {
		position: relative;
	}

	a#logo {
		text-indent: -999em;
		display: block;
		background-image: url('../img/bizziphone-logo.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 45px;
	}

	body > header nav {
		text-transform: uppercase;
		font-size: 15px;
	}

		/* body > header nav ul {
			position: absolute;
			right: 0;
			bottom: -40px;
		} */

		body > header nav .nav > li > a:hover,
		body > header nav .nav > li > a:focus,
		body > header nav .nav > li.current-menu-item > a {
			background: #2b9ead;
		}

article { padding-top:70px; }
.archive-wrapper { padding-top: 7rem; }
.menu-item-586 {margin-left:15px !important;}
.belNavi {line-height:42px; font-size:16px;}

#mobile-menu {
	display: none;
	margin: 10px auto;
	width: 80%;
	color:#000000;
}


/* END HEADER */

/* TOP IMAGE */

#featured {
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 2;
	min-height: 240px;

}

	#featured .container {
		height: 100%;
	}

		#featured .header-text {
			text-align: right;
			width: 70%;
			float: right;
			margin: 60px 0;
		}

			#featured .header-text span {
				display: inline-block;
				color: #fff;
				font-size: 2em;
				line-height: 1;
				letter-spacing: -.05em;
				padding: 10px 16px;
				margin: 4px auto;
				font-weight: 600;
				text-transform: uppercase;
				background: #45b6c4;
				background: rgba(66, 181, 197, .6);
			}

	/* HOME */
	body.home article { padding-top:70px; }
	body.home #featured {
		height: 462px;
		min-height: auto;
	}

		body.home #featured .container {
			position: relative;
			z-index: 101;
		}

		body.home #featured .postit {
			font-family: 'Waiting for the Sunrise', cursive;
			width: 320px;
			height: 320px;
			padding: 0 1em;
			background: url('../img/postit.png') no-repeat;
			position: absolute;
			right: 2em;
			bottom: -1.7em;
			font-size: 1.5em;
			color: #000;

			-webkit-transform: rotate(10deg);
			-ms-transform: rotate(10deg);
			transform: rotate(10deg);
		}

			body.home #featured .postit h2 {
				font-size: 1.8em;
				color: #000;
				text-align: center;
				line-height: 1;
			}

				body.home #featured .postit h2 b, body.home #featured .postit h2 span {
					display: inline-block;
				}

	body.home h2 {
		font-size: 2.5em;
		font-weight: 600;
		margin-top: 1.6em;
	}

	/* header heights */
	#featured.sub-400 .header-text,
	body.home #featured.sub-400 .header-text {
		margin-top: 62px;
	}

	#featured.sub-360 .header-text,
	body.home #featured.sub-360 .header-text {
		font-size: .8em;
	}

	#featured.sub-330 .header-text,
	body.home #featured.sub-330 .header-text {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}


/* END TOP IMAGE */

/* PACKAGES */
.package {
	width: 48%;
	margin-left: 2%;
	float: left;
	text-align: center;
	top: -40px;
	position: relative;
	z-index: 3;
	padding: 20px 0 0;
	margin-bottom: -40px;
}

	.package:first-child {
		margin-left: 0;
	}

	.package.attention {
		top: -130px;
		margin-bottom: -130px;
	}

	.package .additional {
		position: absolute;
		width: 100%;
		top: -90px;
		opacity: .85;
		line-height: 1;
		padding: 18px;
		font-size: .6em;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

		.package .additional:after {
			content:"";
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -10px;
			border-width: 10px 10px 0;
			border-style: solid;
			border-color: #78ccca transparent;
			/* reduce the damage in FF3.0 */
			display: block;
			width: 0;
		}

		.package:hover .additional {
			opacity: 1;
		}

		.package .additional b {
			font-size: 2.57em;
			display: inline-block;
		}

		.package .additional span {
			display: inline-block;
			width: 50%;
		}

	.package h3 {
		font-size: 1.25em;
		font-style: normal;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.package img {
		margin: 40px 0;
	}

		.package.attention img {
			margin: 41px 0 42px;
		}

	.package section {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}

		.package section .price {
			position: relative;
			margin-left: -40px;
		}

			.package section .price .number {
				position: relative;
				font-size: 2.85em;
				font-weight: 700;
				line-height: 1;
			}

				.package section .price .number .currency {
					position: absolute;
					left: -.55em;
					top: .55em;
					font-style: italic;
					font-size: .5em;
					font-weight: 400;
				}

				.package section .price .number .per {
					font-size: .24em;
					position: absolute;
					right: -3.8em;
					bottom: 1.3em;
					font-weight: 400;
					font-style: italic;
				}

			.package section .price .decimals {
				font-size: 1.6em;
				font-weight: 600;
				position: absolute;
				top: -.1em;
			}

		.package section.call {
			font-size: .8em;
		}

			.package section.call .currency {
				left: 1em;
			}

			.package section.call .per {
				font-size: .65em;
				right: 3em;
			}

	.package .package-radio {
		display: block;
		background: rgba(0, 0, 0, .1);
		margin: .5em;
		margin-top: 22px;
		font-size: 1em;
		text-align: left;
		line-height: 45px;
		height: 45px;
		cursor: pointer;
		font-weight: 600;
		text-transform: uppercase;
	}

		.package .package-radio span {
			display: block;
			width: 45px;
			height: 100%;
			float: left;
			margin-right: .8em;
			background: rgba(0, 0, 0, .1) url('../img/radio-unchecked.png') no-repeat 50% 50%;
		}

			.package .package-radio.checked span {
				background-image: url('../img/radio-checked.png');
			}
/* END PACKAGES */

/* HOME OFFERTE */

body.home #gform_wrapper_1 {
	font-size: 1.5em;
}

	body.home #gform_wrapper_1 h3.gform_title {
		font-size: 1.5em;
		margin-top: 1em;
	}

		body.home #formHolder #gform_wrapper_1 h3.gform_title {
			margin-top: 0;
		}

	body.home #gform_wrapper_1 input[type="submit"] {
		background-color: #ffb43d;
	}

/* END HOME OFFERTE */

.topMargintaal {margin-top:35px;}


/* TESTIMONIALS */
.testimonials {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.shortcode .testimonials,
	.top-testimonials .testimonials {
		position: relative;
		height: 290px;
	}

	.testimonials li {
		overflow: hidden;
		height: auto;
		margin-bottom: 100px;
	}

		.shortcode .testimonials li,
		.top-testimonials .testimonials li {
			position: absolute;
			top: 0;
			margin: 0;
		}

	.testimonials .client {
		float: left;
	}

		.testimonials .right .client {
			float: right;
		}

		.testimonials .client span {
			display: block;
			text-align: center;
		}

			.testimonials .client span.name {
				font-size: 1.25em;
				font-weight: 600;
				margin: 10px 0 0;
			}

			.testimonials .client span.position,
			.testimonials .client span.profession {
				font-weight: 400;
				font-style: italic;
				margin-right: 6px;
			}

			.testimonials .client span.position {
				font-weight: 300;
			}

	.testimonials .photo {
		width: 200px;
		height: 200px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		background-position: 50% 50%;
	}

	.testimonials blockquote {
		border: 3px solid #c7ede8;
		background: #fff url('../img/quote-open.png') no-repeat 30px 20px;
		float: right;
		width: 70%;
		position: relative;
		font-size: 1em;
		line-height: 1.2em;
		margin: 0;
		color: #3aa2b1;
	}

		.testimonials .right blockquote {
			float: left;
		}

		.shortcode .testimonials blockquote,
		.top-testimonials .testimonials blockquote {
			height: 290px;
			line-height: 260px;
			font-size: 1.8em;
		}

		.testimonials blockquote:before {
			content: "";
			position: absolute;
			border-width: 26px 40px 26px 0;
			border-color: transparent #c7ede8;
			border-style: solid;
			display: block;
			width: 0;
			top: 60px;
			left: -40px;
		}

			.testimonials .right blockquote:before {
				left:auto;
				right: -40px;
				border-width: 26px 0 26px 40px;
				border-color: transparent #c7ede8;
			}

		.testimonials blockquote:after {
			content: "";
			position: absolute;
			border-width: 23px 35px 23px 0;
			border-color: transparent #fff;
			border-style: solid;
			display: block;
			width: 0;
			top: 63px;
			left: -35px;
		}

			.testimonials .right blockquote:after {
				left: auto;
				right: -35px;
				border-width: 23px 0 23px 35px;
				border-color: transparent #fff;
			}

		.testimonials blockquote p {
			font-style: italic;
			text-align: center;
			margin: 0;
			margin-top: 28px;
			margin-bottom: 14px;
			padding-left: 88px;
			padding-right: 48px;
			padding-bottom: 10px;
			background: url('../img/quote-close.png') no-repeat 100% 100%;
			display: inline-block;
			vertical-align: middle;
			line-height: 1.3em;
		}

			.shortcode .testimonials blockquote p,
			.top-testimonials .testimonials blockquote p {
				margin-top: 0;
			}

#testimonials {
	margin: 120px 0;
}

	#testimonials.shortcode {
		margin-bottom: 40px;
	}

.top-testimonials {
	position: relative;
	top: -40px;
	margin-bottom: -20px;
	z-index: 3;
	cursor: pointer;
}

	.top-testimonials .testimonials {
		height: 146px;
	}

	.top-testimonials .photo {
		float: left;
		width: 146px;
		height: 146px;
		border-radius: 73px;
		-webkit-border-radius: 73px;
		-moz-border-radius: 73px;
	}

	.top-testimonials .testimonials blockquote {
		height: 146px;
		line-height: 126px;
		width: 60%;
		font-size: .8em;
	}

		.top-testimonials blockquote {
			background-image: url('../img/quote-small-open.png');
			background-position: 20px 10px;
			color: #3aa2b1;
		}

		.top-testimonials blockquote:before {
			border-width: 15px 20px 15px 0;
			top: 60px;
			left: -20px;
		}

		.top-testimonials blockquote:after {
			border-width: 11px 17px 11px 0;
			top: 64px;
			left: -17px;
		}

			.top-testimonials blockquote p {
				background-image: url('../img/quote-small-close.png');
				margin-top: 6px;
				padding-left: 28px;
				padding-right: 10px;
				padding-bottom: 0;
			}
/* END TESTIMONIALS */

.keo > div {

height: 240px !important;

}

 

.keo div div a div:nth-child(4){

height: 90px !important;

}

/* QUICK FORM */
.opacity {
	opacity: .3;
}

.hasOpacity {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#formHolder {
	position: absolute;
	z-index: 99;
	background: #fff;
	padding: 15px;
}

	#formHolder .sh-close {
		display: block;
		width: 45px;
		height: 44px;
		background: url('../img/close.png');
		cursor: pointer;
		position: absolute;
		right: -22px;
		top: -22px;
	}

#gform_wrapper_1 {}

	#gform_wrapper_1 .gform_heading {
		margin-bottom: 2px;
	}

	#gform_wrapper_1 .gform_footer {
		padding: 4px 0 0;
	}
/* END QUICK FORM */

/* MORE INFO */
.more-info h2,
.wpb_column > .wpb_wrapper .more-info h2 {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 2.2em;
}

.more-info p {
	font-size: 1.15em;
	width: 39.5%;
	margin: 1.6em 5% 1em;
	display: inline-block;
}

.more-info ul {
	list-style-image: url('../img/tick.png');
	font-size: 1.3em;
	height: auto;
	overflow: hidden;
}

	.more-info ul li {
		float: left;
		width: 33%;
		padding-top: .3em;
	}
/* END MORE INFO */

/* CTA OFFERTE */
.cta-offerte {
	padding: 42px 0;
}

	.cta-offerte .wpb_content_element {
		margin-bottom: 0;
	}

	.cta-offerte .btn-sh {
		margin: 62px 0 !important;
	}
/* END CTA OFFERTE */

/* FOOTER */
body > footer {
	background: #f8f5f5;
	padding: 50px 0 30px;
	font-size: .77em;
	font-weight: 100;
	color: #3f4b56;
}

	body > footer h4 {
		color: #0e93a6;
		font-style: italic;
		font-weight: 100;
		font-size: 1.63em;
	}

	body > footer ul {
		list-style: none;
		padding: 0;
	}

	body > footer > aside {
		margin: 40px 0 0;
		font-size: 1.2em;
		color: #0e93a6;
	}

	body > footer aside .stay-hungry {
		color: #3f4b56;
		font-size: .75em;
		line-height: 2.2em;
		text-align: right;
	}

	body > footer .social {
		background: #32393A;
		color: #f8f5f5;
		padding: 1em 0;
		font-size: 1.4em;
		margin: 3em 0 1em;
		line-height: 43px;
	}

		body > footer .social ul {
			margin: 0;
			overflow: hidden;
			height: auto;
		}

			body > footer .social ul li {
				float: left;
				margin-right: 1.6em;
			}

			body > footer .social ul li a {
				display: block;
				text-indent: -9999em;
				height: 43px;
				width: 55px;
				background-position: 50% 50%;
				background-repeat: no-repeat;
			}

				body > footer .social ul li.facebook a { background-image: url('../img/social-facebook.png'); background-size: 14px auto; width:25px; }
				body > footer .social ul li.twitter a { background-image: url('../img/social-twitter.png'); background-size: 32px auto; width:33px;  }
				body > footer .social ul li.googleplus a { background-image: url('../img/social-google+.png'); background-size: 26px auto; width:28px; }
				body > footer .social ul li.linkedin a { background-image: url('../img/social-linkedin.png'); background-size: 31px auto; width:41px; }
				
		.socialFooter {float:left; margin-right:10px;}
		.socialUl {float:left; display:inline;}		
		.rotatingtweet { line-height:20px; } 
				
/* END FOOTER */













/*BEGIN NEW ARHCIVE DESIGN*/

.blog-item{
	margin-bottom: 2rem;
}

.blog-item .image-wrapper{
	width:100%;
	padding-top: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #cecece;
	border-top-left-radius: .6rem;
	border-top-right-radius: .6rem;
}

.blog-item .content-wrapper{
	padding:2rem;
	box-shadow: 5px 5px 10px #f8f8f8;
	border-bottom-left-radius: .6rem;
	border-bottom-right-radius: .6rem;
}

.blog-item .content-wrapper .title-wrapper{
	font-size:1rem;
	color: #207184;
	margin-bottom: 1rem;
	height: 6rem;
	font-weight: 600;
}

.blog-item .content-wrapper .large-title-wrapper{
	font-size:1.4rem;
	font-weight: 600;
	color: #207184;
	margin-bottom: 1rem;
}

.blog-item .content-wrapper .date-wrapper{
	color:#aaaaaa;
}

.blog-item .content-wrapper .date-wrapper .fa{
	margin-right:1rem;
	color:#aaaaaa;
}

/*END NEW ARCHIVE DESIGN*/

/*BEGIN NEW SINGLE DESIGN*/

.single-wrapper{

}

.single-image-wrapper{
	width:100%;
	padding-top: 30%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: .6rem;
	margin-top:7rem;
}

.single-wrapper .editor-wrapper .image-wrapper{
	width:6rem;
	height: 6rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border: solid 4px white;
	margin-top: -3rem;
}

.single-wrapper .editor-wrapper .title-wrapper{
	color:#f27a05;
	font-weight: 600;
	margin-top:1rem;
	text-align: center;
}

.single-wrapper .main-title-wrapper{
	margin-bottom: 2rem;
	text-align: center;
}

.single-wrapper .main-title-wrapper h1{
	color:#207184;
}

.single-wrapper .date-wrapper{
	color:#aaaaaa;
	margin-bottom: 2rem;
}

.single-wrapper .date-wrapper .fa{
	margin-right:1rem;
	color:#aaaaaa;
}

.single-wrapper .social-wrapper{
	margin-bottom: 3rem;
	padding:2rem 0 1rem 0;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}

.single-wrapper .social-wrapper a:hover{
	color:white;
	text-decoration: none;
}

.single-wrapper .social-wrapper .social-btn{
	padding:.5rem 1rem;
	color:white;
	margin-bottom: 1rem;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem;
}

.single-wrapper .social-wrapper .social-btn:hover{
	opacity: .8;
}

.single-wrapper .social-wrapper .social-btn .fa{
	color:white;
	margin-right: 1rem;
}

.facebook{
	background-color: #306299;
	border-bottom: 4px solid #20456e;
}

.twitter{
	background-color: #26c4f1;
	border-bottom: 4px solid #198eb0;
}

.linkedin{
	background-color: #027bb6;
	border-bottom: 4px solid #015884;
}

.single-wrapper .content-wrapper .ssba{
	display: none;
}

/*FOLLOW UP WRAPPER*/

.follow-up-wrapper{
	margin-top: 3rem;
}

.questions-wrapper-mobile{
	background-color: #f7f7f7;
	border-radius: .6rem;
	padding:2rem;
	margin-bottom: 2rem;
}

.questions-wrapper-mobile .title-wrapper{
	margin-bottom: 1rem;
	font-size: 20px;
	color: #207184;
	font-weight: 600;
}

.questions-wrapper-mobile .content-wrapper{
	
}

.questions-wrapper-mobile .content-wrapper .contact-info{
	margin-top: 2rem;
	padding-left: 0;
}


.questions-wrapper-mobile .content-wrapper .contact-info li{
	list-style-type: none;
	color: #207184;
	font-weight: 600;
}

.questions-wrapper-mobile .content-wrapper .contact-info li .fa{
	margin-right:1rem;
	width: 1rem;
	text-align: center;
	color: #207184;
}

.questions-wrapper{
	background-color: #f7f7f7;
	border-radius: .6rem;
	padding:2rem 2rem 2rem 14rem;
	margin-bottom: 2rem;
	background-image: url('../img/nikki.png'); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	height:33rem;
}

.questions-wrapper .title-wrapper{
	margin-bottom: 1rem;
	font-size: 20px;
	color: #207184;
	font-weight: 600;
}

.questions-wrapper .content-wrapper{
	
}

.questions-wrapper .content-wrapper .contact-info{
	margin-top: 2rem;
	padding-left: 0;
}


.questions-wrapper .content-wrapper .contact-info li{
	list-style-type: none;
	color: #207184;
	font-weight: 600;
}

.questions-wrapper .content-wrapper .contact-info li .fa{
	margin-right:1rem;
	width: 1rem;
	text-align: center;
	color: #207184;
}

/*FORM*/

.form-wrapper{
	padding:2rem;
	background-color: #f7f7f7;
	margin-bottom: 2rem;
	border-radius: .6rem;
}

@media screen and (min-width:1200px){
	.form-wrapper{
		height: 33rem;
	}

	.form-wrapper .row .col-lg-6:nth-child(1) {
		width:52%;
	}
	.form-wrapper .row .col-lg-6:nth-child(2) {
		width:48%;
	}
}

.form-wrapper .title-wrapper{
	margin-bottom: 1rem;
	font-size: 20px;
	color: #207184;
	font-weight: 600;
}

.form-wrapper .content-wrapper{
	margin-bottom: 2rem;
}

.form-wrapper .cf7-wrapper{	

}

.form-wrapper .cf7-wrapper input[type="text"],
.form-wrapper .cf7-wrapper input[type="email"]{	
	width: 100%;
	margin-bottom: .5rem;
	border: solid 1px #999999;
}

.form-wrapper .cf7-wrapper input[type="submit"]{	
	width: 100%;
	text-align:center;
	color:white;
	background-image: linear-gradient(#f37a05, #c76301);
	text-transform: uppercase;
	border: solid 1px #999999;
	padding-top:.5rem;
	padding-bottom:.5rem;
	border:none;
}

.form-wrapper .image-wrapper{
	width: 16rem;
	padding-top: 22rem;
	background-image: url('../img/brochure-lg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-top: .5rem;
}



/*RELATED ARTICLES*/

.related-articles{
	margin-bottom: 2rem;
}

.related-articles .title-wrapper{
	margin-bottom: 3rem;	
}

.related-articles .title-wrapper h2{
	text-align: center;
	color: #207184;
	font-size:28px;
}

/*END NEW SINGLE DESIGN*/













	.archive-wrapper article {
		font-size: .8em;
		margin: 0 0 4em;
		padding: 4em 0 0;
		border-top: 1px solid #5abeca;
		color: #3f4b56;
		line-height: 1.7;
	}

		.archive-wrapper article:first-child {
			border: 0;
		}

		.archive-wrapper article h1 {
			margin-top: 0;
			font-size: 1.8em;
			color: #1693a4;
		}

		.archive-wrapper article aside {
			font-size: .8em;
			font-style: italic;
			color: #808080;
			margin: -8px 0 10px 4px;
		}
/* END ARCHIVE */

/* PAGE */
.page h1 {
	margin-top: 2em;
}

body > article,
body.single .col-md-12:first-child {
	min-height: 20em;
}
/* END PAGE */

/* COLORS */
.dutch-teal {
	background-color: #1693a4;
	color: #fff;
}

	.dutch-teal h1, .dutch-teal h2, .dutch-teal h3, .dutch-teal h4, .dutch-teal h5, .dutch-teal h6 {
		color: inherit;
	}

.lavonne {
	background-color: #45b5c4;
	color: #fff;
}

	a.lavonne:hover {
		background-color: #5abeca;
		color: #fff;
	}

	.lavonne h1, .lavonne h2, .lavonne h3, .lavonne h4, .lavonne h5, .lavonne h6 {
		color: inherit;
	}

.seabluff {
	background-color: #7ececa;
	color: #fff;
}

	.seabluff h1, .seabluff h2, .seabluff h3, .seabluff h4, .seabluff h5, .seabluff h6 {
		color: inherit;
	}

.miriblue {
	background-color: #78ccca;
	color: #fff;
}

	.miriblue h1, .miriblue h2, .miriblue h3, .miriblue h4, .miriblue h5, .miriblue h6 {
		color: inherit;
	}

/* END COLORS */

/* QUICK FIX */
.wpb_row, .row {
	margin-left: 0;
	margin-right: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

/* END QUICK FIX */

/* RESPONSIVE */
@media (max-width: 1199px) {
	/* body > header nav ul {
		bottom: -46px;
	} */

	#featured .header-text {
		width: auto;
		text-align: center;
	}

	.more-info ul li {
		width: 50%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top-testimonials .photo {
		width: 120px;
		height: 120px;
		border-radius: 60px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		margin: 14px 0;
	}

	.top-testimonials .testimonials blockquote {
		font-size: .65em;
	}

	.package .package-radio {
		font-size: .8em;
	}
}

@media (max-width: 991px) {
	/*body > header nav ul {
		display: none;
	}*/

	body.home #featured {
		height: 400px;
	}

		body.home #featured .header-text {
			margin-top: 62px;
		}

	#mobile-menu {
		display: block;
	}

	body.home #featured .postit {
		right: auto;
		bottom: auto;
		left: 1.5em;
	}

	/* TESTIMONIALS */
	.testimonials li {
		overflow: visible;
		position: relative;
		margin-bottom: 160px;
	}

	.testimonials blockquote.adapt {
		width: 100%;
		background-image: url('../img/quote-small-open.png');
		background-position: 20px 10px;
		float: none !important;
	}

		.testimonials blockquote.adapt:before,
		.testimonials .right blockquote.adapt:before {
			top: auto;
			bottom: -26px;
			left: 40px;
			border-width: 26px 26px 0;
			border-style: solid;
			border-color: #c7ede8 transparent;
		}

		.testimonials blockquote.adapt:after,
		.testimonials .right blockquote.adapt:after {
			top: auto;
			bottom: -22px;
			left: 43px;
			border-width: 23px 23px 0;
			border-style: solid;
			border-color: #fff transparent;
		}

		.testimonials blockquote.adapt p {
			padding-left: 40px;
			background-image: url('../img/quote-small-close.png');
		}

	.testimonials .client {
		height: 80px;
		bottom: -100px;
		position: absolute;
		left: 20px;
		float: none !important;
	}

		.testimonials .client .photo {
			display: none;
		}

		.testimonials .client span {
			display: inline-block;
		}

			.testimonials .client span.name {
				margin-right: .4em;
				display: block;
				text-align: left;
			}

	#testimonials + .btn {
		margin: 0 0 34px !important;
	}

	.shortcode .testimonials blockquote {
		height: 250px;
		line-height: 210px;
		font-size: 1.2em;
	}

	.top-testimonials {
		clear: left;
		top: auto;
		margin: auto;
		padding: 40px 0;
		font-size: 1.3em;
	}

	.top-testimonials .testimonials blockquote {
		width: 70%;
	}
	/* END TESTIMONIALS */

	body > footer > aside div,
	body > footer > aside .stay-hungry {
		text-align: center;
	}

	.more-info p {
		width: auto;
		display: block;
	}
}

@media (max-width: 767px) {
	body.home #featured {
		height: 300px;
	}

		body.home #featured .header-text {
			margin-top: 28px;
		}

	#featured .header-text {
		font-size: .7em;
		position: absolute;
		bottom: 0;
		margin: 0;
		width: 100%;
	}

		#featured .header-text span {
			display: block;
			margin: 0;
			padding-top: 24px;
			padding-bottom: 24px;
		}

	body.home #featured .postit {
		right: 1em;
		bottom: auto;
		left: auto;
	}

	a#logo {
		background-position: 50% 50%;
	}

	.package {
		float: none;
		width: 100%;
		top: auto;
		margin: .4em 0;
		overflow: hidden;
		height: auto;
	}

		.package.attention {
			top: auto;
			margin: inherit;
		}

		.package .additional {
			position: static;
			opacity: 1;
			padding-top: 0;
			border-bottom: 1px solid #fff;
			width: 98%;
			margin: 0 auto 10px;
		}

			.package .additional span {
				width: auto;
			}

		.package .mobile-left,
		.package .mobile-right {
			float: left;
			width: 48%;
			margin: .2em 1%;
		}

		.package.attention .mobile-right {
			margin-top: 14px;
		}

		.package .package-radio {
			font-size: 1em;
		}

	.more-info ul {
		width: 80%;
		margin: 0 auto;
	}
	.more-info ul li {
		float: none;
		width: 100%;
	}
}

@media (max-width: 630px) {
	#testimonials {
		margin: 40px 0 60px;
		font-size: .7em;
	}

	#testimonials.shortcode {
		margin-bottom: 60px;
	}

	.shortcode .testimonials {
		height: 250px;
	}

	#testimonials + .btn {
		margin: 80px 0 34px !important;
	}
}

@media (max-width: 600px) {
	#featured,
	body.home #featured {
		/*height: auto;*/
		min-height: 0;
	}

		#featured .header-text,
		body.home #featured .header-text {
			position: static;
			margin: 0;
		}

	.top-testimonials .testimonials {
		height: 160px;
	}

	.top-testimonials .photo {
		display: none;
	}

	.top-testimonials .testimonials blockquote {
		float: left;
		width: 100%;
		height: auto;
	}

		.top-testimonials .testimonials blockquote:after,
		.top-testimonials .testimonials blockquote:before {
			border: none;
		}
}

@media (max-width: 401px) {
	.package {
		font-size: 1em;
	}

		.package.attention img {
			margin: 20px 0;
		}

		.package .package-radio {
			font-size: .8em;
		}

	#testimonials + .btn {
		margin: 100px auto 34px !important;
	}

	.testimonials blockquote.adapt p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.blog-sidebar{
	padding: 0 !important;
	margin-top: 0 !important;
}

.blog-sidebar .widgettitle{
	margin-top: 0 !important;
}

/* 13/11/2019 */
.glyphicon.glyphicon-info-sign.bs-tooltip{
	color: #207184;
	cursor: pointer;
}
.tooltip{
	font-size: 16px;
	left: 0 !important;
	width: 100%;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #207184;
}
.tooltip .tooltip-inner{
	background-color: #207184;
	text-align: left;
	padding: 10px 18px;
	border-radius: 10px;
	max-width: 100% !important;
	font-size: 12px;
	font-weight: 700;
}
.tooltip.in{
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip .tooltip-arrow{
	display: none !important;
}
.call-span{
	position: relative;
}

/* 20/11/2019 */
.glyphicon.glyphicon-info-sign.bs-tooltip{
	font-size: 16px;
	background-image: url('../img/i-tooltip.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.glyphicon.glyphicon-info-sign.bs-tooltip:before{
	visibility: hidden;
	opacity: 0;
}

.yrm-btn-wrapper.yrm-btn-wrapper-1{
	position: relative;
}

.yrm-inner-content-wrapper p:empty{
	/*display: none;*/
	margin: 0;
	padding: 0;
}

.yrm-inner-content-wrapper.yrm-cntent-1 br{
	display: none;
}

.yrm-btn-wrapper.yrm-btn-wrapper-1:before{
	content:"";
	width: 100%;
	height:80px;
	/*background: rgba(252,234,187,0);
	background: -moz-linear-gradient(top, rgba(252,234,187,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(252,234,187,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(252,234,187,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,234,187,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(252,234,187,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#ffffff', GradientType=0 );*/
	background: url(../img/shadow.png) repeat-x;
	display: block;
	position: absolute;
	left: 0;
	bottom: 30px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.yrm-content.yrm-content-1.yrm-hide[data-show-status="true"] + .yrm-btn-wrapper.yrm-btn-wrapper-1:before{
	opacity: 0;
}

.yrm-btn-wrapper.yrm-btn-wrapper-1 .yrm-toggle-expand .yrm-text-wrapper .yrm-button-text-1:after{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.yrm-content.yrm-content-1.yrm-hide[data-show-status="true"] + .yrm-btn-wrapper.yrm-btn-wrapper-1 .yrm-button-text-1:after{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.home div.banner-cta-info-wrap.increase-the-success{
	padding-bottom: 0px !important;
}