/*
 * YOYO
 * v3
 * front-end ui css
 * by fiatux
 * 
 * font-family: 'Roboto', sans-serif;
 * font-family: 'Roboto Condensed', sans-serif;
 * 
 * colors
 * bar: 
 * link:
 * text:
 * border:
 * background:
 * 
 */

body { 
	font-family: 'Roboto', sans-serif;
	color:#565A5C;
	background:#F5F5F5;
	font-size:16px;
	line-height: 24px;
}

h1,h2,h3,h4,h5,h6 {
	color:#565A5C;
}

a {
	color:#2180DD;
}

#header {
	background:#2180DD;
	position:fixed;
	top:0px;
	width:100%;
	left:0px;
	border-bottom:1px solid #1D6EBD;
	z-index:99;
	height:60px;
}
#header-spacer {
	height:60px;
}
#header-logo img {
	margin-top:16px;
}

#button-site-navigation {
	height:60px;
	width:60px;
	padding:22px 18px;
	display:block;
	border-left:1px solid #1D6EBD;
	font-weight:300;
}

#button-site-navigation span {
	display:block;
	width:20px;
	height:2px;
	margin:0px 0px 4px 0px;
	background:#fff;
}

.button-site-navigation-active {
	background-color:#1D6EBD !important;
	height:58px !important;
}

.button-site-navigation-active span {
	background:#fff !important;
	
}

#button-member-navigation {
	height:60px;
	width:60px;
	padding:16px 10px;
	display:block;
	font-weight:300;
	border-left:1px solid #1D6EBD;
	background:url('default/icon-member.png') no-repeat center center;
	background-size:16px 16px;
}

.button-member-navigation-active {
	background:#1D6EBD url('default/icon-member.png') no-repeat center center !important;
	background-size:16px 16px !important;
	border-right:1px solid #1D6EBD;
	height:58px !important;
}

#site-navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:13px;
}

#site-navigation ul li {
	display:inline-block;
	padding:0px;
}

#site-navigation ul li a {
	padding:16px 6px;
	line-height:28px;
	display:block;
	color:#fff;
	font-weight:300;
}

#header-member-self {
	font-size:13px;
	color:#fff;
	display:block;
	padding:16px 24px 12px 36px;
	height:60px;
	line-height:28px;
	background-repeat:no-repeat;
	background-size:16px 16px;
	background-position:12px center;
	background-image:url('default/icon-member.png');
	float:right;
	border-left:1px solid #1D6EBD;
}

#header-member-self:hover {
	text-decoration:none;
}

#member-navigation-container {
	display:none;
	position:fixed;
	top:60px;
	right:0px;
	z-index:9;
	width:100%;
}


#mobile-navigation-container {
	display:none;
	position:fixed;
	top:60px;
	right:0px;
	z-index:9;
	width:100%;
}

#mobile-navigation-container ul {
	background:#565A5C;
	color:#fff;
	padding:0px;
}

#mobile-navigation-container ul li {
	border-bottom:1px solid #2165A8;
	margin:0px;
	padding:0px;
}

#mobile-navigation-container ul li a {
	color:#fff;
	height:48px;
	line-height:48px;
	background-color:#1D6EBD;
	display:block;
	padding:0px 30px;
}

#member-navigation-container ul {
	background:#565A5C;
	color:#fff;
	padding:0px;
	list-style-type:none;
}

#member-navigation-container ul li {
	border-bottom:1px solid #2165A8;
	margin:0px;
	padding:0px;
}

#member-navigation-container ul li a {
	color:#fff;
	height:48px;
	line-height:48px;
	background-color:#1D6EBD;
	display:block;
	padding:0px 30px;
}

#guest-navigation {
	list-style-type:none;
	padding:0px;
	border-left:1px solid #1D6EBD;
	margin-left:10px;
	font-weight:300;
}

#guest-navigation li {
	display:inline-block;
	margin-left:5px;
	
}

#guest-navigation li a {
	display:block;
	height:36px;
	line-height:36px;
	padding:0px 12px;
	margin:12px 0px;
}

#guest-navigation-register {
	background:#1D6EBD;
	border-radius:3px;
	color:#fff;
}

#guest-navigation-signin {
	color:#fff;
	background:url('default/icon-member.png') no-repeat left center;
	background-size:16px 16px;
	padding-left:24px !important;
	margin-left:10px !important;
}


#container-yoyonow {
	position:absolute;
	top:0px;
	left:50%;
	width:140px;
	margin-left:-70px;
}

#button-yoyonow {
	display:block;
	height:36px;
	line-height:36px;
	padding:0px 12px;
	margin:12px 0px;
	background:#fff;
	border-radius:24px;
	color:#2180DD;
	margin-right:15px;
	width:140px;
	text-align:center;
	font-size:14px;
}

#button-yoyonow:hover {
	background:#fafafa;
	text-decoration:none;
}

.spacer-container, .container-spacer {
	height:24px;
}

/*@media (min-width: 1000px) {
	#button-yoyonow {
		position:fixed;
		z-index:999;
		top:0px;
		left:50%;
		margin-left:-60px;
	}
}*/

#member-tabs {
	background:#FAFAFA;
	margin-bottom:24px;
	border-bottom:1px solid #E4E7EB;
}

#member-tabs ul {
	margin-bottom:0px;
	padding-bottom:0px;
}

#member-tabs ul li a .hidden-xs {
	background-position:left center;
	background-size:24px 24px;
	background-repeat:no-repeat;
	padding-left:30px;
	height:24px;
	display:inline-block;
	 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */;
}

#member-tabs ul li a.active .hidden-xs {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.member-tab-icon {
	background-size:24px 24px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	width:100%;
	height:24px;
 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */;
}

a.active .member-tab-icon {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.member-tab-profile .member-tab-icon, .member-tab-profile .hidden-xs {
	background-image:url('default/member-tabs-profile.png');
}

.member-tab-reservations .member-tab-icon, .member-tab-reservations .hidden-xs {
	background-image:url('default/member-tabs-reservations.png');
}

.member-tab-account .member-tab-icon, .member-tab-account .hidden-xs {
	background-image:url('default/member-tabs-account.png');
}

.member-tab-payments .member-tab-icon, .member-tab-payments .hidden-xs {
	background-image:url('default/member-tabs-payments.png');
}

.member-tab-support .member-tab-icon, .member-tab-support .hidden-xs {
	background-image:url('default/member-tabs-support.png');
}

#member-credits-total {
	text-align:center;
	color:#565A5C;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:2px solid #F2F5F8;
}

#member-credits-total div.total {
	
	color:#2180DD;
	display:inline-block;
	border:5px solid #F2F5F8;
	border-radius:90px;
	font-size:16px;
	line-height:24px;
	height:120px;
	margin:0px auto;
	margin-bottom:12px;
	width:120px;
}

#member-credits-total div.total span.number {
	display:block;
	font-size:32px;
	line-height:110px;
	height:70px;
}

#member-credits-total div.total span.title {
	height:50px;
	padding-left: 0px;
}
#member-credits-prepaid {
	text-align:center;
	color:#565A5C;
}

#member-credits-prepaid img {
	width:100%;
	border:5px solid #F2F5F8; 
}

#member-credits-total span.text {
	display:block;
	text-align:center;
}

@media (max-width: 768px) {
	#member-credits-total {
		border-bottom:none;
	}
	#member-credits-prepaid img {
		margin-bottom:24px;
		width:70%;
	}
}

#reservation-delete-confirm {
	border:2px solid #C62828;
	margin-bottom:24px;
}

#reservation-update-payment {
	border:2px solid #F5A623;
	margin-bottom:24px;
}

#reservation-update-payment form {
		padding:0px 20px;
}

#reservation-update {
	border:2px solid #F5A623;
	padding:15px;	
	margin-bottom:24px;
}

#reservation-update-price .error .message p {
	margin:0px;
	padding:0px;
}

#reservation-update-price .error {
	border:2px solid #D0021B;
	padding:15px;
}

#reservation-update-price .success {
	border:2px solid #417505;
	padding:15px;
}

table td.money {
	color:#2180DD;
	font-weight:500;
}

#footer {
	background-color:#f5f5f5;
	color:#565A5C;
	padding:0px 0px 24px 0px;
}

#footer a {
	color:#2180DD;
}

#footer ul {
	
}

#footer ul li {
	display:inline-block;
	padding-right:15px;
}

@media (max-width: 768px) {
	#footer-pages ul li {
		width:45%;	
	} 
}

#footer-socialmedia ul {
	float:right;
	margin-top:12px;
}

#footer-socialmedia ul li {
	margin-right:6px;
	display:inline-block;
}

#footer-socialmedia ul li a {
	color:#565A5C;
	width:24px;
	height:24px;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:24px 24px;
	 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */;
  opacity:0.4;
}

@media (max-width: 768px) {
	#footer-socialmedia ul li {
		max-width:48px;
	}
	#footer-socialmedia ul li a {
		width:47px;
		height:48px;
		background-size:24px 24px;
	}
	#footer-socialmedia ul {
		float:none;
	}
}

#footer-socialmedia ul li a:hover {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
#footer-socialmedia ul li a span {
	display:none;
}

#footer-socialmedia ul li.link-facebook a {
	background-image:url('default/social-facebook.png');
}

#footer-socialmedia ul li.link-twitter a {
	background-image:url('default/social-twitter.png');
}

#footer-socialmedia ul li.link-foursquare a {
	background-image:url('default/social-foursquare.png');
}

#footer-socialmedia ul li.link-spotify a {
	background-image:url('default/social-spotify.png');
}

#footer-socialmedia ul li.link-email a {
	background-image:url('default/social-email.png');
}

#footer-socialmedia ul li.link-instagram a {
	background-image:url('default/social-instagram.png');
}

#footer-socialmedia ul li.link-linkedin a {
	background-image:url('default/social-linkedin.png');
}

.tabs-navigation {
	display:table;
	list-style-type:none;
	margin:0px 0px 48px 0px;
	padding:0px;
	width:100%;
}

.tabs-navigation li {
	display:table-cell;
	text-align:center;
	height:48px;
}

.tabs-navigation li a {
	
	color:#565A5C;
	display:block;
	line-height:24px;
	height:60px;
	padding:18px;
}

.tabs-navigation li a.active {
	border-bottom:3px solid #2180DD;
	color:#2180DD;
}

.block {
	margin-bottom:24px;
	background:#fff;
	border:1px solid #E9ECEF;
	border-radius:3px;
}

.block .filters {
	background-color:#f9f9f9;
}

.block .filters .filter-select:first-child, .block .filters .filter-search:first-child, .block .filters .filter-sorting:first-child {
	padding-left:30px;
}

.block .filters .filter-select:last-child, .block .filters .filter-search:last-child, .block .filters .filter-sorting:last-child {
	padding-right:30px;
}

.block .filters select {
	width:100%;
}

.block .filters .filter-search {
	padding-top:12px;
	padding-bottom:12px;
}

.block .filters .filter-sorting {
	padding-top:12px;
	padding-bottom:12px;
}

.block .filters .filter-date {
	padding-top:12px;
}

.block .filters .filter-date label {
	color:#454545;
	font-weight: normal;
	padding-left:15px;
}

.block .filters .filter-date input {
	padding-left:48px;
	border:0px;
	border-bottom:1px solid #e0e0e0;
	width:100%;
	height:48px;
	line-height:48px;
}


.block .filters .filter-submit {
	padding-top:12px;
	padding-bottom:12px;
	padding-right:30px;
}

.block .filters .filter-submit input {
	border:1px solid #fafafa;
	border-bottom:1px solid #E0E0E0;
	background:none;
	text-align:center;
	width:100%;
	line-height:41px;
	font-size:14px;
	font-weight:normal;
}

.block .filters .filter-submit input.submit-focus {
	color:#3F51B5;
}

.block .filters .filter-submit input.submit-change {
	border:1px solid #3F51B5;
	color:#3F51B5;
}

.block .filters .filter-submit input:hover {
	border:1px solid #3F51B5;
	color:#3F51B5;
	background:#fafafa;
}

.block .filters .filter-search input {
	border:none;
	border-bottom:1px solid #E0E0E0;
	background:url('cmk/filter-search.png');
	background-repeat:no-repeat;
	background-size:16px;
	background-position:16px 16px;	
	width:100%;
	height:48px;
	line-height:48px;
	outline:none;
	padding-left:48px;
	font-size:14px;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */;
}

.block .filters .filter-search input:focus {
	border-bottom:1px solid #3F51B5;
	color:#3F51B5;
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.block .filters .filter-select {
	padding-top:12px;
	padding-bottom:12px;
}

.block-box {
    background: #fff;
    border: 1px solid #E9ECEF;
    padding: 24px;
}

.block .content {
	padding:20px;
}

.block .content h1 {
	font-size:28px;
	line-height: 36px;
	padding: 0px;
	margin: 0px 0px 24px 0px;
}

.block .content h2 {
	font-size:24px;
	line-height: 32px;
	padding: 0px;
	margin: 0px 0px 24px 0px;
}

.block .activeReservation {
	padding:0px;
}

/* Accounts Pages */
.welcome {
	margin-bottom:24px;
}

.welcome .title {
    border-bottom: 2px solid #F2F5F8;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.welcome .title h2 {
	font-size: 16px;
}

.page-title h1, .page-title h2 { 
	color:#565A5C; font-weight:300; font-size:28px;
	margin:0px;
	display:inline-block;
	line-height:48px;
}
.page-title h1 a, .page-title h2 a { 
	color:#565A5C;
}
.page-title-map {
	background-size:24px 24px; 
	background-image:url('default/icon-place.png'); 
	background-position:left center; 
	background-repeat:no-repeat; 
	padding-left:36px;
}

.page-controls {
	display:inline-block;
	float:right;
}

.page-controls a.toggle-filters {
	width:48px;
	height:48px;
	background:#fafafa;
	border-radius:4px;
	border:1px solid #E6E9EC;
	text-indent:-2000px;
	background:url('default/icon-filter.png') no-repeat;
	background-position:center center;
	background-size:24px;
	display:inline-block;
}

.page-controls a.active {
	background-color:#F3F8FD;
}

.block .title {
	border-bottom:1px solid #F2F5F8;
	padding-bottom:12px;
	margin-bottom:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:24px;
}
.block .title h1,.block .title h2, .block .title h3, .block .title h4, .block .title h5 {
	margin:0px;
	padding:0px;
	color:#222425;
	font-weight: normal;
}     
.block .title h2, .block .title h1 {
	color:#565A5C;
}
.block .title h1 {
	font-size:24px;
	color:#757575;
}
.block .title h2 {
	font-size:16px;
	font-size:20px;
}

.block p.introduction, .section p.introduction {
	font-size:24px;
	line-height: 36px;
	margin-bottom:24px;
}

.layers {
	position:relative;
}

.layer-back {
	position:relative;
	background-repeat:no-repeat;
	min-height: 288px;
	z-index:9;
	background-size:cover;
	background-position: center center;
	border-bottom:5px solid #fff;
	background-color:#eee;
	/*border-top:1px solid #212121;*/
}

.layer-back-alternatives-1 {
	background-image:url('default/layer-back-3-1.jpg');
}

.layer-back-alternatives-2 {
	background-image:url('default/layer-back-3-2.jpg');
}

.layer-back-alternatives-3 {
	background-image:url('default/layer-back-3-3.jpg');
}

.layer-back-alternatives-4 {
	background-image:url('default/layer-back-3-3.jpg');
}

.layer-front {
	position:relative;
	margin-top:-240px;
	z-index:9;
}

.layer-front .layer-title {
	padding:0px 24px;
}

.layer-front .layer-title h1 {
	color:#454545;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 3.6);
	font-weight: normal;
	font-size:36px;
	line-height: 36px;
	margin-bottom:24px;

}

.layer-front .layer-title p {
	color:#424242;
}

.layer-front h2 {
	color:#1976D2;
	font-size:24px;
	font-weight: normal;
	margin-bottom:24px;
}

.layer-front h3 {
	color:#1976D2;
	font-size:20px;
	font-weight: normal;
	margin-bottom:24px;
}

.layer-front h4 {
	color:#1976D2;
	font-size:18px;
	font-weight: normal;
	margin-bottom:24px;
}

.layer-front p {
	color:#424242;
	margin-bottom:24px;
	font-size:16px;
	line-height: 24px;
}

.layer-front .block {
	padding:24px;
}

.layer-front .layer-menu ul, .layer-front ul.layer-menu {
	list-style-type:none;
	padding:0px;
	margin:0px;
	background-color:#fff;
	border-top:0px solid #eee;
	border-radius:3px;
}

.layer-front .layer-menu li {
	padding:0px;
	margin:0px;
	border-bottom:1px solid #eee;
}
.layer-front .layer-menu li a {
	padding:12px 24px;
	line-height: 24px;
	font-size:16px;
	color:#212121;
	display:block;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.layer-front .layer-menu li a:hover {
	background-color:#f5f5f5;
	text-decoration: none;
}

.layer-front .layer-menu li a.active {
	background-color: #f5f5f5;
	border-left:10px solid #2180DD;
	padding-left:14px;
}

.module-sections {
	border:1px solid #eee;
	background-color: #fff;
	color:#424242;
	font-size:16px;
	line-height: 24px;
}
.module-sections h1, .module-sections h2 {
	margin:12px 0px 12px 0px;
	padding:0px;
}
.module-sections .section {
	border-bottom:1px solid #eee;
	padding:24px 24px 12px 24px;
}
.module-sections dl {
	margin:0px;
	padding:0px;
	font-weight: normal;
}
.module-sections dt {
	font-size:16px ;
	border-bottom:1px solid #eee;
	background-color:#fff;
	padding:12px 24px 12px 24px;
	cursor:pointer;
	font-weight: normal;
}
.module-sections dt.expanded {
	background-color:#616160;
	border:0px;
	color:#fff;
}
.module-sections dt::before {
    content: "+";
    color:#F1573C;
    margin-right:12px;
    font-weight: bold;
    width:12px;
}
.module-sections dt.expanded::before {
	content: "-";
    color:#EEEEEE;
}

.module-sections dd {
	background-color:#616160;
	color:#fff;
	padding:12px 24px 12px 48px;
	font-size:16px;
	line-height: 24px;
	display:none;
	font-weight: normal;
}

.dot-steps {
	list-style-type: none;
}

.dot-steps li {
	display:inline-block;
	background-color:#BBDEFB;
	height:24px;
	width:24px;
	text-align:center;
	border-radius: 12px;
	color:#1976D2;
	line-height: 24px
}

.dot-steps li.line {
	border-radius: 0px;
	height:12px;
	border-bottom:2px solid #E3F2FD;
	background:none;
}

.dot-steps li.active {
	color:#fff;
	background-color: #2196F3;
}

.block .title .dot-steps {
	float:right;
	margin-right:20px;
}

.grid-reservations {
	list-style-type:none;
	padding:0px;
}

.grid-reservations  li {
	margin-bottom:24px;
}

.grid-reservations li .border {
	border:2px solid #F2F5F8;
	padding:15px;
	background-color:#fff;
}

.grid-reservations li.valid .border {
	border-color:#2180DD;
}

.grid-reservations .id {
	color:#ccc;
	padding:0px; margin:0px 0px 12px 0px;
}

.grid-reservations .points .left {
	text-align:right;
}

.grid-reservations .points div {
	margin-bottom:12px;
}

.grid-reservations .points .divider {
	position:relative;
	min-height: 72px;
}

@media (max-width: 768px) {
	.grid-reservations .points .divider {
		min-height: 36px;
	} 
	.grid-reservations .points .left, .grid-reservations .points .right {
			text-align:center;
	}
}

.grid-reservations .points .divider .icon {
	background-image:url('default/icon-finish.png');
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position:center center;
	opacity:0.3;
	border:2px solid #000;
	border-radius:12px;
	width:24px;
	height:24px;
	display:block;
	left:50%;
	top:50%;
	position:absolute;
	margin-left:-12px;
	margin-top:-12px;
}

.grid-reservations .points .title {
	color:#ccc;
	display:block;
	font-style:italic;
	border:0px;
	padding:0px; 
	margin:0px;
}

.grid-reservations .actions {
	margin:15px -15px -15px -15px;
}
.grid-reservations .actions a {
	display:block;
	line-height:24px;
	padding:12px 0px;
	text-align:center;
	font-size:16px;
	border-top:1px solid #F2F5F8;
	background:#F4F9FD;
	color:#2180DD;
}

.grid-reservations .vehicle {
	text-align:left;
	background-repeat: no-repeat;
	background-position:right -10px;
	height:80px;
	border-bottom:2px solid #F2F5F8;
	padding:0px 0px 0px 0px;
	margin:0px 0px 12px 0px; 
}

.grid-reservations .vehicle .title {
	color:#ccc;
	display:block;
	font-style:italic;
	border:0px;
	padding:0px; 
	margin:0px;
}

.grid-reservations .vehicle .name {
	font-size:18px;
	display:block;
}

.grid-reservations .payment {
	text-align:center;
	border-top:2px solid #F2F5F8;
	padding-top:6px;
	min-height:54px;
}

.grid-reservations .payment .total {
	font-size:18px;
}

.grid-reservations .points .location {
	font-size:16px;
	display:block;
}

.grid-stats {
	list-style-type:none;
	padding:0px;
}

.grid-stats li {
	margin-bottom:24px;
}

.grid-stats li .icon {
	height:180px;
	position:relative;
	z-index:2;
	background-repeat:no-repeat;
	display:block;
	width:180px;
	margin:0px auto;
	background-position:center center;
	border-radius:90px;
	border:10px solid #F2F5F6;
}

.grid-stats li .stat-count .icon {
	background-image:url('default/stat-count.png');
	background-position:center 5px;
}

.grid-stats li .stat-hours .icon {
	background-image:url('default/stat-hours.png');
	background-position:center 20px;
}

.grid-stats li .stat-kilometers .icon {
	background-image:url('default/stat-kilometers.png');
}

.grid-stats li .stat-vehicles .icon {
	background-image:url('default/stat-vehicles.png');
}

.grid-stats li .value {
	margin-top:-48px;
	background:#2180DD;
	color:#fff;
	text-align:center;
	display:block;
	padding:6px;
	font-size:36px;
	line-height:36px;
	border-radius:3px;
	z-index:4;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-bottom:12px;
}

.grid-stats li .name {
	display:block; 
	color:#2180DD;
	text-align:center;
	font-size:16px;
	margin-bottom:12px;
	line-height:24px;
}

.grid-stats li .rank-title {
	color:#ccc;
	font-style:italic;
	text-align:center;
	border-bottom:1px solid #F2F5F6;
}

.grid-stats li .rank-type {
	text-align:right;
	color:#565A5C;
	border-bottom:1px solid #F2F5F6;
}

.grid-stats li .rank-number {
	color:#2180DD;
	font-weight:bold;
	border-bottom:1px solid #F2F5F6;
}

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

.list-links li {
	display:inline-block;
}

.list-links li a {
	line-height:24px;
	padding:12px 0px;
	display:block;
}

.table th.id, .table td.id {
	color:#ccc;
}

.table td.has-information {
	background-size:16px 16px;
	background-image:url('default/icon-information.png');
	background-repeat:no-repeat;
	background-position:right 10px center;
	cursor:pointer;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */;
}

.title .button-back {
	padding:12px 12px;
	height:36px;
	line-height:12px;
	background-color:#F2F5F8;
	color:#2180DD;
	display:inline-block;
	border-radius:3px;
	border:1px solid #D4E6F8;
	margin-top:-36px;
}

.table .button-action {
	padding:2px 6px;
	display:inline-block;
	margin-left:6px;
	border:1px solid #D4E6F8;
	border-radius:3px;
}

.button-more {
	padding:12px 24px;
	height:48px;
	line-height:24px;
	background-color:#F2F5F8;
	color:#2180DD;
	margin:0px auto;
	display:inline-block;
	border-radius:3px;
	border:1px solid #D4E6F8;
}

a.button-container {
	border:1px solid #B3E5FC;
	outline: none;
	padding:15px;
	display: block;
	background-color: #fff;
	text-align: center;
	color:#2180DD;
	font-size: 12px;
	margin: 0px 0px 24px 0px;
}

a.button-container:hover, a.button-container:active {
	border-color:#81D4FA;
	background-color: #FAFAFA;
	text-decoration: none;
}

a.button-container img {
	margin-bottom: 24px;
}

.system-messages {
	width:100%;
	margin-bottom:24px;
}

.system-messages ul {
	list-style-type:none;
	border-radius:3px;
	color:#fff;
	padding:10px 10px 0px 10px;
	background-color:#3F51B5;
}

.system-messages ul li {
	margin-bottom:10px;
}

.system-messages ul.system-messages-emptyset {
	background-color: #E8EAF6;
	border-color:#C5CAE9;
	color:#5C6BC0;
	font-size:12px;
	border:none;
}

.system-messages ul.system-messages-emptyset li {
	padding-bottom:10px;
}

.system-messages ul.system-messages-error {
	background-color:#F44336;
	border:1px solid #E53935;
	color:#fff;
}

.system-messages ul.system-messages-warning {
	background-color:#FFC107;
	border:1px solid #FFB300;
	color:#212121;
}

.system-messages ul.system-messages-success {
	background-color:#4CAF50;
	border:1px solid #43A047;
	color:#fff;
}

.system-messages ul.system-messages-suggestion {
	background-color:#2196F3;
	border:1px solid #1E88E5;
}

.system-messages ul.system-messages-information {
	background-color:#607D8B;
	border:1px solid #546E7A;
	color:#fff;
}

.breadcrumb {
	background:0px;
	padding:0px;
	margin:0px 0px 24px 0px;
	height:48px;
	color:#565A5C;
}

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

.breadcrumb ul li {
	display:inline-block;
	margin-right:15px;
	line-height:48px;
}

.breadcrumb ul li a {
	display:inline-block;
	margin-right:15px;
	font-size:28px;
}

.container-vehicle {
	background:#fff;
	border-radius:8px;
	border:1px solid #E6E9EC;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	-moz-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
}
.vehicle .title {
	margin:0px;
	border:0px;
}

.vehicle-main {
	border-bottom:1px solid #f1f1f1;
	margin-bottom:15px;
}

.vehicle .title h1 {
	color:#565A5C;
	display:block;
	font-size:16px;
	line-height:32px;
	font-weight:300;
	padding:15px 0px 0px 0px;
	margin:0px;
}

.vehicle .title h2 {
	color:#565A5C;
	display:block;
	font-size:32px;
	font-weight:300;
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:32px;
}

.vehicle .title p {
	color:#424242;
	font-size:16px; 
	font-weight:300;
}

.vehicle .actions {
	
}

.vehicle .buttons {
	display:inline-block;
	margin-right:5px;
	margin-bottom:15px;
}

.vehicle .buttons .button-reserve {
	display:inline-block;
	margin-right:5px;
	background-color:#2180DD;
	color:#fff;
	text-align:right;
	border-radius:24px;
	width:140px;
	height:36px;
	padding-right:15px;
	background-size:18px 20px;
	background-repeat:no-repeat;
	background-position:12px center;
	background-image:url('default/button-reserve.png');
	line-height:36px;
}
.vehicle .buttons .button-reserve:hover {
	text-decoration:none;
}
.vehicle .social {
	display:inline-block;
}

.vehicle .social .label {
	display:inline-block;
	color:#878787;
	font-weight:300;
	font-size:14px;
	margin-right:0px;
	line-height:36px;
	padding-bottom:3px;
}

.vehicle .social a {
	display:inline-block;
	margin-right:5px;
	border:2px solid #f3f3f3;
	border-radius:24px;
	text-indent:-3000px;
	width:60px;
	height:36px;
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center center;
	line-height:36px;
}

.vehicle .social a:hover {
	border-color:#2180DD;
}

.vehicle .social .share-facebook {
	background-image:url('default/share-facebook.png');
}

.vehicle .social .share-twitter {
	background-image:url('default/share-twitter.png');
}

.vehicle .images .image {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:240px;
	margin-bottom:12px;
	margin-left:-15px;
	border-radius:4px 0px 0px 0px;
    /*-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;*/
}

@media (max-width: 768px) {
	.vehicle .images .image {
		height:240px;
		/*background-size:240px;*/
		margin-right:-15px;
	}
}

@media (min-width: 978px) {
	.vehicle .images .image {

	}
}

.vehicle .images .image img {
	width:100%;
	display:none;
}

.vehicle .specifications h3, .vehicle .location h3, .vehicle .prices h3 {
	color:#565A5C;
	font-size:14px;
	margin:0px 0px 12px 0px;
	padding:0px 0px 12px 0px;
	border-bottom:2px solid #F1F1F1;
	font-weight:300;
}

.vehicle .specifications p {
	font-size:14px;
	color:#565A5C;
	line-height:16px;
	font-weight:300;
	margin-bottom:24px;
}

.vehicle .prices h4 {
	color:#565A5C;
	font-size:16px;
	font-weight:300;
	margin:0px 0px 12px 0px;
}

.vehicle .prices table, .vehicle .prices table th, .vehicle .prices table td {
	border-color:#F1F1F1 !important;
}

.vehicle .prices table th {
	color:#565A5C;
	font-size:14px;
	font-weight:300;
	
}

.vehicle .prices .table-striped>tbody>tr:nth-child(odd) {
	background:#fbfbfb;
}

.vehicle .prices table thead th {
	text-align:right;
}

.vehicle .prices table tbody th {
	padding-left:15px;
}

.vehicle .prices table tbody td {
	text-align:right;
}

.vehicle .prices h4 {
	background:#F1F1F1;
	padding:10px 15px;
	font-size:14px;
	color:#565A5C;
	margin:0px;	
}

.vehicle .prices p {
	font-weight:300;
	font-size:14px;
	padding:0px 15px 15px 15px;
}

.vehicle dl {
	vertical-align:top; 
}

.vehicle dt {
	display:inline-block;
	width:40%;
	max-width:120px;
	border-top:1px solid #F5F5F5;
	padding-bottom:5px;
	padding-top:5px;
	vertical-align:top;
	font-weight:300;
	color:#878787;
	font-size:12px;
	line-height:16px;
}
.vehicle dd {
	display:inline-block;
	width:60%;
	border-top:1px solid #F5F5F5;
	padding-bottom:5px;
	padding-top:5px;
	font-size:14px;
	color:#565A5C;
	line-height:16px;
	font-weight:300;
}


.vehicle dl {
	overflow:hidden;
}

.vehicle dl dt.first, .vehicle dl dd.first {
	border-top:0px;
}

.vehicle .list-rules {
	margin:0px 0px 24px 0px;
	padding:10px 15px;
	border:1px solid #f1f1f1;
}

.vehicle .list-rules li {
	font-size:14px;
	font-weight:300;
	margin:0px 0px 0px 15px;
	padding:0px;
	line-height:18px;
}

.vehicle .location .name {
	margin:15px 15px 0px 15px;
	display:block;
	font-size:16px;
}
.vehicle .location .address {
	font-size:14px;
	font-weight:300;
	margin:0px 15px;
}

.container-vehicle .reserve {
	background-color:#F3F8FD;	
	border-top:1px solid #DFECFA;
	margin:0px -15px;
	padding:30px 15px 15px 15px;
	border-radius:0px 0px 12px 12px;
}

.container-vehicle .reserve h2 {
	color:#565A5C;
	font-weight:500;
	font-size:16px;
	border:0px;
	background-image:url('default/icon-reserve.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-size:18px 20px;
	padding-left:30px;
	line-height:20px;
	
}

.container-vehicle .reserve .title {
	border:0px;
	margin:0px;
}

.container-vehicle .reserve h4 {
	font-size:14px;
	border-bottom:1px solid #DFECFA;
	padding-bottom:6px;
	color:#565A5C;
}

.container-vehicle .reserve label {
	font-size:12px;
	color:#565A5C;
	font-weight:300;
}

.container-vehicle .reserve .form-control {
	border:1px solid #F1F1F1 !important;
	-webkit-box-shadow: none;

}

.container-vehicle .reserve form {
	padding:0px 30px;
}

.container-vehicle .reserve .result {
	margin:0px 0px 24px 0px;
	border-top:1px solid #DFECFA;
}

.container-vehicle .reserve .submit {
	background:#2180DD;
	color:#fff;
	font-weight:16px;
	height:36px;
	width:160px;
	font-weight:300;
	line-height:16px;
	text-align:center;
	border:0px;
	border-radius:24px;
}

.container-vehicle .reserve #result-true {
	padding-top:28px;
}

.container-vehicle .reserve #result-true h4 {
	display:inline-block;
	border:none;
	font-weight:300;
	margin:0px 10px 0px 0px;
	line-height:24px;
}

.container-vehicle .reserve #result-true #reservation-price {
	display:inline-block;
	font-size:24px;
	line-height:24px;
}

.container-vehicle .reserve .guest-container {
	padding:15px 30px;
}

.container-vehicle .reserve .guest-container form {
	padding:0px;
}

.container-vehicle .reserve .guest-container h4 {
	
}

.filter-bar {
	background:#fafafa;
	border-radius:4px;
	border:1px solid #E6E9EC;
	margin-bottom:24px;
	padding:15px 0px 15px 15px;
}

.filter-bar .form-group {
	/*margin-right:15px;*/
}

.filter-bar .form-group label {
	font-weight:500;
	margin-right:5px;
}

.filter-bar .form-group .checkbox label {
	font-weight:300;
}

/* Tables */
.table-cmk td.money, .table-cmk th.money {
	text-align: right;
}

/* Forms */

.form-cmk div.item {
	margin-bottom:24px;
}

.form-cmk div.label {
	padding:0px 15px;
	line-height:48px;
	text-align:left;
}

.form-cmk .label label, .form-cmk label.label {
	font-size:14px;
	color:#424242;
	text-align:left;
	font-weight:normal;
	padding:0px;
	white-space: normal;
	line-height: 21px;

}

.form-cmk label.character-count {
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#e0e0e0;
	line-height:18px;
	display:inline-block;
}
.form-cmk label.character-count-focused {
	color:#757575;
}
.form-cmk label.character-count-reached {
	color:#FF6F00;
}
.form-cmk .field input.input-valid {
	background:url('default/icon-valid.png') no-repeat 95% center;
	background-size:24px;
}
.form-cmk .field input.input-invalid {
	background:url('default/icon-invalid.png') no-repeat 95% center;
	background-size:24px;
}
.form-cmk .field input.error,  .form-cmk .field input.error:focus, .form-cmk .field textarea.error,  .form-cmk .field textarea.error:focus {
	border-bottom:1px solid #F44336;
}
.form-cmk label.error {
	font-weight:normal;
	color:#F44336;
	font-size:12px;
	line-height:18px;
	display:inline-block;
}
.form-cmk label.help {
	font-weight:normal;
	color:#e0e0e0;
	display:inline-block;
	padding-top:12px;
	font-size:12px;
	line-height:14px;
}

.form-cmk label.help-focused {
	color:#757575;
	display:block;
}
.form-cmk label.help-shown {
	display:block !important;
}

.form-cmk .field input {
	line-height:48px;
	padding:0px;
	border:0px;
	border-bottom:1px solid #E0E0E0;
	outline:none;
	width:100%;
	font-size:16px;
	color:#212121;
}

.form-cmk .field input:disabled {
	background-color:#E0E0E0;
	color:#757575;
	padding-left:10px;
}

.form-cmk .field textarea {
	line-height:24px;
	padding:0px;
	border:0px;
	border-bottom:1px solid #E0E0E0;
	outline:none;
	width:100%;
	font-size:16px;
	color:#212121;
	min-height:72px;
	padding-top:12px;
}

.form-cmk .field input:focus, .form-cmk .field textarea:focus {
	border-bottom:1px solid #1976D2;
	color:#000;
}

form-cmk .field .checkbox {
	font-size:16px;
	color:#212121;
	font-weight:normal;
	margin-bottom:8px;
}

.form-cmk .field .checkbox input {
	width:auto;
	margin:0px 16px 0px 0px;
	position:inherit;
}

.form-cmk .field .radio {
	font-size:16px;
	color:#212121;
	font-weight:normal;
	margin-bottom:8px;
}

.form-cmk .field .radio input {
	width:auto;
	margin:0px 16px 0px 0px;
	position:inherit;
}

.form-cmk .field select {
	width:100%;
}

.form-cmk fieldset.submit {
	padding-bottom:8px;
	padding-top:24px;
}

.form-cmk fieldset.submit .action-cancel {
	display:inline-block;
	line-height:48px;
	color:#797979;
}

.form-cmk fieldset.submit .action-cancel:hover {
	color:#B71C1C;
}

.form-cmk fieldset.submit input.submit {
	float:right;
	min-width:120px;
	border:1px solid #1565C0;
	background-color:#1976D2;
	color:#fff;
	font-weight:normal;
	line-height:38px;
	margin:6px 0px 6px 16px;
	border-radius:3px;
	padding:0px 16px;
}

.form-cmk fieldset.submit input.submit-delete {
	background-color: #C62828;
	color:#fff;
	border-color:#B71C1C;
}

.form-cmk legend {
	font-size:12px;
	color:#90CAF9;
	border:none;
}

.form-cmk ul.vote-stars {
	list-style-type:none;
	display:table;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.form-cmk ul.vote-stars li {
	display:table-cell;
}

.form-cmk ul.vote-stars li a {
	width:36px;
	height:36px;
	background-image:url('default/star-empty.png');
	background-size:36px 36px;
	display:block;
	margin-right:8px;
	text-indent: -1000px;
}

.form-cmk ul.vote-stars li a:hover, .form-cmk ul.vote-stars li a.selected, .form-cmk ul.vote-stars li a.hover {
	background-image:url('default/star-filled.png');
}

.form-cmk .vote-helpers {
	display:table;
	width:220px;
	font-size:12px;
	color:#90CAF9;
}

.form-cmk ul.vote-helpers * {
	display:table-cell;
}

.grid-vehicles {
	list-style-type:none;
	padding:0px;
	/*margin:0px;*/
}

.grid-vehicles li {
	margin-bottom:15px;
}

.grid-vehicles li .box {
	background:#fff;
	border-radius:4px;
	border:1px solid #E6E9EC;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	-moz-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
}

.grid-vehicles li .image a {
	display:block;
	height:180px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:4px 4px 0px 0px;
	margin:0px;
}

@media (min-width: 992px) {
	.grid-vehicles li .image a {
		height:240px;
	}
}
@media (min-width: 1200px) {
	.grid-vehicles li .image a {
		height:280px;
	}
}
.grid-vehicles li .image img {
	display:none;
}

.grid-vehicles li .text {
	padding:24px 24px 12px 24px;
}

.grid-vehicles li .name {
	color:#565A5C;
	display:block;
	font-size:16px;
	line-height:32px;
}

.grid-vehicles li .model {
	color:#565A5C;
	display:block;
	font-size:30px;
	line-height:32px;
	margin-bottom:6px;
} 

.grid-vehicles li p {
	font-size:14px;
	line-height:21px;
	min-height:42px;
	color:#565A5C;
	display:block;
}

li .actions {
	border-top:1px solid #F1F1F1;
	position:relative;
	padding:0px;
	margin:0px;
}

li .share-panel {
	position:absolute;
	right:0px;
	height:72px;
	background-color:#fafafa;
	z-index:99;
	display:none;
	border-radius:0px 0px 6px 0px
}

li .share-panel .share-items {
	display:table;
	padding-top:28px;
}


li .share-panel .share-item {
	display:table-cell;
	padding-right:15px;
	vertical-align:top;
}

.grid-vehicles li .rates {
	float:right;
}

.grid-vehicles li .rates table th {
	color:#878787;
	font-size:14px;
	font-weight:300;
	padding-right:10px;
	line-height:32px;
}
@media (max-width: 992px) {
	.grid-vehicles li .rates table th {
		padding-right:0px;
	}
}
.grid-vehicles li .rates table td {
	color:#565A5C;
	font-size:14px;
	text-align:right;
	font-weight:300;
}

.grid-vehicles li .rates table tr:first-child th, .grid-vehicles li .rates table tr:first-child td {
	font-size:16px;
}

.actions .social {
	padding-top:12px;
}

.actions .social a {
	margin-right:15px;
}

li .actions .action-share {
	width:48px;
	height:48px;
	background:url('default/action-share.png') no-repeat center center;
	display:block;
	text-indent:-2000px;
	background-size:50%;
}

li .actions .buttons {
	overflow:hidden;
	padding:18px 0px;
	padding-right:30px;
}

li .actions .buttons a {
	display:inline-block;
	margin-left:15px;
	float:right;
}

li .actions .action-information {
	border-radius:18px;
	background:#fff;
	line-height:36px;
	padding:0px 10px 0px 0px;
	color:#2180DD;
}

li .actions .action-information span {
	background:url('default/arrow-blue.png') right center no-repeat;
	background-size:7px 12px;
	padding-right:18px;
}

li .actions .action-select {
	border-radius:18px;
	background:#2180DD;
	line-height:36px;
	padding:0px 18px;
	color:#fff;
}

li .actions .action-select:hover {
	text-decoration: none;
}

li .actions .action-select span {
	background:url('default/arrow-white.png') right center no-repeat;
	background-size:7px 12px;
	padding-right:18px;
}

h3.middle-title {
	margin-left:15px;
}

.list-vehicles {
	list-style-type:none;
	padding:0px;
	margin:0px 0px 24px 0px;
}
.list-vehicles li {
	width:100%;
	margin:0px;
	padding:0px;
	border:1px solid #E9ECEF;
	background:#fff;
	margin-bottom:15px;
}
.list-vehicles .image {
	padding:0px;
}
.list-vehicles .image a {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:200px;
	display:block;
}
.list-vehicles .image img {
	display:none;
}
.list-vehicles .text {
	padding:15px 15px 0px 15px;
	border-left:1px solid #E9ECEF;
}
.list-vehicles .name {
    color:#575B5D;
    font-size:16px;
    display:block;
  
}
.list-vehicles .model {
	font-size:24px;
	color:#575B5D;
	display:block;
}

.list-vehicles p {
	font-size:14px;
	color:#575B5D;
	display:inline-block;
}

.list-vehicles .card-buttons {
	border-top:1px solid #E9ECEF;
}

.list-vehicles .card-buttons div {
	padding:0px 15px;
}

.list-vehicles .prices {
	
}

.list-vehicles .vehicle {
	padding-top:15px;
	padding-bottom:15px; 
	margin-top:0px;
	margin-bottom:0px;
	border:1px solid #E9ECEF;
	border-top:0px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

.list-vehicles .vehicle:first-child {
	border-top:1px solid #E9ECEF;
}

.list-vehicles .vehicle-name {
	color:#565A5C;
	font-size:24px;
	margin:0px;
	padding: 0px;
	line-height: 36px;
}

.list-vehicles .vehicle-model {
	line-height: 24px;
	margin:0px;
	padding: 0px;

}

.list-vehicles .vehicle-icons {
	list-style: none;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

.list-vehicles .vehicle-icons li {
	overflow: hidden;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.list-vehicles .vehicle-gas {
	line-height: 24px;
	margin:0px;
	padding: 0px;

}
.list-vehicles .vehicle-fuel {
	line-height: 24px;
	margin:0px;
	padding: 0px;

}

.list-vehicles .vehicle-icons .vehicle-icon-icon {
	background-size:16px;
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	width:30px;
	height:30px;
}

.list-vehicles .vehicle-icons .vehicle-icon-gear {
	background-image:url('default/vehicle-icon-gear.png');
}

.list-vehicles .vehicle-icons .vehicle-icon-fuel {
	background-image:url('default/vehicle-icon-fuel.png');
}

.list-vehicles .vehicle-icons .vehicle-icon-name {
	float: left;
	text-align: left;
	color:#565A5C;
	font-size:14px;
}
.list-vehicles .vehicle-image img {
	max-width:100%;
	max-height: 80px;
	border:0px solid #565A5C;
	margin-top:-10px;
}

.list-vehicles .vehicle-select {
	color:#2982DA;
	font-size:24px;
	line-height: 60px;
	display: block;
	float: right;
	padding-right:30px;
	margin-right:10px;
	background-size: 16px;
	background-position: right center;
	background-image:url('default/icon-select.png');
	background-repeat: no-repeat;
}

.list-vehicles .vehicle-select:hover {
	text-decoration: none;
}

.card-button {
	color:#575B5D;
	padding:10px;
	display:inline-block;
}
.card-button-primary {
	color:#2180DD;
}

.grid-maptypes {
	list-style-type:none;
	border-top:1px solid #E9ECEF;
	border-left:1px solid #E9ECEF;
	margin:12px 0px;
	padding:0px;
}

.grid-maptypes li {
	border-right:1px solid #E9ECEF;
	border-bottom:1px solid #E9ECEF;
	margin:0px;
	padding:0px;
}

.grid-maptypes li label {
	display:block;
	width:100%;
	height:36px;
	margin:0px;
	padding:0px;
	background-color:#fff;
}

.grid-maptypes li input {
	display:inline-block;
	margin-left:12px;
	margin-top:12px;
}

.grid-maptypes li label span {
	display:inline-block;
	margin-left:12px;
	padding-left:12px;
	height:36px;
	line-height:36px;
	font-weight:300;
}

.grid-maptypes li label.active {
	background-color:#F3F8FD
}

#map-infowindow {
	position:absolute; bottom:24px; left:50%; padding:15px; width:320px; margin-left:-160px; height:100px; border:1px solid #E9ECEF; background-color:#fff; z-index:9999;;
	text-align:center;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	-moz-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	display:none;
}

#map-infowindow h1 {
	font-size:18px;
	font-weight:300;
	margin:0px;
	padding:0px;
}
#map-infowindow p {
	font-size:14px;
	font-weight:300;
	margin:0px;
	padding:0px;
}

.page-title {
	margin-bottom:24px;
}

.row-spacer {
	height:24px;
}

ul.box-posts {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

ul.box-posts li {

}

ul.box-posts li .post {
	background:#fff;
	border-radius:4px;
	border:1px solid #E6E9EC;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	-moz-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	margin-bottom:15px;
	color:#565A5C;
}

li .post .image img {
	width:100%;
	border-radius:4px 4px 0px 0px;
}

li .post .title {
	padding:0px 30px 0px 30px;
}

li .post .title h1, li .post .title h2, li .post .title h3, li .post .title h4 {
	font-weight: normal;
	font-size:24px;
	line-height:36px;
	color:#565A5C;
}

li .post .title a {
	color:#565A5C;
	text-decoration:none;
}

li .post .title a:hover {
	text-decoration:none;
	color:#757575;
}

li .post .meta {
	padding:0px 30px;
	font-style:italic;
	color:#9E9E9E;
}

li .post .excerpt {
	padding:0px 30px 15px 30px;
	font-size:20px;
	line-height:30px;
	color:#9E9E9E;
}

@media (max-width: 768px) {
	li .post .excerpt {
		font-size:16px;
		line-height:24px;
	}
}

li .post .excerpt p {
	margin:0px;
	padding:0px;
}



li .post .excerpt p a {
	color:#565A5C;
}

li .post .excerpt p a:hover {
	color:#757575;
	text-decoration: none;
}

li .post .body {
	padding:0px 30px;
	font-size:16px;
	line-height:24px;
}

li .post .body p {
	line-height:24px;
	margin-bottom:24px;
}

li .post .body ul, li .post .body ol {
	margin-bottom:24px;
}

li .post .body blockquote {
	font-style:italic;
	margin:0px 30px;
}

li .post .body table, li .post .body table * {
	border-color:#E0E0E0;
}

li .post .body table {
	
	margin:0px auto;
	margin-bottom:24px;
}

li .post .body table td {
	padding:15px;
}

ul.box-campaigns {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

ul.box-campaigns li {

}

ul.box-campaigns li .campaign {
	background:#fff;
	border-radius:4px;
	border:1px solid #E6E9EC;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	-moz-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	margin-bottom:15px;
}

li .campaign .image img {
	width:100%;
	border-radius:4px 4px 0px 0px;
}

li .campaign .title {
	padding:15px 30px;
}

li .campaign .title h1, li .campaign .title h2, li .campaign .title h3, li .campaign .title h4 {
	font-weight: normal;
	font-size:24px;
	line-height:36px;
	color:#565A5C;
}

li .campaign .title h3, li .campaign .title h4 {
	font-weight: normal;
	font-size:18px;
	line-height:24px;
	color:#565A5C;
}

li .campaign .title a {
	color:#565A5C;
	text-decoration: none;
}

li .campaign .title a:hover {
	color:#757575;
	text-decoration: none;
}

li .campaign .body {
	padding:0px 30px;
	color:#565A5C;
	font-size:16px;
	line-height:24px;
}

li .campaign .body h4 {
	font-size:14px;
	font-weight: bold;
	color:#9E9E9E;
}

/* Homepage */

#homepage-welcome {
	background-size:cover;
	background-position: center center;
	padding:0px;
	margin-bottom:24px;
	border-bottom:1px solid #E6E9EC;
}

#homepage-welcome .layer {
	/*background-image:url('/bundles/yoyosite/css/default/bg-overlay.png');*/
	width:100%;
	height:auto;
	padding:120px 0px 60px 0px;
}

#homepage-start {
	padding-bottom:60px;
}

@media (max-width: 768px) {
	#homepage-welcome .layer {
		padding:60px 0px 30px 0px;
	}
	#homepage-start {
		padding-bottom:30px;
	}
}

#homepage-start label {
	font-size:24px;
	color:#fff;
	font-weight:100;
	width:100%;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
	#homepage-start label {
		font-size:16px;
	}
}

#homepage-start input {
	width:100%;
	background:none;
	border:2px solid #fff;
	border-radius:4px;
	font-size:16px;
	color:#fff;
	line-height:36px;
	padding:0px 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	outline:none;
	margin-top:12px;
}

#homepage-start ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #E0E0E0;
}
#homepage-start :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #E0E0E0;
   opacity:  1;
}
#homepage-start ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #E0E0E0;
   opacity:  1;
}
#homepage-start :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #E0E0E0;
}

#homepage-start .twitter-typeahead {
	width:100%;
}

#homepage-start .tt-menu {
	background:#fff;
}

#homepage-start .tt-open {
	width:100%;
}

#homepage-start input.submit {
	background-color:#2982DA;
	border-color:#2982DA;
	color:#E0E0E0;
	text-align:center;
	font-weight:normal;
	text-shadow: 1px 1px 1px rgba(120, 120, 120, 0.6);
	margin-top:12px;
}

#homepage-start input.submit-active {
	color:#fff;
}

#homepage-start .tt-menu {
	-webkit-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	-moz-box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	box-shadow: 0px 0px 4px 4px rgba(230,233,236,0.2);
	background-color:#fff;
	max-height: 160px;
  	overflow-y: auto;
  	border-radius:0px 0px 4px 4px;
  	margin-top:-4px;
}
#homepage-start .tt-open {
	padding-top:0px;
}
#homepage-start .tt-dataset {
	display:table;
	width:100%;
}
#homepage-start .tt-suggestion {
	display:table-row;
	cursor:pointer;
	width:100%;
}
#homepage-start .tt-suggestion .name {
	line-height:32px;
	font-size:18px;
	color:#2982DA;
	display:table-cell;
	padding-left:15px;
}
#homepage-start .tt-suggestion .category {
	font-size:12px;
	line-height:32px;
	color:#565A5C;
	display:table-cell;
	text-align:right;
	padding-right:15px;
}
#homepage-start .tt-suggestion .count {
	font-size:12px;
	line-height:32px;
	color:#565A5C;
	display:table-cell;
	text-align:right;
	padding-right:15px;
	white-space: nowrap;
	max-width:60px;
}
#homepage-start h3.category {
	color:#565A5C;
	background:#E0E0E0;
	line-height:28px;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	display:table-row;
	width:100%;
}
#homepage-start h3.category span {
	display:table-cell;
	background:#E0E0E0;
}
#homepage-start h3.category span.name {
	padding-left:15px;
	line-height:28px;
}

#homepage-how {
	
}

#button-howitworks {
	margin:0px auto;
	display:block;
	line-height:48px;
	background: #fff;
	opacity:0.8;
	width:120px;
	text-align: center;
	border-radius: 4px;
	color:#2982DA;
	font-size:14px;
}

@media (max-width: 768px) {
	#button-howitworks {
		line-height: 36px;
	}
}

#button-howitworks:hover {
	opacity:1;
	text-decoration: none;
}

#homepage-howitworks {
	background-color:#2180DD;
	color:#fff;
	position: absolute;
	height:400px;
	display:block;
	top:-410px;
	left:0px;
	width:100%;
	z-index: 999;
}

#homepage-howitworks h2 {
	color:#fff;
	text-align:center;
	font-weight: normal;
	font-size:24px;
	line-height: 36px;
	margin-bottom:24px;
}

#howitworks-close {
	position:absolute;
	right:15px;
	top:15px;
	width:48px;
	height:48px;
	background:url('/static/styles/default/howitworks-close.png') no-repeat center center;
	display:block;
	z-index: 5;
}

#howitworks-steps {
	list-style-type: none;
	padding:0px;
}

#howitworks-steps li {

}

#howitworks-steps li img {
	margin:0px auto;
	display:block;
	margin-bottom: 12px;
	max-height: 240px;
}

#howitworks-steps li p {
	width:90%;
}

#howitworks-controller {
	list-style-type:none;
	width:158px;
	margin:0px auto;
	padding:0px;
}

#howitworks-controller li {
	display:inline-block;
	margin:0px;
	padding:0px;
}

#howitworks-controller li a {
	width:50px;
	height:50px;
	display:block;
	text-align:center;
}

#howitworks-controller li span {
	width:24px;
	height:24px;
	display:block;
	margin:12px;
	border-radius: 12px;
	background:#1C558F;
	color:#fff;
	font-size:14px;
	line-height: 24px;
}

#howitworks-controller li .active span {
	color:#1C558F;
	background:#fff;
}

#howitworks-controller li a:hover, #howitworks-controller li a:active {
	text-decoration: none
}

@media (max-width: 768px) {
	#howitworks-steps li {
		display:none;
	}
	#howitworks-steps li.active {
		display:block;
	}
}
@media (min-width: 768px) {
	#howitworks-steps li {
		display:block !important;
	}
}

.grid-stats {
	list-style-type: none;
}

.grid-stats li {

}

.grid-stats li .stat {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size:cover;
	background-position:center center;
	border-radius:12px;
	position:relative;
}

.grid-stats li .stat p {
	bottom:15%;
	left:0px;
	text-align:center;
	width:100%;
	position: absolute;
	color:#fff;
	padding:0px 30px;
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.grid-stats li .stat p span {
	font-weight: bold;
}

.grid-stats li .stat .image {
	width:120px;
	height:120px;
	position:absolute;
	left:50%;
	margin-left:-60px;
	top:10%;
}

.grid-stats li .stat .image img {
	width:100%;
	border-radius: 60px;
}

#stats-mobile .stat {
	background-image:url('/static/styles/default/stats-mobile.png');
}

#stats-location .stat {
	background-image:url('/static/styles/default/stats-location.png');
}

#stats-vehicle .stat {
	background-image:url('/static/styles/default/stats-vehicle.png');
}

#stats-doors .stat {
	background-image:url('/static/styles/default/stats-doors.png');
}

#stats-km .stat {
	background-image:url('/static/styles/default/stats-km.png');
}

#stats-music .stat {
	background-image:url('/static/styles/default/stats-spotify.png');
}

/* Invite */
.block-invite-member {
	border:1px solid #eee;
	background-color:#fff;
}
.block-invite-member .invite-image img {
	width:100%;
}
.block-invite-member .invite-content {
	padding:20px;
	
}
.block-invite-member .invite-content h1 {
	font-size:28px;
	line-height: 42px;
}
.block-invite-member .invite-steps {
	list-style-type: none;
	padding:0px 20px;
}
.block-invite-member .invite-steps li {
	padding-top:96px;
	margin:0px 0px 24px 0px;
}
.block-invite-member .invite-steps li h3 {
	text-align: center;
	color:#1976D2;
}
.block-invite-member #invite-step-1 {
	background:url('default/invite-step-1.png') no-repeat center top;
	background-size:auto 96px;
}
.block-invite-member #invite-step-2 {
	background:url('default/invite-step-2.png') no-repeat center top;
	background-size:auto 96px;
}
.block-invite-member #invite-step-3 {
	background:url('default/invite-step-3.png') no-repeat center top;
	background-size:auto 96px;
}
.block-invite-member h3 {
	color:#607D8B;
	text-align:left;
	line-height: 24px;
	min-height: 48px;
}
.block-invite-member input {
	margin:0px auto;
	display:inline-block;
	line-height: 46px;
	font-size:24px;
	padding:0px 12px;
	background-color:#ECEFF1;
	border:1px solid #B0BEC5;
	width:100%;
	margin-bottom:24px;
}
.block-invite-member .invite-copy {
	padding:0px 60px 40px 60px;
}
.block-invite-member .button-copy {
	background-color: #F1573C;
	color:#fff;
	padding:0px 12px;
	line-height: 48px;
	text-decoration: none;
	border-radius: 3px;
	display:inline-block;
	margin:0px auto;
	text-align: center;
	width:100%;
}
.block-invite-member .button-copy:hover {
	text-decoration: none;
	color:#eee;
}
.block-invite-member .invite-share {
	padding:40px 60px 40px 60px;
	background-color: #CFD8DC
}
.block-invite-member .invite-share-box {
	text-align: center;
	width:120px;
	height:120px;
	padding-top:30px;
	background-color: #ECEFF1;
	border:1px solid #B0BEC5;
	display: block;
	margin:0px auto;

}

/* Registration */
.registration-steps {
	font-size:24px;
	color:#565A5C;
}
.registration-steps .active {
	color:#2180DD;
}

/* Bootstrap Override */
.btn-primary {
	background:#2180DD;
	border:1px solid #1D6EBD;
	color:#fff;
}

/* Form Validation */
input.error {
	border:1px solid #C62828;
}
label.error {
	color:#C62828;
}

/* Override */
.noshow {
	display:none;
}

/* 3rd Party Override */
.select-bulk .chosen-single {
	background:none;
	width:100%;
	border:none;
	height:36px;
	border:none;
	line-height:36px;
}
.select-bulk .chosen-single div b {
	background-position:0px 8px;
}
.select-bulk.chosen-container-active .chosen-single {
	border:none;
	border-bottom:1px solid #2196F3;
	color:#2196F3;
}
.select-bulk.chosen-container-active .chosen-single div b {
	background-position:-16px 8px;
}
.select-bulk .chosen-results li.result-selected {
	color:#fff;
	background:#2196F3;
}

.select-bulk .chosen-results li.highlighted {
	color:#2196F3;
	background:none;
}
.select-filter .chosen-single {
	background:none;
	border:0px;
	border-bottom:1px solid #E0E0E0;
	border-radius:0px;
	box-shadow:none;
	height:48px;
	line-height:48px;
	font-size:14px;
	padding-left:48px;
	background:url('cmk/filter-filter.png');
	background-repeat:no-repeat;
	background-size:16px;
	background-position:16px 16px;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.select-filter .chosen-single div b {
	background-position:0px 16px;
}

.select-filter.chosen-container-active .chosen-single {
	border:none;
	border-bottom:1px solid #2196F3;
	color:#2196F3;
	background:url('cmk/filter-filter.png');
	background-repeat:no-repeat;
	background-size:16px;
	background-position:16px 16px;
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.select-filter.icon-sorting .chosen-single {
	background-image:url('cmk/filter-sorting.png');
}

.select-filter.chosen-container-active.icon-sorting .chosen-single {
	background-image:url('cmk/filter-sorting.png');
}

.select-filter.chosen-container-active .chosen-single div b {
	background-position:-16px 16px;
}

.select-filter.chosen-container-active .chosen-drop {
	border-top:1px solid #2196F3;
}

.select-filter .chosen-search {
	padding:12px;
}

.select-filter .chosen-results li.result-selected {
	color:#fff;
	background:#2196F3;
}

.select-filter .chosen-results li.highlighted {
	color:#2196F3;
	background:none;
}
.form-cmk .select .chosen-single {
	background:none;
	box-shadow:none;
	padding:0px;
	border:0px;
	border-bottom:1px solid #E0E0E0;
	outline:none;
	width:100%;
	font-size:16px;
	color:#212121;
	line-height:48px;
	border-radius:0px;
	display:block;
	min-height:48px;
}
.form-cmk .select .chosen-single.chosen-default {
	color:#BDBDBD;
	font-size:16px;
}
.form-cmk .select .chosen-single div b {
	background-position:0px 16px;
}

.form-cmk .select.select.chosen-container-active .chosen-single {
	border:none;
	border-bottom:1px solid #2196F3;
	color:#212121;
}
.form-cmk .select.select.chosen-container-active .chosen-single div b {
	background-position:-16px 16px;
}
.form-cmk .select.select.chosen-container-active .chosen-drop {
	border-top:1px solid #2196F3;
}

.form-cmk .select.select .chosen-search {
	padding:12px;
}

.form-cmk .select.select .chosen-results li {
	padding:8px 16px 8px 16px;
	font-size:16px;
	line-height:24px;
}

.form-cmk .select.select .chosen-results li.result-selected {
	color:#2196F3;
}

.form-cmk .select.select .chosen-results li.highlighted {
	color:#2196F3;
	background:#fafafa;
}
.form-cmk .select .chosen-single abbr {
	top:20px;
}
.form-cmk .select.chosen-container-multi .chosen-choices {
	border:0px;
	border-bottom:1px solid #e0e0e0;
	min-height:48px;
	box-shadow:none;
	background:none;
	line-height:48px;
	font-size:16px;
	padding:0px;
	
}
.form-cmk .select.chosen-container-multi .chosen-choices input.default {
	color:#bdbdbd;
	font-size:16px;
}
.form-cmk .select.chosen-container-multi .chosen-choices li.search-choice {
	border:1px solid #757575;
	line-height:36px;
	background:#fafafa;
	padding:0px 32px 0px 16px;
}
.form-cmk .select.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top:12px;
}

/* Pickadate */
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
	background-color:#2196F3;
}
.form-cmk select.picker__select--year, .filter-date select.picker__select--year {
	width:22.5%;
}
.form-cmk select.picker__select--month, .filter-date select.picker__select--month {
	width:35%;
}

/* Feedback Form Style */
.feedback-header {
	font-size:24px; 
	margin:0px; 
	padding:0px; 
	color:#4F4F4F;
}
.rating ul {
	display:table; 
	list-style-type:none; 
	margin:0px 0px 6px 15px; 
	padding:0px;
}

.rating ul li {
	display:inline-block; 
	padding:0px; 
	width:42px;
}
.rating ul li a {
	display:block; 
	height:40px; 
	width:42px; 
	background-image:url(/static/styles/default/feedback-rating-star.png); 
	background-repeat:no-repeat; 
	background-size:cover; 
	background-position:center center; 
	text-indent:-10000px;
}
.rating ul li a.hover { 
	background-image:url(/static/styles/default/feedback-rating-starred.png);
}
.rating ul li a.selected { 
	background-image:url(/static/styles/default/feedback-rating-starred.png); 
}
.rating .helpers { 
	width:225px; 
	font-size:12px; 
	color:#0272d5; 
	padding-left:15px; 
	opacity:0.8;
}
.feedback-label { 
	color:#4F4F4F; 
	font-size:18px; 
	margin-bottom:12px;
}
.feedback-form { 
	margin-bottom:48px; 
	max-width:480px;
}
textarea.feedback-textarea { 
	color:#0272d5;
	font-weight:bold;
	height: 54px;
    width: 480px;
}
input.feedback-submit { 
	background-color:#0272d5; 
	color:#fff; 
}
input.feedback-submit:hover {
 	background-color:#37CC26; 
 	color:#fff; 
}
.feedback-text p { 
	padding-top:24px; 
	padding-bottom:24px; 
	margin-left: 30px;
}

/* Views Account Pages CSS */
.system-messages {
	margin-bottom:24px;
	border:5px solid #fff;
}

.system-messages ul {
	padding:24px 24px 12px 24px;
	margin:0px;
	list-style-type:none;
	background:#e5e5e5;
	color:#333;
}

.system-messages ul  li {
	margin-bottom:12px;
}

.system-messages ul  li a {
	text-decoration:underline;
	color:#111;
}

.system-messages ul.system-error {
	background-color:#C92A4A;
	color:#fff;
}

.system-messages ul.system-error a {
	color:#fff;
}

.system-messages ul.system-warning {
	background-color:#FFFBC9;
	color:#846028;
}

.system-messages ul.system-warning a {
	color:#846028;
}

.system-messages ul.system-success {
	background-color:#D6FFDD;
	color:#066516;
}

.system-messages ul.system-success a {
	color:#066516;
}

.system-messages ul.system-information {
	background-color:#D1E9FF;
	color:#193C5E;
}

.system-messages ul.system-information a {
	color:#193C5E;
}

.system-messages ul.system-suggestion {
	background-color:#D1E9FF;
	color:#193C5E;
}

.system-messages ul.system-suggestion a {
	color:#193C5E;
}