/************************************************************************************************** */
/* Core CSS
/************************************************************************************************** */

body {
    color: #000;
    font-family: 'futura-pt', sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0px;
    font-size: 12pt;
    color: #333;
    line-height: 1.4em;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
	body.stop {
		overflow: hidden;
	}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
.no-smooth-scroll {
	scroll-behavior: auto;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a {
    text-decoration: none!important;
    cursor: pointer;
    color: #333;
}
h1 {
    font-family: usual, sans-serif;
    font-weight: 700;
    font-size: 36pt;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #0076bc;
}



h2 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-size: 22pt;
	color: #363636;
}


h1,
h2 {
    margin-right: auto;
    margin-left: auto;
}
h3 {
	font-size: 14pt;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	margin: 0 auto 30px auto;
	display: inline-block;
}

.formwrap>h3{
	font-weight: 500;
	border: none;
}
h4 {
	font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin: 1em 0 1em 0;
}


h6 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    color: #9d9c9a;
    margin: 1em 0 1em 0;
}
p {
    font-family: 'futura-pt', sans-serif;
    font-size: 13pt;
    color: #555;
    margin: 0 0 15px 0;
    padding: 0px;
    line-height: 1.3em;
}
ul {
    font-family: 'futura-pt', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
	list-style-type: none;
}

a,
a:hover,
.btn,
.btn:hover {
    outline:none;
}
a.disabled {
    pointer-events: none;
}
strong {
	font-weight: 500!important;
	color: #000;
}
object {
    pointer-events: none;
}
img {
    width: 100%;
    image-orientation: none;
}
textarea, input, button {
	outline: none;
}
section {
	padding-top: 1%;
}

.wrap {
}
.hide {
	opacity: 0;
	display: none;
}
.cbstyle {
	font-weight: 700;
	color: #fff;
	background: #0076bf;
	padding: 5px 10px;
	border-radius: 3px;
}



/************************************************************************************************** */
/* CORE CLASSES
/************************************************************************************************** */

.clear {
    clear: both;
    float: none!important;
    min-height: 0!important;
}
.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.blue {
    color: #006bb4!important;
}
.red {
    color: #df584f!important;
}
.nobg {
    background: none!important;
}
.small {
	font-size: 10pt!important;
	font-weight: normal;
	color: #666;
    font-family: 'futura-pt', sans-serif;
    line-height: 1.4em;
    margin: 0px;
}
div.sub-ls-p-tab > p.small{
	font-size: 11px!important;
}
.show {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
	opacity: 1!important;
	height: auto!important;

}
.hidden {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none!important;
	opacity: 0!important;
}
.noborder {
	border: none!important;
}
.fullwidth {
	width: 100%;
}
.note {
	font-size: 10pt;
	margin: 5px 0;
	color: #666;
}


.note-l {
	border-top: 1px dotted rgba(0,0,0,0.2);
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	padding: 10px 0;
}
.icos {
    width: 40px!important;
    height: 40px!important;
    margin: 0 auto 10px auto;
    display: block;
}

.c-s-title {
	font-weight: 500;
	font-size: 8pt;
	text-transform: uppercase;
}

.cwrap {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
	.cwrap label,
	.cwrap form {
		text-align: left;
	}
.m-info {
	display: inline-block;
	margin: 0 5px;
	vertical-align: sub;
}
.bx-notmemb {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 20px 0;
    margin-top: 20px;
}
/************************************************************************************************** */
/* Button */
/************************************************************************************************** */

.button {
	background: #0076bf;
	border-radius: 3px;
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
	box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
	margin: 0 0px 0px 0px;
	font-size: 12pt;
	border: none;
	font-family: 'futura-pt', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
	.button:hover {
		background: #096ba7;
		color: #fff;

	}
		.button.inactive {
			background: rgba(0,0,0,0.1);
			box-shadow: none;
		}
		.button.large {
			font-size: 13pt;
		}
		.button.small {
			font-size: 10pt;
			color: #fff;
		}
		.button.xs {
			font-size: 9pt;
			padding: 1px 8px;
		}
		.button.simple {
			background: rgba(255,2552,255,0);
			box-shadow: none;
			color: #999;
			border: 1px solid rgba(0,0,0,0.1);
		}
			.button.simple:hover {
				background: #0076bf;
				display: inline-block;
				-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
				box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
				color: #fff;

			}
		.button.small {
			font-size: 8pt;
			padding: 3px 12px;
		}

		.button.center {
			display: table;
			margin: 0px auto;
		}
		.btn-signup {
		background: #0076bf;
/* 			background: #f2711c; */
		}

		.button.orange {
			background: #f2711c;
		}
		.button.reset {
			color: #fff;
			box-shadow: none;
			border:1px solid rgba(255,255,255,0.2);
			padding: 8px 15px;
			margin: 10px;
		}
		.button.white {
			background: none;
			color: #fff;
			box-shadow: none;
		}

		.btn-prev {
			color: #666;
			margin-left: 1%;
		}

		.button.apply {
			background: #df584f;
		}

		.button.large {
			font-size: 14pt;
			padding: 10px 22px;
		}
		.button.back {
			background: none;
			box-shadow: none;
			color: #777!important;
			border: 1px solid rgba(0,0,0,0.1);
		}

		.btn-confirm-pay {
		    padding: 10px 30px;
		    border-radius: 2px;
		    display: inline-block;
		    margin: 10px auto;
		    font-size: 16px;
		    font-weight: 500;
		    background: #f2711c;
		    border: none;
		}
		.button.black {
			color: #555;
		}
		.btn-clear {
			padding: 0px!important;
			margin: 10px 0!important;
			border: none;
			background: none;
			box-shadow: none;
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}
		.btn-clear:hover {
			background: none;
			box-shadow: none;
			color: #0076bf!important;
		}
		.btn-fbsignup {
			background: url(../../images/socialmedia/ico-fb@2x.png) 0 0 no-repeat;
			background-size: 16px;
			padding-left: 25px;
			margin-left: 20px;
			display: inline-block;
		}


@media (max-width: 550px) {
	.button {
		margin-bottom: 10px;
	}
}
/************************************************************************************************** */
/* New Font/Icon -
Note - Locate the old font/ico on style.css and replace with this. */
/************************************************************************************************** */

@charset "UTF-8";

@font-face {
  font-family: "dripicons-v2";
  src:url("../../fonts/dripicons-v2.eot");
  src:url("../../fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/dripicons-v2.woff") format("woff"),
    url("../../fonts/dripicons-v2.ttf") format("truetype"),
    url("../../fonts/dripicons-v2.svg#dripicons-v2") format("svg");
  font-weight: normal;
  font-style: normal;

}

.ficon {
  font-family: "dripicons-v2"!important;
  font-style: normal;
}


/************************************************************************************************** */
/** Nav **/
/************************************************************************************************** */

header {
	width: 100%;
	height: 56px;
	top: 0px;
	position: fixed;
	z-index: 200;
	border-bottom: 1px solid rgba(255,255,255,0.1);
   /** background: url(../../images/core/shadebg.png) 0 0 repeat-x;**/
}

	header.hd-w {
		background: #fff;
	}

	header.hd-w .cb-logo {
		width: 240px;
		height: 39px;
		display: inline-block;
		background: url(../../images/core/carbar-logo.png) 0 0 no-repeat;
		background-size: 240px;
		margin-top: 12px;
	}
	header.hd-w .n-menu ul li a {
		color: #333;
	}
	header.hd-w .n-menu ul li {
		border-left: 1px solid rgba(188,184,180,0.2);
	}

	header.hd-w .n-menu ul li:last-child {
    	border-right: 1px solid rgba(188,184,180,0.2);
	}



.cb-logo {
	width: 130px;
	height: 39px;
	display: inline-block;
	background: url(../../images/core/carbar-logo-w.png) 0 0 no-repeat;
	background-size: 130px;
	margin-top: 12px;
	cursor: pointer;
	float: left;
}


.n-logo {
	position:relative;
	float: left;
	z-index: 1;
	left: 15px;
}

header.navbar_faded > div.n-menu > ul > li > a{
	color: #666666;
}
header.navbar_faded > div.n-menu > ul > li {
	border-left: 1px solid rgba(0,0,0,0.05);
}
body:has('brand-')header.navbar_faded{
	border-bottom: 1px solid rgba(0,0,0,0.05);
	background: #F5F5F5!important;
}
header.navbar_faded .n-menu ul li:last-child{
	border-right: 1px solid rgba(0,0,0,0.05);
}
header.navbar_faded .account-lg:hover,
header.navbar_faded #menuToggle > p
{
	color: #333;
}
header.navbar_faded #menuToggle > span{
	background: #333;
}
header.navbar_faded .account-lg{
	background: url(../../images/icons/ico-account-g.png) left center no-repeat!important;
	color: #666666;
	background-size: 25px!important
}
header.navbar_faded .cb-logo{
	width: 130px;
	height: 29px;
	display: inline-block;
	background: url(../../images/core/carbar-logo.png) 0 0 no-repeat;
	background-size: 130px;
	margin-top: 12px;
}
header.navbar_faded .n-menu ul li a:hover, body.w-ls .menu_others {
	color: #0076bf!important;
}
header.navbar_faded > div.n-menu > ul > li > div.menu_others{
	color: #666666;
}
header.navbar_faded > div.n-menu > ul > li > div.menu_others:hover{
	color: #0076bf!important;
}
div.loginpanel h1{
	text-align: center!important;
	border-bottom: none!important;
}
body.login #banner{
	height:auto;
}
body.login-p .loginpanel-login {
	text-align: left;
}
body.login #banner h1{
	font-weight: bold;
}
#personalSignUpForm > p.small.facebooklogin{
	text-align: center;
	padding: 10px 0 10px 0;
}
.signin-new{
	margin: 0!important;
	color: #666666!important;
}
.signin-newbutton{
	margin: 10px 0 0 0 !important;
	border-radius: 2px!important;
}
.signin-button,.signup-button{
	margin: 0!important;
	border-radius: 2px;
}
body.login-p > #banner > div > h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
div.signup-opt p.title
{
	color: #333!important;
	font-weight: 500;
}
div.signup-opt > div{
	margin: 15px 0 15px 0!important;
}
.bx-notmemb a{
	color: #666666!important;
	text-decoration: underline!important;
}
#banner .banner-bg-graphic-wrapper{
	position: absolute;
	left: 0;
	bottom: 0;
}
#banner .banner-bg-graphic{
	height: auto;
	max-width: 90vw;
}
div.loginpanel-w.selected{
	border: 1px solid rgba(0,118,188,0.5);
}
.p-resetPassword{
	border-top: 1px solid rgba(0,0,0,0.05);
	padding-top: 15px;
}
.navbar_fixed {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fff;
}

.button.menuphone {
	float: right;
	font-size: 11pt;
	padding: 5px 10px;
	margin-top: 10px;
	display: none;
}
.n-menu {
	width: fit-content;
	text-align: center;
	margin: 0 auto;
}
	.n-menu ul {
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	.n-menu ul li {
		height: 56px;
		display: inline-block;
		list-style: none;
		float: left;
		border-left: 1px solid rgba(255,255,255,0.1);
	}

		.n-menu ul li:last-child {
			border-right: 1px solid rgba(255,255,255,0.1);
		}

/*body:not('brand-') .n-menu ul li a,*/
body.inners.pages .header_area:not(.navbar_fixed) .n-menu > ul li > a,
body.fbcp.pages .header_area:not(.navbar_fixed) .n-menu > ul li > a  {
	color: #fff;
}

.n-menu ul li a {
		font-size: 12pt;
		padding:15px 20px;
		display: block;
		border-bottom: 5px solid rgba(255,255,255,0);
	}

	.navbar_fixed .n-menu ul li a:hover {
		color: #0076bf!important;

	}
	.n-menu ul li a:hover {
		background: rgba(255,255,255,0.1);
		color: #fff!important;
		/** border-bottom: 5px solid rgba(0,118,191,1); **/
	}

	.hd-w .n-menu ul li a:hover {
		background: rgba(255,255,255,0.1);
		color: #0076bf!important;
		/** border-bottom: 5px solid rgba(0,118,191,1); **/
	}

		.menu_others {
			font-size: 12pt;
			height: 100%;
			padding:15px 20px;
			display: block;
		}
			.menu_others .text {
				font-size: 12pt!important;
			}
			.navbar_fixed .menu_others,
			.hd-w .menu_others  {
				color: #333;
			}
			.ui.menu_others.dropdown .menu>.item {
				padding: 0px!important;
			}

			.ui.menu_others.dropdown .menu>.item a {
				padding: 15px 20px;
				display: inline-block;
				font-size: 12pt;
			}
			.navbar_fixed .menu_others:hover {
				color: #0076bf!important;

			}

		.ui.menu_others.dropdown .menu {
			border: none;
			margin: 10px 0 0 0;
		}

		.ui.menu_others.dropdown .menu>.item {
			font-size: 11pt;
		}

        .ui.menu_others.dropdown .text a {
            padding: 0;
            color: white;
        }

        .ui.menu_others.dropdown .menu .active.item {
            font-weight: 400;
        }

		.ui.menu_others a {
			color: #333;
			text-align: left;
			padding: 5px;
			margin: 0px;
			border: none;
		}
			.ui.menu_others a:hover {
				border: none;
				color: #333!important
			}
	.n-signup {
		position: absolute;
		right: 15px;
		top: 8px;
	}

	.account-lg {
		background: url(../../images/icons/ico-account-w.png) left center no-repeat;
		background-size: 25px;
		padding-left: 30px;
		padding: 8px 15px 8px 30px;
		color: #fff;
		margin: 0 0px;
	}

	.account-lg:hover {
		background-size: 25px!important;
		padding-left: 30px;
		padding: 8px 15px 8px 30px;
		color: #fff;
		margin: 0 0px;
		}
		.m-ico-account {
			width: 25px;
			vertical-align: text-bottom;
		}

		.account-lg div.item span.ficon {
			vertical-align: bottom;
			padding-left: 20px;
			color: red;
		}

	.hd-w .account-lg {
		color: #333;
		background: url(../../images/icons/ico-account.png) left center no-repeat;
		background-size: 25px;
	}

	.navbar_fixed .n-menu ul li a {
		color: #333;
	}
	.navbar_fixed .n-menu ul li {
		border-left: 1px solid rgba(0,0,0,0.05);
	}
	.navbar_fixed .account-lg:hover {
		color: #000!important;
		color: #333;
		background: url(../../images/icons/ico-account.png) left center no-repeat!important;
		background-size: 25px!important;
	}

	.navbar_fixed .n-menu ul li:last-child {
    	border-right: 1px solid rgba(0,0,0,0.05);
	}

	.menu_others {
	font-size: 12pt;
	color: #fff;
	display: block;
	}
	.navbar_fixed .menu_others {
		color: #333;
	}

	.ui.menu_others.dropdown .menu {
		border: none;
		margin: 10px 0 0 0;
		min-width: 130px;
	}

	.account-lg.ui.menu_others.dropdown .menu {
		border: none;
		margin: 20px 0 0 0;
		min-width: 130px;
	}

	.ui.menu_others.dropdown .menu>.item {
		font-size: 11pt;
	}
	.ui.menu_others a {
		color: #333;
		text-align: left;
		padding: 5px;
		margin: 0px;
		border: none;
	}
	.ui.menu_others a:hover {
		border: none;
	}
	.ui.dropdown>.dropdown.icon:active {
		outline: none;
	}
	.ui.dropdown>.dropdown.icon {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		outline: none;
	}
	.ui.dropdown.active>.dropdown.icon {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		-webkit-transform: translateY(0px) rotate(90deg);
		transform: translateY(0px) rotate(90deg);
	}


@media (max-width: 1000px) {
	.n-menu, .n-signup {
		display: none;
	}
	.n-signup.cancle-btn {
		display: inline-block;
	}
	.button.menuphone {
	display: inline-block;
	}
}


/******************************************************************* */
/** Mobile Menu - Mobile/
/******************************************************************* */
#menuToggle
{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	display: none;
}
#menuToggle > p {
	color: #fff;
	position: absolute;
	right: 40px;
	top: -5px;
	font-size: 11pt;
    line-height: 1.7em;
}

	.navbar_fixed #menuToggle > p {
		color: #333;
	}

	body.w-ls #menuToggle > p {
		color: #333;
	}


	body.w-ls #menuToggle span {
		background: #333;
	}

		body.w-ls #menuToggle input:checked ~ span {
			background: #fff!important;
	}

#menuToggle input
{
  display: block;
  width: 90px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -60px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 26.5px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;

  background: #fff;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

	.navbar_fixed #menuToggle span {
		background: #333;
	}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
	position: absolute;
	width: 100vw;
	height: 100vh;
	padding: 30px;
	padding-top: 5px;
	padding-bottom: 20vh;
	top: -34px;
	right: -20px;
	overflow: auto;
	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	background:#0076bc;
	/*  url(../../images/core/m-bg.jpg) left center no-repeat  // Removed */
	background-size: cover;
}

#menu li
{
  padding: 10px 0;
  font-size: 14pt;
  color: #fff;

}

#menu a {
	font-size: 14pt;
	margin: 0px;
}

#menu .account-lg {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
	padding: 13px 0 8px 40px;
	color: #fff!important;
	background: url(../../images/icons/ico-account-w.png) left center no-repeat!important;
	background-size: 30px!important
}

#menu .account-sp {
	color: #fff;
}

#menu .support {
	width: 100%;
	display: inline-block;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin: 20px 0;
	padding: 20px 0;
	font-weight: 500;
}
#menu .support strong {
	font-size: 10pt;
	color: #fff;
}
#menu .support strong.ficon {
	font-size: 14pt;
}
#menu li.bk {
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


/*** OLD
	#mmenu {
		width: auto;
		display: inline-block;
		color: #fff;
		text-align: center;
		font-size: 11pt;
		font-weight: 300;
		padding: 10px 20px;
		border-radius: 100px;
		background: rgba(242,101,34,1);
		-webkit-box-shadow: 0px 10px 20px 0px rgba(12, 0, 46, 0.2);
		box-shadow: 0px 10px 20px 0px rgba(12, 0, 46, 0.2);
		position: fixed;
		z-index: 100;
		right: 10px;
		bottom: 20px;
		display: none;
	}
	#mmenu .ficon {
		vertical-align: top;
		padding-right: 5px;
		font-weight: 800;
	}

	.mmenucontent {
		width: 80vw;
		height: auto;
		border-radius: 4px;
		position: fixed;
		bottom: 10vh;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 100;
		background: rgba(255,255,255,1);
		-webkit-box-shadow: 0px 10px 1000px 0px rgba(12, 0, 46, 0.5);
		box-shadow: 0px 30px 1000px 0px rgba(12, 0, 46, 0.6);
	}
		.mmenucontent h3 {
			font-size: 18pt;
			font-family: 'futura-pt', sans-serif;
			font-weight: 400;
		}
		.mmenucontent ul {
			width: 100%;
			margin: 0px;
			padding: 0px;
		}
		.mmenucontent ul li {
			list-style: none;
			width: 50%;
			float: left;
			margin: 0px;
			text-align: center;
			border-right:1px dotted rgba(0,0,0,0.1);
			border-bottom:1px dotted rgba(0,0,0,0.1);
		}
		.mmenucontent ul li:nth-child(even) {
			border-right:1px dotted rgba(0,0,0,0);
		}


		.mmenucontent ul li a {
			font-size: 12pt;
			padding: 20px 3%;
			display: block;

		}
		.mmenucontent ul li.m-account {
			width: 100%;
		}

		.mmenucontent h3 {
			background: rgba(0,118,188,1);
			width: 100%;
			color: #fff;
			padding: 20px 0;
			text-align: center;
			margin: 0px;
		}

	.open {
    	visibility: visible!important;
		opacity: 1!important;
    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-ms-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;
	}
***/
@media (max-width: 1000px) {
	#menuToggle {
		display: inline-block;
	}
}


/******************************************************************* */
/** Banner **/
/******************************************************************* */

#banner {
	width: 100vw;
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 0 0 0 0;
	background: #F5F5F5;;
/*

    background: rgb(27,68,139);
background: -moz-linear-gradient(203deg, rgba(27,68,139,1) 0%, rgba(70,178,180,1) 100%);
background: -webkit-linear-gradient(203deg, rgba(27,68,139,1) 0%, rgba(70,178,180,1) 100%);
background: linear-gradient(203deg, rgba(27,68,139,1) 0%, rgba(70,178,180,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b448b",endColorstr="#46b2b4",GradientType=1);
*/


}

.h-banner {
    width: 100%;
    height: 100%;
    min-height: none;
}

.banner-content {
    width: 100%;
    height: 100%;
	padding: 150px 25vw 100px 25vw;
    position: relative;
    z-index: 100;
    text-align: center;
}



	.banner-content p.bannerheading {
   	 font-family: usual, sans-serif;
   	 font-weight: 700;
   	 font-size: 24pt;
   	 line-height: 1.2em;
   	 letter-spacing: 0px;
   	 color: #fff;
   	 margin-bottom: 0.5em;
	}

	.banner-content .button {
		margin: 5px;
	}

#banner h1 {
	color: #fff;
	font-size: 24pt;
}
	body.bannerv2 #banner h1 {
		color: #fff;
		font-size: 22pt;
	}

a.p-cre {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
	font-size: 8pt;
	opacity: 0.8;
	color: #fff;
}

.banner-content p {
		font-size: 16pt;
		margin: 0 auto 50px auto;
		text-align: center;
		max-width: 800px;
		/*text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);*/
	}
.banner-content p:not(.alert) {
	color: #fff;
}
@media (max-width: 1000px) {
	#banner h1 {
		font-size: 24pt;
	}
	.banner-content p.bannerheading {
		font-size: 20pt;
	}
	#banner {
		width: 100vw;
/* 		height: 80vh; */
	}
}
@media (max-width: 800px) {
	#banner {
	}
}

@media (max-width: 460px) {
	#banner {
		height: auto!important;
	}
	.banner-content {
		padding: 15vh 20px 20px 20px !important;
		overflow: hidden;
	}
	/**	body.inners .banner-content {
			padding-top: 30vh;
		}**/
	#banner h1 {
		font-size: 22pt;
	}
	.banner-content p.bannerheading {
		font-size: 18pt;
	}
	.banner-content p {
		font-size: 13pt;
	}
	.featured-logos {
		display: none;
	}
	.featured_slider {
		display: block;
	}
	.featured {
		padding-bottom: 30px;
	}
}


/************************************************************************************************** */
/* Layout */
/************************************************************************************************** */

.v1	{
	width: 100%;
	padding: 0px 20px 0px 20px;
	text-align: center;
	float: left;
	margin: 0px;
}
	.v1.full {
		padding: 0px;
	}
.v1-2 {
	width: 100%;
	padding: 0px 20px 0px 20px;
	text-align: center;
	float: left;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;

}
.v3,
.v4,
.v6,
.v2 {
	width: 100%;
	padding: 0px 20px 0px 20px;
	text-align: center;
	float: left;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}

.v8 {
	width: 100%;
	padding: 0.5%;
	display: flex;
	flex-wrap: wrap;
}

.v1 > div,
.v1-2 > div,
.v2 > div,
.v3 > div,
.v6 > div,
.v8 > div {
	position: relative;
}

.v8 > div {
	width: 19%;
	margin: 0.5%;
	display: flex;
	flex-wrap: wrap;
}
	.v1 > div {
		width: 98%;
	    padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
	    min-height: 300px;
	    background: rgba(0,0,0,0.04);
	}
		div.full {
		width: 98%!important;
	    padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
	    min-height: 300px;
	    background: rgba(0,0,0,0.04);
		}

	.v2 > div {
		width: 48%;
	    padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
	    min-height: 300px;
	    background: rgba(0,0,0,0.04);
	}
	.v1-2 > div {
		width: 31.33%;
	    float: left;
	    padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
	    background: rgba(0,0,0,0.04);
	    min-height: 300px;
	}

		.v1-2 > div:last-child {
			width: 64.66%;
		    float: left;
			padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
		    background: rgba(0,0,0,0.04);
		}
	.v3 > div {
		width: 31.33%;
	    float: left;
	    padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
	    background: rgba(0,0,0,0.04);
	    min-height: 300px;
	}

	.v4 > div {
		width: 23%;
	    float: left;
	    padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
	    background: rgba(0,0,0,0.04);
	    min-height: 300px;
	}


	.v6 > div {
		width: 14.66%;
	    float: left;
	    padding: 60px 40px 40px 40px;
	    margin: 1% 1%;
	    background: rgba(0,0,0,0.04);
	    min-height: 300px;
	}

.simple > div {
	background: none;
	text-align: left;
}

.contentwrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}
	.contentwrap h1 {
		font-family: 'futura-pt', sans-serif;
		font-weight: 400;
		font-size: 24pt;
		color: #333;
		margin: 1em 0 0.5em 0;
	}

@media only screen and (max-width: 1600px) {
	.v6 > div {
		width: 31.33%;
		margin:10px 1%;
	}
}

@media only screen and (max-width: 1024px) {
	.v1-2 > div {
		width: 48%;
		margin:10px 1%;
	}
	.v6 > div,
	.v4 > div {
		width: 48%;
		margin:10px 1%;
	}
	.v1-2 > div:last-child {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {

	.v1-2 > div {
		width: 98%;
		margin:10px 1%;
	}
	.v1-2 > div:last-child {
		width: 98%;
	}
	.v2 > div {
		width: 98%;
		margin:10px 1%;
		padding: 20px;
	}
	.v3 > div {
		width: 100%;
		margin:10px 1%;
	}
	.v4 > div {
		width: 48%;
		margin:10px 1%;
	}
	.v6 > div {
		width: 100%;
		margin:10px 1%;
	}
}

@media only screen and (max-width: 550px) {
	.contentwrap h1 {
		font-size: 20pt;
	}

	.v1-2 > div {
		width: 98%;
		margin:10px 1%;
	}
	.v1-2 > div:last-child {
		width: 98%;
	}
	.v2 > div {
		width: 98%;
		margin:10px 1%;
		padding: 20px;
	}
	.v3 > div {
		width: 98%;
		margin:10px 1%;
	}
	.v4 > div {
		width: 98%;
		margin:10px 1%;
	}
	.v6 > div {
		width: 98%;
		margin:10px 1%;
	}
}
/******************************************************************* */
/** Stock Listing **/
/******************************************************************* */

.stock-ls-wp {
	width: 100%;
	background: url(../../images/core/bg-lines.jpg) right bottom no-repeat #f5f5f5;
    background-size: contain;
    padding: 0px;
}


	.v-ls.sample-ls {
		max-width: 1800px;
		margin: 0 auto;
	}
.v-ls > div {
	background: rgb(236,234,232);
	display: inline-block;
	transform: translate3d(0px, 0px, 0px);
	transition: transform .5s ease-in-out;
	border: 1px solid #f1f1f1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
	.v-ls > div:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0,118,188,0.5);
	}

.v-ls > div .ls-desc {
	padding: 10px;
	min-height: 90px;
	width: 100%;
}
.v-ls > div .ls-desc > .ui.grid{
	margin:-10px;
}

.v-ls > div .ls-desc h3 {
    font-size: 16px;
	padding: 0px;
    margin: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    overflow: hidden;
    line-height: 1.3em;
    text-overflow: ellipsis;
    max-width: 100%;
    font-family: usual, sans-serif;
    font-weight: 700;
    border: none;
}

.v-ls > div .ls-desc ul {
    font-weight: normal;
    font-size: 10pt;
    font-weight: 400;
    padding: 0px;
    margin: 0px 0 15px 0;
    color: #333;
    border-top: 1px solid rgba(232, 232, 232, 0.5);
    border-bottom: 1px solid rgba(232, 232, 232, 0.5);
    display: block;
}
.v-ls > div .ls-desc ul li {
    list-style: none;
    margin: 5px 0 5px 0;
}
.v-ls > div .ls-desc div.c-spec-t {
    min-width: 100px;
}

.v-ls > div .ls-desc div.c-spec-t, .carlisting div.c-spec-v {
    display: inline-block;
    float: left;
}

/* Forced work around for sub pixel borders from Semantic UI and OwlCarousel */
.vehiclegallery.owl-carousel .owl-item{
	flex-shrink: 0;
}
.vehiclegallery.owl-carousel .owl-item .item{
	margin-left:-1px !important;
	margin-right:-2px !important;
}
.ls-car{
	display: flex;
}
.ls-car .vehicle__images,
.ls-car .vehicle__attributes{
	display: flex;
}
.ls-car .vehicle__images{
	padding-bottom:66.7%;
	position: relative;
	opacity:0;
}
.ls-car .vehicle__images:not(.owl-loaded):not(.image-unavailable)::before,
.ls-car .vehicle__images .owl-item.active .item::before{
	content: ' ';
	width: 22px;
	height: 22px;
	background: url("/assets/global/img/loading-spinner-grey.gif") no-repeat center center;
	position: absolute;
	display: flex;
	align-self: center;
	justify-self: center;
	transform: translate3d(-50%, -50%, 0);
	left: 50%;
	top: 50%;
	opacity: .2;
	z-index: 1;
}
.ls-car .vehicle__images .owl-item .item a{
	z-index: 2;
	position: relative;
}
.ls-car .vehicle__images.owl-loaded,
.ls-car .vehicle__images.image-unavailable{
	opacity: 1;
}
.ls-car .vehicle__images .owl-stage-outer{
	height:100%;
}
.ls-car .vehicle__images .owl-stage-outer,
.ls-car .vehicle__images .vehicle__images__container {
	position: absolute;
	display:flex;
	align-items: center;
	justify-items: center;
	top: 0;
	left: 0;
	width:100%;
}
.ls-car .vehicle__images .owl-stage-outer .owl-stage{
	display:flex;
	z-index: 2;

}
.v-ls > div .ls-desc{

}
.ls-car .vehicle__attributes{
	width:100%;
}

.crossed {
	background:
			/*linear-gradient(to top left,*/
			/*rgba(0,0,0,0) 0%,*/
			/*rgba(0,0,0,0) calc(50% - 1px),*/
			/*rgba(0,0,0,1) 50%,*/
			/*rgba(0,0,0,0) calc(50% + 1px),*/
			/*rgba(0,0,0,0) 100%),*/
			linear-gradient(to top right,
			rgba(0,0,0,0) 0%,
			rgba(0,0,0,0) calc(50% - 1.5px ),
			rgba(0,0,0,0.6) 50%,
			rgba(0,0,0,0) calc(50% + 1.5px),
			rgba(0,0,0,0) 100%);
}
.sub-ls-p-tab-left {
	width: auto;
	float: right;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 90px;

}
.sub-ls-p-tab-left p.wprice {
	font-size: 20pt;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 1em;
	margin: 0 0 0 0;
	padding: 0px;
	color: #999;
}

.sub-ls-p-tab-left p.wprice sup {
	font-size: 40%!important;
	font-weight: 700;
	vertical-align: super;
}

.sub-ls-p-tab {
    width: auto;
    float: right;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
	top: 10px;
}
.sub-ls-p-tab p.wprice {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 1em;
	margin: 0 0 0 0;
	padding: 0px;
	color:#333333;
}
.sub-ls-p-tab.dct p.wprice.dcwprice {
	text-decoration:line-through;
	font-size: 20pt;
	font-weight: 300;
	color: #999;

}
.sub-ls-p-tab p.wprice sup {
	font-size: 60%!important;
	font-weight: 700;
	vertical-align: middle;
	top: -.3em;
}
.wprice-vehicle-card-striked {
	font-size: 20px;
	color: #C6C4C3 !important;
	font-weight: normal !important;
	text-align: right;
}
.wprice-vehicle-card-striked-dollar {
	font-size: 1rem !important;
	top: -.3em;
}
.sub-ls-p-tab p.t-from {
	margin: 0px;
	padding: 0px;
}
.p-from {
    font-family: usual, sans-serif;
    font-size: 7pt;
    color: #999;
    margin: 0px;
}
.vh-pr {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.3em;
    color: #333;
}

.vdesc-wp {
	width: auto;
	max-width: 70%;
	float: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.v-ls > div .ls-desc div.ls-car p {
    line-height: 1.3em;
}
.ls-car:hover h3 {
	color: #333;
}
.ls-car p.imgcdt {
	width: 100%;
	text-align: center;
	font-size: 7pt;
	margin-top: -20px;
	display: none;
}
.ls-car a {
	background: rgb(236,234,232);
	display: inline-block;
	width: 100%;
}

	.ls-car a:hover {

	}
.vh-pr sup {
    font-family: usual, sans-serif;
    font-size: 8pt;
    font-weight: 300;
    color: #999;
}
.cr-ct-tt {
    font-size: 9pt;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 5px 0px;
    padding: 0px;
    color: #000;
    width: 45%;
    display: inline-block;
}
.cb-ts {
    background: #0083ca;
    font-family: usual, sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 3px 9px;
    border-radius: 2px;
    /* box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); */
    margin-bottom: 2px;
    display: inline-block;
    font-size: 7pt;
}
.cb-tt {
    background: #475568;
    font-family: usual, sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 3px 9px;
    border-radius: 2px;
    /* box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); */
    margin-bottom: 2px;
    display: inline-block;
    font-size: 7pt;
}

.demo-label,
.new-label,
.feature-label,
.featured-label{
	border-radius: 2px!important;
	font-weight: 500;
	font-size: 11px !important;
}
.new-label,
.demo-label{
	background: transparent!important;
}
.feature-label,
.featured-label{
	background:#0076BB !important;
	border-color:#0076BB !important;
	color:#fff !important;
}

@media (max-width: 500px) {
.sub-ls-p-tab {
	padding-left: 20px;
	border-left: 1px dotted rgba(0,0,0,0.1);
	}
	.v-ls > div .ls-desc h3 {
		font-size: 11pt;
	}
	.vdesc.small {
		font-size: 9pt!important;
	}
}

/******************************************************************* */
/** Pagination **/
/******************************************************************* */

.ls-pg-wp {
	text-align: center;
	padding: 50px 0;
}
.ls-pagination a {
	padding: 10px;
	background: rgba(0,0,0,0.05);
	border-radius: 3px;
	margin: 2px;
	min-width: 40px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ls-pagination a.onpage {
	border: none;
	background: #0076BF;
	color: #fff;
}

.ls-pagination a.ficon {
	vertical-align: bottom;
	background: rgba(0,0,0,0);
}

.ls-pagination a.ficon:hover {
	background: rgba(0,0,0,0.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

@media (min-width: 2000px) {
	.v-ls > div {
		width: 24%;
		margin: 0.5%;
		/**width: 13.3%;
		margin: 0.49%;**/
	}
}

@media (max-width: 2000px) {
	.v-ls > div {
		width: 24%;
		margin: 0.5%;
	}
}

@media (max-width: 1700px) {
	.v-ls > div {
		width: 32.33%;
		margin: 0.5%;
	}

}

@media (max-width: 1500px) {
	.v-ls > div {
		width: 32.33%;
		margin: 0.5%;
	}

}

@media (max-width: 1200px) {
	.v-ls > div {
		width: 49%;
		margin: 0.5%;
	}

}
@media (max-width: 800px) {
	.v-ls > div {
		width: 92%;
		margin: 2% 4%;
	}

}
@media (max-width: 500px) {
	.v-ls > div {
		width: 92%;
		margin: 2% 4%;
	}
	.ls-pagination a {
		min-width: 20px;
		padding: 8px;
	}
}

/******************************************************************* */
/** Google Review **/
/******************************************************************* */

.g-review {
	width: 100%;
	height: 40px;
	background: #eceae8;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	vertical-align: middle;
	padding: 0px;
}
.g-rate {
	padding: 10px 10px;
}
.g-r-numb {
	display: inline-block;
	font-size: 11pt;
}
.g-stars {
	display: inline-block;
	vertical-align: middle;
}
.g-star {
	width: 14px;
	height: 14px;
}
	.owl-carousel .owl-item img.g-star {
		width: 14px;
		height: 14px;
		display: inline-block;
	}
.g-r-reviews {
	display: inline-block;
	font-size: 9pt;
}
.cta-phone {
	float: right;
	min-height: 40px;
	display: inline-block;
	border-left: 1px solid #f2711c;
	background: #f2711c;
}
.cta-phone a {
	font-size: 11pt;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-weight: 500;
}

@media (max-width: 1000px) {
	.cta-phone {
		display: none;
	}
	.g-review {
		background: none;

	}
	.g-rate {
		display: none;
	}

}



/******************************************************************* */
/** Footer **/
/******************************************************************* */

footer {
	width: 100%;
	padding: 1%;
	background: #fff;
	margin-bottom: 100px;
}
	body#w-h footer {
	}
footer p {
	font-size: 10pt;
}
.f-sitemap {
	width: 60%;
	float: left;
}
.f-contact {
	width: 40%;
	float: left;
	text-align: right;
}

div.locations {
	width: 30%;
	max-width: 200px;
	float: right;
	margin-bottom: 20px;
	margin-top: 0px;
}
	div.locations p {
		color: #999;
	}
	div.locations a {
		color: #999;
	}
	div.locations p.base {
		color: #333;
		font-size: 12pt;
	}
	p.base sup.small {
		font-weight: 500;
		color: #999;
	}
.base {
	font-size: 12pt;
	margin-bottom: 10px;
}
h6.weacceptcc {
}

	footer ul {
		margin: 0px;
		padding: 0px;
		display: inline-block;
		clear: both;
		float: left;
	}
	footer ul.sitemap {
		margin-bottom: 20px;
	}
	footer ul li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		float: left;
		margin: 0 40px 0 0;
		font-size: 10pt;
	}

	footer ul li a:hover {
		color: #157abe;
	}

	.sm-ls {
		float: right;
	}
	.sm-ls li {
		margin: 0 5px 0 0;
	}
	.sm-ls li a img {
		width: 18px;
	}

	.weacceptcc {
		clear: both;
		float: left;
		display: inline-block;
	}
	.f-cc {
		display: inline-block;
		margin-bottom: 20px;
		clear: both;
	}
	.cc-ls li {
		margin: 20px 5px 0 0;
	}
	.cc-ls li a img {
		width: 26px;
	}
	footer .small {
		font-size: 8pt!important;
	}

	.footlink {
		font-weight: 300;
		color: #666;
		display: inline-block;
		margin: 0 20px 0 0px;
	}
	.evoximg {
		margin: 0 0 0 20px;}

@media (max-width: 1024px) {
	.f-sitemap {
		width: 70%;
	}

	.f-contact {
		width: 30%;
	}
	footer {
	padding: 2% 2% 6% 2%;
	}
}

@media (max-width: 1024px) {
	.f-sitemap {
		width: 100%;
	}
		ul.sitemap li {
			min-width: 22%;
		}
	.f-contact, .f-cc {
		width: 100%;
		margin-top: 0px;
		text-align: left;
	}
		.f-contact {
		}
	.sm-ls {
		float: left;
	}


	div.locations {
		float: left;
		margin-left: 0px;
		min-width: 200px;
		max-width: none;
	}

}


@media (max-width: 550px) {
	ul.sitemap li {
		min-width: 50%;
		margin: 0px 0 5px 0;
	}
	div.locations {
		padding-top: 20px;
		padding-bottom: 20px;
		min-width: 40%;
	}
	div.f-sitemap {
		margin-bottom: 20px;
	}
	div.locations p {
		font-size: 9pt;
	}

}



/************************************************************************************************** */
/* Semantic UI Override - */
/************************************************************************************************** */

.ui.button {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.ui.input>input {
    font-family: 'futura-pt', sans-serif;

}
.ui.form input[type=password] {
	letter-spacing: 0px;
}
.ui.fluid.dropdown.s-inp-make {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.ui.fluid.dropdown.s-inp-type {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.ui.multiple.dropdown>.label {
	font-size: 9pt;
}

.s-make.ui.dropdown .menu {
	min-height: 250px!important;
}

.ui.floating.dropdown .menu {
	-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1)!important;
	box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1)!important;
}
.ui.dropdown .menu .active.item {
	font-weight: normal;
	outline: none;
}

.search-fields .ui.selection.dropdown {
		border: 1px solid rgba(255,255,255,.15);
}
.ui.selection.dropdown {
	min-width: auto;

    	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-ms-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;
}
.ui.multiple.dropdown>.label {
	font-weight: 500;
	background: #0083ca;
	color: #fff;
}

i.icon.delete:before {
  	font-family: "dripicons-v2";
	content: "9";
	outline: none;
}

.ui.dropdown>.dropdown.icon:before {
  	font-family: "dripicons-v2";
	content: "T";
	outline: none;
}

.ui.dropdown>.dropdown.icon:active {
	outline: none;
}

.ui.label>.close.icon, .ui.label>.delete.icon {
	vertical-align: bottom;
}

.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
	background-color: rgba(0,0,0,0.2);
}

.cd-filter-block .ui.toggle.checkbox input:checked~.box, .ui.toggle.checkbox input:checked~label {
	    color: rgba(255,255,255,.95)!important;
}

.ui.accordion .accordion .title .dropdown.icon:before, .ui.accordion .title .dropdown.icon:before,
.ui.accordion .accordion .title .dropdown.icon, .ui.accordion .title .dropdown.icon {
 	font-family: "dripicons-v2";
	content: 'T';
	font-size: 8pt;
}

.ui.accordion .accordion .active.title .dropdown.icon, .ui.accordion .active.title .dropdown.icon {
	transform: rotate(-90deg);
}


.ui.styled.accordion.filteraccordion, .ui.styled.accordion.filteraccordion .accordion {
	border-radius: 0px;
	box-shadow: none;
	background: #0076bf;

}

.ui.accordion.filteraccordion .title:not(.ui) {
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 11pt;
}
.ui.accordion.filteraccordion input#amount-s,
.ui.accordion.filteraccordion input#amount,
.ui.accordion.filteraccordion input#km-s,
.ui.accordion.filteraccordion input#year-s,
.ui.accordion.filteraccordion input#year-s2
 {
	color: #fff;
	font-size: 13pt;
	background: none;
	text-align: center;
	padding: 0px;
}

.ui.accordion.filteraccordion .accordion .title .dropdown.icon:before,
.ui.accordion.filteraccordion .title .dropdown.icon:before,
.ui.accordion.filteraccordion .accordion .title .dropdown.icon,
.ui.accordion.filteraccordion .title .dropdown.icon  {
	float: right;
	font-size: 11pt;
}

.ui.accordion.filteraccordion .ui.selection.dropdown {
	border: 1px solid #fff;
}
.ui.accordion.filteraccordion .ui.selection.active.dropdown .menu {
	border: 1px solid #fff;
}
.ui.styled.accordion.filteraccordion .content {
	padding: 0.5em 1em 1em;
}
.ui.progress,
.ui.active.progress .bar {
	border-radius: 100px;
}
.ui.progress>.label {
	font-size: 10pt;
	font-weight: 400;
}

/*** Model Box *****/

i.icon.close:before {
 	font-family: "dripicons-v2";
	content: '9';
}
.ui.modal,
.ui.modal.presalecheck {
	-webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1)!important;
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1)!important;
}
.ui.modal>.header,
.ui.modal.presalecheck>.header {
	font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 18pt;
    border-bottom: none;
    padding: 2em 2em 1em 2em;
	background-color: none;
}
.ui.modal>.content,
.ui.modal.presalecheck>.content {
	padding: 2em;
	text-align: center;
	background-color: none;
}
.ui.modal>.actions,
.ui.modal.presalecheck>.actions {
	border-top: none;
	background-color: none;
	padding: 2em;
	text-align: center;

}

button, input, optgroup, select, textarea {
	font-family: 'futura-pt', sans-serif;
}
.ui.form select {
	outline: none;
}
@media only screen and (max-width: 767px) {

	.ui.modal>.header,
	.ui.modal.presalecheck>.header {
		padding: 2em 2em 0em 2em!important;
	}
	.ui.modal>.content,
	.ui.modal.presalecheck>.content {
		padding: 2em!important;
	}

}

@media only screen and (max-width: 700px){
	.ui.form .fields {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ui.form:not(.unstackable) .fields:not(.unstackable)>.eight.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.eleven.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.fifteen.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.five.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.four.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.fourteen.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.nine.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.seven.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.six.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.sixteen.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.ten.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.thirteen.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.three.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.twelve.wide.field, .ui.form:not(.unstackable) .fields:not(.unstackable)>.two.wide.field, .ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field, .ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields, .ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field, .ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields, .ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field, .ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields, .ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field, .ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields {
    width: 100%!important;
    margin-bottom: 10px;
	}


}
@media only screen and (max-width: 1400px){
	div.f-en .ui.form .fields {
		flex-wrap: inherit;
	}
}

@media only screen and (max-width: 1000px){
	div.f-en .ui.form .fields {
		flex-wrap: wrap;
	}
	div.f-en .ui.form [class*="equal width"].fields>.field, div.f-en .ui[class*="equal width"].form .fields>.field {
		width: 50%;
		margin: 0 0 1em;
	}
}

.ui, .ui.input {
	font-size: 11pt;
}
.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after {
 	font-family: "dripicons-v2";
	content: 'S';
}

div.fields div.field div.fields div.field {
	margin-bottom: 1em!important;
}

.ui.popup.calendar {
	padding: 0px!important;
	border: none;
}

div.fields div.field div.fields {
	margin-bottom: 0px!important;
}
div.fields div.field div.fields {
	margin-bottom: 0px!important;
}
.ui.checkbox .box, .ui.checkbox label {
	font-size: 10pt;
	color: #333;
}

.ui.form .field>label {
	font-weight: 400;
	font-size: 11pt;
}
/*** Input Upload file****/
.btn-upload {
	position: relative;
	top: -38px;
	right: 5px;
	color: #fff!important;
}
.btn-upload .ui.upload.icon {
	color: #fff;
}

/*** END Upload file ***/

.ui.search>.results>.message .description {
	font-size: 11pt;
}
.ui.multiple.dropdown>.label {
	font-size: 11pt;
	font-weight: 500;
}
.ui.accordion .accordion .title .dropdown.icon:before, .ui.accordion .title .dropdown.icon:before,
.ui.accordion .accordion .title .dropdown.icon, .ui.accordion .title .dropdown.icon {
 	font-family: "dripicons-v2";
	content: 'T';
	font-size: 8pt;
}

.ui.accordion .accordion .active.title .dropdown.icon, .ui.accordion .active.title .dropdown.icon {
	transform: rotate(-90deg);
}

.ui.styled.accordion .accordion .content, .ui.styled.accordion .content {
	padding: 0 10px;

}

.ui.label {
	font-weight: 500;
	font-size: 11pt;
}

.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
    font-family: 'futura-pt', sans-serif;
}


@media only screen and (max-width: 767px) {
	div.fields div.field {
		margin-bottom: 10px!important;

	}
}


.alert-danger,
.alert-error {
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-success {
	/*background-color: #dff0d8;*/
	/*border-color: #d6e9c6;*/
	color: #3c763d
}
.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

@media only screen and (max-width: 700px) {
	#btnsortbyText {
		display: none;
	}

	.fc-widget-normal {
		visibility: hidden;
	}
}

/************************************************************************************************** */
/* Freshchat UI Override - */
/************************************************************************************************** */
.fc-widget-normal {
	right: 50px !important;
	bottom: 60px !important;
}

/*
Utilities
---------------------------------------------------------------------------------------------------- --*/
.cbui p{
	color:inherit;
}
.cbui.heading{
	margin: inherit;
	color:inherit ;
	text-align: inherit;
	border:inherit;
}
/* h1*/
.cbui.heading--1 {
	font-family: usual, sans-serif;
	font-weight: 700;
	/*font-size: 2.6667rem;*/
	/*line-height: 1.2em;*/
	font-size: 32pt;
	font-size:3.0476rem;
	/*letter-spacing: 0px;
	color: #0076bc;*/
}
.cbui.heading--2 {
	font-family: usual, sans-serif;
	font-weight: 700; /* sometimes is 600? */
	font-size: 22pt;
	font-size:2.0952rem;
	margin: inherit;
	color:inherit ;
	/*color: #333;
	margin: 0px 0 1em 0;*/
}
.cbui.heading--2-2 {}
.cbui.heading--3 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-size:18pt;
	font-size:1.7143rem;
}
.cbui.heading--3-strong{
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-size:1.7143rem;
}
.cbui.heading--4 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 500; /* sometimes is 400; using "slim" variation  */
	font-size: 1.5238rem;

}
.cbui.heading--4-slim {
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-size: 1.5238rem;
}

.cbui.heading--5 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-size: 1.3333rem;
}

.cbui.text--large{

	font-size:1.619rem;
}
@media (min-width: 800px) {
	.cbui.dt\:text--center {
		text-align: center;
	}


}

.cbui.soft-underlined-links a {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cbui.soft-underlined-links a:hover {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cbui.text--white{
	color:#fff;
}
.cbui.text--dark-grey{
	color:#333;
}

/*
Padding utilities / experimental 0.1
*/
.cbui.padding-top--0{
	padding-top:0;
}
.cbui.margin-0{
	margin: 0;
}
.cbui.margin-top--1\/3em{
	margin-top: .33em;
}
.cbui.margin-top--1\/4em{
	margin-top: .25em;
}
.cbui.margin-top--1\/2em{
	margin-top: .5em;
}
.cbui.margin-top--3\/4em{
	margin-top: .75em;
}
.cbui.margin-top--1em{
	margin-top: 1em;
}
.cbui.margin-top--1-1\/2em{
	margin-top: 1.5em;
}
.cbui.margin-top--2em{
	margin-top: 2em;
}
.cbui.margin-top--2-1\/2em{
	margin-top: 2.5em;
}
.cbui.margin-top--3em{
	margin-top: 3em;
}
.cbui.margin-top--4em{
	margin-top: 4em;
}
.cbui.margin-top--6em{
	margin-top: 6em;
}
.cbui.margin-top--8em{
	margin-top: 8em;
}


/*
   Components -------------------------------------------------------- ----------------------------------- */




/* Full width banner with background image  -------------------------------------------------------- */

.cbui.c-feature-image-banner{
	width: 100%;
	background-color: rgba(0 0 0 .2);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vh; /* TODO: Make Aspect ratio  */

	display: flex;
	align-items: center;
	justify-content: center;

}

.cbui.c-feature-image-banner__wrapper{
	text-align: center;
	padding-left:10%;
	padding-right:10%;
}
.cbui.c-feature-image-banner__wrapper > .heading--2{
	/* mutation from style guide */
	font-size:2.2857rem;
	font-weight: 600;
}
.cbui.c-feature-image-banner__wrapper > .feature-text{
}




/*
Comparison slider v0.1
- Based off
---------------------------------------- */
.c-comparison-slider{}
.c-comparison-slider__information{ /* definition taken from .comparecontent in pages.css*/
	width: 100%;
	max-width: 550px;
	float: right;
}

.t-featured{
	z-index:100;
	position: absolute;
	border-radius: 0px!important;
	margin-top: 15px!important;
	font-size: 13px!important;
}
/*
Site Notification Message
*/

.site-notification-message{
	position: fixed;
	float: left;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	color: #fff;
	z-index: 99999;
	text-align: left;
	max-height:80vh;
	overflow-y: scroll;
	display: block;
}
.site-notification-message--blue{
	background: #0076bf;
}
.site-message__inner,
.ui.container.site-message__inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-message__message-box{
	/*max-width:50%;*/
	position: relative;
	padding:2em 1em 2em 1em;

}
.site-message__message-box p{
	font-size: 12pt;
}
.site-message__actions{
	color: #fff;
	box-shadow: 0 0 42px rgba(51,51,51,.5), rgba(51,51,51,.7);
	position: absolute;
	position: sticky;
	position: -webkit-sticky;
	/*float: right;*/
	right: 0;
	top: 1em;
}
.button-close{
	cursor: pointer;
	font-size: 1.5rem;
	right: 0;
	top:0;
	position: absolute;
	box-shadow: 0 0 2px rgba(51,51,51,1), 0 0 22px rgba(51,51,51,1), 0 0 32px rgba(51,51,51,.75), 0 0 42px rgba(51,51,51,.50);
	background:rgba(51,51,51,.95);
	border-radius:50%;
}
@media (min-width: 992px) {
	.site-notification-message{
		max-height: 70vh;
	}
	.site-message__inner{
		padding-left: 22vw;
		padding-right: 22vw;
	}
	.site-message__message-box{
		padding-bottom:4em;
	}
}
@media (min-width: 1200px) {
	.site-message__message-box{
		max-width:750px;
	}
	.site-message__inner{
		padding-left: 12vw;
		padding-right: 12vw;
	}
}
@media (min-width: 1800px) {
	.site-message__inner{
		padding-left: 0rem;
		padding-right: 0rem;
	}
}

/******************************************************************* */
/** Facebook **/
/******************************************************************* */
@media (max-width: 1000px) {
	.website-chat{
		display: none;
	}
}

.tc-content{
	position: relative;
}

.terms-actions{
	text-align: center;
	position: -webkit-sticky!important;
	position: sticky!important;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(250,250,250,.95);
	box-shadow: 0 -9px 32px rgba(0, 0, 0, .09);
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw!important;
	padding: 20px 0 10px 0;
}

.sticky-bottom-ie{
	position:fixed!important;
	bottom:0;
	margin: 0 0 0 0;
}

.sticky {
	bottom: 0;
	position: fixed!important;
}
