/*
Theme Name: Jenty
Theme URI: 
Author: MegaRost.org
Author URI: http://www.megarost.org/
Version: 1.0

*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.row, .clearfix {
	zoom: 1;
}
.clearfix:before, 
.clearfix:after, 
.row:before, 
.row:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, 
.clearfix:after {
clear: both;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	font-family: inherit;
	outline: none;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #43847c;
	border-radius: 7px;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'pt-sans-regular', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Page structure */
.site {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.container{
	width: 1000px;
	margin: 0 auto;
}
header .container{
	width: 998px;
	border-bottom: 1px solid #30827b;
	border-left: 1px solid #30827b;
	border-right: 1px solid #30827b;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}


/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding: 13px 0 12px;
	background: #363636;
	color: #fff;
}
footer[role="contentinfo"] h5 { font-weight: 400;}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #30827b;
}
a#confidential { text-decoration: none; }

.megarost-logo {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(images/megarost.png) no-repeat;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

/* 
-------------------------------------------------------------- */

.widget-area {
	float: right;
	width: 26.041666667%;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block;
	text-align: left;
	width: 100%;
	font-size: 0;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li {
	display: inline-block;
}
.main-navigation li a {
	display: block;
	outline:none;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	color: #30827b;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 12px;
	line-height: 15px;
	padding: 17px 12px 13px;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	color: #000;
}
.main-navigation li {
	margin: 0;
	position: relative;
	border-left: 1px solid #30827b;
}
.main-navigation li:last-child {
	border-right: 1px solid #30827b;
}
.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
	border-left: 0;
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;
	white-space: normal;
}
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #636363;
	font-weight: bold;
}
.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.571428571rem;
}


@font-face {
    font-family: 'pt-sans-regular';
    src: url('fonts/pts55f-webfont.eot');
    src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts55f-webfont.woff') format('woff'),
         url('fonts/pts55f-webfont.ttf') format('truetype'),
         url('fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt-sans-bold';
    src: url('fonts/pts75f-webfont.eot');
    src: url('fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts75f-webfont.woff') format('woff'),
         url('fonts/pts75f-webfont.ttf') format('truetype'),
         url('fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rubl-regular';
    src: url('fonts/rouble-webfont.eot');
    src: url('fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rouble-webfont.woff2') format('woff2'),
         url('fonts/rouble-webfont.woff') format('woff'),
         url('fonts/rouble-webfont.ttf') format('truetype'),
         url('fonts/rouble-webfont.svg#rubl-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.rubl { font-family: 'rubl-regular' }

header.site-header {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
header.site-header.show {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
header.site-header.active {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
body.admin-bar header.site-header {
	top:32px;
}
.site-logo {
	float: left;
	overflow: hidden;
	outline: none;
}
header.site-header .site-logo { 
	width: 76px; 
	margin-left: 2px;
}
.site-info .site-logo { 
	padding-bottom: 5px; 
}
.site-logo img {
	float: left;
	max-width: 100%;
}
.site-description {
	float: left;
	width: 200px;
	line-height: 15px;
	margin: 10px 15px 0;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #3c3c3c;
}
.site-info .site-description {
	margin: 20px 15px 0;
}
.site-info .call-block {
	padding-top: 7px;
}
.main-navigation {
	margin-top: 0;
	text-align: center;
	float: left;
}
.adress-block {
	float: left;
	margin: 15px 0 0 25px;
	color: #646464;
}
.adress-block .adress-text {
	float: left;
	padding-left: 18px;
	padding-right: 20px;
	width: 242px;
	text-align: center;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	background: url('images/location-icon.png') no-repeat left center transparent;
}
.adress-block .look-to-map {
	float: left;
	color: #646464;
	font-size: 12px;
	margin-top: 10px;
}
#bottom-info .look-to-map {
	display: none;
}
.call-block {
	float: right;
	width: 158px;
	text-align: center;
	color: #646464;
	padding-top: 5px;
}
.call-block .call-us {
	font-weight: 700;
	font-size: 13px;
}
.call-block .call-number {
	display: block;
	color: #646464;
	text-decoration: none;
	font-family: 'pt-sans-regular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 2px 0 0 23px;
	background: url('images/phone-icon.png') no-repeat left top transparent;
}
.call-block .call-number .bold { font-weight: bold;}
.call-block .order-call {
	font-size: 12px;
	color: #646464;
}
.site-header .call-block .order-call {
	display: none;
}

/* Welcome-block */
#welcome-block {
	overflow: hidden;
	height: 628px;
	position: relative;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
}
#welcome-block img {
	float: left;
	width: 100%;
}
#welcome-block h2.big-title { color: #ffffff;}
h2.big-title {
	color: #30827b;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 1.1;	
	text-transform: uppercase;
	text-align: center;
}
h2.main-slogan {
	padding: 20px 30px 10px;
	width: 730px;
	margin: 80px auto 0; 
	background-color: #fff;
	/* background-color: rgba(255,255,255,0.7); */
	background-color: rgba(0,0,0, 0.6);
}
#top-slogans {
	width: 470px;
	margin: 40px auto 80px;
	padding: 21px 15px 17px;
	background-color: #000;
	background-color: rgba(0,0,0, 0.6);
}
#top-slogans li.slogan {
	padding-left: 30px;
	padding-bottom: 16px;
	color: #ffffff;
	text-align: left;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 1.3;	
	text-transform: uppercase;
	background: no-repeat left top transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABrklEQVR4AY3A+2eVcQAH4M/e91zM2T1tEqWk3ycsIIH+i0BJgAimk2WxRFMh0w1RYcxCZbEhwGixQoElSMUykyLpCfA1UE8QVGgjCEZxDvN4h21sYBFdHEIQNNFCghrDCIIutv3bFQRBEwnaCIJFO63gFmYwi+d2eo02gk4QBE8VKxhHEARBcBiPFW/QQB0Ek4q7CIIhNNDEblQIgq7iPhLsUqwiCMZQo8YYmggGEATzivHgvOIgglFUqDGGJoJBvMJn7EMD3wC3g0XAMoIOgmAYLQT9WFdMIFgArAUfADcQtDGN6wiCAawrriIITgE2g1+AGQRHFNcwinXFFII+BBOA38EnwCUEI3im+K64iKCDGsFZwFawBHiBIAhe2ukCgj7UaCG4A3gbTAP+YAhBhWAJ0EXQhxpttBB8BDwM9isWEPQg6MUBBAOo0cYwgsuKY0Ewq5hEEATBCCq00UBwUrGMBEHwXvEA/QiCIAh6MKX4gT1I0EQwiDXFVzzCaRzHGcxhQ7GFcQQ9QQtNBBXm/J8n2IugF50gCDoIgqO4iVV8wU9sYg33cAJBUKGD+i9hWtFXI7k9awAAAABJRU5ErkJggg==');
}
#top-slogans ul li.slogan:last-child { padding-bottom: 0;}

a.button,
input[type="submit"] {
	display: inline-block;
	position: relative;
	border-radius: 5px;
	border: 1px solid #2c7670;
	padding: 16px 20px 12px;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.02em;
	color: #fff;
	outline: none;
	
	background: #4ed8cc;
	background: linear-gradient(top, #4ed8cc ,#30827b );
	background: -moz-linear-gradient(top, #4ed8cc , #30827b );
	background: -ms-linear-gradient(top, #4ed8cc ,#30827b );
	background: -o-linear-gradient(top, #4ed8cc ,#30827b );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#4ed8cc), color-stop(#30827b));
	background: -webkit-linear-gradient(top, #4ed8cc ,#30827b );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ed8cc', endColorstr='#30827b',GradientType=0 );
	
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(110,213,204,1.0);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(110,213,204,1.0);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(110,213,204,1.0);
	
	
	text-shadow: 0px 1px 1px rgba(75, 100, 35, 1);
	-moz-text-shadow: 0px 1px 1px rgba(75, 100, 35, 1);
	-webkit-text-shadow: 0px 1px 1px rgba(75, 100, 35, 1);
}

a.button:hover,
input[type="submit"]:hover {
	background: #6dece1;
	background: linear-gradient(top, #6dece1 ,#449d95 );
	background: -moz-linear-gradient(top, #6dece1 , #449d95 );
	background: -ms-linear-gradient(top, #6dece1 ,#449d95 );
	background: -o-linear-gradient(top, #6dece1 ,#449d95 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#6dece1), color-stop(#449d95));
	background: -webkit-linear-gradient(top, #6dece1 ,#449d95 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dece1', endColorstr='#449d95',GradientType=0 );
}
a.button:active,
input[type="submit"]:active {
	background: #30827b;
	background: linear-gradient(top, #30827b ,#4ed8cc );
	background: -moz-linear-gradient(top, #30827b , #4ed8cc );
	background: -ms-linear-gradient(top, #30827b ,#4ed8cc );
	background: -o-linear-gradient(top, #30827b ,#4ed8cc );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#30827b), color-stop(#4ed8cc));
	background: -webkit-linear-gradient(top, #30827b ,#4ed8cc );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30827b', endColorstr='#4ed8cc',GradientType=0 );
	
}

a.button:active::after,
input[type="submit"]:active::after {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background: transparent;
	-webkit-box-shadow: inset 0px 1px 9px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: inset 0px 1px 9px 0px rgba(0,0,0,0.42);
	box-shadow: inset 0px 1px 9px 0px rgba(0,0,0,0.42);
}
a.button.orange {
	border-color: #fdd099;
	background: #fdbe73;
	background: linear-gradient(top, #fdbe73 ,#f26522 );
	background: -moz-linear-gradient(top, #fdbe73 , #f26522 );
	background: -ms-linear-gradient(top, #fdbe73 ,#f26522 );
	background: -o-linear-gradient(top, #fdbe73 ,#f26522 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#fdbe73), color-stop(#f26522));
	background: -webkit-linear-gradient(top, #fdbe73 ,#f26522 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbe73', endColorstr='#f26522',GradientType=0 );
	
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	
	
	text-shadow: 0px 1px 1px rgba(181, 87, 36, 1);
	-moz-text-shadow: 0px 1px 1px rgba(181, 87, 36, 1);
	-webkit-text-shadow: 0px 1px 1px rgba(181, 87, 36, 1);
}
a.button.orange:hover {
	background: #fdca8d;
	background: linear-gradient(top, #fdca8d ,#f1763c );
	background: -moz-linear-gradient(top, #fdca8d , #f1763c );
	background: -ms-linear-gradient(top, #fdca8d ,#f1763c );
	background: -o-linear-gradient(top, #fdca8d ,#f1763c );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#fdca8d), color-stop(#f1763c));
	background: -webkit-linear-gradient(top, #fdca8d ,#f1763c );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdca8d', endColorstr='#f1763c',GradientType=0 );
}
a.button.orange:active {
	background: #f26522;
	background: linear-gradient(top, #f26522 ,#fdd099 );
	background: -moz-linear-gradient(top, #f26522 , #fdd099 );
	background: -ms-linear-gradient(top, #f26522 ,#fdd099 );
	background: -o-linear-gradient(top, #f26522 ,#fdd099 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#f26522), color-stop(#fdd099));
	background: -webkit-linear-gradient(top, #f26522 ,#fdd099 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26522', endColorstr='#fdd099',GradientType=0 );
	
}

.down-arrow {
	margin-top: 24px;
}
.down-arrow a {
	display: inline-block;
	outline: none;
	width: 21px;
	height: 19px;
	background: url('images/down-arrow.png') no-repeat center transparent;
}

/* Catalog */
.button-collapse {
	cursor: pointer;
}
.panel-collapse {
	display: none;
}
.short-title {
	background: #30827b;
	color: #fff;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	padding: 6px 0 3px 45px;
	text-transform: uppercase;
}
.veh-short {
	margin: 0 41px 0 49px; 
	padding-left: 11px;
	border-left: 1px dashed #30827b;
	border-right: 1px dashed #30827b;
	
	display: inline-block;
	font-size: 0;
	width: 897px;
}
.veh-short-contain {
	display: inline-block;
	font-size: 0;
	margin-bottom: 12px;
}
.veh-thumbnail {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.veh-thumbnail img {
	float: left;
	max-width: 100%;
}
.short-info {
	width: 250px;
	padding: 0 10px 0 24px; 
	display: inline-block;
	vertical-align: middle;
}
.short-info .feature {
	font-size: 16px;
	line-height: 22px;
}
.short-info .feature .value { font-weight: bold; }
.veh-short .button.details {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	min-width: 80px;
	text-align: center;
}
.price-block {
	margin-left: 64px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px; 
	
	
	font-size: 22px;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
}
.price-text {
	display: inline-block;
	vertical-align: bottom;
}
.currency-choice {
	margin: 0 0 0 5px;
	vertical-align: top;
	font-family: 'rubl-regular', Helvetica, Arial, sans-serif;
	font-size: 17px;
	height: 21px;
}
.veh-title {
	color: #30827b;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 0;
}
.veh-top { padding-bottom: 20px;  }
.veh-gallery { float: left; width: 492px;}
.veh-right-block { float: right; width: 486px; }
.veh-right-block .short-info { padding: 0;width: 240px; }
.veh-right-block .price-block {margin-left: 36px; }
.currency {font-family: 'rubl-regular', Helvetica, Arial, sans-serif; }

.veh-right-block .features-section {
	width: 240px;
	float: left;
	margin-right: 35px;
}
.veh-right-block .features-section:last-child { width: 210px; margin-right: 0;}
.section-title {
	color: #30827b;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.features-section .feature {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
.features-section .feature:last-child { margin-bottom: 0;}

.veh-bottom { padding: 22px 0; border-top: 1px dashed #30827b;}
.veh-bottom .column { float: left; width: 310px; margin-right: 35px;}
.veh-bottom .column:last-child { margin-right: 0;}
.veh-bottom .column .features-section {
	margin-bottom: 25px;
}
.veh-bottom .column .features-section:last-child {
	margin-bottom: 0;
}
.testdrive-block { position: relative; text-align: center; margin-bottom: 40px;}
.testdrive-block:before { content: ''; position: absolute; width: 100%; height: 50%; top: 0; left: 0; border-bottom: 1px dashed #30827b; }

/* Advantages */
#advantages {
	padding: 40px 0 75px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
}
.advantages-list {
	margin: 60px 0 0;
}
.adv-block {
	float: left;
	width:18%;
	margin: 0 1%;
	text-align: center;
}
.adv-logo {
	width: 142px;
	margin: 0 auto 30px;
	height: 142px;
	position: relative;
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position: center;
}
.adv-logo::before {
	content: '';
	position: absolute;
	top: -13px;
	bottom: -13px;
	right: -13px;
	left: -13px;
	
	border: 5px solid #30827b;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.adv-title {
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	color: #30827b;
	margin-bottom: 10px;
}
.adv-title {
	line-height: 17px;
	min-height: 34px;
}

/* how-we-work */
#how-we-work {
	padding: 67px 0 0;
}
#how-we-work h2 {
	color: #fff;
}
#steps {
	position: relative;
	height: 500px;
}

.animated {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
#steps .step {
	position: absolute;
	font-weight: 700; 
	font-size: 14px;
	line-height: 22px;
	text-shadow: 0 1px 1px #000;
	
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

#steps .s1, #steps .s2, #steps .s3, #steps .s4, #steps .s5, #steps .s6 {
	opacity: 0;
}
@-webkit-keyframes topSteps {
  0% { opacity:0; -webkit-transform:translate(-65px, 100px); }
  10% { opacity:1; }
  100% { opacity:1; -webkit-transform:translate(0, 0); }
}
@keyframes topSteps {
  0% { opacity:0; transform:translate(-65px, 100px); }
  10% { opacity:1; }
  100% { opacity:1; transform:translate(0, 0); }
}
@-webkit-keyframes bottomSteps {
  0% { opacity:0; -webkit-transform:translate(65px, -100px); }
  10% { opacity:1; }
  100% { opacity:1; -webkit-transform:translate(0, 0); }
}
@keyframes bottomSteps {
  0% { opacity:0; transform:translate(65px, -100px); }
  10% { opacity:1; }
  100% { opacity:1; transform:translate(0, 0); }
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
#steps.animated .s1, 
#steps.animated .s3, 
#steps.animated .s5 {
	-webkit-animation-name: topSteps;
	animation-name: topSteps;
}
#steps.animated .s2, 
#steps.animated .s4, 
#steps.animated .s6 {
	-webkit-animation-name: bottomSteps;
	animation-name: bottomSteps;
}
#steps .step.s1 {
	left: 48px;
	top: 70px;
}
#steps .step.s2 {
	left: 95px;
	top: 290px;
}
#steps .step.s3 {
	left: 378px;
	top: 70px;
}
#steps .step.s4 {
	left: 434px;
	top: 290px;
}
#steps .step.s5 {
	left: 650px;
	top: 70px;
}
#steps .step.s6 {
	left: 727px;
	top: 290px;
}

#steps .step .step-image {
	float:left;
	height: 145px;
	margin: auto;
	position: relative;
	width: 158px;
	z-index: 1;
}
#steps.animated .s2 .step-image, 
#steps.animated .s4 .step-image, 
#steps.animated .s6 .step-image {
	width: 146px;
}
#steps .step .step-image:after {
	content: '';
	display: block;
	height: 141px;
	left: 0;
	position: absolute;
	top: 0;
	width: 147px;
}
#steps .step .step-image span {
	display: block;
	position: relative;
	left: -13px;
	top: 16px;
	background: #30827b;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 16px;
	line-height: 41px;
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 2;
}
#steps .step p {
	float:right;
	width: 152px;
	color: #fff;
	margin-top: 38px;
}
#steps.animated .s3 p, 
#steps.animated .s4 p, 
#steps.animated .s6 p {
	width: 112px;
}
#steps.animated .line1, 
#steps.animated .line2, 
#steps.animated .line3, 
#steps.animated .line4, 
#steps.animated .line5 {
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#steps .line1 {
	background: url('images/dashes1.png') 0 0 no-repeat;
	height: 100px;
	left: 78px;
	position: absolute;
	top: 199px;
	width: 44px;
}
#steps .line2 {
	background: url('images/dashes2.png') 0 0 no-repeat;
	height: 111px;
	left: 198px;
	position: absolute;
	top: 190px;
	width: 206px;
}
#steps .line3 {
	background: url('images/dashes1.png') 0 0 no-repeat;
	height: 100px;
	left: 415px;
	position: absolute;
	top: 199px;
	width: 44px;
}
#steps .line4 {
	background: url('images/dashes3.png') 0 0 no-repeat;
	height: 103px;
	left: 538px;
	position: absolute;
	top: 200px;
	width: 157px;
}
#steps .line5 {
	background: url('images/dashes1.png') 0 bottom no-repeat;
	height: 92px;
	left: 709px;
	position: absolute;
	top: 209px;
	width: 44px;
}

/* Promo fuel */
#promo {
	background-position: center;
	position: relative;
	padding: 80px 170px 80px 210px;
	overflow: hidden;
}
#promo:before {
	content: '';
	position: absolute;
	background: url('images/fuel-can.png') no-repeat center transparent;
	width: 371px;
	height: 531px;
	top: 50px;
	left: 100px;
}

#promo-block {
	float: left;
	margin-top: 136px;
	width: 248px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	z-index:2;
	position: relative;
	
	padding: 12px 7px 0;
}
#promo-block .promo-title {
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
#promo-block .fuel-quantity {
	position: absolute;
	top:-31px;
	left: -28px;
	width: 56px;
	height: 56px;
	border: 3px solid #fff;
	background: #43847c;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 61px;
	
	-webkit-box-shadow: 0px 5px 1px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 5px 1px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 5px 1px 0px rgba(0,0,0,0.42);
}
.promo-counter {
	background: url('images/counter-bg.png') no-repeat center top transparent;
	height: 79px;
	margin-top: 8px;
}
.calend-block {
	float: left;
	width: 62px;
	text-align: center;
}
.calend-block div {
	height: 58px;
	line-height: 67px;
	font-size: 39px;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	color: #282828;
}

#promo-form {
	float:right;
	width: 276px;
	padding: 23px 20px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	z-index:2;
	position: relative;
	text-align: center;
}
.form-text {
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
form .separator {
	display: block;
	height: 1px;
	width:130px;
	margin: 15px auto;
	background: #43847c;
}
form input[type='text'],
form input[type='email'],
form textarea {
	padding: 15px 18px 13px;
	width: 238px;
	margin: 0 0 18px;
	font-size: 13px;
}

/* Testimonials */
#testimonials {
	padding: 50px 15px 0;
}
.carousele {
	width: 100%;
	height: 240px;
	margin: 90px 0;
}
.carousele .left_btn {
	width: 25px;
	height: 172px;
	float: left;
	cursor: pointer;
	background: url(images/arrow-left.png) no-repeat center; 
}
.carousele .right_btn {
	width: 25px;
	height: 172px;
	float: left;
	cursor: pointer; 
	background: url(images/arrow-right.png) no-repeat center;
}
.cont_slide_item {
	width: 810px;
	height: 240px;
	overflow: hidden;
	float: left;
	margin: 0 55px;
	position: relative;
}
.cont_slide_item ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}
.cont_slide_item ul li {
	float: left;
	width: 810px;
	height: 240px;
}
.cont_slide_item .left-block {
	float: left;
	width: 172px;
	text-align: center;
}
.cont_slide_item .img {
	width: 160px;
	height: 160px;
	position: relative;
	border-radius: 50%;
	margin: 6px auto 22px;
	 
}
.cont_slide_item .img img {
	width: 100%;
	float: left;
	border-radius: 50%;	
}
.cont_slide_item .img::before {
	content: '';
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	border: 6px solid #43847c;
	border-radius: 50%;
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.4);
}
.cont_slide_item .text {
	width: 524px;
	padding: 20px 26px;
	position: relative;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	border: 6px solid #43847c;
	border-radius: 16px;
	font-size: 16px;
	line-height: 21px;
	text-align: justify;
}
.cont_slide_item .text:before {
	content: '';
	width:33px;
	height: 26px;
	position: absolute;
	top:23px;
	left:-33px;
	background: url(images/testim-corner.png) no-repeat;
}
.testim-descr { font-weight: 400; margin-top: 3px;}

/* About us */
#about-us { padding: 32px 0 4px;}
.about-features { margin-top: 30px;}
.feature-block {
	float: left;
	width: 50%;
	display: inline-block;
	font-size: 0;
}
.feature-block .image {
	display: inline-block;
	width: 250px;
	height: 164px;
	vertical-align: middle;
}

.feature-block .image img {float: left;}
.feature-block .text {
	display: inline-block;
	width: 204px;
	padding-left: 23px;
	padding-right: 23px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.feature-block.bl-3 .text,
.feature-block.bl-4 .text {
	text-align: right;
}
.have-quest {
	float: left;
	width: 50%;
	height: 164px;
	text-align: center;
}
.question {
	color: #fff;
	text-transform: uppercase;
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-size: 25px;
	line-height: 32px;
	margin:20px 0 12px;
	text-shadow: 0px 1px 1px rgba(75, 100, 35, 1);
}
.have-quest .button {
	font-size: 16px;
}



#map { height: 488px; }

/* Wheel block */
#wheel-block {
	position: fixed;
	top: 50%;
	right: 0;
	width: 108px;
	height: 208px;
	margin-top: -104px;
	background: url('images/wheel.png') no-repeat transparent;
	z-index: 99;
}
#wheel-block .button.orange {
	width: 77px;
	padding: 8px 24px 6px;
	position: relative;
	left: -27px;
	top: 76px;
	
	font-family: 'pt-sans-regular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

/* Cars footer */
#cars-footer {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99;
	text-align: center;
	font-size: 0;
	
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#cars-footer.show {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.veh-link {
	display: inline-block;
	overflow: hidden;
	position: relative;
	outline: none;
}
.veh-link img { 
	float: left; 
	width: 100px; 
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.veh-link:hover img { width: 110px;}
.small-title { 
	position: absolute; left: 0; bottom: 0; 
	background: #30827b;
	background: rgba(48,130,123,0.7);
	color: #fff;
	width: 100%;
	font-size: 11px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
} 

#form_conf {
	display: none;
	padding: 0 10px;
	line-height: 19px;
}
#cboxContent #form_conf {
	display: block;
}
#form_conf p {
	margin: 10px 0; 
}

#recall-form,
#question-form,
#testdrive-form,
#thank-block { 
	display: none; 
	width: 276px;
	padding: 0 20px 0;
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	text-align: center;
}
#cboxContent #recall-form,
#cboxContent #question-form,
#cboxContent #testdrive-form,
#cboxContent #thank-block { display: block; }

label.error { display: none !important;}
form input[type='text'].error,
form input[type='email'].error,
form textarea.error { border-color: #c90e0e;}

.thank-logo {
	width: 170px;
	height: 94px;
	margin: 0 auto 35px;
	background: url('images/jenty-thank.png') no-repeat center;
}
.thank-title {
	font-family: 'pt-sans-bold', Helvetica, Arial, sans-serif;
	font-size: 44px;
	margin-bottom: 40px;
}
.thank-text {font-size: 16px; line-height: 20px;}

form .reciever,
form .from-field { 	display: none; }

#form-status,
.form-status { 	display: none; }
.hide {display: none;}

#curr-all-block{
	position: absolute;
	bottom:81px;
	right: 290px;
}