/* Theme Name: Olimpus */

@font-face {
    font-family: 'Arial';
    src: url('fonts/arial.eot');
    src: url('fonts/arial.eot') format('embedded-opentype'),
         url('fonts/arial.woff') format('woff'),
         url('fonts/arial.ttf') format('truetype'),
         url('fonts/arial.svg#ArialRegular') format('svg');
}
@font-face {
    font-family: 'ArialBold';
    src: url('fonts/arialbold.eot');
    src: url('fonts/arialbold.eot') format('embedded-opentype'),
         url('fonts/arialbold.woff') format('woff'),
         url('fonts/arialbold.ttf') format('truetype'),
         url('fonts/arialbold.svg#ArialBold') format('svg');
}
@font-face {
    font-family: 'FbMetaliRegular';
    src: url('fonts/fbmetali-regular.eot');
    src: url('fonts/fbmetali-regular.eot') format('embedded-opentype'),
         url('fonts/fbmetali-regular.woff2') format('woff2'),
         url('fonts/fbmetali-regular.woff') format('woff'),
         url('fonts/fbmetali-regular.ttf') format('truetype'),
         url('fonts/fbmetali-regular.svg#FbMetaliRegular') format('svg');
}
@font-face {
    font-family: 'FbMetaliMedium';
    src: url('fonts/fbmetali-medium.eot');
    src: url('fonts/fbmetali-medium.eot') format('embedded-opentype'),
         url('fonts/fbmetali-medium.woff2') format('woff2'),
         url('fonts/fbmetali-medium.woff') format('woff'),
         url('fonts/fbmetali-medium.ttf') format('truetype'),
         url('fonts/fbmetali-medium.svg#FbMetaliMedium') format('svg');
}
@font-face {
    font-family: 'FbMetaliLight';
    src: url('fonts/fbmetali-light.eot');
    src: url('fonts/fbmetali-light.eot') format('embedded-opentype'),
         url('fonts/fbmetali-light.woff2') format('woff2'),
         url('fonts/fbmetali-light.woff') format('woff'),
         url('fonts/fbmetali-light.ttf') format('truetype'),
         url('fonts/fbmetali-light.svg#FbMetaliLight') format('svg');
}
@font-face {
    font-family: 'AlefRegular';
    src: url('fonts/Alef-Regular.eot');
    src: url('fonts/Alef-Regular.eot') format('embedded-opentype'),
         url('fonts/Alef-Regular.woff') format('woff'),
         url('fonts/Alef-Regular.ttf') format('truetype'),
         url('fonts/Alef-Regular.svg#AlefRegular') format('svg');
}
@font-face {
    font-family: 'FbMetaliBold';
    src: url('fonts/fbmetali-bold.eot');
    src: url('fonts/fbmetali-bold.eot') format('embedded-opentype'),
         url('fonts/fbmetali-bold.woff2') format('woff2'),
         url('fonts/fbmetali-bold.woff') format('woff'),
         url('fonts/fbmetali-bold.ttf') format('truetype'),
         url('fonts/fbmetali-bold.svg#FbMetaliBold') format('svg');
}
@font-face {
    font-family: 'MyriadHebrewRegular';
    src: url('fonts/myriadhebrew-regular.eot');
    src: url('fonts/myriadhebrew-regular.eot') format('embedded-opentype'),
         url('fonts/myriadhebrew-regular.woff2') format('woff2'),
         url('fonts/myriadhebrew-regular.woff') format('woff'),
         url('fonts/myriadhebrew-regular.ttf') format('truetype'),
         url('fonts/myriadhebrew-regular.svg#MyriadHebrewRegular') format('svg');
}
/* ---------------- 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;
}
*{
	 box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
html,
body{
	height: 100%;
}
body,
button,
input,
select,
textarea {
	color: #2A2A2A;
	font: 20px/1.35 Arial, sans-serif;
}

body {
	background: #fff;
	direction: rtl;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
img{
	max-width: 100%;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 2px solid #E6E9EC;
	border-radius: 1px;
	color: #292929;
	padding: 16px 19px 12px;
	width: 100%;
	background: #E6E9EC;
	font: 17px/1 'AlefRegular', sans-serif;
}
.two_col input,
.two_col textarea{
	font-size: 13px;
	padding: 11px 19px 7px;
}
.small_form input,
.small_form textarea{
	font-size: 12px;
	padding: 9px 10px 6px;
}
/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"]{
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 0;
	vertical-align: bottom;
	background: rgb(149,186,80); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YmE1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Mjg2MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(149,186,80,1) 0%, rgba(82,134,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,186,80,1)), color-stop(100%,rgba(82,134,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(149,186,80,1) 0%,rgba(82,134,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(149,186,80,1) 0%,rgba(82,134,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(149,186,80,1) 0%,rgba(82,134,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(149,186,80,1) 0%,rgba(82,134,1,1) 100%); /* W3C */
	font: 35px 'AlefRegular', sans-serif;
}
.two_col button,
.two_col .button,
.two_col input[type="button"],
.two_col input[type="reset"],
.two_col input[type="submit"],
.two_col button[type="submit"]{
	font-size: 26px;
}

.small_form button,
.small_form .button,
.small_form input[type="button"],
.small_form input[type="reset"],
.small_form input[type="submit"],
.small_form button[type="submit"]{
	font-size: 22px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"]:hover,
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{
	background: rgb(169,219,73); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZGI0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWIzMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(169,219,73,1) 0%, rgba(117,179,21,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,219,73,1)), color-stop(100%,rgba(117,179,21,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,219,73,1) 0%,rgba(117,179,21,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,219,73,1) 0%,rgba(117,179,21,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,219,73,1) 0%,rgba(117,179,21,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,219,73,1) 0%,rgba(117,179,21,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db49', endColorstr='#75b315',GradientType=0 ); /* IE6-8 */
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #292929;
}

:-moz-placeholder {
	color: #292929;
}

::-moz-placeholder {
	color: #292929;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #292929;
}

/* ------------------ Basic Style -------------- */
.cf:before,
.cf:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}
.anim{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -33px;
	overflow: hidden;
}
.site-main{
	margin: 74px 0 0;
}
.wrapper{
	width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}
.mobile_block{
	display: none;
}
.col5{
	width: 48%;
	float: right;
}
.col5:first-child{
	float: left;
}
.content_block{
	padding: 26px 0;
}
.dark_button{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 9px 30px;
	background: #10132D;
	font: 18px 'FbMetaliRegular', sans-serif;
}
.dark_button:hover{
	background: #303885;
	color: #fff;
}
.video_block{
	position: relative;
	padding: 67% 0 0;
	border: 1px solid #000;
}
.video_block iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.parallax_block{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.page_content ul{
	margin: 43px 0 40px;
}
.page_content ul li{
	margin: 0 0 15px;
	padding: 0 27px 0 0;
	position: relative;
}
.page_content ul li:before{
	content: '';
	display: inline-block;
	background: url('images/sprite.png') no-repeat -17px 0;
	width: 12px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: 0;
}
.page_content h1{
	font: 25px 'ArialBold', sans-serif;
	margin: 0 0 10px;
}
.page_content h2{
	font: 22px 'ArialBold', sans-serif;
	margin: 0 0 10px;
}
.page_content h3{
	font: 20px 'ArialBold', sans-serif;
	margin: 0 0 10px;
}
.page_content h4{
	font: 18px 'ArialBold', sans-serif;
	margin: 0 0 5px;
}
.page_content h5{
	font: 17px 'ArialBold', sans-serif;
	margin: 0 0 5px;
}
.page_content h6{
	font: 15px 'ArialBold', sans-serif;
}
.page_content img{
	height: auto;
	display: block;
}
/* ------------------ Header ------------------ */
.mobile_menu{
	display: none;
}
.site_header{
	background: url('images/bg_header.png') repeat-x;
	border-bottom: 2px solid #999;
	position: fixed;
	z-index: 210;
	top: 0;
	left: 0;
	width: 100%;
}
.site_header .wrapper{
	position: relative;
	padding: 15px 15px 12px;
}
.site_header .wrapper:before{
	content: '';
	position: absolute;
	bottom: -67px;
	left: -71px;
	background: url('images/shadow_header.png') no-repeat;
	width: 749px;
	height: 65px;
	pointer-events: none;
}
.site_header .bg_holder_logo{
	position: absolute;
	top: 0;
	right: 100%;
	margin: 0 -160px 0 0;
	width: 2000px;
	height: 122px;
	background: url('images/bg_header_left_side.png') repeat-x;
	border-bottom: 2px solid #999;
	z-index: 119;
}
.site_header .bg_holder_logo:after{
	content: '';
	position: absolute;
	bottom: -18px;
	left: 100%;
	width: 74px;
	height: 66px;
	background: url('images/corner_top_menu.png') no-repeat;
}
.logo_site{
	position: absolute;
	top: 14px;
	left: 39px;
	z-index: 120;
}
.site_navigation{
	float: right;
	display: block;
}
.site_navigation ul{
	list-style: none;
	margin: 0;
	font-size: 0;
}
.site_navigation ul li{
	display: inline-block;
	border-right: 1px solid #D4D4D4;
	padding: 6px 3px 3px 3px;
}
.site_navigation ul li:first-child{
	border: none;
	padding-right: 0;
}
.site_navigation li a{
	font:15px/1 'FbMetaliRegular', sans-serif;
	color: #000;
	padding: 10px 7px 8px;
	display: block;
	border-bottom: 3px solid transparent;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site_navigation li a:hover{
	color: #49A1B1;
}
.site_navigation li.current-menu-item a{
	border-color: #49A1B1;
	color: #000;
}

.site_languages {
	float: right;
	display: block;
	width: 105px;
}
.site_languages ul{
	list-style: none;
	margin: 0;
	font-size: 0;
}
.site_languages ul li{
	display: inline-block;
	margin-left: 3px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.site_languages ul li.current-menu-item:hover {
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0.5);
	filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.5);
	filter:alpha(opacity=0.5);
}
.site_languages ul li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 99999px;
}
.site_languages ul li.en_us {
	background: url('images/us_flag.png') no-repeat;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0.5);
	filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.5);
	filter:alpha(opacity=0.5);
}
.site_languages ul li.he_il {
	background: url('images/il_flag.png') no-repeat;
}
.site_languages ul li.en_gb,
.site_languages ul li.en_uk {
	background: url('images/gb_flag.png') no-repeat;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0.5);
	filter: progid:DXImageTransform.Microsoft:Alpha(opacity=0.5);
	filter:alpha(opacity=0.5);
}
.site_languages ul li:hover {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
	filter: progid:DXImageTransform.Microsoft:Alpha(opacity=1);
	filter:alpha(opacity=1);
}
/* -------------- Main Slideshow -------------- */
.slideshow_holder{
	position: relative;
	padding: 25% 0 0;
	margin: 0 0 20px;
	width: 100%;
	direction: ltr;
}
.slideshow.main_slideshow{
	height: 100%!important;
	width: 100%!important;
	left: 0;
	top: 0;
	position: absolute!important;
	width: 100%;
}
.slideshow.owl-carousel .owl-stage-outer,
.slideshow.owl-carousel .owl-stage,
.slideshow.owl-carousel .owl-item,
.slideshow.owl-carousel .owl-wrapper-outer,
.slideshow.owl-carousel .owl-wrapper{
	height: 100%;
}
.slideshow .item{
	padding: 25% 0 0;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.slideshow .item:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url('images/bg_list_advantage.png') repeat-x bottom;
	height: 487px;
	z-index: 10;
}
.slideshow .pagers_block{
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	z-index: 111;
	padding: 0 0 0 222px;
	direction: rtl;
	text-align: left;
}
.slideshow .pagers_block span{
	height: 10px;
	width: 10px;
	background: #fff;
	margin: 0 3px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
}
.slideshow .pagers_block span:hover,
.slideshow .pagers_block span.cycle-pager-active{
	background: #10132d;
}
.slideshow .content_slide{
	background: rgba(41, 41, 41, .4);
	padding: 9px;
	width: 420px;
	margin: 0 auto;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 11;
}
.slideshow .content_slide h2{
	color: #fff;
	font: 39px 'FbMetaliMedium', sans-serif;
	margin: 0 0 4px;
	line-height: 1;
}
.slideshow .content_slide h3{
	margin: 0;
	color: #fff;
	font: 33px 'FbMetaliLight', sans-serif;
}
.advantages_list{
	position: relative;
	z-index: 120;
	color: #fff;
	font-size: 0;
}
.holder_advantages_list{
	border-top: 1px solid #fff;
	padding: 40px 0 15px;
	position: relative;
	direction: rtl;
}
.advantages_list:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 18px solid #10132D;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
}
.advantages_list .wrapper{
	width: 1060px;
}  
.advantages_list .item_list{
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 37px;
	font: 18px 'FbMetaliRegular', sans-serif;
}
.advantages_list .icon_holder{
	width: 49px;
	height: 49px;
	position: relative;
	float: right;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 0 19px;
	background-position: center;
	background-repeat: no-repeat;
}
.advantages_list .owl-carousel .owl-item img{
	width: auto;
}
.advantages_list p{
	margin: 0;
	max-height: 40px;
	overflow: hidden;
	float: right;
	line-height: 1.2;
	padding: 3px 0 0;
}
/* ------------- Top Image Page --------------- */
.top_block{
	position: relative;
	padding: 14% 0 0;
	min-height: 390px;
}
.top_block .image_page{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.top_block .image_page h1{
	font: 60px 'FbMetaliMedium', sans-serif;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 23%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.top_block.without_desc h1{
	top: 45%;
}
.top_block .subheader_block:before,
.top_block .overlay_block{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url('images/bg_list_advantage.png') repeat-x bottom;
	height: 487px;
	max-height: 100%;
}
.top_block .overlay_block{
	background: url('images/bg_overlay_image.png') repeat-x bottom;
	height: 224px;
	max-width: 100%;
}
.top_block .subheader_holder{
	border-top: 1px solid #fff;
	padding: 50px 0;
	position: relative;
	color: #fff;
	font-size: 21px;
	line-height: 1.65;
}
.top_block .subheader_holder p{
	margin: 0;
}
/* --------------  Breadcrumbs ---------------- */
.breadcrumbs{
	padding: 20px 0 18px;
	font-size: 13px;
}
.breadcrumbs a{
	color: #989898;
}
.breadcrumbs span{
	margin: 0 2px 0 4px;
}
.breadcrumbs span:first-child{
	margin-right: 0; 
}
.breadcrumbs span:last-child{
	color: #646477;
	text-decoration: underline;
} 
/* -------------- Contact Form ---------------- */
.col5 .contact_form{
	width: 452px;
	float: left;
	max-width: 100%;
}
.contact_form{
	border: 1px solid #C1C1C1;
	position: relative;
	padding: 14px 25px 30px;
	color: #000;
}
.contact_form > p{
	font: 21px/1.3 'FbMetaliRegular', sans-serif;
	margin: 0 0 20px;
	text-align: center;
}
.contact_form.small_form{
	padding: 8px 16px 20px;
}
.contact_form.small_form > p{
	font-size: 15px;
	width: 85%;
	margin: 0 auto 11px;
}
.contact_form.two_col{
	padding: 13px 20px 25px;
	border-color: #7F7F7F;
}
.contact_form.two_col > p{
	font-size: 15px;
	margin: 0 0 17px;
}
.contact_form.two_col .contact_form_holder{
	display: table;
	width: 100%;
	direction: rtl;
}
.contact_form.two_col .fields_form{
	width: 78%;
	display: table-cell;
	padding: 0 0 0 25px;
	vertical-align: top;
}
.contact_form.two_col .button_form{
	width: 22%;
	display: table-cell;
	vertical-align: top;
	margin: 0;
}
.button_form img{
	display: none;
}
.contact_form.two_col .button_form{
	margin: 0;
}
.contact_form.two_col .button_form button{
	height: 100%;
	margin: 0;
	padding: 0;
}
.contact_form.small_form .button_form button{
	padding: 11px 10px 16px;
	margin: 14px 0 0;
}
.contact_form .button_form button:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 100%;
	height: 3px;
	background: #ddd;
	left: 0;
}
.contact_form .button_form button{
	width: 100%;
	margin: 20px 0 0;
	padding: 18px 10px 24px;
	position: relative;
}
.contact_form form{
	direction: rtl;
}
.contact_form.two_col form p{
	margin: 0 0 9px;
}
.contact_form.small_form form p{
	margin: 0 0 12px;
}
.contact_form form p{
	margin: 0 0 12px;
}
.contact_form form p > span{
	display: block;
}
.contact_form.two_col form .fields_form p:last-child{
	margin: 0;
}
input.wpcf7-not-valid{
	border-color: #EB0E52;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	left: 100%;
	width: 105px;
	border: 1px solid #EB0E52;
	font: 13px/1.3 'FbMetaliRegular', sans-serif;
	color: #000;
	background: #fff;
	padding: 5px;
	height: 46px;
	top: 4px;
	margin: 0 0 0 24px;
}
.two_col span.wpcf7-not-valid-tip{
	top: -3px;
}
.small_form span.wpcf7-not-valid-tip{
	top: -5px;
}
span.wpcf7-not-valid-tip:after{
	content: '';
	background: url('images/corner_error_message.png');
	position: absolute;
	top: -1px;
	right: 100%;
	width: 17px;
	height: 46px;
}
div.wpcf7-response-output{
	display: none!important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok{
	display: block!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
	background: #fff;
	padding: 30% 0 0;
	font: 15px 'FbMetaliRegular', sans-serif;
	text-align: center;
	color: #000;
}
.two_col div.wpcf7-response-output.wpcf7-mail-sent-ok{
	padding: 40px 0 0;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok h3{
	font: 40px/1 'FbMetaliBold', sans-serif;
	margin: 0 0 14px;
	color: #73A02D 
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:after{
	content: '';
	display: block;
	background: url('images/logo_contact_form.png');
	width: 100px;
	height: 50px;
	margin: 22px auto 0;
}
/* ---------------- Home Page ----------------- */
.info_block{
	font: 22px/1.6 'FbMetaliRegular', sans-serif;
	color: #000;
}
/* --------------- About Block ---------------- */
.about_list{
	position: relative;
	padding: 80px 0;
	direction: ltr;
}
.about_list .title_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
}
.about_list .title_block span{
	display: inline-block;
	background: #fff;
	color: #000;
	font: 18px 'FbMetaliRegular', sans-serif;
	height: 29px;
	position: relative;
	vertical-align: top;
	padding: 0 26px;
}
.about_list .title_block span:before,
.about_list .title_block span:after{
	content: '';
	position: absolute;
	top: 0;
	width: 37px;
	height: 43px;
}
.about_list .title_block span:before{
	background: url('images/right_side_title_block.png');
	left: 100%;
}
.about_list .title_block span:after{
	background: url('images/left_side_title_block.png');
	right: 100%;
}
.about_list:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(16, 19, 45, .86);
}
.about_list .item{
	position: relative;
	padding: 117px 0 0;
	color: #fff;
	text-align: center;
}
.about_list .icon_holder{
	width: 93px;
	height: 93px;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.about_list .item h4{
	font: 17px 'FbMetaliRegular', sans-serif;
	margin: 0;
}
.description_block{
	position: absolute;
	top: 100%;
	background: #10132D;
	width: 220px;
	padding: 20px 17px 15px 5px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.3;
	left: 50%;
	margin: 18px 0 0 -160px;
	color: #fff;
	text-align: right;
	z-index: 1;
}
.description_block:before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 18px solid #10132D;
}
.description_block li{
	padding: 0 20px 0 0;
	position: relative;
	margin: 0 0 3px;
}
.description_block li:before{
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	background: url('images/sprite.png') no-repeat -37px -2px;
	width: 8px;
	height: 14px;
}
.about_list .item:hover .icon_holder{
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2,1.2);
}
/* ---------------- Posts Block --------------- */
.posts_block{
	width: 400px;
}
.posts_block.wide{
	width: 484px;
}
.posts_block h3{
	margin: 0;
	font: 22px 'FbMetaliRegular', sans-serif;
	color: #000;
	float: right;
}
.posts_block.wide h3{
	font-size: 30px;
}
.posts_block a.go_to_all{
	font: 19px 'FbMetaliRegular', sans-serif;
	color: #fff;
	float: left;
	padding: 5px 16px 6px;
	background: rgb(145,182,79); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxYjY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MGE2NGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(145,182,79,1) 0%, rgba(128,166,74,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,182,79,1)), color-stop(100%,rgba(128,166,74,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(145,182,79,1) 0%,rgba(128,166,74,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(145,182,79,1) 0%,rgba(128,166,74,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(145,182,79,1) 0%,rgba(128,166,74,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(145,182,79,1) 0%,rgba(128,166,74,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b64f', endColorstr='#80a64a',GradientType=0 ); /* IE6-8 */
}
.posts_block a.go_to_all:hover{
	background: rgb(164,215,68); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0ZDc0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZWM2MmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(164,215,68,1) 0%, rgba(142,198,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,215,68,1)), color-stop(100%,rgba(142,198,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d744', endColorstr='#8ec62e',GradientType=0 ); /* IE6-8 */
}
.posts_block.wide a.go_to_all{
	font-size: 25px;
}
.posts_holder{
	border: 1px solid #C1C1C1;
	font-size: 15px;
	margin: 14px 0 0;
}
.wide .posts_holder{
	margin: 20px 0 0;
}
.posts_holder .item_post{
	border-top: 1px solid #C1C1C1;
	line-height: 1.3;
}
.posts_holder .item_post:first-child{
	border: none;
}
.posts_holder a{
	display: block;
	padding: 3px 22px 8px 20px;
	color: #2A2A2A;
	position: relative;
}
.wide .posts_holder a{
	padding: 7px 30px 8px 5px;
	font-size: 20px;
}
.posts_holder a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	height: 48px;
	width: 2px;
	background: #10132D;
}
.wide .posts_holder a:before{
	width: 3px;
	height: 66px;
	right: 9px;
}
.posts_holder a p{
	margin: 0;
}
.posts_holder a .hover_block{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMTMyZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiMxMDEzMmQiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzEwMTMyZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDEzMmQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(16,19,45,0.9) 0%, rgba(16,19,45,0.9) 2%, rgba(16,19,45,0) 99%, rgba(16,19,45,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(16,19,45,0.9)), color-stop(2%,rgba(16,19,45,0.9)), color-stop(99%,rgba(16,19,45,0)), color-stop(100%,rgba(16,19,45,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(16,19,45,0.9) 0%,rgba(16,19,45,0.9) 2%,rgba(16,19,45,0) 99%,rgba(16,19,45,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(16,19,45,0.9) 0%,rgba(16,19,45,0.9) 2%,rgba(16,19,45,0) 99%,rgba(16,19,45,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(16,19,45,0.9) 0%,rgba(16,19,45,0.9) 2%,rgba(16,19,45,0) 99%,rgba(16,19,45,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(16,19,45,0.9) 0%,rgba(16,19,45,0.9) 2%,rgba(16,19,45,0) 99%,rgba(16,19,45,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e610132d', endColorstr='#0010132d',GradientType=1 ); /* IE6-8 */
}
.posts_holder a .hover_block span{
	position: absolute;
	top: 22px;
	margin: auto;
	left: 29px;
	font: 19px 'FbMetaliRegular', sans-serif;
}
.wide .posts_holder a .hover_block span{
	font-size: 25px;
	top: 35px;
}
.posts_holder a .hover_block span:after{
	content: '';
	position: absolute;
	right: 100%;
	top: 3px;
	margin: 0 8px 0 0;
	background: url('images/sprite.png') no-repeat 0 0;
	width: 9px;
	height: 15px;
}
.wide .posts_holder a .hover_block span:after{
	top: 7px;
}
.posts_holder a:hover .hover_block{
	opacity: 1;
}
/* ---------------- Team List ----------------- */
.team_block.about_list{
	padding-bottom: 20px;
}
.team_block.about_list .title_block span{
	font-size: 26px;
}
.team_list{
	position: relative;
	font-size: 0;
	text-align: center;
}
.team_list .item.item_team{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 1%;
	margin: 0 0 40px;
}
.team_list .item{
	font-size: 14px;
	color: #fff;
	padding: 0;
}
.team_list .item .avatar{
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin: 0 0 10px;
	display: inline-block;
	width: 120px;
	height: 120px;
}
.team_list .item_team.item .avatar{
	width: 183px;
	height: 183px;
}
.team_list .item h4{
	font: 23px 'FbMetaliRegular';
	margin: 0;
}
.team_list .item h5{
	font: 20px 'FbMetaliRegular';
}
/* -------------- Methods List ---------------- */
.methods_list .item_list{
	background: #F4F5F7;
	padding: 16px 0 20px;
}
.methods_list .item_list:last-child{
	padding-bottom: 70px;
}
.methods_list .item_list:nth-child(even){
	background: #fff;
}
.methods_list .item_list .icon_holder{
	float: right;
	background-color: #10132D;
	background-repeat: no-repeat;
	background-position: center;
	margin: 7px 0 0 26px;
	width: 98px;
	height: 98px;
	overflow: hidden;
	border-radius: 50%;
}
.methods_list .item_list .description{
	overflow: hidden;
}
.methods_list .item_list .description h3{
	font: 20px 'ArialBold', sans-serif;
	margin: 0 0 2px;
}
.methods_list .item_list .description p{
	margin: 0;
}
/* -------------- Retirement Page ------------- */
.retirement_info_block{
	padding: 32px 0;
}
.retirement_info_block .page_content{
	background: rgba(255,255,255,.9);
	border-radius: 20px;
	padding: 16px 27px;
	border-bottom: 5px solid #b1b1b1;
}
.retirement_info_block .page_content ul{
	margin: 24px 0 0;
}
/* ------------- Real Estate Page ------------- */
.info_box{
	width: 46%;
	border: 1px solid #646468;
	float: left;
}
.info_box:first-child{
	float: right;
}
.info_box .image_holder{
	position: relative;
}
.info_box .image_holder .bg_block{
	padding: 50% 0 0;
	position: relative;
	background-position: center;
	background-size: cover;
}
.info_box .image_holder h3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 11px 10%;
	background: rgba(16, 19, 45, .8);
	text-align: center;
	font: 20px/1.2 'FbMetaliMedium', sans-serif;
}
.info_box .content{
	padding: 23px;
}
.info_box .content p{
	margin: 0;
}
.important_info_block{
	background: #F4F5F7;
	padding: 20px 0 35px;
	margin: 40px 0;
}
.important_info_block .holder_info{
	padding: 0 8px 0 0;
	position: relative;
}
.important_info_block .holder_info:before{
	content: '';
	float: right;
	background: url('images/sprite.png') no-repeat -118px 0;
	width: 82px;
	height: 82px;
	margin: 26px 0 5px 30px;
}
.important_info_block .holder_info h2{
	margin: 0 0 13px;
	clear: none;
}
.important_info_block .holder_text{
	overflow: hidden;
}
.important_info_block .holder_info p{
	margin: 0;
}
.real_estate_list ul{
	margin: 0;
	padding: 0 0 20px;
}
.real_estate_list ul li{
	position: relative;
	padding: 0 110px 0 0;
	margin: 0 0 21px;
}
.real_estate_list ul li:before{
	content: '';
	position: absolute;
	top: 0;
	right: 37px;
	background: url('images/sprite.png') no-repeat -1px -33px;
	width: 31px;
	height: 26px;
	opacity: .1;
}
.real_estate_list ul li:nth-child(1):before{
	opacity: 1;
}
.real_estate_list ul li:nth-child(2):before{
	opacity: .9;
}
.real_estate_list ul li:nth-child(3):before{
	opacity: .8;
}
.real_estate_list ul li:nth-child(4):before{
	opacity: .7;
}
.real_estate_list ul li:nth-child(5):before{
	opacity: .6;
}
.real_estate_list ul li:nth-child(6):before{
	opacity: .5;
}
.real_estate_list ul li:nth-child(7):before{
	opacity: .4;
}
.real_estate_list ul li:nth-child(8):before{
	opacity: .3;
}
.real_estate_list ul li:nth-child(9):before{
	opacity: .2;
}
/* ---------------- Blog Page ----------------- */
.blog_page{
	display: table;
	width: 100%;
	margin: 0 0 40px;
	table-layout: fixed;
}
.blog_page .articles_block{
	display: table-cell;
	width: 68%;
	border-left: 1px solid rgba(16, 19, 45, .2);
	padding: 0 0 0 30px;
	vertical-align: top;
}
.blog_page .sidebar_block{
	display: table-cell;
	width: 32%;
	padding: 0 30px 0 0;
	vertical-align: top;
}
.articles_block .item_post{
	margin: 0 0 50px;
}
.articles_block .item_post .holder_thumbnail{
	position: relative;
	padding: 44% 0 0;
	background-position: center;
	background-size: cover;
	margin: 0 0 17px;
}
.articles_block .item_post .holder_thumbnail h2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(16, 19, 45, .9);
	color: #fff;
	font: 20px 'FbMetaliMedium', sans-serif;
	padding: 11px 22px;
}
.articles_block .item_post .holder_thumbnail:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(16, 19, 45, .8);
	opacity: 0;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.articles_block .item_post .holder_thumbnail a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font: 22px 'AlefRegular', sans-serif;
	padding: 12px;
	width: 250px;
	height: 56px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	opacity: 0;
}
.articles_block .item_post .holder_thumbnail a:hover{
	background: rgba(255,255,255,.9);
	color: #0F122C;
}
.articles_block .item_post:hover .holder_thumbnail a,
.articles_block .item_post:hover .holder_thumbnail:before{
	opacity: 1;
}
.articles_block .item_post:hover .holder_thumbnail h2{
	background: none;
}
.articles_block .item_post p{
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
/* ------------------ Sidebar Blog ------------------ */
.sidebar_block .aside{
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(16, 19, 45, .2);
	margin: 0 0 23px;
}
.sidebar_block .aside:last-child{
	border: none;
}
.aside h3{
	font: 16px 'FbMetaliRegular', sans-serif;
	color: #000;
	margin: 0 0 24px;
}
.aside .item_post{
	margin: 0 0 30px;
	overflow: hidden;
}
.aside .item_post:last-child{
	margin: 0;
}
.aside .item_post .holder_thumbnail{
	padding: 32% 0 0;
	position: relative;
	margin: 0 0 6px;
	background-position: center;
	background-size: cover;
}
.aside .item_post .holder_thumbnail a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	opacity: 0;
	font: 19px 'FbMetaliRegular',sans-serif;
	text-align: left;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MzI0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzM1MzI0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzM1MzI0YiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTMyNGIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(53,50,75,1) 0%, rgba(53,50,75,1) 20%, rgba(53,50,75,0) 59%, rgba(53,50,75,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(53,50,75,1)), color-stop(20%,rgba(53,50,75,1)), color-stop(59%,rgba(53,50,75,0)), color-stop(100%,rgba(53,50,75,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(53,50,75,1) 0%,rgba(53,50,75,1) 20%,rgba(53,50,75,0) 59%,rgba(53,50,75,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(53,50,75,1) 0%,rgba(53,50,75,1) 20%,rgba(53,50,75,0) 59%,rgba(53,50,75,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(53,50,75,1) 0%,rgba(53,50,75,1) 20%,rgba(53,50,75,0) 59%,rgba(53,50,75,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(53,50,75,1) 0%,rgba(53,50,75,1) 20%,rgba(53,50,75,0) 59%,rgba(53,50,75,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35324b', endColorstr='#0035324b',GradientType=1 ); /* IE6-8 */
}
.aside .item_post .holder_thumbnail a span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 35px;
}
.aside .item_post .holder_thumbnail a span:after{
	content: '';
	position: absolute;
	top: 4px;
	left: 17px;
	background: url('images/sprite.png') no-repeat 0 0;
	width: 9px;
	height: 15px;
}
.aside .item_post .holder_thumbnail a:after{
	content: '';
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.aside .item_post:hover .holder_thumbnail a{
	opacity: 1;
}
.aside .item_post h4{
	font: 16px 'FbMetaliMedium', sans-serif;
	margin: 0 0 5px;
}
.aside .item_post p{
	margin: 0;
	font-size: 13px;
}
.categories_list{
	list-style: none;
}
.categories_list li{
	float: right;
	width: 48%;
	margin: 0 0 15px;
}
.categories_list li:nth-child(even){
	float: left;
}
.categories_list li a{
	display: block;
	background: #D2D8DD;
	text-align: center;
	padding: 4px 5px 6px;
	font: 16px 'FbMetaliMedium', sans-serif;
	color: #000;
}
.categories_list li a:hover{
	background: #F3F5F6;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* ------------------ Single Post ------------------- */
.single_post .breadcrumbs{
	padding: 35px 0 30px;
}
.single_post .image_page{
	margin: 0 0 55px;
	padding: 30% 0 0;
	background-position: center;
	background-size: cover;
}
.single_post .title_post{
	font: 44px/1 'FbMetaliMedium',sans-serif;
	color: #090927;
	margin: 0 0 40px;
}
.nav_post{
	text-align: center;
	margin: 20px 0 15px;
}
.nav_post a{
	display: inline-block;
	width: 134px;
	padding: 7px;
	color: #fff;
	margin: 0 14px;
	background: #10132D;
	font: 17px 'FbMetaliMedium', sans-serif;
	position: relative;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nav_post a:hover{
	background: #343D91;
}
.nav_post a[rel="prev"]:before,
.nav_post a[rel="next"]:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 12px;
	height: 16px;
	background: url('images/sprite.png') no-repeat;
}
.nav_post a[rel="prev"]{
	padding-left: 28px;
}
.nav_post a[rel="prev"]:before{
	background-position: -85px 0;
	left: 10px;
}
.nav_post a[rel="next"]:before{
	background-position: -67px 0;
	right: 10px;
}
.tooltipsy_post_link{
	color: #2a2a2a;
	font-size: 18px;
	padding: 5px 15px;
	border: 1px solid #DADADA;
	border-radius: 10px;
	background: #fff;
}
.tooltipsy_post_link:before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 auto -1px;
	background: url('images/corner_hover.png') no-repeat;
	width: 56px;
	height: 19px;
}
/* ------------------- Pagination ------------------- */
.template-pagination{
    text-align: center;
    margin: 30px 0;
}
.template-pagination.has_next{
    padding-left: 113px;
}
.template-pagination ul{
    padding: 5px 3px 4px;
    background: #10132D;
    display: inline-block;
    position: relative;
    font-size: 15px;
    margin: 0;
}
.template-pagination ul a{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.template-pagination li a.next,
.template-pagination li a.prev{
    position: absolute;
    top: 0;
    padding:7px 5px;
    width: 84px;
    background: #10132D;
    font: 17px 'FbMetaliMedium', sans-serif
}
.template-pagination li a.prev{
    left: 100%;
    margin: 0 0 0 10px;
    padding-left: 26px;
}
.template-pagination li a.next{
    right: 100%;
    margin: 0 10px 0 0;
    padding-right: 10px;
}
.template-pagination li a.prev:before,
.template-pagination li a.next:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 12px;
	height: 16px;
	background: url('images/sprite.png') no-repeat;
}
.template-pagination li a.prev:before{
	background-position: -85px 0;
	left: 10px;
}
.template-pagination li a.next:before{
	background-position: -67px 0;
	right: 10px;
}
.template-pagination li a.next:hover,
.template-pagination li a.prev:hover{
	background-color: #343D91;
	color: #fff;
}
.template-pagination li{
    display: inline-block;
    margin: 0;
    width: auto;
}
.template-pagination li a{
    color: #fff;
    display: block;
    padding: 4px 8px;
    line-height: 1;
}
.template-pagination li span{
    padding: 4px 8px;
    display: block;
    line-height: 1;
}
.template-pagination li a:hover,
.template-pagination li span.current{
    color: #889BAB;
    background-color: #fff;  
    text-decoration: none;
}
/* ---------------- Contact Page -------------- */
.contact_page{
	display: table;
	width: 100%;
}
.contact_page .contact_info_block{
	width: 60%;
	padding: 54px 0 0 10%;
	display: table-cell;
	border-left: 1px solid #C4C4C4;
	color: #7F7F7F;
	font: 21px 'FbMetaliRegular', sans-serif;
	vertical-align: top;
}
.contact_page .contact_form_holder{
	width: 40%;
	display: table-cell;
}
.contact_page .contact_form{
	width: 320px;
	float: left;
	vertical-align: top;
}
.contact_page .contact_info_block .contact_message{
	margin: 0 0 65px;
}
.contact_page .contact_info_block a{
	color: #7F7F7F;
}
.contact_page .contact_info_block p.email_info{
	font-family: 'MyriadHebrewRegular', sans-serif; 
}
.contact_page .blocks_info{
	display: table;
	width: 100%;
}
.contact_page .contact_info_block .contact_block{
	width: 50%;
	display: table-cell;
	border-left: 1px solid #C4C4C4;
	padding: 10px 0 0 20px;
	vertical-align: bottom;
}
.contact_page .contact_info_block .contact_block:nth-child(even){
	padding: 0 25px 0 0;
}
.contact_page .contact_info_block .contact_block:nth-child(even),
.contact_page .contact_info_block .contact_block:last-child{
	border: none;
}
.contact_page .contact_info_block .contact_block p,
.contact_page .contact_info_block .contact_block{
	margin: 0 0 4px;
}
.contact_page .contact_info_block .contact_block h3{
	font: 21px 'FbMetaliRegular', sans-serif;
}
.acf-map {
	direction: ltr;
	width: 100%;
	height: 500px;
	border: #ccc solid 1px;
	margin: 50px 0 0;
}
/* -------------------- Error Page ----------------- */
.error_page{
	text-align: center;
	padding-top: 100px;
	color: #2a2a2a;
	font: 17px 'FbMetaliRegular',sans-serif;
}
.error_page h1{
	font: 60px 'FbMetaliBold',sans-serif;
	margin: 0 0 10px;
	line-height: 1;
	color: #10132D;
}
.error_page h2{
	font: 20px 'FbMetaliRegular',sans-serif;
}
/* ------------------ Footer ------------------ */
.bottom_block{
	border-top: 1px solid #7F7F7F;
	padding: 10px 0;
}
.push,
.site_footer{
	height: 33px;
}
.site_footer{
	background: #dbdbdc; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dbdbdc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbdbdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbdbdc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbdbdc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbdbdc 0%,#ffffff 100%); /* W3C */
	border-top: 1px solid #989898;
	text-align: center;
	font: 16px 'FbMetaliRegular', sans-serif;
	padding: 8px 0 0;
	position: relative;
}
.credit_holder{
    position: fixed;
    z-index: 1000;
    bottom: 350px;
    right: 17px;
     transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.credit_tag{
    background: #D2D8DD;
    direction: ltr;
    line-height: 20px;
    border-radius: 8px 8px 0 0;
    height: 17px;
    font: 13px/1 'ArialBold',sans-serif;
}
.credit_tag a{
    display: block;
    padding: 0 10px;
}
.credit_tag a,
.credit_tag a:hover{
    text-decoration: none;
}
.credit_tag span{
    color: #000;
}
/* ---------------- Responsive ---------------- */
@media(max-width: 1030px){
	.wrapper{width: 100%;}
	/* ---------- Slideshow ---------- */
	.slideshow .owl-dots{margin: 0 0 0 300px;}
}
@media(max-width: 992px){
	/* ---------- Basic Style -------- */
	.site{margin: 0 auto -67px;}
	.site-main{margin: 0;}
	.wrapper{padding: 0;}
	.content_block{padding: 25px 30px;}
	.dark_button{margin: 0 auto;border-radius: 6px;}
	.button_holder{text-align: center;}
	.col5{width: 100%;}
	.mobile_block{display: block;}
	.desktop_block,
	.breadcrumbs{display: none;}
	.page_content{padding: 0 20px;}
	.bottom_block{padding: 0;border: none;}
	.bottom_block .contact_form{display: none;}
	a.contact_button{
		font: 23px 'FbMetaliRegular',sans-serif;
		border-radius: 10px;
		padding: 18px 76px 22px;
		display: inline-block;
		margin: 30px 0;
		color: #fff;
		border-bottom: 4px solid #d1d1d1;
		background: rgb(146,183,76); /* Old browsers */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYjc0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGE4MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(146,183,76,1) 0%, rgba(125,168,52,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,183,76,1)), color-stop(100%,rgba(125,168,52,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(146,183,76,1) 0%,rgba(125,168,52,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(146,183,76,1) 0%,rgba(125,168,52,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(146,183,76,1) 0%,rgba(125,168,52,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(146,183,76,1) 0%,rgba(125,168,52,1) 100%); /* W3C */
	}
	a.contact_button:hover{
		background: rgb(164,215,68);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(164,215,68,1) 0%, rgba(142,198,46,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,215,68,1)), color-stop(100%,rgba(142,198,46,1)));
		background: -webkit-linear-gradient(top, rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%);
		background: -o-linear-gradient(top, rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%);
		background: -ms-linear-gradient(top, rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%);
		background: linear-gradient(to bottom, rgba(164,215,68,1) 0%,rgba(142,198,46,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d744', endColorstr='#8ec62e',GradientType=0 );
	}
	a.contact_button span{display: inline-block;vertical-align: middle;}
	a.contact_button:before{content: '';display: inline-block;vertical-align: middle;margin: 0 0 0 7px;background: url('images/sprite.png') no-repeat -1px -83px;width: 19px;height: 19px;}

	/* ------------ Header ----------- */
	.site_header{border-width: 1px;background: url('images/bg_header_mobile.png') bottom;position: relative;}
	.site_header .wrapper{padding: 6px 0;}
	.site_header .wrapper:before{bottom: -66px;}
	.site_header .mobile_block{display: block;}
	.logo_site{height: 58px;top: 6px;}
	.logo_site img{max-height: 100%;}
	.site_header .bg_holder_logo{height: 69px;border-width: 1px;background-position: bottom;background: url('images/bg_header_left_side_mobile.png') bottom;}
	.site_header .bg_holder_logo:after{background: url('images/corner_top_menu_mobile.png') no-repeat; width: 38px;height: 30px;bottom: -2px;}
	.mobile_block .menu_button{float: right;border-left: 1px solid #090927;cursor: pointer;width: 49px;height: 28px;position: relative;}
	.mobile_block .menu_button:before{content: '';background: url('images/sprite.png') no-repeat -32px -114px;width: 23px;height: 17px;position: absolute;top:0;bottom: 0;left: 0;right: 0;margin: auto;}
	.mobile_block .menu_button.open:before{background-position: -70px -113px;width: 19px;height: 19px;}
	.mobile_block .phone_mobile{float: right;width: 49px;height: 28px;position: relative;}
	.mobile_block .phone_mobile:before{content: '';background: url('images/sprite.png') no-repeat -1px -113px;width: 19px;height: 19px;position: absolute;top:0;bottom: 0;left: 0;right: 0;margin: auto;}
	.site_navigation{display: none;}
	.mobile_menu{position: absolute;top: 100%;padding: 30px 20px 0 0;background:rgba(16, 19, 45, .96); width: 100%;display: none;}
	.mobile_menu ul{margin: 0;list-style: none;}
	.mobile_menu ul li{display: block;border-top: 1px solid rgba(255,255,255,.6);}
	.mobile_menu ul li:first-child{border: none;}
	.mobile_menu li a{color: #fff;font: 18px/1 'FbMetaliRegular', sans-serif;padding: 16px 0 17px;position: relative;border:none;display: block;text-align: right;}
	.mobile_menu li a:after{content: '';position: absolute;top: 0;bottom: 0;left: 15px;margin: auto 0;background: url('images/sprite.png') no-repeat -2px -147px;width: 8px;height: 13px;}
	.mobile_menu li.current-menu-item a{color: #fff;}

	/* ------------ Slideshow --------- */
	.slideshow_holder{padding: 0;}
	.slideshow .pagers_block{display: none;}
	.slideshow .item{padding: 35% 0 0;}
	.slideshow_holder .slideshow .item:before{background: url('images/bg_overlay_image.png') repeat-x bottom;}
	.slideshow.main_slideshow{position: relative!important;}
	.slideshow .content_slide{top: auto;bottom: 40px;background: none;}
	.advantages_list .wrapper{width: 100%;}
	.advantages_list .item_list{width: 100%;padding: 0 10%;}
	.slideshow_holder .mobile_block{display: block;}
	.slideshow_holder .desktop_block,
	.advantages_list:after{display: none;}
	.advantages_list{background: #10132D;position: relative;border-top: 1px solid #fff;padding: 35px 0 10px;}
	.advantages_list .owl-controls{position: absolute;bottom: 10px;left:0;width: 100%;}
	.advantages_list .owl-dots{text-align: center;}
	.advantages_list .owl-dots .owl-dot{height: 10px;width: 10px;border: 2px solid #fff;margin: 0 3px;	display: inline-block;border-radius: 50%;}
	.advantages_list .owl-dots .owl-dot:hover,
	.advantages_list .owl-dots .owl-dot.active{background: #fff;}

	/* ---------- Main Image Block ---- */
	.parallax_block{background-attachment: inherit;}
	.top_block{min-height: 0;padding: 0;margin: 0 0 20px;}
	.top_block .image_page{padding: 25% 0 0;position: relative;}
	.top_block .subheader_holder{background: #10132D;padding: 20px 3%;}
	.top_block .image_page h1{top: 35%;}

	/* ------------ Home Page --------- */
	.home_block .col5{width: 100%;float: none;}
	.home_block .contact_form{display: none;}

	/* ---------- Posts Block --------- */
	.posts_block,
	.posts_block.wide{width: 100%;}
	.posts_block a.go_to_all{display: none;}
	.posts_block h3,
	.title_post_block{width: 100%;position: relative;float: none;text-align: center;margin: 0 0 20px;}
	.posts_block h3 span,
	.title_post_block span{background: #fff;position: relative;padding: 5px 10px;}
	.posts_block h3:before,
	.title_post_block:before{content: '';position: absolute;top:50%;height: 1px;width: 100%;left: 0;background: #000;}
	.posts_block .posts_holder{border: none;}
	.posts_holder .item_post{border: none;margin: 0 0 20px;}
	.posts_holder a:before,
	.posts_holder a .date,
	.posts_holder a .hover_block{display: none;}
	.posts_holder a,
	.wide .posts_holder a{padding: 0;font-size: 16px;}
	.posts_holder .holder_thumbnail{padding: 25% 0 0;margin: 0 0 10px;background-size: cover;background-position: center;}
	.posts_holder h4,
	.aside .item_post h4{font: 18px 'FbMetaliMedium',sans-serif;margin: 0 0 5px;}
	.aside .item_post:hover .holder_thumbnail a{opacity: 0;}

	/* ----------- Methods List ------- */
	.methods_list.mobile_block{background: #F4F5F7;color: #000;}
	.methods_list .item_list.item .wrapper{padding: 0 20px;}
	.methods_list .item_list.item:last-child{padding-bottom: 20px;}
	.methods_list .instruction_block{font: 20px 'FbMetaliMedium',sans-serif;text-align: left;padding: 15px 20px 0;}
	.methods_list .instruction_block span{position: relative;}
	.methods_list .instruction_block span:before{content:'';background: url('images/arrow_slide_methods.png');position: absolute; top: 4px; left: 100%;margin: 0 0 0 20px;height: 12px;width: 169px;}
	
	/* -------- Real Estate Page ------ */
	.info_box{float: none!important;width: 100%;border: none;margin: 0 0 20px;}
	.info_box .image_holder .bg_block{padding: 25% 0 0;}
	.info_box .image_holder h3{color: #000;background: none;position: static;padding: 15px 20px 13px;text-align: right;}
	.info_box .content{padding: 0 20px;}
	
	/* -------- Retirement Page ------ */
	.retirement_info_block .page_content{width: 95%;margin: 0 auto;}

	/* ------------ Blog Page --------- */
	.blog_page{display: block;}
	.blog_page .articles_block{padding: 0 20px;display: block;width: 100%;}
	.articles_block .item_post .holder_thumbnail h2{text-align: center;}
	.articles_block .item_post .holder_thumbnail a{top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;opacity: 0!important;}
	.articles_block .item_post .holder_thumbnail:hover a{opacity: 0;}
	.articles_block .item_post:hover .holder_thumbnail h2{background: rgba(16, 19, 45, .9);}
	.articles_block .item_post .holder_thumbnail:before{display: none;}
	.blog_page .sidebar_block{width: 100%;padding: 0 20px;display: block;}
	.sidebar_block .aside{border: none;padding: 0;margin: 0;}
	.aside .title_post_block{font-size: 30px;}
	.aside .item_post p{font-size: 16px;}

	/* --------- Single Post ----------- */
	.single_post .image_page{margin: 50px 20px 20px;position: relative;}
	.single_post .image_page h1{background: rgba(16, 19, 45, .9);color: #fff;font: 20px 'FbMetaliMedium', sans-serif;text-align: center;position: absolute;bottom: 0;left: 0;width: 100%;padding: 11px 22px;margin: 0;}
	.single_post .title_post{font-size: 30px;margin: 0 0 20px;}

	/* --------- Contact Page --------- */
	.contact_page{display: block;}
	.contact_page .contact_info_block{padding: 0 20px;width: 100%;display: block;}
	.contact_page .contact_info_block .contact_message{text-align: center;margin: 0 0 30px;}
	.contact_page .contact_info_block .contact_block{color: #000;font-size: 18px;}
	.contact_page .contact_info_block .contact_block h3{font-size: 18px;}
	.contact_page .contact_info_block .contact_block a{color: #000;}
	.contact_page .contact_form_holder{padding: 0;width: 100%;display: block;}
	.contact_page .contact_form{width: 100%;border:none;padding: 0;margin: 40px 0;}
	.contact_form.small_form > p{color: #000;font-size: 20px;width: 100%;margin: 0 0 20px;}
	.contact_form.small_form form p{margin: 0;}
	.small_form input,
	.small_form textarea{font-size: 15px;background: #fff;border-width:1px;border-style:solid;border-color: transparent;border-top-color:#E0E0E0;padding: 22px 20px 13px;}
	.fields_form{border-bottom: 1px solid #E0E0E0;}
	.contact_form.small_form .button_form button{width: 240px;border-radius: 10px;margin: 20px auto;border-bottom: 4px solid #ddd;display: block;padding: 16px 10px;}
	.contact_form .button_form button:after{display: none;}
	.small_form input.wpcf7-not-valid{border-color: #EB0E52;border-width: 2px;}
	div.wpcf7-response-output.wpcf7-mail-sent-ok{padding: 60px 0 0;}
	div.wpcf7-response-output.wpcf7-mail-sent-ok h3{font: 27px/1 'FbMetaliMedium', sans-serif;color: #fff;display: block;width: 100px;padding: 5px 10px;margin: 0 auto 15px;background: #73A02D;border-radius: 10px;}
	div.wpcf7-response-output.wpcf7-mail-sent-ok:after{display: none;}

	/* --------- Footer --------------- */
	.push,
	.site_footer{height: 67px;}
	.site_footer{padding: 0;background: #090927;border:none;}
	.top_footer_block{background: #D5D5D5;padding: 10px 0;}
	.site_footer .mobile_menu{bottom:100%;top:auto;}
	.site_footer .nav_block{float: right;margin: 0 20px 0 0;}
	.site_footer .nav_block .phone_mobile{border-left: 1px solid #090927;}
	.credit_holder{
		width: 100%;
		position: static;
		display: block;
		text-align: center;
		transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	}
	.credit_holder .desktop_block{display: none;}
	.credit_holder img.mobile_block{display: inline-block;width: 85px;height: auto;}
	.credit_tag{border-radius: 0;background: #090927;font-size: 12px;height: auto;}
	.credit_tag a{display: inline-block;padding: 3px 10px;}
	.credit_tag span{color: #626275;position: relative;}
}
@media(max-width: 640px){
	/* ----------- Methods List ------- */
	.methods_list .item_list.item .icon_holder{float: none;display: block;margin: 0 auto 15px;}
	/* -------- Real Estate Page ------ */
	.important_info_block .holder_info{padding: 0 20px;}
	.important_info_block .holder_info:before{background-position: -161px -90px;width: 39px;height: 39px;margin: 6px 0 5px 15px;}
	.important_info_block .holder_text{overflow: visible;}
	.real_estate_list ul li{padding: 0 60px 0 0;}
	.real_estate_list ul li:before{background-position: -53px -147px;width: 13px;height: 12px;top: 6px;}

}
@media(max-width: 480px){
	/* ----------- Basic Style -------- */
	body{min-width: 320px;}
	.page_content{font: 16px/1.5 'FbMetaliRegular',sans-serif;color: #000;}
	.page_content ul li{padding: 0 20px 0 0;}
	.page_content ul li:before{background-position: -18px -149px;width: 5px;height: 9px;top: 8px;}
	.page_content h1{font: 18px 'FbMetaliMedium', sans-serif;margin: 0 0 10px;}
	.page_content h2{font: 18px 'FbMetaliMedium', sans-serif;margin: 0 0 10px;}
	.page_content h3{font: 18px 'FbMetaliMedium', sans-serif;margin: 0 0 10px;}
	.page_content h4{font: 16px 'FbMetaliMedium', sans-serif;margin: 0 0 5px;}
	.page_content h5{font: 15px 'FbMetaliMedium', sans-serif;margin: 0 0 5px;}
	.page_content h6{font: 14px 'FbMetaliMedium', sans-serif;}
	/* ----------- Slideshow ---------- */
	.slideshow .content_slide{bottom: 20px;width: 100%;}
	.slideshow .content_slide h2{font-size: 25px;}
	.slideshow .content_slide h3{font-size: 21px;}
	.advantages_list .item_list{padding: 0 8%;}
	.advantages_list .icon_holder{margin: 0 0 0 10px;}
	.advantages_list p{font-size: 14px;}
	/* ------- Main Image Block ------- */
	.top_block .image_page h1{font-size: 35px;}
	.top_block .subheader_holder{font: 16px/1.4 'FbMetaliRegular',sans-serif;}
	/* ---------- Home Page ----------- */
	.info_block{font-size: 18px;}
	/* -------- Posts Block ----------- */
	.posts_holder h4,
	.aside .item_post h4{font-size: 16px;}
	.posts_holder a p,
	.posts_holder.wide a p,
	.aside .item_post p{font-size: 13px;}
	.nav_post a{width: 117px;font-size: 15px;margin: 0 5px;}
	/* ----------- Blog Page ---------- */
	.articles_block .item_post .holder_thumbnail h2,
	.single_post .image_page h1{font-size: 18px;}
	/* ----------- Team Block --------- */
	.team_block.about_list .title_block span{font-size: 18px;}
	/* ---------- Methods List -------- */
	.methods_list .item_list .description{font: 16px 'FbMetaliRegular',sans-serif;}
	.methods_list .item_list .description h3{font: 16px 'FbMetaliBold',sans-serif;}
	.methods_list .instruction_block{font-size: 16px;}
	.methods_list .instruction_block span:before{top: 2px;}
	/* -------- Real Estate Page ------ */
	.info_box .image_holder h3{font-size: 17px;}
	.info_box .content{font: 16px 'FbMetaliRegular', sans-serif;}
	.important_info_block .holder_info h2{font: 18px 'FbMetaliMedium',sans-serif;}
	.real_estate_list{font: 16px 'FbMetaliRegular', sans-serif;}
	/* ------------ Footer ------------ */
	.top_footer_block {padding: 9px 0 6px;}
	
}









/* MY NEW CSS */




.team_list .item.item_team:first-child {width:100%;}













/* MY NEW CSS */


