@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'BebasNeue';
	src: url(https://455819.claudeassets.com/20240708085401im_/https://zovitaxi.com/fonts/BebasNeue.eot);
	src:  url(https://cb6ea7.claudeassets.com/20240708085401im_/https://zovitaxi.com/fonts/BebasNeue.woff) format('woff'),
	url(https://cbdb95.claudeassets.com/20240708085401im_/https://zovitaxi.com/fonts/BebasNeue.ttf) format('truetype'),
	url(https://1c01fd.claudeassets.com/20240708085401im_/https://zovitaxi.com/fonts/BebasNeue.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
::selection {
  background: #cc76dd; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #cc76dd; /* Gecko Browsers */
}
h1 {
	font-size: 25px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 25px 0 10px 0;
	color: #3c3c3c;
}
h2 {
	font-size: 20px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 10px 0 20px 0;
	color: #9c9c9c;
}
h3 {
	font-size: 22px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin:0;
	color: #e3c344;
	line-height: 33px;
	margin-bottom: 18px;
}
h3.inverse {
	color: #3c3c3c;
}
h4 {
	font-size: 18px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	color: #9c9c9c;
}
h5 {
	font-size: 16px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	color: #3c3c3c;

}

a,
span  {
	font-family: 'BebasNeue';
	font-size: 22px;
	color: #3c3c3c;
	margin: 0;
	display: inline;
	line-height: 40px;

}
.t-head {
	margin: 25px 0;
}
.t-row {	
}
.outline {
	border: solid 3px #e3c344;
}
.bgr {
	padding: 18px 0 0 0;
	margin-bottom: 1px;
}
.black {
	background-color: #3c3c3c;
	
}
.black h3 {
	color: #fff;
}
.yellow {
	background-color:rgba(227, 195, 68, 0.7);	
}
.light-gray {
	background-color: #efefef;
}
.mid-gray {
	background-color: rgba(0,0,0,0.1);
}
.white {
	background-color: #fff;
}
.sms {
	background-color: #e5e5e5;
	margin: 0 0 30px;
	font-size: 18px;
	padding: 10px 10px 5px;
}
.sms p {
	margin:0;
	font-family: 'BebasNeue';
	font-size: 23px;
}
gray {
	color: #9c9c9c;
	font-family: 'BebasNeue';
	font-size: 22px;
	margin: 0;
	display: inline;
	line-height: 35px;
}
small {	
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
}
.logo {
	background-image: url(https://0d0be2.claudeassets.com/20240708085401im_/https://zovitaxi.com/img/header-bgr.jpg);
	margin: auto;
	text-align: center;
}
.logo a:hover {
	background: none;
}
.logo-index {
	
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
}
}
.logo a:hover {
	background: none;
}

.header {
	background-image: url(https://0d0be2.claudeassets.com/20240708085401im_/https://zovitaxi.com/img/header-bgr.jpg);
	height: 100px;
}
.header-index {
	background-image: url(https://102e51.claudeassets.com/20240708085401im_/https://zovitaxi.com/img/header-bgr-index.jpg);
	width: 100%;
	height: 140px;
} 
.menu-index {
	float: none;
	text-align: center;	
}
.menu-index li a {
	font-size: 30px;
	padding: 12px 15px 10px;
}
.menu-index li a:hover {
	font-size: 33px;
	transition-duration: .5s;
}
.navbar-toggle {
	margin-top: 54px;
}
.navbar-toggle .icon-bar {
	height: 3px;
	background-color: #3c3c3c;
}

.navbar-collapse.in {
  overflow-y: hidden;
  
}
.content {
	margin-bottom: 30px;
	
}
a, a:focus, a:visited,
span {
-webkit-transition-property: all;
-webkit-transition-duration: 0.2s;
-webkit-transition-delay: 0s;
-webkit-transition-timing-function: ease;
-moz-transition-property: all;
-moz-transition-duration: 0.2s;
-moz-transition-delay: 0s;
-moz-transition-timing-function: ease;
transition-property: all;
transition-duration: 0.2s;
transition-delay: 0s;
transition-timing-function: ease;

outline: none;
outline-offset: 0;
color: #3c3c3c;
text-decoration: none;
}
a.current, a.current:hover {
	background-color: rgba(60,60,60,1) !important;
	outline: none;
	color: #e3c344 !important;
}
a:hover, a:active{
	color: #3c3c3c;
	text-decoration: none;
	background-color: #e3c344;
	padding: 0 5px 0;
}
.lang {
	position:absolute;
  	top: 53px;
  	right: 80px;
}

ul.lang li,
ul.lang-index li {
	display: inline;
	list-style: none;
	margin-right: -5px;
}
ul.lang li a,
ul.lang-index li a {
	font-size: 18px;
	padding: 7px 10px 5px;
}
ul.lang li a.active,
ul.lang li a.active:hover,
ul.lang-index li a.active,
ul.lang-index li a.active:hover {
	background-color: rgba(60,60,60,1);
	color: #e3c344;
}

ul.lang li a:hover,
ul.lang-index li a:hover  {
	padding: 7px 10px 5px;
	color: #3c3c3c;
	background-color: rgba(60,60,60,.3);
}
.add img {
	margin: 0 auto 10px auto;	
}
.footer {
	background-color: #3c3c3c;
	width: 100%;
	height: 100px;
}
.footer p,
.footer-index p {
	font-size: 14px;
	color: #f5f5f5;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	margin: 40px 0 10px 0;
}
.footer a,
.footer-index a {
	color: #e3c344;
	padding-top: 2px;
}
.footer a:hover,
.footer-index a:hover {
	color: #3c3c3c;
}

@media (min-width: 1200px) {
.menu li a {
	font-family: 'BebasNeue';
	font-size: 20px;
	padding:17px 20px 16px 20px;
	display: inline;
	color: #3c3c3c;
}
.menu li a:hover {
background-color: rgba(60,60,60,0.3);
}
.menu li a:active, .menu li a:focus {
	background-color: rgba(60,60,60,1);
	outline: none;
	color: #e3c344;
}
}
@media (max-width: 1200px) {
.t-head-xs {
	display: none;
	visibility: hidden;
}
}
@media (max-width: 768px) {
.lang-index {
	position: absolute;
	top: 79px;
	right: 20px;
}
#menu-navbar-collapse {
	position: relative;	
	right: 0;
	background-color: #e2c344;
	text-align: center;
	z-index: 3;
}
#menu-navbar-collapse ul {
	margin: 25px 0;
	
}
#menu-navbar-collapse ul li a {
	padding: 23px 0 20px;
}
#menu-navbar-collapse ul li a:hover {
	background-color: rgba(60,60,60,.3);
}
}
@media (min-width:768px) {
.lang-index {
	position: absolute;
	top: 79px;
	right: 80px;
}
#menu-navbar-collapse {
	position: relative;
	top:62px;
	background-color: transparent;
}

.menu li a {
	font-family: 'BebasNeue';
	font-size: 20px;
	padding:17px 20px 16px 20px;
	display: inline;
	color: #3c3c3c;
	margin-right: -1px;
}
.menu li a:hover {
	background-color: rgba(60,60,60,.3);
}
.menu li a:active, .menu li a:focus {
	background-color: rgba(60,60,60,1);
	outline: none;
	color: #e3c344;
}

.visibility {
	display: inline;
	visibility: visible;
}
}
 @media (max-width: 800px) {

.logo {
		margin: auto;
		text-align: center;
}
.menu-xs li {
	display: block;
	text-align: center;
	padding: 0;
}
.menu-xs li a {
	font-family: 'BebasNeue';
	font-size: 30px;
	color: #3c3c3c;
	padding:20px !important;
}
.menu-xs li a:active, .menu-xs li a:focus {
	background-color: rgba(60,60,60,1);
	outline: none;
	color: #e3c344;
	}
.hide-sm {
		display: none;
	}
}
@media (max-width: 600px) {
	.add {
		display: none;
	}
	.content {
		width: 100%;
	}

}
@media (min-height: 550px) {
.footer-index {
	background-color: #3c3c3c;
	width: 100%;
	height: 100px;
	bottom: 0;
	position: absolute;
	}
}
@media (max-height: 571px) {
.footer-index {
	background-color: #3c3c3c;
	width: 100%;
	height: 100px;
	position: relative;
	margin-top: 400px;
	}
	
}
/*
     FILE ARCHIVED ON 13:26:38 Mar 30, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:54:07 Aug 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.6
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.041
  esindex: 0.009
  cdx.remote: 12.107
  LoadShardBlock: 130.453 (3)
  PetaboxLoader3.datanode: 106.97 (4)
  PetaboxLoader3.resolve: 131.235 (2)
  load_resource: 112.209
*/