/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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: 16px;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
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: "";
}


/* =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 {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
  margin: 5px 0;
font-size: 16px;
}
#contact_form_pop_order1 textarea {
width: 96%;
margin: 5px 0;
height: 40px;
}
#contact_form_pop_order2 textarea {
width: 96%;
margin: 5px 0;
height: 40px;
}
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;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #fff;
	background: #a65eb1;
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #84468e; 
  width: 100%;
  margin: 5px 0;
  font-size: 18px;
  text-transform: uppercase;
width: 100%;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
		background: #b76ac3;
		color: #fff;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #b76ac3;
		color: #fff;
}


/* 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%;
	float: left;
	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;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
	
}
.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;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	display:none;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 16px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.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;
}
.about-pic {
    max-width: 315px!important;
    float: left;
    margin: 0 10px 10px 0;
}
.about-ath{
margin-left:325px;
text-align:left;

}



/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	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"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =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: 15px 15px 10px 3px;
width: 200px;
	height: auto;
}
.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;
font-size: 24px;
}
.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;
	margin-bottom: -5px;
	font-size: 13px;
	font-size: 0.928571429rem;
	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;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: center;
	}
	.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 {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.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;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}





.warning1 {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    background-image: url('');
    background-color: #fff;
    color: #632B0A;
    border: 2px solid #632B0A;
    background-repeat: repeat-x, repeat-y;
    text-align: left;
    line-height: 16px;
}
.warning1:hover{
background-color: #00d4a4;
color: #fff;
border: 2px solid #00d4a4;
}
.warning1  h1{
text-align: center;
margin-bottom: 10px;
}

.warning1  h1 div{
font-size: 16px;
font-weight: bold;
text-align: center;
color: #a65eb1;
}
.warning1  h1 div:hover{
color: #fff;
}
.side-form{
width: 100%;
height: 300px;
padding: 5px;
}
.side-form .wpcf7 input.wpcf7-submit{
border: none;
text-transform: uppercase;
width: 210px;
border-radius: 0;
font-size: 14px;
font-weight: bold;
padding: 7px 0;
position: relative;
color: #84551C;
background: #a65eb1;

}

/* On hover */
.side-form .wpcf7 input.wpcf7-submit:hover{
cursor: pointer;
text-decoration: none;
background: #00d4a4;
color: #84551C;
}
/* On click */
.side-form .wpcf7 input.wpcf7-submit:active{
top: 1px;
color: #fff;
background: #00d4a4;
color: #84551C;
}
.side-form .wpcf7 input,
.wpcf7 textarea{
width: 200px;
padding: 5px;
margin: 5px;
color:#1D1D1D;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 20px;
border: 1px solid #C7C7C7;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.side-form .wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 input:active,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:active {
background: #FDFDFD;
outline: none;
}
.side-form .wpcf7 textarea{
height: 60px;
}
p {
font-size: 14px;
}





/* Стили */


@font-face {
font-family: 'Pt Sans';
src: url(../font/PtSans.ttf)/*tpa=http://retais.ru/font/PtSans.ttf*/;
}
@font-face {
font-family: 'Pt Sans Narrow';
src: url(../font/PtSansNarrow.ttf)/*tpa=http://retais.ru/font/PtSansNarrow.ttf*/;
}

body {
padding: 0;
margin: 0;
font-family: 'Pt Sans', sans-serif;
}
h1 {
font-weight: normal;
font-size: 24px;

}
button, .button {
cursor: pointer;
color: #fff;
text-transform: uppercase;
background: #4acd75;
border-bottom: 2px solid #3da961; 
}
button:hover, .button:hover {
background: #59e486;
}
.wrapper {
width: 100%;

position: relative;
}
.inner {
width: 1024px;
margin: 0 auto;
position: relative;
}
.fancybox {
cursor: -webkit-zoom-in;
}
#menu {
    background: #fff; 
    height: 60px;
    position: fixed;
    z-index: 25;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu.fixed {
	height: 30px;
	opacity: 0.9;
}
#menu.fixed:hover {
	opacity: 1;
}
#menu.fixed ul li a {
line-height: 30px;
}
#menu.fixed div.conts span {
display: none;
}
#menu.fixed div.conts span.phone {
display: inline-block;
line-height: 32px;
padding-left: 21px;
}
#menu.fixed #menu-in > a.callb {
    width: 166px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 2px 0 0 0px;
}


#menu-in {
}
#menu-in ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
#menu-in ul li {
    display: inline-block;
    margin: 0;
}
#menu-in ul li a {
    color: #20a47d;
	
    text-transform: uppercase;
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
    line-height: 60px;
    padding: 0 21px;
    height: 60px;
    display: block;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
#menu-in ul li a:hover {
background: #c493c6;
color: #fff;

}
#menu-in div.conts {
    display: inline-block;
    height: 60px;
    text-align: right;
}
#menu-in div.conts span {
    display: table;
    color: #27c194;
	padding-left: 25px;
	padding-bottom: 8px;
    
}    
#menu-in div.conts span.phone {
    font-size: 21px;
    line-height: 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	padding-left: 21px;
}
#menu-in > a {
    display: inline-block;
    float: right;
}
#menu-in > a.callb {
    width: 166px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
    margin: 13px 0 0 0px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#first {
	height: 785px;
	background: url(../img/122bg.png)/*tpa=http://2.vomber.ru/img/2bg.png*/ no-repeat center;
	box-shadow: inset 0 0 30px rgba(0,0,0,0.5);
}
#first-in h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'Pt Sans';
    margin: 77px auto;
    display: block;
    text-align: left;
    font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.85);
}
#first-in .girl {
	width: 403px;
	height: 611px;
	background: url(../img/girl.png)/*tpa=http://retais.ru/img/girl.png*/ no-repeat center;
	margin: -75px 0 10px 119px;
	overflow: visible;
	position: relative;
}
#first-in .girl > div {
position: absolute;
visibility: hidden;
}
#first-in .girl > .point1 {
width: 314px;
height: 136px;
background: url(../img/1-1.png)/*tpa=http://retais.ru/img/1-1.png*/ no-repeat center;
left: -129px;
top: 23px;
}
#first-in .girl > .point2 {
width: 307px;
height: 141px;
background: url(../img/1-2.png)/*tpa=http://retais.ru/img/1-2.png*/ no-repeat center;
left: -127px;
top: 171px;
}
#first-in .girl > .point3 {
width: 315px;
height: 228px;
background: url(../img/1-3.png)/*tpa=http://retais.ru/img/1-3.png*/ no-repeat center;
left: -132px;
top: 250px;
}
#first-in .girl > .point4 {
width: 354px;
height: 136px;
background: url(../img/1-4.png)/*tpa=http://retais.ru/img/1-4.png*/ no-repeat center;
right: -173px;
top: 23px;
}
#first-in .girl > .point5 {
width: 285px;
height: 140px;
background: url(../img/1-5.png)/*tpa=http://retais.ru/img/1-5.png*/ no-repeat center;
right: -112px;
top: 171px;
}
#first-in .girl > .point6 {
width: 226px;
height: 228px;
background: url(../img/1-6.png)/*tpa=http://retais.ru/img/1-6.png*/ no-repeat center;
right: -42px;
top: 250px;
}
#first-in .form-one {
width: 326px;
height: 360px;
/* background: url(../img/1cont-bg.png) no-repeat center; */
background-color: rgba(255,255,255,0.5);
box-shadow: 0 0 7px rgba(0,0,0,0.4);
position: absolute;
top: 175px;
right: 10px;
}
#first-in .form-one > span {
font-size: 24px;
text-align: center;
display: block;
margin: 13px;
}
#first-in .form-one > span b {
color: #ff000c;
font-weight: normal;
}
#first-in .form-one .line {
    font-size: 20px;
    color: #434343;
    background: #e0eefa;
    width: 326px;
    text-align: center;
    height: 29px;
    overflow: visible;
}
#first-in .form-one .line > span {
    color: #ff000c; 
    font-weight: bold;
    display: inline-block;
    background: url(../img/star.png)/*tpa=http://retais.ru/img/star.png*/ no-repeat center;
    text-align: center;
    width: 41px;
    height: 39px;
    line-height: 46px;
    margin-top: -6px;
}
#first-in .form-one form input {
    width: 220px;
    height: 27px !important;
    padding-left: 20px;
    font-size: 15px;
    display: block;
    border: 1px solid #7ab9d4;
    margin: -5px auto;
    border-radius: 4px;
    background: #fff;
}
#first-in .form-one input[type="submit"] {
width: 240px;
height: 45px !important;
cursor: pointer;
color: #fff;
text-transform: uppercase;
background: #a65eb1;
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #84468e; 
}
#first-in .form-one input[type="submit"]:hover{
background: #b76ac3;
}
#first-in .form-one form button {
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 50px;
    font-size: 18px;
	border-bottom: 3px solid #3da961;
	border-top: none;
	border-left: none;
	border-right: none;
}
#second-in h1 {
	text-align: center;
}
#second-in {
padding-bottom: 40px;
}

#second-in #video-one {
width: 512px;
height: 314px;
overflow: hidden;
margin: 0 auto;
position: releative;
}
#second-in #video-one .play-btn {
position: absolute;
top: 50%;
left: 50%;
margin: -28px 0 0 -61px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
#second-in #video-one .play-btn:hover {
-webkit-transform: scale(1.02);
-o-transform: scale(1.02);
-moz-transform: scale(1.02);
transform: scale(1.02);
}
#third {
background: #fff;
text-align: center;
padding-bottom: 5px;
}
#third-in > span {
font-size: 20px;
display: block;
padding: 10px 20px;
background: #fff;
border-radius: 20px;
margin-bottom: 20px;
margin-top: 25px;
}
#third-in > div {
    display: inline-block;

    min-width: 200px;
    text-align: center;
    vertical-align: top;
    margin: 10px 37px 0 0;
}
#third-in > div.point21 {
background: url(../img/2-1.png)/*tpa=http://retais.ru/img/2-1.png*/ no-repeat center top;
padding-top: 200px;
width: 21%;
}
#third-in > div.point22 {
background: url(../img/2-2.png)/*tpa=http://retais.ru/img/2-2.png*/ no-repeat center top;
padding-top: 200px;
width: 21%;
}
#third-in > div.point23 {
background: url(../img/2-3.png)/*tpa=http://retais.ru/img/2-3.png*/ no-repeat center top;
padding-top: 200px;
width: 21%;
}
#third-in > div.point24 {
background: url(../img/2-4.png)/*tpa=http://retais.ru/img/2-4.png*/ no-repeat center top;
padding-top: 200px;
width: 21%;
}
#third-in > div.point25 {
background: url(../img/2-5.png)/*tpa=http://retais.ru/img/2-5.png*/ no-repeat center top;
padding-top: 200px;
width: 21%;
}
#third-in > div.point26 {
background: url(../img/2-6.png)/*tpa=http://retais.ru/img/2-6.png*/ no-repeat center top;
padding-top: 200px;
width: 21%;
}
#third-in > div.point27 {
background: url(../img/2-7.png)/*tpa=http://retais.ru/img/2-7.png*/ no-repeat center top;
padding-top: 200px;
width: 21%;
}
#third-in .one-more, .one-more2 {
font-size: 25px;
display: block;
cursor: pointer;
width: 143px;
line-height: 39px;
text-align: center;
margin: 10px auto;
border-radius: 10px;
}
#third-in .show-one-more {
text-align: left;
padding: 20px 51px;
display: block;
font-size: 20px;
background: #f4f4f4;
color: #89388e;
border-radius: 20px;
margin-bottom: 20px;
margin-top: 25px;
}
#third-in .show-one-more span:first-child{
display: block;
text-align: center;
font-weight: bold;
font-size: 24px;
}
#third-in .show-one-more span {
display: block;
margin-bottom: 12px;
}
#fourth-in .what {
background: url(../img/4bg.png)/*tpa=http://retais.ru/img/4bg.png*/ no-repeat center top;
color: #fff;
font-size: 21px;
width: 671px;
height: 177px;
padding: 13px 10px 0px 260px;
margin: auto;
position: relative;
z-index: 1;
}
#fourth-in .what a {
color: #fff600;
font-style: italic;
font-size: 20px;
display: block;
cursor: pointer;
text-decoration: underline;
text-align: center;
margin: 20px 0 20px 0;
}
.what-more {
background: #e6eef9;
width: 859px;
padding: 83px 40px 30px 40px;
color: #000;
border-radius: 20px;
margin: -70px auto 20px;
display: none;
font-size: 18px;
overflow: hidden;
}
.what-more span {
display: block;
margin-bottom: 27px;
}
.what-more a:first-child img {
float: right;
margin: 0 0 10px 20px;
}
.what-more a img {
float: left;
margin: 9px 20px 0 0;
}
#fifth {
background: url(../img/5bg.jpg)/*tpa=http://retais.ru/img/5bg.jpg*/ no-repeat center bottom;
background-color: #f7fafb;
margin-top: 30px;
text-align: center;
min-height: 714px;
}
#fifth-in > div {
padding-top: 125px;
min-width: 140px;
display: inline-block;
text-align: center;
margin: 18px 55px 10px 0;
vertical-align: top;
font-size: 18px;
}
#fifth-in > div.point51 {
background: url(../img/5-1.png)/*tpa=http://retais.ru/img/5-1.png*/ no-repeat center top;
width: 18%;
}
#fifth-in > div.point52 {
background: url(../img/5-2.png)/*tpa=http://retais.ru/img/5-2.png*/ no-repeat center top;
width: 18%;
}
#fifth-in > div.point53 {
background: url(../img/5-3.png)/*tpa=http://retais.ru/img/5-3.png*/ no-repeat center top;
width: 18%;
}
#fifth-in > div.point54 {
background: url(../img/5-4.png)/*tpa=http://retais.ru/img/5-4.png*/ no-repeat center top;
width: 18%;
}
#fifth-in > div.point55 {
background: url(../img/5-5.png)/*tpa=http://retais.ru/img/5-5.png*/ no-repeat center top;
width: 18%;
}
#fifth-in > div.point56 {
background: url(../img/5-6.png)/*tpa=http://retais.ru/img/5-6.png*/ no-repeat center top;
width: 18%;
}
#fifth-in > div.point57 {
background: url(../img/5-7.png)/*tpa=http://retais.ru/img/5-7.png*/ no-repeat center top;
width: 20%;
}
#fifth-in .show-one-more2 {
text-align: left;
font-size: 18px;
padding: 0 0 103px 25%;
display: block;
}
#fifth h1 {
font-size: 22px;
text-align: center;
}



#sixth {
margin-top: -90px;
}
.sixth-wr {
background: #abcfea;
background: -moz-linear-gradient(left,  #abcfea 0%, #a1c8e7 16%, #eff6fb 51%, #eef5fb 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#abcfea), color-stop(16%,#a1c8e7), color-stop(51%,#eff6fb), color-stop(100%,#eef5fb));
background: -webkit-linear-gradient(left,  #abcfea 0%,#a1c8e7 16%,#eff6fb 51%,#eef5fb 100%);
background: -o-linear-gradient(left,  #abcfea 0%,#a1c8e7 16%,#eff6fb 51%,#eef5fb 100%);
background: -ms-linear-gradient(left,  #abcfea 0%,#a1c8e7 16%,#eff6fb 51%,#eef5fb 100%);
background: linear-gradient(to right,  #abcfea 0%,#a1c8e7 16%,#eff6fb 51%,#eef5fb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abcfea', endColorstr='#eef5fb',GradientType=1 );
}
#sixth-in {
background: url(../img/bg6.png)/*tpa=http://retais.ru/img/bg6.png*/ no-repeat left top;
height: 316px;
}

#sixth h1 {
width: 638px;
height: 64px;
font-size: 24px;
color: #fff;
display: block;
margin: auto;
text-transform: uppercase;
background: url(../img/title-bg.png)/*tpa=http://retais.ru/img/title-bg.png*/ no-repeat center top;
padding-top: 6px;
position: relative;
}
#sixth h1:before {
content: '';
width: 100%;
position: absolute;
background: rgba(12,137,174, 0.5);
height: 56px;
right: 638px;
top: 14px;
}
#sixth h1:after {
content: '';
width: 100%;
position: absolute;
background: rgba(12,137,174, 0.5);
height: 56px;
left: 638px;
top: 14px;
}
.six-form {
width: 410px;
text-align: center;
float: right;
margin: 30px 30px 0 0;
}
.six-form > span {
color: #229ec3;
text-transform: uppercase;
font-size: 23px;
display: block;
background: #fff;
border-radius: 20px;
width: 396px;
text-align: center;
margin-bottom: 20px;
}
.six-form  div.line {
	font-size: 18px;
}
.six-form  div.line > span {
    color: #ff000c; 
    font-weight: bold;
    display: inline-block;
    background: url(../img/star.png)/*tpa=http://retais.ru/img/star.png*/ no-repeat center;
    text-align: center;
    width: 41px;
    height: 39px;
    line-height: 46px;
    margin-top: -6px;
}
.six-form form input {
    width: 280px;
    height: 33px;
    padding-left: 20px;
    font-size: 15px;
    display: block;
    border: 1px solid #7ab9d4;
    margin: 10px auto;
    border-radius: 4px;
    background: #fff;
}
.six-form form button {
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
}
#seventh-in {
padding-bottom: 40px;
}
#seventh h1 {
background: #a65eb1;
color: #fff;
font-size: 32px;
padding: 8px;
border-radius: 7px;
}
#seventh-in .ilona {
    background: url(../img/face.png)/*tpa=http://retais.ru/img/ilona.jpg*/ no-repeat left top;
    padding-left: 250px;
}
#seventh-in .ilona h2 {
    color: #a65eb1;
    font-size: 30px;
    font-weight: normal;
}
#seventh-in .ilona span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
#seventh-in .ilona span i {
    color: #0090ff;
    display: inline-block;
    margin-right: 4px;
    font-style: normal;
}
#seventh-in .program {
    background: url(../img/program.jpg)/*tpa=http://retais.ru/img/program.jpg*/ no-repeat right top;
    padding-right: 347px;
}
#seventh-in .program > h2 {
    font-size: 30px;
    font-weight: normal;
}
#seventh-in .program > div {
    background: url(../img/prog-num.jpg)/*tpa=http://retais.ru/img/prog-num.jpg*/ no-repeat left top;
    padding-left: 51px;
    height: 306px;
}
#seventh-in .program > div span {
    display: block;
    font-size: 18px;
    min-height: 8px;
    padding: 0px 0 4px 0;
}
#eighth {
background: url(../img/bg8.jpg)/*tpa=http://retais.ru/img/bg8.jpg*/ no-repeat center top;
background-size: auto 1150px;
height: 1100px;
}
#eighth-in  h1 {
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#eighth-in  h2 {
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
text-align: center;
margin: 20px;
}
#eighth-in  table {
border-collapse: collapse;
margin: 20px auto 20px;
}
#eighth-in  table tr td .yes {
background: url(../img/span-yes.png)/*tpa=http://retais.ru/img/span-yes.png*/ no-repeat center;
width: 30px;
height: 30px;
display: inline-block;
}
#eighth-in  table tr td .no {
background: url(../img/span-no.png)/*tpa=http://retais.ru/img/span-no.png*/ no-repeat center;
width: 30px;
height: 30px;
display: inline-block;
}
#eighth-in  table tr td {
    text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

#eighth-in  table tr td:nth-child(2) {
background: rgba(0,0,0,0.5);
color: #fff;
}
#eighth-in  table tr td:nth-child(3), #eighth-in  table tr td:nth-child(4) {
background: rgba(0,0,0,0.5);
color: #fff;
}
#eighth-in  table tr td:nth-child(2), #eighth-in  table tr td:nth-child(3), #eighth-in  table tr td:nth-child(4) {
    width: 214px;
	color: #fff;

}
#eighth-in  table tr td:first-child {
    text-align: right;
    background: rgba(0,0,0,0.5);
	color: #fff;
    height: 33px;
	padding: 0 18px;
}
#eighth-in  table tr:first-child td {
font-size: 24px;
font-weight: bold;
background: none;
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#eighth-in  table tr:first-child td.base {
color: #fff;
font-size: 18px;
text-align: center;
background: #0090ff;
background: -moz-linear-gradient(top,  #0090ff 0%, #3f7bad 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0090ff), color-stop(100%,#3f7bad));
background: -webkit-linear-gradient(top,  #0090ff 0%,#3f7bad 100%);
background: -o-linear-gradient(top,  #0090ff 0%,#3f7bad 100%);
background: -ms-linear-gradient(top,  #0090ff 0%,#3f7bad 100%);
background: linear-gradient(to bottom,  #0090ff 0%,#3f7bad 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#3f7bad',GradientType=0 );
}
#eighth-in  table tr:first-child td.out {
color: #fff;
font-size: 18px;
text-align: center;
background: #fcb031;
background: -moz-linear-gradient(top,  #fcb031 0%, #eb8343 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb031), color-stop(100%,#eb8343));
background: -webkit-linear-gradient(top,  #fcb031 0%,#eb8343 100%);
background: -o-linear-gradient(top,  #fcb031 0%,#eb8343 100%);
background: -ms-linear-gradient(top,  #fcb031 0%,#eb8343 100%);
background: linear-gradient(to bottom,  #fcb031 0%,#eb8343 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb031', endColorstr='#eb8343',GradientType=0 );
}
#eighth-in  table tr:first-child td.year {
color: #fff;
font-size: 18px;
text-align: center;
background: #95c327;
background: -moz-linear-gradient(top,  #95c327 0%, #6d9311 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95c327), color-stop(100%,#6d9311));
background: -webkit-linear-gradient(top,  #95c327 0%,#6d9311 100%);
background: -o-linear-gradient(top,  #95c327 0%,#6d9311 100%);
background: -ms-linear-gradient(top,  #95c327 0%,#6d9311 100%);
background: linear-gradient(to bottom,  #95c327 0%,#6d9311 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c327', endColorstr='#6d9311',GradientType=0 );
}
#eighth-in  table tr:last-child td {
background: rgba(0,0,0,0.5);
}
#eighth-in  table tr:last-child td:first-child {
background: none;
}
#eighth-in  table tr.prices td {
color: #fff;
font-size: 24px;
font-weight: bold;
}
#eighth-in  table tr.prices td:first-child {
color: #fff;
font-size: 16px;
font-weight: normal;
}
#eighth-in  table .button {
    width: 190px;
    display: block;
    margin:  5px auto;
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    border-radius: 0;
}
#eighth-in .disapoint {
background: rgba(0,0,0,0.5);
color: #fff;
display: block;
font-size: 24px;
text-transform: uppercase;
padding-left: 138px;
height: 70px;
border-radius: 10px;
margin-top: 40px;
position: relative;
line-height: 70px;
}
#eighth-in .disapoint:before {
content: '';
display:block;
width: 158px;
height: 137px;
position:absolute;
top: -30px;
left: -17px;
background: url(../img/guaran.png) no-repeat;
}	
#eighth-in .how-to{

padding: 5px 25px 25px 25px;
background: rgba(0,0,0,0.5);
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.65);
margin-top: 40px;
}
#eighth-in .note1{
padding: 10px 10px 10px 10px;
background: rgba(0,0,0,0.5);
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.65);
font-weight: bold;
text-align: center;
margin: 20px 0 30px 0;
font-size: 22px;
}
.arrow9 {
background: url(../img/arrow.png) no-repeat center top;
padding-top: 125px;
width: 32px;
height: 120px;
display: inline-block;
text-align: center;
margin: 18px 0 10px 0;
vertical-align: top;

}
.point91 {
background: url(../img/8-1.png)/*tpa=http://retais.ru/img/5-1.png*/ no-repeat center top;
width: 18%;
padding-top: 125px;
min-width: 140px;
display: inline-block;
text-align: center;
margin: 18px 10px 10px 10px;
vertical-align: top;
font-size: 18px;

}
.point92 {
background: url(../img/8-2.png)/*tpa=http://retais.ru/img/5-2.png*/ no-repeat center top;
width: 18%;
padding-top: 125px;
min-width: 140px;
display: inline-block;
text-align: center;
margin: 18px 10px 10px 10px;
vertical-align: top;
font-size: 18px;

}
.point93 {
background: url(../img/8-3.png)/*tpa=http://retais.ru/img/5-3.png*/ no-repeat center top;
width: 18%;
padding-top: 125px;
min-width: 140px;
display: inline-block;
text-align: center;
margin: 18px 10px 10px 10px;
vertical-align: top;
font-size: 18px;

}
.point94 {
background: url(../img/8-4.png)/*tpa=http://retais.ru/img/5-4.png*/ no-repeat center top;
width: 18%;
padding-top: 125px;
min-width: 140px;
display: inline-block;
text-align: center;
margin: 18px 10px 10px 10px;
vertical-align: top;
font-size: 18px;

}

#tenth h1 {
color:#00d4a4;
padding: 8px;
border-radius:7px;"
color: #fff;
font-size: 34px;
}
#tenth-in {
text-align: center;

}

.point10-1 {
background: url(../img/10-1.png)/*tpa=http://retais.ru/img/2-1.png*/ no-repeat center top;
padding: 260px 5px 20px 5px;
width: 20%;
min-width: 250px;
display: inline-block;
text-align: center;
margin: 18px 5px 10px 5px;
vertical-align: top;
font-size: 18px;
}
.point10-2 {
background: url(../img/10-2.png)/*tpa=http://retais.ru/img/2-2.png*/ no-repeat center top;
padding: 260px 5px 20px 5px;
width: 20%;
min-width: 250px;
display: inline-block;
text-align: center;
margin: 18px 5px 10px 5px;
vertical-align: top;
font-size: 18px;
}
.point10-3 {
background: url(../img/10-3.png)/*tpa=http://retais.ru/img/2-3.png*/ no-repeat center top;
padding: 260px 5px 20px 5px;
width: 20%;
min-width: 250px;
display: inline-block;
text-align: center;
margin: 18px 5px 10px 5px;
vertical-align: top;
font-size: 18px;
}
.point10-4 {
background: url(../img/10-4.png)/*tpa=http://retais.ru/img/2-4.png*/ no-repeat center top;
padding: 260px 5px 20px 5px;
width: 20%;
min-width: 250px;
display: inline-block;
text-align: center;
margin: 18px 5px 10px 5px;
vertical-align: top;
font-size: 18px;
}
.point10-5 {
background: url(../img/10-5.png)/*tpa=http://retais.ru/img/2-5.png*/ no-repeat center top;
padding: 260px 5px 20px 5px;
width: 20%;
min-width: 250px;
display: inline-block;
text-align: center;
margin: 18px 5px 10px 5px;
vertical-align: top;
font-size: 18px;
}
.point10-6 {
background: url(../img/10-6.png)/*tpa=http://retais.ru/img/2-6.png*/ no-repeat center top;
padding: 260px 5px 20px 5px;
width: 20%;
min-width: 250px;
display: inline-block;
text-align: center;
margin: 18px 5px 10px 5px;
vertical-align: top;
font-size: 18px;
}
#tenth-in span.belive1 {
display: block;
color: #313131;
font-weight: bold;
font-size: 36px;
}
#tenth-in {
text-align: center;
}
#tenth-in span.belive2 {
display: block;
color: #00d4a4;
font-weight: normal;
font-size: 36px;
margin-bottom: 23px;
}
#tenth-in span.belive2 a.book {
font-size: 33px;
display: inline-block;
padding: 0 24px;
line-height: 45px;
border-radius: 8px;
}
#tenth-in .testimonials {
    width: 1024px;
    margin: 30px auto;
    position: relative;
}
#tenth-in .testimonials .one-t {
    width: 460px;
    display: inline-block;
    margin: 15px;
}
#tenth-in .testimonials .one-t > div {
max-width: 155px;
max-height: 155px;
border-radius: 129px;
overflow: hidden;
display: inline-block;
margin-right: 5px;
}
#tenth-in .testimonials .one-t img {
    display: inline-block;
    max-width: 155px;
    border-radius: 129px;
    vertical-align: top;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}
#tenth-in .testimonials .one-t span {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    text-align: left;
    font-size: 18px;
    font-style: italic;
}
#tenth-in .testimonials .one-t span i {
    display: block;
    float: right;
    font-family: 'Pt Sans Narrow', sans-serif;
}

#eleventh-in {
text-align: center;
}
#eleventh-in span {
font-size: 33px;
display: block;
margin: 14px 0;
}
#eleventh-in span.where-name {
	
    font-size: 18px;
    line-height: 33px;
    padding: 0 20px;
    background: #ededed;
    border-radius: 13px;
    margin-left: 22px;
    display: inline-block;
    margin: -10px auto 20px;
}
#eleventh-in span.where-name b {
    color: #0090ff;
	
}
.clear {
	clear: both;
}
#eleventh-in a {
display: inline-block;
margin-right: 20px;
text-decoration: none;
}
#eleventh {
    box-shadow: 0px 2px 1px rgba(0,0,0,0.4);
    padding-bottom: 40px;
    z-index: 2;
}
#map {
height: 264px;
position: relative;
}
#map h2 {
font-weight: bold;
font-size: 28px;
display: block;
width: 300px;
height: 45px;
text-align: center;
margin: 0;
line-height: 45px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(222,222,222,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
border: 1px solid #ebe6e6;
position: absolute;
z-index: 2;
left: 50%;
top: 0;
margin-left: -150px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
text-transform: uppercase;
}
#tw-in .how-get {
	text-align: center;
	width: auto;
	font-size: 18px;
	margin: 20px auto 28px;
}
#tw-in .how-get h2 {
    line-height: normal;

    text-align: center;
    font-size: 33px;
    margin: -10px 0 2px 0;
}
#tw-in .how-get span.where-name {
font-size: 18px;
line-height: 33px;
padding: 0 20px;
height: 33px;
background: #ededed;
border-radius: 13px;
margin: 10px 22px;
display: inline-block;
font-family: inherit;
}
#tw-in .how-get span.where-name b {
color: #0090ff;
}

#tw-in .how-get span {
width: auto;
font-weight: normal;
position: relative;
left: inherit;
margin: 0;
background: none;
font-size: 20px;
line-height: normal;
height: 25px;
display: block;
text-align: center;
}
#tw-in h1 {
	margin: 0 auto 29px;
}

#tw {
background: url(../img/bg12.jpg)/*tpa=http://retais.ru/img/bg12.jpg*/ no-repeat left bottom;
box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
height: 728px;
}
#tw-in {
text-align: center;
}
#tw-in iframe {
border: 0;
}
#tw-in li > div.testss {
width: 300px;
height: 184px;
display: inline-block;
margin: 9px 34px 0 0;
position: relative;
}
#tw-in li > div.testss > span {
	position: absolute;
	display: block;
	background: rgba(255,255,255,0.8);
	width: 100px;
	bottom: 22px;
	height: 20px;
	left: 50%;
	border-radius: 6px;
	margin-left: -50px;
	font-weight: bold;
}

#tw-in li > div.testss img:first-child {
width: 300px;
display: inline-block;
}
#tw-in li > div.testss img.play-btn {
    position: absolute;
    top: 22px;
    width: 108px;
    left: 50%;
    margin-left: -54px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
#tw-in li > div.testss img.play-btn:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
}
#thrth {
    margin-top: -15px;
}
.thrth-wr {
background: url(../img/bg13.jpg)/*tpa=http://retais.ru/img/bg13.jpg*/ no-repeat center;
height: 680px;
position: relative;
}
#thrth-in {
height: 316px;
padding-top: 134px;
}
#thrth-in .lotus {
background: url(../img/lotus.png)/*tpa=http://retais.ru/img/lotus.png*/ no-repeat;
width: 336px;
height: 209px;
bottom: -184px !important;
right: 147px !important;
position: absolute;
z-index: 2;
}

#thrth h1 {
width: 638px;
height: 64px;
font-size: 24px;
color: #fff;
display: block;
margin: auto;
text-transform: uppercase;
background: url(../img/title-bg.png)/*tpa=http://retais.ru/img/title-bg.png*/ no-repeat center top;
padding-top: 6px;
position: relative;
}
#thrth .thrth-wr .petals {
	position: absolute;
	top:40px !important;
	left: 50% !important;
	margin-left: -927px;
	width: 1854px;
	height: 559px;
	background: url(../img/petals.png)/*tpa=http://retais.ru/img/petals.png*/ no-repeat;
}
#thrth h1:before {
content: '';
width: 100%;
position: absolute;
background: rgba(12,137,174, 0.5);
height: 56px;
right: 638px;
top: 14px;
}
#thrth h1:after {
content: '';
width: 100%;
position: absolute;
background: rgba(12,137,174, 0.5);
height: 56px;
left: 638px;
top: 14px;
}
.thr-form {
width: 410px;
text-align: center;
float: right;
margin: -15px 30px 0 0;
}
.thr-form > span {
color: #229ec3;
text-transform: uppercase;
font-size: 23px;
display: block;
background: #fff;
border-radius: 20px;
width: 396px;
text-align: center;
margin-bottom: 20px;
}
.thr-form  div.line {
	font-size: 18px;
}
.thr-form  div.line > span {
    color: #ff000c; 
    font-weight: bold;
    display: inline-block;
    background: url(../img/star.png)/*tpa=http://retais.ru/img/star.png*/ no-repeat center;
    text-align: center;
    width: 41px;
    height: 39px;
    line-height: 46px;
    margin-top: -6px;
}

.thr-form form input {
  width: 220px;
    height: 33px;
    padding-left: 20px;
    font-size: 15px;
    display: block;
    border: 1px solid #7ab9d4;
    margin: -5px auto;
    border-radius: 4px;
    background: #fff;
}
.thr-form form input[type="submit"] {
width: 240px;
height: 45px;
cursor: pointer;
color: #fff;
text-transform: uppercase;
background: #a65eb1;
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #84468e; 
}
.thr-form form input[type="submit"]:hover{
background: #b76ac3;
}
.thr-form form button {
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
}
#footer {
background: rgba(12,137,174,0.5);
color: #fff;
height: 60px;
margin-top: -60px;
}
#footer .soc {
display: inline-block;
margin: 56px 0 0 46px;
float: left;
}
#footer .soc a img {
transition: all .3 ease;
-webkit-transition: all .3 ease;
-moz-transition: transition: all .3 ease;
-o-transition: all .3 ease;
}
#footer .soc a:hover img {
transform: scale(1.04);
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
-o-transform: scale(1.04);
}

#footer .cent {
display: inline-block;
font-size: 16px;
text-transform: uppercase;
margin: 20px 0 0 308px;
float: left;
}
#footer .rght {
display: inline-block;
font-size: 18px;
margin: 14px 0;
text-align: right;
float: right;
line-height: 22px;
}
#footer .rght span:first-child{
display: inline-block;
margin: 5px 10px 5px 10px;
}
#footer .rght span.address-f {
    line-height: 7px;
margin: 5px 10px 5px 10px;
}
#footer .rght span.f-phone{
font-size: 24px;
display: inline-block;
margin: 5px 10px 5px 10px;
}
#footer .callb {
	width: 191px;
	height: 32px;
	line-height: 32px;
	text-align: center;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	margin: 5px 10px 5px 10px;
}

.form-order {
display: none;
position: fixed;
width: 303px;
/* height: 238px; */
padding: 0px 50px 10px;
top: 20%;
left: 50%;
margin-left: -200px;
z-index: 106;
border-radius: 0;
text-align: center;
background: rgba(0,212,164,0.9);
box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.form-order button {
display: inline-block;
width: 300px;
font-size: 24px;
height: 46px;
line-height: 38px;
}

.form-order input  {
width: 280px;
height: 37px;
border-radius: 4px;
font-size: 15px;
line-height: 37px;
padding-left: 20px;
color: #0058A3;
border: 1px solid #7ab9d4;
display: inline-block;
margin-bottom: 20px;
vertical-align: middle;
}
.form-order input[type="submit"] {
width: 300px;
line-height: 37px;
color: #fff;
text-transform: uppercase;
background: #a65eb1;
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #84468e;;
display: inline-block;
margin-bottom: 20px;
vertical-align: middle;
}
.form-order input[type="submit"]:hover{
background: #b76ac3;
}

.active-form {
display: block !important;
}
.popup.thank-you-page {
display: none;
width: 329px;
height: 120px;
padding: 43px 20px;
position: fixed;
top: 50%;
left: 50%;
margin: -150px 0 0 -150px;
box-shadow: 0 0 10px #FFF;
z-index: 106;
border-radius: 10px;
border: 2px solid #0058A3;
font-size: 22px;
text-align: center;
background: url(../img/form-bg.jpg)/*tpa=http://retais.ru/img/form-bg.jpg*/ no-repeat;
background-size: cover;
background: url(../img/5bg.png)/*tpa=http://retais.ru/img/5bg.png*/ no-repeat center;
box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.close-icon {
position: absolute;
top: -15px;
right: -15px;
border: 2px solid #a65eb1;
color: #a65eb1;
background: #fff;
display: block;
width: 30px;
height: 30px;
line-height: 31px;
border-radius: 28px;
font-size: 28px;
cursor: pointer;
text-align: center;
}
.form-order .title {
font-size: 31px;
padding: 8px;
display: inline-block;
color: #fff;
font-weight: bold;
}
.knopka {
height:200px;
}
#ninth {
}
.ninth-wr {
background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 1%, rgba(254,254,254,0.8) 23%, rgba(211,209,213,0.8) 35%, rgba(198,198,203,0.8) 41%, rgba(192,192,201,0.8) 45%, rgba(215,215,218,0.8) 53%, rgba(215,215,218,0.8) 59%, rgba(220,220,223,0.8) 62%, rgba(234,234,236,0.8) 71%, rgba(253,253,253,0.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(1%,rgba(255,255,255,0.8)), color-stop(23%,rgba(254,254,254,0.8)), color-stop(35%,rgba(211,209,213,0.8)), color-stop(41%,rgba(198,198,203,0.8)), color-stop(45%,rgba(192,192,201,0.8)), color-stop(53%,rgba(215,215,218,0.8)), color-stop(59%,rgba(215,215,218,0.8)), color-stop(62%,rgba(220,220,223,0.8)), color-stop(71%,rgba(234,234,236,0.8)), color-stop(100%,rgba(253,253,253,0.8)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(254,254,254,0.8) 23%,rgba(211,209,213,0.8) 35%,rgba(198,198,203,0.8) 41%,rgba(192,192,201,0.8) 45%,rgba(215,215,218,0.8) 53%,rgba(215,215,218,0.8) 59%,rgba(220,220,223,0.8) 62%,rgba(234,234,236,0.8) 71%,rgba(253,253,253,0.8) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(254,254,254,0.8) 23%,rgba(211,209,213,0.8) 35%,rgba(198,198,203,0.8) 41%,rgba(192,192,201,0.8) 45%,rgba(215,215,218,0.8) 53%,rgba(215,215,218,0.8) 59%,rgba(220,220,223,0.8) 62%,rgba(234,234,236,0.8) 71%,rgba(253,253,253,0.8) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(254,254,254,0.8) 23%,rgba(211,209,213,0.8) 35%,rgba(198,198,203,0.8) 41%,rgba(192,192,201,0.8) 45%,rgba(215,215,218,0.8) 53%,rgba(215,215,218,0.8) 59%,rgba(220,220,223,0.8) 62%,rgba(234,234,236,0.8) 71%,rgba(253,253,253,0.8) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(254,254,254,0.8) 23%,rgba(211,209,213,0.8) 35%,rgba(198,198,203,0.8) 41%,rgba(192,192,201,0.8) 45%,rgba(215,215,218,0.8) 53%,rgba(215,215,218,0.8) 59%,rgba(220,220,223,0.8) 62%,rgba(234,234,236,0.8) 71%,rgba(253,253,253,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccfdfdfd',GradientType=0 );
}
#ninth-in {
background: url(../img/bg9.png)/*tpa=http://retais.ru/img/bg9.png*/ no-repeat 112px 28px;
height: 316px;
}

#ninth h1 {
width: 638px;
height: 64px;
font-size: 24px;
color: #fff;
display: block;
margin: auto;
text-transform: uppercase;
background: url(../img/title-bg.png)/*tpa=http://retais.ru/img/title-bg.png*/ no-repeat center top;
padding-top: 6px;
position: relative;
}
#ninth h1:before {
content: '';
width: 100%;
position: absolute;
background: rgba(12,137,174, 0.5);
height: 56px;
right: 638px;
top: 14px;
}
#ninth h1:after {
content: '';
width: 100%;
position: absolute;
background: rgba(12,137,174, 0.5);
height: 56px;
left: 638px;
top: 14px;
}
.nine-form {
width: 410px;
text-align: center;
float: right;
margin: 30px 30px 0 0;
}
.nine-form > span {
color: #229ec3;
text-transform: uppercase;
font-size: 23px;
display: block;
background: #fff;
border-radius: 20px;
width: 396px;
text-align: center;
margin-bottom: 20px;
}
.nine-form  div.line {
	font-size: 18px;
}
.nine-form  div.line > span {
    color: #ff000c; 
    font-weight: bold;
    display: inline-block;
    background: url(../img/star.png)/*tpa=http://retais.ru/img/star.png*/ no-repeat center;
    text-align: center;
    width: 41px;
    height: 39px;
    line-height: 46px;
    margin-top: -6px;
}
.nine-form form input {
    width: 280px;
height: 37px;
border-radius: 4px;
font-size: 15px;
line-height: 37px;
padding-left: 20px;
color: #0058A3;
border: 1px solid #7ab9d4;
display: inline-block;
margin-bottom: 10px;
vertical-align: middle;
}
.nine-form input[type="submit"] {
width: 300px;
line-height: 37px;
color: #fff;
text-transform: uppercase;
background: #a65eb1;
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #84468e;;
display: inline-block;
margin-bottom: 20px;
vertical-align: middle;
}
.nine-form input[type="submit"]:hover{
background: #b76ac3;
}
.nine-form form button {
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
}

 h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
#callb{
cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: #4acd75;
  border-bottom: 2px solid #3da961;
 width: 166px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 2px 0 0 0px;
text-decoration: none;
}
#callb:hover{
color: #fff;
text-decoration: none;
background: #59e486;
}
#lotus_btn {
 padding: 10px 5px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: #a65eb1;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #84468e;
text-transform: uppercase;
text-decoration: none;
}
#lotus_btn :hover{
background: #b76ac3;
text-decoration: none;
color: #fff;
} 
footer.entry-meta {
display: none;
}
#respond form p.form-allowed-tags{
display: none;
}
#orderbtn {
  width: 190px;
  display: block;
  margin: 5px auto;
  height: 31px;
  line-height: 31px;
  font-size: 18px;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: #4acd75;
  border-bottom: 2px solid #3da961;
text-decoration: none;
}
#orderbtn:hover{
background: #59e486;
color: #fff;
text-decoration: none;
}
#belbtn {
  font-size: 33px;
  display: inline-block;
  padding: 0 24px;
  line-height: 45px;
  border-radius: 8px;
cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: #4acd75;
  border-bottom: 2px solid #3da961;
text-decoration: none;
}
#belbtn:hover{
background: #59e486;
color: #fff;
text-decoration: none;
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.inner p {
  font-size: 16px;
}
/* ALL STYLES FOR NEW LANDING PAGE */
.lp-1{
    background-color: #fff;
}
.lp-1 .site{
    margin: 0;
    padding: 0;
    max-width: 100%;
    box-shadow: none;
}
.lp-1 .site-content{
    float: none;
    width: 100%;
    margin: 0;
}
.lp-1 .site-content article{
border: none;
    margin: 0;
    padding: 0;
}
.lp-1 .entry-header{
display: none;
}
.out{
display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    position: relative;
}
.out h3{
text-transform: none;
}
.out h1{
text-align:center;
font-size: 32px;
}
.out h2, .out h3{
text-align:center;
}
.out h2{
    color: #6D5334;
font-size: 30px;
}
.out h3{
font-size: 24px;
}
.ins{
display: block;
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 1200px;
}
.menu-strip{
position: fixed;
    top: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    background: rgba(0,0,0,0.2);
}
.out1{
    background: url(/wp-content/uploads/2015/07/bg11.jpg) no-repeat 50% 100%;
background: url(/wp-content/uploads/2015/07/bg11-4.jpg) no-repeat 50% 47%;
    
    background-size: cover;

color: #fff;
    padding-top: 35px;
min-height: 530px;
    text-align: center;
}
.out1 h1{
  font-size: 56px;
    margin: 0;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    color: #FFC75A;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
.out1 h2{
    font-size: 28px;
    margin: 5px auto 50px auto;
    line-height: 1.3;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}
.out1 .ribbon{
display: block;
    width: 90%;
    max-width: 900px;
    height: 70px;
    margin: 20px auto;
}
.title1{
    max-width: 550px !important;
}
.main{
    z-index: 1;
    position: relative;
    display: inline-block;
}
.main:before{
   z-index: -1;
    content: '';
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -ms-filter: url(#blur);
    -webkit-filter: blur(20px);
    filter: blur(10px);
    -ms-filter: blur(10px);
    -webkit-transition: 1s -webkit-filter linear;
    /* transition: 1s filter linear; */
background: rgba(23, 88, 89, 0.95);
    background: rgba(59, 40, 25, 0.75);
  
    width: 110%;
    
    height: 110%;
    top: -5%;
    left: -5%;
    display: block;
    position: absolute;
    border-radius: 150px;


width: 60%;
    height: 30%;
    top: 35%;
    left: 20%;
}

.order-btn{
    background: url(/wp-content/uploads/2015/07/btn-bg.jpg) no-repeat 50% 50%;
    height: 80px;
    width: 300px;
    line-height: 80px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 2px #CA8D3B, inset 0 -1px rgba(255,255,255,0.4), 0 2px 20px rgba(0,0,0,0.8);
    font-size: 21px;
    color: #84551C;
  
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
text-decoration: none;
    margin-top: -150px;
}
.order-btn:hover, .order-btn:visited{
        color: #251809 !IMPORTANT;
    box-shadow: 0 2px #CA8D3B, inset 0 -1px rgba(255,255,255,0.4), 0 2px 20px rgb(254, 248, 174);
}
.out2{
    text-align: center;
    background: url(/wp-content/uploads/2015/07/bg3-5.jpg) no-repeat 50% 0;
      
background-size: 100%;
 background-size: cover;
color: #fff;
   min-height: 700px;
  }

.problems-circle li {
    position: absolute;
    width: 123px;
    height: 123px;
    line-height: 124px;
       border: 2px solid #FFB103;
border: none;
    border-radius: 50%;
    top: 16px;
    left: 50%;
    margin-left: -61px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
background: url(/wp-content/uploads/2015/07/circle3.png) no-repeat 50% 50% rgba(0,0,0,0.1);
 background: url(/wp-content/uploads/2015/07/circle3.png) no-repeat 50% 50% rgba(95, 58, 25, 0.6);
 background: url(/wp-content/uploads/2015/07/circle4.png) no-repeat 50% 50%;
background-size: 100%;
}
.problems-circle li:hover{
border-color: transparent;
}
.problems-circle li.string-second {
    top: 78px;
    margin-left: 110px;
}
.problems-circle li.string-third {
    top: 217px;
    margin-left: 204px;
}
.problems-circle li.string-fourth {
        top: 356px;
    margin-left: 110px;
}
.problems-circle li.string-fifth {
    top: 418px;
    margin-left: -61px;
}
.problems-circle li.string-sixth{
    margin-left: -226px;
    top: 356px;
}
.problems-circle li.string-seventh {
       margin-left: -324px;
    top: 217px;
}
.problems-circle li.string-eighth {
        margin-left: -226px;
    top: 78px;
}
.problems-circle li .hover-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    height: 116px;
    padding: 0;
    margin: 0;
    background: #ffa800;
    border-radius: 120px;
    pointer-events: none;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 0;
background-size: 100%;

content: '';
}
.problems-circle li:hover .hover-element {
opacity: 0;
}

.problems-circle{
    position: relative;
    height: 550px;
}
.problems-circle a {
display: inline-block;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10;
    vertical-align: middle;
    text-align: center;
    color: #FFF0A9 !important;
    text-shadow: 1px 1px #6D5334;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
text-decoration: none;
}
.problems-circle li:hover a {
text-shadow: none;
color: #694E31 !important;
}
.logo-box{
top: 240px;
    left: 50%;
    margin-left: -115px;
    position: absolute;
    width: 230px;
}
.problems-circle li:hover{
background: transparent;
}
.wheel,
.problems-circle li:hover:after{
    z-index: 1;
 position: absolute;
content: '';
    width: 123px;
    height: 123px;
top:0;
left:0;
background: url(/wp-content/uploads/2015/07/circle4.png) no-repeat 50% 50%;
background-size: 100%;
border-radius: 50%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.extra{
color: #6D5334;
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
}
.about{
    padding: 25px 15px;
    margin: 25px auto;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 6px 0 -3px rgba(0,0,0,0.4);
}
.about-ribbon{
display: block;
    margin: 15px auto;
    max-width: 250px !important;
}
.out2 h1{
    color: #FFF0A9 !important;
    text-shadow: 1px 1px #6D5334;
    font-size: 40px;
}
.out p{
text-align: left;
    font-size: 16px;
    line-height: 1.35;
   color: #FFF0A9 ;
    text-shadow: 1px 1px #6D5334;
}
.squares{
    list-style: none !important;
display: inline-block;
width: 100%;
text-align: center;
}
.squares h2{
          color: #5D462B;
       font-size: 30px;
    font-weight: normal;
}
.squares li{
 display: inline-block;
    float: left;
    width: 21%;
    padding: 20px 1%;
    margin: 1%;
    line-height: 110px;
    box-shadow: inset 2px 0 0 #6D5334, inset -2px 0 0 #6D5334, inset 0 -2px 0 #6D5334, inset 0 2px 0 #6D5334;
    background: rgba(255,255,255,0.1);
transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
   }
.squares li a{
    color: #6D5334;
    text-shadow: 1px 1px rgba(255, 252, 175, 0.2);
    font-weight: bold;
    line-height: 1.3;
    vertical-align: middle;
    display: inline-block;
transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
}
.squares li:hover{
 background: rgba(0,0,0,0.2);
}
.squares li:hover a{
color: #FFF0A9 ;
    text-shadow: 1px 1px #6D5334;
}
.out3{
    background: url(/wp-content/uploads/2015/07/bg4-3.jpg) no-repeat 50% 0;
        background-size: cover;
color: #fff;
   min-height: 600px;
    text-align: center;
}
.price-table{
background: url(/wp-content/uploads/2015/07/damask-pattern5.png) 50% 50% rgba(0,0,0,0.7);
    background-size: 120px;
    padding: 10px;
    border-radius: 4px;
margin: 15px auto;
}
.price-table-bg{
background: url(/wp-content/uploads/2015/07/damask-pattern5.png) 50% 50% rgba(0,0,0,0.5);
    background-size: 120px;
    padding: 5px;
    border-radius: 4px;
margin: 15px auto;
}
.out3 h4{
    color: #FFF0A9;
    font-size: 16px;
    margin: 6px auto;
}
.price-table-bg p{
   padding: 0 15px;
font-size: 13px;
text-shadow: none !important;
}
.price-table .tablepress tbody td{
            color: #44CCD2;
    font-size: 18px;
    padding: 7px;
    border-color: rgba(255,255,255,0.1);
}
.price-table table{
    border-bottom: none;
}
.out3 h2{

    color: #5D462B;
   margin-top: -10px;
}
.btn-cont .order-btn{
margin: 25px 0;
}
.feedback{
    margin-top: 20px;
}
.feedback h2{
    color: #FFF0A9;
    margin: 25px auto;
    }
.shtml_wpf_ref{
display: none !important;
}
.shs_items{
    background: rgba(0,0,0,0.5);
    }
#shs_slider_cont #shs_prev{
    left: 0;
    background: url(/wp-content/uploads/2015/07/prev.png) no-repeat center transparent !important;
}
#shs_slider_cont #shs_next{
    right: 0;
    background: url(/wp-content/uploads/2015/07/next.png) no-repeat center transparent !important;
}
.otz{
display: inline-block;
width: 42%;
margin: 1%;
padding: 1%;
vertical-align: top;
}
.otz-pic{
width: 30%;
float: left;
}
.otz-pic img{
max-width: 120px;
border-radius: 120px;
border: 2px solid #44CCD2;
}
.otz-text{
width: 68%;
float: right;
}
.otz-content{
    color: #2F2F2F!important;
    text-shadow: none !important;
    line-height: 1.2 !important;
padding: 5px 5px 5px 10px;
color: #44CCD2 !important;
  /*  background: url(/wp-content/uploads/2015/07/damask-pattern6.png) 50% 50% rgb(236, 236, 236); */
/* background-size: 80px; */
background: rgba(0, 0, 0, 0.5);
border-radius: 7px;

}
.otz-auth{
   color: #44CCD2 !important;
    font-size: 18px !important;
    text-shadow: none !important;
    font-style: italic;
    text-align: right !important;
    padding-right: 25px;
    margin-top: -10px !IMPORTANT;
}
.leave-reply{
text-align: center;
}
.leave-reply .order-btn{
margin: 20px auto;
}
.contacts{

}
.contacts h2{
margin: 20px auto;
    color: #44CCD2;
}
.cont-box{
text-align: center;
}
.cont-tel,
.cont-mail,
.cont-social{
   display: inline-block;
    margin: 10px 40px;
    padding: 1% 2%;
    font-size: 20px;
    line-height: 40px;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
    border: 1px solid #44CCD2;
}
.cont-social a{
color: #000 !important;
    margin: 0 10px;
    width: 40px;
    display: inline-block;
    background: #44CCD2;
}
.cont-social a:hover{
box-shadow: inset -1px 0 0 #44CCD2, inset 1px 0 0 #44CCD2, inset 0 -1px 0 #44CCD2, inset 0 1px 0 #44CCD2;
color: #44CCD2 !important;
background: transparent;
}
.cont-form{
text-align: center;
}
.half-form{
display: inline-block;
width:45%;
margin: 1%;
padding: 1%;
vertical-align: top;
}
#lft{
text-align: right;
}
#rght{
text-align: left;
}
.cont-form button,
.cont-form input,
.cont-form select,
.cont-form textarea{
-webkit-appearance: none;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 0;
    border: none;
    width: 100%;
    max-height: 200px;
    padding: 15px;
    max-width: 400px;
    background: rgba(0,0,0,0.7) !important;
    border: 1px solid #FFF0A9;
    color: #FFF0A9;

}
.cont-form input[type="submit"]{
    display: block;
    margin: 10px auto;
    background: url(/wp-content/uploads/2015/07/btn-bg.jpg) no-repeat 50% 50% !important;
    height: 80px;
    width: 300px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px #CA8D3B, inset 0 -1px rgba(255,255,255,0.4), 0 2px 20px rgba(0,0,0,0.8);
    font-size: 21px;
    font-weight: bold;
    color: #84551C !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    text-decoration: none;
}
.cont-form input[type="submit"]:hover{
box-shadow: 0 2px #CA8D3B, inset 0 -1px rgba(255,255,255,0.4), 0 2px 20px rgb(254, 248, 174);
}
.cont-form ::-webkit-input-placeholder {color:#FFF0A9;}
.cont-form ::-moz-placeholder          {color:#FFF0A9;}/* Firefox 19+ */
.cont-form :-moz-placeholder           {color:#FFF0A9;}/* Firefox 18- */
.cont-form :-ms-input-placeholder      {color:#FFF0A9;}
.pop_up_form ::-webkit-input-placeholder {color:#FFF0A9;}
.pop_up_form ::-moz-placeholder          {color:#FFF0A9;}/* Firefox 19+ */
.pop_up_form :-moz-placeholder           {color:#FFF0A9;}/* Firefox 18- */
.pop_up_form :-ms-input-placeholder      {color:#FFF0A9;}
.cont-form span.wpcf7-not-valid-tip{
      color: #F94848;
    font-size: 14px;
    padding: 0 5px;
    background: rgba(0,0,0,0.7);
    display: inline-block;
}
.cont-form div.wpcf7-validation-errors, .cont-form div.wpcf7-mail-sent-ok{
    border: 1px solid #FFF0A9;
    color: #FFF0A9;
    font-size: 16px;
    margin: 0 auto 10px auto;
    max-width: 600px;
    padding: 15px 0;
    background: rgba(0,0,0,0.7);

}
div.wpcf7 img.ajax-loader {
    display: none! important;
}
.pop_up_form h3{
 color: #FFF0A9;
}
.pop_up_form .narrow-text{
 color: #FFF0A9;
font-size: 14px;
max-width: 300px;
line-height: 1.4;
padding: 10px;
height: 250px;
    overflow-y: scroll;
}
.pop_up_form a{
color: #FFF0A9 !important;
text-decoration: underline;
}
.pop_up_form a:hover{
opacity: 0.8;
}
.pop_up_form input, .pop_up_form textarea{
-webkit-appearance: none;
display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 2%;
    width: 94%;
    border-radius: 0;
    background: rgba(0,0,0,0.5) !important;
    border: 1px solid #FFF0A9;
    color: #FFF0A9;
}
.pop_up_form input[type="submit"]{
-webkit-appearance: none;
    display: block;
    margin: 0 auto;
    width: 98%;
    padding: 15px 2%;
    background: #FFF0A9 !important;
    color: #171717;
    font-size: 18px;
    font-weight: bold;
}
.pop_up_form input[type="submit"]:hover{
opacity: 0.8;
}
.pop_up_form div.wpcf7-validation-errors,
.pop_up_form div.wpcf7-mail-sent-ok{
    border: 1px solid #FFF0A9;
    color: #FFF0A9;
    padding: 5px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}
#fancybox-content{
   background: url(/wp-content/uploads/2015/07/damask-pattern4.png) 50% 50% rgba(0,0,0,0.8) !important;
    background-size: 120px !important;
    border-color: transparent !important;
}
.menu-strip{
position: fixed;
    top: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    background: rgba(0,0,0,0.5);
text-align: center;
}
.menu-strip .ins{
       padding: 5px 10px;
  }
.menu-strip ul{
list-style: none;
    margin: 0 auto;
display: inline-block;
}
.menu-strip li{
    margin: 0 20px;
    display: inline-block;
vertical-align: top;
}
.menu-strip li a{
text-decoration: none;
    font-size: 20px;
    color: #56F8FF !important;
    text-transform: uppercase;
}
.menu-cont a{
        
}
.rabota h2{
margin: 24px 0;
}
.rabota ul{
list-style: none;
margin: 0 auto;
}
.rabota li{
display: inline-block;
margin: 1%;
padding: 1%;
width: 20%;
vertical-align: top;
}
.rabota li h3{
background: url(/wp-content/uploads/2015/07/nums.png) 50% 50%;
    background-size: 120px !important;
    line-height: 120px;
    width: 120px;
    margin: 0 auto 15px auto;
    font-size: 36px;
    color: #FFF0A9;
    text-shadow: 1px 1px #6D5334;
 }

.rabota li h4{
 font-size: 20px;
}
.rabota li p{
text-align: center;
line-height: 1.4;
}

.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit]{
background: url(/wp-content/uploads/2015/07/btn-bg.jpg) no-repeat 50% 50% !important;
border-radius: 4px;
box-shadow: 0 2px #CA8D3B, inset 0 -1px rgba(255,255,255,0.4), 0 2px 20px rgba(0,0,0,0.2);
        color: #84551C;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
border: none;
}
.menu-toggle:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover{
box-shadow: 0 2px #CA8D3B, inset 0 -1px rgba(255,255,255,0.4), 0 2px 20px rgb(254, 248, 174);
color: #84551C;
}
.main-navigation li a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
h1,{
color: #775309;
		
}
h1 a img{
max-height: 80px;
width: auto;
}
h1.tel-link a{
    font-size: 24px;
    text-decoration: none;
color: #775309 !important;
}
h1.mob-tel-link{
display: none;
}
.callb-btn{
position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
.callb-btn .fa{
background: #32ccbe;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    color: #fff !important;
    text-align: center;
    font-size: 28px;
}
#callb-btn1{

}
#callb-btn2.callb-btn{
 right: 80px;
}
.pop_up_form{
max-width: 320px;
}
.pop_up_form textarea{
    max-height: 80px;
}
#uptocallPopup #uptocall-submit {
        background: #1f77a0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.warning1 {
    box-sizing: border-box;
}
.side-form .wpcf7 input,
.side-form .wpcf7 textarea {
    max-width: 100%;
    box-sizing: border-box;
}
.searchform input[type="submit"],
.comment-form input[type="submit"]{
max-width: 300px;
}
.menu-toggle{
max-width: 170px;
}
.testim-cont{
overflow: hidden;
width: 100%;
}
.otz-content p{
    margin: 0 !important;
    color: #44CCD2 !important;
    text-shadow: none;
}
.slick-slide {
    box-sizing: border-box;
    padding: 0 10px;
}
.otz {
       margin: 0 0 25px 0;
    padding: 0;
}
.slick-slider {
   margin: 10px auto;
    width: 90%;
    background: rgba(0,0,0,0.5);
    padding: 1%;
}
.otz-text {
    width: 70%;
    float: right;
}
.otz-auth {
    margin-top: 0 !IMPORTANT;
}
.slick-prev:before, .slick-next:before {
    color: #44CCD2 !important;
}


@media screen and (max-width: 1200px) {
#shs_slider_cont {
    width: 100% !important;
}
.squares li a {
    font-size: 14px;
}
}
@media screen and (max-width: 1050px) {
.otz-text {
    box-sizing: border-box;
    padding: 0 5px;
}
.otz-pic img {
    max-width: 100%;
    box-sizing: border-box;
}
.cont-form button, .cont-form input, .cont-form select, .cont-form textarea {
    box-sizing: border-box;
    max-width: 100%;
}
.squares li {
    width: 46%;
}
.rabota li {
    width: 45%;
    max-width: 300px;
}
.cont-form input[type="submit"] {
  
    height: 50px;
    width: 250px;
    font-size: 18px;
  
}
}
@media screen and (max-width: 1000px) {
.problems-circle a {
 top: 50px;
    font-size: 12px;
    text-transform: uppercase;
}
}
@media screen and (max-width: 800px) {
.price-table .tablepress tbody td {
    line-height: 1.3;
}
}
@media screen and (max-width: 700px) {
.menu-strip li a {
    font-size: 16px;
}
.problems-circle {
    width: 100%;
    height: initial;
}
.problems-circle li {
    position: relative !important;
    display: inline-block;
    margin: 0 !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    width: 150px;
    height: 150px;
}
.wheel, .problems-circle li:hover:after {

    width: 150px;
    height: 150px;
}
.problems-circle a {
    top: 60px;
}
.logo-box {
    position: relative;
    top: initial;
    left: initial;
    margin: auto;
    width: 100%;
}
.logo-box img{
max-width: 200px;
}
}

@media screen and (max-width: 600px) {
h1.mob-tel-link{
display: initial;
}
.otz-pic {
    width: 20%;
}
.otz-text {
    width: 80%;
}
.otz-content p{
    font-size: 14px;

}
.otz-auth {
    font-size: 15px !important;
}
.slick-prev, .slick-next {
    top: 0 !important;
}
.out1 {
    min-height: initial;
}
.title1 {
    max-width: 95% !important;
}
.out h2 {
    line-height: 1.2;
    font-size: 24px;
}
.order-btn {
  
    height: 50px;
 
    line-height: 50px;
}
.menu-strip li {
    margin: 0 7px;
}
.menu-strip li a {
    font-size: 14px;
}
.side-form .wpcf7 input, .wpcf7 textarea {
    margin: 5px 0;
}
.half-form {
    width: 100%;
    margin: 0;
    padding: 0;
}
}
@media screen and (max-width: 500px) {
.squares li {
    width: 96%;
    line-height: 0;
}
.rabota li {
    width: 96%;
}
.price-table .tablepress tbody td {
    font-size: 14px;
}
}
@media screen and (max-width: 400px) {
.slick-slider {
    width: 100%;
       padding: 25px 0 0 0;
background: transparent;
}
.slick-prev, .slick-next {
    top: 0 !important;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.out p {
    font-size: 14px;
}
.order-btn {
    width: 270px;
}
}