/*
Theme Name: The Consultancy
Author: The Consultancy
Description: Bespoke theme from The Consultancy
Version: 0.0.1
Tags: consultancy
*/


* {
	outline: none !important;
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: #000000;
	line-height: 1em;
	font-weight: 500;
	background: #ffffff;
	padding: 123px 0px 0px;
	margin: 0px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: 500;
	margin: 0px 0px 15px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0px 0px 15px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 500;
	margin: 0px 0px 15px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 300;
	margin: 0px 0px 15px;
}

.borderedtitle {
	margin-bottom: 25px;
}

.borderedtitle:after {
	width: 200px;
	height: 4px;
	display: block;
	content: '';
	margin-top: 20px;
	clear: both;
}

.centertxt .borderedtitle:after,
.centertxt.borderedtitle:after {
	margin: 20px auto 0px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.8em;
	margin: 0px 0px 15px;
}

ul, ol {
	padding-left: 20px;
	margin: 0px 0px 15px;
}

li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
}

li li {
	font-size: 1em;
}

table {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
	margin: 0px 0px 15px;
}

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

a {
	color: #a48b84;
	text-decoration: none;
	cursor: pointer !important;
}

a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.vc_btn3-container {
	padding-top: 10px;
	margin: 0px;
}

a.linkbtn {
	width: auto;
	max-width: 100%;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	background: #ffffff;
	padding: 0px 30px 0px 40px;
	border: 2px solid;
	border-radius: 50px;
	cursor: pointer;
}

a.linkbtn:after {
	width: auto;
	float: right;
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	font-weight: 400;
	line-height: 50px;
	margin-left: 10px;
}

a.linkbtn:hover {
	color: #ffffff !important;
	text-decoration: none;
}

.primarybg a.linkbtn:hover {
	border-color: #ffffff !important
}

strong {
	font-weight: 600;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.contentspace {
	padding: 110px 0px;
}

.contentspacetop {
	padding-top: 110px;
}

.contentspacebot {
	padding-bottom: 110px;
}

.contentmargin {
	margin: 110px 0px;
}

.contentmargintop {
	margin-top: 110px;
}

.contentmarginbot {
	margin-bottom: 110px;
}

.showcase .img,
.showcase .txt {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.showcase .txt {
	padding: 25px 30px;
}

.showcase .txt a.linkbtn {
	margin-top: 10px;
}

.showcase .img img {
	display: block;
	margin: 0px auto;
}

.whitetxt, .whitetxt * {
	color: #ffffff !important;
}

.lgreybg {
	background-color: #f7f7f7 !important;
}

.lgreybgleft {
	background: url(/wp-content/uploads/lgreybg-img.jpg) left no-repeat;
	background-size: 50% 100%;
}

.lgreybgright {
	background: url(/wp-content/uploads/lgreybg-img.jpg) right no-repeat;
	background-size: 50% 100%;
}

.centertxt,
.centertxt * {
	text-align: center;
}

.righttxt,
.righttxt * {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none !important;
}

.contentbox {
	width: 100%;
	float: left;
	position: relative;
	background-position: center;
	background-size: cover;
}

.contentbox .contentbox {
	float: none;
	display: inline-block;
}

.popupoverlay {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	opacity: 0.58;
	background-color: #000000;
	z-index: 100;
}

.popupoverlay.open {
	width: 100%;
}

.lightboxcontainer {
	width: 100%;
	height: 100%;
	display: table;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	overflow: hidden;
}

.lightboxcontainer.open {
	width: 100%;
}

.lightboxcontainer .lightboxposition {
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.lightboxcontainer .lightboxposition .lightboxcenter {
	width: 90%;
	max-width: 912px;
	display: inline-block;
	position: relative;
	background: #ffffff;
}

.lightboxcontainer .closelightboxbtn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	border-radius: 50%;
	z-index: 110;
}

.lightboxcontainer .closelightboxbtn i {
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	vertical-align: top;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grecaptcha-badge {
	display: none !important;
}

.mobileonly {
	display: none !important;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.wrapper.restrict {
	max-width: 1000px;
}

.socialbox {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.socialbox a {
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	border-radius: 0px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

.socialbox a.twitter {
	/*background: #55acee;*/
}

.socialbox a.youtube {
	/*background: #b31217;*/
}

.socialbox a.facebook {
	/*background: #3b5998;*/
}

.socialbox a.instagram {
	/*background: #517fa4;*/
}

.socialbox a.google {
	/*background: #dc4e41;*/
}

.socialbox a.pinterest {
	/*background: #bd081c;*/
}

.socialbox a.linkedin {
	/*background: #0077b5;*/
}

.socialbox a:hover {
	color: #ffffff;
}

.socialbox a i {
	line-height: 50px;
}

.stickybox {
	width: 120px;
	display: inline-block;
	position: fixed;
	top: 245px;
	right: 0px;
	z-index: 10;
}

.stickybox a {
	width: 100%;
	min-height: 107px;
	display: inline-block;
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
	margin: 0px 0px 10px;
}

.stickybox a:hover {
	color: #ffffff;
}

.stickybox i {
	font-size: 30px;
	margin-bottom: 15px;
}

.fixedtop {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 10;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.fixedtop .headertop {
	width: 100%;
	float: left;
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #f2f2f2;
}

.headertop .headertopl {
	width: auto;
	float: left;
}

.headertop .headphone {
	width: auto;
	display: inline-block;
	font-weight: 600;
	padding: 0px 30px;
	vertical-align: middle;
}

.headertop .headphone i {
	margin-right: 5px;
}

.headertop .socialbox {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.headertop .socialbox a {
	width: auto;
	height: 40px;
	margin-right: 20px;
}

.headertop .socialbox a i {
	line-height: 40px;
}

.headertop .headertopr {
	width: auto;
	float: right;
	padding: 0px 30px;
}

.headertop .headertopr div {
	width: auto;
	display: inline-block;
}

.headertop .headertopr ul {
	width: auto;
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.headertop .headertopr ul li {
	width: auto;
	display: inline-block;
	font-weight: 600;
	line-height: 40px;
	margin-left: 15px;
}

.headertop .headertopr ul li a {
	width: auto;
	display: inline-block;
}

.fixedtop .header {
	width: 100%;
	float: left;
	position: relative;
	padding: 0px;
}

.header .logo {
	width: auto;
	float: left;
	text-align: center;
	padding: 15px 30px;
}

.header .logo a {
	width: auto;
	display: inline-block;
}

.header .logo img {
	height: 50px;
	display: block;
	margin: 0px auto;
}

.headerbtns {
	width: auto;
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.headerbtns a {
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
	margin-top: 13px;
}

.fixedtop .navigation {
	width: auto;
	float: right;
	position: relative;
	text-align: center;
	padding: 0px 10px;
}

.fixedtop .navigation .mobilenavbtn {
	width: 64px;
	height: 64px;
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.fixedtop .navigation .mobilenavbtn i {
	display: block;
	line-height: 64px;
}

.navigation > div {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.navigation div > ul {
	width: auto;
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation div > ul > li {
	width: auto;
	display: inline-block;
	position: relative;
	font-size: 1.1em;
	font-weight: 600;
	margin-right: -5px;
	vertical-align: middle;
}

.navigation div > ul > li.mobilelink {
	display: none;
}

.navigation div > ul > li > a {
	width: auto;
	display: inline-block;
	color: #000000;
	line-height: 82px;
	padding: 0px 20px;
}

.navigation div > ul > li.menu-item-has-children > a:after {
	width: auto;
	float: right;
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
	font-weight: 400;
	line-height: 82px;
	margin-left: 10px;
}

.navigation div > ul > li > ul {
	width: 300px;
	display: none;
	position: absolute;
	top: 82px;
	left: 50%;
	list-style: none;
	background: #ffffff;
	padding: 20px;
	border-top: 3px solid;
	margin: 0px 0px 0px -150px;
	z-index: 11;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navigation div > ul > li:hover > ul {
	display: inline-block;
}

.navigation div > ul > li.open > ul {
	display: inline-block !important;
}

.navigation div > ul > li > ul > li {
	width: 100%;
	display: inline-block;
	font-size: 0.8em;
	text-align: left;
	line-height: 30px;
}

.navigation div > ul > li > ul > li:first-child {
	border: 0px;
}

.navigation div > ul > li > ul > li > a {
	width: 100%;
	display: inline-block;
	color: #353535;
	background: #ffffff;
	padding: 10px 15px;
}

.navigation div > ul > li > ul > li:hover > a {
	color: #ffffff;
}

.navigation li.hiddenlink {
	display: none !important;
}

.footercta {
	padding: 35px 0px;
}

.footercta p {
	width: auto;
	display: inline-block;
	font-size: 40px;
	color: #ffffff;
	line-height: 54px;
	margin: 0px;
}

.footercta a.linkbtn {
	float: right;
}

.footercta .wrapper > div {
	width: auto;
	float: right;
}

.footercta form {
}

.footercta form > span {
	width: auto;
	display: inline-block;
	margin: 0px 0px 0px 15px;
}

.footercta form input[type="text"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 50px;
	padding: 0px 20px;
	border: 2px solid #ffffff;
}

.footercta form input[type="submit"] {
	width: auto;
	max-width: 100%;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	background: #ffffff;
	padding: 0px 30px;
	border: 2px solid;
	border-radius: 50px;
	cursor: pointer;
}

.footercta form input[type="submit"]:hover {
	color: #ffffff;
}























.footer {
	background: #222222;
	padding: 60px 0px 35px;
}

.footer .footerwidgets .footerwidget {
	width: auto;
	float: left;
	margin-right: 220px;
}

.footer .footerwidgets .footerwidget.footerwidget3 {
	float: right;
	text-align: right;
	margin: 0px;
}

.footer .footerwidgets .footerwidget h3 {
	font-size: 1em;
	margin: 0px;
}

.footer .footerwidgets .footerwidget ul {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 0px;
}

.footer .footerwidgets .footerwidget ul li {
	font-size: 0.9em;
	line-height: 2em;
}

.footer .footerwidgets .footerwidget ul li a {
	color: #ffffff;
}

.footer .footerwidgets .footerwidget p {
	font-size: 0.9em;
	color: #ffffff;
	margin: 15px 0px 0px;
}

.footer .copybox {
	margin-top: 65px;
}

.footer .copybox .copy {
	width: auto;
	float: left;
	font-size: 0.9em;
	color: #ffffff;
	line-height: 55px;
	margin: 0px;
}

.footer .socialbox {
	width: auto;
	float: right;
}

.footer .socialbox a {
	background: #ffffff;
	margin: 0px 0px 0px 15px;
}















.footerbot {
	background: #171717;
	padding: 35px 0px;
}

.footerbot .wrapper > div {
	width: auto;
	float: left;
}

.footerbot .wrapper > div ul {
	width: auto;
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footerbot .wrapper > div ul li {
	width: auto;
	display: inline-block;
	font-weight: 500;
	line-height: 56px;
	text-transform: uppercase;
	margin-right: 60px;
}

.footerbot .wrapper > div ul li a {
	color: #ffffff;
}

.footerbot p.designed {
	width: auto;
	float: right;
	color: #ffffff;
	font-weight: 500;
	margin: 0px;
}

.footerbot p.designed a {
	color: #ffffff;
}

.footerbot p.designed img {
	height: 56px;
	display: inline-block;
	padding: 5px 0px 5px 25px;
	border-left: 1px solid #ffffff;
	margin-left: 30px;
	vertical-align: middle;
}










.cookiebar {
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	line-height: 1.4em;
	background: #ffffff;
	padding: 15px 0px;
	border-top: 7px solid;
	z-index: 99999999999;
	box-sizing: border-box;
}

.cookiebar p {
	width: auto;
	float: left;
	font-size: 0.85em;
	margin: 0px !important;
}

.cookiebar p a {
	color: #9d8e87;
	font-weight: 600;
}

.cookiebar .links {
	width: auto;
	float: right;
}

.cookiebar .links a.cookieaccept {
	width: 175px;
	display: inline-block;
	color: #ffffff;
	line-height: 15px;
	text-align: center;
	padding: 15px 15px 15px 27px;
}

.cookiebar .links a.cookieaccept i {
	float: right;
	line-height: 15px;
}

.loopintro {
	padding-bottom: 50px;
}

.loopintro .wrapper {
	max-width: 900px;
}

.loopintro p {
	font-size: 1.1em;
	text-align: center;
	margin: 0px !important;
}

.blogcontainer {
}

.blogcontainer .blog-list {
	width: 66%;
	float: left;
}

.postlistbox {
	width: 100%;
	display: inline-block;
	padding: 45px;
	border: 1px solid #d0d0d0;
	margin-bottom: 35px;
}

.postlistbox h2 {
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}

.postlistbox p {
	margin: 0px !important;
}

.postlistbox p.by {
	font-size: 0.9em;
}

.postlistbox .excerpt {
	width: 100%;
	display: inline-block;
	font-size: 1.1em;
	margin: 45px 0px 0px;
}

.postlistbox .postimg {
	width: 100%;
	height: 360px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}

.postlistbox .postimg.noimg {
	background-size: auto;
}

.blogpagination {
	width: 100%;
	display: inline-block;
}

.blogpagination .past-page {
	width: auto;
	float: left;
}

.blogpagination .next-page {
	width: auto;
	float: right;
}

.blogsidebar {
	width: 31%;
	float: right;
}

.blogsidebar > div > div {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

.blogsidebar h3 {
	font-size: 1em;
	color: #171717;
	font-weight: 600 !important;
}

.blogsidebar ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 0px !important;
}

.blogsidebar ul li {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
}

.blogsidebar ul li a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	padding: 10px 15px;
	margin: 3px 0px;
}

.blogsidebar ul li a:hover {
	text-decoration: none;
	background: #2c2a2a;
}

.blogsidebar .socialbox a,
.blogsidebar .socialbox a:hover {
	color: #ffffff;
}

.blogbanner {
	height: 600px;
	background-color: #000000;
	background-position: center;
	background-size: cover;
}

.blogintro {
	padding: 50px 0px;
}

.blogintro .wrapper {
	max-width: 1000px;
}

.blogintro h1 {
	font-size: 1.2em;
	font-weight: 600 !important;
	text-transform: none;
	text-align: center !important;
	margin: 0px !important;
}

.blogintro p {
	font-size: 1.2em;
	text-align: center !important;
	margin: 0px !important;
}

.blog-post h1,
.blog-post h2,
.blog-post h3 {
	text-transform: none;
	text-align: left !important;
}

.blog-post h1:first-child,
.blog-post h2:first-child,
.blog-post h3:first-child {
	margin-top: 0px !important;
}

.blog-post h2:after,
.blog-post h3:after {
	display: none;
}

.blog-post .newscontent {
	padding: 0px 15px;
}

.blog-post .alignnone {
	display: block;
}

.blog-post .aligncenter {
	display: block;
	margin: 0px auto 15px;
}

.blog-post .alignleft {
	max-width: 50%;
	float: left;
	margin: 0px 15px 15px 0px;
}

.blog-post .alignright {
	max-width: 50%;
	float: right;
	margin: 0px 0px 15px 15px;
}

.blog-post .newscontent {
	width: 66%;
	float: left;
	padding: 45px;
	border: 1px solid #d0d0d0;
	margin-bottom: 35px;
}

.socialicons {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.contacttop {
	background: url(/wp-content/themes/consultancy/images/contactcontainer-bg.jpg) right no-repeat;
	background-size: 50% 100%;
}

.contacttop .contactdetails,
.contacttop .contactform  {
	padding: 75px 15px;
}

.contactdetails {
	width: 47%;
	float: left;
}

.contactdetails p {
	font-size: 1em;
}

.contactdetails p {
	font-size: 1em;
}

.contactdetails .socialbox a,
.contactdetails .socialbox a:hover {
	color: #ffffff;
}

.contactform {
	width: 47%;
	float: right;
}

.formbox {
	width: 100%;
	display: inline-block;
}

.formfields {
	width: 48%;
}

.formbox p {
	margin: 15px 0px 0px !important;
}

.formbox .input input,
.formbox .textarea textarea {
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

.formbox .textarea textarea {
	height: 130px;
}

body.contact-us .formbox .textarea textarea {
	height: 75px;
}

.formbox .select select {
	width: 100%;
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin-top: 2px;
	-webkit-appearance: none;
}

.formbox .select .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
}

.formbox .select .wpcf7-form-control-wrap:after {
	width: auto;
	position: absolute;
	top: 50%;
	right: 25px;
	font-family: "Font Awesome 5 Pro";
	content: '\f0dd';
	font-weight: 700;
	line-height: 20px;
	margin-top: -13px;
	z-index: 1;
}

.formbox .checkboxes,
.formbox .checkboxes .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
}

.formbox .checkboxes .wpcf7-checkbox {
	width: 100%;
	display: inline-block;
}

.formbox .checkboxes .wpcf7-checkbox .wpcf7-list-item {
	width: 33.33333333%;
	float: left;
	padding: 2px;
	margin: 0px;
	vertical-align: top;
}

.formbox .checkboxes .wpcf7-checkbox label {
	width: 100%;
	height: 62px;
	float: left;
	position: relative;
}

.formbox .checkboxes .wpcf7-checkbox label .wpcf7-list-item-label {
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #cccccc;
	z-index: 1;
}

.formbox .checkboxes .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label {
	color: #ffffff;
	background: #50555b;
}

form .privacy {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	padding-bottom: 25px !important;
}

form .privacy * {
	position: static;
}

form .privacy .wpcf7-list-item-label {
	display: none;
}

form .privacy .wpcf7-list-item {
	margin: 0px;
}

form .privacy span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.submitbox {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: 15px;
}

.submitbox input[type=submit] {
	width: 245px;
	max-width: 100%;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	padding: 0px 30px 0px;
	border: 0px;
	border-radius: 0px;
	cursor: pointer;
}

.submitbox input:hover {
	color: #ffffff;
	text-decoration: none;
}

.submitbox p.note {
	font-size: 0.8em;
	color: #4e4e4e;
	text-align: left;
	margin: 0px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 15px !important;
	font-style: italic;
}

div.wpcf7-response-output {
	font-size: 0.9em;
	color: #808080;
	text-align: center;
	padding: 10px !important;
	margin: 25px 0px 0px !important;
}

.wpcf7-form.sent .formbox,
.wpcf7-form.sent .submitbox {
	display: none;
}

.contactmap h2 {
	margin-bottom: 35px;
}

.contactmap iframe {
	width: 100% !important;
	height: 440px !important;
}

.quoteform form {
	width: 100%;
	display: inline-block;
}

.quoteform h4 {
	width: 100%;
	display: inline-block;
	font-size: 1.3em;
	padding-bottom: 15px;
	border-bottom: 1px solid #1b2d46;
	margin: 0px 0px 20px;
}

.quoteform p {
	width: 100%;
	float: left;
	margin: 0px 0px 4px !important;
}

.quoteform p.note {
	margin: 0px 0px 25px !important;
}

.quoteform p.textarea.address,
.quoteform p.textarea.notes {
	margin: 40px 0px 0px !important;
}

.quoteform .wpcf7 {
	width: 100%;
	display: inline-block;
	background: #efefef;
	padding: 50px 0px;
}

.quoteform .formbox {
	display: inline-block;
	padding: 0px 50px;
}

.quoteform .formbox.floatleft {
	width: 40%;
}

.quoteform .formbox.floatright {
	width: 60%;
}

.quoteform .formbox .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
}

.quoteform .formbox .wpcf7-checkbox,
.quoteform .formbox .wpcf7-radio {
	width: 100%;
	display: inline-block;
	margin-bottom: 35px;
}

.quoteform .formbox .wpcf7-checkbox .wpcf7-list-item,
.quoteform .formbox .wpcf7-radio .wpcf7-list-item {
	width: 50%;
	float: left;
	padding: 2px;
	margin: 0px;
	vertical-align: top;
}

.quoteform .formbox .wpcf7-checkbox label,
.quoteform .formbox .wpcf7-radio label {
	width: 100%;
	height: 35px;
	float: left;
	position: relative;
}

.quoteform .formbox .wpcf7-checkbox label .wpcf7-list-item-label,
.quoteform .formbox .wpcf7-radio label .wpcf7-list-item-label {
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.8em;
	line-height: 35px;
	background: #ffffff;
	padding: 0px 15px;
	z-index: 1;
}

.quoteform .formbox .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label,
.quoteform .formbox .wpcf7-radio label input[type="radio"]:checked + .wpcf7-list-item-label {
	color: #ffffff;
	background: #50555b;
}

.quoteform .formbox .input input,
.quoteform .formbox .textarea textarea {
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 0.9em;
	color: #919191;
	font-weight: 400;
	line-height: 1.8em;
	border: 0px;
}

.quoteform .formbox p.textarea.address textarea {
	height: 110px;
}

.quoteform .formbox p.textarea.notes textarea {
	height: 315px;
}

.quoteform .submitbox {
	margin-top: 35px;
}

.quoteform .submitbox > div {
	width: 50%;
	float: left;
	padding: 0px 50px;
}

.quoteform .submitbox .floatleft {
	text-align: left;
}

.quoteform .submitbox input[type="submit"] {
	width: 450px;
	max-width: 100%;
	color: #ffffff;
	background: #4aa9f0;
}

.quoteform .submitbox input[type="submit"]:hover {
	background: #1a318a;
}

.registerform .wrapper {
	max-width: 900px;
}

.registerform .formbox.floatright {
	width: 100%;
}

.ngg-galleryoverview {
	margin: 0px !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 25%;
	padding: 5px;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	padding: 30px;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
	position: relative;
	margin: 0px !important;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a:before {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	background: rgba(255, 255, 255, .8);
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a:hover:before {
	opacity: 0.7;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a:after {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome 5 Pro";
	content: '\f067';
	font-size: 21px;
	color: #ffffff;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	margin: -16px 0px 0px -16px;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s ease;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a:hover:after {
	opacity: 1;
}

.ngg-navigation {
	width: 100% !important;
	display: inline-block !important;
	text-align: right !important;
	border-top: 1px solid #e2e2e2 !important;
	padding: 0px !important;
	margin-top: 25px !important;
}

.ngg-galleryoverview .ngg-navigation span,
.ngg-galleryoverview .ngg-navigation a {
	width: auto;
	height: auto;
	display: inline-block !important;
	color: #999999 !important;
	line-height: 46px;
	font-weight: 400 !important;
	background: none !important;
	padding: 0px 10px !important;
	border: 0px !important;
	border-radius: 0px !important;
	margin: 0px !important;
}

.ngg-galleryoverview .ngg-navigation span {
	font-weight: 600 !important;
}

.ngg-galleryoverview .ngg-navigation a {
	background: #ffffff !important;
}

body .ngg-navigation a.page-numbers:hover,
body .ngg-navigation span.page-numbers:hover {
	color: #999999 !important;
}

.ngg-galleryoverview .ngg-navigation a.next,
.ngg-galleryoverview .ngg-navigation a.prev {
	display: none !important;
}

.contactbanner {
	padding: 275px 0px 85px;
	margin: 0px !important;
}

.contactbanner p {
	width: 600px;
	max-width: 100%;
	display: inline-block;
	margin: 25px 0px 0px;
}

.contactbanner a.linkbtn {
	margin: 50px 0px 0px;
}

.privacycontent .wrapper {
	max-width: 900px;
}

.privacycontent h2 {
	font-size: 2em;
	font-weight: 400;
}

.privacycontent table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.privacycontent table td {
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
}

.privacycontent table p {
	margin: 0px;
}

.sitemapcontent .wrapper {
	max-width: 900px;
}

.sitemapcontent .sitemapbox {
	width: 47%;
}

.homebanner {
	text-align: center;
	background-position: center;
	background-size: cover;
	padding: 155px 0px;
	margin-bottom: 0px;
}

.homebanner .txt {
	width: 800px;
	max-width: 100%;
	display: inline-block;
	background: rgba(255, 255, 255, .5);
	padding: 40px 15px;
}

.homebanner img {
	width: 300px;
}

.homebanner h1 {
	margin: 25px 0px 0px;
}

.homeactions {
	text-align: center;
	padding: 50px;
}

.homeactions > div {
	width: 33.3333333%;
	display: inline-block;
	vertical-align: top;
	padding: 50px;
	margin-right: -4px;
}

.homeactions > div > a {
	width: 100%;
	display: inline-block;
	background-position: center;
	background-size: cover;
	padding: 100px 0px 70px;
}

.homeactions > div > a:hover {
	opacity: 0.8;
}

.homeactions h2 {
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 0px 100px;
}

.homeactions span {
	width: 240px;
	max-width: 100%;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	padding: 0px 15px 10px;
	border: solid #ffffff;
	border-width: 0px 3px 3px;
}






.blogsidebar .homeactions {
	padding: 0px;
}

.blogsidebar .homeactions > div {
	width: 100%;
	padding: 0px 0px 20px;
}

.blogsidebar .homeactions > div:last-child {
	padding: 0px;
}

.blogsidebar .homeactions > div > a {
	padding: 50px 0px;
}

.blogsidebar .homeactions h2 {
	margin-bottom: 50px;
}

.blogsidebar .homeactions {
}

.blogsidebar .homeactions {
}

.blogsidebar .homeactions {
}







.homeabout {
	padding: 155px 0px;
}

.homeabout img {
	width: 450px;
}

.homeabout h2 {
	width: 700px;
	max-width: 100%;
	display: inline-block;
	margin: 45px 0px 0px;
}

.homeabout p {
	margin: 30px 0px 0px;
}

.homereviews .wrapper {
	display: flex;
	flex-wrap: wrap;
}

.homereviews h2 {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 50px;
}






.homereviews .wrapper > div {
	width: 33.333333%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 30px;
	margin-right: -4px;
}

.homereviews .wrapper > div > div {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	padding: 30px;
}

.homereviews .wrapper > div > div:before {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 50%;
	font-family: "Font Awesome 5 Pro";
	content: '\f10e';
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	background: #f7f7f7;
	border: 2px solid #000000;
	border-radius: 50%;
	margin-left: -16px;
	z-index: 1;
}

.homereviews .wrapper > div > div p {
	font-size: 0.9em;
}













.homereviews .reviewbox {
	width: 100%;
	display: inline-block;
}

.homereviews p.customerdetails {
	margin: 15px 0px 0px;
}

.homereviews p.customerdetails strong {
	width: 100%;
	display: inline-block;
}

.homeguarantee {
	position: relative;
	padding: 100px 0px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.homeguarantee .img {
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.homeguarantee .txt {
	width: 50%;
	float: right;
	padding: 0px 40px;
}

.homeguarantee .txt h2 {
	margin: 0px;
}

.homeguarantee .txt p {
	margin: 15px 0px 0px;
}

.homeguarantee .txt p.note {
	font-size: 0.8em;
}

.homeguarantee .txt a.linkbtn {
	margin-top: 40px;
}

.homeguarantee.rightimg .img {
	left: auto;
	right: 0px;
}

.homeguarantee.rightimg .txt {
	float: left;
}

.homenews {
	padding: 80px 0px;
}

.homenews .post {
	width: 33.33333333%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 30px;
	margin-right: -4px;
}

.homenews .post a {
	width: 100%;
	display: inline-block;
}

.homenews .post .img {
	width: 100%;
	height: 200px;
	display: inline-block;
	position: relative;
	background-color: #cccccc;
	background-position: center;
	background-size: cover;
}

.homenews .post .img:before {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}

.homenews .post:hover .img:before {
	opacity: 0.7;
}

.homenews .post .img:after {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome 5 Pro";
	content: '\f067';
	font-size: 21px;
	color: #ffffff;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: -16px 0px 0px -16px;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s ease;
}

.homenews .post:hover .img:after {
	opacity: 1;
}

.homenews .post .txt {
	width: 100%;
	display: inline-block;
	padding: 15px;
}

.homenews .post .txt h4 {
	margin: 0px 0px 10px;
}

.homenews .post .txt p {
	font-size: 0.9em;
	color: #666666;
	margin: 0px;
}

.homenews .allnews {
	margin-top: 35px;
}

.tabs {
	width: 100%;
	float: left;
}

.tabs .ui-tabs-nav {
	width: 100%;
	float: left;
	list-style: none;
	text-align: center;
	padding: 0px;
}

.tabs .ui-tabs-nav li {
	width: auto;
	display:inline-block;
	padding: 0px 20px;
}

.tabs .ui-tabs-nav li a {
	width: auto;
	max-width: 100%;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	background: #ffffff;
	padding: 0px 30px;
	border: 2px solid;
	border-radius: 50px;
	cursor: pointer;
}

.tabs .ui-tabs-nav li.ui-tabs-active a  {
	color: #ffffff;
}

.tabs .ui-tabs-panel {
	width: 100%;
	float: left;
}

.innerbanner {
	text-align: center;
	background-color: #171717;
	padding: 25px 0px;
}

.innerbanner .wrapper * {
	color: #ffffff;
	margin: 0px;
}

.innerbanner .wrapper > div {
	width: 100%;
	max-width: 100%;
	height: 350px;
	display: table;
}

.innerbanner .wrapper > div > div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.innerbanner .wrapper > div > div > div {
	width: 800px;
	max-width: 100%;
	display: inline-block;
	background: rgba(239, 65, 35, .5);
	padding: 40px 15px;
}

.faqcontent .wrapper {
	max-width: 900px;
}

.faqcontent .faqbox {
	width: 100%;
	display: inline-block;
	background-color: #f4f4f4;
	border: 1px solid #d9d9d9;
	margin-top: 30px;
}

.faqcontent .faqbox p.q {
	width: 100%;
	display: inline-block;
	color: #666666;
	padding: 20px 40px 20px 20px;
	margin: 0px;
	cursor: pointer;
}

.faqcontent .faqbox p.q:after {
	float: right;
	font-family: "Font Awesome 5 Pro";
	content: '\f055';
}

.faqcontent .faqbox.active p.q:after {
	content: '\f056';
}

.faqcontent .faqbox > div {
	width: 100%;
	display: none;
	padding: 20px;
	background: #ffffff;
	border-top: 1px solid #d9d9d9;
}

.faqcontent .faqbox > div p {
	font-size: 0.9em;
}

.reviewsbox .wrapper {
	max-width: 900px;
}

.reviewsbox .review {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 25px;
	border: 1px solid #d7d7d7;
	margin: 25px 0px;
}

.reviewsbox .review h3 {
	margin: 0px;
}

.reviewsbox .review p.details {
	font-size: 0.9em;
	font-style: italic;
	margin: 5px 0px 0px;
}

.reviewsbox .review p.stars {
	margin: 10px 0px 0px;
}

.reviewsbox .review .details {
	width: 100%;
	display: inline-block;
}

.reviewsbox .review .details p {
	margin: 15px 0px 0px;
}

.sl-overlay {
	background: #000000 !important;
	opacity: 0.8 !important;
}

.sl-wrapper .sl-counter,
.sl-wrapper .sl-counter *,
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next {
	color: #ffffff !important;
}

.sl-wrapper .sl-image .sl-caption {
	display: none !important;
}

.gallerycontent .note {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin: 25px 0px 0px;
}

.productintro .wrapper {
	max-width: 900px;
}

.productcta {
	padding: 40px 0px;
}

.productcta .txt {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.productcta .txt p {
	font-size: 1.4em;
	margin: 0px;
}

.productcta .btn {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-right: -4px;
}

.productabout .productabout2 {
	margin-bottom: 50px;
}

.productabout .prodfeatureimg {
}

.producttabs {
	border: 1px solid #d9d9d9;
}

.producttabs .ui-tabs-nav {
	background: #f4f4f4;
	border-bottom: 1px solid #d9d9d9;
	margin: 0px;
}

.tabs.producttabs .ui-tabs-nav li {
	width: 16.6666666666666%;
	float: left;
	padding: 0px;
	border-right: 1px solid #d9d9d9;
}

.producttabs .ui-tabs-nav li:last-child {
	border: 0px;
}

.producttabs .ui-tabs-nav li a {
	width: 100%;
	font-size: 0.9em;
	color: #666666;
	background: none !important;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}

.producttabs .ui-tabs-nav li.ui-tabs-active a {
	color: #333333;
	background: #ffffff !important;
}

.producttabs .ui-tabs-panel {
	padding: 25px;
}

.productconfigurations .wrapper > div {
	width: 50%;
	display: inline-block;
	padding: 20px 30px;
	margin-right: -4px;
	vertical-align: top;
}

.productreviews .wrapper > div {
	width: 33.3333333333%;
	display: inline-block;
	padding: 30px 30px 0px;
	margin-right: -4px;
	vertical-align: top;
}

.productreviews .img {
	width: 100%;
	height: 200px;
	display: inline-block;
	background-color: #cccccc;
	background-position: center;
	background-size: cover;
}

.productreviews p {
	margin: 30px 0px 0px;
}

.productreviews .wrapper > div .primaryborder {
	width: 100%;
	display: inline-block;
	padding-left: 20px;
	border-left: 3px solid;
	margin-top: 30px;
}

.productreviews .wrapper > div .primaryborder p {
	font-size: 0.9em;
	margin: 0px;
}

.productfeatureboxes .wrapper > div {
	width: 33.333333333%;
	display: inline-block;
	padding: 0px 20px;
	margin-right: -4px;
	vertical-align: top;
}

.productfeatureboxes .icon {
	width: 100%;
	display: inline-block;
	font-size: 96px;
}

.productfeatureboxes h4 {
	margin: 30px 0px 10px;
}

.productfeatureboxes p {
	font-size: 0.9em;
}

.featuresataglance .wrapper > div {
	width: 40%;
	display: inline-block;
	padding: 40px 30px 0px;
	margin-right: -4px;
	vertical-align: top;
}

.featuresataglance h3 {
	margin: 0px;
}

.featuresataglance img {
	margin: 40px 0px;
}

.featuresataglance p {
	line-height: 2.2em;
	margin: 0px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featuresvideo .wrapper {
	max-width: 1000px;
}

.featuresvideo .videoWrapper {
	background: #000000;
	cursor: pointer;
}

.featuresvideo .videoWrapper .overlay {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	background: url(/wp-content/uploads/features-video.jpg) center;
	background-size: cover;
	z-index: 2;
	opacity: 1;
	transition: all 0.5s ease;
}

.featuresvideo .videoWrapper .overlay:hover {
	opacity: 0.8;
}

.featuresvideo .videoWrapper .overlay:after {
	width: 90px;
	height: 90px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome 5 Pro";
	content: '\f04b';
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 84px;
	text-align: center;
	padding-left: 8px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	margin: -45px 0px 0px -45px;
	z-index: 3;
	box-sizing: border-box;
}

.featuresvideo .videoWrapper iframe {
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease;
}

.featuresvideo .videoWrapper.active .overlay,
.featuresvideo .videoWrapper.active .overlay:after {
	opacity: 0;
}

.featuresvideo .videoWrapper.active iframe {
	opacity: 1;
}

.featuresproducts {
	padding: 80px 0px;
}

.featuresproducts .wrapper > div {
	width: 33.333333%;
	display: inline-block;
	padding: 30px 25px 0px;
	margin-right: -4px;
	vertical-align: top;
}

.featuresproducts p {
	width: 100%;
	min-height: 127px;
	display: inline-block;
	font-size: 0.9em;
}

.featuresproducts p strong {
	font-size: 1.3em;
}

.aboutbenefits .wrapper > div {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.aboutbenefits i {
	font-size: 95px;
	color: #7c8d9b;
}

.aboutbenefits p {
	font-size: 1.1em;
	margin: 15px 0px 0px;
}








.showroomhq {
}

.showroomhq .txt {
	width: 50%;
	display: inline-block;
	padding: 0px 30px;
	margin-right: -4px;
	vertical-align: middle;
}

.showroomhq .img {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.showroomhq .img iframe {
	width: 100% !important;
	height: 400px !important;
}

.showroomcontact {
	text-align: center;
}

.showroomcontact .wrapper > div {
	width: 50%;
	display: inline-block;
	text-align: left;
	padding: 30px 30px 0px;
	margin-right: -4px;
	vertical-align: top;
}

.showroomtestimonials {
	padding: 150px 0px;
}

#wpsl-wrap {
	margin: 0px !important;
}

.wpsl-search {
	text-align: center;
	padding: 35px 0px !important;
	margin: 0px !important;
}

.wpsl-search #wpsl-search-wrap {
	width: 1200px !important;
	max-width: 100% !important;
	display: inline-block !important;
	float: none !important;
}

.wpsl-search #wpsl-search-wrap form {
	width: 100%;
	position: relative;
	display: inline-block;
}

.wpsl-search #wpsl-search-wrap .wpsl-input {
	width: 100%;
	display: inline-block;
	position: relative !important;
	padding-right: 150px;
	margin: 0px !important;
}

.wpsl-search #wpsl-search-wrap .wpsl-input > div {
	width: auto;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.wpsl-search #wpsl-search-wrap .wpsl-input > div label {
	width: auto;
	display: inline-block;
	font-size: 40px;
	color: #ffffff;
	line-height: 54px;
	margin: 0px;
}

.wpsl-search #wpsl-search-wrap .wpsl-input #wpsl-search-input {
	float: right;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 50px !important;
	text-align: left !important;
	padding: 0px 20px !important;
	border: 2px solid #ffffff !important;
	border-radius: 0px !important;
}

#wpsl-search-btn {
	width: auto !important;
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 100% !important;
	display: inline-block !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 50px !important;
	text-align: center !important;
	background: #ffffff !important;
	padding: 0px 30px !important;
	border: 2px solid !important;
	border-radius: 50px !important;
	cursor: pointer !important;
	margin: 0px !important;
	z-index: 1;
}

#wpsl-search-btn:hover {
	color: #ffffff !important;
}

.wpsl-store-location p {
	font-size: 0.9em;
}

.brochureform .wrapper {
	max-width: 600px;
}

.brochureboxes {
	margin-top: 30px;
}

.brochureboxes > div {
	width: 300px;
	display: inline-block;
	padding: 19px;
	margin-right: -4px;
	vertical-align: top;
}

.brochureboxes > div a {
	width: 100%;
	display: inline-block;
	padding: 10px;
	border: 1px solid #f2f2f2;
}

.brochureboxes > div a img {
	margin-bottom: 10px;
}

.showroomshowcase {
	text-align: center;
}

.showroomshowcase .txt {
	text-align: left;
}

.showroomshowcase .img iframe {
	width: 100% !important;
	height: 550px !important;
}

.showroomshowcase .img img {
	width: 100%;
}

.advicelinks .wrapper > div {
	width: 50%;
	display: inline-block;
	padding: 0px 20px;
	margin-right: -4px;
	vertical-align: top;
}

.advicelinks .wrapper > div > div {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #f2f2f2;
}

.advicelinks h2 {
}

.advicelinks a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	line-height: 60px;
	margin-top: 10px;
}

.advicelinks a:hover {
	color: #ffffff;
	background: #333333 !important;
}









