/**
 * 	Name: portum.css
 *
 *	Main stylesheet4
 *
 *  T.O.C
 *
 *
 */
/**
* @uses: https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
*/
@font-face {
	font-family: 'Caviar Dreams Bold';
	src: url("../fonts/CaviarDreams-Bold.eot");
	src: url("../fonts/CaviarDreams-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CaviarDreams-Bold.woff") format("woff"), url("../fonts/CaviarDreams-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue Cyr Black';
	src: url("../fonts/HelveticaNeueCyr-Black.eot");
	src: url("../fonts/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Black.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Caviar Dreams Bold", sans-serif;
	background-color: #fff;
	font-size: 16px;
	overflow-x: hidden;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	margin: 0;
}

html {
	overflow-x: hidden;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #739e1f;
	font-family: "Caviar Dreams Bold", sans-serif;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-size: inherit;
}

h1 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 24px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 22px;
}

h4 {
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: 400;
	font-size: 20px;
}

h5 {
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: 400;
	font-size: 16px;
}

h6 {
	margin-top: 1px;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 16px;
}

@media (min-width: 768px) {
	h1 {
		font-size: 28px;
		line-height: 36px;
		line-height: 1.28571;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
}

h1.post-title {
	margin-top: 40px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	h1.post-title {
		margin-top: 40px;
	}
}

h2.post-title {
	margin-top: 40px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	h2.post-title {
		margin-top: 60px;
	}
}

ul,
ol {
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin-bottom: 25px;
}

ul.styled li:before {
	content: "\f111";
	font-family: "FontAwesome";
	color: #ff8f00;
	margin-right: 12px;
}

ul.no-padding {
	padding: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	overflow-wrap: normal;
	position: absolute;
	width: 1px;
}

/* ==========================================================================
   =Formatting
   ========================================================================== */
hr {
	height: 1px;
	border: 0;
	margin: 25px 0;
	background-color: #ebebeb;
}

/* ==========================================================================
   =Lists
   ========================================================================== */
ul,
ol {
	margin-bottom: 25px;
	list-style-position: inside;
	list-style: outside none none;
	padding: 0;
	margin: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 25px;
}

ul {
	list-style-type: disc;
}

ul.square,
ul.square ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 25px;
}

/* ==========================================================================
  =Links
  ========================================================================== */
a,
a:visited {
	color: #004b2a;
	text-decoration: none;
	cursor: pointer;
}

/**
	* 1. Remove the gray background color from active links in IE 10.
	*/
a:active {
	background-color: transparent;
	/* 1 */
	color: #004b2a;
}

a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #004b2a;
}

/* =Social Links
   ========================================================================== */
.social-links {
	margin-bottom: 25px;
}

/*
 * 1. Clearfix hack
 */
.social-links:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

a.social-icon {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

a.social-icon:last-child {
	margin-right: 0;
}

a.social-icon {
	color: #000000;
}

a.social-icon:hover,
a.social-icon:focus {
	color: #004b2a;
}

a.social-icon:active {
	color: #004b2a;
}

/* ==========================================================================
   =Text Alignment classes
   ========================================================================== */
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

/* ==========================================================================
   =Text Transformation classes
   ========================================================================== */
.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-accent-color {
	color: #739e1f;
}

.text-accent-color-2 {
	color: #ff8f00;
}

/* ==========================================================================
   =Clearings
   ========================================================================== */
/**
  * ClearFix Hack
 * Usage:  add  class="fixed"  to parents of floated elements
  */
.fixed:after {
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both;
}

/**
  * Clear content
 * Usage:  <br class="clear">
  */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ------------------------------ HEADLINE section ---------------------------*/
.headline h3 {
	margin-bottom: 55px;
	z-index: 9;
	margin-top: 0;
	animation: anim_affluent_sliderPro_category 1000ms linear both;
	animation-delay: 400ms;
	font-size: 30px;
	font-weight: 300;
}

.headline span {
	color: #739e1f;
	font-size: 16px;
	opacity: .65;
}

@media (min-width: 768px) {
	.ewf-section--title-right .headline:last-child h3,
	.ewf-section--title-left .headline:last-child h3 {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.headline--xs-bottom {
		margin-top: 55px;
	}
	.headline--xs-bottom h3 {
		margin: 0;
	}
}

/* ------------------------------ HEADLINE section - END --------------------*/
/* ==========================================================================
  =Images
  ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

/* ==========================================================================
  =Tables
  ========================================================================== */
table,
th,
td {
	border: 1px solid #ebebeb;
}

/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
table {
	width: 100%;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
	table-layout: fixed;
	/* 1 */
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	margin-bottom: 25px;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 12px;
}

/* ==========================================================================
   =Misc
   ========================================================================== */
pre {
	display: block;
	overflow-x: auto;
	margin-bottom: 28px;
	white-space: pre-wrap;
	background-color: #f9f9fa;
	padding: 14px;
}

em {
	font-style: italic;
}

strong {
	font-weight: 900;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

abbr[title] {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

address {
	display: block;
	margin-bottom: 28px;
}

q {
	color: #1a171c;
	font-family: 'Georgia', 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
	quotes: "\201C" "\201D" "\201C" "\201D";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

kbd,
tt,
var,
samp,
code,
pre {
	font-family: monospace;
}

mark,
ins {
	text-decoration: none;
}

s,
del {
	text-decoration: line-through;
}

.btn-ros, .btn-gray, .btn-orange {
	position: relative;
	background-clip: padding-box;
	display: inline-block;
	border-radius: 0;
	padding: 10px 15px;
	margin-bottom: 25px;
	margin-top: 50px;
	font-size: 22px !important;
	line-height: 22px !important;
	font: inherit;
	border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
	min-width: 150px;
}

@media (min-width: 768px) {
	.btn-ros, .btn-gray, .btn-orange {
		padding: 10px 50px;
	}
}

.btn-ros {
	background-color: #739e1f;
	color: #fff !important;
}

.btn-ros:active, .btn-ros:hover, .btn-ros:focus {
	background-color: #ff8f00;
}

.btn-gray {
	background-color: #bbb;
	color: #fff !important;
}

.btn-gray:active, .btn-gray:hover, .btn-gray:focus {
	background-color: #ff8f00;
}

.btn-orange {
	background-color: #ff8f00;
	color: #fff !important;
}

.btn-orange:active, .btn-orange:hover, .btn-orange:focus {
	background-color: #739e1f;
}

/* =Grid
   ========================================================================== */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}

.row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* =Visibility
   ========================================================================== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

/* 	=Padding
   	========================================================================== */
.ewf-padding-top--none {
	padding-top: 0 !important;
}

.ewf-padding-right--none {
	padding-right: 0 !important;
}

.ewf-padding-bottom--none {
	padding-bottom: 0 !important;
}

.ewf-padding-left--none {
	padding-left: 0 !important;
}

.ewf-padding-vertical--none {
	padding-top: 0;
	padding-bottom: 0;
}

.ewf-padding-horizontal--none {
	padding-right: 0;
	padding-left: 0;
}

.ewf-padding-around--none {
	padding: 0;
}

.ewf-padding-top--xx-small {
	padding-top: 13px;
}

.ewf-padding-right--xx-small {
	padding-right: 13px;
}

.ewf-padding-bottom--xx-small {
	padding-bottom: 13px;
}

.ewf-padding-left--xx-small {
	padding-left: 13px;
}

.ewf-padding-vertical--xx-small {
	padding-top: 13px;
	padding-bottom: 13px;
}

.ewf-padding-horizontal--xx-small {
	padding-right: 13px;
	padding-left: 13px;
}

.ewf-padding-around--xx-small {
	padding: 13px;
}

.ewf-padding-top--x-small {
	padding-top: 19.5px;
}

.ewf-padding-right--x-small {
	padding-right: 19.5px;
}

.ewf-padding-bottom--x-small {
	padding-bottom: 19.5px;
}

.ewf-padding-left--x-small {
	padding-left: 19.5px;
}

.ewf-padding-vertical--x-small {
	padding-top: 19.5px;
	padding-bottom: 19.5px;
}

.ewf-padding-horizontal--x-small {
	padding-right: 19.5px;
	padding-left: 19.5px;
}

.ewf-padding-around--x-small {
	padding: 19.5px;
}

.ewf-padding-top--small {
	padding-top: 26px;
}

.ewf-padding-right--small {
	padding-right: 26px;
}

.ewf-padding-bottom--small {
	padding-bottom: 26px;
}

.ewf-padding-left--small {
	padding-left: 26px;
}

.ewf-padding-vertical--small {
	padding-top: 26px;
	padding-bottom: 26px;
}

.ewf-padding-horizontal--small {
	padding-right: 26px;
	padding-left: 26px;
}

.ewf-padding-around--small {
	padding: 26px;
}

.ewf-padding-top--medium {
	padding-top: 52px;
}

.ewf-padding-right--medium {
	padding-right: 52px;
}

.ewf-padding-bottom--medium {
	padding-bottom: 52px;
}

.ewf-padding-left--medium {
	padding-left: 52px;
}

.ewf-padding-vertical--medium {
	padding-top: 52px;
	padding-bottom: 52px;
}

.ewf-padding-horizontal--medium {
	padding-right: 52px;
	padding-left: 52px;
}

.ewf-padding-around--medium {
	padding: 52px;
}

.ewf-padding-top--large {
	padding-top: 78px;
}

.ewf-padding-right--large {
	padding-right: 78px;
}

.ewf-padding-bottom--large {
	padding-bottom: 78px;
}

.ewf-padding-left--large {
	padding-left: 78px;
}

.ewf-padding-vertical--large {
	padding-top: 78px;
	padding-bottom: 78px;
}

.ewf-padding-horizontal--large {
	padding-right: 78px;
	padding-left: 78px;
}

.ewf-padding-around--large {
	padding: 78px;
}

.ewf-padding-top--x-large {
	padding-top: 104px;
}

.ewf-padding-right--x-large {
	padding-right: 104px;
}

.ewf-padding-bottom--x-large {
	padding-bottom: 104px;
}

.ewf-padding-left--x-large {
	padding-left: 104px;
}

.ewf-padding-vertical--x-large {
	padding-top: 104px;
	padding-bottom: 104px;
}

.ewf-padding-horizontal--x-large {
	padding-right: 104px;
	padding-left: 104px;
}

.ewf-padding-around--x-large {
	padding: 104px;
}

.ewf-padding-top--xx-large {
	padding-top: 130px;
}

.ewf-padding-right--xx-large {
	padding-right: 130px;
}

.ewf-padding-bottom--xx-large {
	padding-bottom: 130px;
}

.ewf-padding-left--xx-large {
	padding-left: 130px;
}

.ewf-padding-vertical--xx-large {
	padding-top: 130px;
	padding-bottom: 130px;
}

.ewf-padding-horizontal--xx-large {
	padding-right: 130px;
	padding-left: 130px;
}

.ewf-padding-around--xx-large {
	padding: 130px;
}

.ewf-padding-left--none div[class*="col"],
.ewf-padding-right--none div[class*="col"] {
	padding-left: 0;
	padding-right: 0;
}

.ewf-padding-left--none .row,
.ewf-padding-right--none .row {
	margin-left: 0;
	margin-right: 0;
}

.ewf-padding-left--none .ewf-section-text,
.ewf-padding-right--none .ewf-section-text {
	max-width: 40%;
	margin: 0 auto;
}

.top-10 {
	margin-top: 10px;
}

.top-15 {
	margin-top: 15px;
}

.top-20 {
	margin-top: 20px;
}

.top-25 {
	margin-top: 25px;
}

.top-30 {
	margin-top: 30px;
}

.top-35 {
	margin-top: 35px;
}

.top-40 {
	margin-top: 40px;
}

.top-45 {
	margin-top: 45px;
}

.top-50 {
	margin-top: 50px;
}

.top-55 {
	margin-top: 55px;
}

.top-60 {
	margin-top: 60px;
}

.top-65 {
	margin-top: 65px;
}

.top-70 {
	margin-top: 70px;
}

.top-75 {
	margin-top: 75px;
}

.top-80 {
	margin-top: 80px;
}

.top-85 {
	margin-top: 85px;
}

.top-90 {
	margin-top: 90px;
}

.top-95 {
	margin-top: 95px;
}

.top-100 {
	margin-top: 100px;
}

.top-110 {
	margin-top: 110px;
}

.top-120 {
	margin-top: 120px;
}

.top-130 {
	margin-top: 130px;
}

.top-140 {
	margin-top: 140px;
}

.top-150 {
	margin-top: 150px;
}

.top-160 {
	margin-top: 160px;
}

.top-170 {
	margin-top: 170px;
}

.top-180 {
	margin-top: 180px;
}

.top-190 {
	margin-top: 190px;
}

.top-200 {
	margin-top: 200px;
}

/* ==========================================================================
   =Forms
   ========================================================================== */
div.wpcf7 {
	margin: 0 auto !important;
}

fieldset {
	display: block;
}

label {
	display: block;
}

/**
	 * 1. IE input fix.
	 */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	/* 1 */
	padding: 5px 12px;
	border: 1px solid #ebebeb;
	margin-bottom: 15px;
	background-color: #ebebeb;
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #739e1f;
	outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
	cursor: not-allowed;
	background-color: #fafcfe;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="date"]:invalid,
input[type="datetime"]:invalid,
input[type="datetime-local"]:invalid,
input[type="month"]:invalid,
input[type="week"]:invalid,
input[type="email"]:invalid,
input[type="number"]:invalid,
input[type="search"]:invalid,
input[type="tel"]:invalid,
input[type="time"]:invalid,
input[type="url"]:invalid,
input[type="color"]:invalid,
textarea:invalid {
	border-color: #ffc3be;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
	cursor: not-allowed;
	background-color: #fafcfe;
}

textarea[rows] {
	height: auto;
}

/**
	 *  1. Disallow resize out of parent
	 */
textarea {
	max-width: 100%;
	/* 1 */
}

/**
	 * 1. IE input fix.
	 */
select {
	box-sizing: border-box;
	width: 100%;
	height: 37px;
	/* 1 */
	padding: 5px 12px;
	border: 1px solid #ebebeb;
	margin-bottom: 25px;
	background-color: #ebebeb;
	color: #000000;
	font: inherit;
	appearance: none;
}

select[multiple] {
	height: auto;
	padding: 12px 12px;
	line-height: 25px;
	line-height: 1.78571;
}

select:disabled {
	cursor: not-allowed;
}

select:focus {
	border-color: #739e1f;
}

input[type="range"] {
	width: 50%;
}

/**
	 * 1. Firefox fix for size. or else it overflows on 320px
	 */
input[type="file"] {
	font-size: 13px;
	/* 1 */
	height: auto;
	width: 100%;
	margin-bottom: 25px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-bottom: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
	vertical-align: baseline;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
	position: relative;
	background-clip: padding-box;
	display: inline-block;
	border-radius: 0;
	padding: 10px 50px;
	margin-bottom: 25px;
	margin-top: 50px;
	font-size: 22px !important;
	line-height: 22px !important;
	font: inherit;
	border: none;
	background-color: #739e1f;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
	min-width: 150px;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	background-color: #ff8f00;
	color: #ffffff;
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
	background-color: #ff8f00;
	color: #ffffff;
}

/**
 	 * Placeholder text color -- selectors need to be separate to work.
 	 */
::-webkit-input-placeholder {
	color: #b3b3b3;
}

:-moz-placeholder {
	color: #b3b3b3;
}

/**
 	 * 1. Since FF19 lowers the opacity of the placeholder by default
 	 */
::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
	/* 1 */
}

:-ms-input-placeholder {
	color: #b3b3b3;
}

/* ==========================================================================
    =Header
    ========================================================================= */
#header {
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, .26);*/
	position: relative;
	z-index: 50;
	background-color: rgba(0, 0, 0, 0.5);
}

#header.sticky--top-bar {
	top: 40px;
}

#header.header--over-content {
	position: absolute;
	width: 100%;
	top: 0;
}

#header.header--no-shadow {
	box-shadow: none;
}

body.admin-bar #header.header--over-content {
	top: 32px;
}

body.ctdw-bar-visible #header.header--over-content {
	top: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#header {
		position: relative;
		padding-bottom: 45px;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media (max-width: 767px) {
	#header {
		position: relative;
		padding-bottom: 45px;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media (min-width: 992px) {
	#header {
		height: 110px;
	}
}

/* ==========================================================================
    =Logo
    ========================================================================= */
#logo {
	margin-top: 3px;
}

.stuck #logo {
	margin-top: 3px;
}

/**
	 * 1. displaying the <a> inline-block makes it depends on the size of it's children
	 *    we add max-width:100% to tell it not that it shouldn't extend beyond the size of it's
	 *    parent if it's child is very large eg a 1000x1000 logo img
	 */
#logo a {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	/* 1 */
}

#logo img {
	max-width: 110px;
	transition: width 0.3s;
}

@media (min-width: 992px) {
	#logo {
		margin-top: 10px;
	}
	#logo img {
		max-width: 136px;
	}
}

.menu-phone {
	display: block;
	text-align: center;
	color: #fff;
	padding-top: 28px;
}

@media (min-width: 992px) {
	.menu-phone {
		padding-top: 0;
	}
}

.menu-phone:hover, .menu-phone:active {
	color: #fff;
}

.stuck .menu-phone {
	display: none;
}

/* ==========================================================================
    =Sticky Header
    ========================================================================= */
@media (min-width: 1025px) {
	/**
       * 1. The z-index has to be 1020 so it is bigger than the back to top buttons z-index that is 1010
       */
	#header.stuck {
		position: fixed;
		z-index: 1020;
		/* 1 */
		top: 0;
		height: 80px;
		width: 100%;
		margin: 0 auto;
		/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
		transition: all 0.3s;
	}
	#header.stuck #logo img {
		max-width: 110px;
	}
	#header.stuck .sf-menu > li > a,
	#header.stuck .sf-menu > li.dropdown > a {
		padding: 26px 15px 36px;
	}
	#header.stuck .sf-arrows .sf-with-ul:after {
		margin-top: -1px;
	}
	#header.stuck #custom-search-button {
		top: 23px;
	}
	body.ctdw-bar-visible #header.stuck {
		top: 40px;
	}
	body.admin-bar #header.stuck {
		top: 32px;
	}
}

@media (min-width: 1200px) {
	#header.stuck .sf-menu > li > a,
	#header.stuck .sf-menu > li.dropdown > a {
		padding: 26px 25px 36px;
	}
	#header.stuck #logo img {
		max-width: 110px;
	}
}

@media (max-width: 991px) {
	#header {
		padding: 0;
	}
	#mobile-menu-trigger {
		top: 13px;
		margin: 0;
		position: absolute;
		right: 0;
		display: block !important;
		padding: 10px;
	}
	.small-arrow > a::before {
		display: none;
	}
	#header {
		background-color: rgba(0, 0, 0, 0.75);
	}
	#mobile-menu {
		padding: 0;
	}
	#mobile-menu li > a:hover {
		background-color: #ffe400;
	}
}

/* ==========================================================================
   =Menu
   ========================================================================== */
/* =Menu Basics
   ========================================================================== */
.sf-menu {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}

@media (min-width: 992px) {
	.sf-menu {
		margin: 15px 0 0 0;
	}
}

.stuck .sf-menu {
	margin: 0;
}

.sf-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sf-menu > li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.sf-menu > li {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.sf-menu > li {
		font-size: 14px;
	}
}

.sf-menu > li.small-arrow > a:before {
	content: none;
}

.sf-menu > li.active > a {
	text-decoration: underline;
}

.sf-menu > li:hover > a,
.sf-menu > li.active > a,
.sf-menu > li.dropdown:hover > a,
.sf-menu > li.dropdown > ul > li.current > a,
.sf-menu > li.dropdown > ul > li:hover > a {
	color: #ffe400;
}

.sf-menu > li > a {
	position: relative;
	display: block;
	padding: 27px 15px !important;
}

@media (min-width: 992px) {
	.sf-menu > li > a {
		padding: 30px 10px !important;
	}
}

@media (min-width: 1200px) {
	.sf-menu > li > a {
		padding: 27px 15px !important;
	}
}

/**
 	 * 1. z-index is 1025 because the sticky menu is 1020
 	 */
.sf-menu .sf-mega, .sf-menu li.dropdown ul {
	position: absolute;
	z-index: 1025;
	/* 1 */
	top: 100%;
	left: 0;
	display: none;
}

.sf-menu li.dropdown ul {
	left: 15px;
}

.sf-menu li.dropdown {
	position: relative;
}

.sf-menu li.dropdown ul ul {
	top: -1px;
	left: 100%;
	margin-top: -14px;
}

.sf-menu li:hover > .sf-mega, .sf-menu li.sfHover > .sf-mega, .sf-menu li.dropdown:hover > ul, .sf-menu li.dropdown.sfHover > ul {
	display: block;
}

/* =Menu Skin
   ========================================================================== */
.sf-menu {
	float: right;
}

.sf-menu a {
	display: block;
	padding: 15px 0;
	font-family: inherit;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.sf-menu li.dropdown a {
	padding: 8px 25px 8px 35px;
}

.sf-menu li:last-child > a {
	border-bottom: none;
}

.sf-menu > li > a,
.sf-menu > li.dropdown > a {
	padding: 35px 15px;
	border: none;
	color: #ffffff;
	transition-property: background-color, color;
	transition-duration: .3s;
}

.sf-menu > li a i {
	margin-right: 5px;
}

.sf-menu > li.current > a {
	color: #ff8f00;
}

.sf-menu li.sfHover > a,
.sf-menu li.sfHover a:hover
.sf-menu a:focus,
.sf-menu a:hover {
	color: #ebebeb;
	text-decoration: none;
}

.dropdown li:hover {
	background-color: rgba(0, 0, 0, 0.26);
}

.dropdown li a {
	font-size: 14px;
}

/* =DropDown
   ========================================================================== */
/**
 	 * 1. allow long menu items to determine submenu width
 	 */
.sf-menu li.dropdown ul {
	min-width: 250px;
	background-color: rgba(0, 0, 0, 0.26);
	box-shadow: 4px 6px 6px 2px rgba(35, 31, 32, 0.3);
	box-shadow: none;
}

/* =Menu Arrows
   ========================================================================== */
.sf-menu > li.arrow:before {
	content: "\f107";
	height: 12px;
	width: 12px;
	position: absolute;
	top: 32px;
	right: 3px;
	font-family: fontawesome;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	transition: 180ms all;
	line-height: 12px;
}

.sf-menu > li.arrow:hover::before {
	content: "\f106";
	transform: rotate(360deg);
	color: #ffe400;
}

.small-arrow > a:before {
	content: "\f105";
	height: 10px;
	width: 10px;
	position: absolute;
	top: 7px;
	right: 3px;
	font-family: fontawesome;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

.small-arrow > a:hover::before {
	content: "\f104";
}

@media (min-width: 1200px) {
	.sf-menu li.dropdown ul {
		left: 25px;
	}
	.sf-menu > li > a, .sf-menu > li.dropdown > a {
		padding: 35px 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#menu {
		display: none;
	}
}

@media (max-width: 767px) {
	#menu {
		display: none;
	}
}

/* =Menu Arrows
   ========================================================================== */
@media (min-width: 1200px) {
	.sf-menu li.dropdown ul {
		left: 25px;
	}
	.sf-menu > li > a, .sf-menu > li.dropdown > a {
		padding: 35px 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#menu {
		display: none;
	}
}

@media (max-width: 767px) {
	#menu {
		display: none;
	}
}

/* ==========================================================================
   =Mobile Menu
   ========================================================================== */
#mobile-menu {
	/* border-bottom: 1px solid #e1e1e1;*/
	margin-top: 80px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

#mobile-menu li {
	display: block;
	margin: 0;
}

#mobile-menu > li > ul, #mobile-menu > li > ul > li > ul {
	display: none;
	margin-left: 0;
}

#mobile-menu .sf-mega {
	display: none;
	padding: 0;
	border: none;
	margin: 0;
}

#mobile-menu .sf-mega-section {
	float: none;
	width: 100%;
	padding: 0;
	border: none;
}

#mobile-menu .sf-mega-section ul {
	margin-left: 0;
}

#mobile-menu li a {
	position: relative;
	display: block;
	padding: 15px 25px;
	border-top: 1px solid #e1e1e1;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

#mobile-menu li a i {
	margin-right: 5px;
}

#mobile-menu ul a {
	padding-left: 45px;
}

#mobile-menu ul li ul a {
	padding-left: 65px;
}

#mobile-menu .mobile-menu-submenu-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	border-left: 1px solid #e1e1e1;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#mobile-menu .mobile-menu-submenu-arrow:hover {
	background-color: #979797;
}

#mobile-menu {
	display: none;
}

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
#mobile-menu-trigger {
	display: none;
	font-size: 32px;
	color: #fff;
}

@media (max-width: 1200px) {
	.sf-menu > li.arrow::before {
		right: 2px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#mobile-menu-trigger {
		display: block;
		margin-right: 0;
	}
}

.lang-items {
	width: 100px;
	margin-top: 2px;
	float: right;
}

.stuck .lang-items {
	margin-top: 2px;
}

.lang-items a {
	color: #fff;
	display: block;
}

.lang-items a.active {
	color: #ffe400;
}

@media (min-width: 992px) {
	.lang-items {
		margin-top: 15px;
		padding-left: 15px;
		width: 40px;
		text-align: center;
	}
}

/* ==========================================================================
*/
.internal-menu-item {
	margin-top: 20px;
}

.internal-menu-item h1 {
	color: #004b2a;
	line-height: 1.2;
	margin: 0;
}

.internal-menu-item a {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.1;
	color: #004b2a;
	margin: 0;
}

@media (min-width: 768px) {
	.internal-menu-item a {
		font-size: 30px;
	}
	.internal-menu-item.first-menu-item {
		/*text-align: left;*/
	}
	.internal-menu-item.last-menu-item {
		/*text-align: right;*/
	}
}

.intro-item {
	position: relative;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07);
	height: 190px;
	margin: -100px 0 60px 0;
	z-index: 99;
}

.intro-item h4 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 100%;
	font-weight: 400;
}

.intro-item span {
	font-size: 160px;
	color: #f9f9f9;
	font-family: "Caviar Dreams Bold", sans-serif;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	text-align: Center;
	display: block;
	width: 100%;
	line-height: 206px;
	user-select: none;
}

.intro-item .actions {
	position: absolute;
	bottom: 25px;
	left: 75px;
	transition: color 120ms;
}

.intro-item .actions a {
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
	font-size: 12px;
	margin-right: 15px;
}

.intro-item .actions a:hover {
	color: #a1083a;
}

@media (max-width: 991px) {
	.intro-item {
		display: none;
	}
	.main-slider.owl-blog {
		margin-bottom: 40px;
	}
}

/*==========================================================================
  =Posts
  ========================================================================== */
.post {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07);
	color: #000000;
}

.post:last-of-type {
	margin-bottom: 55px;
}

.post + .post {
	margin-top: 55px;
}

@media (max-width: 991px) {
	.post {
		box-shadow: 0 0 20px 3px rgba(35, 31, 32, 0.05);
	}
}

/* =Post Header
========================================================================== */
.post-header {
	padding: 30px 10px 10px 10px;
}

.post.sticky .post-header {
	padding-top: 10px;
}

@media (max-width: 768px) {
	.post-header {
		padding: 30px 40px 10px 40px;
	}
}

/* =Post Content
========================================================================== */
.post-footer {
	padding: 0 40px 10px 40px;
}

/* =Post Content
   ========================================================================== */
.post-content {
	padding: 15px 40px 35px 40px;
}

.post-content.has-post-thumbnail {
	min-height: 135px;
}

/*
 * 1. Clearfix hack
 */
.post-content:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.post-content iframe {
	max-width: 100%;
}

.post-content img {
	width: initial;
	max-width: 100%;
}

/* =Post Thumbnail
   ========================================================================== */
.post-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	z-index: 0;
}

.post-thumbnail-preloader {
	height: 345px;
	position: relative;
	overflow: hidden;
}

.post-thumbnail-preloader .preloader {
	height: 100%;
	width: 100%;
	position: Absolute;
	right: 50px;
	top: 0;
}

.post-thumbnail-preloader .overlay {
	height: 355px;
	background-color: #ffffff;
	width: 510px;
	opacity: 1;
	margin-top: -5px;
	transform: skewX(15deg);
}

.post-thumbnail-preloader .overlay:before {
	content: "";
	height: 355px;
	width: 510px;
	background-color: #ffffff;
	opacity: .7;
	position: absolute;
	left: 10px;
	top: 0;
}

.post-thumbnail-preloader .overlay:after {
	content: "";
	height: 355px;
	background-color: #ffffff;
	opacity: .4;
	width: 510px;
	position: Absolute;
	left: 20px;
	top: 0;
}

.post-thumbnail-preloader img {
	opacity: 0;
	width: auto;
	max-width: none;
	height: 345px;
}

.post-thumbnail-preloader.animate img {
	opacity: 1;
}

.post-thumbnail-preloader.animate .preloader {
	animation: anim-blog-preloader 1500ms linear both;
	animation-delay: 450;
}

@media (max-width: 991px) {
	.post-thumbnail-preloader .preloader {
		display: none;
	}
	.post-thumbnail-preloader img {
		height: auto;
		width: 100%;
	}
}

.post-thumbnail img {
	display: block;
}

.post-thumbnail .effect {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: block;
}

.post-thumbnail img + .effect {
	top: -6px;
	opacity: .45;
	z-index: -5;
	width: 98.8%;
	left: 5px;
}

.post-thumbnail img + .effect + .effect {
	top: -12px;
	opacity: .1;
	z-index: -10;
	width: 97.6%;
	left: 10px;
}

.post-thumbnail img.animate + .effect {
	animation: anim-blog-sticky-effect 250ms linear both;
	animation-delay: 200ms;
}

.post-thumbnail img.animate + .effect + .effect {
	animation: anim-blog-sticky-effect 450ms linear both;
	animation-delay: 280ms;
}

@keyframes anim-blog-sticky-effect {
	0% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
		opacity: 0;
	}
	5.71% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.486, 0, 1);
	}
	11.31% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.458, 0, 1);
	}
	17.02% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 19.078, 0, 1);
	}
	22.62% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.665, 0, 1);
	}
	28.33% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.714, 0, 1);
	}
	33.93% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.215, 0, 1);
	}
	45.15% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.709, 0, 1);
	}
	72.57% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.387, 0, 1);
	}
	100% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@keyframes anim-blog-preloader {
	0% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	0.37% {
		transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.719, 0, 0, 1);
	}
	0.73% {
		transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -22.864, 0, 0, 1);
	}
	1.63% {
		transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50.239, 0, 0, 1);
	}
	2.52% {
		transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -75.925, 0, 0, 1);
	}
	3.42% {
		transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100.496, 0, 0, 1);
	}
	4.3% {
		transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.002, 0, 0, 1);
	}
	5.31% {
		transform: matrix3d(0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -146.282, 0, 0, 1);
	}
	7.88% {
		transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -195.511, 0, 0, 1);
	}
	10.51% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -330.852, 0, 0, 1);
	}
	11.45% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -340.264, 0, 0, 1);
	}
	14.29% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -360, 0, 0, 1);
	}
	15.82% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -366.342, 0, 0, 1);
	}
	21.02% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -373.556, 0, 0, 1);
	}
	35.34% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -362.586, 0, 0, 1);
	}
	49.55% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -359.582, 0, 0, 1);
	}
	78.18% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400.013, 0, 0, 1);
	}
	100% {
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
	}
}

/* =Post Title
   ========================================================================== */
.post-title a {
	color: #ff8f00;
}

.post.sticky .post-title a {
	color: #fff;
	vertical-align: bottom;
	line-height: 30px;
}

.post-title a:focus,
.post-title a:hover {
	color: #ff8f00;
}

.post.sticky .post-header {
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.post.sticky .post-title {
	display: block;
}

@media (max-width: 425px) {
	.post.sticky .post-header {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
	}
	.post.sticky .post-title {
		margin: 0;
		padding: 15px 40px;
		width: 100%;
		box-sizing: border-box;
	}
	.post.sticky .post-title,
	.post.sticky .post-title a {
		transform: skewX(0);
	}
	.more-link {
		display: none;
	}
}

/* =Post Meta
   ========================================================================== */
.post-meta {
	position: relative;
}

.post-meta a {
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #739e1f;
}

.post-meta:last-child {
	padding-bottom: 0;
}

.post-meta-separator {
	padding: 0 3px 0 0;
}

.edit-link:before {
	font-family: 'FontAwesome';
	content: '\f044';
	padding-right: 3px;
}

.comments-link:before {
	font-family: 'FontAwesome';
	content: '\f0e5';
	padding-right: 3px;
}

.tags-links {
	margin: 25px 0;
	color: #414444;
}

.tags-links a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	border: 1px solid #6aa4bc;
	color: #6aa4bc;
}

.tags-links a:hover {
	color: #aacfdf;
	border-color: #aacfdf;
}

.posted-on {
	display: inline-block;
	color: #414444;
}

/* =Post Formats
   ========================================================================== */
.post-format {
	display: inline-block;
	padding-right: 5px;
	color: #aacfdf;
}

.post-format:first-child {
	padding-left: 0;
}

.format-standard .post-format {
	display: none;
}

.format-aside .post-format:before {
	font-family: 'FontAwesome';
	content: '\f10c';
}

.format-image .post-format:before {
	font-family: 'FontAwesome';
	content: '\f03e';
}

.format-video .post-format:before {
	font-family: 'FontAwesome';
	content: '\f1c8';
}

.format-quote .post-format:before {
	font-family: 'FontAwesome';
	content: '\f10e';
}

.format-gallery .post-format:before {
	font-family: 'FontAwesome';
	content: '\f009';
}

.format-status .post-format:before {
	font-family: 'FontAwesome';
	content: '\f044';
}

.format-link .post-format:before {
	font-family: 'FontAwesome';
	content: '\f0c1';
}

.format-audio .post-format:before {
	font-family: 'FontAwesome';
	content: '\f027';
}

.format-chat .post-format:before {
	font-family: 'FontAwesome';
	content: '\f18d';
}

/* ==========================================================================
   =Posts Navigation(s)
   ========================================================================== */
/* =Post Pagination
   ========================================================================== */
.pagination {
	margin: 75px 0 25px;
}

/*
	 * 1. Clearfix hack
	 */
.pagination:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .prev.page-numbers i {
	padding-right: 5px;
}

.pagination .next.page-numbers i {
	padding-left: 5px;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	border-radius: 30px;
	border: 1px solid #000000;
	color: #000000;
	padding: 0 12px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
	color: inherit;
}

.pagination .page-numbers:hover {
	color: #ff8f00;
}

.pagination .page-numbers:active {
	color: #739e1f;
}

.pagination .prev.page-numbers:focus,
.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:focus,
.pagination .next.page-numbers:hover {
	border: 1px solid #ff8f00;
	background-color: #ff8f00;
	color: #fff;
}

.pagination .prev.page-numbers:active,
.pagination .next.page-numbers:active {
	border: 1px solid #739e1f;
	background-color: #739e1f;
	color: #fff;
}

.pagination a,
.pagination span {
	color: #000000;
}

.pagination .page-numbers {
	display: inline-block;
	margin-right: 25px;
	text-align: center;
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.pagination .page-numbers.current {
	color: #004b2a;
}

@media (max-width: 767px) {
	.pagination {
		margin: 50px 0 50px;
	}
	.pagination .page-numbers {
		display: none;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.current {
		display: inline-block;
	}
	.page-numbers.prev .screen-reader-text,
	.page-numbers.next .screen-reader-text {
		clip: auto;
		height: auto;
		overflow: auto;
		position: relative !important;
		width: auto;
	}
}

/* =Page Links
   ========================================================================== */
.page-links {
	margin: 25px 0;
	color: #414444;
}

.page-links .page-number {
	padding: 5px;
}

/* =Post Pagination
   ========================================================================== */
.pagination {
	margin: 75px 0 25px;
}

/*
 * 1. Clearfix hack
 */
.pagination:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	margin-right: 25px;
	text-align: center;
}

.pagination .page-numbers:last-child {
	margin-right: 0;
}

.pagination .page-numbers.current {
	/*
  border-bottom: 1px solid $text-color;
  */
}

@media (max-width: 767px) {
	.pagination {
		margin: 50px 0 50px;
	}
	.pagination .page-numbers {
		display: none;
	}
	.pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.current {
		display: inline-block;
	}
	.page-numbers.prev .screen-reader-text,
	.page-numbers.next .screen-reader-text {
		clip: auto;
		height: auto;
		overflow: auto;
		position: relative !important;
		width: auto;
	}
}

/* =Post Navigation
   ========================================================================== */
.post-navigation {
	margin: 25px 0 75px 0;
	padding-top: 25px;
	border-top: 1px solid #ebebeb;
}

/*
	 * 1. Clearfix hack
	 */
.post-navigation:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

@media (min-width: 768px) {
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}
}

@media (max-width: 767px) {
	.post-navigation .nav-previous {
		margin-bottom: 25px;
	}
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #414444;
	margin-bottom: 5px;
}

/* ==========================================================================
   =Author bio
   ========================================================================== */
.author-bio {
	position: relative;
	padding: 30px 50px;
	background-color: #FFF;
	box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07);
	margin: 25px 0 50px;
}

/*
	 * 1. Clearfix hack
	 */
.author-bio:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

.author-bio-avatar img {
	border-radius: 50%;
}

.author-bio-info h5 {
	margin: 0;
}

.author-bio-social {
	float: right;
}

.author-bio-social a {
	margin-right: 10px;
	display: inline-block;
	color: #414444;
}

@media (max-width: 479px) {
	.author-bio-avatar {
		margin-bottom: 28px;
		margin-bottom: 1.86666666em;
	}
}

@media (min-width: 480px) {
	.author-bio-avatar {
		float: left;
	}
	.author-bio-avatar + .author-bio-info {
		padding-left: 108px;
	}
}

.author-bio-info *:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   =Comments, Pingbacks and Trackbacks
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.comments-area:after,
.comment-list:after
.comment:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

.comments-area {
	margin-bottom: 50px;
}

.comment-list,
.comment-list .children {
	list-style: none;
}

.comment-list {
	margin: 25px 0;
}

@media (max-width: 480px) {
	.comment-list .children {
		margin-left: 5px;
	}
}

.no-comments,
.comment-awaiting-moderation {
	color: #414444;
}

/* =Comment Meta
   ========================================================================== */
.comment-meta {
	margin: 12px 0;
}

.comment-author {
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	position: absolute;
	left: -84px;
	top: -14px;
	height: 64px;
	width: 64px;
}

@media (max-width: 480px) {
	.comment-author .avatar {
		position: relative;
		left: auto;
		top: auto;
		display: block;
		height: 48px;
		width: 48px;
		margin-bottom: 25px;
	}
}

.comment-author .says {
	display: none;
}

.comment-metadata > a {
	color: #b7b7b7;
}

/* =Comment Body
   ========================================================================== */
.comment .comment-body {
	position: relative;
	padding: 25px 0 25px 84px;
	border-top: 1px solid #ebebeb;
}

.comment-list > li:first-child > .comment-body {
	padding-top: 7px;
	border-top: 0;
}

@media (max-width: 480px) {
	.comment .comment-body {
		padding-left: 0;
	}
}

.comment .comment-body *:last-child {
	margin-bottom: 0;
}

/* =Comment Reply
   ========================================================================== */
.reply {
	margin: 12px 0 25px;
}

.comment-reply-link {
	position: relative;
}

/* ==========================================================================
   =Comments Navigation
   ========================================================================== */
.comment-navigation {
	padding-top: 25px;
	margin-bottom: 25px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-navigation:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

#comment-nav-above {
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

#comment-nav-below {
	border-top: 1px solid #ebebeb;
}

.comment-navigation .nav-next a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-left: 5px;
}

.comment-navigation .nav-previous a:before {
	font-family: 'FontAwesome';
	content: '\f104';
	padding-right: 5px;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}

/* ==========================================================================
   =Comments Form
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.comment-respond:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

.comment-reply-title {
	margin-bottom: 0;
}

.comment-form {
	margin: 0 -15px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-form:after {
	/* 1 */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}

.comment-form p:not(.comment-notes):not(.logged-in-as) {
	margin-bottom: 0;
}

.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit {
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 33.33333333%;
		float: left;
	}
}

/* ==========================================================================
   =Widgets: Default WordPress Widgets
   ========================================================================== */
.widget {
	margin-bottom: 50px;
}

/*
.widget ul li:before {
  color: inherit;
  content: "\f0da";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 0;
  transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  width: 15px;
}
*/
.widget.widget_rss ul li:before,
.widget.widget_recent_entries ul li:before {
	content: "";
	display: inline;
	width: auto;
}

.widget ul li:before:hover {
	padding-left: 5px;
}

#footer .widget,
#footer-bottom .widget {
	margin-bottom: 25px;
}

#header-widget-area .widget:last-child {
	margin-bottom: 0;
}

#footer-bottom [class*=col]:last-child .widget:last-child,
#footer [class*=col]:last-child .widget:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.widget:last-child {
		margin-bottom: 0 !important;
	}
}

/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */
.widget > *:last-child {
	margin-bottom: 0;
	/* 1 */
}

.widget .widget-title a {
	color: #004b2a;
}

#footer .widget .widget-title,
#footer .widget .widget-title a {
	color: #ffffff;
}

.widget-title {
	margin-bottom: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #004b2a;
}

.widget-title img {
	width: auto;
	max-width: auto;
}

/* =Widget Links
   ========================================================================== */
.widget a {
	color: #004b2a;
}

.widget a:hover,
.widget a:focus {
	color: #ff8f00;
}

.widget a:active {
	color: #004b2a;
}

/* =Calendar Widget
   ========================================================================== */
#calendar_wrap table {
	position: relative;
	border-collapse: separate;
	border-spacing: 4px;
}

#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td {
	border: 0;
	padding: 0;
	text-align: center;
}

#footer #wp-calendar caption,
#footer #wp-calendar th {
	color: inherit;
}

#wp-calendar caption {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #739e1f;
	padding-bottom: 15px;
}

#wp-calendar th {
	color: inherit;
	font-weight: normal;
	font-size: 0.9em;
	color: #739e1f;
}

#wp-calendar tbody td:not(.pad) {
	/*
  border: 1px solid #ebebeb;
  */
	font-size: 0.9em;
	background-color: #FAFAFA;
	line-height: 30px;
}

#wp-calendar tbody td a {
	display: block;
	margin: 0;
	background-color: #739e1f;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

#wp-calendar tbody td a:hover {
	background-color: #ff8f00;
}

#wp-calendar tbody td a:active {
	background-color: #004b2a;
}

#wp-calendar tfoot {
	height: 0;
	float: left;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 0;
	line-height: 26px;
	border-radius: 25px;
	right: 5px;
}

#wp-calendar #prev a {
	left: 5px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	border: 1px solid #000000;
	color: #000000;
}

#wp-calendar #prev a:hover,
#wp-calendar #prev a:focus,
#wp-calendar #next a:hover,
#wp-calendar #next a:focus {
	border: 1px solid #ff8f00;
	background-color: #ff8f00;
	color: #fff;
}

#wp-calendar #prev a:active,
#wp-calendar #next a:active {
	border: 1px solid #004b2a;
	background-color: #004b2a;
	color: #fff;
}

#wp-calendar #next a:before,
#wp-calendar #prev a:before {
	position: relative;
	display: inline-block;
	color: inherit;
	content: '\f104 ';
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	padding: 0 1px 0 0;
}

#wp-calendar #next a:before {
	content: ' \f105';
	padding: 0 0 0 3px;
}

#wp-calendar #prev a:hover:before,
#wp-calendar #prev a:focus:before,
#wp-calendar #next a:hover:before,
#wp-calendar #next a:focus:before {
	color: #fff;
}

/* footer */
#footer #wp-calendar #prev a,
#footer #wp-calendar #next a {
	border: 1px solid #ffffff;
	color: #ffffff;
}

#footer #wp-calendar #prev a:hover,
#footer #wp-calendar #prev a:focus,
#footer #wp-calendar #next a:hover,
#footer #wp-calendar #next a:focus {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #fff;
}

#footer #wp-calendar #prev a:active,
#footer #wp-calendar #next a:active {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #fff;
}

/* =Archive Widget
   ========================================================================== */
.widget_archive ul {
	list-style: none;
}

.widget_archive li {
	padding: 6.25px 0;
}

.widget_archive li:first-child {
	padding-top: 0;
}

.widget_archive li:last-child {
	border-bottom: 0;
}

.widget_archive li span {
	float: right;
	display: none;
}

.widget_archive select {
	margin-bottom: 0;
}

/* =Categories Widget
   ========================================================================== */
.widget_categories ul {
	list-style: none;
}

.widget_categories ul ul {
	margin-bottom: 0;
}

.widget_categories li {
	padding: 6.25px 0;
	/*
  border-bottom: 1px solid #ebebeb;
  */
}

.widget_categories li ul li {
	border-bottom: 0;
}

.widget_categories li:first-child {
	padding-top: 0;
}

.widget_categories li:last-child {
	border-bottom: 0;
}

.widget_categories li ul li:last-child {
	padding-bottom: 0;
}

.widget_categories li span {
	float: right;
	display: none;
}

.widget_categories select {
	margin-bottom: 0;
}

/* =Pages Widget
   ========================================================================== */
.widget_pages ul {
	list-style: none;
}

.widget_pages li {
	padding: 3.25px 0;
}

.widget_pages li:first-child {
	padding-top: 0;
}

.widget_pages li:last-child {
	margin-bottom: 0;
}

/* =Meta Widget
   ========================================================================== */
.widget_meta ul {
	list-style: none;
}

.widget_meta li {
	padding: 6.25px 0;
}

.widget_meta li:first-child {
	padding-top: 0;
}

.widget_meta li:last-child {
	margin-bottom: 0;
}

/* =Recent Comments Widget
   ========================================================================== */
.widget_recent_comments ul {
	list-style: none;
}

.widget_recent_comments li {
	padding: 3.25px 0;
}

.widget_recent_comments li:first-child {
	padding-top: 0;
}

.widget_recent_comments li:last-child {
	margin-bottom: 0;
}

/* =Recent Entries Widget
   ========================================================================== */
.widget_recent_entries ul {
	list-style: none;
}

.widget_recent_entries ul li {
	position: relative;
	padding: 12.5px 0;
	border-bottom: 1px solid #ebebeb;
}

.widget_recent_entries ul li:first-child {
	padding-top: 0;
}

.widget_recent_entries ul li:last-child {
	border-bottom: 0;
}

.widget_recent_entries ul li a {
	display: block;
}

.widget_recent_entries ul li .post-date {
	display: block;
}

/* =RSS Widget
   ========================================================================== */
.widget_rss ul {
	margin: 0;
	list-style: none;
}

.widget_rss li {
	margin-bottom: 25px;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rssSummary {
	color: inherit;
}

.widget_rss ul li a.rsswidget {
	margin-top: 5px;
	margin-bottom: 25px;
	font-weight: bold;
}

.widget_rss .rsswidget img {
	margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	color: #414444;
	font-size: .9em;
}

/* =Search Widget
   ========================================================================== */
.widget_search .search-form {
	position: relative;
}

.widget_search .search-field {
	padding-left: 25px;
	height: 39px;
	border-radius: 19px 20px 20px 19px/20px 20px 19px 19px;
	background-color: #fff;
	box-shadow: 0 0 19px 2px rgba(35, 31, 32, 0.07);
	font-size: 14px;
	color: #a8a8a8;
	font-family: "Caviar Dreams Bold", sans-serif;
	width: 100%;
	border-color: transparent;
}

.widget_search .search-submit {
	position: absolute;
	top: 0px;
	right: -1px;
	padding: 6.5px 25px;
	min-width: 100px;
	margin: 0;
}

/* =Text Widget
   ========================================================================== */
/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */
.textwidget > *:last-child {
	margin-bottom: 0;
	/* 1 */
}

/* =Tag Cloud Widget
   ========================================================================== */
.widget_tag_cloud a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 2px;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #000000;
}

.widget_tag_cloud a:hover {
	color: #ff8f00;
}

/* =Nav Menu Widget
   ========================================================================== */
.widget_nav_menu ul {
	list-style: none;
}

.widget_nav_menu li {
	padding: 3.25px 0;
}

.widget_nav_menu li:first-child {
	padding-top: 0;
}

.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

.widget_nav_menu li a {
	display: inline-block;
}

/* =Captions
========================================================================== */
.wp-caption {
	margin-bottom: 28px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	padding: 14px 0;
}

/* =Galleries
   ========================================================================== */
.gallery {
	margin-bottom: 28px;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	padding: 10px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* ==========================================================================
   =Alignments
   ========================================================================== */
.alignleft {
	float: left;
	display: inline;
	margin: 0 1.5em 1.5em 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 1.5em 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/*  ==========================================================================
    =Back to top
    ========================================================================== */
#back-to-top {
	position: fixed;
	z-index: 1010;
	right: -40px;
	bottom: 14px;
	width: 35px;
	width: 2.33333333em;
	height: 35px;
	height: 2.33333333em;
	border-radius: 50%;
	background-color: #739e1f;
	color: #ffffff;
	line-height: 32px;
	line-height: 2.13333333;
	text-align: center;
	cursor: pointer;
	opacity: 0.95;
	transition-property: background-color, right;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

#back-to-top i {
	transition: color 0.4s ease 0s;
}

#back-to-top:hover {
	background-color: #ff8f00;
}

#back-to-top:hover i {
	color: #fff;
}

#back-to-top.visible {
	right: 14px;
	right: 0.93333333em;
}

#back-to-top.gone {
	right: -40px;
	right: -2.66666666em;
}

/*
	PARALLAX
*/
.parallax {
	/* Create the parallax scrolling effect */
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 390px) {
	.parallax {
		background-size: 100%;
	}
}

@media (min-width: 992px) {
	.parallax {
		background-attachment: fixed;
		background-size: cover;
	}
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
	clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}

/*
	MASTHEAD
*/
.masthead-title {
	text-align: center;
	line-height: 1;
	font-size: 36px;
	font-family: "Helvetica Neue Cyr Black", sans-serif;
	color: #fff;
}

.masthead-btn {
	margin-top: 30px;
	display: block;
	z-index: 5;
	position: relative;
}

@media (min-width: 576px) {
	.masthead-title {
		font-size: 46px;
	}
}

@media (min-width: 992px) {
	.masthead-title {
		font-size: 52px;
	}
}

/*
	HEADER
*/
.header-parallax {
	padding-top: 135px;
	padding-bottom: 75px;
	text-align: center;
	color: #fff;
}

.header-parallax a {
	color: #fff;
}

.header-parallax a:hover, .header-parallax a:active {
	color: #fff;
}

@media (min-width: 768px) {
	.header-parallax {
		padding-top: 145px;
		padding-bottom: 115px;
	}
}

@media (min-width: 992px) {
	.header-parallax {
		background-position: bottom;
		padding-top: 195px;
		padding-bottom: 195px;
	}
}

.header-video {
	background-image: url(../img/bg/video_bg.jpg);
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 430px;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
}

.header-video a {
	color: #fff;
}

.header-video a:hover, .header-video a:active {
	color: #fff;
}

.header-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.header-video .container {
	position: relative;
	z-index: 2;
}

.header-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: 1;
}

#scroll-point {
	outline: none;
}

@media (min-width: 992px) {
	.masthead-scroll {
		margin-top: 30px;
		height: 35px;
	}
	.masthead-scroll-text {
		margin-top: 10px;
		height: 30px;
		text-transform: uppercase;
	}
}

/*@media (pointer: coarse) and (hover: none) {
  .header-video video {
    display: none;
  }
}*/
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-light {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: none;
	border-color: #fff;
	border-width: 2px;
	font-size: 22px;
	text-transform: uppercase;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.page-template-home h2 {
	margin-top: 0;
	margin-bottom: 0;
}

@keyframes vertical {
	0% {
		transform: translate(0, -4px);
	}
	4% {
		transform: translate(0, 4px);
	}
	8% {
		transform: translate(0, -4px);
	}
	12% {
		transform: translate(0, 4px);
	}
	16% {
		transform: translate(0, -4px);
	}
	20% {
		transform: translate(0, 4px);
	}
	22%, 100% {
		transform: translate(0, 0);
	}
}

.masthead-scroll {
	animation: vertical 2s ease infinite;
}

/*
	SEPARATORS
*/
svg {
	left: 50%;
	position: relative;
	transform: translate(-50%, -50%);
	height: 196px;
	width: 960px;
	shape-rendering: geometricPrecision;
	text-rendering: geometricPrecision;
	image-rendering: optimizeQuality;
	fill-rule: evenodd;
	clip-rule: evenodd;
}

.separator-top svg {
	top: 50%;
}

.separator-bottom svg {
	top: 50%;
}

.separator-top {
	height: 196px;
	margin-top: -196px;
}

.separator-bottom {
	height: 196px;
	margin-bottom: -196px;
}

@media (min-width: 768px) {
	svg {
		width: 1920px;
	}
	.separator-top svg {
		top: 50%;
	}
	.separator-bottom svg {
		top: 50%;
	}
}

@media (min-width: 1920px) {
	svg {
		width: 100%;
	}
	svg path {
		width: 100%;
	}
}

.text-block {
	margin: 0;
}

.content-wrapper {
	background-color: #fafcfe;
}

.content {
	padding: 30px 0;
	margin: 0 auto -160px auto;
	text-align: center;
	z-index: 2;
	position: relative;
}

@media (min-width: 360px) {
	.content {
		margin: 0 auto -150px auto;
	}
}

@media (min-width: 576px) {
	.content {
		margin: 0 auto -130px auto;
		width: 560px;
	}
}

@media (min-width: 768px) {
	.content {
		margin: 0 auto -160px auto;
		width: 750px;
	}
}

@media (min-width: 992px) {
	.content {
		margin: 0 auto -140px auto;
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.content {
		margin: 0 auto -130px auto;
		width: 1200px;
	}
}

@media (min-width: 1440px) {
	.content {
		margin: 0 auto -90px auto;
		width: 1440px;
	}
}

/*
	COL
*/
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 515px) {
	.col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.aligner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aligner-item {
	max-width: 50%;
}

.aligner-item--top {
	align-self: flex-start;
}

.aligner-item--bottom {
	align-self: flex-end;
}

/*
	ICONS
*/
.home-ico {
	background-image: url(../img/icons.svg);
	margin: 0 auto;
	background-repeat: no-repeat;
}

.home-ico-title {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 20px;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.home-ico-desc {
	font-size: 18px;
	margin-top: 12px;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.home-ico-sprite {
	height: 0;
	overflow: hidden;
	line-height: 0.85;
	text-align: center;
	color: #ff8f00;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
}

.home-ico-block {
	margin-top: 60px;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.home-ico-sprite-action:hover .home-ico-sprite {
	height: 90px;
	display: block;
}

@media (min-width: 360px) {
	.home-ico-sprite-action:hover .home-ico-sprite {
		height: 70px;
	}
}

@media (min-width: 515px) {
	.home-ico-sprite-action:hover .home-ico-sprite {
		height: 100px;
	}
}

@media (min-width: 1200px) {
	.home-ico-sprite-action:hover .home-ico-sprite {
		height: 120px;
	}
}

.home-ico-sprite-action:hover .home-ico-title {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.home-ico-sprite-action:hover {
		margin-top: 10px;
		margin-bottom: -60px;
	}
}

/*
	CUSTOMIZATION
*/
.activities .home-ico {
	width: 100px;
	height: 100px;
}

.activities .home-ico.plant-growing {
	background-position: 0px 0px;
}

.activities .home-ico.fodder {
	background-position: -301px 0px;
}

.activities .home-ico.poultry-breeding {
	background-position: -601px 0px;
}

.activities .home-ico-title {
	color: #739e1f;
}

.activities .home-ico-desc {
	color: #739e1f;
}

.advantage .home-ico {
	width: 100px;
	height: 100px;
}

.advantage .home-ico.newest-technology {
	background-position: 0px -300px;
}

.advantage .home-ico.modern-technology {
	background-position: -301px -300px;
}

.advantage .home-ico.qualified-frames {
	background-position: -601px -300px;
}

.advantage .home-ico.social-responsibility {
	background-position: -901px -300px;
}

.advantage .home-ico-title {
	color: #ff8f00;
	line-height: 1;
}

.advantage .home-ico-desc {
	color: #ff8f00;
}

.types-of-activities .home-ico-block {
	cursor: pointer;
}

.types-of-activities .home-ico {
	width: 100px;
	height: 100px;
}

.types-of-activities .home-ico.plant-growing {
	background-position: 0px -600px;
}

.types-of-activities .home-ico.mixed-fodder-plant {
	background-position: -301px -600px;
}

.types-of-activities .home-ico.elevators {
	background-position: -601px -600px;
}

.types-of-activities .home-ico.poultry-breeding {
	background-position: -901px -600px;
}

.types-of-activities .home-ico.slaughterhouse-shop {
	background-position: -1201px -600px;
}

.types-of-activities .home-ico.chain-sales-outlets {
	background-position: -1501px -600px;
}

.types-of-activities .home-ico-title {
	color: #739e1f;
	line-height: 1;
}

.types-of-activities .home-ico-desc {
	color: #739e1f;
}

.our-values h2 {
	color: #ff8f00;
}

@media (min-width: 768px) {
	.our-values .content-wrapper {
		padding-bottom: 30px;
	}
}

.our-values .home-ico-block {
	cursor: pointer;
}

.our-values .home-ico {
	width: 100px;
	height: 100px;
}

.our-values .home-ico.responsibility {
	background-position: 0px -900px;
}

.our-values .home-ico.quality {
	background-position: -301px -900px;
}

.our-values .home-ico.professionalism {
	background-position: -601px -900px;
}

.our-values .home-ico.retailers {
	background-position: -901px -900px;
}

.our-values .home-ico.cooperation {
	background-position: -1201px -900px;
}

.our-values .home-ico-title {
	color: #ff8f00;
	line-height: 1;
}

.our-values .home-ico-desc {
	color: #ff8f00;
}

/*
	INTERLAYER
*/
.interlayer-parallax {
	padding-top: 296px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.interlayer-parallax a {
	color: #fff;
}

.interlayer-parallax a:hover, .interlayer-parallax a:active {
	color: #fff;
}

.interlayer-title {
	font-size: 36px;
	text-transform: uppercase;
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}

.interlayer-content {
	font-size: 22px;
	margin-top: 10px;
}

@media (min-width: 576px) {
	.interlayer-title {
		font-size: 46px;
	}
	.interlayer-content {
		font-size: 32px;
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.interlayer-title {
		font-size: 52px;
	}
	.interlayer-content {
		font-size: 36px;
		margin-top: 20px;
	}
}

/*
	CONTACTS
*/
.contact-block {
	margin-top: 30px;
}

.contact-block .contact-ico {
	height: 36px;
}

.contact-block .contact-item {
	font-size: 16px;
	text-align: left;
}

.contact-block .contact-item + .contact-item {
	margin-top: 10px;
}

.contact-block .col-xs-2 {
	padding-right: 0;
}

@media (min-width: 768px) {
	.contact-block .col-xs-2 {
		padding-right: 15px;
	}
}

.contacts-ico {
	margin-top: 50px;
	height: 70px;
}

@media (min-width: 768px) {
	.contact-block {
		margin-top: 30px;
	}
	.contact-block .contact-item {
		font-size: 18px;
	}
	.contact-block .contact-item + .contact-item {
		margin-top: 12px;
	}
}

/*
	PLANTS
*/
.page-template-plants .header-parallax {
	background-image: url(../img/bg/plants_interlayer_bg_1365.jpg) !important;
	background-position: center !important;
}

@media (min-width: 1365px) {
	.page-template-plants .header-parallax {
		background-image: url(../img/bg/plants_interlayer_bg_1440.jpg) !important;
	}
}

@media (min-width: 1440px) {
	.page-template-plants .header-parallax {
		background-image: url(../img/bg/plants_interlayer_bg.jpg) !important;
	}
}

.plants-ico {
	height: 100px;
}

.plant-title, .plant-excerpt, .plant-content {
	color: #004b2a;
}

.plant-title {
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-plants .interlayer-line {
	background-image: url(../img/icons/line-140.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 140px;
	height: 5px;
}

.plant-excerpt, .plant-content {
	text-align: justify;
	text-justify: inter-word;
	font-size: 18px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.plant-growing-1 .plant-title {
		text-align: left;
	}
	.plant-growing-1 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
	.plant-growing-2 .plant-title {
		text-align: left;
	}
	.plant-growing-2 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
	.plant-growing-4 .plant-title {
		text-align: right;
	}
	.plant-growing-4 .interlayer-line {
		margin: 10px -40px 0 auto;
	}
	.plant-growing-6 .plant-title {
		text-align: left;
	}
	.plant-growing-6 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
}

.page-template-plants .split-bg {
	display: none;
	position: absolute;
	top: 590px;
	left: 0;
	height: 670px;
	width: 100%;
	z-index: 2;
}

@media (min-width: 768px) {
	.page-template-plants .split-bg {
		display: block;
	}
}

@media (min-width: 992px) {
	.page-template-plants .split-bg {
		top: 560px;
	}
}

@media (min-width: 1200px) {
	.page-template-plants .split-bg {
		top: 610px;
	}
}

@media (min-width: 1440px) {
	.page-template-plants .split-bg {
		top: 560px;
	}
}

@media (min-width: 1920px) {
	.page-template-plants .split-bg {
		top: 380px;
	}
}

.page-template-plants .split-bg .split-bg-left {
	float: left;
	background-repeat: no-repeat;
	background-image: url(../img/bg/plant_left_bg.png);
	height: 100%;
	width: 48%;
}

@media (min-width: 768px) {
	.page-template-plants .split-bg .split-bg-left {
		background-size: 400px;
		background-position: -250px 150px;
	}
}

@media (min-width: 992px) {
	.page-template-plants .split-bg .split-bg-left {
		background-size: 400px;
		background-position: -250px 150px;
	}
}

@media (min-width: 1200px) {
	.page-template-plants .split-bg .split-bg-left {
		background-size: 400px;
		background-position: -250px 0px;
	}
}

@media (min-width: 1330px) {
	.page-template-plants .split-bg .split-bg-left {
		background-size: 380px;
		background-position: -200px 0px;
	}
}

@media (min-width: 1440px) {
	.page-template-plants .split-bg .split-bg-left {
		background-size: 340px;
		background-position: -150px 0px;
	}
}

@media (min-width: 1920px) {
	.page-template-plants .split-bg .split-bg-left {
		background-size: 400px;
		background-position: -100px 0px;
	}
}

.page-template-plants .split-bg .split-bg-right {
	float: right;
	background-repeat: no-repeat;
	background-image: url(../img/bg/plant_right_bg.png);
	height: 100%;
	width: 48%;
}

@media (min-width: 768px) {
	.page-template-plants .split-bg .split-bg-right {
		background-size: 540px;
		background-position: 80px 0px;
	}
}

@media (min-width: 992px) {
	.page-template-plants .split-bg .split-bg-right {
		background-size: 540px;
		background-position: 180px 0px;
	}
}

@media (min-width: 1200px) {
	.page-template-plants .split-bg .split-bg-right {
		background-size: 540px;
		background-position: 280px 0px;
	}
}

@media (min-width: 1330px) {
	.page-template-plants .split-bg .split-bg-right {
		background-size: 440px;
		background-position: 380px 0px;
	}
}

@media (min-width: 1440px) {
	.page-template-plants .split-bg .split-bg-right {
		background-size: 440px;
		background-position: 410px 0px;
	}
}

@media (min-width: 1536px) {
	.page-template-plants .split-bg .split-bg-right {
		background-size: 440px;
		background-position: 430px 0px;
	}
}

@media (min-width: 1920px) {
	.page-template-plants .split-bg .split-bg-right {
		background-size: 520px;
		background-position: 560px 0px;
	}
}

.page-template-plants .interlayer-parallax {
	padding-top: 396px;
	padding-bottom: 200px;
}

/*
	Vacancies
*/
.page-template-vacancies .interlayer-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.page-template-vacancies .internal-menu-item h1, .page-template-vacancies .internal-menu-item a {
	color: #739e1f;
}

.vacancies-content {
	color: #739e1f;
	font-size: 22px;
	text-align: justify;
}

.vacancies-contacts .contact-block {
	font-size: 22px;
	text-align: left;
}

.vacancies-contacts .contact-block .col-xs-3 {
	padding-right: 0;
}

.vacancies-contacts .contact-block .col-xs-9 {
	padding-left: 0;
}

.vacancies-contacts .contact-block .contact-ico {
	height: 42px;
	float: right;
}

.vacancy-ico {
	height: 122px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/icons/vacancies.svg);
	background-repeat: no-repeat;
	background-size: 850px;
	/*@media (min-width: 768px) {
		height:200px;
		background-size:1391px;
		&.modal-ico {
			width:154px;
			background-position: 0px 0px;
		}
		&.vacancies {
			background-position: -1264px 0px;
			width:130px;
		}
		&.young-specialists {
			width:345px;
			background-position: -530px 0px;
		}
	}*/
}

.vacancy-ico.modal-ico {
	width: 94px;
	background-position: 0px 0px;
}

.vacancy-ico.vacancies {
	width: 78px;
	background-position: -772px 0px;
}

.vacancy-ico.young-specialists {
	width: 210px;
	background-position: -325px 0px;
}

.vacancy-item {
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vacancy-item .li-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.vacancy-item .vacancy-title {
	text-align: left;
}

.vacancy-item .vacancy-description {
	text-align: left;
	font-size: 20px;
	line-height: 1.2;
	/*color: $accent-3-color;*/
}

.vacancy-text {
	font-size: 18px;
}

.vacancy-text ul {
	list-style-position: inside;
}

.vacancy-text strong {
	margin-top: 15px;
	color: #739e1f;
}

/*
	The Modal (background)
*/
.modal-open {
	overflow: hidden;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.modal-open::-webkit-scrollbar {
	width: 0 !important;
}

input[type="file"] {
	display: none;
}

.custom-file-upload.btn-ros {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-transform: none !important;
}

.input-rem {
	font-size: 12px;
	margin-top: -15px;
	margin-bottom: 30px;
}

.input-separator-dots {
	font-size: 65px;
	line-height: 35px;
	padding: 0 0 30px 0;
	color: #b3b3b3;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1050;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: black;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Body */
.modal-body {
	padding: 0 15px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #f9fafa;
	margin: 15px auto 0 auto;
	/* 15% from the top and centered */
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	width: 100%;
	/* Could be more or less, depending on screen size */
	opacity: 0.88;
	border-radius: 8px;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

@media (min-width: 768px) {
	.modal-content {
		margin: 15% auto;
	}
}

@media (min-width: 992px) {
	.modal-content {
		width: 730px;
	}
}

.modal-content .align-items-center h2 {
	text-align: center;
	margin-top: 15px;
}

.modal-content.modal-solid {
	opacity: 1;
}

.modal-content .interlayer-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.modal-text {
	font-size: 16px;
	line-height: 1.2;
	color: #59aa47;
}

/* The Close Button */
.close {
	float: right;
	cursor: pointer;
	padding-right: 15px;
}

.closehover, .closefocus {
	cursor: pointer;
}

.arrow-left {
	text-align: center;
}

.arrow-right {
	text-align: center;
}

/* Add Animation */
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

.modal-ico-container {
	background-color: #739e1f;
	border-radius: 8px;
	width: 220px;
	height: 220px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-ico-container .modal-ico {
	background-repeat: no-repeat;
	fill: #fff;
}

.types-of-activities .modal-ico-container .modal-ico {
	background-image: url(../img/icons-white.svg);
	height: 140px;
	width: 140px;
}

.types-of-activities .modal-ico-container .modal-ico.plant-growing {
	background-position: 10px 0;
}

.types-of-activities .modal-ico-container .modal-ico.elevators {
	background-position: -295px 0;
}

.types-of-activities .modal-ico-container .modal-ico.mixed-fodder-plant {
	background-position: -605px 0;
}

.types-of-activities .modal-ico-container .modal-ico.poultry-breeding {
	background-position: -915px 0;
}

.types-of-activities .modal-ico-container .modal-ico.slaughterhouse-shop {
	background-position: -1222px 0;
}

.types-of-activities .modal-ico-container .modal-ico.chain-sales-outlets {
	background-position: -1531px 0;
}

#modal-questionnaire input[type="submit"], #modal-resume input[type="submit"] {
	text-transform: uppercase;
	padding: 15px 25px;
}

.modal-no-close .btn-gray {
	margin-top: 25px;
}

.desired-position-value {
	display: none;
}

.syp-description {
	font-size: 22px;
	margin-bottom: 30px;
}

/*
	FODDER
*/
.fodders-ico {
	height: 100px;
}

.fodder-title, .fodder-excerpt, .fodder-content {
	color: #004b2a;
}

.fodder-title {
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-fodder .interlayer-line {
	background-image: url(../img/icons/line-140.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 140px;
	height: 5px;
}

.fodder-excerpt, .fodder-content {
	text-align: justify;
	text-justify: inter-word;
	font-size: 18px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.mixed-fodder-1 .fodder-title {
		text-align: left;
	}
	.mixed-fodder-1 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
	.mixed-fodder-2 .fodder-title {
		text-align: right;
	}
	.mixed-fodder-2 .interlayer-line {
		margin: 10px -40px 0 auto;
	}
	.mixed-fodder-3 .fodder-title {
		text-align: left;
	}
	.mixed-fodder-3 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
	.mixed-fodder-4 .fodder-title {
		text-align: right;
	}
	.mixed-fodder-4 .interlayer-line {
		margin: 10px -40px 0 auto;
	}
}

.page-template-fodder .split-bg {
	display: none;
	position: absolute;
	left: 0;
	height: 1200px;
	width: 100%;
	z-index: 2;
}

@media (min-width: 768px) {
	.page-template-fodder .split-bg {
		display: block;
		top: 1040px;
	}
}

@media (min-width: 992px) {
	.page-template-fodder .split-bg {
		top: 920px;
	}
}

@media (min-width: 1200px) {
	.page-template-fodder .split-bg {
		top: 870px;
	}
}

@media (min-width: 1440px) {
	.page-template-fodder .split-bg {
		top: 870px;
	}
}

@media (min-width: 1920px) {
	.page-template-fodder .split-bg {
		top: 870px;
	}
}

.page-template-fodder .split-bg .split-bg-left {
	float: left;
	height: 100%;
	width: 48%;
	background-repeat: no-repeat;
	background-image: url(../img/bg/fodder_bg_left.png);
}

@media (min-width: 768px) {
	.page-template-fodder .split-bg .split-bg-left {
		background-size: 500px;
		background-position: -230px 625px;
	}
}

@media (min-width: 992px) {
	.page-template-fodder .split-bg .split-bg-left {
		background-size: 500px;
		background-position: -175px 545px;
	}
}

@media (min-width: 1200px) {
	.page-template-fodder .split-bg .split-bg-left {
		background-size: 400px;
		background-position: 0px 500px;
	}
}

@media (min-width: 1330px) {
	.page-template-fodder .split-bg .split-bg-left {
		background-position: 20px 500px;
	}
}

@media (min-width: 1440px) {
	.page-template-fodder .split-bg .split-bg-left {
		background-position: 50px 500px;
	}
}

@media (min-width: 1536px) {
	.page-template-fodder .split-bg .split-bg-left {
		background-position: 100px 500px;
	}
}

@media (min-width: 1920px) {
	.page-template-fodder .split-bg .split-bg-left {
		background-position: 250px 500px;
	}
}

.page-template-fodder .split-bg .split-bg-right {
	float: right;
	height: 100%;
	width: 48%;
	background-repeat: no-repeat;
	background-image: url(../img/bg/fodder_bg_right.png);
}

@media (min-width: 768px) {
	.page-template-fodder .split-bg .split-bg-right {
		background-size: 600px;
		background-position: 110px 0px;
	}
}

@media (min-width: 992px) {
	.page-template-fodder .split-bg .split-bg-right {
		background-size: 600px;
		background-position: 140px 0px;
	}
}

@media (min-width: 1200px) {
	.page-template-fodder .split-bg .split-bg-right {
		background-size: 400px;
		background-position: 200px 30px;
	}
}

@media (min-width: 1330px) {
	.page-template-fodder .split-bg .split-bg-right {
		background-size: 440px;
		background-position: 180px 30px;
	}
}

@media (min-width: 1440px) {
	.page-template-fodder .split-bg .split-bg-right {
		background-size: 500px;
		background-position: 180px 20px;
	}
}

@media (min-width: 1536px) {
	.page-template-fodder .split-bg .split-bg-right {
		background-size: 550px;
		background-position: 180px 10px;
	}
}

@media (min-width: 1920px) {
	.page-template-fodder .split-bg .split-bg-right {
		background-size: 550px;
		background-position: 180px 10px;
	}
}

.page-template-fodder .interlayer-parallax {
	padding-top: 396px;
	padding-bottom: 200px;
}

.fodder-pack {
	height: 200px;
	display: block;
	margin: 0 auto;
}

.fodder-ico-block {
	margin-top: 60px;
}

.fodder-ico-title {
	font-size: 22px;
	margin-top: 20px;
	color: #004b2a;
}

.fodder-ico {
	background-image: url(../img/icons/icons_fodder.svg);
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
}

.fodder-ico.broilers {
	background-position: 0px 0px;
}

.fodder-ico.chicken-bear {
	background-position: -304px 0px;
}

.fodder-ico.ducks {
	background-position: -608px 0px;
}

.fodder-ico.geese {
	background-position: -912px 0px;
}

.fodder-ico.turkeys {
	background-position: -1216px 0px;
}

.fodder-ico.pigs {
	background-position: -1520px 0px;
}

.fodder-ico.rabbits {
	background-position: -1824px 0px;
}

.fodder-ico.quail {
	background-position: -2128px 0px;
}

.fodder-ico.fishes {
	background-position: -2432px 0px;
}

.fodder-icons .fodder-excerpt {
	text-align: center;
}

.fodder-buyers .fodder-content {
	padding-left: 20px;
}

.fodder-buyers .fodder-content ol > li {
	padding-bottom: 20px;
}

.fodder-footer .fodder-content {
	text-align: center;
}

.fodder-footer .btn-ros {
	margin-top: 20px;
	text-transform: uppercase;
}

.footer-parallax {
	background-image: url(../img/bg/footer_bg.jpg);
	padding-top: 216px;
	padding-bottom: 20px;
	background-position: top !important;
	background-size: auto !important;
}

.footer-logo {
	display: block;
	margin: 60px auto 0 auto;
}

.footer-dstu {
	display: block;
	margin: 40px 0 0 auto;
}

.footer-halal {
	display: block;
	margin: 25px auto 0 0;
}

.footer-copy {
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.footer-contacts {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footer-contacts span {
	display: block;
	line-height: 1.5;
}

.footer-contacts a {
	color: #fff;
}

.footer-contacts a:hover, .footer-contacts a:active {
	color: #fff;
}

.footer-contacts .facebook-ico img {
	margin-top: 18px;
	width: 32px;
	height: 32px;
}

.agency-link {
	margin-top: 20px;
	text-align: center;
}

.agency-link a {
	color: #fff;
	font-size: 14px;
}

.agency-link a:hover, .agency-link a:active {
	color: #fff;
}

@media (min-width: 576px) {
	.footer-halal {
		margin: 25px auto 0 20px;
	}
}

@media (min-width: 992px) {
	.footer-logo {
		margin: 0 auto;
	}
	.footer-contacts {
		text-align: right;
	}
	.agency-link {
		margin-top: 190px;
		text-align: right;
	}
}

@media (min-width: 1440px) {
	.footer-contacts {
		font-size: 30px;
	}
}

/*
	PURCHASES
*/
.page-template-purchases .interlayer-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.page-template-purchases .internal-menu-item h1, .page-template-purchases .internal-menu-item a {
	color: #004b2a;
}

.page-template-purchases .purchases-content {
	color: #739e1f;
	font-size: 22px;
	text-align: justify;
}

/*
	ITEMS
*/
.purchases-item {
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
}

.purchases-item .li-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.purchases-item .purchases-title {
	text-align: left;
	font-size: 22px;
	line-height: 1.2;
	/*color: $accent-3-color;*/
}

.purchases-item .purchases-price {
	text-align: right;
}

.page-template-purchases .collapse h2 {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
}

.page-template-purchases .collapse .btn-ros {
	margin: 50px auto;
	text-transform: uppercase;
}

.page-template-purchases .collapse .btn-ros span {
	padding-left: 0;
	padding-right: 0;
	display: block;
}

.page-template-purchases .collapse .li-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.page-template-purchases .collapse-margin {
	margin-top: 30px;
}

.page-template-purchases .collapse-text {
	text-align: left;
	font-size: 22px;
	line-height: 1.2;
	color: #000000;
}

.page-template-purchases .collapse-text .col-xs-10 {
	padding-left: 0;
}

.page-template-purchases .collapse-ico-container {
	background-color: #739e1f;
	border-radius: 8px;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-template-purchases .collapse-ico-container .collapse-ico {
	background-repeat: no-repeat;
	fill: #fff;
	background-image: url(../img/icons/purchases.svg);
	height: 140px;
	width: 140px;
}

.page-template-purchases .collapse-ico-container .collapse-ico.wheat {
	background-position: 10px -12px;
}

.page-template-purchases .collapse-ico-container .collapse-ico.barley {
	background-position: -292px -12px;
}

.page-template-purchases .collapse-ico-container .collapse-ico.corn {
	background-position: -598px -12px;
}

.page-template-purchases .collapse-ico-container .collapse-ico.rape {
	background-position: -904px -12px;
}

.page-template-purchases .collapse-ico-container .collapse-ico.soy {
	background-position: -1208px -12px;
}

.page-template-purchases .collapse-ico-container .collapse-ico.sunflower {
	background-position: -1513px -12px;
}

/*
	CONTACTS
*/
.page-template-purchases .contact-block {
	font-size: 22px;
	line-height: 1.8;
	margin-top: 0px;
	text-align: left;
}

.page-template-purchases .contact-ico {
	float: right;
	height: 38px;
}

.page-template-purchases .contact-name {
	margin-top: 25px;
}

.page-template-purchases .manager-mark {
	display: block;
	margin-top: -10px;
}

/*
	BG
*/
.page-template-purchases .split-bg {
	display: none;
	position: absolute;
	left: 0;
	height: 900px;
	width: 100%;
	z-index: 2;
}

@media (min-width: 768px) {
	.page-template-purchases .split-bg {
		display: block;
		top: 700px;
	}
}

@media (min-width: 992px) {
	.page-template-purchases .split-bg {
		top: 550px;
	}
}

.page-template-purchases .split-bg .split-bg-left {
	float: left;
	height: 100%;
	width: 48%;
	background-repeat: no-repeat;
	background-image: url(../img/bg/purchases_bg_left.png);
}

@media (min-width: 768px) {
	.page-template-purchases .split-bg .split-bg-left {
		background-size: 200px;
		background-position: left -50px top;
	}
}

@media (min-width: 992px) {
	.page-template-purchases .split-bg .split-bg-left {
		background-size: 250px;
		background-position: left top;
	}
}

.page-template-purchases .split-bg .split-bg-right {
	float: right;
	height: 100%;
	width: 48%;
	background-repeat: no-repeat;
	background-image: url(../img/bg/purchases_bg_right.png);
}

@media (min-width: 768px) {
	.page-template-purchases .split-bg .split-bg-right {
		background-size: 200px;
		background-position: right -50px top;
	}
}

@media (min-width: 992px) {
	.page-template-purchases .split-bg .split-bg-right {
		background-size: 260px;
		background-position: right top;
	}
}

/*
	TENDERS
*/
.page-template-tenders .interlayer-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.page-template-tenders .internal-menu-item h1, .page-template-tenders .internal-menu-item a {
	color: #004b2a;
}

.page-template-tenders .purchases-content {
	color: #739e1f;
	font-size: 22px;
	text-align: center;
}

.page-template-tenders .btn-ros {
	margin: 50px auto;
	text-transform: uppercase;
}

.page-template-tenders .btn-ros span {
	padding-left: 0;
	padding-right: 0;
	display: block;
}

/* COLLAPSE */
.collapsible {
	outline: none;
	cursor: pointer;
}

.collapse {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

/*
	AVICULTURE
*/
.page-template-aviculture .interlayer-content {
	margin-top: 120px;
}

/* MENU */
.aviculture-menu .interlayer-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 6px auto 0 auto;
	width: 30px;
	height: 5px;
}

.aviculture-menu .aviculture-menu-item h1, .aviculture-menu .aviculture-menu-item a {
	cursor: pointer;
	color: #004b2a;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 10px;
}

/*  CONTENT SIDE IMAGES  */
/* CONTENT */
.aviculture-text {
	outline: none;
}

.aviculture-text ul, .aviculture-text ol {
	list-style-position: inside;
}

.aviculture-text ul {
	list-style-image: url(../img/icons/ellipse.svg);
}

.aviculture-text .aviculture-content {
	color: #004b2a;
	font-size: 18px;
	text-align: justify;
}

.aviculture-text .aviculture-title {
	font-size: 28px;
	color: #004b2a;
	text-align: center;
}

.aviculture-text .interlayer-line {
	background-image: url(../img/icons/line-140.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 140px;
	height: 5px;
}

/* CONTENT */
@media (min-width: 768px) {
	#aviculture-1 .aviculture-title {
		text-align: center;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	#aviculture-1 .aviculture-title {
		text-align: left;
	}
}

@media (min-width: 768px) {
	#aviculture-1 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
	#aviculture-4 .aviculture-title {
		text-align: center;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	#aviculture-4 .aviculture-title {
		text-align: right;
	}
}

@media (min-width: 768px) {
	#aviculture-4 .interlayer-line {
		margin: 10px -40px 0 auto;
	}
	#aviculture-7 {
		outline: none;
	}
	#aviculture-7 .aviculture-title {
		text-align: center;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	#aviculture-7 .aviculture-title {
		text-align: left;
	}
}

@media (min-width: 768px) {
	#aviculture-7 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
	#aviculture-11 .aviculture-title {
		text-align: center;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	#aviculture-11 .aviculture-title {
		text-align: left;
	}
}

@media (min-width: 768px) {
	#aviculture-11 .interlayer-line {
		margin: 10px auto 0 -40px;
	}
}

/* ICONS */
@media (min-width: 768px) {
	.aviculture-ico-block.technological-production {
		padding-right: 30px;
	}
	.aviculture-ico-block.ecology-of-production {
		padding-left: 30px;
	}
	.aviculture-ico-block.quality-and-safety-products {
		padding-right: 30px;
	}
	.aviculture-ico-block.logistics-and-delivery {
		padding-left: 30px;
	}
	.aviculture-ico-block.aviculture-child-11 {
		padding-right: 30px;
	}
	.aviculture-ico-block.aviculture-child-12 {
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.aviculture-ico-block.technological-production {
		padding-right: 30px;
	}
	.aviculture-ico-block.ecology-of-production {
		padding-right: 30px;
		padding-left: 30px;
	}
	.aviculture-ico-block.naturalness-of-products {
		padding-left: 30px;
	}
	.aviculture-ico-block.quality-and-safety-products {
		padding-right: 30px;
	}
	.aviculture-ico-block.logistics-and-delivery {
		padding-right: 30px;
		padding-left: 30px;
	}
	.aviculture-ico-block.fresh-high-quality-product {
		padding-left: 30px;
	}
	.aviculture-ico-block.aviculture-child-11 {
		padding-right: 30px;
	}
	.aviculture-ico-block.aviculture-child-12 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.aviculture-ico-block.aviculture-child-13 {
		padding-left: 30px;
	}
}

.aviculture-ico-block .aviculture1-ico, .aviculture-ico-block .aviculture2-ico, .aviculture-ico-block .aviculture3-ico, .aviculture-ico-block .aviculture4-ico {
	background-image: url(../img/icons/aviculture.svg);
	margin: 0 auto;
	background-repeat: no-repeat;
}

.aviculture-ico-block .aviculture1-ico {
	width: 146px;
	height: 100px;
}

.aviculture-ico-block .aviculture1-ico.technological-production {
	background-position: 0px 0px;
}

.aviculture-ico-block .aviculture1-ico.ecology-of-production {
	background-position: -464px 0px;
}

.aviculture-ico-block .aviculture1-ico.naturalness-of-products {
	background-position: -918px 0px;
}

.aviculture-ico-block .aviculture2-ico {
	width: 142px;
	height: 142px;
}

.aviculture-ico-block .aviculture2-ico.quality-and-safety-products {
	background-position: -2px -357px;
}

.aviculture-ico-block .aviculture2-ico.logistics-and-delivery {
	background-position: -462px -357px;
}

.aviculture-ico-block .aviculture2-ico.fresh-high-quality-product {
	background-position: -921px -357px;
}

.aviculture-ico-block .aviculture3-ico {
	width: 136px;
	height: 120px;
}

.aviculture-ico-block .aviculture3-ico.own-network-child {
	background-position: -4px -746px;
}

.aviculture-ico-block .aviculture3-ico.retail-child {
	background-position: -468px -746px;
}

.aviculture-ico-block .aviculture3-ico.horeca-child {
	background-position: -924px -746px;
}

.aviculture-ico-block .aviculture3-ico.processors-child {
	background-position: -1384px -746px;
}

.aviculture-ico-block .aviculture3-ico.farmers-child {
	background-position: -1843px -746px;
}

.aviculture-ico-block .aviculture4-ico {
	width: 110px;
	height: 110px;
}

.aviculture-ico-block .aviculture4-ico.export1 {
	background-position: -18px -1130px;
}

.aviculture-ico-block .aviculture4-ico.export2 {
	background-position: -481px -1130px;
}

.aviculture-ico-block .aviculture4-ico.export3 {
	background-position: -937px -1130px;
}

.aviculture-ico-block .aviculture4-ico.export4 {
	background-position: -1397px -1130px;
}

.aviculture-ico-block .aviculture-ico-title {
	font-size: 28px;
	margin-top: 20px;
	color: #004b2a;
	text-align: center;
	text-transform: uppercase;
}

.aviculture-ico-block .aviculture-ico-content {
	font-size: 16px;
	margin-top: 20px;
	color: #004b2a;
	text-align: justify;
	line-height: 1.3;
}

.aviculture-contacts .aviculture-title {
	font-size: 22px;
	color: #004b2a;
	text-align: center;
}

.aviculture-contacts .contact-manager {
	margin-top: 20px;
}

.aviculture-contacts .btn-ros {
	text-transform: uppercase;
}

.aviculture-contacts .contact-block {
	font-size: 22px;
	line-height: 1.8;
	margin-top: 0px;
	text-align: left;
}

.aviculture-contacts .contact-ico {
	float: right;
	height: 38px;
}

.aviculture-contacts .contact-name {
	margin-top: 25px;
}

.aviculture-contacts .manager-mark {
	display: block;
	margin-top: -10px;
}

.aviculture-child-text {
	color: #004b2a;
	font-size: 18px;
}

.aviculture-child-text ul, .aviculture-child-text ol {
	list-style-position: inside;
	text-align: left;
	padding-left: 25px;
}

.aviculture-child-text .interlayer-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 6px auto 0 auto;
	width: 30px;
	height: 5px;
}

.aviculture-child-text .aviculture-title {
	color: #004b2a;
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 10px;
}

.aviculture-child-text .aviculture-content {
	text-align: justify;
}

.aviculture-child-btn .btn-ros, .aviculture-child-btn .btn-gray, .aviculture-child-btn .btn-orange {
	text-transform: uppercase;
	padding: 10px 0;
	width: 100%;
}

#own-network-1 .aviculture-title {
	text-align: center;
}

@media (min-width: 768px) {
	#own-network-1 .aviculture-title {
		text-align: left;
	}
}

.aviculture-child-ico {
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 136px;
	height: 136px;
}

.aviculture-child-ico.child-small {
	width: 100px;
	height: 100px;
}

.aviculture-child-ico.aviculture-child-own-network {
	background-image: url(../img/icons/aviculture-own-network.svg);
}

.aviculture-child-ico.aviculture-child-retail {
	background-image: url(../img/icons/aviculture-retail.svg);
}

.aviculture-child-ico.aviculture-child-horeca {
	background-image: url(../img/icons/aviculture-horeca.svg);
}

.aviculture-child-ico.aviculture-child-processors {
	background-image: url(../img/icons/aviculture-processors.svg);
}

.aviculture-child-ico.aviculture-child-farmers {
	background-image: url(../img/icons/aviculture-farmers.svg);
}

.aviculture-child-ico.child-11 {
	background-position: 18px 4px;
}

.aviculture-child-ico.child-12 {
	background-position: -324px 4px;
}

.aviculture-child-ico.child-13 {
	background-position: -665px 4px;
}

.aviculture-child-ico.child-21 {
	background-position: -1024px -14px;
}

.aviculture-child-ico.child-22 {
	background-position: -1356px -14px;
	width: 120px;
}

.aviculture-child-ico.child-23 {
	background-position: -1707px -14px;
}

.aviculture-child-ico.child-24 {
	background-position: -2048px -14px;
}

.aviculture-child-ico.child-25 {
	background-position: -2388px -14px;
	width: 102px;
}

/*
	ABOUT COMPANY
*/
/* CONTENT */
.about-text {
	outline: none;
}

.about-text ul, .about-text ol {
	list-style-position: inside;
}

.about-text ul {
	list-style-image: url(../img/icons/ellipse.svg);
}

.about-text .about-content {
	color: #004b2a;
	font-size: 18px;
	text-align: justify;
}

.about-text .about-title {
	font-size: 28px;
	color: #004b2a;
	text-align: center;
}

.about-text .about-text-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-text .interlayer-line {
	background-image: url(../img/icons/line-140.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 140px;
	height: 5px;
}

/*
	YOUNG SPECIALISTS
*/
.page-template-young_specialists .interlayer-line {
	background-image: url(../img/icons/line-30.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0 auto;
	width: 30px;
	height: 5px;
}

.page-template-young_specialists .internal-menu-item h1, .page-template-young_specialists .internal-menu-item a {
	color: #739e1f;
}

.page-template-young_specialists .btn-ros {
	text-transform: uppercase;
}

.young-specialists-content {
	color: #739e1f;
	font-size: 22px;
	text-align: justify;
}

/*# sourceMappingURL=style-portum.css.map */