/**
 * Global stylesheet
 *
 * package: 	Middleton Cars
 * version: 	1.6
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}

/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	line-height: 2.5rem;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 5%;
}

.inner-container {
	padding: 40px;
}

.outer-container {
	padding: 120px 80px;
}

.row [class*='col']:first-child {
	margin: 0;
}

.col {
	width: 47.5%;
	margin-left: 5%;
	float: left;
}

@media screen and (max-width: 1040px) {
	.row [class*='col']:last-child {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 60px 5%;
	}
	.outer-container {
		padding: 80px 80px;
	}
	.col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.row-undo {
		margin-top: -40px;
	}
}

/* fonts */

body,
h1,
h3,
h4,
h5,
h6,
title
{
	font-family: 'Open Sans', sans-serif;
}

#footer-nav li,
#main-nav li,p,button,.excerptp,.subtitle {
	font-family: 'Open Sans', sans-serif;
}

#main-nav li a span:after,
.back-to-top:after,
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before,
.toggler-trigger span i {
	font-family: "Font Awesome 5 Pro";
}

/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

h1 {
	font-size: 46px;
	line-height: 3rem;
}

h2 {
	font-size: 42px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	text-decoration: none;
}

/* content */

.content {
	text-align: center;
	z-index: 50;
}

.subtitle {
	font-size: 1.4em;
	line-height: 32px;
	font-weight: 100;
}

.excerpt {
	margin-top: 20px;
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	color: #222222;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

.colored .excerpt p,
.colored .section-header .title,
.colored .title,
.colored li {
	color: #000;
}

@media screen and (max-width: 1040px) {
	.excerpt p {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.excerpt {
		margin-top: 10px;
	}
	#main-nav li {
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 480px) {
	.excerpt {
		margin-top: 0px;
	}
	.excerpt p {
		font-size: 14px;
		line-height:28px;
	}
}

/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

.nav-carousel a {
	color: #fff;
	font-size: 1.5em;
}

.nav-carousel .flex-prev {
	margin-right:20px;
}

.nav-carousel {
	text-align: center;
	margin-top:20px;
}

.image img {
	width: 100%;
}

img {
	width: auto;
}

.standout {
	font-weight: 600;
}

.standout-title {
	font-weight: 800;
}

.button {
	background: #ED1849;
	width: 180px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: 0.4s;
	-moz-transtion: 0.4s;
	font-family: 'Open Sans',sans-serif;
	border: solid 4px #FF3366;
}

.button:hover,.buttonspan:hover {
	background: #3752A4;
	cursor: pointer;
	color: #fff;
	border-color: #336699;
}

/* top bar */

#top-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height:40px;
	z-index: 999;
	background-image: linear-gradient(to right, #ed1849 , #3752a4);
}

#top-bar .container {
	padding-top:0px;
	padding-bottom:0px;
}

#top-bar .top-link {
	display: inline-block;
	color: #fff;
}

#top-bar .top-link:last-child {
	float: right;
}

#top-bar .col {
	width: 100%;
}

#top-bar a {
	color: #fff;
	text-decoration: underline;
}

#top-bar .top-link:last-child a {
	margin-left: 15px;
}

@media screen and (max-width: 1040px) {
	#top-bar .row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#top-bar .col {
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	#top-bar {
		display: none;
	}
}

/* main header */

#main-header {
	background: #FFFFFF;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	height: 110px;
	z-index: 999;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	margin: 0 auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

#main-header .container {
	padding: 0 5%;
	position: relative;
}

#main-header .col:first-child {
	width: 35%;
}

#main-header .col:nth-child(2) {
	width: 15%;
	margin-left: 1%;
}

#main-header .col:last-child {
	width: 64%;
}

#main-header .image {
	margin-top:7px;
	width: 235px;
}


@media screen and (max-width: 768px) {
	#main-header .col,
	#main-header .col:last-child {
		width: 30%;
	}

	#main-header .col:first-child {
		width: 65%;
	}
}


@media screen and (max-width:480px) {
	#main-header {
		top: 0;
		height: 67px;
	}

	#main-header .image {
		width: auto;
		max-width: 120px;
		margin-top: 12px;
	}

	#main-header .row [class*='col']:last-child {
		margin-top: 22px;
	}
}

/* main menu */

#main-nav {
	float: right;
	line-height:0px;
	margin-top:35px;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li {
	display: inline-block;
	margin-left: 30px;
	text-align: center;
	transition: all 0.2s;
	transition: all 0.2s;
	transition: all 0.2s;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a {
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #3653A4;
}

#main-nav li a span {
	padding: 20px 0;
	display: block;
	position: relative;
}

@media screen and (max-width: 1120px) {
	#main-nav {
		float: none;
		margin: 10px 0;
	}
	#main-nav ul {
		text-align: center;
	}
	#main-nav li {
		margin-left: 40px;
	}
	#main-nav li a span:after {
		bottom: -25px;
	}
}

@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 40px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 0;
	}
	#main-nav li {
		display: block;
		margin: 0;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
}

@media screen and (max-width: 1215px) {
	#main-nav li  {
		margin-left: 10px;
	}
}

/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
}

.trigger .click {
	padding: 32px 0 0px 5px;
	color: #386996;
	font-size: 32px;
	float: right;
}

.slideout {
	background: none;
	position: relative;
}

@media screen and (min-width: 1121px) {
	.slideout {
		display: block !important;
	}
}


@media screen and (max-width: 1140px) {
	.trigger .click {
		padding-top: 37px;
	}
}

@media screen and (max-width: 1120px) {
	#main-header .trigger {
		display: block;
	}
	#main-header .slideout {
		background: rgba(255,255,255,0.9);
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		display: none;
		border-radius: 0;
	}
	#main-nav li {
		display: block;
		margin: 0;
		border: 0;
	}
	#main-nav li a {
		color: #386996;
	}	
}

@media screen and (max-width: 1040px) {
	.trigger .click {
		padding-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.trigger .click {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	.trigger .click {
		font-size: 24px;
	}
	#main-header .slideout {
		top: 67px !important;
	}
}

/* sections */

section {
	background: #fff;
	overflow: hidden;
}

.section-header {
	text-align: center;
}

.section-header img {
	margin-top: 20px;
	max-width: 200px;
}

.section-header .col,
.section-header .col:first-child {
	width: 100%;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
	font-size: 2.5em;
	line-height: 1.7em;
	color: #3A56A6;
	font-weight: 600;
}

.section-footer .col {
	text-align: center;
}

.section-footer {
	padding-top: 25px;
}

@media screen and (max-width: 1040px) {
	.section-header .title {
		font-size: 32px;
		line-height: 44px;
	}
}

@media screen and (max-width: 480px) {
	.section-header .title {
		font-size: 18px;
		line-height: 28px;
	}
}





/* introduction */

#introduction {
    height: 650px;
    position: relative;
    min-height: 400px;
	background-image: url('assets/images/middleton_cars_taxi_north_manchester_airport_transfers_station_saloon_minibus_manchester_lift_fast_introduction_background.jpg');
	margin-top:150px;
}

.intro-overlay  {
	color: #fff;
	box-sizing: border-box;
	margin-top:65px;
	margin-left:16%;
	margin-right:16%;
}

#introduction .intro-overlay .col:first-child {
	margin-top:140px;
}

#introduction .intro-overlay .subtitle {
	font-size: 3.4em;
	font-weight: 800;
	line-height:1.2em;
    border-bottom: dotted 1px #fff;
    padding-bottom: 30px;
}

#introduction .intro-overlay .image {
	width:520px;
	float: right;
}

#introduction .intro-overlay .button {
	margin-top:40px;
	display: inline-block;
}

#introduction .intro-overlay .button {
	margin-right:10px;
}

#introduction figure img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1430px) {
	.intro-overlay {
		width:90%;
		margin-left:5%;
	}
}

@media screen and (max-width:1040px) {
	.intro-overlay {
		width: 90%;
	}

	#introduction .intro-overlay .subtitle {
		font-size: 32px;
		line-height: 44px;
	}

	#introduction .intro-overlay .image {
		max-width: 375px;
		width: auto;
	}

	#introduction .button {
		width: 130px;
		font-size: 12px;
	}

	#introduction .intro-overlay .col:first-child,
	#introduction .row [class*='col']:last-child {
		margin-top: 0;
	}

	#introduction .intro-overlay .col:first-child {
		margin-top: 90px;
	}

	#introduction {
		height: auto;
		min-height: 480px;
	}

}

@media screen and (max-width:960px) {
	.intro-overlay {
		margin-top:65px;
	}
	.slideout {
		border-radius: 0px !important;
	}

	#introduction .intro-overlay .col:first-child {
		margin-top: 60px;
	}
}

@media screen and (max-width:768px) {
	#introduction .click-review {
		display: none;
	}
	.intro-overlay {
		margin-top:20px;
	}

	#introduction .intro-overlay .button {
		display: none;
	}

	#introduction .intro-overlay .image {
		margin-top: 30px;
		float:  none;
		margin: 30px auto 80px;
	}
}

@media screen and (max-width: 480px) {
	#introduction {
		margin-top: 67px;
	}

	#introduction .intro-overlay .subtitle {
		font-size: 18px;
		line-height: 28px;
	}
}

/* about us */

#aboutus {
	background-color: #ffffff;
	background-image: url('assets/images/middleton_cars_taxi_north_manchester_airport_transfers_station_saloon_minibus_manchester_lift_fast_commercial_overlay.png');
	background-size:20%;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#aboutus .section-content {
	padding-top: 20px;
}

#aboutus .section-content .col {
	padding-bottom:15px;
}

#aboutus .section-content .image {
	float:left;
	background-image: linear-gradient(to right, #ed1849 , #3752a4);
	padding:5px;
	margin-top:30px;
	box-sizing: border-box;
}

#aboutus .section-footer .image:first-child {
	margin-left: 0px;
}

#aboutus .section-footer .col {
	width: 100%;
}

#aboutus .section-footer {
	padding-top:0px;
}

@media screen and (max-width: 1040px) {
	#aboutus .row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width:980px) {
	#aboutus .section-content .image {
		float: none;
	}
}

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

	#aboutus .section-content .col {
		padding-bottom: 0;
	}
}


/* section: accounts */

#accounts {
	background: #f1f1f1;
}

#accounts .section-header .excerpt {
	max-width: 720px;
	margin: 20px auto 0;
}

#accounts .section-content .col {
	width: 21.25%;
}

#accounts .section-content .item {
	background: #ED1849;
	padding: 40px 20px;
	text-align: center;
}

#accounts .section-content .col:nth-child(2n+1) .item {
	background: #3752A4;
}

#accounts .section-content .item .title {
	color: #fff;
	font-weight: 700;
    font-size: 26px;
    line-height: 42px;
}

@media screen and (max-width: 1040px) {
	#accounts .section-content .col {
		margin-top: 0;
		width: 47.5%;
	}

	#accounts .section-content .col:nth-child(2n+3) {
		clear: both;
		margin-left: 0;
	}

	#accounts .section-content .col:nth-child(n+3) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	#accounts .section-content .col {
		width: 100%;
		margin: 40px 0 0 0;
		clear: both;
	}

	#accounts .section-content .col:first-child {
		margin-top: 0;
	}
}


/* cta 1 */

#cta-1 {
	background-image: linear-gradient(to left, #ed1849 , #3752a4);
	background-attachment: fixed;
}

#cta-1 .section-content {
	padding-top:65px;
}

#cta-1 .section-content .col {
	width: 100%;
	text-align: center;
}

#cta-1 .section-content .title {
	color: #fff;
	font-weight: 600;
	font-size: 2.6em;
}

#cta-1 .section-content .subtitle {
	font-size: 4em;
	font-weight:800;
	margin-top:40px;
}

#cta-1 .button {
	margin: 0 auto;
	margin-top:40px;
}

#cta-1 a {
	color: #fff;
}

#cta-1 .section-content .subtitle {
	line-height: 60px;
}

@media screen and (max-width: 1040px) {
	#cta-1 .section-content .title {
		    font-size: 32px;
    line-height: 44px;
	}

	#cta-1 .row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#cta-1 .section-content .title {
		font-size: 24px;
		line-height: 36px;
	}

	#cta-1 .section-content .subtitle {
		font-size: 32px;
		line-height: 48px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 580px) {
	#cta-1 .section-content .title {
		font-size: 14px;
		line-height: 22px;
	}

	#cta-1 .section-content .subtitle {
		font-size: 24px;
		line-height: 32px;
	}
}



/* our services */

#services {
	background: #ffffff;
}

#services .section-content {
	padding-bottom: 100px;
	padding-top:60px;
}

#services .section-content .subtitle {
	text-align:center;
	font-weight:700;
	font-size:2em;
	margin-bottom:20px;
}

#services .section-content .col {
	width: 47.5%;
	margin-left: 5%;
}

#services .section-content .col:first-child {
	margin-left: 0;
}

#services .section-content .destinations {
	display: inline-block;
	box-sizing: border-box;
	background-image: linear-gradient(to left, #ed1849 , #3752a4);
    background-attachment: fixed;
	color: #fff;
	width: 100%;
}

#services .section-content .destinations li {
	border-bottom: dotted 1px #fff;
	cursor: default;
	transition: 0.5s;
	-moz-tranistion:0.5s;
	padding-right:10px;
	padding-left:10px;
	font-size: 0.9em;
}

#services .section-content .destinations li:hover {
	background: rgba(255,255,255,0.3);
}

#services .section-content .destinations li:last-child {
	border-bottom: 0px;
}

#services .section-content .destinations .price {
	float: right;
	font-weight: 600;
}

@media screen and (max-width: 1040px) {
	#services .row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 920px) {
	#services .section-content .col {
		width: 100%;
		margin: 0;
	}

	#services .section-content .destinations li:last-child {
		border-bottom: dotted 1px #fff;
	}
}

@media screen and (max-width: 768px) {
	#services .excerpt {
		margin-top: 30px;
	}

	#services .section-content .col {
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	#services .col,
	#services .section-content .destinations li {
		text-align: center;
	}

	#services .section-content .destinations .price {
		float: none;
		display: block;
	}
}

/* testimonials */

#testimonials {
	background: url('assets/images/middleton_cars_taxi_north_manchester_airport_transfers_station_saloon_minibus_manchester_lift_fast_testimonials_background.jpg');
	background-size: cover;
	background-position: bottom center;
}

#testimonials .section-content {
	text-align: center;
}

#testimonials .section-content .col {
	width: 100%;
}

#testimonials .section-content .title {
	color: #fff;
	font-weight: 700;
	font-size: 2.5em;
	margin-bottom: 10px;
}

#testimonials .section-content .excerpt {
	color: #fff;
	width: 80%;
	margin: 0 auto;
	margin-top:20px;
}

#testimonials .review-name {
	font-weight: 700;
}

/* contact us */

#contactus .section-content {
	padding-top: 60px;
}	

#contactus .col:last-child {
    position: relative;
}

#contactus .excerpt:first-child {
	margin-top: 0px;
	margin-bottom: 40px;
}

.address {
	background-image: linear-gradient(to left, #ed1849 , #3752a4);
	padding:20px;
	margin-bottom:20px;
	color: #fff;
}

.address .title {
	font-weight: 700;
}

.address .excerpt {
	color: #fff;
	margin-top:0px;
}

.address a {
	color: #fff;
}

.field {
	width: 100% !important;
	padding: 15px !important;
	font-size: 1.2em !important;
	font-family: 'Open Sans',sans-serif !important;
}

#contactus .address:last-child a {
	text-decoration: underline;
	color: #fff;
}

#contactus .contact-form input {
    padding: 2.5% !important;
    display: inline;
    border: 0;
    box-sizing: border-box;
    background: #f1f1f1;
    color: #000;
    font-size: 1em !important;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0px;
    font-weight: 500;
    -webkit-appearance: none;
	width: 100% !important;
}

#contactus .contact-form textarea {
    display: inline;
    border: 0;
    box-sizing: border-box;
    background: #f1f1f1;
    color: #000;
    font-size: 1em !important;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0px;
    font-weight: 500;
    -webkit-appearance: none;
    width: 100% !important;
	height:240px;
	resize: none;
}

@media screen and (max-width: 1040px) {
	#contactus .row [class*='col']:last-child {
		margin-top: 0px;
	}
}	

@media screen and (max-width: 768px) {
	.contact-form {
		padding-top: 30px;
	}
	#contactus .section-header .title {
		font-size: 3em;
	}
	#contactus .section-content {
		padding-top:30px;
	}
	.field {
		width: 95% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Open Sans',sans-serif !important;
	}
	#contactus .contact-form input {
		padding:10px !important;
		border-radius: 5px !important;
	}
	#contactus .contact-form textarea {
		padding:10px !important;
		border-radius: 5px !important;
	}
	.contact-form {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 480px) {
	#contact .contact-form textarea {
		height: 200px;
	}
	.field {
		width: 90% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Open Sans',sans-serif !important;
	}
	.address .title {
		margin-top: 0px;
	}
	.contact-form {
		padding-top: 20px;
	}
	.ucf button[type=submit] {
		font-size: 1.1em !important;
		width: 100% !important;
	}
	#contactus .section-header .title{
		font-size: 2.2em;
	}
}

/* map */

#map .col {
    width: 100%;
	margin-left: 0px;
}

#map .gmap {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}

#map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#map .row [class*='col']:last-child {
	margin-top: 0px;
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 55%;
	}
	#maps .col {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#map .gmap {
		padding-bottom: 80%;
	}
}

/* inventis */

.inventis {
	margin-top: 90px;
	margin-bottom: 20px;
	text-align: center;
}

.inventis img {
	width: auto;
}

@media screen and (max-width: 768px) {
	.inventis {
		text-align: center;
	}
}

/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 40px;
    background: #E11313;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin: 40px auto 20px;
    border: 0;
	float: none;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 0;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 40px auto 20px;
    border: 0;
	float: none;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 0;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}
/* footer */

#main-footer a {
	color: #fff;
}

#main-footer .footer-icon {
	min-width:25px;
}

#main-footer .container {
	padding-top:60px;
	padding-bottom: 40px;
}

#main-footer .separator {
	border-top: 1px dotted #fff;
	max-width: 100%;
	padding-bottom: 40px;
	margin-top: 30px;
	width: 100% !important;
}

#main-footer {
	background-image: linear-gradient(to left, #ed1849 , #3752a4);
	margin-top: 0;
	font-weight: 300;
	color: #fff;
}

#main-footer .footer-cols .col {
	width: 20%;
}

#main-footer .footer-cols p {
	line-height: 2.3em;
	font-size: 0.9em;
}

#main-footer .copyright {
	font-size: 1em;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
}

#main-footer .title {
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}

@media screen and (max-width: 980px) {
	#main-footer .footer-cols .col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#main-footer .title {
		border-bottom: 0px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
	}

	#footer-nav ul {
		list-style-type: none;
		text-align: center !important;
	}
	.inventis {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	#main-footer .container {
		padding: 20px 5%;
	}
}

@media screen and (max-width: 580px) {
	#main-footer {
		padding-bottom: 75px;
	}
}

/* footer menu */

#footer-nav ul {
	list-style-type: none;
	text-align: left;
}

#footer-nav li {
	display: inline;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 2.3em;
}

#footer-nav li:first-child {
	margin-left: 0;
}

#footer-nav li a {
	display: block;
	color: #fff;
}

#footer-nav li a span {
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	#footer-nav li {
		display: block;
		margin: 0;
	}
	#footer-nav li a span {
		display: block;
		padding: 3px 0;
	}
	#main-footer .copyright {
		font-size: 1em;
	}
}

/* back to top */

.back-to-top {
	display: none;
	position: fixed;
	left: auto;
	right: 30px;
	bottom: 30px;
	text-align: center;
	height: 40px;
	width: 40px;
	background: #054791;
	border: 2px solid #fff;
	z-index: 9999;
	color: #fff;
	padding-top: 2px;
	transition: 0.2s;
	-moz-transition: 0.2s;
}

.back-to-top:hover {
	background: #0066CC;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border: 0px;
		border-radius: 0px;
		border-top: solid 1px #fff;
	}
	.back-to-top:after {
		font-size: 28px;
	}
}


/* Error message box */

.ucf .message .errors {
	background: #D60A0A;
	color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .errors p {
	color: #D60A0A;
}

/* Success message box */

.ucf .message .success {
	background: #fff;
	color: #000;
	border: none;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .success p {
	color: #000;
}

/* Form */

.ucf * {
	outline: none;
}
.ucf fieldset {
	max-width: 1000px;
	margin: 0px auto;
}
.ucf legend {
	font-weight: bold;
	padding: 10px;
}
.ucf .field-wrapper {
	clear: both;
	margin-top: 0;
	line-height: 2em;
	padding: 0;
	box-sizing: border-box;
}
.ucf .field-wrapper label span {
	display: block;
	width: 100%;
}
.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select {
	border: solid 1px #ccc;
	padding: 10px;
	transition: all .3s ease-in-out;
}
.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus {
	border: solid 1px #333;
}
@media (max-width:1260px) {
	.ucf .trio {
		width: 100% !important;
		display: inline-block!important;
	}
}
@media ( max-width: 768px) {
	.ucf fieldset {
		padding: 10px;
	}
	
	.ucf .field-wrapper {
		margin-bottom: 10px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 150px;
	}
	
	.ucf .field-wrapper select {
		width: 170px;
	}
}
@media ( min-width: 481px) {
	.ucf .field-wrapper {
		margin-bottom: 15px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 200px;
	}
	
	.ucf .field-wrapper select {
		width: 220px;
	}
}

/* Select 2 overrides */

.select2 {
	margin-bottom: 20px;
}
.select2-container .selection,
.select2-container .select2-selection {
	width: 100% !important;
}
.select2-search__field:focus {
	outline: none;
}

/* Honey trap field */
.ucf .hey-honey {
	left: -9999px;
	position: absolute;
}

/* Button */
.ucf button[type=submit] {
	background: #ED1849;
	width: 180px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-size: 1em;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: 0.4s;
	-moz-transtion: 0.4s;
	font-family: 'Open Sans',sans-serif;
	border: solid 4px #FF3366;
}

.ucf button[type=submit]:hover {
	background: #3752A4;
	cursor: pointer;
	color: #fff;
	border-color: #336699;
}

.ucf button[type=submit].complete {
	background: #0066CC;
	border-color: #054791;
	color: #fff;
	cursor: default;
}

.ucf button.secondary {
	margin-left: 20px;
	display: inline-block;
	width: auto;
	height: auto;
	border: 2px solid #fff;
	background: none;
	padding: 15px;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}

.ucf button.secondary:hover {
	background: #ddd;
}

::-moz-selection {
	background: #3A56A6;
	color: #FFFFFF;
}

::selection {
	background: #3A56A6;
	color: #FFFFFF;
}
