/* ---------------- OVERRIDES -------------------- */

body, html {
	margin:0;
	/*background-color:#313131;*/
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	position: relative;
}

.clear {
	clear:both;
}

a {
	text-decoration: none;
	color: inherit;
}

a img {
	border:none;
}

.box-sizing {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.maximage {
	max-width:100%;
}

/* ---------------- MAIN TITLES -------------------- */

.mobility_logo {
	margin:0;
	text-align: center;
	padding:15px 0 15px 0;
}

.mobility_logo a {
  width: 100%;
  height: 100%;
  max-width: 60%;
  display: inline-block;
}
.mobility_logo a img {
	max-width: 100% !important;
}

.footer_outer h3 {
	color:#0079C2;
	text-transform: uppercase;
}

h1.reverth1 {
	margin:0;
	padding:16px 0;
}

/* ---------------- BLOCKS -------------------- */

.header_outer {
	height:110px;
	background-color:#1e1e1e;
	padding:0 20px;
}

.nav_outer {
	height:80px;
	background-color:#72c267;
}

.whhe_outer {
	background-color:#e0e0e0;
}

.whhe_left {
	padding: 20px;
}

footer, .footer_colour {
	background-color: #313131 !important;
}

.footer_outer {
	padding:20px;
}

.email_outer {
	background-color:#0079c2;
	padding:20px 0;
	text-align: center;
}

/* Footer links */

ul.footer_links {
	color:#ffffff;
	list-style-type: none;
	padding:0;
	margin:20px 0;
	font-size:11px;
}

ul.footer_links li {
	padding-bottom:6px;
	color:#cccccc;
}

ul.footer_links a {
	color:#cccccc;
}

.legals {
	text-align:left;
	font-size:11px;
	color:#cccccc;
	font-style: italic;
	margin-left: 0 !important;
}

.header_roundels {
	height:100%;
}

.search {
	width:65%;
	height:110px;
	float:left;
	padding:20px;
	background:url('/assets/images/main/call_small.gif');
	background-repeat: no-repeat;
}

.coverage {
	/*background:url('/assets/images/main/roundels_small.png');*/
	background-repeat: no-repeat;
	width:35%;
	height:110px;
	float:left;
}

/* Search */

.search form {
	height:25px;
	margin-top:40px;
}

.search form input[type="text"] {font-family: 'Oxygen', sans-serif;vertical-align:middle; font-weight:normal;padding:0 5px; font-size: 11px;height:25px !important;width:100%; border:0px solid #fff;}

.search_input {
	width:100%;
}

.search_button {
	width:25px;
	height:25px;
}

.content {
	background-color:#ffffff;
}



/* Home news */

/* TEST */

.red {
	background-color:red;
}

.green {
	background-color:green;
}

/*------------------------------------------ Pagination -------------------------------------------------*/

.pagination {
	text-align: center;
	margin:0;
	padding-bottom:30px;
	padding-top:30px;
	clear:both;
	height:30px;
}

.pagcurrent {
	display:inline-block;
	zoom: 1;
	*display: inline; /* IE 7 hack */
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	background: url(/assets/images/main/current.png);
	font-size:13px;
	margin:0 2px;
}

.pagnumber {
	display:inline-block;
	zoom: 1;
	*display: inline; /* IE 7 hack */
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	background: url(/assets/images/main/other.png);
	font-size:13px;
	margin:0 2px;
}

.pagarrow {
	display:inline-block;
	zoom: 1;
	*display: inline; /* IE 7 hack */
	width:20px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:13px;
}

.pagcurrent, .pagnumber {
	color:#ffffff;
}

.pagcurrent a, .pagnumber a {
	display:block;
	color:#ffffff;
}


/*------------------------------------------ Nav-------------------------------------------------*/

ul.nav li {
	display:block;
	background-color:#efefef;
	margin-bottom:1px;
	padding:5px 10px;
}

.normalnav {
	display:none;
}

.small_link {
	font-size:13px;
}

.subnav a {
	padding-left:10px;
}

/* Basic Styles */

	.desktopenabled {
		display:none;
	}

	nav {
		height: auto;
		width: 100%;
		background: #333333;
		font-size: 11pt;
		font-weight: bold;
		position: relative;
		border-bottom: 0;
	}
	nav ul {
		padding: 0;
		margin: 0 auto;
		height: 40px;
		width: 100%;
  		display: none;
  		height: auto;
	}
	nav li {
		display: block;
		width: 100%;
  		float: none;
  		position: relative;
	}
	nav a {
		color: #fff;
		display: inline-block;
		text-align: left;;
		text-decoration: none;
		line-height: 40px;
		width: 100%;
		text-indent: 20px;
		text-shadow: 1px 1px 0px #000000;
	}
	nav li a {
		border-right: 1px solid #666666;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		border-bottom: 1px solid #666666;
	}
	nav li:last-child a {
		border-right: 0;
	}
	nav a:hover, nav a:active {
		background-color: #000000;
	}

  	nav li a {
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
	}

	nav a#pull {
		display: block;

		width: 100%;
		position: relative;
		background: url('/assets/images/main/nav-icon.png') no-repeat;
		background-color: #72c267;
		background-position:right center;
	}
	nav a#pull:after {
		content:"";
		width: 30px;
		height: 30px;
		display: none;
		position: absolute;
		right: 15px;
		top: 10px;
	}

/*------------------------------------------ Mobile nav menu -------------------------------------------------*/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* ---------------- SECTIONS -------------------- */

/* EMAIL SIGNUP */

.es_text {
	display:block;
	font-size:14px;
	padding-bottom:10px;
	font-weight:700;
	color:#ffffff;
}

#email_sign_up input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

#email_sign_up input {vertical-align:middle; font-weight:normal; font-size: 16px; }
#email_sign_up input[type="text"] {width:110px; padding:8px 87px 8px 8px; border:0px solid #fff; border-radius: 5px 0px 0px 5px;}
#email_sign_up input[type="submit"] {width:80px; margin-left:0px; padding:8px; border:none; color:#333; background: #ccc; cursor:pointer;border-radius:0px 5px 5px 0px;}
#email_sign_up input[type="submit"]::-moz-focus-inner {border:0;}
#email_sign_up input[type="submit"]:focus {background:#333;}


/* WHY mobility */

.whhe_outer h2 {
	margin:0;
	color:#666666;
	font-size:20px;
}

.whhe_outer p {
	color:#666666;
	font-size:13px;
}

.whhe_outer p {
	line-height:21px;
}

/*------------------------------------------ Homepage -------------------------------------------------*/

.content_home {
	background:url('/assets/images/main/home_back.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}

.home_info {
	padding:20px;
	background-color:#0079C2;
	color:#ffffff;
	margin:0;
}

.home_info h1 {
	margin:0 0 20px 0;
	font-size:21px;
}

.home_news {
	padding:20px;
	background-color:#ed30a0;
	margin:0;
	color:#ffffff;
}

/* Wordpress on homepage */

.homenews .row {
	margin-top:20px;
}

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

/* SLIDER */

/* Home slider */

.flex-direction-nav {
	display:none;
}

.home_slider {
	height:450px;
}

ul.slides {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.slides li {
	text-align: center;
}

ul.slides li img {
	max-width:100%;
}

ul.flex-direction-nav {
	padding:0;
	margin:0;
	list-style-type: none;
}

/* HOME MPUs */

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

.home_mpu img {
	width:100%;
	display:block;
}


/*------------------------------------------ Side bar -------------------------------------------------*/

.secondary {
	margin-top:20px;
}

.side_news {
	background-color:#efefef;
	position:relative;
}

.new_news {
	display:none;
}

.side_news_image {
	width:100%;
	display:block;
	margin-bottom:10px;
}

.side_news h3 {
	margin:0;
	padding:10px 30px 10px 10px ;
	font-size:16px;
}

.side_teaser {
	padding:0 10px 10px 10px;
	font-size:13px;
}

/*------------------------------------------ News -------------------------------------------------*/

.news_wrapper {
	background-color:#ed30a0;
}

.news_wrapper h2 {
	margin:0;
	padding:10px 10px 0 10px;
	color:#ffffff;
}

.news_wrapper h2 a {
	color:#ffffff;
}

.content_news .row {
	padding-top:0px;
}

.news_image img {
	width:100%;
	display:block;
}

.news_article_date {
	padding:0 10px;
	font-size:11px;
	font-weight:700;
	color:#ffffff;

}

.news_article_teaser {
	padding:10px;
	color:#ffffff;
}

.news_detail_date {
	color:#666666;
	margin:0 0 16px 0;
	padding:0 20px;
}

.news_detail_image {
	margin:0 0 16px 0;
}

.news_detail_image img {
	max-width:100%;
	width:100%;
}

h1.news_detail_h1 {
	padding:16px 20px 3px 20px;
}

.news_detail_content {
	padding:0 20px;
}

.news_detail_content a {
	color: #0079C2 !important;
}

.news_detail_content img {
	max-width: 100%;
}

/*.news_detail_content p:first-child:first-letter {
	float:left;
	margin-top:7px;
	margin-right:5px;
	font-size:180%;
	background-color:#efefef;
	padding:20px;
	font-weight:700;
}*/

/* TWITTER */

.tweets {
	position:relative;
	padding:10px;
	background-color: #c2e1f4;
}

ul.c_tweets {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.c_tweets li.c_tweet {
	font-size:12px;
}

.c_tweet_date a {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-weight:700;
	color:#0079c2;
}

/* LEFT LINKS */

ul.links {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.links li {
	border-top:1px solid #ffffff;
	height:80px;
}

ul.links .l_left {
	float:left;
	clear:both;
	width:30%;
	height:80px;
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;
}

ul.links .l_right {
	float:right;
	width:70%;
	height:80px;
	background-color: #efefef;
	line-height:80px;
	padding:0 10px;
	color:#72c267;
	font-weight:700;
}

ul.links .l_right:hover {
	background-color:#72c267;
	color:#ffffff;
}


/* OTHER STYLES */

* {
	font-family: 'Oxygen', sans-serif;
}

a {
	color:inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	color:#0079C2;
	font-family: 'Oxygen', sans-serif;
}

h1 {
	font-size: 2em;
	font-weight:700;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

.grid {
}

.row {

}

.upper:first-letter {
    text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.mobileenabled {
	display:block
}

.desktopenabled {
	display:none;
}

/*------------------------------------------ Nav-------------------------------------------------*/

ul.nav li {
	display:block;
	background-color:#efefef;
	margin-bottom:1px;
	padding:5px 10px;
}

.normalnav {
	display:none;
}

.small_link {
	font-size:13px;
}

.subnav a {
	padding-left:10px;
}

/*------------------------------------------ Mobile nav menu -------------------------------------------------*/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/*------------------------------------------ main blocks -------------------------------------------------*/

.maincontent {
	margin:10px;
	padding-bottom: 10px;
}

.maincontent img { max-width: 100%; }
.maincontent a { color: #0079c2; }

.footerouter {
	background-color:#333333;
	color:#ffffff;
	padding:20px 10px;
	font-size:13px;
}

.theright {
	border-top:3px solid #cccccc;
	background-color:#efefef;
}

/*------------------------------------------ Email signup-------------------------------------------------*/

.emailsignup {
	background-color:#11BAD3;
	padding:20px 0;
	text-align: center;
}

.es_text {
	display:block;
	font-size:14px;
	padding-bottom:10px;
	font-weight:700;
	color:#ffffff;
}

#email_sign_up input {vertical-align:middle; font-weight:normal; font-size: 16px; }
#email_sign_up input[type="text"] {width:110px; padding:8px 87px 8px 8px; border:0px solid #fff; border-radius: 5px 0px 0px 5px;}
#email_sign_up input[type="submit"] {width:80px; margin-left:0px; padding:8px; border:none; color:#333; background: #ccc; cursor:pointer;border-radius:0px 5px 5px 0px;}
#email_sign_up input[type="submit"]::-moz-focus-inner {border:0;}
#email_sign_up input[type="submit"]:focus {background:#333;}

/*------------------------------------------ Section landing pages-------------------------------------------------*/

.header_image {
	background-color:#efefef;
	height:200px;
	position:relative;
	overflow:hidden;
}

.header_image_inner {
	position:relative;
}

h1.sec_land_h1 {
	position:absolute;
	bottom:0;
	margin:0;
	background-color:#ffffff;
	width:auto;
	padding:10px;
	font-size:18px;
}

.header_image img {
	margin:auto 0;
}

ul.sec_land_sub_cat_ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.sec_land_sub_cat_ul li {
	background: url('../../../assets/skin/icons/view_pink.png') no-repeat;
	background-position:right center;
}

ul.sec_land_sub_cat_ul li a {
	display:block;
	border-top:1px solid #cccccc;
}

ul.sec_land_sub_cat_ul li h2 {
	margin-top:5px;
	text-align:center;
}

.sec_land_prod_image img {
	max-width: 70%;
}

.featured_outer {
	padding:10px 0 20px 0;
}

.featured_outer .category_product_box {
	border:none;
}

.featured_outer h2.pop {
	text-align: center;
	margin:0 0 5px 0;
	background-color:#efefef;
	padding:10px;
	color:#ec008c;
	font-size:18px;
}

/*------------------------------------------ Category listings-------------------------------------------------*/

h1.category_name {
	text-align:center;
}

h2.cat_product_name {
	font-size:18px;
	margin:0px;
}

h2.cat_product_name a {
	color:#0079C2;
}

.cat_manufacturer_name {
	color:#999999;
	font-size:13px;
}

.cat_product_price {
	color:#999999;
	font-size:13px;
}

.category_product_box {
	display:inline-block;
	zoom: 1;
	*display: inline; /* IE 7 hack */
	vertical-align: top;
	width:100%;
	margin-right:5%;
	text-align:center;
	position:relative;
	border-top:1px solid #efefef;
	margin-top:10px;
}

.product_new {
	position:absolute;
	top:-7px;
	right:0;
}

.cat_motability {
	position:absolute;
	bottom:0;
	left:0;
}

.category_product_box .product_image {
	max-width:100%;
}

/*------------------------------------------ Product detail-------------------------------------------------*/

h1.product_name, h1.category_name {
	margin:15px 0 0 0;
	font-size:2em;
}

h2.product_name {
	font-size:1em;
	font-family: 'Oxygen', sans-serif;
}

.product_default_image {
	text-align:center;
}

.product_default_image img {
	max-width: 100%;
	max-height: 100%;
}

.manufacturer_name {
	margin-bottom:10px;
	font-size:13px;
}

.related_box {
	text-align:center;
	width:100%;
	margin-right:4%;
	margin-bottom:2%;
	overflow: hidden;
}

.related_box.right {
	margin-right:0;
}

.related_box img {
	max-width: 100%;
}

.spec_table {
	border-collapse: collapse;
	width:100%;
	box-shadow: 2px 2px 5px #cccccc;
}

.spec_table td {
	border:1px solid #cccccc;
	padding:3px 5px;
}

.spec_table td.left {
	width:33%;
}

.product_description {
	font-size:13px;
}

.product_description p:first-child {margin-top:0;}
.product_description p:last-child {margin-bottom:0;}

.pricebox {
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #0079C2;
}

.price {
	color:#0079C2;
	font-family: 'Oxygen', sans-serif;
	font-weight:700;
	font-size:16px;
}

/*------------------------------------------ Video embed-------------------------------------------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------ Page content -------------------------------------------------*/

.page_content {
	font-size:14px;
	margin:20px 0;
}

/*------------------------------------------ Right hand side -------------------------------------------------*/

.advice {
	text-align: center;
	padding:10px;
}

.advice h3 {
	margin: 0 0 10px 0;
	font-weight:700;
	font-size:20px;
	color:#000000;
	text-shadow: 2px 2px 2px #cccccc;
}

.advice div {
	color:#333333;
	font-size:14px;
	font-family: 'Oxygen', sans-serif;
	font-weight:400;
}

.advice .telephone {
	color:#ec008c;
	font-weight:700;
	margin-top:10px;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	text-shadow: 2px 2px 2px #cccccc;
}

ul.rightmenu {
	display:none;
}

div.why {
	display:none;
}

/* PRODUCT DETAIL */

.pd_images {
	width: 100%;
}

.pd_default_image {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-behavior: url(/assets/js/main/backgroundsize.min.htc);
	behavior: url(/assets/js/main/backgroundsize.min.htc);
}

.pd_tabbed {
	width: 100%;
}

.pd_tabbed_tabs {
	width: 100%;
}

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

.pd_tabbed_tab {
	padding: 10px 20px;
	float: left;
	background-color: #b3b3b3;
	color: #666666;
	cursor: pointer;
}

.pd_tabbed_active {
	background-color: #e6e6e6;
	color: #666666;
}

.pd_tabbed_content {
	width: 100%;
	float: left;
	padding: 0 10px 10px 10px;
	background-color: #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.pd_spec_title {
	width: 50%;
	float: left;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;

}

.pd_spec_title.two {
	padding: 0;
	background-image: url('/assets/images/main/pdf-download.png');
	background-repeat: no-repeat;
	background-position: left 15px;
}

.pd_spec_title.two a {
	padding: 10px 0 0 40px;
	display: block;
}

.pd_spec_value {
	width: 50%;
	float: left;
	padding: 10px 10px 0 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.pd_similar {
	width: 100%;
}

.md_name {
	text-align: center;
}

.md_logo {
	text-align: center;
}

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

.es_row {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #95a5a6;
}

.es_filter {
	text-align: center;
	height: 40px;
	float: left;
	line-height: 20px;
	padding: 10px 20px;
	margin: 10px 10px 0 0;
	background-color: #95a5a6;
	box-shadow: 0 3px 0 #7f8c8d;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	color: #ffffff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 3px;
}

.es_filter:active {
	margin: 12px 10px 0 0;
	height: 38px;
}

.es_active {
	background-color: #72C267;
	box-shadow: 0 3px 0 #27ae60;
}

.es_save {
	text-align: center;
	height: 40px;
	float: left;
	line-height: 20px;
	padding: 10px 20px;
	margin: 10px 10px 0 0;
	background-color: #3498db;
	box-shadow: 0 3px 0 #2980b9;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	color: #ffffff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 3px;
	pointer-events: none;
	opacity: 0.5;
}

.es_save:active {
	margin: 12px 10px 0 0;
	height: 38px;
}

.es_save_active {
	pointer-events: auto;
	opacity: 1.0;
}

.es_reset {
	text-align: center;
	height: 40px;
	float: left;
	line-height: 20px;
	padding: 10px 20px;
	margin: 10px 10px 0 0;
	background-color: #e74c3c;
	box-shadow: 0 3px 0 #c0392b;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	color: #ffffff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
	border-radius: 3px;
	pointer-events: none;
	opacity: 0.5;
}

.es_reset_active {
	pointer-events: auto;
	opacity: 1.0;
}

.es_reset_active:active {
	margin: 12px 10px 0 0;
	height: 38px;
}

.es_input {
	text-align: center;
	height: 40px;
	float: left;
	padding: 10px;
	margin: 10px 10px 0 0;
	background-color: #ffffff;
	box-shadow: 0 3px 0 #7f8c8d;
	color: #7f8c8d;
	font-size: 14px;
	border-top: 1px solid #7f8c8d;
	border-right: 1px solid #7f8c8d;
	border-left: 1px solid #7f8c8d;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	border-radius: 3px;
}

.es_loading {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

.es_results {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

/* ACCOUNT */

.a_container {
	width: 100%;
}

.a_login {
	width: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.a_login img {
	width: 100%;
}

.a_register {
	width: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.a_register img {
	width: 100%;
}

.a_form {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.a_input {
	width: 100%;
	float: left;
	padding: 10px 5px;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	margin: 0 0 10px 0;
	border: 1px solid #7f8c8d;
}

.a_errors {
	width: 100%;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.a_error {
	width: 100%;
	float: left;
	color: #c0392b;
	margin: 0 0 5px 0;
}

.a_accept {
	width: 60%;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.a_forgot {
	width: 50%;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.a_submit {
	float: right;
	padding: 10px 5px;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	border: 1px solid #7f8c8d;
	background-color: #ffffff;
}

.es_drawer {
	width: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 100000;
	background-color: #ffffff;
	box-shadow: 0 3px 0 #7f8c8d;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.es_drawer_form {
	width: 100%;
	float: left;
	margin: 10px 0 10px 0;
}

/* Saved Searches */

.ss_row {
	line-height: normal;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #95a5a6;
}

.ss_view {
	text-align: center;
	height: 40px;
	float: left;
	line-height: 20px;
	padding: 10px 20px;
	margin: 5px 10px 0 0;
	background-color: #95a5a6;
	box-shadow: 0 3px 0 #7f8c8d;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	color: #ffffff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 3px;
}

.ss_delete {
	text-align: center;
	height: 40px;
	float: left;
	line-height: 20px;
	padding: 10px 20px;
	margin: 5px 10px 0 0;
	background-color: #95a5a6;
	box-shadow: 0 3px 0 #7f8c8d;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	color: #ffffff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 3px;
}

/* Extras */

.es_please {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 10px 0 0 0;
	background-color: #0079c2;
	color: #ffffff;
	text-align: center;
}

/* Useful links */

.ul_outer {
	width: 100%;
	border-top: 1px solid grey;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.ul_outer .logo {
	display: none;
}

.ul_outer div {
	width: 100%;
	display: table;
	margin: 0 0 5px 0;
}

.ul_outer div img {
	margin: 0 10px 0 0;
}

.ul_outer div a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

/* Social */

.socialIcons {
	width: 100%;
}

.socialIcon {
	width: 33%;
	float: left;
	height: 30px;
	display: block;
	padding: 10px 0;
	text-align: center;
}

.socialIcon.facebook {
	background-color: #2e73bb;
}

.socialIcon.twitter {
	background-color: #36afd7;
}

.socialIcon.instagram {
	width: 34%;
	background-color: #517fa4;
}

/* Gallery */

.productGallery {
	display: none;
	width: 100%;
	margin: 10px 0 -5px 0;
}

.galleryTitle {
	margin: 10px 0 0 0;
	display: block;
	background-color: #0079C2;
	color: #ffffff;
	padding: 5px 10px;
}

.galleryImages {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #0079C2;
}

.galleryImage {
	display: block;
	float: left;
	background-position: center center;
	background-size: cover;
	-behavior: url(/assets/js/main/backgroundsize.min.htc);
	behavior: url(/assets/js/main/backgroundsize.min.htc);
}

.footer_tweet_date a {
	display: block;
	width: 100%;
	font-weight: bold;
	margin: 0;
	color: #0079C2 !important;
}

.pd_description img {
	max-width: 100% !important;
}

.pd_description a {
	color: #0079C2 !important;
}

/* Live */

.live_now {
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: center;
	background-color: #16a287;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 4px 4px 0px #128872;
	letter-spacing: 1px;
}

.features {
	width: 100%;
	margin: 0;
	list-style-type: none;
	text-align: center;
	background-color: #1abc9c;
	padding: 0 0 5px 0;
}

.features .feature {
	width: 320px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.features .feature .go {
	margin: 10px 0 0 0;
}

.features .feature .title {
	width: 100%;
	height: auto;
	color: #ffffff;
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;
}

.features .feature .teaser {
	width: 100%;
	height: auto;
	color: #ffffff;
	font-weight: 400;
	margin: 0 0 10px 0;
	font-size: 14px;
	display: none;
}

.features .feature .image {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	height: auto;
	box-shadow: 4px 4px 0px #128872;
}

.features .feature .image.last {
	margin: 0;
}

/* Live */

.live {
	width: 320px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.live .title,
.live .teaser {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.live .title {
	margin: 10px 0 0 0;
}

.live .teaser {
	margin: 10px 0 10px 0;
}

.live .items {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

.live .items .item .image {
	max-width: 100%;
}

.live .items .item {
	margin: 0 0 10px 0;
}

.live .items .item.new {
	display: none;
}

.live .items .item .content {
	width: 100%;
	padding: 10px 50px 50px 10px;
	background-color: #dadada;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url("/assets/images/main/insta_corner.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: -5px 0 0 0;
}

.live .items .item .content .date {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
	color: #1abc9c;
}

.live .items .item .content .caption {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
}

.live .items .item .content .arrow {
	margin: 10px 0 0 0;
	float: left;
}

/* New Social Icons */

.social_icons {
	width: 100%;
	height: auto;
	background-color: red;
}

.social_icons .social_icon {
	width: 33%;
	height: auto;
	float: left;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.social_icons .social_icon.facebook {
	background-color: #2e73bb;
}

.social_icons .social_icon.twitter {
	background-color: #36afd7;
}

.social_icons .social_icon.instagram {
	width: 34%;
	background-color: #517fa4;
}

/* Google Remarketing - fixed issue with gaps */

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.bhta,
.badgenopopup {
	display: inline-block;
	margin: 0 0 20px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.badgenopopup {
	margin: 0 20px 20px 0;
}

.product_image {
	width: 100%;
	height: 320px;
}

.product_image2 {

}

.product_image img {
	width: 320px;
	height: 320px;
}

.product_image {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.product_image img {
	max-width: none;
	position: absolute;
	left: 50% !important;
	margin: 0 0 0 -160px;
}

/* Product Downloads */

.product-downloads-title {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	font-size: 20px;
	color: #D8127D;
	font-weight: 700;
}
.product-downloads {
	width: 100%;
	list-style-type: none;
	border: 2px solid #D8127D;
	border-left: 0;
	border-right: 0;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
}
.product-download {
	width: 100%;
}
.product-download-link {
	width: 100%;
	display: block;
	padding: 10px 0 10px 30px;
	background-image: url('/assets/images/main/download.png');
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-size: auto 20px;
}

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

.instagram_live_feed_url {
  width: 100%;
  padding: 20px;
  display: block;
  margin-top: 10px;
  float: left;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	text-align: center;
	background-color: #16a287;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 4px 4px 0px #128872;
	letter-spacing: 1px;
}

.flex-viewport {
	height: 187px !important;
	overflow-x: hidden;
}

/* freephone update */

.whhe_h2 {
  color: #0079c2 !important;
  font-size: 22px !important;
}
.freephone-footer {
  color: #0079c2 !important;
  font-size: 22px !important;
  font-weight: 700;
}

/* WOOCOMMERCE */

.mfywoo-wrapper,
.mfywoo-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfywoo-wrapper {
  width: 100%;
  background-color: #efefef;
}
.mfywoo-wrapper .mfywoo-inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}

.mfywoo-wrapper .mfywoo-inner .mfywoo-banner {
  background-color: #ffffff;
  color: #ec008c;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.mfywoo-wrapper .mfywoo-inner .mfywoo-products {
  width: 100%;
  padding: 0;
  margin: 0 0 -20px 0;
  list-style-type: none;
}
.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product {
  background-color: #ffffff;
  border-bottom: 10px solid #efefef;
  position: relative;
}
.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product .mfywoo-featured {
  position: absolute;
  top: 0;
  left: 0;
}

.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product .wp-post-image {
  width: 100%;
  height: auto;
  margin: 0 0 -4px 0;
}
.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product h3 {
  width: 100%;
  font-size: 20px;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product .excerpt { display: none; }
.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product .price {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px 0 20px;
  display: block;
}
.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product .price ins {
  text-decoration: none !important;
}
.mfywoo-wrapper .mfywoo-inner .mfywoo-products .product .go {
  padding: 20px 0 20px 20px;
  display: block;
}

/* gallery fix */

div.gallery {
  height: auto !important;
}

/* !mpu-categories */

div#mpu-categories {
  font-size: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
}

div#mpu-categories a {
  display: inline-block;
  margin: 0 0 15px 0;
}

div#mpu-categories a img {
  width: 100%;
  height: auto;
}

/* !slices */

ul#slices * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul#slices {
  display: none;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
  background-image: linear-gradient( to right, #ee008c, #ee008c 50%, #6fc362 50% );
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

ul#slices.--pink
{
  background-image: linear-gradient( to right, #ee008c, #ee008c 50%, #ee008c 50% );
}

ul#slices li {
  display: inline-block;
  vertical-align: middle;
  width: calc( 986px / 7 );
  height: 100px;
  -webkit-transform: skewX( -12deg );
  -ms-transform: skewX( -12deg );
  transform: skewX( -12deg );
}

ul#slices li:nth-child( 1 ),
ul#slices li:nth-child( 5 ) {
  background-color: #ee008c;
}

ul#slices li:nth-child( 2 ),
ul#slices li:nth-child( 6 ) {
  background-color: #0077c4;
}

ul#slices li:nth-child( 3 ),
ul#slices li:nth-child( 7 ) {
  background-color: #6fc362;
}

ul#slices li:nth-child( 4 ) {
  background-color: #ed8700;
}

ul#slices li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transform: skewX( 12deg );
  -ms-transform: skewX( 12deg );
  transform: skewX( 12deg );
}

ul#slices li a > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX( -50% ) translateY( -50% );
  -ms-transform: translateX( -50% ) translateY( -50% );
  transform: translateX( -50% ) translateY( -50% );
  padding: 0 10px;
  font-size: 16px;
  color: #ffffff;
}

ul#slices.slices--alt {
  display: block;
}

ul#slices.slices--alt li {
  height: 150px;
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

ul#slices.slices--alt li a {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

ul#slices.slices--alt li a > span {
  font-size: 16px;
}

ul#slices.slices--alt li a > span > span {
  display: block;
  font-size: 32px;
}

@media ( min-width: 720px ) {
  
  ul#slices.slices--alt li {
    width: calc( ( 720px - 1px ) / 3 );
    -webkit-transform: skewX( 12deg );
    -ms-transform: skewX( 12deg );
    transform: skewX( 12deg );
  }

  ul#slices.slices--alt li a {
    -webkit-transform: skewX( -12deg );
    -ms-transform: skewX( -12deg );
    transform: skewX( -12deg );
  }
  
}

@media ( min-width: 986px ) {
  
  ul#slices {
    display: block;
  }
  
  ul#slices.slices--alt li {
    width: calc( ( 986px - 1px ) / 3 );
  }

  ul#slices.slices--alt li a > span {
    font-size: 18px;
  }
  
  ul#slices.slices--alt li a > span > span {
    font-size: 36px;
  }
  
}