/* General */
* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	color:#444;
}
body {
	font-size:1.4em;
}
a {
	color:#c8b274;
}

h1, h2, h3, h4, h5 {
	font-weight:700;
	text-transform: uppercase;
}
h5 {
	margin: 20px 0 0;
}
ul.ui-timepicker-viewport {
	list-style:none;
}
ul {
	list-style-type:square;
	margin:0;
}
li {
	margin-bottom:0;
}
input:focus {
	border-color:#c8b274 !important;
}
.button-orange {
	background-color:#c8b274;
	border-color:#c8b274;
	border-radius:0;
}

.button-fullwidth {
	width:100%;
}
.button-small {
	font-size: .8rem;
	height: 2.8rem;
	line-height: 2.8rem;
	padding: 0 1.5rem;
}
[type="checkbox"] {
	vertical-align:middle;
	margin-bottom:2px;
}
input.error {
	border-color:#ff0000;
	border-width:2px !important;
}
input.error + label {
	color:#f00;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.red-text {
	color:#ff0000;
}
img {
	border-style: none;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
}
.modal {
	max-width:1100px;
}

.modal-content {
	padding-bottom: 0px
}

.datepicker--cell.-current- {
	color:#c8b274 !important;
}

.datepicker--day-name {
	color:#c8b274 !important;
}

.datepicker--cell-day.-weekend- {
	background:#f6f6f6;
	border-radius:0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	background:#c8b274 !important;
}
.datepicker--cell.-selected-.-current- {
	color:#fff !important;
}
.datepicker--cell.-in-range- {
	background:#e88976 !important;
	color:#EEE !important;
}

.datepicker--cell.-range-to- {
	border:1px solid #e86045 !important;
	background:#e88976 !important;
	color:#EEE !important;
}

.datepicker--cell.-range-to-.-selected- {
	background:#c8b274 !important;
}
.swal-button {
	line-height: normal;
	background-color:#c8b274;
}
.swal-button:not([disabled]):hover {
	background-color:#606C76;
	
}
/* Layout */

#top-header, #main-container {
}
#top-header {
	width: 100%;
	padding: 25px 0;
	top: 0;
	left: 0;
	z-index: 999;
	height:100px;
	margin: 0 auto;
}

#top-header a {
	display:inline-block;
}

#menu {
	display:inline-block;
	color:#000;
	margin-right:10%;
	margin-top:10px;
	vertical-align:top;
	float:right;
}

#menu h1 {
	text-transform: uppercase;
	font-size:21px;
	margin:0;
}

#top-header>.inside {
	width: 90%;
	max-width: 986px;
	margin: 0 auto;
}

#main-container {
	width:100%;
	margin:0 auto;
	background:#f0f0f0;
}

#main-container > .inside {
	width:100%;
	max-width:960px;
	margin:0 auto;
}

#rental-data, #rental-data-form, #footer {
	padding:25px;
}

#rental-data {
	background:#fff;
	text-align:left;
}

#rental-data-form {
	background:#fff;
	padding: 35px 25px 0px;
}
#rental-data a.button {
	float:right;
}
#rental-cars {
	padding:0;
}
h4.car-title {
	margin-bottom:1rem;
	font-size:2rem;
}
.car {
	width: calc(33.3% - 20px);
	float:left;
	margin: 20px 10px;
	position:relative;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	background:#fff;
	position:relative;
	transition: all 200ms linear;
}
.car:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
}
.car-link {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	cursor:pointer;
}
.car > .column {
	margin-bottom:0;
}
.car-image {
	height:150px;
	background-size: cover !important;
	background-position:center center !important;
}
.car-details {
	margin-top:0px;
	padding:25px !important;
	height:270px;
}
#requirements, #insurance, #payment {
	font-size: 13px;
}
#campaign-form {
}
#campaign-input {
	width:100%;
	float:left;
}
#campaigncode {
	width:50%;
	margin-bottom:10px;
}
#campaign a.button {
	margin:10px 0 0 0px;
	height:4.3rem;
	line-height:4.3rem;
	width:50%;
}
.price-row {
	position:absolute;
	bottom:2rem;
}
.price-per-day {
	color:#c8b274;
	font-size:1em;
}
.price-per-day > .price {
	font-size:1.8em;
	font-weight:bold;
}
.total-price {
	font-size: 1em;
	font-weight:bold;
}
.station-price {
	font-size:0.8em;
}
.rental-summary {
	padding:15px 0;
	margin-bottom:15px;
	border-left:5px solid #aaa;
	background:#F0F0F0;
}
.rental-summary .column {
	margin-bottom:0;
}
.rental-summary .icon {
	padding-top:4px;
	font-size:1.5em;
}
#modal-title {
	margin-bottom:1.0rem;
}
#car-info .column {
	margin-bottom:5px;
}
#car-info p {
	margin:0;
}
.total-mileage {
	
}
#extrakm-amount {
	width:70px;
	padding:0 10px;
	text-align:center;
	border-radius:0;
	height: 33px;
}
.collection {
	margin: 0.5rem 0 1rem 0;
	border: 0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.collection .collection-item {
	background-color: transparent;
	line-height: 1.5rem;
	padding: 10px 0;
	margin: 0;
	border-bottom: 0;
}

#summary-price {
	font-size:0.9em;
	color:#000;
	background:#f0f0f0;
	padding:15px;
}
#summary-price > .column {
	margin-bottom:0;
}
#rental-duration {
	font-size:0.5em;
	margin-bottom:0;
	font-weight:normal;
}
#end-price {
	font-weight:bold;
	font-size:1.8em;
}
#cancellation-hint {
	border-top:1px solid #ccc;
	margin-top:15px;
	padding:10px 10px 0;
	margin-bottom:0;
	font-size:0.9em;
	font-weight:300;
}
#booking-form > div.column > div, #booking-form > div.column > div > div {
	position:relative;
}
.modal label {
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}
#booking-form label {
	left:0;
	top:-20px;
	position:absolute;
}
#booking-form .row label {
	left:1rem;
}
input[type=date] {
	width:100%;
	-webkit-appearance: textfield;
	background: transparent;
	color: #000;
}
input::-webkit-date-and-time-value {
    text-align: left;
}
select, input[type=text], input[type=email], input[type=tel], input[type=date] {
	background:#f0f0f0;
	border-width: 0;
	padding:0 20px;
	margin-bottom:30px;
	height:44px;
	border-radius:0;
}
#rental-data-form input, #rental-data-form select {
	padding:0 30px;
}
.column.location > .row > .column, .column.rental-start > .row > .column, .column.rental-end > .row > .column {
	position:relative;
}
#rental-data-form input + label, #rental-data-form select + label {
	left:10px;
	top:-20px;
	position:absolute;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
}
#rental-data-form i {
	left:20px;
	top:15px;
	position:absolute;
	font-size:14px;
}
#rental-data-form .button > i {
	position:relative;
	top:0;
	left:0;
}
input.invalid {
	background:#FDDCDD !important;
}
input.invalid + label {
	color:#ff0000;
}
#form-checkboxes {
	border:0px solid #b3b3b3;
	padding:0px;
}
#form-checkboxes .column {
	margin:10px 0 20px;
}
#form-checkboxes p {
	margin-bottom:0;
}
label.checkbox {
	position:relative;
	padding-left:30px;
	margin-bottom:12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.checkbox input {
	margin-bottom:0;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
}
label.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
label.checkbox input:checked ~ .checkmark {
  background-color: #c8b274;
}
label.checkbox input.invalid + span {
	color:#f00;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
label.checkbox input:checked ~ .checkmark:after {
  display: block;
}

label.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label {
	cursor:pointer;
}
#footer {
	margin-top:15px;
	padding:15px;
	background:#fff;
}

@media only screen and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) {
	.modal {
		width: 95%;
	}
	
	#rental-data-form > .row {
		display:block;
	}
	
	#rental-data-form > .row > .column {
		margin-bottom:20px;
	}
	.row .column.location {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.row .column.column-10 {
		width:50%;
		max-width:50%;
	}
	
	.rental-start > .row, .rental-end > .row {
		flex-direction: row;
	}
	
}

@media only screen and (max-width: 639px) {
	#rental-data {
		text-align:center;
	}
	#rental-data-form i {
		left: 10px;
	}
	#booking-form {
		margin-top:20px;
	}
	#rental-cars .row {
		flex-direction:row;
		flex-wrap:wrap;
	}
	.row .column.column-10, .row .column.column-20, .row .column.column-33, .row .column.column-40, .row .column.column-67 {
		max-width:100%;
	}
	.row .column.m1 {
		width:100%;
		max-width:100%;
	}
	.row .column.m2 {
		width:50%;
		max-width:50%;
	}
	.row .column.m3 {
		width:33.3%;
		max-width:33.3%;
	}
	.row .column.m4 {
		width:25%;
		max-width:25%;
	}
	.column.icon {
		display:none;
	}
	.modal {
		font-size:0.9em;
	}
	#top-header {
		padding: 15px 0px;
		text-align:center;
	}
	#top-header img {
		height: 30px;
	}
	#menu {
		margin:10px 0 0;
	}
	#main-container > .inside {
		width:100%;
	}
	#rental-data, #rental-data-form {
		font-size:0.9em;
	}
	#rental-data {
		text-align:center;
	}
	#rental-data a.button {
		float:none;
		margin-top:5px;
	}
	#rental-cars .car-image {
	}
	#rental-cars .car-details {
	}
	#rental-cars .price-row {
	}
	#rental-cars .car-details .row, #car-info .row, #summary-price .row {
		flex-direction: row;
	}
	.rental-summary {
		padding:15px;
	}
	.car {
		width: calc(100% - 30px);
		margin: 15px;
		font-size:0.9em;
	}

	.car .price-row .total-price, .car .price-row .price-per-day {
		text-align:left;
	}
	
	#costs-div {
		margin-top: 10px;
		position: relative;
		bottom: 0;
	}
	
	#summary-price, #form-checkboxes {
		padding:15px;
	}
	
	#campaign a.button {
		margin-left:0;
	}
	
	#btn-first {
		margin-top:0px;
	}
	
	#menu {
		display:block;
		float:none;
	}

}