/*
	Theme Name: LUP
	Description: Child theme of Genesis
	Author: Sandy Lokas for LUP
	Author URI: http://www.edenhallstudio.com.au

	Template: genesis
*/

/* Fonts
------------------------------------------------------------ */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 22px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.center-align ul li {
	list-style-position: inside;
	margin: 0 0 10px;
}

ol li {
	list-style-type: decimal;
}

a.btn,
.btn {
    background: #231f20;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    padding: 10px 20px;
    color: #fcd91d;
    font-weight: bold;
}
a.btn:hover,
.btn:hover {
    color: #fff !important;
    background: #999 !important;
    text-decoration: none !important;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.container {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.container.u-bg {
	background: url(images/bg-trans-u.gif) no-repeat 49% 35px;
}

.container p {
	margin: 0 0 10px;
}
.container ul,
.container ol {
	margin: 0 0 20px 20px;
}
.container a {
	color: #00aac3;
}
.container p,
.container li {
	line-height: 1.5em;
}


/* Header
------------------------------------------------------------ */

#header {
	overflow: hidden;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {

}

li a .sf-sub-indicator {
	display: none;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #34363e;
	clear: both;
	color: #fff;
	overflow: hidden;
	width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0 0 10px;
    font-family: 'georgia', serif;
    text-align: center;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
    display: inline-block;
    margin: 0 15px;
    list-style: none;
}

#nav li a {
	display: block;
	position: relative;
	text-decoration: none;
    background: none;
    font-size: 1.5rem;
    color: #c6c5c9;
    line-height: 55px;
    height: 55px;
    border: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #747474;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	/*float: left;*/
	/*width: 59.49367%; *//* 470/790 */
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #9b989c;
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
}

hr {
	background: #fcd91d;
	height: 4px;
	width: 115px;
	margin: 25px auto;
	border: none;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin: 0 0 5px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

h1 {
	font-size: 22px;
}
h2 {
    font-size: 24px;
    font-weight: 300;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 18px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
    padding: 0;
}

h6 {
	font-size: 14px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

.sidebar h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	background: url(images/button-bg.jpg) repeat-x;
	border: 1px solid #9b989c;
	color: #fff;
	display: inline-block;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 28px;
	line-height: 28px;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.gform_footer input.button:hover,
.button:hover {
	background: url(images/button-bg.jpg) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	overflow: hidden;
	width: 100%;
}

#footer-widgets .widget-area {
	float: left;
	padding: 20px;
	width: 25%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}


/* Footer
------------------------------------------------------------ */

#footer {
    max-width: 680px;
    margin: 30px auto 0;
    border-top: solid 1px #9b989c;
    padding: 90px 0 0;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Client Specific Styling
------------------------------------------------------------ */

table.homeslider a {
	text-decoration: none !important;
}

.forceleft h1,
.forceleft h2,
.forceleft h3,
.forceleft h4,
.forceleft h5,
.forceleft h6,
.forceleft p,
.forceleft ul,
.forceleft ol {
	text-align: left !important;
}
form.wpcf7-form {
	width: 400px;
	margin: 0 auto;
}
div.wpcf7-mail-sent-ok {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	font-size: 12px;
}
div.wpcf7-validation-errors {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	font-size: 12px;
}
form.wpcf7-form p {
	font-size: 18px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
blockquote, input, select, textarea {
    padding: 5px;
    background: #fff;
	width: 100%;
}
.wpcf7-submit {
	width: 400px;
    height: 75px;
    line-height: 75px;
    margin: 20px auto 0;
    z-index: 999;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
	color: #fcd91d;
	background: #231f20;
	border: none;
}
.wpcf7-submit:hover {
	color: #231f20;
	background: #fcd91d;
}
span.wpcf7-not-valid-tip {
	font-size: 11px;
}
html, body {
    background: #fff;
    font-size: 10px;
}
.tp-caption h1 {
	letter-spacing: 0 !important;
	line-height: 1.2em !important;
	margin-bottom: 25px !important;
}
.tp-caption h2 {
	text-align: center !important;
	letter-spacing: 0 !important;
}

#rev_slider_15_3_wrapper,
#rev_slider_15_3 {
	opacity: 0;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	-webkit-transition: all 0.2s; /* Safari */
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition:all 0.2s;
	transition: all 0.2s;
}
#home-right-constraint:hover #rev_slider_15_3_wrapper,
#home-right-constraint:hover #rev_slider_15_3 {
	opacity: 1;
}

#rev_slider_15_3_wrapper,
#rev_slider_15_3,
#rev_slider_11_5_wrapper,
#rev_slider_11_5,
#rev_slider_9_4_wrapper,
#rev_slider_9_4,
#rev_slider_8_2_wrapper,
#rev_slider_8_2,
#rev_slider_6_1_wrapper,
#rev_slider_6_1 {
	height: 100% !important;
}

#endorsement {
	position: absolute;
	top: 24px;
	right: 30px;
	z-index: 9999;
}

.homeslider {
	width: 100%;
	height: calc(100vh - 135px);
}
.homeslider td {
	height: 100%;
	width: 50%;
}

.force-top {
	top: 0 !important;
}

.text-yellow {
	color: #fcd91d !important;
}
.text-white {
	color: #fff !important;
}
.text-blue {
	color: #00bfb2 !important
}
.text-green {
	color: #3ac98f !important;
}
.owl-carousel .owl-item {
	position: relative;
}
.owl-carousel .owl-item span{
	position: absolute;
	width: 100%;
	bottom: 50px;
	font-size: 22px;
	text-align: center;
	display: block;
	z-index: 99;
}

.table_steps {
	max-width: 840px;
	margin: 50px auto;
}
.table_steps td {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	padding: 40px;
	width: 25%;
	line-height: 1.2em;
	border: solid 5px #fff;
	position: relative;
}
.table_steps td span {
	position: absolute;
	text-align: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: #fff;
	top: 0;
	left: 50%;
	margin: -24px 0 0 -24px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	border-radius: 9999px;
	background: #efefef;
}

.menu-wrap {
	background: #000;
	height: 50px;
}

a.homelink {
	position: absolute;
	top: 0;
	left: 60px;
	width: 100px;
	height: 100%;
	display: block;
	z-index: 99;
}

#mobile-menu {
	display: none;
}
a.sidr-class-homebtn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	z-index: 9;
}
#sidr .sidr-class-closebtn {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 25px;
	height: 25px;
	z-index: 99;
}
#sidr .sidr-class-closebtn:after{
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #fff;
}
#sidr:before {
	content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #fcd91d;
    background: url('images/logo.svg') no-repeat 0 7px;
    background-size: 41px 33px;
    padding-left: 60px;
}
#sidr {
	padding-top: 50px;
}
#sidr li{
	list-style: none;
	display: block;
	padding: 15px 10px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
#sidr li.sidr-class-current_page_item a {
	color: #fcd91d !important;
}

#menu-primary-menu {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 0 95px;
	list-style: none;
	line-height: 50px;
	position: relative;
}
#menu-primary-menu:before {
	content: "FOR:";
	font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #fcd91d;
    background: url('images/logo.svg') no-repeat 0 7px;
    background-size: 41px 33px;
    padding-left: 60px;
}
#menu-primary-menu li {
	display: inline-block;
}
#menu-primary-menu li a {
	font-family: "Montserrat", sans-serif;
	color: #b4b4b4;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
#menu-primary-menu li.current_page_item a,
#menu-primary-menu li.current-menu-item a {
	color: #fcd91d !important;
}
#menu-primary-menu li a:hover {
	color: #fff;
	text-decoration: none;
}
#menu-primary-menu li#menu-item-21 a,
#menu-primary-menu li#menu-item-22 a {
	color: #fff;
}
#menu-primary-menu li#menu-item-21 a:hover,
#menu-primary-menu li#menu-item-22 a:hover {
	color: #fcd91d;
}
#menu-primary-menu li#menu-item-21 {
	padding-left: 0;
}
#menu-primary-menu li#menu-item-22 a {
	padding-right: 0;
}
#menu-primary-menu li#menu-item-22 a:after {
	content: "/";
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fcd91d;
}

.img-mid {
	display: block;
	margin: 0 auto;
}

.narrow {
	max-width: 580px;
	margin: 30px auto;
}
.center-align {
	text-align: center;
}

table td.home-subsubconstraint {
	height: 50%;
}

.table_pricing {
	max-width: 970px;
	margin: 0 auto;
}
.table_pricing table {
	width: 100%;
	text-align: left;
	margin: 10px 0 0;
}
.table_pricing table td {
	padding: 25px;
	vertical-align: top;
}
.table_pricing table td h1 {
	text-align: left;
	font-weight: 300;
	margin: 0 0 15px;
}
.table_pricing table td ul li {
	margin: 0;
	padding: 0;
}
.table_pricing table td:first-child {
	width: 315px;
}
.table_pricing table td:last-child h1 {
	text-align: center;
	font-size: 42px;
	margin: 0 0 10px;
	line-height: 1em;
}
.table_pricing table td:last-child {
	text-align: center;
	vertical-align: middle;
	width: 225px;
}

.tabbed_module {
	position: relative;
	z-index: 2;
	text-align: center;
}
.tabbed_module > div,
.tabbed_module input {
    display: none;
}
.tabbed_module label {
    display: inline-block;
    height: auto;
    margin: 0 12px;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    cursor: pointer;
}
.tabbed_module input:checked + label {
    border-bottom: solid 3px #fcd91d;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
    display: block;
}
.interactive #content1,
.interactive #content2,
.interactive #content3 {
	width: 75%;
	height: 80vh;
	margin: 10px auto 170px;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.interactive #content2 a.cta,
.interactive #content3 a.cta {
	display: block;
	position: absolute;
	bottom: -130px;
	left: 50%;
	margin: 0 0 0 -144px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	width: 285px;
	text-decoration: none;
}

.interactive #content2 a.cta .icon,
.interactive #content3 a.cta .icon{
	display: block;
	font-size: 30px;
	margin: 8px 0 0;
}

.interactive #content2 a.cta:hover,
.interactive #content3 a.cta:hover{
	color: #0bb5a4;
}

.interactive #content1 {
	background: url(images/middle-circle.gif) 50% 50% no-repeat;
	height: 645px;
	margin: 50px auto;
}

.interactive #content1 .top,
.interactive #content1 .right,
.interactive #content1 .bottom,
.interactive #content1 .left {
	position: absolute;
	width: 255px;
	height: 125px;
}

.interactive #content1 .top,
.interactive #content1 .bottom {
	left: 50%;
	margin: 0 0 0 -126px;
}
.interactive #content1 .right,
.interactive #content1 .left {
	top: 50%;
	margin: -67px 0 0 0;
}

.interactive #content1 .top {
	top: 0;
}
.interactive #content1 .bottom {
	bottom: 0;
}
.interactive #content1 .right {
	right: 0;
}
.interactive #content1 .left {
	left: 0;
}
.interactive #content1 h1 {
	font-weight: 300;
}
.interactive #content1 p {
	font-weight: bold;
}
.interactive #content1 .icon {
	display: block;
	font-size: 30px;
	margin: 15px 0;
}

#owlcontent02.owl-carousel,
#owlcontent03.owl-carousel {
	display: block;
	height: 100%;
}

.tabbed_module .icon-rotate {
	width: 204px;
	height: 100px;
	position: absolute;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}
.tabbed_module .icon-rotate p.title {
	display: none;
}
.tabbed_module .icon-rotate h1 {
	font-weight: 300;
	font-size: 18px;
}
.tabbed_module .icon-rotate img {
	display: block;
	margin: 0 auto 5px;
	width: auto;
	height: auto;
}

.icon-rotate.icon01,
.icon-rotate.icon05 {
	left: 50%;
	margin: 0 0 0 -102px;
}
.icon-rotate.icon02,
.icon-rotate.icon08 {
	top: 0;
	margin: 125px 0 0 0;
}
.icon-rotate.icon03,
.icon-rotate.icon07 {
	top: 50%;
	margin: -50px 0 0 0;
}
.icon-rotate.icon04,
.icon-rotate.icon06 {
	top: 50%;
	margin: 155px 0 0 0;
}

.icon-rotate.icon01 {
	top: 20px;
}
.icon-rotate.icon02,
.icon-rotate.icon04 {
	right: 67px;
}
.icon-rotate.icon03 {
	right: 0;
}
.icon-rotate.icon05 {
	bottom: 0;
}
.icon-rotate.icon06,
.icon-rotate.icon08 {
	left: 67px;
}
.icon-rotate.icon07 {
	left: 0;
}

.hero-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -264px 0 0 -264px;
	height: 60%;
	width: auto;
	max-width: 528px;
	opacity: 0;
}
.hero-circle:first-child {
	display: block;
}

table.servicetable {
	margin: 45px 0;
}
table.servicetable:nth-child(odd) td,
table.servicetable:nth-child(odd) td h1 {
	text-align: left;
}
table.servicetable:nth-child(odd) td:first-child {
	width: 200px;
	padding-right: 40px;
}

table.servicetable:nth-child(even) td {
	text-align: right;
	width: 200px;
}
table.servicetable:nth-child(even) td h1 {
	text-align: right;
}
table.servicetable:nth-child(even) td:first-child {
	width: calc(100% - 200px);
}

table.col-3 {
	margin: 0 auto;
}

table.col-3 td {
	text-align: center;
	vertical-align: middle;
}

table.col-3 div{
	width: 385px;
}

.footer-wrap {
	position: relative;
}

.blog-post-wrap {
	background: #0bb5a4 url(images/bg-trans-footer-pattern.png);
	min-height: 320px;
	padding: 50px 0;
	position: relative;
	color: #fff;
}
.blog-post-wrap table {
	width: 780px;
	height: 100%;
	margin: 0 auto;
}
.blog-post-wrap table td {
	width: 33.3%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	position: relative;
	font-size: 17px;
}
.blog-post-wrap table td span{
	display: block;
	padding-top: 15px;
	font-size: 15px;
}

.blog-post-wrap .u-icon,
.blog-post-wrap .u-icon-yellow{
	content: "";
	display: inline-block;
	width: 92px;
	height: 120px;
	background: url(images/u-logo.svg) no-repeat 0 0;
	background-size: 92px 120px;
}
.blog-post-wrap .u-icon-yellow{
	background: url(images/u-logo-yellow.svg) no-repeat 0 0;
}

.footer-wrap a.orderbtn {
	position: absolute;
	top: 0;
	left: 50%;
	width: 400px;
	height: 75px;
	line-height: 75px;
	margin: -37px 0 0 -200px;
	z-index: 999;
	font-size: 22px;
	font-weight: 400;
	padding: 0;
}
.orderbtn .icon {
	color: #bcbcbc;
	font-size: 30px;
	padding-left: 5px;
	vertical-align: middle;
}
.footer-link-out {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	margin: 30px 0 0;
}
.footer-link-out .icon{
	display: block;
	font-size: 32px;
	margin: 8px 0 0;
}
.mega-footer-wrap {
	background: #000 url(images/bg-footer.jpg) no-repeat 50% 50%;
	background-size: 100% auto;
	min-height: 320px;
	padding: 30px 0;
}
.mega-footer-wrap ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mega-footer-wrap ul.menu li {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
.mega-footer-wrap ul.menu li a {
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
}
.mega-footer-wrap ul#menu-footer-menu li {
	display: block;
	padding: 0;
}
.mega-footer-wrap ul#menu-footer-menu li#menu-item-24,
.mega-footer-wrap ul#menu-footer-menu li#menu-item-25 {
	height: 210px;
}
.mega-footer-wrap ul#menu-footer-menu li a {
	color: #fcd91d;
}
.mega-footer-wrap ul#menu-footer-menu li a:hover {
	color: #fff;
}

.mega-footer-wrap ul#menu-footer-additional-menu li a {
	padding-bottom: 5px;
}
.mega-footer-wrap ul#menu-footer-additional-menu li a:hover {
	color: #fcd91d;
}

.copyright {
	text-align: center;
	color: #989898;
	line-height: 2em;
}
.copyright a {
	color: #989898;
	padding: 0 5px;
}

.tp-caption .icon-arrow-down {
	cursor: pointer;
}

.page404 ul,
.page404 ol {
	text-align: left;
}

.page404 ul a,
.page404 ol a {
	color: #00bfb2;
}

.page-id-112 .site-wrapper{
	background: #efefef url(images/bg-trans-footer-pattern.png);
	padding-bottom: 25px;
}
.page-id-112 .footer-wrap {
	margin-top: 0 !important;
}

/* Responsive Screens
------------------------------------------------------------ */

@media only screen and (min-width: 768px),
@media only screen and (min-width: 992px) {
	.container {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1100px) {
	.tp-caption h2 {
		font-size: 30px !important;
	}
	#content2, #content3 {
		width: 80%;
	}
}

@media only screen and (max-width: 1000px) {
	.tp-caption h2 {
		font-size: 24px !important;
	}
	#content2, #content3 {
		width: 90%;
	}
}

@media only screen and (max-width: 900px) {
	.tp-caption h2 {
		font-size: 22px !important;
	}
	#content2, #content3 {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	a.homelink {
		left: 0;
	}
	table.homeslider {
		height: auto;
	}
	table td#home-constraint,
	table td#home-subconstraint {
		width: 100%;
		height: 100vh;
		display: block;
		position: relative;
	}
	#menu-primary-menu {
		width: 100%;
	}
	#content1, #content2, #content3 {
		width: 100%;
	}
	.blog-post-wrap table {
		width: 100%;
	}
	#content1 .right, #content1 .left {
		width: 165px;
	}
	.tabbed_module .icon-rotate {
		width: 150px;
	}
	.tabbed_module .icon-rotate h1 {
		font-size: 18px;
	}
	.icon-rotate.icon01, .icon-rotate.icon05 {
		margin: 0 0 0 -75px;
	}
	.icon-rotate.icon06, .icon-rotate.icon08 {
		left: 40px;
	}
	.icon-rotate.icon02, .icon-rotate.icon04 {
		right: 40px;
	}
	.hero-circle {
		max-width: 450px;
		margin: -225px 0 0 -225px;
	}
	.interactive #content2, .interactive #content3 {
		height: 750px;
	}

	table.col-3 div {
		width: auto;
	}
	iframe {
		width: 100%;
	}
	.table_steps td {
		padding: 45px 25px;
	}
	.mega-footer-wrap {
		background-size: auto;
	}

}

@media only screen and (max-width: 650px) {
	html {
		overflow: hidden;
	}

	.wpcf7-submit {
		width: 85%;
		margin: 15px auto 0;
		display: block;
	}
	.narrow a {
		color: #000;
	}
	.tp-caption h1 {
		font-size: 30px !important;
	}
	.tp-caption h2 {
		font-size: 20px !important;
	}
	.tp-caption p {
		font-size: 16px !important;
		line-height: 1.3em !important;
	}
	.tp-caption .icon-arrow-right,
	.tp-caption .icon{
		font-size: 30px !important;
	}
	table td#home-subconstraint {
		height: auto;
	}
	table td.home-subsubconstraint {
		width: 100%;
		height: 51vh !important;
		display: block;
		position: relative;
	}
	table.servicetable td h1 {
		font-size: 17px;
		font-weight: 600;
	}
	table.servicetable td {
		width: 50% !important;
	}
	table.servicetable:nth-child(even) td {
		padding-left: 40px;
	}
	table.servicetable:nth-child(even) td:first-child{
		padding-left: 0;
	}
	#menu-primary-menu li {
		display: none;
	}
	#menu-primary-menu:before {
		content: "";
	}
	#mobile-menu {
		display: block;
		position: absolute;
		top: 8px;
		left: 80px;
		color: #fff;
		font-size: 30px;
		z-index: 99;
	}
	#content1, #content2, #content3 {
		height: auto;
		margin-bottom: 0px;
		padding-bottom: 0;
		background: none;
	}
	#content1 .owl-controls,
	#content2 .owl-controls,
	#content3 .owl-controls	{
		margin: 20px 0;
	}
	#content2 a.cta, #content3 a.cta {
		bottom: 20px;
	}
	.tabbed_module .icon-rotate h1 {
		width: 60%;
		margin: 0 auto;
	}
	.hide-xs,
	.hero-circle
	{
		display: none !important;
	}
	.tabbed_module .forceslider,
	.tabbed_module .icon-rotate {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		margin: 20px auto 0 !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	.tabbed_module .forceslider {
		margin-top: 0 !important;
	}
	.tabbed_module .icon-rotate p.title {
		display: block;
		width: 95%;
		margin: 10px auto 0;
	}
	table.col-3 td {
		display: block;
		width: 100%;
		vertical-align: middle;
	}
	table.col-3 td div {
		margin: 0 !important;
		padding: 30px 0 !important;
	}
	.table_pricing td {
		width: 100% !important;
		display: block;
	}
	.table_steps td {
		padding: 45px 10px;
		font-size: 19px;
		width: 100%;
		display: block;
	}
	#endorsement {
		width: 110px;
		top: 30px;
		right: 15px;
	}
	.narrow a.btn {
		width: 100% !important;
		font-size: 17px !important;
		padding: 20px 10px !important;
	}
	.narrow a.btn span.icon {
		font-size: 20px !important;
	}
	form {
		max-width: 100% !important;
	}
	.footer-wrap {
		margin-top: 0 !important;
	}
	.footer-wrap .u-icon-yellow {
		display: none;
	}
	.footer-wrap a.orderbtn {
		width: 100%;
		left: 0;
		margin: 0;
		position: relative;
		font-size: 18px;
	}
	.orderbtn .icon {
		font-size: 24px;
	}
	.blog-post-wrap {
		padding: 20px;
		height: auto;
	}
	.blog-post-wrap table td {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.mega-footer-wrap ul#menu-footer-menu li {
		width: 100%;
		float: none;
		height: auto !important;
	}
	.mega-footer-wrap .col-xs-8,
	.mega-footer-wrap .col-xs-4 {
		float: none;
		width: 100%;
	}
}

.page-id-133 .menu-wrap,
.page-id-133 .mega-footer-wrap .container {
	display: none;
}
.page-id-133 .mega-footer-wrap {
	min-height: 0;
	padding: 10px 0;
}
.fauxheader {
	width: 100%;
	background: #000;
	height: 50px;
	padding: 5px 0;
	text-align: center;
}
.fauxheader img {
	height: 100%;
}
.fauxhero {
	background: url(images/partner-bg.jpg) 0 0 repeat-x;
	text-align: center;
}
.fauxhero .container {
	padding: 10px 0 0;
}
.fauxhero .container #endorsed {
	position: absolute;
	top: 0;
	right: 0;
}

.enquire-box {
	width: 100%;
	max-width: 770px;
	background: #97a0a7;
	margin: 30px auto 50px; 
}
.enquire-box .head {
	display: block;
	background: #52616d;
	padding: 15px 0;
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-size: 35px;
}
.enquire-body {
	padding: 30px;
}

.enquire-body form {
	max-width: none;
	width: 100%;
}
.enquire-body form p {
	text-align: left;
	float: left;
	width: 50%;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	margin: 0 0 25px;
}
.enquire-body .wpcf7-submit {
	background: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    color: #000;
    font-weight: bold;
    margin: 0;
}