/*page style*/

body {
	font-family: 'Ubuntu Condensed', sans-serif;
	/*font-family: 'MS Sans Serif', Geneva, sans-serif !important;*/
	/*font-family: 'Roboto Condensed', sans-serif;*/
	
	margin: 0;
    padding: 0;
	background: url(../img/bg.webp) no-repeat center center;
	background-size: cover;
}


html.no-webp body {
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
:focus {
    outline: -webkit-focus-ring-color transparent 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: none;
    outline-width: 0px;
}
a:focus {
    outline: -webkit-focus-ring-color transparent 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: none;
    outline-width: 0px;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
.loader_label {
	display: block;
    color: white;
    font-size: 16px;
    z-index: 1001;
	position: absolute;
    top: 63%;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 0;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(5, 11, 16, 0.95);
	opacity:0.95;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
	-webkit-transition: all 0.5s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader_label, .st-div-status_error {
	display:none;
}
a {
	color:#fefefe !important;
}
#map {
	height:100%;
	width:100%;
	position:fixed!important;
	z-index:2;
	overflow:none;
}

/* dispaly maps copyright */
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
    display: none !important;
}
/* dispaly maps copyright */

/* maps select */
.gmnoprint:not(.gm-bundled-control) {
   /* display: none;*/
}
.gm-bundled-control .gmnoprint {
    display: block;
}
.map-control {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto','sans-serif';
    margin: 10px;
    display: none;
}
#map .map-control { display: block; }
.selector-control {
    font-size: 14px;
    line-height: 30px;
    padding: 2px;
	font-weight: bold;
}
/* maps select */

img#logo[alt="Soft Taxi"] {
    cursor: pointer;
	margin-top: 5px;
	width:62%;
	border:none !important;
	outline:none !important;
}
a img[alt="Soft Taxi"]:focus {
	border:none !important;
	outline:none !important;
}
a img[alt="Soft Taxi"]:hover {
	border:none !important;
	outline:none !important;
}
header {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 7px solid #d4d4d4;
	background: rgba(18, 33, 47, 0.3);
}
header .phones {
    list-style: none;
    position: relative;
	text-align:center;
    margin-bottom: 0;
	padding:0;
}
header .phones li {
    line-height: 1;
	height:26px;
}
header .phones li a {
    display: inline-block;
    color: #eee;
    font-size: 20px;
}
header .phones li a:hover {
    font-size: 21px;
    text-decoration: none;
}
header .phones li a:focus {
    text-decoration: none;
}
header .time {
	position: relative;
    display: block;
    width: 8em;
    float: right;
    height: 2.5em;
	color:#eee;
	font-size: 14px;
	line-height: 15px;
    padding: 0%;
    margin: 0%;
}
header .time .st-time{
	display:none;
	vertical-align: -webkit-baseline-middle;
}
header .app-lang {
    text-align: right;
}
.apps_icon_head{
	width: 100%;
    text-align: center;
    margin-top: 1%;
    min-height: 35px;
}
.apps_icon_head:hover img{
	width:57%;
}
ul.lang li{
	height: 34px;
	list-style: none;
}
select#lang_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #10202d;
	background-image: none;
    opacity: 0.55;
}
select#lang_select:hover {
    opacity: 1;
}
.lang.select {
	position: relative;
	display: block;
	min-width: 7.89em;
	float:right;
	height: 2.5em;
	line-height: 2;
	overflow: hidden;
	border-radius: .25em;
}
select#lang_select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 0.8em;
	color: #fff;
	cursor: pointer;
}
select#lang_select:disabled{
	opacity: 0.55;
	cursor: default;
}
select::-ms-expand {
	display: none;
}
.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 .5em;
	background: #10202d;
	pointer-events: none;
    line-height: 2.5em;
	opacity: 0.75;
	color:#b9b9b9;
}
.select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
footer {
    border-top: 7px solid #d4d4d4;
	color: #dedede;
	padding-top: 15px;
    padding-bottom: 10px;
	background: rgba(18, 33, 47, 0.3);
}
footer a{
	color: #dedede;
}
footer a:hover{
	color:#fefefe;
}
footer a:focus{
	color:#fefefe;
	text-decoration:none;
}
footer .contactinfo{
	float:left;
	line-height: 1.42857143;
	font-size:12px;
}
footer ul.apps_icon_foot{
	list-style: none;
}
footer ul.apps_icon_foot li{
	display:inline-block;
}
footer .app-footer {
    text-align: center;
}
footer .app-link-footer img{
	display:inline-block;
	width:100%;
}
footer .copy{
	text-align: right;
	color: #dedede;
	line-height: 1.42857143;
	font-size:12px;
}
footer .copy a{
	color: #dedede;
}
footer .copy a:hover{
	color: #dedede;
	text-decoration:none;
}
@media (max-width:1199px) {
    header {
		padding-top: 5px;
	}
	img#logo[alt="Soft Taxi"] {
		cursor: pointer;
		margin-top: 15px;
		width: 80%;
	}
	.app.inline{
		width:40%;
	}
	.apps_icon_head{
		width: 175px;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 2px;
		display: inline-table;
		padding:0;
	}
	.apps_icon_head img{
		width:80%;
	}
	.apps_icon_head:hover img{
		width:84%;
	}
	.inline, .inline3{
		display:inline-block;
	}
	header .time {
		display:none;
	}
	.phones{
		display:none;
	}
	.app-lang{
		float:right;
	}
	ul.lang li {
		height: auto;
	}
	ul.lang li{
		margin-top: 25px;
	}
	footer .copy_div{
		float:right;
	}
	footer .app-footer {
		text-align: center;
		margin-top: 0px;
	}
	footer .contactinfo{
		width:35%;
	}
}
@media (max-width:991px) {
	header .col-lg-4, header .col-lg-3, header .col-lg-2, header .col-lg-1, header .col-lg-5 {
		padding:0;
	}
	.apps_icon_head{
		width: 138px;
		padding-left:0;
	}
	.apps_icon_head img{
		width:100%;
	}
	.apps_icon_head:hover img{
		width:105%;
	}
	ul.lang{
		padding:0;
	}
	footer .inline3{
		display:block;
		text-align:center;
	}
	footer .copy_div{
		float: left;

		text-align:left;
	}
	footer .copy{
		text-align:left;
	}
	footer .app-footer {
		float:right;
	}
	footer .contactinfo{
		width:auto;
	}
}
@media (max-width:720px) {
	.app.inline {
		display:none;
	}
}
@media (max-width:580px) {
	footer .app-link-footer img {
		display:block;
	}
	footer ul.apps_icon_foot li {
		display:block;
		margin-bottom: 5px;
	}
	footer ul.apps_icon_foot {
		display:block;
		padding: 0;
	}
}
@media (max-width:430px) {
	ul.lang {
		display:none;
	}
	.inline {
		display:block;
		text-align: center;
	}
	img#logo[alt="Soft Taxi"] {
		width: 65%;
	}
	footer .contactinfo {
		float:none;
	}
	footer .app-link-footer img {
		display:none;
	}
	footer .copy_div {
		float: none;
		text-align:center;
	}
	footer .copy {
		text-align:center;
	}

}



/*form style*/

.blue {
    background-color: rgba(18, 33, 47, 0.9);
    padding-left: 60px;
    padding-right: 60px;
    color: #fff;
}
.blue label, .blue li, .blue p, .blue p.input {
    font-size: 18px;
    margin-bottom: 5px;
}
.blue a {
    color: #fff;
}
h2 {
    border-bottom: 1px solid #fff;
    font-size: 22px;
    margin-right: 25px;
}
h2 span {
    display: inline-block;
    padding-bottom: 2px;
    padding-right: 7px;
    margin-bottom: -2px;
}
.main {

}
.main .car-image {
    background: url(../img/main-bg-car.jpg) no-repeat center center;
    height: 835px;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.main .description {
    padding: 20px 270px 100px;
    text-shadow: #000 0 0 5px;
}
.main .description h1 {
    font-size: 60px;
    margin-bottom: 0;
}
.main .description p {
    font-size: 20px;
    margin: 0;
}
.main .description .btn {
    padding: 0;
    margin: 30px 0 15px;
}
.main .description .btn:focus {
    text-shadow: none;
    text-decoration: none;
    outline: 0;
}
.main .description .btn a {
    box-shadow: #000 0 0 5px 0;
    display: inline-block;
    background-color: #fc0;
    color: #000;
    border: 2px solid #fbaf5d;
    text-transform: uppercase;
    font-size: 32px;
    border-radius: 7px;
    padding: 7px 25px;
    text-shadow: none;
}
.main .description .btn a:hover {
    text-decoration: none;
}
.main .description .btn a:focus {
    text-decoration: none;
    outline: 0;
}
.main ul {
    margin-bottom: 25px;
    padding-top: 20px;
    margin-left: 40px;
}
.main ul li {
    font-size: 25px;
    text-align: left;
    padding-left: 20px;
    list-style: none;
    position: relative;
}
.main ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    left: 0;
    top: 17px;
    transform: translateY(-50%);
    box-shadow: #000 0 0 5px 0;
    position: absolute;
}
.blue ul li {
    font-size: 18px;
}
.blue ul li:before {
    top: 13px;
    box-shadow: none;
}
h1.box-head {
    background-color: #fc0;
    margin-top: 50px;
    font-size: 35px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    border: 2px solid #fbaf5d;
    margin-right: 100px;
    position: relative;
}
h1.box-head:after {
    content: "";
    position: absolute;
    right: -100px;
    top: -30px;
    background: url(../img/head-car.png) no-repeat center center;
    background-size: cover;
    width: 280px;
    height: 137px;
}
#inputbuildfrom, .inputbuildto {
    /*width: 85px;*/
}
input.left-input {
    width: 390px;
}
input.text-input {
    height: 35px;
    font-size: 18px;
    padding-left: 5px;
    color: #000;
    border: 1px solid #b7b7b7;
}
#username {
    width: 290px;
}
#smsCode{
    height: 35px;
    font-size: 18px;
    padding-left: 5px;
    color: #000;
    border: 1px solid #b7b7b7;
}
.description-container {
    margin-right: 25px;
}
textarea {
    border: 1px solid #b7b7b7;
    color: #000;
    font-size: 18px;
    height: 35px;
    padding-left: 5px;
    width: 100%
}
.ui-helper-hidden-accessible {
    display: block;
}
.ui-autocomplete {
	font-family: 'Ubuntu Condensed', sans-serif !important;
    padding: 0;
    border: 1px solid #b7b7b7;
	min-width: 100px;
    max-width: 390px;
    max-height: 200px;
    overflow-y: auto;
	/*overflow-y: hidden;*/
    overflow-x: hidden;
}
.ui-menu-item {
    background-color: #fff;
    list-style: none;
    padding-left: 5px;
    font-size: 16px;
    cursor: pointer;
}
.ui-menu-item a {
    color: #000 !important;
}
.ui-menu-item a:hover {
    text-decoration: none;
    color: #139700;
	font-weight:500!important;
}
.panel {
    background: 0 0;
    border-radius: 0;
    border-width: 0;
}
.panel .panel-body {
    border: 1px solid #b7b7b7;
    margin-right: 25px;
    background-color: #e6960a;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-left: 5px;
    opacity: 0;
    transition: .8s;
    min-height: 60px;
}
input[type=checkbox] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}
input[type=checkbox]+label {
    font-weight: 400;
}
input[type=checkbox]:not(checked) {
    position: absolute;
    opacity: 0;
}
input[type=checkbox]:not(checked)+label {
    position: relative;
    padding: 0 0px 0 35px;
	cursor: pointer;
}
input[type=checkbox]:not(checked)+label:before {
    cursor: pointer;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    transition: .3s;
}
input[type=checkbox]:not(checked):disabled+label:before {
	background: #ebebe4;
}
input[type=checkbox]:checked:disabled+label:before {
	background: #e8ba00;
}
input[type=checkbox]:checked+label:before {
    background-color: #e8ba00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
}
input[type=checkbox]:disabled+label:before {
	cursor:default;
}
input[type=checkbox]:disabled+label{
	cursor:default;
}
.st-div-error {
    margin-top: 5px;
}
.st-div-create {
    text-align: right;
    margin: 20px 0 15px;
}
input[type=button], input[type=submit] {
    background-color: #fc0;
    color: #000;
    border: 2px solid #fbaf5d;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 7px;
    padding: 7px 25px;
    margin-right: 25px;
}
input[type=button]:disabled, input[type=submit]:disabled {
	/*
	background-color: beige;
	border: 2px solid #8f8f8f;
	*/
}
.icon-div {
    position: relative;
    display: inline-block;
}
.icon-div #st-btncreate {
    padding-left: 43px;
}
.icon-div:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 52px;
    left: 2px;
    top: 2px;
    background: url(../img/order-btn-icon.png);
    background-repeat: no-repeat;
}
.costlable_no_route, .st-div-panel.st-div-tariff {
	display:none;
}
input.red, select.red, .streetto.addstreet.red input.inputstreetto {
    transition: .5s;
    border-color: #ed1c24;
    box-shadow: inset 0 0 10px 0 #ed1c24;
}
.nopadding{
	padding-left:0!important;
	padding-right:0!important;
}
.st-div-panel.st-div-preorder,.div-panel.st-extracost{
	display: flex;
    width: 100%;
}
b.remove_add{
	color:red;
	font-size:20px;
	cursor:pointer;
}
b.remove_add:hover{
	font-size:22px;
}
.st-btn_addAddress{
	font-size: 18px;
    margin-bottom: 5px;
    background: transparent;
    border: none;
    margin-top: 5px;
    border-bottom: 1px dashed #ffffff;
    width: max-content;
	cursor:pointer;
}
select+label{
    font-weight: 400;
}
select#ColTaxi {
    -moz-appearance: none;
    -webkit-appearance:none;
	cursor: pointer;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    transition: .3s;
    color: black;
    text-align: center;
    padding-left: 7px;
    font-size: 17px;
    font-weight: normal;
}
select#ColTaxi:disabled, select#dateto:disabled, select#hourto:disabled, select#mituteto:disabled, #extracost:disabled {
	cursor: default;
}
select#ColTaxi::-ms-expand {
    display: none;
}
#addAdrTo{
	font-size:20px;
}
label.coltaxi{
	padding-left:7px;
}
.st-div-buildfrom.div-build.col-lg-3, .st-div-porchfrom.col-lg-3, .st-div-buildto.div-build.col-lg-3, .st-div-porchto.col-lg-3, .st-div-porchto.col-lg-2,
.date.col-lg-6.nopadding, .time.col-lg-6.nopadding, .col-lg-1 {
	display:inline-block;
}
#dateto, #hourto, #mituteto, #extracost{
    cursor: pointer;
	width:95%;
	height: 35px;
    font-size: 18px;
    padding-left: 5px;
	padding-right: 5px;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    transition: .3s;
	color:black;
	margin-bottom:5px;
}
#hourto, #mituteto, #extracost{
	width:45%;
}
.tariffs.col-lg-2 {
	display:inline-flex;
}
 #tariffsradio input[type=radio]{
    margin: 7px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
#tariffsradio {
	min-height: 35px;
	display: block;
	margin-top: 15px;
}
#tariffsradio label{
    font-weight: 400;
	padding-left:5px;
	cursor:pointer;
}
#tariffsradio input:disabled {
	cursor:default;
}
#tariffsradio input:disabled+label {
	cursor:default;
}
label.no_avaible_cars {
	font-weight:400;
}
input[type=radio] {
	cursor:pointer;
}
.st-InCity{
	margin-top: 20px;
	margin-bottom: 10px;
}
.oo_incity_label{
	font-style:italic;
}
.st-div-status_error{
	z-index:1500;
	color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 0;
}
.st-div-status, .st-div-statustitle_preorder, .st-div-statustitle {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
	font-style: italic;
    font-weight: bold;
}
#st-cost, #nice_trip, #st-cost_label_noroute, #st-cost_label_cost, #for-cost-calc-label{
	text-align: left;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    vertical-align: middle;
    position: relative;
    top: 12px;
}
#for-cost-calc-label{
	font-size: 16px;
}
#st-cost_label_noroute, #st-cost_label_cost {
	float:left;
	margin-right: 5px;
}
#nice_trip {
	font-size: 22px;
    font-style: normal;
}
.st-div-status{
	margin-top:10px;
}
#taxityperadio {
	margin-left:-1%;
	width: 100%;
    display: block;
    height: max-content;
    position: relative;
	min-height: 92px;
}
.no_avaible_cars{
	margin-left:1%;
}
.taxitypes{
	display:inline-grid;
}
#taxityperadio input{
    padding:0;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
div:empty {
	display: none;
}
.tt6{background-image:url(../img/taxitypes/any.png);}
.tt0{background-image:url(../img/taxitypes/econom.png);}
.tt1{background-image:url(../img/taxitypes/comfort.png);}
.tt2{background-image:url(../img/taxitypes/cargo.png);}
.tt3{background-image:url(../img/taxitypes/minibus.png);}
.tt4{background-image:url(../img/taxitypes/business.png);}
.tt5{background-image:url(../img/taxitypes/premium.png);}
#taxityperadio input:active +.taxitypeslebel {opacity: 1;}
#taxityperadio input:checked +.taxitypeslebel, #taxityperadio input:disabled:checked +.taxitypeslebel {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
	opacity: 1;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.taxitypeslebel, #taxityperadio input:disabled +.taxitypeslebel {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:115px;
	height:82px;
	margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(0.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(0.8) grayscale(1) opacity(.7);
	filter: brightness(0.8) grayscale(1) opacity(.7);
	font-weight:400;
	/*line-height: 16px;*/
}
.taxitypeslebel{
	line-height:15px;
}
#taxityperadio input:disabled +.taxitypeslebel {
	cursor:default;
}
.taxitypeslebel:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}
 .serching_car {
	top:12px;
}
@-moz-keyframes serching_car {
	0% {
		background: #dde2e7;
	}
	10% {
		background: #fefefe;
	}
	40% {
		background: #dde2e7;
	}
}
@-webkit-keyframes serching_car {
	0% {
		background: #dde2e7;
	}
	10% {
		background: #fefefe;
	}
	40% {
		background: #dde2e7;
	}
}
@keyframes serching_car {
	0% {
		background: #dde2e7;
	}
	10% {
		background: #fefefe;
	}
	40% {
		background: #dde2e7;
	}
}
.serching_car:not(:required) {
	-moz-animation: serching_car 2000ms 300ms infinite ease-out;
	-webkit-animation: serching_car 2000ms 300ms infinite ease-out;
	animation: serching_car 2000ms 300ms infinite ease-out;
	background: #10202e;
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 0.4em;
	height: 0.4em;
	margin: 0 1.6em;
}
.serching_car:not(:required):before, .serching_car:not(:required):after {
	background: #10202e;
	content: '\x200B';
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	position: absolute;
	top: 0;
}
.serching_car:not(:required):before {
	-moz-animation: serching_car 2000ms 150ms infinite ease-out;
	-webkit-animation: serching_car 2000ms 150ms infinite ease-out;
	animation: serching_car 2000ms 150ms infinite ease-out;
	left: -1em;
}
.serching_car:not(:required):after {
	-moz-animation: serching_car 2000ms 450ms infinite ease-out;
	-webkit-animation: serching_car 2000ms 450ms infinite ease-out;
	animation: serching_car 2000ms 450ms infinite ease-out;
	right: -1em;
}
@media (max-width:1200px) {
	.container-fluid{
		padding:0;
	}
	.main {
		background: rgba(18, 33, 47, 0.95);
	}
	.main .container {
		padding: 0;
	}
	.main .car-image {
		height: auto;
		background: #139700;
	}
	.main .description {
		padding: 0 5px;
		width: 100%;
		text-shadow: none;
	}
	.main .description h1 {
		margin-top: 0;
		padding-top: 10px;
	}
	.main .description li, .main .description p {
		font-size: 20px;
	}
	.main ul {
		margin-left: 0;
		padding-left: 5px;
	}
	.main ul li {
		padding-left: 15px;
	}
	.main ul li:before {
		height: 10px;
		width: 5px;
		top: 15px;
		box-shadow: none;
	}
	h1.box-head {
		margin-top: 50px;
		font-size: 20px;
		padding: 10px;
		margin-right: 75px;
	}
	h1.box-head:after {
		right: -80px;
		top: -17px;
		background: url(../img/head-car.png) no-repeat;
		background-size: cover;
		width: 135px;
		height: 68px;
	}
	.blue .row {
		margin: 0;
	}
	#username, input.left-input {
		width: 100%;
	}
	.description-container {
		margin-right: 0;
	}
	#message {
		height: auto;
	}
	h2, input[type=button], input[type=submit] {
		margin-right: 0;
	}
	#st-btncancel, #st-btnnew {
		margin:5px;
	}
	textarea {
		height: auto;
	}
	.panel .panel-body {
		margin-right: 15px;
		margin-left: 15px;
	}
	.costing{
		float:left;
		width:50%;
	}
	#extracost{
		width:95%;
	}
	#taxityperadio{
		margin-top:0px;
		margin-bottom:10px;
		width:100%;
	}
}
@media (max-width: 991px){
	.costing {
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 30px;
	}
	.taxitypeslebel, #taxityperadio input:disabled +.taxitypeslebel {
		width: 100px;
	}
}
@media (max-width: 435px){
	.ui-autocomplete {
		width: calc(390px -250px);
	}
	#st-btnsms, #smsCode{
		margin:5px;
	}
}