/*
Theme Name: ten9eight
Theme URI: http://graphicweb.co.uk/
Version: 10.0.0
*/

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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	padding: 0px;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color:#333;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.clear { clear:both; }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #333333;
	font-weight: 500;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
ins {
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	clear: both;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	text-transform: uppercase;
}

/* Form fields, general styles first */
button, input, select, textarea {
    border: none;
    border-radius: 0px;
    font-family: inherit;
    padding: 10px;
    color: #000;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], .bypostauthor cite span {
    padding: 10px 0;
    font-size: 17px;
    border: none;
    width: 100%;
    background-color: #AB8E54;
    color: #fff;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	border-color: transparent;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	border-color: transparent;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html { font-size: 87.5%; }
a { outline: none; text-decoration:none; }
a:hover { }
.entry-content a { }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site { padding: 0 20px; position:relative; }
.container { margin: 0 auto; width: 940px; max-width:90%; }
#main.container { width: 100%; max-width: 100%; position: relative; }
section { padding: 80px 0; }
section#home { padding:0; }
a.button { padding: 10px 20px; border: 1px solid #fff; font-size: 16px; color: #fff; margin: 5px 10px 0 0; display: inline-block; text-transform: uppercase; }
a:hover.button { background:#000; }

/* ############ 1. Header ############### */
header { position: absolute; top: 0; left: 0; line-height: 60px; z-index: 1000; white-space: nowrap; width:100%; display:block; }
hgroup { background: #fff; }
hgroup .container { padding: 16px 0; width: auto; max-width: 95%; }
nav { display:none; }
#logo { z-index:10; display: block; width: 185px; height: 60px; background-size: 100% auto; background-repeat: no-repeat; float: left; background-image: url(images/ten9eight-logo.svg); position: relative; -webkit-transition: .7s; transition: .7s;}
#topnav { text-align: right; font-size: 14px; font-weight: 500; }
#topnav a { color: #333; margin: 0 0 0 30px; text-transform: uppercase; -webkit-transition: .7s; transition: .7s; }
#topnav a:first-child { margin: 0px; }
#topnav a:hover, .sticky #topnav a:hover { color:#D6DE23; }
.sticky #primary { margin-top: 0px; }
.sticky header { line-height:normal; }
.sticky hgroup { z-index: 100; position: fixed; width: 100%; background:#fff; box-shadow: 0 0 10px #999; -webkit-transition: .3s; transition: .3s; }
.sticky hgroup .container { padding: 10px 0; }
.sticky #logo { width: 100px; height: 33px; }
.sticky #topnav { font-size: 12px; padding-top: 10px; }
.sticky #topnav a { color: #000; }

section { display:block; width:100%; }
.about p { text-align:center; padding: 0 30px; }

.banner .container { position: absolute; z-index: 100; width: 70%; max-width: 100%; text-align: center; top: 40vh; left: 15%; }
.banner, .banner ul { position: relative; margin: 0; padding: 0; height: 90vh; min-height: 700px; width: 100% !important; list-style: none; }
.banner ul li { position: relative; display: block; float: left; margin: 0; padding: 0; width: 100%; height: 90vh; min-height: 700px; background-size: cover; background-position: center center; }
.banner .owl-carousel { z-index:10; }
.banner .owl-dots { position: relative; margin-top: -100px; z-index: 1; }
.banner h1 { color:#fff; font-size:70px; font-weight:300; line-height: 80px; margin-bottom: 20px; }
.banner h1 strong { color:#D6DE23; font-weight:700; }
img.banlogo { max-width:400px; height:auto; margin-bottom: 20px; }
.banner h4 { color: #fff; font-size: 26px; line-height: 36px; text-transform: uppercase; font-weight: 400; text-shadow: 0 0 10px #000; }
a.down { content: 'V'; border-radius: 30px; border: 1px solid #fff; z-index: 100; position: relative; bottom: 60px; left: 50%; margin-left: -18px; color: #fff; text-align: center; padding: 10px; width: 10px; display: block; height: 10px; font-size: 12px; opacity:.7; }
.about a.down, .services a.down { bottom: -30px; }
.about a.down { border:1px solid #666; color:#666; }

.entry-content .topper h1 { font-size: 40px; text-align: center; padding: 30px 0; text-transform: uppercase; }
.entry-content .topper p { text-align: center; margin-bottom: 25px; }

/* ######## SLIDERS ######### */
.owl-dots { text-align:center; margin-top: 30px; }
.owl-carousel button.owl-dot { width: 14px; height: 14px; background-color: #666 !important; border-radius: 7px; margin: 3px; }
.owl-carousel button.owl-dot.active { background-color: #D6DE23 !important; }
#slider.owl-carousel .owl-nav button.owl-next,
#slider.owl-carousel .owl-nav button.owl-prev,
#owl-one.owl-carousel .owl-nav button.owl-next,
#owl-one.owl-carousel .owl-nav button.owl-prev,
#owl-two.owl-carousel .owl-nav button.owl-next,
#owl-two.owl-carousel .owl-nav button.owl-prev,
#owl-three.owl-carousel .owl-nav button.owl-next,
#owl-three.owl-carousel .owl-nav button.owl-prev,
#owl-four.owl-carousel .owl-nav button.owl-next,
#owl-four.owl-carousel .owl-nav button.owl-prev
	{ font-size:80px; color:#D6DE23; font-weight:100; }

.banner #slider.owl-carousel .owl-nav button.owl-next { position: absolute; top: 47vh; right: 30px; opacity:0; -webkit-transition: .9s; transition: .9s; }
.banner #slider.owl-carousel .owl-nav button.owl-prev { position: absolute; top: 47vh; left: 30px; opacity:0; -webkit-transition: .9s; transition: .9s; }
.banner:hover #slider.owl-carousel .owl-nav button.owl-next { opacity:1; }
.banner:hover #slider.owl-carousel .owl-nav button.owl-prev { opacity:1; }

.about .owl-carousel .owl-nav button.owl-next { position: absolute; top: 0px; right: -10px; opacity:0; -webkit-transition: .9s; transition: .9s; }
.about .owl-carousel .owl-nav button.owl-prev { position: absolute; top: 0px; left: -10px; opacity:0; -webkit-transition: .9s; transition: .9s; }
.about:hover .owl-carousel .owl-nav button.owl-next { opacity:.7; }
.about:hover .owl-carousel .owl-nav button.owl-prev { opacity:.7; }

.services .owl-carousel .owl-nav button.owl-next { position: absolute; top: 0px; right: -10px; opacity:0; -webkit-transition: .9s; transition: .9s; }
.services .owl-carousel .owl-nav button.owl-prev { position: absolute; top: 0px; left: -10px; opacity:0; -webkit-transition: .9s; transition: .9s; }
.services:hover .owl-carousel .owl-nav button.owl-next { opacity:.5; }
.services:hover .owl-carousel .owl-nav button.owl-prev { opacity:.5; }

#testimonials .owl-carousel .owl-nav button.owl-next { z-index: 10; position: absolute; top: 0; bottom: auto; right: 100px; opacity: 0.3; -webkit-transition: .9s; transition: .9s; }
#testimonials .owl-carousel .owl-nav button.owl-prev { z-index: 10; position: absolute; top: 0; bottom: auto; left: 50%; opacity: 0.3; -webkit-transition: .9s; transition: .9s; margin-left: 100px; }
#testimonials:hover .owl-carousel .owl-nav button.owl-next { opacity:1; }
#testimonials:hover .owl-carousel .owl-nav button.owl-prev { opacity:1; }

/* ############# 2. Navigation Menu ############# */
.main-navigation { float: none; margin: 0; }
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display: none; }
.main-navigation ul.nav-menu.toggled-on, .menu-toggle { display: block; background: #fff; list-style: none; margin: 0; }
.main-navigation ul.nav-menu.toggled-on a { display: block; font-size: 15px; padding: 20px; color: #333; text-transform:uppercase; border-bottom: none; }
.menu-menu-1-container { position: absolute; width: 100%; top: 80px; box-shadow: 0px 5px 5px #ccc; }
.sticky .menu-menu-1-container { top: 40px; }
.menu-menu-1-container ul, .menu-menu-1-container li { margin-bottom:0; }
.nav-menu { position: absolute; width: 100%; top: 0; }
.toggled-on .on, .off { display:none;}
.on, .toggled-on .off { display:block; }

/* ############# Footer ############ */
footer { clear: both; margin-left: auto; margin-right: auto; padding: 30px 0; text-align: center; font-size: 11px; line-height: 16px; color:#999; }
footer a { color:#999; }

.about .owl-dots, .services .owl-dots { position: absolute; top: -280px; margin: 0; margin-left: 0px; left: 50%; margin-left: -20px; }
.about .owl-dots { top: -40px; }
/* ##################### SECTIONS ####################### */
.section.services, .section.contact { background-color:#333; }
.section.clients { padding-bottom:0; }
.section.services h2, .section.services p, .section.services li, .section.services h4, .section.services h3, .section.contact h2 { color:#fff; }

/* #### SERVICES #### */
.promos { margin-bottom: 20px; }
.promos .service { width: 33.333%; float: left; margin-bottom: 30px; text-align: center; padding-top: 150px; background-size: auto 140px; background-position: top center; background-repeat: no-repeat; }
.promos .service.consultancy { background-image:url(images/icon-consultancy.svg) }
.promos .service.technical { background-image:url(images/icon-tech-design.svg) }
.promos .service.management { background-image:url(images/icon-project-management.svg) }
.promos .service h3 { font-size:17px; color:#D6DE23; font-weight: 300; text-transform:uppercase; }
.services p, .services h4 { text-align:center; padding-left: 30px;
padding-right: 30px; }
section.services li { width: 40%; float: left; list-style: none; padding-right: 0%; margin-right: 5%; padding-left: 5%; }
.services li::before {content: ">"; color:#D6DE23; display: inline-block; width: 20px; margin-left: -20px}
.list li:nth-child(2n+1) { width: 22%; margin-left: 22%; margin-right: 1%; }

/* CLIENTS */
#brands { padding:0px 50px 50px 50px; }
#brands p { text-align:center; }
.brands { padding-top:30px;}
.brands img { width:90px !important; margin:0 auto; text-align:center; }
.brands .owl-prev { position: absolute; top: -15px; left: -20px; }
.brands .owl-next { position: absolute; top: -15px; right: -20px; }
#testimonials { background-color: #f1f1f1; }
.video, .quote { width:50%; float:left; }
.video { position:relative; padding-top:400px; }
.video iframe { display:block; position:absolute;top:0;left:0;width:100%;height:100%; }
.video.photo { background-size:cover; background-position:center; }
.quote blockquote { padding: 30px 50px 20px 90px; margin-top: 50px; font-size: 14px; line-height: 22px; font-style: italic; position: relative; }
.quote blockquote::before { content: ""; width: 40px; height: 30px; display: block; background-image: url(images/icon-quote.svg); background-size: 40px 30px; position: absolute; left: 40px; background-position: left top; }
.quote p { padding: 0px 50px 0 90px; }
#owl-four .owl-dots { position: absolute; left: 50%; top: 0; width: 50%; margin-top: 35px; }

/* ############### CONTACT PAGE ################## */
.contact { color:#fff; }
address, .phone, .email { text-align:center; font-size:19px; font-style:normal; padding:0 0 20px 0; }
address { padding-bottom:40px; }
address span, .phone span, .email span { background-image: url(images/icon-pin.svg); background-size: 50px 40px; background-position: 0px center; background-repeat: no-repeat; padding: 10px 0 10px 50px; }
.phone span { background-image: url(images/icon-phone.svg); }
.email span { background-image: url(images/icon-mail.svg); background-size: 40px 40px; }
.phone, .email { width:50%; float:left; }
.half { width: 48%; float: left; clear: none !important; margin: 0 1%; }
.contact input, textarea { border: 1px solid #666; padding: 15px; background:#333; color:#ccc; font-size:14px; }
.contact input { float:left; }
.contact textarea { width: 98% !important; margin: 0 1% !important; }
.nf-before-form-content { display:none; }
.submit-wrap input { background:#D6DE23; color:#333; text-transform:uppercase; }
.recaptcha-container .nf-field-label { display:none; }
.contact .field-wrap input[type="button"], .contact .field-wrap input[type="submit"] { width: 100%; height: 76px; margin: 0; text-align: center; float: none; }
.nf-after-field { position: absolute; }
.nf-response-msg p { text-align:center; }
/* ## PRIVACY ## */
.privacy { background-color:#333; }
.privacy h1 { color: #fff; padding: 80px 0 0 0; text-align: center; }

/* ########## Main content and comment content ################
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    padding: 25px 0px 15px 0px;
    margin: 0px;
}
h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 50px 0;
    padding: 0px;
	letter-spacing:1px;
    font-weight: 800;
    color: #D6DE23;
	text-transform: uppercase;
	text-align: center;
}
h3 { font-size: 20px; margin: 10px 0px; }
h4 { font-size: 16px; line-height: 24px; padding: 0 0 20px 0; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }
p, li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
}

ol, ul { margin: 0 0 0 25px; }
ul ul { margin-bottom: 0; }
ul { list-style: disc outside; }
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
    margin-bottom: 0px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td, .comment-content td {
    border-top: 1px solid #EDEDED;
    padding: 3px 10px 3px 0px;
    margin: 0px;
    line-height: 18px;
}
.page-links {
	clear: both;
}




/* =Media queries
-------------------------------------------------------------- */

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {
	.site {
		margin: 0 auto;
		max-width: 940px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.main-navigation {
    	text-align: center;
    	width: 100%;
	}
	.main-navigation a {
    	text-decoration: none;
	}
	.main-navigation li.nonav { display:none; }
	.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
    	width: 100%;
	}
	.menu-menu-container {
	margin-top:10px;
	}
.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: table;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		color:#fff;
	}
	.main-navigation li.current_page_item a {
		color:#000;
	}
	.main-navigation li:hover {
		background:#178614;
	}
	.main-navigation li a {
    	margin: 0px;
    	position: relative;
    	padding: 15px 22px;
    	font-size: 15px;
    	font-weight: 400;
	}
	.main-navigation li:first-child a {
		padding-left:0;
	}
	.main-navigation li:last-child a {
		padding-right:0;
	}
	.main-navigation li ul {
    	margin: 0;
    	padding: 0;
    	position: absolute;
    	top: 100%;
    	z-index: 1;
    	height: 1px;
    	width: 1px;
    	overflow: hidden;
    	clip: rect(1px, 1px, 1px, 1px);
    	background: #AB8E54;
    	text-align: left;
	}
	.main-navigation ul li ul li {
    	margin: 0px !important;
    	padding: 0px !important;
    	border-right: none;
		display: inline;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		display: block;
		font-size: 15px;
		padding: 10px;
		width: 200px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus, .main-navigation .sub-menu .current-menu-item > a {
		background: #178614;
	}
	.menu-toggle { display: none; }
}

@media screen and (max-width: 1024px) {
	.main-navigation {  width: auto !important; }
	.banner, .banner ul, .banner ul li { min-height: 550px; }
	.banner .container { top: 35vh; }
	.list li:nth-child(2n+1) { width: 28%; margin-left: 14%; margin-right: 3%; }
	.quote blockquote { padding: 30px 30px 20px 70px; font-size: 13px; line-height: 20px; }
	.quote blockquote::before { width: 30px; height: 20px; background-size: 30px 20px; left: 30px; }
	.quote p { padding: 0px 20px 0 70px; font-size: 13px; }
}

@media screen and (max-width: 800px) {
	#topnav { display:none; }
	nav { display:block; }
	.main-navigation { z-index:1; float: none; margin: 0; position: absolute; top: 10px; right: 0px; width: 100% !important; display: block; text-align: center; }
	.menu-toggle {  width: 30px; float: right; display: block !important; font-size: 34px; line-height: 30px; padding: 0; right: 20px; position: relative; background: transparent !important; color: #D6DE23; text-align: center; }
	.sticky .menu-toggle { color: #D6DE23; }
	.banner, .banner ul, .banner ul li { min-height: 450px; height:100vh; }
	.banner .container { top: 45vh; width: 80%; left: 10%; }
	img.banlogo { max-width: 300px; height: auto; margin-bottom: 15px; }
	.banner h4 { font-size: 20px; line-height: 30px; }
	p, li { font-size: 13px; line-height: 20px; }
	.promos .service { padding-top: 130px; background-size: auto 120px; }
	.promos .service h3 { font-size: 15px; line-height: 20px; }
	.list li:nth-child(2n+1) { width: 32%; margin-left: 10%; margin-right: 3%; }
	.services .owl-dots { top: -260px; }
}
@media screen and (max-width: 700px) {
	section { padding: 70px 0 60px 0; }
	.banner h1 { font-size: 60px; line-height: 70px; margin-bottom: 10px; }
	section.services li, .list li:nth-child(2n+1) { width: 90%; float: none; padding-right: 0; margin: 0 0 7px 5%; }
	.video, .quote { width: 100%; float: none; }
	.quote { padding: 40px 0; }
	h2 { font-size: 35px; line-height: 40px; }
	.half { width: 100%; float: none; margin: 0; }
	#owl-four .owl-dots { width: 100%; left: 0; top: 425px; margin: 0; }
	#testimonials .owl-carousel .owl-nav button.owl-next { top: 390px; right: 70px; bottom: auto; }
	#testimonials .owl-carousel .owl-nav button.owl-prev { top: 390px; left: 0; bottom: auto; margin-left: 70px; }
	.quote blockquote { margin-top: 0px; }
	.phone, .email { width: 100%; float: none; margin-bottom: 30px; }
	.phone { margin-bottom: 30px; }
}
@media screen and (max-width: 600px) {
	.video { padding-top: 330px; }
	#owl-four .owl-dots { top: 360px; }
	#testimonials .owl-carousel .owl-nav button.owl-prev, #testimonials .owl-carousel .owl-nav button.owl-next { top: 320px; }
}

@media screen and (max-width: 500px) {
	section { padding: 70px 0 50px 0; }
	.banner h1 { font-size: 43px; line-height: 50px; }
	.banner h4 { font-size: 15px; line-height: 22px; }
	.owl-nav { display:none; }
	h2 { font-size: 30px; line-height: 35px; letter-spacing: 0; }
	.promos .service { padding-top: 90px; background-size: auto 80px; }
	.promos .service h3 { font-size: 13px; line-height: 18px; }
	.services .owl-dots { top: -240px; }
	.video { padding-top: 280px; }
	#owl-four .owl-dots { top: 300px; }
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}