@font-face {
	font-family: 'DIN Next LT Pro Heavy';
	src: url("../fonts/DINNextLTPro-Heavy.eot");
	src: url("../fonts/DINNextLTPro-Heavy.eot?#iefix") format('embedded-opentype'), url("../fonts/DINNextLTPro-Heavy.woff2") format('woff2'), url("../fonts/DINNextLTPro-Heavy.woff") format('woff'), url("../fonts/DINNextLTPro-Heavy.ttf") format('truetype'), url("../fonts/DINNextLTPro-Heavy.svg#DINNextLTPro-Heavy") format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Next LT Pro Bold';
	src: url("../fonts/DINNextLTPro-Bold.eot");
	src: url("../fonts/DINNextLTPro-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/DINNextLTPro-Bold.woff2") format('woff2'), url("../fonts/DINNextLTPro-Bold.woff") format('woff'), url("../fonts/DINNextLTPro-Bold.ttf") format('truetype'), url("../fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold") format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Next LT Pro Light';
	src: url("../fonts/DINNextLTPro-Light.eot");
	src: url("../fonts/DINNextLTPro-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/DINNextLTPro-Light.woff2") format('woff2'), url("../fonts/DINNextLTPro-Light.woff") format('woff'), url("../fonts/DINNextLTPro-Light.ttf") format('truetype'), url("../fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light") format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DIN Next LT Pro Regular';
	src: url("../fonts/DINNextLTPro-Regular.eot");
	src: url("../fonts/DINNextLTPro-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/DINNextLTPro-Regular.woff2") format('woff2'), url("../fonts/DINNextLTPro-Regular.woff") format('woff'), url("../fonts/DINNextLTPro-Regular.ttf") format('truetype'), url("../fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular") format('svg');
	font-weight: normal;
	font-style: normal;
}

.bold {
	font-family: 'DIN Next LT Pro Bold';
}

.regular {
	font-family: 'DIN Next LT Pro Regular';
}

.heavy {
	font-family: 'DIN Next LT Pro Heavy';
}

.light {
	font-family: 'DIN Next LT Pro Light';
}

.font-xxl {
	font-size: calc(32px + 16 * ((100vw - 320px) / 880));
}

.font-xl {
	font-size: calc(28px + 12 * ((100vw - 320px) / 880));
}

.font-lg {
	font-size: calc(24px + 12 * ((100vw - 320px) / 880));
}

.font-md {
	font-size: calc(20px + 10 * ((100vw - 320px) / 880));
}

.font-sm {
	font-size: calc(18px + 6 * ((100vw - 320px) / 880));
}

.font-xs {
	font-size: calc(14px + 4 * ((100vw - 320px) / 880));
}

.font-xxs {
	font-size: calc(14px + 2 * ((100vw - 320px) / 880));
}

.form-control {
	border: 1px solid #898989;
	font-family: 'DIN Next LT Pro Light';
	line-height: 1;
	padding-top: 0.75rem;
	padding-bottom: 0.5rem;
}

.form-control:focus {
	border-color: #b72026;
}

.form-control::-webkit-input-placeholder {
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'DIN Next LT Pro Light';
}

.form-control::-moz-placeholder {
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'DIN Next LT Pro Light';
}

.form-control:-ms-input-placeholder {
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'DIN Next LT Pro Light';
}

.form-control:-moz-placeholder {
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'DIN Next LT Pro Light';
}

.form-group.with-checkbox {
	align-items: baseline;
	display: flex;
}

.form-group.with-checkbox input[type=checkbox]{
	margin-right: 10px;
}

.form-group {
	margin-bottom: 0.5rem;
}

.form-group.with-checkbox label {
	font-size: 12px;
	cursor: pointer;
	color: #333;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.btn {
	font-family: 'DIN Next LT Pro Heavy';
	font-size: calc(11px + 7 * ((100vw - 320px) / 880));
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	border-radius: 8px;
}

.btn-primary {
	background: #b72026;
	padding: 1.25rem 2rem 1rem 2rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #b72026;
}

.btn-secondary {
	background: #38475a;
	padding: 1.25rem 2rem 1rem 2rem;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background: #38475a;
}

.btn-small {
	padding-top: 0.9rem;
	padding-bottom: 0.65rem;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	font-size: 14px !important;
}

.btn:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

a.btn-secondary {
	color: #fff !important;
}

* {
	outline: none !important;
}

html {
	font-size: calc(12px + 4 * ((100vw - 320px) / 880));
}

.text-underline {
	text-decoration: underline;
}

body {
	background: url("../img/background.jpg") #f5f5f5;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #333;
}

.left-right-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.page-content {
	overflow: hidden;
}

.p-relative {
	position: relative;
}

.white-bg {
	background: #fff;
}

.gray {
	color: #909090;
	font-size: 13px;
}

.primary {
	color: #b72026;
}

.secondary {
	color: #38475a;
}

.secondary-bg {
	background: #38475a;
}

.white {
	color: #fff;
}

.vatera {
	color: #f15d25;
}

.border-radius-top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.arrow-block {
	border-top: 35px solid #38475a;
	margin-top: 20px;
	position: relative;
}

.arrow-block:before {
	position: absolute;
	top: -75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-right: 21px solid transparent;
	border-bottom: 21px solid #38475a;
	border-left: 21px solid transparent;
	content: '';
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.modal .modal-dialog {
	max-width: 800px;
}

.modal .modal-dialog .modal-content {
	border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
	border: none;
}

.modal .modal-dialog .modal-content .modal-body .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.modal .modal-dialog .modal-content .modal-body .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	background: #38475a;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

footer a {
	color: #fff;
}

.navbar .navbar-collapse .nav-item .nav-link {
	color: #000;
	font-size: calc(14px + 4 * ((100vw - 320px) / 880));
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 2rem;
	margin-bottom: 0.25rem;
}

.social #___plusone_0 {
	margin-left: 7px !important;
	margin-right: 7px !important;
	margin-top: 2px !important;
	margin-bottom: -2px !important;
}

.social .twitter-share-button {
	margin-top: -8px;
}

.social .fb-like,
.social .fb-like span,
.social .fb-like span iframe {
	width: 190px !important;
}

.top-image {
	width: 110%;
	margin-left: -7%;
}

.top-image-2020-spring {
	width: 100%;
	padding-bottom: 10px;
}

h1.secondary-bg {
	padding: 1.5rem 15px 1.25rem 15px;
	margin: 0 -15px;
	line-height: 1;
}

.image {
	position: absolute;
	top: 0;
	left: 0;
	right: 15px;
	bottom: 0;
	background-size: cover;
}

.gradient-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: linear-gradient(#ededed, #fff);
	overflow: hidden;
}

ul {
	color: #38475a;
}

ul li {
	margin-bottom: 2rem;
	line-height: 1.75;
	position: relative;
}

ul li:before {
	position: absolute;
	top: 0.6rem;
	left: -1.1rem;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b72026;
}

.play {
	cursor: pointer;
}

.play .fa {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background: rgba(0, 0, 0, 0.25);
	text-align: center;
	line-height: 95px;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}

.play:hover .fa {
	background: rgba(0, 0, 0, 0.5);
}

.table-responsive {
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.table {
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 0.75rem solid #fff;
	margin-bottom: 0;
}

.table tr th {
	border: none;
	background: #05355b;
	color: #fff;
	font-family: 'DIN Next LT Pro Heavy';
	font-size: calc(15px + 5 * ((100vw - 320px) / 880));
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	padding-top: 1.8rem;
	padding-bottom: 1.6rem;
}

.table tr td {
	border: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75;
	background: #fff;
}

.table tr td b {
	font-weight: bold;
}

.search {
	padding-bottom: 1rem;
}

.scrollbar {
	padding: 0;
}

.scrollbar::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #38475a;
}

iframe[name=google_conversion_frame] {
	display: none !important;
}

#search #automatakereso_result h1 {
	font-size: calc(18px + 6 * ((100vw - 320px) / 880));
	font-family: 'DIN Next LT Pro Heavy';
}

#search #automatakereso_result h4 {
	font-size: calc(14px + 4 * ((100vw - 320px) / 880));
	font-family: 'DIN Next LT Pro Light';
	line-height: 1;
}

#search.search {
	height: 700px;
}

#search .col-sm-3 {
	padding-right: 0;
}

#search .col-sm-3 .col-sm-12:nth-child(2) {
	padding-right: 0;
	padding-bottom: 15px;
}

#search .col-sm-9 {
	padding-right: 15px;
}

#search input[type=text] {
	max-width: 100%;
}

#search .map div#mapControl {
	z-index: 1;
	border-bottom: none;
	background: none;
	color: #b72026;
	padding: 5px 0;
	margin-bottom: 0;
	margin-right: 1rem;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 2px;
	font-weight: 700;
}

#search .map div#mapControl .btn-default {
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 2px;
}

#search .map div#mapControl form {
	display: inline-block;
}

#search .map div#mapControl .btn-default,
#search .map div#mapControl .btn-default:focus {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #b72026;
	padding: 10px 36px;
	font-size: 12px;
	font-weight: 600;
	height: 24px;
	color: #b72026;
}

#search .map div#mapControl .btn-default.active:hover,
#search .map div#mapControl .btn-default:hover {
	background-color: #b72026;
	color: #fff;
}

#search .map div#mapControl .btn-default.active,
#search .map div#mapControl .btn-default.active:focus,
#search .map div#mapControl .btn-default:active,
#search .map div#mapControl .btn-default:active:focus {
	background-color: #b72026;
	color: #fff;
	border-color: #b72026;
}

#search .map .effect {
	background-color: #62bba5;
	background-blend-mode: multiply;
	mix-blend-mode: multiply;
	width: 100%;
	height: 668px;
	position: absolute;
	z-index: 1;
}

#search .map #googleMap {
	width: 100%;
	height: 285px !important;
}

.message-notify {
	border: 2px solid red;
	width: auto;
	display: inline-block;
	padding: 30px 35px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 5px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 100000;
	background: #fff;
}

#search .map .maplist {
	padding: 0 30px;
	display: none;
}

#search .map .maplist h1 {
	font-size: calc(22px + 10 * ((100vw - 320px) / 850));
	margin-top: 0;
}

#search .map .maplist p:last-child {
	background: none;
}

#search #googleMapModal .modal-dialog {
	max-width: 600px;
	width: 100%;
	max-height: 600px;
	height: 100%;
}

#search #googleMapModal .modal-dialog button.close {
	color: #fff;
	margin-top: 0;
	margin-right: 0;
}

#search #googleMapModal .modal-content {
	background-color: #62bba5;
	border: none;
	border-radius: 0;
}

#search #googleMapModal .modal-header {
	padding: 15px;
	border-bottom: 1px solid #5c7f76;
	background: #5c7f76;
}

#search #googleMapModal h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
}

#search #googleMapModal p {
	color: #fff;
}

@media screen and (min-width: 1170px) {
	h1 {
		font-size: 48px;
	}

	.btn-primary.btn-sm,
	.btn-primary.btn-sm.active:focus,
	.btn-primary.btn-sm:active,
	.btn-primary.btn-sm:active:focus,
	.btn-primary.btn-sm:focus {
		font-size: 16px;
	}

	#search .map .maplist h1 {
		font-size: 32px;
	}
}

@media screen and (min-width: 1200px) {
	.font-xxl {
		font-size: 48px;
	}

	.font-xl {
		font-size: 40px;
	}

	.font-lg {
		font-size: 36px;
	}

	.font-md {
		font-size: 30px;
	}

	.font-sm {
		font-size: 24px;
	}

	.font-xs {
		font-size: 18px;
	}

	.font-xxs {
		font-size: 16px;
	}

	.btn {
		font-size: 18px;
	}

	html {
		font-size: 16px;
	}

	.navbar .navbar-collapse .nav-item .nav-link {
		font-size: 18px;
	}

	.table tr th {
		font-size: 20px;
	}

	#search #automatakereso_result h1 {
		font-size: 24px;
	}

	#search #automatakereso_result h4 {
		font-size: 18px;
	}
}

@media screen and (min-width: 1920px) {
	#search h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 1200px) {
	h1 {
		line-height: 48px;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		line-height: 40px;
	}
}

@media screen and (max-width: 768px) {
	.left-right-padding {
		margin-left: -5px;
		margin-right: -5px;
	}

	.logo {
		display: block;
		margin: 1rem auto 2rem auto;
	}

	.top-image {
		width: 100%;
		margin: 1rem 0;
	}

	.image {
		height: 0;
		padding-top: 100%;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 767px) {
	#search.search {
		height: auto;
	}

	body {
		padding-top: 0;
	}

	.btn-primary.btn-sm,
	.btn-primary.btn-sm.active:focus,
	.btn-primary.btn-sm:active,
	.btn-primary.btn-sm:active:focus,
	.btn-primary.btn-sm:focus {
		padding: 17px 10px;
	}

	#search .map {
		padding: 20px 5px;
		margin-top: 0px;
	}
}

@media screen and (max-width: 474px) {
	#search .map div#mapControl .btn-default,
	#search .map div#mapControl .btn-default:focus {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 400px) {
	h1 {
		line-height: 30px;
	}
}

@media screen and (max-width: 378px) {
	#search .map div#mapControl .btn-default,
	#search .map div#mapControl .btn-default:focus {
		padding: 10px;
	}
}

@media screen and (max-width: 320px) {
	.font-xxl {
		font-size: 32px;
	}

	.font-xl {
		font-size: 28px;
	}

	.font-lg {
		font-size: 24px;
	}

	.font-md {
		font-size: 20px;
	}

	.font-sm {
		font-size: 18px;
	}

	.font-xs {
		font-size: 14px;
	}

	.font-xxs {
		font-size: 14px;
	}

	.btn {
		font-size: 11px;
	}

	html {
		font-size: 12px;
	}

	.navbar .navbar-collapse .nav-item .nav-link {
		font-size: 14px;
	}

	.table tr th {
		font-size: 15px;
	}

	#search #automatakereso_result h1 {
		font-size: 18px;
	}

	#search #automatakereso_result h4 {
		font-size: 14px;
	}

	h1 {
		font-size: 30px;
	}

	.btn-primary.btn-sm,
	.btn-primary.btn-sm.active:focus,
	.btn-primary.btn-sm:active,
	.btn-primary.btn-sm:active:focus,
	.btn-primary.btn-sm:focus {
		font-size: 12px;
	}

	#search h1 {
		font-size: 20px;
	}

	#search .map .maplist h1 {
		font-size: 22px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.btn-primary.btn-sm,
	.btn-primary.btn-sm.active:focus,
	.btn-primary.btn-sm:active,
	.btn-primary.btn-sm:active:focus,
	.btn-primary.btn-sm:focus {
		padding: 17px 20px;
	}
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
	img[src*=".svg"] {
		width: 100%;
	}
}

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

.form-control.error:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#mainform_error, .form-control.error ~ .error-block {
	display: block;
	color: #dc3545;
}

#fpheader {
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(180, 180, 180, 0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(180, 180, 180, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(180, 180, 180, 0.75);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#fpheader * {
	box-sizing: content-box;
}

div.vaterafutar-base-contain {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div.vaterafutar-base-contain > div#base-top-block {
	width: auto;
	height: 50px;
	text-align: left;
	position: relative;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-logo {
	display: block;
	float: left;
	padding-left: 5px;
	padding-top: 7px;
}

#base-top-logo img {
	width: 190px;
	height: auto;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-search {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	width: 30%;
	max-width: 240px;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-forum {
	display: block;
	float: right;
	width: 80px;
	height: 50px;
	font-size: 12px;
	line-height: 20px;
}

#base-top-forum a,
#base-top-pricetable a,
.logout-content a {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 10px;
	margin: 0 auto;
	display: block;
}

.logout-content a {
	padding: 15px 10px 15px 2px;
}

.logout-content ul {
	margin: 0;
	padding: 0;
}

.logout-content li {
	list-style: none;
}

.logout-content li:before {
	display: none;
}

.user-name-container {
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#base-top-forum a:hover,
#base-top-pricetable a:hover,
.logout-content a:hover {
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-pricetable {
	display: block;
	float: right;
	width: 100px;
	height: 50px;
	font-size: 12px;
	line-height: 20px;
}

div#base-top-pricetable.active a,
div#base-top-pricetable.active a:hover {
	color: #555;
	background-color: #e7e7e7;
	padding: 15px 10px;
	background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
	background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

div.vaterafutar-base-contain > div#base-top-block > div#base-top-vateralogin,
div.vaterafutar-base-contain > div#base-top-block > div#base-top-vateralogout {
	display: block;
	float: right;
	height: 50px;
	line-height: 20px;
}

#login-frame {
	position: absolute;
	width: 370px;
	height: 240px;
	background: white;
	z-index: 1000;
	top: 50px;
	right: 4px;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid white;
	border-radius: 4px;
}

.loginframe {
	border: none;
	width: 100%;
	height: 100%;
}

#base-top-vateralogin .dropdown {
	display: block;
	max-width: 140px;
	text-align: right;
	font-size: 12px;
	color: #777;
	font-weight: bold;
	padding: 15px 5px;
}

.dropdown .login-button {
	display: inline-block;
	cursor: pointer;
}

.dropdown .login-button:hover {
	color: #333;
	background-color: transparent;
}

#bgg {
	display: inline;
	height: 0px;
}

div#base-top-search form {
	padding: 0px;
	margin-left: 10px;
}

div#base-top-search form input {
	padding: 0px;
	margin: 0px;
	height: 30px;
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border: none;
	background: none;
	vertical-align: top;
}

div#base-top-search form input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

div#base-top-search input.base-search-input {
	display: inline-block;
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 4px 0 0 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	max-width: 175px;
	padding-left: 6px;
	float: left;
}

div#base-top-search .base-search-button {
	box-sizing: border-box;
	background-color: #f15d22;
	padding: 0 6px;
	color: #fff;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	width: 34px;
	height: 36px;
	border-radius: 0 4px 4px 0;
}
div#base-top-search input.base-search-input:focus::-webkit-input-placeholder {
	opacity: 0;
}

div#base-top-search input.base-search-input:focus:-moz-placeholder { /* Firefox 18- */
	opacity: 0;
}

div#base-top-search input.base-search-input:focus::-moz-placeholder { /* Firefox 19+ */
	opacity: 0;
}

div#base-top-search input.base-search-input:focus:-ms-input-placeholder {
	opacity: 0;
}
#selectedMachine caption {
	caption-side: top;
}
#googleMapModal caption {
	caption-side: top;
}
.pupcol{
	padding:15px 30px;
}

.terminaltitle{
	display:none;
	font-size:18px;
	
}
div.terminal-promo {
	border-style: solid;
	border-color: #b81618;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
}
div.terminal-selector-promo {
	font-size:16px;
	font-weight:bold;
}
div.terminal-selector-overload {
	padding: 5px 5px 10px;
	font-size: 14px;
	border: 1px solid #fff3cd;
	border-radius: 5px;
	background-color: #fff3cd;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
div.terminal-selector-overload.large-font {
	font-size: 16px;
}
span.small-capital {
	font-size: 16px;
	font-variant: all-petite-caps;
}
.dropdown #foxPostList {
	height: 400px;
	overflow-y: scroll;
	left: 0;
	padding-top: 0;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.48);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.48);
}
.dropdown #foxPostList .searchWrapper {
	position: sticky;
	top: 0;
	background: #fff;
}
.dropdown #foxPostList h5 {
	margin-top: 10px;
	padding: 10px;
	background: #eaeaea;
}
.dropdown #foxPostList .post-item {
	padding: 5px 15px;
	cursor: pointer
}
.dropdown #foxPostList .post-item.overloaded {
	background: #fff3cd;
}
.dropdown #foxPostList .post-item.specialPeriod {
	background-color:#B81618; 
	color:#FFF;
}
.dropdown #foxPostList .post-item.overLoadedTerminal {
	background-color:#fff3cd; 
	color:#856404;
}
.dropdown #foxPostList .post-item:hover {
	background: #f05c22;
	color: #fff;
}
.dropdown #dropdownMenuLink {
	background: #38475a;
	border-color: #38475a;
}

@media(max-width:767px){
	.dropdown #foxPostList {
		width: 100%;
	}
}
@media(min-width:768px){
	.dropdown #foxPostList {
		width: 600px;
	}
}
@media(min-width:992px){}
@media(min-width:1200px){}

a.pricerise {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
p.pricerise {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	border: solid 2px #B72026;
	background-color: #B72026;
	border-radius: 3px;
	color: white;
	width:147px;
	font-weight: 700;
}
.foxpost-red {
	color: #B72026;
}
div.login-encourage {
	font-size: 20px;
	font-weight: bold;
	color: #b72026;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 10px;
	border-top: 3px solid #38475a;
}

.foxpost-packing-btn a{
	display: block;
	border: 3px solid #B72026;
	color: white;
	background: #B72026;
	text-align: center;
	padding: 20px 0;
}

.foxpost-packing-btn a:hover{
	text-decoration: none;
}

.simply-white {
	color: #fff !important;
}

p.pricerise-warning-mainpage-gls {
	text-align: center;
	border: solid 2px #e2241d;
	background-color: #e2241d;
	border-radius: 5px;
	color: white;
	font-weight: 700;
	margin: 0 0 0 13px !important;
}
