﻿/*Add custom styles to the skin here */
/* WCAG Changes */
.checkout-header {
    font-size: 24px;
}

.screen-reader-only {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px); /*IE 6 and 7*/
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
}

a.user-link[aria-disabled] {
    display: none;
}

.search-box-label {
    display: none;
}
/* End WCAG Changes */

/* Popup Reservation Details */
.reservation-details {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
}

.reservation-details a {
    text-decoration: underline;
}

#modal-reservation-details h4, #modal-reservation-details p {
    text-align: center;
}

#modal-reservation-details .reservation-calendar {
    display: inline-block;
}

#modal-reservation-details .row > * {
    text-align: center;
}

#modal-reservation-details .reservation-input {
    display: none;
}
/* End Popup Reservation Details */.manage-creditcard-list {
	margin: 25px 0 25px 0;
}

.manage-creditcard-form {
	margin: 25px 0 25px 0;
}
.rental-page-background {
	background-image: url('/Images/rental-background.jpg');
	background-repeat: no-repeat;
}
.rental-page-background-top {
	background-image: url('/Images/rental-header-top.jpg');
	background-repeat: no-repeat;
}
.rental-page-background-instr {
	background-image: url('/Images/rental-header-top.jpg');
	background-repeat: no-repeat;
}
.rental-heading {
	text-align: center;
	font-size: 45px;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
}
.rental-video-heading {
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
hr.hr-rental {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 3px solid #333;
}
hr.hr-heading {
	margin-top: 10px;
	margin-bottom: 40px;
	border: 5px solid #000;
	width: 70%;
}
.rental-vid-border {
	text-align: center;
}
.rental-width {
	width: 99.58vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
img.rental-top-img {
	position: relative;
	top: 25px;
}
.rental-top-right {
	padding: 30px;
}
@media (min-width: 992px) {
.rental-top-right {
	padding: 80px;
}
}

.rental-section-2-bg {
	background-image: url('/Images/rental-section-bg.jpg');
	background-repeat: no-repeat;
	padding: 80px 20px 60px 20px;
}
.rental-heading-top {
	text-transform: uppercase;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
	font-size: 50px;
}
.rental-heading-1 {
	text-transform: uppercase;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
}
.rental-heading-2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Josefin Sans', sans-serif;
}
.rental-heading-3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}
.rental-heading-2-1 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Josefin Sans', sans-serif;
	    font-weight: 700;
}
.rental-heading-2-2 {
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0px;
	font-family: 'Josefin Sans', sans-serif;
	    font-weight: 700;
}
.rental-section-2-bg p {
	color: #fff;
	padding-top: 25px;
}
.rental-why p {
	padding-top: 25px;
}
.rental-button {
	background-color: #FF2727;
	border-color: #FF2727;
	font-size: 20px;
}
.rental-fonts {
	font-family: 'Josefin Sans', sans-serif;
}
.borderHeading {
	position: relative;
	border-bottom: 3px solid #FF2727;
	margin: 0 auto;
	display: block;
	width: 40%;
	height: 3px;
}
.rental-icon-img {
	padding-bottom: 10px;
}
.rental-contact h3{
	color: #000;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 23px;
}
.rental-contact {
	padding-top: 40px;
}
.btn-primary {
    color: #fff;
    background-color: #FF2727;
    border-color: #FF2727;
}
.rental-video-bg {
	background-color: #000;
	padding: 40px 0px;
}
iframe {
	width: 100%;
	}
body {
	font-family: 'Josefin Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Josefin Sans', sans-serif;
}
.C2BAccessoryRow > td:nth-child(4) {
	text-align: right;
}
.C2BAccessoryRowRequired > td:nth-child(4) {
	text-align: right;
}
.C2BMaintenanceRow > td:nth-child(4) {
	text-align: right;
}
.C2BMaintenanceRowRequired > td:nth-child(4) {
	text-align: right;
}
.C2BDeliveryRow > td:nth-child(4) {
	text-align: right;
}
.C2BDeliveryRowRequired > td:nth-child(4) {
	text-align: right;
}
/* .C2BAccessoryRow > td:nth-child(4):before {
	content: "$";
}

.C2BAccessoryRowRequired > td:nth-child(4):before {
	content: "$";
}

.C2BMaintenanceRow > td:nth-child(4):before {
	content: "$";
}

.C2BMaintenanceRowRequired > td:nth-child(4):before {
	content: "$";
}

.C2BDeliveryRow > td:nth-child(4):before {
	content: "$";
}
.C2BDeliveryRowRequired > td:nth-child(4):before {
	content: "$";
}
.totalamt > td > :before {
	content: "$";
} */
.C2BMaintenanceRowRequired > td:nth-child(1) {
	width: 75px;
}
.C2BAccessoryRow > td:nth-child(1) {
	width: 75px;
}
.C2BDeliveryRow > td:nth-child(1) {
	width: 75px;
}
.C2BMaintenanceRowRequired > td:nth-child(2) {
	width: 150px;
}
.C2BAccessoryRow > td:nth-child(2) {
	width: 150px;
}

.C2BDeliveryRow > td:nth-child(2) {
	width: 150px;
}
.panel-danger > .panel-heading {
    color: #eb2428;
    background-color: rgb(243 202 202 / 40%);
    border-color: rgb(243 202 202 / 40%);
}
@media (max-width: 767px) {
	.C2BDeliveryRow > td:nth-child(2) {
		display: none;
	}
}
@media (min-width: 768px) {
	.rental-page-background-top {
	min-height: 500px;
}
}
@media (max-width: 768px) {
	
	.rental-heading {
	font-size: 40px;
}
}
@media (max-wdith: 767px) {
	img.rental-top-img {
		position: inherit;
	}
	.rental-section-2-bg {
		padding: 20px;
	}
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.header-phone-number {
	padding-top: 25px;
}
@media (max-width: 767px) {
.top-left-menu li, .top-right-menu li, .top-right-menu li a {
    padding-right: 7px;
}
}