<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toggle,
[id^=drop] {
	display: none;
}



	
/* Positioning the navigation items inline */
nav ul li ul {
	background-color: #fff;
}
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
	display:block;
	padding:10px 15px;	
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	/*top: 60px; */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover &gt; ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:230px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li &gt; a:after {
/*	content: ' +';*/
}
li &gt; a:only-child:after { content: ''; }

.icon-dropdown{
	margin-left: 5px;
}

.icon-right-margin {
	margin-right: 3px;
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width : 1000px) {
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}



#portfolio {
/*	font-size: 0;*/
	/*margin: 0 -10px;*/
}

#filters {
	margin-bottom: 20px;
	text-align: center;
}

	#filters li {
		display: inline-block;
		margin-bottom: 10px;
	}

.element {
	width: 25%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

	.element figcaption {
		background: #FFF;
		padding: 25px;
	}

.three-column .element {
	width: 33.333333%;
}

.two-column .element {
	width: 50%;
}

/* =Media queries
-------------------------------------------------------------- */

@media (max-width: 991px) {
	#portfolio .element {
		width: 49%;
	}
}

@media (max-width: 600px) {
	#portfolio .element {
		width: 100%;
	}
}

.btn-filter {
	color: #0033A0;
	background-color: #fff;
	border-color: #2e6da4;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 16px;
	margin: 4px;
	/*height: 40px;*/
	vertical-align: middle;
	line-height: 40px;
}

.btn-filter-text {
	height: auto;
	line-height: initial;
	padding: 10px 15px;
	margin: 2px;
	background-color: #0033A0;
	color: #fff;
}


.btn-filter img {
	height: 40px;
	width: 100%;
	max-height: 40px;
	max-width: 60px;
}

.btn-filter-all{
	padding: 5px 25px;
}

.btn-filter.selected {
	background-color: #0cafed;
	color: black;
}

.btn-filter:hover{
	color: black !important;
}


.btn-filter-text:hover {
	color:#fff !important;
	background-color: #076799;
}

.btn-filter-text.selected {
	color: #fff !important;
	background-color: #076799;
}

.corp-veh-types .btn-filter img {
	height: auto;
	width: auto;
}

@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}

	100% {
		transform: none;
	}
}

@keyframes rotate-right {
	0% {
		transform: translate(-100%) rotate(-100deg);
	}

	100% {
		transform: none;
	}
}

.is-animated {
	animation: .6s zoom-in;
}

.service-widget{
	margin-bottom: 20px;
	min-height: 280px;
}

.search-btn-area{
	margin-top: 15px;
}

.btn-search{
	float: right;
	border-bottom-right-radius: 15px;
}
.main-container {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f3f5;
}

.vehicle-list {
	/*border: 1px solid #ededed;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	background-color: #f2f3f5;
	padding: 15px 20px;
	border-radius: 2px;
	border-bottom-right-radius: 30px;
	background-color: white;*/
}

.filter-area {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	background-color: #fff;
	border: 1px solid #ededed;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	border-bottom-right-radius: 30px;
}

.vehicle-search-item {
	padding: 5px;
	border: 1px solid #ededed;
	display: inline-block;
	margin-bottom: 10px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 20px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.search-filters{
	margin-bottom: 5px !important;
}

.vehicle-title {
	border-bottom: 1px solid #eeeeee;
	/* padding: 0; */
	padding-left: 10px;
	padding-top: 6px;
	/*margin-left: -5px;
	margin-right: -5px;*/
}

	.vehicle-title h4 {
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}

.vehicle-info{
	margin-top: 4px;
	margin-bottom: 8px;
}

.vehicle-info span {
	font-size: 13px;
	font-weight: normal;
	display: block;
}

.vehicle-info i {
	margin-right: 5px;
	color: #0033A0;
}

.vehicle-price-tag {
	margin-top: -7px;
	line-height: inherit;
	text-align: right;
}

	.vehicle-price-tag i {
		color: #000;
		font-size: 25px;
	}

	.vehicle-price-tag span {
		display: inline;
		font-weight: bolder;
		font-size: 25px;
	}

	.vehicle-price-tag p {
		font-size: 11px;
		float: right;
		margin-top: -10px;
	}

.btn-vehicle-not-available{
	font-size:12px;
}

.vehicle-info-panel {
	padding: 20px 0 20px 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.vehicle-buttons{
	padding: 5px 5px 10px 0;
}

.price-info{
/*	padding-right: 10px;*/
}

	.price-info h5 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.col-pad-3{
		padding-left: 3px;
		padding-right: 3px;
	}

.col-pad-7 {
	padding-left: 7px;
	padding-right: 7px;
}

.col-pad-10 {
	padding-left: 10px;
	padding-right: 10px;
}


/*.input-validation-error, .error {
	background: #FEF1EC;
	border: 1px solid #CD0A0A;
}*/

.form-control.error {
	border-color: #FCA5A5;
}

.error {
	color: #FF0000 !important;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.warning-panel {
	padding: 3px 12px;
	border: 1px solid #ededed;
	display: inline-block;
	margin-bottom: 10px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background-color: #e46c6c;
	color: #fff;
}

.container-with-color{
	background-color: #fff;
	/*padding-right: 0;
	padding-left:0;*/
}

.side-container {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	width: 100%;
	display: inline-block;
}

.nav-type-1 {
	background: #fff;
	width: 100%;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-bottom: 20px;
}

.sidebar-menu .nav-tabs &gt; li {
	float: none;
}

.nav-type-1 li {
	position: relative;
	border-radius: 6px;
	border-bottom: 1px solid rgba(120,120,120,.2);
}

	.nav-type-1 li a {
		display: block;
		padding: 20px 12px;
		font-size: 16px;
		color: #000;
		font-weight: 500;
		text-decoration: none;
		background: 0 0;
	}

.sidebar-menu .nav-tabs &gt; li.active &gt; a, .sidebar-menu .nav-tabs &gt; li.active &gt; a:hover, .sidebar-menu .nav-tabs &gt; li.active &gt; a:focus {
	color: #fff;
}

	.nav-type-1 li:hover a, .nav-type-1 li.active a, .nav-type-1 li.current a, .sidebar-menu .nav-tabs &gt; li.active &gt; a, .sidebar-menu .nav-tabs &gt; li.active &gt; a:hover, .sidebar-menu .nav-tabs &gt; li.active &gt; a:focus {
		border-radius: 6px;
		font-weight: bolder;
	}

		.sidebar-menu .nav-tabs &gt; li.active &gt; a, .sidebar-menu .nav-tabs &gt; li.active &gt; a:focus, .sidebar-menu .nav-tabs &gt; li.active &gt; a:hover {
			background: #0033A0;
			color: #fff;
		}

.nav-type-1 li:hover a, .list-type2 li.active a, .list-type2 li.current a {
	color: #fff;
}

.sidebar-menu .nav-tabs &gt; li &gt; a {
	margin-right: -1px;
}

.nav-type-1 li.active a, .list-type2 li.current a, .nav-type-1 li:hover a {
	background: #0033A0;
	color: #fff;
}

.rez-info-box{
	padding: 0 10px 15px;
}

.btn-action {
	background: #0033A0;
	color: #fff;
	float: right;
	border-radius: 4px;
	border-bottom-right-radius: 15px;
}

.btn-action-small{
	font-size: 15px;
	padding: 10px 15px;
}

.previous_button {
	background: #0033A0;
	margin-right: 7px;
}

.btn-selectcar {
	padding: 12px 25px;
}

@media (max-width: 1202px) {
	.btn-selectcar {
		padding: 12px 15px;
	}
}

@media (max-width: 1072px) {
	.btn-selectcar {
		padding: 12px 10px;
	}
}

@media (max-width: 990px) {
	.btn-selectcar {
		padding: 12px 25px;
	}
}

.margin-top-bottom-10{
	margin-bottom: 10px;
	margin-top: 10px;
}
</pre></body></html>