/*
Theme Name: Fifteen
Theme URI: http://inkhive.com/product/fifteen/
Author: Rohit Tripathi
Author URI: http://inkhive.com/
Description: Fifteen is the Photography or Portfolio based WordPress theme, best suitable for Professional Artists. This theme is built on the HTML5 and CSS3 Framework, Bootstrap 3.0 From Twitter. With a Very Modern Design, this theme is 100% Responsive. 3 Column Grid Layout for Home and Archive Pages, make it look very stunning.  It supports Featured images, Custom Widgets, Cool Animations, Full Width Pages and much more. 
Version: 10.0.0.1
License: GNU General Public License
License URI: license.txt
Text Domain: fifteen
Domain Path: /languages/
Tags: light, custom-background, two-columns, right-sidebar, responsive-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, photoblogging

Fifteen is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Fifteen WordPress Theme, Copyright 2013 Rohit Tripathi.
Fifteen WordPress Theme is distributed under the terms of the GNU GPL v3.
*/
/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 14px;
	//font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
ul.qtrans_language_chooser li {
	list-style-type:none;
	float:right;
	padding:0 2px;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.fb_iframe_widget iframe {
    max-width: none!important;;
} 


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
.byline {
	display: inline !important;
}
ol.comment-list {
	margin-left: 0;
}
/* = Fix for equalHeights 
----------------------------------------------- */

@media screen and (min-width: 1200px) {
	.featured-thumb {
		min-height: 207px !important;
		overflow: hidden;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.featured-thumb {
		min-height: 170px !important;
		overflow: hidden;
	}
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
float: right;
margin-left: 12px;
}

.alignleft {
float: left;
margin-right: 12px;
}



/* -- Vector open -- */

body.home footer.entry-meta {
    display: none;
}
.section-13.et_pb_row.et_pb_row_25:after, #footer_home .section-13.et_pb_row.et_pb_row_25:after {
	display: none!important;
}
.section-2 {
    margin-top: 1300px !important;
}
body.home .section-2, body.home .section-4, body.home .section-6, body.home .section-8, body.home .section-9, body.home .section-10, body.home .section-11, body.home .section-12, #footer_home .section-12, .page-template .section-12, body.home .section-13, .page-template .section-13, #footer_home .section-13, .slider_gt, .slider_2, .slider_3 {
    margin-left: 0!important;
    margin-right: 0!important;
    max-width: 100%!important;
    padding: 0!important;
}
body.home h1.container.single-entry-title {
   display: none;
}
body.home {
	font-family: 'Open Sans', sans-serif;
}
body.home .section-12 p, body.home .section-9 .text_2 p, .page-template .section-12 p, #footer_home p {
    line-height: 18px;
    font-size: 13px;
}
body.home div#content {
    background: #fff;
    margin: 0;
    max-width: 100%;
    padding: 0;
    border: none;
}
body.home .container, #header-2 .container {
    max-width: 100%;
    padding: 0;
}
body.home div#primary {
    padding: 0;
    background: transparent;
}
body.home article {
    margin: 0;
}
body.home .entry-content {
    margin: 0;
}
body.home .et_pb_section.et_pb_section_1.et_section_regular.et_section_transparent {
    padding: 0!important;
}
body.home footer#colophon {
    display: none;
}
body.home div#footer-sidebar {
    display: none;
}
body.home div#parallax-bg {
    background: #fff;
    border: none;
}
body.home .container:before, body.home .container:after {
    display: none;
}
body.home .section-1 {
    height: 970px;
    padding: 0!important;
    margin: -230px 0px 0px 0!important;
    max-width: 100%!important;
    background: url(images/tree.jpg) center top no-repeat!important;
    top: 0;
}
body.home .section-1:not(.position_fixed) {
    position: absolute !important;
    top: -970px;
}
body.home .section-1 .text {
    width: 350px;
    left: 51%;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    margin-top: 31px!important;
}
body.home .section-1 .et_pb_column.et_pb_column_4_4.et_pb_css_mix_blend_mode_passthrough.et-last-child:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 143px;
    margin-bottom: -140px;
    background: url(images/blocks.png) no-repeat center -2519px;
}
body.home .section-1 .et_pb_column.et_pb_column_4_4.et_pb_css_mix_blend_mode_passthrough.et-last-child:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 143px;
    margin-top: -141px;
    background: url(images/blocks.png) no-repeat center -2370px;
}
body.home .section-1 .text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 180px;
    margin-left: -390px;
    margin-top: -25px;
    background-image: url(images/sprite.png);
    background-position: 0px -158px;
    background-repeat: no-repeat;
}
body.home .text_h2 {
    background-color: #719A32!important;
    padding: 45px 0!important;
    text-align: center!important;
    font-size: 58px;
    color: #fff!important;
}
body.home .section-2 .text_block, body.home .section-8 .text_block {
    width: 100%;
    position: relative;
}
body.home .section-2 .text_block .et_pb_text_inner, body.home .section-8 .text_block .et_pb_text_inner {
	width: 460px;
	padding: 20px 0 25px 0!important;
	text-align: center!important;
    font-size: 14px;
    display: block;
    margin: 0 auto!important;
    line-height: 20px;
}
body.home .section-2 .text_block:before, body.home .section-2 .text_block:after, body.home .section-8 .text_block:before, body.home .section-8 .text_block:after {
    content: "";
    position: absolute;
    left: 0;
    height: 143px;
    width: 100%;
    background: url(images/blocks.png) no-repeat center 0px;
}
body.home .section-2 .text_block:before, body.home .section-8 .text_block:before {
    top: 0;
    margin-top: -143px;
}
body.home .section-2 .text_block:after, body.home .section-8 .text_block:after {
    bottom: 0;
    margin-bottom: -143px;
}
body.home .section-2 .text_block:nth-child(2):before {
	background-position: center -1476px;
}
body.home .section-2 .text_block:nth-child(2):after {
	background-position: center -1640px;
}
body.home .section-2 .text_block:nth-child(2) {
	background-color: #FCD9B8!important;
}
body.home .section-2 .text_block:nth-child(3) {
	background-color: #FEEBB3!important;
}
body.home .section-2 .text_block:nth-child(3):before {
	background-position: center -1774px;
}
body.home .section-2 .text_block:nth-child(3):after {
	background-position: center -1943px;
}
body.home .section-2 .text_block:nth-child(4) {
	background-color: #CAE299!important;
}
body.home .section-2 .text_block:nth-child(4):before {
	background-position: center -292px;
}
body.home .section-2 .text_block:nth-child(4):after {
	background-position: center -439px;
}
body.home .section-2 .text_block:nth-child(5) {
	background-color: #F5AF7A!important;
}
body.home .section-2 .text_block:nth-child(5):before {
	background-position: center -880px;
}
body.home .section-2 .text_block:nth-child(5):after {
	background-position: center -1029px;
}
body.home .section-2 .text_block:nth-child(6) {
	background-color: #94AA79!important;
}
body.home .section-2 .text_block:nth-child(6):before {
	background-position: center -0px;
}
body.home .section-2 .text_block:nth-child(6):after {
	background-position: center -146px;
}
body.home .section-2 .text_block:nth-child(7) {
	background-color: #F7C768!important;
}
body.home .section-2 .text_block:nth-child(7):before {
	background-position: center -1178px;
}
body.home .section-2 .text_block:nth-child(7):after {
	background-position: center -1327px;
}
body.home .section-2 .text_block:nth-child(8) {
	background-color: #E1EA86!important;
}
body.home .section-2 .text_block:nth-child(8):before {
	background-position: center -585px;
}
body.home .section-2 .text_block:nth-child(8):after {
	background-position: center -731px;
}
body.home .section-2 .text_block:nth-child(9) {
	background-color: #F5AF7A!important;
}
body.home .section-2 .text_block:nth-child(9):before {
	background-position: center -880px;
}
body.home .section-2 .text_block:nth-child(9):after {
	background-position: center -1029px;
}
body.home .section-2 .text_block:nth-child(10) {
	background-color: #FFFCD8!important;
}
body.home .section-2 .text_block:nth-child(10):before {
	background-position: center -2072px;
}
body.home .section-2 .text_block:nth-child(10):after {
	background-position: center -2221px;
}
body.home .section-3 {
    height: 800px;
    padding: 0!important;
    max-width: 100%!important;
    background: url(images/tree.jpg) center top no-repeat!important;
    position: relative!important;
    -webkit-transition: all 0.3s!important;
       -moz-transition: all 0.3s!important;
        -ms-transition: all 0.3s!important;
         -o-transition: all 0.3s!important;
            transition: all 0.3s!important;
}
.face {
    opacity: 0;
    -webkit-transition: all 0.5s!important;
       -moz-transition: all 0.5s!important;
        -ms-transition: all 0.5s!important;
         -o-transition: all 0.5s!important;
            transition: all 0.5s!important;
}
body.home .section-3 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.text.et_pb_text_23 {
	position: relative;
}
body.home .section-3 .et_pb_text_inner {
    width: 350px;
    height: 100%;
    left: 50%;
    margin-top: 450px!important;
    line-height: 20px;
    margin-left: 65px!important;
}
body.home .section-4 .et_pb_text_inner {
    font-size: 35px;
    width: 960px;
    margin: 0 auto!important;
    line-height: 35px;
}
.face-1, .face-2, .face-3,.face-4, .face-5, .face-6, .face-7, .face-8, .face-9 {
	position: absolute;
	top: 0;
    left: 50%;
}
.face-1 {
    margin-top: 520px!important;
    margin-left: -360px!important;
}
.face-2 {
    margin-top: 500px!important;
    margin-left: -460px!important;
}
.face-3 {
    margin-top: 501px!important;
    margin-left: -250px!important;
}
.face-4 {
    margin-top: 445px!important;
    margin-left: -490px!important;
}
.face-5 {
    margin-top: 420px!important;
    margin-left: -410px!important;
}
.face-6 {
    margin-top: 457px!important;
    margin-left: -320px!important;
}
.face-7 {
    margin-top: 410px!important;
    margin-left: -300px!important;
}
.face-8 {
    margin-top: 460px!important;
    margin-left: -250px!important;
}
.face-9 {
    margin-top: 470px!important;
    margin-left: -200px!important;
}
body.home .section-4 .text_right .et_pb_text_inner {
    font-size: 14px!important;
    line-height: 20px;
    width: 400px;
    position: relative!important;
    left: 50%;
    margin: 0!important;
    margin-left: -485px!important;
    padding-top: 50px!important;
}
body.home .section-4 .text_right {
    height: 600px;
    background: url(images/house.png) center -260px no-repeat #fff!important;
}
body.home .section-4 .text_h2 {
    margin-bottom: 0!important;
}
body.home .section-4 .et_pb_column.et_pb_column_4_4.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough.et-last-child {
	position: relative!important;
}
body.home .section-4 .text {
    position: absolute;
    bottom: 0;
    left: 45%;
    margin-left: -73px!important;
    margin-bottom: 160px!important;
}
body.home .section-4 .text .et_pb_text_inner {
    font-size: 15px;
    line-height: 19px;
    width: 155px;
    color: #fff!important;
}
body.home .section-4 .text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 363px;
    height: 230px;
    background-image: url(images/sprite.png);
    background-position: 0px -380px;
    margin-left: -145px;
    margin-bottom: -75px;
}
body.home .section-5 {
    max-width: 100%!important;
    padding: 0!important;
    background-color: #FFFCD8!important;
    z-index: 10;
    position: relative!important;
    height: 650px;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
.et_divi_builder #et_builder_outer_content .section-5 > .et_pb_column {
    position: absolute;
}
body.home .section-5 .et_pb_column.et_pb_column_4_4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    width: 960px!important;
    left: 50%;
    margin-left: -480px!important;
    margin-top: -40px!important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 5px!important;
    height: 100px!important;
    width: 100%!important;
    border: 1px solid rgb(219, 219, 219)!important;
    outline: none!important;
    background: #fff!important;
    margin-left: -3px!important;
}
span.wpcf7-form-control-wrap.text-479 {
    vertical-align: top!important;
    display: block;
}
span.form_op {
    display: inline-block;
    width: 100%!important;
	margin-bottom: 15px;
}
form.wpcf7-form {
    font-size: 14px;
    line-height: 18px;
    font-weight: 100!important;
}
form.wpcf7-form label {
    font-weight: 100!important;
	width: 100%;
}
form.wpcf7-form input {
    width: 100%!important;
    height: 40px!important;
    border: 1px solid rgb(219, 219, 219)!important;
    outline: none!important;
    padding: 1px 5px!important;
    background: #fff!important;
}
#main article.archive.artmain {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    text-decoration: none!important;
    text-align: center!important;
    height: 41px!important;
    width: 120px!important;
    border: none!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 4px!important;
    font: 18px Arial, Helvetica, sans-serif!important;
    font-weight: bold!important;
    color: #ccedd5!important;
    background-color: #3bc73b!important;
    background-image: -moz-linear-gradient(top, #3bc73b 0%, #2aa519 100%)!important;
    background-image: -webkit-linear-gradient(top, #3bc73b 0%, #2aa519 100%)!important;
    background-image: -o-linear-gradient(top, #3bc73b 0%, #2aa519 100%)!important;
    background-image: -ms-linear-gradient(top, #3bc73b 0% ,#2aa519 100%)!important;
    -webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff!important;
    -moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff!important;
    box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff!important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-image: -webkit-linear-gradient(#3bc73b 0%, #259116 100%)!important;
    background-image: -o-linear-gradient(#3bc73b 0%, #259116 100%)!important;
    background-image: linear-gradient(#3bc73b 0%, #259116 100%)!important;
}
form.wpcf7-form p:nth-child(2) label {
    color: #D43F1C!important;
    font-weight: bold!important;
}
body.home .section-5:before, body.home .section-5:after {
    content: "";
    position: absolute;
    left: 0;
    height: 143px!important;
    width: 100%!important;
    visibility: initial!important;
    background: url(images/blocks.png) no-repeat center 0px;
}
body.home .section-5:before {
    top: 0;
    background-position: center -2072px;
    margin-top: -143px;
}
body.home .section-5:after {
    bottom: 0;
    background-position: center -2221px;
    margin-bottom: -143px;
}
form.wpcf7-form p:nth-child(11) label span:first-child {
    vertical-align: top!important;
}
body.home .section-6 {
    height: 700px!important;
    background: url(images/why.jpg) center top no-repeat!important;
    margin-top: -105px!important;
}
body.home .section-6 .text-1 .et_pb_text_inner p {
    font-size: 58px;
    font-weight: 400;
    line-height: 72px;
    color: #000;
}
body.home .section-6 .text-1 {
    left: 50%;
    position: relative;
    display: inline-block;
    margin-top: 385px!important;
    margin-left: -55px!important;
}
body.home .section-6 .text-2 {
    display: inline-block;
    left: 50%;
    position: absolute;
    margin-top: 265px!important;
    margin-left: 170px!important;
    top: 50%!important;
}
body.home .section-6 .text-2 .et_pb_text_inner p {
    font-style: italic;
    line-height: 18px;
}
body.home .section-7 {
    max-width: 100%!important;
    margin: 0 auto!important;
    padding: 0!important;
    height: 350px!important;
    background: url(images/chema.png) left top no-repeat #FFFCD8!important;
    z-index: 10;
}
body.home .section-7 .et_pb_column.et_pb_column_4_4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    max-width: 960px!important;
    position: relative;
    left: 50%;
    margin-left: -480px!important;
    height: 100%!important;
}
body.home .section-7 .block-1 {
    position: absolute;
    background-color: #fff!important;
    box-shadow: 0px 0px 10px 1px rgb(129, 129, 129)!important;
    padding: 10px!important;
    line-height: 20px;
}
body.home .section-7 .block-1:first-child {
    top: 13px;
    left: 27px;
}
body.home .section-7 .block-1:nth-child(2) {
    top: 52px;
    left: 290px;
}
body.home .section-7 .block-1:nth-child(3) {
    top: 8px;
    left: 518px
}
body.home .section-7 .block-1:nth-child(4) {
    top: 148px;
    left: 148px;
}
body.home .section-7 .block-1:nth-child(5) {
    top: 129px;
    left: 400px;
}
body.home .section-7 .block-1:nth-child(6) {
    top: 248px;
    left: 609px;
}
body.home .section-7 .block-1:nth-child(7) {
    top: 96px;
    left: 753px;
    width: 270px;
}
body.home .section-7:before, body.home .section-7:after {
    content: "";
    position: absolute;
    left: 0;
    height: 143px!important;
    width: 100%!important;
    visibility: initial!important;
    background: url(images/blocks.png) no-repeat center 0px;
}
body.home .section-7:before {
    top: 0;
    background-position: center -2072px;
    margin-top: -143px;
}
body.home .section-7:after {
    bottom: 0;
    background-position: center -2221px;
    margin-bottom: -143px;
}
body.home .section-7 .block-1:nth-child(7) .decor {
    color: #000!important;
    position: relative!important;
}
body.home .section-7 .block-1:nth-child(7) .decor:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}
body.home .section-8 .text_h2 {
    background-color: #522304!important;
    margin-top: 219px!important;
    margin-bottom: 270px!important;
}
body.home .section-8 {
    background: url(images/process.jpg) center top no-repeat;
    height: 1820px;
    margin-top: -86px;
    background-position-y: 110px;
}
body.home .section-8 {
    background: url(images/process.jpg) center top no-repeat!important;
    height: 1760px;
    margin-top: -86px!important;
    background-position-y: 82px!important;
}
body.home .section-8 .text_block:nth-child(2):before {
	background-position: center -1476px;
}
body.home .section-8 .text_block:nth-child(2):after {
	background-position: center -1640px;
}
body.home .section-8 .text_block:nth-child(2) {
	background-color: #FCD9B8!important;
}
body.home .section-8 .text_block:nth-child(3):before {
	background-position: center -1774px;
}
body.home .section-8 .text_block:nth-child(3):after {
	background-position: center -1923px;
}
body.home .section-8 .text_block:nth-child(3) {
	background-color: #FEEBB3!important;
}
body.home .section-8 .text_block:nth-child(4):before {
	background-position: center -292px;
}
body.home .section-8 .text_block:nth-child(4):after {
	background-position: center -439px;
}
body.home .section-8 .text_block:nth-child(4) {
	background-color: #CAE299!important;
}
body.home .section-8 .text_block:nth-child(5):before {
	background-position: center -880px;
}
body.home .section-8 .text_block:nth-child(5):after {
	background-position: center -1029px;
}
body.home .section-8 .text_block:nth-child(5) {
	background-color: #F5AF7A!important;
}
body.home .section-8 .text_block:nth-child(6):before {
	background-position: center -0px;
}
body.home .section-8 .text_block:nth-child(6):after {
	background-position: center -146px;
}
body.home .section-8 .text_block:nth-child(6) {
	background-color: #94AA79!important;
}
body.home .section-8 .text_block:nth-child(7):before {
	background-position: center -1178px;
}
body.home .section-8 .text_block:nth-child(7):after {
	background-position: center -1327px;
}
body.home .section-8 .text_block:nth-child(7) {
	background-color: #F7C768!important;
}
body.home .section-8 .text_block:nth-child(8):before {
	background-position: center -585px;
}
body.home .section-8 .text_block:nth-child(8):after {
	background-position: center -731px;
}
body.home .section-8 .text_block:nth-child(8) {
	background-color: #E1EA86!important;
}
body.home .section-8 img.imgleft {
    position: absolute;
    left: 50%;
    margin-left: -490.5px!important;
    margin-top: -83.5px!important;
    top: 50%;
}
body.home .section-8 img.imgright {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px!important;
    margin-left: 275px!important;
}
body.home .section-8 .text_block:nth-child(8) img.imgright {
    z-index: 2;
}
body.home .section-9 .text_2 {
    position: relative;
    display: inline-block;
    width: 350px;
    left: 50%;
    margin-left: 10px!important;
    margin-top: 35px!important;
    line-height: 18px;
}
body.home .section-9 .text_1 {
    position: absolute;
    left: 50%;
    margin-left: -366px!important;
    width: 300px;
    margin-top: 40px!important;
    font-size: 58px;
    line-height: 72px;
}
body.home .section-9 {
    height: 310px;
    z-index: 2;
}
body.home .section-9:before, body.home .section-9:after {
    content: "";
    position: absolute;
    left: 0;
    height: 143px!important;
    width: 100%!important;
    visibility: initial!important;
    background: url(images/blocks.png) no-repeat center 0px;
}
body.home .section-9:before {
    top: 0;
    background-position: center -2370px;
    margin-top: -143px;
}
body.home .section-9:after {
    bottom: 0;
    background-position: center -2519px;
    margin-bottom: -143px;
}
body.home .section-10 {
    position: relative !important;
    display: block;
    height: 710px;
    z-index: 1;
}
body.home .section-10 .et_pb_video_box {
    width: 403px!important;
    height: 302px!important;
    left: 50%;
    margin-left: -257px!important;
    margin-top: 272px!important;
}
.home .section-10:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(http://prashhur.com/wp-content/themes/fifteen/images/tv.png);
    background-position: 50% calc(50% + 45px);
    background-size: auto;
    z-index: 1;
    pointer-events: none;
}
.section-10 > div {
    position: relative !important;
    display: block !important;
    z-index: 0 !important;
}
body.home .section-12  {
    height: 350px;
    box-shadow: 0px 0px 27px 5px rgba(105, 105, 105, 0.71)!important;
    position: relative!important;
    z-index: 12;
}
.page-template .section-12, #footer_home .section-12 {
    height: 350px;
    box-shadow: 0px 29px 48px rgba(105, 105, 105, 0.31)!important;
    position: relative!important;
    z-index: 12;
}
body.home .section-12 .contact, .page-template .section-12 .contact, #footer_home .section-12 .contact {
    width: 250px;
    display: inline-block;
    line-height: 20px;
    left: 47%;
    position: relative;
    margin-top: 135px!important;
}
body.home .section-12 .contact .et_pb_text_inner p:first-child, .page-template .section-12 .contact .et_pb_text_inner p:first-child , #footer_home .section-12 .contact .et_pb_text_inner p:first-child {
    margin-bottom: 30px!important;
}
body.home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.vk, .page-template .section-12 .contact .et_pb_text_inner p:nth-child(3) a.vk, #footer_home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.vk {
    position: absolute;
    top: 0;
    margin-top: -65px!important;
    padding: 0!important;
}
body.home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.fb, .page-template .section-12 .contact .et_pb_text_inner p:nth-child(3) a.fb, #footer_home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.fb {
    position: absolute;
    top: 0;
    margin-top: -65px!important;
    padding: 0!important;
    margin-left: 45px!important;
}
body.home .section-12 .contact_2, .page-template .section-12 .contact_2, #footer_home .section-12 .contact_2 {
    width: 150px;
    display: inline-block;
    position: absolute;
    left: 48%;
    margin-top: 135px!important;
    margin-left: 245px!important;
}
body.home .section-12:after, .page-template .section-12:after, #footer_home .section-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
    margin-top: 35px;
    width: 325px!important;
    height: 235px!important;
    background-position: -306px -144px!important;
    background-image: url(images/sprite.png)!important;
    background-repeat: no-repeat!important;
    visibility: visible!important;
}
body.home .section-13 .map, .page-template .section-13 .map, #footer_home .section-13 .map {
    height: 500px;
    margin-bottom: 0px!important;
}
body.home .section-13 .footer, .page-template .section-13 .footer, #footer_home .section-13 .footer {
    padding: 20px 60px 0px 60px!important;
    line-height: 18px;
}
div#primary.content-area.col-md-8 {
    background: #b6b6b6;
    width: 66.66666666666666% !important;
}
div#secondary.widget-area.col-md-4 {
    display: block !important;
}
.block_menu {
    display: block;
    text-align: center;
    background-color: #00000075;
    line-height: 3px;
}
.search_top {
    display: inline-block;
}
.menu_top {
    display: inline-block;
}
li.astm-search-menu.astm-search-menu.default {
    position: relative !important;
    float: right;
    margin-top: 5px;
}
#site-navigation {
    margin-top: 5px;
}
.languages {
    display: block;
    position: absolute;
    top: 31px;
    right: 14%;
}
li.astm-search-menu.astm-search-menu.default {
    position: relative !important;
    float: right !important;
    margin-left: 35px;
}
input.search-field {
    background-color: #00000037;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    color:#fff;
z-index: 9999;
}
input.search-field::-webkit-input-placeholder       {color:#000;opacity: 1; transition: opacity 0.3s ease;}
input.search-field::-moz-placeholder                {color:#000;opacity: 1; transition: opacity 0.3s ease;}
input.search-field:-moz-placeholder                 {color:#000;opacity: 1; transition: opacity 0.3s ease;}
input.search-field:-ms-input-placeholder            {color:#000;opacity: 1; transition: opacity 0.3s ease;}
input.search-field:focus::-webkit-input-placeholder {color:#000;opacity: 0; transition: opacity 0.3s ease;}
input.search-field:focus::-moz-placeholder          {color:#000;opacity: 0; transition: opacity 0.3s ease;}
input.search-field:focus:-moz-placeholder           {color:#000;opacity: 0; transition: opacity 0.3s ease;}
input.search-field:focus:-ms-input-placeholder      {color:#000;opacity: 0; transition: opacity 0.3s ease;}

input.search-field::-webkit-input-placeholder {color:#fff;padding-left:5px;}
input.search-field::-moz-placeholder          {color:#fff;padding-left:5px;}/* Firefox 19+ */
input.search-field:-moz-placeholder           {color:#fff;padding-left:5px;}/* Firefox 18- */
input.search-field-ms-input-placeholder      {color:#fff; padding-left:5px;}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #ffffff;
    border-radius: 1px;
}
#header-2 {
    width: 100%;
    //position: relative;
    z-index: 999999;
    background-color: #262626;
    line-height: 3px !important;
    position: fixed;
	top:0;
}
@media (min-width: 1024px) {
	body.logged-in #header-2 {
		top: 32px;
	}
	body:not(.logged-in) #header-2 {
		top: 0;
	}
}
@media (max-width: 1024px) and (min-width:640px) {
	body.logged-in #header-2 {
		top: 36px;
	}
	body:not(.logged-in) #header-2 {
		top: 0;
	}
}
@media (max-width: 640px) {
	body.logged-in #header-2 {
		top: 0;
		overflow-x: auto;
	}
	html.isFixed #header-2 {
		padding-top:90px;
		height: 100%;
	}
	body:not(.logged-in) #header-2 {
		top: 0;
	}
	html.isFixed .lang-item {
		display:inline-block;
	}
}
#site-navigation {
    margin-top: 0px;
    margin-bottom: 0px !important;
}
#site-navigation li {
    line-height: 1.44;
}
.logo {
    background-image: url(http://new.prashhur.com/wp-content/themes/fifteen/images/sprite.png);
    background-position: -4px -85px;
    background-repeat: no-repeat;
    width: 387px;
    height: 44px;
    margin-bottom: 6px;
    left: 7%;
    top: 20px;
    position: absolute;
}
@media (max-width: 1730px) {
	#logos1 {
	    display: none;
	}
	li.astm-search-menu.astm-search-menu.default {
	    display: none;
	}
}

#parallax-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center !important;
    background-size: cover !important;
    border-bottom: 0;
    height: 3700px;
    opacity: 1;
}
.single #content, .page #content {
    background: #fff;
}
#content {
    border: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1)
}
div#primary.content-area.col-md-8 {
    background: #ffffff !important;
}
#secondary .widget, #footer-sidebar .widget {
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
#logos1 {
    background-image: url(http://new.prashhur.com/wp-content/themes/fifteen/images/sprite.png);
    background-position: -4px -85px;
    background-repeat: no-repeat;
    width: 387px;
    height: 44px;
    margin-bottom: 6px;
    left: 7%;
    top: 6px;
    position: absolute;
}
#lang1 {
    display: block;
    position: absolute;
    top: 19px;
    right: 0;
    margin-right: 30px;
}
.site-branding.col-md-12.col-xs-12 {
    display: none;
}
#primary-main .main-article {
    border: none;
    outline: none;
    cursor: pointer;
    background: #ffffff;
    box-shadow: inset 0 10px 60px rgba(0, 0, 0, 0.4);
}
#comments li.comment {
    border: none;
    padding: 10px;
    border-radius: 0;
    margin-top: 15px;
    list-style: none;
    background: #ffffff;
    box-shadow: 0 10px 50px #f5f5f5;
}
ul.children li {
    box-shadow: none !important;
    border: 1px solid #d6d6d6 !important;
}
body.home .section-2 img.imgBright, body.home .section-2 img.imgBleft {
    position: absolute;
    top: 0;
    left: 50%;
}
body.home .section-2 img.imgBleft {
    margin-left: -370px!important;
    margin-top: 20px!important;
}
body.home .section-2 img.imgBright {
    margin-top: 20px!important;
    margin-left: 300px!important;
}
ol > li > article > .comment-content.col-md-10.col-sm-10.col-xs-12 {
    margin-left: 21px;
    padding-top: 10px;
    margin-top: 11px;
    border: 1px solid #8a8a8a;
}
.et_divi_builder #et_builder_outer_content .et_pb_module a {
    color: #000!important;
}
div#wp-comments {
    overflow: visible !important;
    max-height: max-content !important;
}
#respond input, #respond textarea {
    background: #fff;
    color: #000;
    box-shadow: inset 0 0px 50px #00000024;
    padding: 20px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 0;
    background: #fff;
    padding: 10px 15px 10px 15px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
}
#respond input, #respond textarea {
    background: #fff !important;
    color: #000;
    box-shadow: inset 0 0px 50px #00000024;
    padding: 20px;
}
.slider_gt {
    height: 480px;
    margin-top: 0px;
    z-index: 1;
    overflow: hidden;
}
.slider_gt .slick-prev {
    margin-left: -420px;
}
.slider_gt .slick-next {
    margin-left: 420px;
}
.slider_gt .slick-prev, .slider_gt .slick-next {
    z-index: 2;
    left: 50%;
    top: 0;
    margin-top: 250px;
}
.slider_gt button.slick-arrow, .slider_2 button.slick-arrow, .slider_3 button.slick-arrow {
    width: 50px;
    height: 100px;
    box-shadow: none;
    background: url(images/arrows.png);
    background-position: 0px 0px;
}
@media (max-width:640px) {
	.slider_gt button.slick-arrow, .slider_2 button.slick-arrow, .slider_3 button.slick-arrow{
		zoom:.3;
	}
}
.slider_gt .slick-prev:before, .slider_gt .slick-next:before, .slider_2 .slick-prev:before, .slider_2 .slick-next:before, .slider_3 .slick-prev:before, .slider_3 .slick-next:before {
	display: none;
}
.slider_gt button.slick-next.slick-arrow, .slider_2 button.slick-next.slick-arrow, .slider_3 button.slick-next.slick-arrow {
    background-position: -50px 0px;
}
nav#comment-nav-below {
    display: none !important;
}
.slider_2, .slider_3 {
    width: 80%!important;
    margin-left: 10%!important;
    margin-top: 100px!important;
}
.slider_2 .slick-prev, .slider_3 .slick-prev {
    left: 0;
    margin-left: -80px;
}
.slider_2 .slick-next, .slider_3 .slick-next {
    right: 0;
    margin-right: -80px;
}
@media (max-width:640px){
	.slider_2 .slick-prev, .slider_3 .slick-prev {
    left: 0;
    margin-left: 0;
}
	.slider_2 .slick-next, .slider_3 .slick-next {
    right: 0;
    margin-right: 0;
}
}
.slider_2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.slick-slide.slick-active {
	margin: 0!important;
}
.slider_2 .slick-slide .et_pb_text_inner, .slider_3 .slick-slide {
    margin: 20px 20px 20px 20px!important;
    padding: 25px 25px 25px 25px!important;
    border-radius: 2px!important;
    background: #fff!important;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1)!important;
}
.home .section-1 > div {
    position: absolute !important;
    top: 500px;
    background-color: white !important;
    padding: 20px 0px 30px !important;
}
body.home .et_pb_section.et_pb_section_2.et_section_regular.et_section_transparent {
    padding: 0!important;
}
.position_fixed {
    position: fixed !important;
}
body.home .section-11:before {
    content: "";
    position: absolute;
    left: 0;
    height: 143px!important;
    width: 100%!important;
    visibility: initial!important;
    background: url(images/blocks.png) no-repeat center 0px;
    bottom: 0;
    background-position: center -439px;
    margin-bottom: -125px;
    z-index: 10;
}
body.home .section-11 .text_h2 {
	background-color: #CAE299!important;
}
body.home .section-12:before {
    content: "";
    position: absolute;
    left: 0;
    height: 160px!important;
    width: 100%!important;
    visibility: initial!important;
    background: url(images/white_block.png) no-repeat center 0px;
    top: 0;
    background-position: center -13px;
    margin-top: -140px;
    z-index: 10;
}
body.home .slider_3 .srp-post-content-container.srp-thumbnail-position-default {
    display: block;
}
body.home .slider_3 .slick-slide .srp-thumbnail-box, body.home .slider_3 .slick-slide .srp-content-box {
    width: 100%!important;
    display: block!important;
}
body.home .slider_3 .slick-slide .srp-content-box h4.srp-post-title a.srp-post-title-link {
    font-size: 20px;
    color: #000!important;
}
body.home .slider_3 .slick-slide h4.srp-post-title {
    padding: 5px 0 15px 0!important;
}
body.home .slider_3 .slick-slide .srp-post-date {
    padding-bottom: 10px!important;
}
body.home .slider_3 {
    margin-top: 0px!important;
}
body.home .entry-content ul.nostyle {
    display: none;
}
/*body.home .section-2 .text_block .et_pb_text_inner, body.home .section-8 .text_block .et_pb_text_inner {
    height: 160px;
}*/
body.home #et_builder_outer_content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.text_h2 {
    margin-top: 200px;
    margin-bottom: 200px;
    -webkit-transition: all 0.1s;
       -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
         -o-transition: all 0.1s;
            transition: all 0.1s;
}
body.home #et_builder_outer_content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.text_block {
    margin-bottom: 300px;
    -webkit-transition: all 0.1s;
       -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
         -o-transition: all 0.1s;
            transition: all 0.1s;
}
#flags {
    display: none !important;
    overflow: hidden;
}
.langss a {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.langss {
    font-size: 0;
    display: block;
    position: absolute;
    right: 33px;
    top: 27px;
}
img.imgBleft.alignnone:hover {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
     -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
         -ms-transition: 0.3s;
          -o-transition: 0.3s;
             transition: 0.3s;
}
img.imgBleft.alignnone {
     -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
         -ms-transition: 0.3s;
          -o-transition: 0.3s;
             transition: 0.3s;
}
img.imgBright.alignnone {
     -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
         -ms-transition: 0.3s;
          -o-transition: 0.3s;
             transition: 0.3s;
}
img.imgBright.alignnone:hover {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
body.home .section-2 .text_block .et_pb_text_inner, body.home .section-8 .text_block .et_pb_text_inner {
	position: absolute!important;
	left: 50%!important;
    margin-left: -230px!important;
}
.section-2 > div .text_block:nth-child(4) .et_pb_text_inner {
    top: 50%;
    margin-top: -27px!important;
}
.section-2 > div .text_block:nth-child(5) .et_pb_text_inner {
    top: 50%;
    margin-top: -40px!important;
}
.section-2 > div .text_block:nth-child(6) .et_pb_text_inner {
    top: 50%;
    margin-top: -40px!important;
}
.section-2 > div .text_block:nth-child(7) .et_pb_text_inner {
    top: 50%;
    margin-top: -43px!important;
}
.section-2 > div .text_block:nth-child(8) .et_pb_text_inner {
    top: 50%;
    margin-top: -55px!important;
}
.section-2 > div .text_block:nth-child(9) .et_pb_text_inner {
    top: 50%;
    margin-top: -45px!important;
}
.section-2 > div .text_block:nth-child(10) .et_pb_text_inner {
    top: 50%;
    margin-top: -33px!important;
}
body.home .section-2 .text_block, body.home .section-8 .text_block {
    height: 160px;
}
.section-8 > div .text_block:nth-child(2) .et_pb_text_inner {
    top: 50%;
    margin-top: -65px!important;
}
.section-8 > div .text_block:nth-child(3) .et_pb_text_inner {
    top: 50%;
    margin-top: -60px!important;
}
.section-8 > div .text_block:nth-child(4) .et_pb_text_inner {
    top: 50%;
    margin-top: -51.5px!important;
}
.section-8 > div .text_block:nth-child(5) .et_pb_text_inner {
    top: 50%;
    margin-top: -42px!important;
}
.section-8 > div .text_block:nth-child(6) .et_pb_text_inner {
    top: 50%;
    margin-top: -25px!important;
}
.section-8 > div .text_block:nth-child(7) .et_pb_text_inner {
    top: 50%;
    margin-top: -29px!important;
}
.section-8 > div .text_block:nth-child(8) .et_pb_text_inner {
    top: 50%;
    margin-top: -26px!important;
}
#footer_home .section-12 {
    background: rgb(255, 255, 255);
}
#footer_home .section-13.et_pb_row.et_pb_row_31 {
    z-index: 9;
    position: relative;
}
#footer_home .section-13 .footer {
    background: rgb(255, 255, 255);
	padding: 20px 60px 10px 60px!important;
}
div#footer_home {
    position: relative;
    z-index: 999;
}
#footer_home .section-12 {
    display: none;
}
.page-id-5572  .section-12 {
    display: block !important;
}
.page-id-5572 div#footer_home {
    display: none;
}
.page-id-5572 div#header-2 {
    position: relative;
    /* overflow-y: hidden; */
}




@media screen and (min-width:0px) and (max-width:991px) {
	div#primary.content-area.col-md-8 {
		width: 100% !important;
	}
}
article.artmain {
		width: 33.33% !important;
		margin: 0 auto;
	}
@media screen and (max-width: 420px) {
	article.artmain {
		width: 100% !important;
		margin: 0 auto;
	}
}
@media screen and (min-width:0px) and (max-width:1080px) {
	.home span.wpcf7-not-valid-tip {
	    height: 51px !important;
	    margin-top: -51px !important;
	}
	.home .wpcf7-response-output {
	    font-size: 25px;
	    line-height: 50px;
	}
	.home .wpcf7-response-output:before {
	    margin-left: -9px;
	    top: 0;
	}
	.home .wpcf7-response-output:after {
	    right: auto;
	    bottom: 0;
	    transform: translateX(-23px);
	}
	.liner_paralax {
	    display: none !important;
	}
	body.home .section-10 {
	    margin-top: -245px!important;
	    height: 655px;
	}
	.video_1 {
	    top: 246px;
	}
	/* #to_top_scrollup { */
	    /* -webkit-transform: scale(2.5); */
	    /* -moz-transform: scale(2.5); */
	    /* -o-transform: scale(2.5); */
	    /* transform: scale(2.5); */
	    /* -webkit-transform-origin: 100% 100%; */
	    /* -moz-transform-origin: 100% 100%; */
	    /* -o-transform-origin: 100% 100%; */
	    /* transform-origin: 100% 100%; */
	/* } */
	/* body.home { */
		/* min-width: 1080px!important; */
	/* } */
	body.home .section-8 img.imgleft, body.home .section-8 img.imgright {
		display: none!important;
	}
	.face-1, .face-2, .face-3, .face-4, .face-5, .face-6, .face-7, .face-8, .face-9 {
		display: none!important;
	}
	body.home .section-1 .text {
		width: 500px;
		font-size: 40px;
		line-height: 40px;
	}
	body.home .section-4 .text_right .et_pb_text_inner {
    font-size: 40px!important;
    line-height: 50px!important;
    width: 70%;
    left: 0;
    margin-left: 15%!important;
}
body.home .section-4 .text:before {
    margin-left: -70px;
    margin-bottom: -10px;
    -webkit-transform: scale(2.4);
    -moz-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    transform: scale(2.4);
}
	body.home .section-4 .text .et_pb_text_inner {
		font-size: 40px;
		line-height: 40px;
		width: 360px;
	}
	body.home .section-4 .text_right {
    height: 1535px;
}
	body.home .section-4 .et_pb_text_inner {
		font-size: 50px;
		line-height: 50px;
	}
	body.home .section-4 .text {
    margin-left: -210px!important;
    margin-bottom: 150px!important;
}
	body.home .section-4 .text_right {
		background: none!important;
	}
	div#wpcf7-f5444-p5374-o3 label {
		font-size: 30px;
		line-height: 30px;
	}
	form.wpcf7-form input {
	    width: 100%!important;
	    height: 75px!important;
	}
	span.form_op {
	    width: 100%!important;
	    margin-top: 25px!important;
	    margin-bottom: 15px!important;
	    font-size: 28px;
	    line-height: 40px;
	}
	body.home .section-5 {
	    height: 2250px;
	}
	.et_divi_builder #et_builder_outer_content .et_pb_column {
		float: none!important;
	}
	input.wpcf7-form-control.wpcf7-submit {
		width: 240px!important;
		height: 60px!important;
		font-size: 30px!important;
		margin-top: 30px!important;
	}
	textarea.wpcf7-form-control.wpcf7-textarea {
		width: 100%!important;
		height: 200px!important;
	}
	body.home .section-6 {
		margin-top: 0px!important;
	}
	body.home .section-6 .text-1 {
		margin-top: 390px!important;
		margin-left: -110px!important;
	}
	body.home .section-6 .text-2 {
		position: absolute;
		margin-top: 260px!important;
		margin-left: 80px!important;
	}
	.text-2 .et_pb_text_inner p {
		font-size: 25px;
		line-height: 25px!important;
		width: 400px;
	}
	body.home .section-7 .block-1 {
		line-height: 25px;
		font-size: 25px;
	}
	body.home .section-7 .block-1:nth-child(4) {
		top: 335px;
		left: 60px;
	}
	body.home .section-7 .block-1:nth-child(5) {
		top: 160px;
		left: 181px;
	}
	body.home .section-7 .block-1:nth-child(6) {
		top: 230px;
		left: 600px;
	}
	body.home .section-7 .block-1:nth-child(7) {
		top: 396px;
		left: 510px;
		width: 420px;
	}
	body.home .section-7 .block-1:nth-child(3) {
		top: 55px;
		left: 650px;
	}
	body.home .section-7 .block-1:nth-child(2) {
		top: 20px;
		left: 405px;
	}
	body.home .section-7 {
		height: 610px!important;
		background: url(images/chema.png) left center no-repeat #FFFCD8!important;
	}
	body.home .section-9 .text_2 .et_pb_text_inner p {
		font-size: 40px;
		line-height: 40px;
	}
	body.home .section-9 .text_2 {
		width: 100%;
		left: 0;
		padding: 0 5% 0 5%!important;
	}
	body.home .section-9 .text_1 {
		position: relative;
		margin-left: -520px!important;
		width: 100%;
		text-align: center!important;
		font-size: 70px;
		line-height: 72px;
		padding-top: 50px!important;
	}
	body.home .section-9 {
		height: 100%;
	}
	body.home .section-5 .et_pb_column.et_pb_column_4_4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    margin-left: 140px!important;
    max-width: 800px;
    left: 0;
    margin-top: 25px!important;
}
form.wpcf7-form p:nth-child(2) label {
    text-align: center!important;
    width: 100%!important;
}
body.home .slider_3 .slick-slide .srp-content-box h4.srp-post-title a.srp-post-title-link {
    font-size: 60px;
}
body.home .slider_3 .slick-slide h4.srp-post-title {
    padding: 25px 0 45px 0!important;
}
body.home .slider_3 .slick-slide .srp-post-date {
    padding-bottom: 35px!important;
    font-size: 30px;
}
body.home .slider_3 .srp-post-content {
    font-size: 40px;
    line-height: 45px;
}
body.home .section-11 .text_h2 {
    font-size: 70px!important;
    line-height: 70px!important;
}
body.home .section-11:before {
    margin-bottom: -110px;
}
.slider_2 .slick-slide .et_pb_text_inner p:first-child {
    font-size: 40px;
    padding-top: 20px!important;
}
@media (max-width:640px){
	.slider_2 .slick-slide .et_pb_text_inner p{
		font-size: 18px!important;
		line-height:1.2!important;
	}
	.slider_2{
    margin-bottom: 70px!important;
}
}
.slider_2 .slick-slide .et_pb_text_inner p:nth-child(2) {
    font-size: 24px;
    line-height: 40px;
}
.slider_2 .et_pb_column.et_pb_column_4_4.et_pb_css_mix_blend_mode_passthrough.et-last-child.slick-initialized.slick-slider {
    height: 100%!important;
    margin-bottom: 0px!important;
}
.slider_2{
    margin-bottom: 140px!important;
}
body.home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.vk, .page-template .section-12 .contact .et_pb_text_inner p:nth-child(3) a.vk, #footer_home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.vk {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin-left: 13px!important;
}
body.home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.fb, .page-template .section-12 .contact .et_pb_text_inner p:nth-child(3) a.fb, #footer_home .section-12 .contact .et_pb_text_inner p:nth-child(3) a.fb {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
    margin-left: 95px!important;
}
body.home .section-12:after, .page-template .section-12:after, #footer_home .section-12:after {
    display: none!important;
}
body.home .section-12 .contact, .page-template .section-12 .contact, #footer_home .page-template .section-12 .contact {
	left: 0;
}
body.home .section-12 .contact, body.home .section-12 .contact_2, .page-template .section-12 .contact, .page-template .section-12 .contact_2, #footer_home .section-12 .contact, #footer_home .section-12 .contact_2 {
    width: 50%;
    padding: 0 5% 0 5%!important;
    margin-top: 100px!important;
}
body.home .section-12 .contact_2, .page-template .section-12 .contact_2, #footer_home .section-12 .contact_2 {
	left: 50%;
	margin-left: 0!important;
}
body.home .section-12 .contact .et_pb_text_inner p, body.home .section-12 .contact_2 .et_pb_text_inner p, .page-template .section-12 .contact .et_pb_text_inner p , .page-template .section-12 .contact_2 .et_pb_text_inner p, #footer_home .section-12 .contact .et_pb_text_inner p, #footer_home .section-12 .contact_2 .et_pb_text_inner p {
    font-size: 35px;
    line-height: 40px;
}
body.home .section-12, .page-template .section-12, #footer_home .section-12 {
    height: 600px;
}
body.home .section-1 .text:after {
    top: 50%;
    margin-top: -100px;
}
.position_fixed {
    position: relative!important;
}
.section-2 {
    margin-top: 0 !important;
}
body.home .section-1 {
    height: 1340px;
}
body.home #et_builder_outer_content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.text_h2 {
    margin-bottom: 0px!important;
    margin-top: 0;
}
body.home #et_builder_outer_content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.text_block {
    margin-bottom: 0px;
}
body.home .section-2 .text_block .et_pb_text_inner, body.home .section-8 .text_block .et_pb_text_inner {
    font-size: 35px;
    line-height: 40px;
    width: 600px;
}
body.home #et_builder_outer_content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.text_block {
    height: 480px;
}
body.home .section-2 .text_block .et_pb_text_inner, body.home .section-8 .text_block .et_pb_text_inner {
	position: absolute!important;
	left: 50%!important;
    margin-left: -300px!important;
}
.section-2 > div .text_block:nth-child(4) .et_pb_text_inner {
    top: 50%;
    margin-top: -120px!important;
}
.section-2 > div .text_block:nth-child(5) .et_pb_text_inner {
    top: 50%;
    margin-top: -130px!important;
}
.section-2 > div .text_block:nth-child(6) .et_pb_text_inner {
    top: 50%;
    margin-top: -130px!important;
}
.section-2 > div .text_block:nth-child(7) .et_pb_text_inner {
    top: 50%;
    margin-top: -140px!important;
}
.section-2 > div .text_block:nth-child(9) .et_pb_text_inner {
    top: 50%;
    margin-top: -180px!important;
}
.section-2 > div .text_block:nth-child(10) .et_pb_text_inner {
    top: 50%;
    margin-top: -90px!important;
}
body.home .section-2 .text_block:nth-child(2) {
    margin-top: 85px!important;
}
body.home .section-3 .et_pb_text_inner {
    width: 70%;
    height: 100%;
    left: 0;
    font-size: 40px;
    margin-top: 0px!important;
    line-height: 50px!important;
    padding: 100px 0 50px 0!important;
    margin-left: 15%!important;
}
body.home .section-3 {
    height: 100%;
    background-position-x: -830px!important;
}
body.home .section-4 .text_h2 .et_pb_text_inner {
    font-size: 70px;
    line-height: 70px;
}
body.home .section-8 .text_block:nth-child(2) {
    margin-top: 260px!important;
}
body.home .section-8 .text_h2 .et_pb_text_inner {
    padding: 65px 0!important;
    background-color: #522304!important;
    height: 160px;
    font-size: 67px!important;
}
body.home .section-8 .text_h2 {
    background-color: transparent!important;
    padding-top: 300px!important;
    margin-top: 0!important;
}
body.home .section-8 {
    height: 100%;
    background-position-y: 125px!important;
}
.slider_gt {
    margin-top: 0px!important;
    margin-bottom: -28px!important;
}
.section-8 > div .text_block:nth-child(2) .et_pb_text_inner {
    top: 50%;
    margin-top: -190px!important;
}
.section-8 > div .text_block:nth-child(4) .et_pb_text_inner {
    top: 50%;
    margin-top: -179.5px!important;
}
.section-8 > div .text_block:nth-child(5) .et_pb_text_inner {
    top: 50%;
    margin-top: -145px!important;
}
.section-8 > div .text_block:nth-child(6) .et_pb_text_inner {
    top: 50%;
    margin-top: -135px!important;
}
.section-8 > div .text_block:nth-child(7) .et_pb_text_inner {
    top: 50%;
    margin-top: -135px!important;
}
.section-8 > div .text_block:nth-child(8) .et_pb_text_inner {
    top: 50%;
    margin-top: -100px!important;
}
.section-2 > div .text_block:nth-child(8) .et_pb_text_inner {
    top: 0!important;
    margin-top: 0!important;
}
.section-8 > div .text_block:nth-child(3) .et_pb_text_inner {
    top: 0!important;
    margin-top: 0!important;
}

}

/* -- Vector close -- */
ul#mqtranslate-chooser {
    display: none;
}
.liner_paralax {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 0px;
    z-index: -1;
    pointer-events: none;
    margin-top: -11px !important;
    overflow: hidden;
}
.liner_paralax span {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
.liner_paralax img {
    position: absolute !important;
    left: 50%;
    margin-left: -263px !important;
    width: 536px !important;
    top: 0;
}
#comments-evolved-tabs .ui-tabs-nav li a {
    outline: none !important;
}
h2.comments-title {
    display: none;
}
#comments .children img.avatar {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: none;
    margin: 0 !important;
}
.srp-thumbnail-box img {
    position: relative;
    display: block !important;
    width: 70% !important;
    margin: 0 auto !important;
}
@media screen and (min-width:1600px) {
	.srp-thumbnail-box img {
		width: 60% !important;
	}
	body.home .section-7 .block-1:first-child {
	    left: 55px;
	}
}
#litebox_gallery {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: auto;
	display:none;
	cursor: pointer;
}
.content_litebox {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 15%;
    margin-bottom: 10%;
	display:none;
}
.content_litebox img {
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.5);
}
body.blog {
    margin-top: -20px;
}
body.home #footer_home {
    display: none !important;
}
form.wpcf7-form > p {
    display: none;
}
p.form-submit #submit {
	float: left;
    display: block;
    width: 100%;
    text-align: center;
	margin: 15px 0;
}
a.sign_in_comment {
    background: #fff;
    color: #000;
    box-shadow: inset 0 0px 50px #00000024;
    padding: 17px 20px;
    font-size: 17px;
    border: 1px solid #cecece;
    text-decoration: none;
	float: left;
    display: block;
    width: 100%;
    text-align: center;
}
body:not(.page-id-5572) #footer_home .map {
    display: none;
}
/* .form_container { */
	/* display: none; */
/* } */
form#commentform input#url {
    display: none;
}
label.title_form {
    font-size: 16px;
    color: red !important;
    line-height: 25px;
}
span.wpcf7-not-valid-tip {
    position: relative;
    display: block !important;
    width: 100%;
    font-size: 0;
    background: rgba(255, 0, 0, 0.25) !important;
    height: 30px;
    margin-top: -30px !important;
}
.wpcf7-response-output {
    position: relative;
    width: fit-content;
}
.wpcf7-response-output:after {
    content: '';
    position: absolute;
    right: 0;
    height: 50px;
    background: #fffcd8;
    width: 30px;
    margin-right: -18px;
}
.wpcf7-response-output:before {
    content: '';
    position: absolute;
    left: 0;
    height: 50px;
    background: #fffcd8;
    width: 60px;
    margin-left: -32px;
}
a.languen_btn {
    position: relative;
    display: inline-block;
    width: 25px;
    margin-left: 5px;
    margin-top: -7px;
}
a.et_pb_button {
    z-index: 999999999999999999999;
    margin-top: -210px !important;
    position: absolute;
    top: -102px !important;
}
.fon_romb {
    background-position: center -290px !important;
    height: 140px !important;
    margin-top: -100px !important;
    width: 100% !important;
    position: relative !important;
    min-width: 100%;
    background-size: auto !important;
}
@media screen and (max-width: 888px) and (min-width: 0px){
#footer_home .section-12 .contact .et_pb_text_inner p, #footer_home .section-12 .contact_2 .et_pb_text_inner p {
    font-size: 15px;
    line-height: 30px;
}
#footer_home .section-12 .contact, #footer_home .section-12 .contact_2{
	left: 0 !important;
	width: 100%;
	}
#footer_home .section-12 .contact_2 {
    margin-left: 0!important;
    margin-top: 0 !important;
}
.fon_romb {
    margin-top: -400px !important;
}
.page-id-5572 #footer_home .section-13 .footer {
    margin-top: 220px !important;
}
.page-id-5572 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.contact_2.et_pb_text_79 {
    background: #fff;
    height: 221px;
}
}
@media screen and (max-width: 1080px) and (min-width: 888px){
#footer_home .section-12 .contact .et_pb_text_inner p, #footer_home .section-12 .contact_2 .et_pb_text_inner p {
    font-size: 25px;
    line-height: 30px;
}
#footer_home .section-12 .contact, #footer_home .section-12 .contact_2{
	left: 0 !important;
	width: 100%;
	}
#footer_home .section-12 .contact_2 {
    margin-left: 0!important;
    margin-top: 0 !important;
}
.page-id-5572 #footer_home .section-13 .footer {
    background: rgb(255, 255, 255);
    padding: 20px 60px 10px 60px!important;
    margin-top: 220px;
}
.page-id-5572 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.contact_2.et_pb_text_79 {
    background: #fff;
    height: 221px;
}
}
#footer_home .section-12 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 13%, #fff 100%) !important;
}
.text_h2 + div {
    pointer-events: none;
}
p.logged-in-as, footer.entry-meta {
    display: none;
}
.blog #footer_home .single-post {
    display: none !important;
}
p.comment-awaiting-moderation {
    display: none !important;
}