* {
	padding: 0;
	margin: 0;
	-webkit-background-origin: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*  Tags  */

html {
	font-size: 15px;
}

img {
	width: 100%;
	display: block;
}


body {
	width: 100%;
	color: #fff;
}

a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-family: 'Candal', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: calc(1rem - 1px); /* 14px */
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

h1, h2, h3, h5, h6 {
	font-family: 'Candal', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 8.33333rem; /* 125px */
	letter-spacing: -.06em;
	font-weight: 400;
	line-height: 1.25em;
}

h2 {
	font-size: 6.333333rem; /* 95px */
	line-height: 1.11em;
	letter-spacing: -.06em;
	display: inline-block;
}

h3 {
	font-size: 3.2rem; /* 48px */
	letter-spacing: -.025em;
	line-height: 1.38em;
}

h4 {
	font-family: 'Bree Serif';
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 400;
}

h5 {
	font-size: 1.46666rem; /* 22px */
	line-height: 1.6em;
	letter-spacing: -.05em;
	font-weight: 400;
}

h6 {
	font-size: 1.2rem; /* 18px */
	letter-spacing: -.05em;
}

p {
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.69em;
}

h3 br {
	display: none;
}

/* Containers */

.container_fluid {
	width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	padding: 0 72px;
	margin: 0 auto;
}

.container_md {
	width: 1448px;
	padding: 0 72px;
	margin: 0 auto;
}

/*  Columns  */

.columns_wrap {
	margin-right: -70px;
}

.column {
	display: inline-block;
	vertical-align: top;
	padding-right: 70px;
	padding-bottom: 30px;
}

.column_1-3 {
	width: 33.333333%;
}

.column_1-4 {
	width: 25%;
}

/* Content */

.gray {
	color: #848484;
}

.bg_green {
	background: #5b9a42;
}

/* Header */

.header-wrap {
	background: #131212;
	position: relative;
	height: 1025px;
}

.header-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/header/bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: .5;
	z-index: 2;
}

.header_mount {
	position: absolute;
	bottom: -.4%;
	left: 0;
	right: 0;
	z-index: 3;
}

.logo_wrap {
	width: 18rem;
	margin: 0 auto;
	background: url(../images/header/bg-logo.png) top center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 28px 0 75px;
	position: relative;
	z-index: 5;
}

.logo {
	display: inline-block;
	width: 120px;
}

.nav {
	text-align: center;
	position: relative;
	z-index: 5;
}

.nav li {
	display: inline-block;
	vertical-align: middle;
}

.nav_link {
	padding: .5rem 1.9rem .8rem;
	border-radius: 5rem;
	line-height: 1em;
}
.nav_link-active,
.nav_link:hover {
	background-color: #f2682a;
}

.header_inner {
	text-align: center;
	margin-top: 7.4rem;
	position: relative;
	z-index: 5;
}

.header_content {
	padding: 0rem 3rem 0;
}

.header_title {
	display: inline-block;
	position: relative;
}

.header_title br {
	display: none;
}

.header_ray-l {
	top: -.8rem;
	left: -6.7rem;
	position: absolute;
	width: 4.3rem;
}

.header_ray-r {
	top: -.8rem;
	right: -6.7rem;
	position: absolute;
	width: 4.3rem;
}

.header_subtitle {
	font-size: calc(2rem + 3px); /* 18px */
	font-family: "Permanent Marker", sans-serif;
	color: #f0c52c;
	margin-top: 1.5rem;
	text-transform: uppercase;
}

.header_btn {
	margin-top: 2rem;
	padding: 1rem 2.8rem;
	background: #5b9a42;
	border-radius: 5rem;
	font-size: 1.2rem; /* 24px */
}

.header_btn:hover {
	background: #f2682a;
}

/* Home */

.home-wrap {
	padding: 0 0 11rem;
	background: #fff;
	position: relative;
}

.home_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	z-index: 100;
}

.home_item {
	margin-top: -147px;
}

.home_inner a {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 60px 0px rgba( 0, 0, 0, .05 );
	-moz-box-shadow: 0px 0px 60px 0px rgba( 0, 0, 0, .05 );
	box-shadow: 0px 0px 60px 0px rgba( 0, 0, 0, .05 );
}

.home_item {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
	position: relative;
}

.home_item:hover {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}

.home_caption {
	color: #2D2929;
	padding-top: 1.7rem;
	text-align: center;
}

.home_mount {
	position: absolute;
	bottom: -.3%;
	left: 0;
	right: 0;
}

.home_title {
	display: none;
}

/* Section General */

.section_content {
	text-align: center;
}

.subtitle {
	font-family: "Permanent Marker", sans-serif;
	font-size: calc(1rem + 1px); /* 16px */
	font-weight: 400;
	text-transform: uppercase;
	color: #f0c52c;
	padding: .5rem 0 2.3rem;
}

.section_row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.ray {
	position: absolute;
	width: 5.8rem;
}

/* Edition */

.edition-wrap {
	background: #EFEEEA;
	padding: 6.5rem 0 10.7rem;
	width: 100%;
	overflow: hidden;
}

.edition_content {
	width: 40%;
	margin-right: .7rem;
}

.edition_title {
	position: relative;
	color: #2D2929;
}

.edition_ray {
	position: absolute;
	top: -35%;
	right: 1%;
	width: 4.5rem;
}

.edition_text {
	padding: 0 6.3rem;
	color: #848484;
}

.edition_img {
	width: 48.5%;
	margin-left: 7.5rem;
	position: relative;
	z-index: 5;
}

.edition_img img {
	position: relative;
	z-index: 10;
}

.edition_img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	height: 99%;
	border-radius: 50px;
	width: 45%;
	background: transparent;

	-webkit-box-shadow: -15px 15px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -15px 15px 20px 0px rgba(0,0,0,0.3);
	box-shadow: -15px 15px 20px 0px rgba(0,0,0,0.3);
}

/* Woo */

.woo-wrap {
	background: url(../images/woo/bg4.jpg) 50% 0% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 11.5rem 0 12.2rem;
	position: relative;
	z-index: 1;
	position: relative;

	overflow: hidden;
}

.woo_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.woo_img {
	width: 56.2%;
	margin-right: 1rem;
}

.woo_content {
	width: 40%;
	-ms-align-self: center;
	align-self: center;
	padding-bottom: 3rem;
	margin-left: 1rem;
}

.woo_title {
	color: rgb( 45, 41, 41 );
	line-height: 1.35em;
	position: relative;
	display: inline-block;
}

.woo_text {
	color: #848484;
	padding: 0 5.2rem;
}

.woo_ray-l {
	top: -3rem;
	left: 0rem;
	position: absolute;
	width: 4.3rem;
}

.woo_mount {
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}

/*   Slider   */

.slider-wrap {
	width: 100%;
	padding: 8.2rem 0 11.8rem;
	background: #5b9a42;
	overflow: hidden;
	position: relative;
	margin-top: -2px;
	z-index: 2;
}

.slider-wrap .container {
	width: 100%;
	max-width: 1920px;
	padding: 0 153px;
}

.swiper-container {
	width: 100% !important;
	height: 100%;
	margin: 4rem auto 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.slider_text {
	text-align: center;
	color: #fff;
}

.slider_title {
	line-height: 1.3em;
	position: relative;
	display: inline-block;
}

.slider_ray-l {
	top: -2.7rem;
	left: -16%;
	width: 4.3rem;
}

.slider_ray-r {
	top: -2.7rem;
	right: -16%;
	width: 4.3rem;
}
.swiper-wrapper {
	margin: 0 auto;
	padding: 0;
}

.swiper-slide {
	position: relative;
	z-index: 5;
}

.swiper-slide {
	-webkit-box-shadow: 0px 0px 60px 0px rgba( 0, 0, 0, .05 );
	-moz-box-shadow: 0px 0px 60px 0px rgba( 0, 0, 0, .05 );
	box-shadow: 0px 0px 60px 0px rgba( 0, 0, 0, .05 );
	overflow: hidden;
	border-radius: 10px;
}

.swiper-button-prev {
	background: none;
	left: 70px !important;
	right: auto;
	z-index: 20;
	outline: none;
}

.swiper-button-next {
	background: none;
	right: 70px !important;
	left: auto;
	z-index: 20;
	outline: none;
}

.swiper-button-prev,
.swiper-button-next {
	width: auto !important;
	top: 54% !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	outline: none;
}

.slider_round {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	box-sizing: border-box;
	border: none;
	display: inline-block;
	background-color: #fff;
	position: relative;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.arrow {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swiper-button-prev .arrow {
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swiper-button-next .arrow {
	right: 45%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.icon-left-dir:before,
.icon-right-dir:before {
	color: #EE5E2D;
	font-size: 2.3rem;
	margin: 0 auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.slider_round:hover {
	background-color: #EE5E2D;
}

.slider_round:hover .icon-left-dir:before,
.slider_round:hover .icon-right-dir:before  {
	color: white;
}

/* Events */

.events-wrap {
	background: #fff url(../images/events/bg.png) 102.5% 77% no-repeat;
	-webkit-background-size: 43.5%;
	background-size: 43.5%;
	padding: 10rem 0 10rem;
	position: relative;
	overflow: hidden;
}

.events_img {
	width: 56%;
	margin-left: -2rem;
}

.events_content {
	width: 36%;
	margin-right: 6.4rem;
	padding-top: 1rem;
}

.events_title {
	color: rgb( 45, 41, 41 );
	line-height: 1.25em;
	position: relative;
	display: inline-block;
}

.events_ray-r {
	top: -2rem;
	right: -6rem;
	position: absolute;
	width: 4.3rem;
}

.events_mount {
	position: absolute;
	bottom: -.3rem;
	left: 0;
	right: 0;
	z-index: 2;
}

/* Features */

.features-wrap {
	background: #EFEEEA;
	padding: 8.3rem 0 10rem;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: -2px;
	overflow: hidden;
}

.features_title {
	line-height: 1.35em;
	color: rgb( 45, 41, 41 );
	position: relative;
	display: inline-block;
}

.features_ray-l {
	top: -1.7rem;
	left: -6rem;
	position: absolute;
	width: 4.5rem;
}

.features_ray-r {
	top: -1.7rem;
	right: -6rem;
	position: absolute;
	width: 4.5rem;
}

.features_subtitle.subtitle {
	padding: .6rem 0 0;
}

.features_inner.columns_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3.7rem 1rem 0;
	margin-right: -30px;
}

.features_column.column {
	padding-right: 30px;
}

.features_item {
	width: 100%;
	padding-top: 134%;
	position: relative;
	background: #fff;
}

.features_content {
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;

	text-align: center;
	padding-top: 4.3rem;
}

.features_item h6 {
	color: rgb( 101, 101, 101 );
}

.features_img {
	width: 8rem;
	margin: 0 auto 1.2rem;
}

.features_text {
	color: #848484;
	padding: 1.3rem 3.2rem 0;
}

.features_mount {
	position: absolute;
	bottom: -.3rem;
	left: 0;
	right: 0;
}

/*  Footer  */

.footer-wrap {
	background: #5b9a42;
	text-align: center;
	position: relative;
	height: 1046px;
	z-index: 3;
	margin-top: -2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	margin-top: -.3rem;
	overflow: hidden;
}

.footer_inner {
	margin: 0 auto;
}

.footer_content {
	width: 1053px;
	margin: 0 auto;
	padding-bottom: 9rem;
}

.footer_title {
	position: relative;
}

.footer_ray-l,
.footer_ray-r {
	position: absolute;
	width: 5.3rem;
}

.footer_ray-l {
	top: -2.5rem;
	left: -3.5rem;
}

.footer_ray-r {
	top: -2.5rem;
	right: -3.5rem;
}

.footer_subtitle {
	font-size: calc(1rem + 3px); /* 18px */
	font-family: "Permanent Marker", sans-serif;
	color: #f0c52c;
	text-transform: uppercase;
	padding: 2rem 0 3rem;
}

.footer_btn {
	background: #f0c52c;
	padding: 2rem 2.5rem;
	color: #fff;
	border-radius: 5rem;
}

.footer_btn:hover {
	background: #efeeea;
	padding: 2rem 2.5rem;
	color: #2D2929;
	border-radius: 5rem;
}

.footer_footer {
	background: #efeeea;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 110px;
	text-align: center;
	padding-top: 2rem;
}

.footer_info {
	color: #838484;
	position: relative;
	z-index: 10;
	font-size: calc(1rem + 1px);
}

.footer_info a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: inherit;
}

.footer_info a:hover {
	color: #f0c52c;
}




.footer_mount {
	position: absolute;
	top: -5rem;
	left: 0;
	right: 0;
}

/* Top Button */

#topBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 1.3rem;
	width: 3rem;
	height: 3rem;
	background: #5b9a42;
	color: #fff;
	z-index: 1000;
	border: none;
	outline: none;
	cursor: pointer;
	display: none;
	transition: all .3s linear;
	overflow: hidden;
}

#topBtn:hover {
	outline: none;
	background: #f0c52c;
}

/*LOADER*/

#loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    transition: 0.3s ease opacity;
}
#loader:before,
#loader:after {
    content: '';
    width: 80px;
    height: 80px;
    border: 2px solid #5b9a42;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: loaderCircleAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#loader:after {
  animation-delay: 1s;
}
@keyframes loaderCircleAnim {
  0% {
      width: 0;
      height: 0;
      opacity: 0;
  }
  10% {
      width: 10px;
      height: 10px;
      opacity: 1;
  }
  80% {
      width: 60px;
      height: 60px;
      opacity: 0.1;
  }
  100% {
      width: 70px;
      height: 70px;
      opacity: 0;
  }
}