@charset "UTF-8";
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0 !important;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-slide {
	margin-left: auto;
	margin-right: auto;
}
.slick-slide img {
	width: 100%;
}
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 0.3;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.3;
}
.slick-prev:before, .slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: black;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -45px;
}
.slick-prev:before {
	font-size: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #fff transparent transparent;
	opacity: 1;
}
.slick-next {
	right: -25px;
}
.slick-next:before {
	font-size: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #fff;
	opacity: 1;
}
/* Dots */
.slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	border-radius: 50%;
	background: #4e4d4e;
	display: block;
	height: 8px;
	width: 8px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background-color: white;
}
.section-slider {
	overflow: hidden;
	-webkit-box-shadow: -4px 4px 29px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -4px 4px 29px 0px rgba(0, 0, 0, 0.75);
}
.section-slider .slick-dots {
	text-align: center;
	width: 390px;
	right: 0px;
}
.section-slider .slick-dots li button {
	background: #03015b;
	width: 18px;
	height: 18px;
}
.section-slider .slick-dots li.slick-active button {
	width: 24px;
	height: 24px;
}
.wfc-slide__box {
	background-color: rgba(241, 240, 223, 0.8);
	max-width: 390px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 30px 62px 40px;
}
.wfc-slide__pane {
	padding-top: 205px;
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.wfc-slide__title {
	font-family: "BlackJack";
	font-weight: 500;
	color: #03015b;
	font-size: 54px;
	text-align: center;
	margin: 14px 0 4px 0;
	line-height: 70px;
}
.wfc-slide p {
	font-size: 18px;
	color: #03015b;
	font-family: "ArialRoundedMTBold", sans-serif;
	margin-top: 14px;
}
.wfc-slide__link {
	text-transform: uppercase;
	color: #03015b;
	text-decoration: none;
	margin: 0 auto;
	font-size: 18px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.wfc-slide__sep {
	height: 1px;
	background-color: #03015b;
	display: inline-block;
	width: 175px;
	margin: 0 auto;
}
.wfc-slide .slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.section-slider-ct {
	padding-top: 55px;
	position: relative;
	z-index: 1;
}
.section-slider-ct:before {
	position: absolute;
	content: " ";
	background-color: #978c72;
	height: 60px;
	width: 100%;
	display: block;
	top: 58%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-slider-ct .slick-next {
	right: -40px;
	z-index: 99;
	cursor: pointer;
	height: 40px;
 -webkit-transition: -webkit-transform .1s;
 transition: -webkit-transform .1s;
 transition: transform .1s;
 transition: transform .1s, -webkit-transform .1s;
	width: 15px;
}
 .section-slider-ct .slick-next:hover::after {
 opacity: 0.3;
}
.section-slider-ct .slick-next:before {
	content: " ";
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	background-color: #fff;
	height: 2px;
	left: -5px;
	position: absolute;
	top: 50%;
	width: 100%;
	border: none;
}
.section-slider-ct .slick-next:after {
	content: " ";
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	background-color: #fff;
	height: 2px;
	left: -5px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.section-slider-ct .slick-prev {
	left: -30px;
	cursor: pointer;
	height: 40px;
 -webkit-transition: -webkit-transform .1s;
 transition: -webkit-transform .1s;
 transition: transform .1s;
 transition: transform .1s, -webkit-transform .1s;
	width: 15px;
}
 .section-slider-ct .slick-prev:hover::after {
 opacity: 0.3;
}
.section-slider-ct .slick-prev:after {
	content: " ";
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	background-color: #fff;
	height: 2px;
	left: 0px;
	position: absolute;
	top: 50%;
	width: 100%;
	border: none;
}
.section-slider-ct .slick-prev:before {
	content: " ";
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-color: #fff;
	height: 2px;
	left: 0px;
	position: absolute;
	top: 50%;
	width: 100%;
	border: none;
}
.wfc-sl-ct__slide {
	padding: 0 10px;
}
.wfc-sl-ct__slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.75);
	max-height: 269px;
	overflow: hidden;
}
.wfc-sl-ct__slide a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.wfc-sl-ct__slide a img {
	webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.wfc-sl-ct__slide a h4 {
	font-family: "BlackJack";
	font-weight: 500;
	font-size: 56px;
	line-height: 40px;
	color: #03015b;
	position: absolute;
	margin: 0;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0 0 30px #fbf7c1;
}
.wfc-sl-ct .slick-track {
	padding-bottom: 15px;
}
 @font-face {
 font-family: 'ArialRoundedMTBold';
 src: url("../fonts/ArialRoundedMTBold.eot");
 src: url("../fonts/ArialRoundedMTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialRoundedMTBold.woff2") format("woff2"), url("../fonts/ArialRoundedMTBold.woff") format("woff"), url("../fonts/ArialRoundedMTBold.ttf") format("truetype");
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'BlackJack';
 src: url("../fonts/BlackJack.eot");
 src: url("../fonts/BlackJack.eot?#iefix") format("embedded-opentype"), url("../fonts/BlackJack.woff2") format("woff2"), url("../fonts/BlackJack.woff") format("woff"), url("../fonts/BlackJack.ttf") format("truetype");
 font-weight: 500;
 font-style: normal;
}
 @font-face {
 font-family: 'fontello';
 src: url("../fonts/fontello.eot");
 src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg") format("svg");
 font-weight: normal;
 font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'search';
      src: url('../font/search.svg?23355400#search') format('svg');
    }
  }
  */
[class^="icon-"]:before, [class*=" icon-"]:before {
 font-family: "fontello";
 font-style: normal;
 font-weight: normal;
 speak: none;
 display: inline-block;
 text-decoration: inherit;
 width: 1em;
 margin-right: .2em;
 text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
 text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
.icon-search:before {
	content: '\e813';
}
/* '' */
h1, h2, h3, h4, h5 {
	margin-top: 0;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
h1.entry-title {
	font-size: 105px;
	color: #03015b;
	font-family: "BlackJack";
	font-weight: 500;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
h1.page-title {
	font-size: 105px;
	color: #03015b;
	font-family: "BlackJack";
	font-weight: 500;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-family: "BlackJack";
	font-weight: 500;
	color: #03015b;
	font-size: 28px;
	margin-bottom: 15px;
}
h5 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #03015b;
	font-size: 18px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.form-primary {
	padding-top: 15px;
}
.form-primary p {
	margin-bottom: 0;
}
.form-primary input[type=text], .form-primary input[type=email] {
	height: 54px;
}
.form-primary input[type=text], .form-primary input[type=email], .form-primary textarea {
	width: 100%;
	border: none;
	padding: 0 15px;
}
.form-primary textarea {
	height: 160px;
}
.form-primary label {
	text-transform: uppercase;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	font-size: 10px;
}
.form-primary .wpcf7-submit {
	float: right;
	color: #ecebdb;
	font-family: "ArialRoundedMTBold", sans-serif;
	border: none;
	background-color: #03015b;
	text-transform: uppercase;
	height: 34px;
	margin-bottom: 13px;
	padding: 0 34px;
	cursor: pointer;
}
.site-content {
	background-size: cover;
	background-image: url(../../src/img/bg-page.jpg);
	background-repeat: no-repeat;
}
.site-header {
	background-color: #dcd9c3;
	border-bottom: 10px solid #8b7e62;
	min-height: 110px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	background-color: #ffffff;
	z-index: 999;
	padding-top: 10px;
}
.fixed .section-top {
	display: none;
}
.top-navigation .menu {
	margin-top: 14px;
	margin-bottom: 32px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	list-style: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.top-navigation .menu li {
	margin-right: 10px;
}
.top-navigation .menu li a {
	font-size: 13px;
	color: #f54a10;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.top-navigation .menu li a:after {
	position: relative;
	content: " | ";
	margin-left: 7px;
	color: #474a52;
}
.top-navigation .menu li a:hover {
	text-decoration: none;
}
.top-navigation .menu li:last-child {
	margin-right: 0;
}
.top-navigation .menu li:last-child a:after {
	display: none;
}
.menu-toggle {
	width: 28px;
	height: 27px;
	padding: 0;
	background: transparent;
	position: absolute;
	cursor: pointer;
	border: none;
}
.menu-toggle:focus {
	outline: none;
}
.menu-toggle span {
	background: #474a52;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	border-bottom: 1px solid #a9abae;
	top: 0;
	left: 0;
 -webkit-transition: all .35s ease;
 transition: all .35s ease;
	cursor: pointer;
}
 .menu-toggle span:nth-of-type(2) {
 height: 1px;
 border-bottom: 1px solid #787a80;
 border-bottom: 1px solid #787a80;
 top: 9px;
}
 .menu-toggle span:nth-of-type(3) {
 top: 18px;
 border-top: 1px solid #a9abae;
 border-bottom: none;
}
.mobile-menu {
	display: none;
}
.main-navigation {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 68px;
}
.main-navigation .menu-toggle {
	display: none;
}
.main-navigation .menu {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
}
.main-navigation .menu > li > a {
	opacity: 0;
}
.main-navigation .menu li {
	margin-right: 30px;
}
.main-navigation .menu li:last-child {
	margin-right: 0;
}
.main-navigation .menu li a {
	color: #03015b;
	font-size: 18px;
	position: relative;
	font-family: "ArialRoundedMTBold", sans-serif;
	text-transform: uppercase;
	position: relative;
}
.main-navigation .menu li a:hover, .main-navigation .menu li a:focus {
	text-decoration: none;
	color: #939598;
}
.main-navigation .menu li.current-menu-item > a {
	color: #939598;
}
.main-navigation .menu li.current-menu-item > a:after {
	display: block;
}
.site-branding {
	padding-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.close-nav {
	width: 35px;
	height: 35px;
	cursor: pointer;
	color: #ffffff;
	float: right;
	background-color: #15446b;
	border: none;
	display: none;
}
 .close-nav::after {
 display: block;
 content: "";
 clear: both;
}
.back-to-top {
	position: absolute;
	bottom: -65px;
	color: #ffffff;
	font-size: 10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 85px;
}
.back-to-top span {
	margin-bottom: 5px;
}
.back-to-top:hover, .back-to-top:focus {
	text-decoration: none;
	color: #ffffff;
	opacity: 0.7;
}
.site-footer {
	padding: 35px 0 0 0;
	background-color: #8b7e62;
}
.site-footer p {
	font-size: 19px;
	color: #f1f0df;
	font-family: "ArialRoundedMTBold", sans-serif;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 0;
}
.site-footer h4 {
	font-size: 19px;
	color: #f1f0df;
	font-family: "ArialRoundedMTBold", sans-serif;
	margin-top: 0;
	margin-bottom: 14px;
	text-align: center;
}
.cnss-social-icon.social-wfc {
	margin-bottom: 9px;
}
.cnss-social-icon.social-wfc .cn-fa-icon .cnss-twitter, .cnss-social-icon.social-wfc .cn-fa-icon .cnss-instagram, .cnss-social-icon.social-wfc .cn-fa-icon .cnss-youtube, .cnss-social-icon.social-wfc .cn-fa-icon .cnss-facebook {
	background-color: #03015b !important;
	border-radius: 50%;
}
.footer-info {
	margin-top: 25px;
	min-height: 45px;
	background-color: #03015b;
}
.footer-area-1, .footer-area-2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-bottom: 30px;
}
 .footer-area-1::after, .footer-area-2::after {
 content: " ";
 width: 4px;
 top: 0;
 right: -17px;
 bottom: 0;
 background-color: #f1f0df;
 position: absolute;
}
.footer-area-1 {
	padding-top: 38px;
}
.footer-area-2, .footer-area-3 {
	padding-top: 29px;
}
 @-webkit-keyframes appearance2_elems {
 0%, 50%, 100% {
 opacity: 0;
}
 5%, 45% {
 opacity: 1;
}
}
 @keyframes appearance2_elems {
 0%, 50%, 100% {
 opacity: 0;
}
 5%, 45% {
 opacity: 1;
}
}
 @-webkit-keyframes appearance3_elems {
 0%, 33%, 100% {
 opacity: 0;
}
 2%, 31% {
 opacity: 1;
}
}
 @keyframes appearance3_elems {
 0%, 33%, 100% {
 opacity: 0;
}
 2%, 31% {
 opacity: 1;
}
}
 @-webkit-keyframes appearance4_elems {
 0%, 25%, 100% {
 opacity: 0;
}
 1%, 24% {
 opacity: 1;
}
}
 @keyframes appearance4_elems {
 0%, 25%, 100% {
 opacity: 0;
}
 1%, 24% {
 opacity: 1;
}
}
#element__1 {
	position: absolute;
	right: 1%;
	top: 200px;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 2s all;
	transition: 2s all;
}
#element__1.inView {
	right: 4%;
	opacity: 1;
	top: 350px;
	-webkit-animation: animationFrames linear 8s, appearance2_elems linear 20s;
	animation: animationFrames linear 8s, appearance2_elems linear 20s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
 @-webkit-keyframes animationFrames {
 0%, 100% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 50% {
 -webkit-transform: translate(0px, 50px);
 transform: translate(0px, 50px);
}
}
 @keyframes animationFrames {
 0%, 100% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 50% {
 -webkit-transform: translate(0px, 50px);
 transform: translate(0px, 50px);
}
}
#element__2 {
	position: absolute;
	left: 2%;
	top: 700px;
	z-index: 1;
	-webkit-transition-delay: 10s;
	transition-delay: 10s;
	opacity: 0;
	-webkit-transition: 2s all ease;
	transition: 2s all ease;
}
#element__2.inView {
	top: 650px;
	-webkit-animation: animationFrames2 linear 8s, appearance2_elems linear 20s;
	animation: animationFrames2 linear 8s, appearance2_elems linear 20s;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
 @-webkit-keyframes animationFrames2 {
 0%, 100% {
 opacity: 1;
 -webkit-transform: translate(-10px, 0px) rotate(-7deg);
 transform: translate(-10px, 0px) rotate(-7deg);
}
 25%, 75% {
 opacity: 1;
 -webkit-transform: translate(0px, 30px);
 transform: translate(0px, 30px);
}
 50% {
 opacity: 0.6;
 -webkit-transform: translate(10px, 0px) rotate(7deg);
 transform: translate(10px, 0px) rotate(7deg);
}
}
 @keyframes animationFrames2 {
 0%, 100% {
 opacity: 1;
 -webkit-transform: translate(-10px, 0px) rotate(-7deg);
 transform: translate(-10px, 0px) rotate(-7deg);
}
 25%, 75% {
 opacity: 1;
 -webkit-transform: translate(0px, 30px);
 transform: translate(0px, 30px);
}
 50% {
 opacity: 0.6;
 -webkit-transform: translate(10px, 0px) rotate(7deg);
 transform: translate(10px, 0px) rotate(7deg);
}
}
#element__4 {
	position: absolute;
	opacity: 0;
	right: 1%;
	top: 0px;
}
#element__4.inView {
	right: 6%;
	-webkit-animation: appearance3_elems linear 30s;
	animation: appearance3_elems linear 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#element__5 {
	position: absolute;
	opacity: 0;
	bottom: 250px;
	right: 5%;
}
#element__5.inView {
	right: 1%;
	-webkit-animation: appearance3_elems linear 30s;
	animation: appearance3_elems linear 30s;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#element__6 {
	position: absolute;
	opacity: 0;
	left: -199px;
	top: 100px;
}
#element__6.inView {
	left: 2%;
	-webkit-animation: appearance3_elems linear 30s;
	animation: appearance3_elems linear 30s;
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.section-home-slider {
	position: relative;
	margin-bottom: 113px;
}
.section-home-slider:after {
	position: absolute;
	content: "";
	top: 107px;
	width: 424px;
	height: 820px;
	right: 0;
	background: url(../img/orange-angle.svg) no-repeat right/cover;
	pointer-events: none;
	z-index: 99;
}
.section-home-slider__content {
	position: relative;
	overflow: hidden;
}
.section-home-slider__content:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 180px 295px 0;
	border-color: transparent #fff transparent transparent;
	pointer-events: none;
}
.section-home-slider__content:before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 280px 0 0 170px;
	border-color: transparent transparent transparent #fff;
	z-index: 999;
	pointer-events: none;
}
.slider-home__item {
	min-height: 815px;
	padding: 112px 0 0px 0;
	background-color: #800187;
	background: url(../img/home-slider-bg.png) no-repeat center/cover;
}
.slider-home__item--orange .slider-home__title {
	max-width: 840px;
}
.slider-home__item--orange .btn .icon-triagle-right {
	border-color: transparent transparent transparent #800188 !important;
}
.slider-home__item--orange .btn:hover {
	color: #800188;
}
.slider-home__category {
	color: #f54a10;
	font-size: 24px;
	margin-left: 102px;
	text-transform: uppercase;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	margin-bottom: 1px;
}
.slider-home__title {
	font-style: normal;
	line-height: 85px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 121px;
	margin-bottom: 35px;
	margin-left: 102px;
	max-width: 880px;
	width: 100%;
	margin-bottom: 30px;
}
.slider-home__info {
	margin-left: 204px;
	max-width: 690px;
	width: 100%;
	margin-bottom: 60px;
}
.slider-home__info p {
	color: #ffffff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
}
.slider-home .btn {
	margin-top: 26px;
}
.slider-home .btn .icon-triagle-right {
	position: relative;
	top: -5px;
	margin-left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #f54a0f;
	font-size: 0;
}
.slider-home .btn:hover .icon-triagle-right {
	border-color: transparent transparent transparent #006aff;
}
.slider-home .slick-next {
	right: 10%;
}
.slider-home .slick-prev {
	left: 10%;
	z-index: 9;
}
.scroll-to {
	position: absolute;
	bottom: 15px;
	left: calc(50% - 25px);
	display: block;
	width: 60px;
	margin: 0 auto;
	margin-top: 45px;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	font-family: "ProximaNova-Semibold";
	text-transform: uppercase;
	-webkit-animation: shakeY10 2s linear alternate infinite;
	animation: shakeY10 2s linear alternate infinite;
}
.scroll-to span {
	margin-left: 4px;
}
.scroll-to:hover, .scroll-to:focus {
	color: #fff;
	text-decoration: none;
}
 @-webkit-keyframes shakeY10 {
 100% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @keyframes shakeY10 {
 100% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.section-post {
	padding: 35px 0 30px 0;
}
.col-art {
	max-width: 474px !important;
}
.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.art-post {
	margin-bottom: 30px;
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	\display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;*/
}
.art-post header {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	line-height:1;
}
.art-post__title {
	color: #03015b;
	font-size: 45px;
	font-family: "BlackJack";
	font-weight: 500;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0;
}
.art-post__separator {
	max-width: 177px;
	width: 100%;
	height: 1px;
	background-color: #03015b;
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
}
.art-post__section {
	text-align: center;
	background-color: rgba(205, 202, 170, 0.678);
	padding-bottom: 14px;
	min-height:200px;
}
.art-post__section p {
	padding: 0 35px;
	color: #03015b;
	font-size: 16px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.art-post__link {
	color: #03015b;
	text-transform: uppercase;
	font-family: "ArialRoundedMTBold", sans-serif;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	
}
.separator {
	width: 100%;
	height: 3px;
	background-color: #cdcdcd;
}
.section-social {
	background-color: #f1f0df;
	padding-top: 21px;
	padding-bottom: 20px;
}
.section-social__title {
	font-family: "BlackJack";
	color: #03015b;
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 500;
}
.section-social p {
	margin-top: 0;
	color: #03015b;
	font-size: 18px;
	font-family: "ArialRoundedMTBold", sans-serif;
	text-align: center;
}
.subscribe_image {
	float: right;
	-webkit-box-shadow: -4px 4px 18px 0px rgba(0, 0, 0, 0.82);
	box-shadow: -4px 4px 18px 0px rgba(0, 0, 0, 0.82);
}
.cnss-social-icon.social-box {
	max-width: 300px;
	margin-right: 0;
	margin: 0 auto;
}
.cnss-social-icon.social-box .cn-fa-icon .cnss-twitter, .cnss-social-icon.social-box .cn-fa-icon .cnss-instagram, .cnss-social-icon.social-box .cn-fa-icon .cnss-youtube, .cnss-social-icon.social-box .cn-fa-icon .cnss-facebook {
	background-color: #03015b !important;
	border-radius: 50%;
}
.separator-vetical {
	position: relative;
}
.separator-vetical:before {
	content: " ";
	left: 15px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background-color: #371554;
	position: absolute;
}
.wfc-subscribe input {
	width: 100%;
	border: none;
	height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
	border-radius: 0;
}
.wfc-subscribe input[type=email] {
	margin-bottom: 18px;
	color: #cecccc;
}
.wfc-subscribe input[type=submit] {
	background-color: #03015b;
	font-size: 17px;
	color: #f1f0df;
	cursor: pointer;
}
.wfc-subscribe .ajax-loader {
	display: none !important;
}
.entry-header {
	padding-top: 50px;
}
.wfc-section-ab__left {
	background-color: #03015b;
	-webkit-box-shadow: 2px 4px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 4px 30px 0px rgba(50, 50, 50, 0.75);
}
.pane {
	padding-bottom: 45px;
}
.pane_header {
	background-color: #03015b;
	padding: 36px 0;
	margin-top: 47px;
}
.pane_header h4 {
	text-align: center;
	color: #f1f0df;
	font-family: "BlackJack";
	font-weight: 500;
	font-size: 28px;
	margin: 0;
}
.pane_header--lg {
	padding: 34px 0 24px 0;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 99;
}
.pane_header--lg h4 {
	font-size: 40px;
}
.pane__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.pane__body {
	width: 50%;
	background-color: rgba(210, 208, 183, 0.71);
	padding: 16px 40px;
}
.pane__body:last-child {
	background-color: rgba(241, 240, 223, 0.71);
}
.pane__body p {
	margin-top: 0;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	font-size: 15px;
}
.pane__body ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.pane__body ul li {
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	font-size: 15px;
}
.pane__content {
	width: 50%;
	background-color: rgba(210, 208, 183, 0.71);
}
.pane__content:first-child {
	background-color: rgba(3, 1, 91, 0.71);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}
.pane__content:first-child .entry-content {
	width: 100%;
}
.pane__content img {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.pane__content p {
	margin-top: 0;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	font-size: 15px;
}
.pane__content ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.pane__content ul li {
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	font-size: 15px;
}
.pane__content .entry-content {
	padding-top: 35px;
}
.pane__block-v {
	padding: 29px 15px 20px 15px;
	background-color: rgba(241, 240, 223, 0.71);
	overflow: hidden;
	word-wrap: break-word;
}
.pane__block-w {
	padding: 20px 15px 20px 15px;
}
.pane__block-d {
	width: 100%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background-color: #03015b;
	padding: 20px 0 10px 0;
}
.pane__block-d h4, .pane__block-d p {
	color: #f1f0df;
}
.pane__block-d p {
	font-size: 15px;
}
.pane__block-d h4 {
	margin-bottom: 0;
}
.wfc-section-ab__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.wfc-section-ab__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
}
.wfc-section-ab__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}
.pane-of {
	background-color: rgba(210, 208, 183, 0.71);
	padding: 6px 30px 0 30px;
}
.pane-of h4 {
	text-align: center;
	margin-bottom: 1px;
}
.pane-st {
	background-color: rgba(241, 240, 223, 0.71);
	padding: 6px 30px 15px 30px;
}
.pane-st h4 {
	text-align: center;
	margin-bottom: 1px;
}
.card {
	text-align: center;
}
.card h5 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 17px;
}
.card p {
	font-size: 15px;
	line-height: 16px;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
}
.entry-content--white {
	margin-top: 0;
	padding-top: 5px;
}
.entry-content--white p {
	margin-top: 0;
	font-size: 15px;
	line-height: 16px;
	font-family: "ArialRoundedMTBold", sans-serif;
	padding: 0 15px;
	color: #ebe9d4;
	margin-bottom: 13px;
}
.entry-content--white pre {
	padding: 0;
}
.entry-content--white h3 {
	color: #f1f0df;
	font-size: 30px;
	font-family: "ArialRoundedMTBold", sans-serif;
	margin-bottom: 0px;
}
.entry-content--white h4 {
	font-size: 30px;
	line-height: 34px;
	font-family: "BlackJack";
	font-weight: 500;
	margin-bottom: 5px;
	color: #f1f0df;
}
.entry-content--white ol {
	padding: 0;
	margin-left: 25px;
}
.entry-content--white ol li {
	color: #ecebdb;
	font-size: 21px;
	font-family: "ArialRoundedMTBold", sans-serif;
	margin-bottom: 15px;
}
.wfc-pane {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 50px;
}
.wfc-pane__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	background-color: #03015b;
	-webkit-box-shadow: 2px 4px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 4px 30px 0px rgba(50, 50, 50, 0.75);
}
.wfc-pane__left .entry-content {
	padding-top: 48px;
}
.wfc-pane__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	padding: 0 45px 0 35px;
	background-color: rgba(241, 240, 223, 0.71);
}
.wfc-pane__content {
	padding-top: 21px;
}
.wfc-pane__content p {
	font-size: 18px;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	margin-bottom: 2px;
}
.wfc-pane__content h4 {
	font-size: 38px;
	margin-bottom: 0px;
}
.wfc-pane-wj {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 50px;
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.wfc-pane-wj__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	background: #03015b;
}
.wfc-pane-wj__left ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.wfc-pane-wj__left ul li {
	list-style: none;
}
.wfc-pane-wj__left ul li img {
	display: block;
}
.wfc-pane-wj__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 70%;
	padding: 0 30px 0 30px;
	background-color: rgba(241, 240, 223, 0.71);
}
.wfc-pane-wj__content {
	padding-top: 17px;
}
.wfc-pane-wj__content p {
	font-size: 15px;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	line-height: 16px;
	margin-bottom: 22px;
}
.wfc-pane-wj__content h3 {
	font-size: 35px;
	margin-bottom: 11px;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
}
.content-area-arc-recipes h1.page-title {
	margin-bottom: 52px;
}
.content-area-arc-recipes .site-content {
	padding-bottom: 50px;
}
.wfc-art-rp {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	margin-bottom: 30px;
}
.wfc-art-rp header {
	max-height: 355px;
	overflow: hidden;
}
.wfc-art-rp header img {
	display: block;
}
.wfc-art-rp section a {
	text-align: center;
	display: inline-block;
	font-size: 51px;
	font-weight: 400;
	font-family: "BlackJack";
	text-decoration: none;
	width: 100%;
	padding: 22px 0 12px 0;
	background-color: rgba(241, 240, 223, 0.71);
}
.wfc-art-rp section a:hover {
	color: #ebe9d4;
	background-color: rgba(10, 2, 96, 0.71);
}
 .wfc-art-rp:nth-child(2) section a {
 color: #ebe9d4;
 background-color: rgba(10, 2, 96, 0.71);
}
 .wfc-art-rp:nth-child(2) section a:hover {
 color: #03015b;
 background-color: rgba(241, 240, 223, 0.71);
}
.wfc-art-sm {
	margin-bottom: 30px;
}
.wfc-art-sm h5 a {
	text-decoration: none;
	font-size: 15px;
	color: #03015b;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.wfc-single-rp {
	margin-top: 20px;
	margin-bottom: 55px;
}
.wfc-single-rp__pane {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.wfc-single-rp__header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}
.wfc-single-rp__body {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	background-color: rgba(3, 1, 91, 0.722);
}
.wfc-single-rp__body .entry-content {
	padding: 10px 30px;
}
.wfc-single-rp__desc {
	background-color: rgba(236, 235, 219, 0.612);
	padding: 25px 40px;
}
.wfc-single-rp__desc p {
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
}
.scroll-container {
	margin-top: 150px;
	margin-bottom: 50px;
	height: 636px;
	background-color: #ebe9d4;
	background-color: rgba(241, 240, 223, 0.71);
	padding: 30px 0 30px 40px;
}
.scroll-container .mCSB_buttonUp:before {
	content: ">";
	position: absolute;
	font-size: 26px;
	line-height: 26px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	color: #0a0260;
	font-weight: 700;
}
.scroll-container .mCSB_buttonDown:after {
	content: ">";
	position: absolute;
	font-size: 26px;
	line-height: 26px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #0a0260;
	font-weight: 700;
}
.scroll-container .mCSB_inside > .mCSB_container {
	margin-right: 80px;
}
.scroll-container .mCSB_scrollTools {
	right: 10px;
}
.post-news {
	margin-bottom: 24px;
}
.post-news .entry-header {
	padding-top: 0;
	margin-bottom: 10px;
}
.post-news .entry-title {
	line-height: 18px;
}
.post-news .entry-title a {
	font-size: 18px;
	line-height: 18px;
	color: #0a0260;
	font-family: "ArialRoundedMTBold", sans-serif;
	text-decoration: none;
}
.post-news .entry-content {
	margin-top: 0;
}
.post-news .entry-content p {
	font-size: 15px;
	color: #0a0260;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.post-news .entry-meta {
	font-size: 15px;
	color: #0a0260;
	font-family: "ArialRoundedMTBold", sans-serif;
	margin-bottom: 8px;
}
.post-news .entry-meta a {
	font-size: 15px;
	color: #0a0260;
	font-family: "ArialRoundedMTBold", sans-serif;
	text-decoration: none;
}
.post-news .more-link {
	text-transform: uppercase;
	color: #0a0260;
	text-decoration: none;
}
.post-news .col-lg-2 {
	padding-right: 0;
}
.post-news .col-lg-10 {
	position: relative;
}
.post-news__sep {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0a0260;
	border-bottom: 3px solid #0a0260;
}
.content-area-arc-wheat-101 {
	padding: 100px 0;
}
.wfc-art-wt {
	padding: 0 !important;
}
.wfc-art-wt a {
	min-width: 440px;
	padding: 20px 20px 4px 20px;
	text-align: center;
	background-color: rgba(10, 2, 96, 0.702);
	display: block;
	text-decoration: none;
}
.wfc-art-wt a header {
	min-height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 33px;
}
.wfc-art-wt a h4 {
	color: #f1f0df;
	font-size: 41px;
	font-family: "BlackJack";
	margin-bottom: 0;
}
.wfc-art-wt a p {
	color: #f1f0df;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
}
 .wfc-art-wt:nth-child(3n-2) a {
 text-align: center;
 background-color: rgba(241, 240, 223, 0.702);
 display: block;
}
 .wfc-art-wt:nth-child(3n-2) a h4 {
 color: #15446b;
 font-size: 41px;
 font-family: "BlackJack";
}
 .wfc-art-wt:nth-child(3n-2) a p {
 color: #15446b;
 font-size: 20px;
}
 .wfc-art-wt:nth-child(3n) a {
 background-color: #0a0260;
}
.taxonomy-description {
	color: #15446b;
	font-size: 20px;
	font-family: "ArialRoundedMTBold", sans-serif;
	line-height: 24px;
}
.faq-item h5 {
	color: #15446b;
	font-size: 23px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.faq-item__desc {
	padding-left: 15px;
}
.faq-item__desc p {
	color: #15446b;
	font-size: 20px;
	line-height: 22px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.faq-template .entry-content p {
	color: #15446b;
	font-size: 20px;
	line-height: 22px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.faq-template .scroll-container {
	margin-top: 0;
}
.template-card-info .entry-content p {
	color: #15446b;
	font-size: 20px;
	line-height: 22px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.wfc-page-press .scroll-container {
	margin-top: 0;
	padding: 10px 0 10px 40px;
}
.wfc-page-press .scroll-container .mCSB_inside > .mCSB_container {
	margin-right: 40px;
}
.wfc-page-press .entry-content {
	color: #0a0260;
	font-size: 16px;
	font-family: "ArialRoundedMTBold", sans-serif;
}
.wfc-page-press .entry-content ul {
	margin-left: 0;
	padding-left: 18px;
}
.wfc-banner-press__image img {
	display: block;
}
.search-layout {
	padding-top: 100px;
}
.search-layout-container {
	background-color: rgba(241, 240, 223, 0.71);
	padding: 20px 30px 30px 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 80px;
}
.search-layout .search-form {
	position: relative;
}
.search-layout .search-field {
	width: 100%;
	background-color: #fafaf6;
	border: none;
	text-transform: uppercase;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #0a0260;
	height: 50px;
	padding: 0 50px 0 15px;
}
 .search-layout .search-field::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #0a0260;
 opacity: 1;
/* Firefox */ }
 .search-layout .search-field:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #0a0260;
 opacity: 1;
/* Firefox */ }
 .search-layout .search-field::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #0a0260;
 opacity: 1;
/* Firefox */ }
 .search-layout .search-field::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #0a0260;
 opacity: 1;
/* Firefox */ }
 .search-layout .search-field:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #0a0260;
}
 .search-layout .search-field::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #0a0260;
}
.search-layout .search-submit {
	background-color: transparent;
	background: url("/wp-content/themes/wheat-foods-coucil/src/img/icons/icon-search.png") no-repeat center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
}
.search-layout .post-thumbnail {
	text-align: center;
	margin-top: 75px;
}
.search-layout .entry-content {
	margin-top: 15px;
}
.search-layout .entry-content h2 {
	font-size: 55px;
	line-height: 65px;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	margin-bottom: 46px;
}
.search-layout .page-title {
	margin-top: 25px;
	color: #0a0260;
	font-size: 24px;
	text-transform: uppercase;
}
.search-layout .entry-header {
	padding-top: 0;
}
.search-layout .entry-header .entry-title {
	margin-bottom: 0;
}
.search-layout .entry-header .entry-title a {
	color: #0a0260;
	font-size: 18px;
	text-decoration: none;
}
.search-layout .entry-summary {
	margin-top: 0;
	color: #0a0260;
	font-size: 18px;
}
 @media (max-width: 1200px) {
 .entry-header {
 padding-top: 80px;
}
 h1.entry-title {
 font-size: 80px;
}
 .main-navigation .menu li a {
 font-size: 16px;
}
}
 @media (min-width: 1200px) {
 .container__lg {
 width: 960px !important;
}
 .container__rp {
 width: 1070px !important;
}
 .container-xl {
 width: 1090px !important;
}
}
 @media (max-width: 990px) {
 .hidden {
 overflow: hidden;
}
 .site-branding img {
 max-width: 80%;
}
 .main-navigation {
 padding-top: 0;
}
 .main-navigation .menu-toggle {
 display: block;
 margin-top: 40px;
}
 .main-navigation .nav-menu {
 display: none;
}
 @-webkit-keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 .main-navigation.toggled {
 position: relative;
}
 .main-navigation.toggled .menu-homepage-menu-container {
 width: 100%;
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 999;
 background: #dcd9c3;
 overflow-y: scroll;
}
 .main-navigation.toggled:before {
 position: absolute;
 content: "";
 left: 0;
 right: 0;
 height: 60px;
 top: -50px;
 background: #ffffff;
 -webkit-animation-name: fade-in;
 animation-name: fade-in;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-duration: .3s;
 animation-duration: .3s;
 -webkit-animation-delay: .3s;
 animation-delay: .3s;
}
 .main-navigation.toggled .close-nav {
 display: block;
}
 .main-navigation.toggled .nav-menu {
 display: -ms-flex;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 padding: 0;
 list-style: none;
 margin-bottom: 52px;
 width: 100%;
}
 .main-navigation.toggled .nav-menu li {
 margin-right: 0;
}
 .main-navigation.toggled .nav-menu li a {
 position: relative;
 font-size: 15px;
 width: 100%;
 display: block;
 padding: 15px;
 border-bottom: 1px solid #f3f3f3;
}
 .main-navigation.toggled .nav-menu li:hover .sub-menu {
 display: block;
}
 .main-navigation.toggled .nav-menu li.current-menu-parent {
 display: block;
}
 .main-navigation.toggled .nav-menu ul {
 display: none;
 position: relative;
 left: 0;
 width: 100%;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 .main-navigation.toggled .nav-menu ul li {
 width: 100%;
 margin-right: 0;
}
 .main-navigation.toggled .nav-menu ul li a {
 padding-left: 40px;
}
 .entry-header {
 padding-top: 70px;
}
 h1.entry-title {
 font-size: 40px;
}
 .wfc-slide__title {
 font-size: 36px;
 line-height: 46px;
}
 .wfc-slide__box {
 padding-left: 30px;
 padding-right: 30px;
}
 .section-slider .slick-dots li button {
 width: 10px;
 height: 10px;
}
 .section-slider .slick-dots li.slick-active button {
 width: 14px;
 height: 14px;
}
 .section-slider .slick-dots li:last-child {
 margin-right: 0;
}
 .wfc-sl-ct {
 margin-left: -15px;
 margin-right: -15px;
}
 .wfc-sl-ct__slide a h4 {
 font-size: 44px;
}
 .wfc-sl-ct .slick-dots {
 bottom: -16px;
}
 .wfc-sl-ct .slick-dots li button {
 width: 10px;
 height: 10px;
 background-color: #03015b;
}
 .wfc-sl-ct .slick-dots li.slick-active button {
 width: 14px;
 height: 14px;
 background-color: #03015b;
}
 .wfc-sl-ct .slick-dots li:last-child {
 margin-right: 0;
}
 .art-post__title {
 font-size: 40px;
 line-height: 54px;
}
 .art-post__section p {
 margin-top: 10px;
 padding: 0 20px;
}
 .art-post__link {
 font-size: 16px;
}
 .wfc-section-ab__row {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .wfc-section-ab__left, .wfc-section-ab__right {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
 .section-social__title {
 font-size: 40px;
 line-height: 44px;
 margin-bottom: 15px;
}
 .section-social p {
 font-size: 16px;
 line-height: 20px;
}
 .subscribe_image {
 float: none;
 margin: 0 auto;
 margin-bottom: 20px;
 display: block;
}
 .site-footer h4 {
 font-size: 18px;
 margin-bottom: 5px;
 line-height: 36px;
}
 .site-footer p {
 font-size: 15px;
 line-height: 18px;
}
 .footer-area-1, .footer-area-2, .footer-area-3 {
 padding-top: 0;
}
 .footer-area-1::after, .footer-area-2::after, .footer-area-3::after {
 display: none;
}
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 50%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 50%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
 @media (max-width: 768px) {
 .site-branding img {
 max-width: 50%;
}
 .pane__row {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .pane__body {
 width: 100%;
 padding: 16px 15px;
}
 .pane__content {
 width: 100%;
}
 .pane_header--lg h4 {
 font-size: 28px !important;
 line-height: 30px;
}
 .wfc-pane {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .wfc-pane__left {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
 .wfc-pane__right {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
 .entry-header {
 padding-top: 50px;
 padding-left: 15px;
 padding-right: 15px;
}
 h1.page-title {
 margin-top: 40px;
 margin-bottom: 30px;
 font-size: 36px;
}
 h1.entry-title {
 font-size: 36px;
}
 .section-slider .slick-dots {
 bottom: 16px;
}
 .wfc-slide__title {
 font-size: 32px;
 line-height: 46px;
}
 .wfc-slide__box {
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 40px;
}
 .wfc-slide p {
 font-size: 16px;
 line-height: 18px;
}
 .wfc-sl-ct__slide a h4 {
 font-size: 38px;
}
 .art-post__title {
 font-size: 32px;
 line-height: 38px;
}
 .art-post__section p {
 font-size: 14px;
 line-height: 16px;
}
 .art-post__separator {
 margin-top: 10px;
 margin-bottom: 15px;
}
 .section-social__title {
 font-size: 32px;
 line-height: 34px;
 margin-bottom: 15px;
}
 .section-social p {
 font-size: 16px;
 line-height: 20px;
}
 .wfc-subscribe input[type=submit] {
 margin-bottom: 30px;
}
 .separator-vetical::before {
 display: none;
}
 .footer-area-1, .footer-area-2, .footer-area-3 {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .wfc-single-rp__header {
 max-width: 100%;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
}
 .wfc-single-rp__body {
 max-width: 100%;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
}
 .wfc-single-rp__pane {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .wfc-single-rp__desc {
 padding-left: 25px;
 padding-right: 25px;
}
 .entry-content--white ol li {
 font-size: 16px;
 line-height: 19px;
 margin-bottom: 10px;
}
 .wfc-art-sm h5 a {
 margin-top: 5px;
 width: 100%;
 font-size: 14px;
 line-height: 16px;
 display: block;
}
}
 @media (max-width: 575px) {
	 
	  .site-header {
 min-height: 125px;
}

.logged-in .site-header {
 min-height: 145px;
}
	 
	 .site-branding {
	top: 10px;
	left: 10px;
	
}

 .site-branding img {

 max-width:  70px;
}
}


 @media (max-width: 400px) {
 .section-slider .slick-dots {
 width: 100%;
}
}
html {
	font-size: 15px;
}
/*# sourceMappingURL=map/style.css.map */

/* members plugin */


.swpm-login-widget-form {
	text-align:center;
	background-color:rgba(255, 255, 255, 0.5);
	display: block;
	width:75%;
	max-width:360px;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.swpm-username-label, .swpm-password-label {
	text-align:left;
	width: 100%;
	padding-bottom:6px;
	text-transform: uppercase;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	font-size: 12px;
	letter-spacing:.01em;
}
.swpm-label {
	text-align:left;
}
.swpm-login-widget-form input {
	display: inline-block;
	width: 100%;
	padding: 12px;
	-webkit-appearance: none;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 400;
	color: #141414;
	background: #FFF;
	border-radius: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.swpm-login-widget-form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin:0;
 margin-right:.25rem;
}
input.swpm-login-form-submit[type=submit] {
	display: inline-block;
	margin-top: 20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .015em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #875805;
	color: #FFF;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
}
input.swpm-login-form-submit[type=submit]:hover {
	background-color: #8b7e62;
}
.swpm-remember-me {
	vertical-align:middle;
}
.swpm-rember-label {
	line-height:1;
	font-family: "ArialRoundedMTBold", sans-serif;
	color: #03015b;
	font-size: 11px;
	letter-spacing:.01em;
}
.swpm-login-widget-form a:link, .swpm-login-widget-form a:visited {
	letter-spacing: .015em;
	color: #03015b;
	text-decoration:none;
}
.swpm-login-widget-form a:hover {
	color: #4169E1;
}
/* member logged-in links to profile, etc */



.swpm-login-widget-logged {
	text-align:center;
	padding: 12px;
}
.swpm-login-widget-logged a:link, .swpm-login-widget-logged a:visited {
	letter-spacing: .015em;
	color: #4169E1;
	text-decoration:none;
}
.swpm-login-widget-logged a:hover {
	color:#caa63a;
}
.swpm-post-not-logged-in-msg {
	text-align:center;
}
/* member profile page */


.swpm-edit-profile-submit-section {
}
input.swpm-edit-profile-submit[type=submit] {
	display: inline-block;
	margin-top: 20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .015em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #03015b;
	color: #FFF;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
}
input.swpm-edit-profile-submit[type=submit]:hover {
	background-color: #8b7e62;
}
/* member login button in footer*/


.footer-member-login {
	padding:15px;
	padding-bottom:20px;
	/*margin-bottom:40px;*/
	
	text-align:center;
}
.btn-gold:visited {
	background-color: #8b7e62;
	color: #FFF;
}
.btn-gold:hover {
	background-color: #FFF;
	color: #8b7e62;
}
.btn-gold {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .015em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #8b7e62;
	color: #FFF;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 9px;
	padding-right: 2rem;
	padding-bottom: 9px;
	padding-left: 2rem;
	text-decoration:none;
}
.btn-gold:visited {
	background-color: #8b7e62;
	color: #FFF;
}
.btn-gold:hover {
	background-color: #FFF;
	color: #8b7e62;
}
.btn-ltgold {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .015em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #a29781;
	color: #FFF;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 9px;
	padding-right: 2rem;
	padding-bottom: 9px;
	padding-left: 2rem;
	text-decoration:none;
}
.btn-ltgold:visited {
	background-color: #a29781;
	color: #FFF;
}
.btn-ltgold:hover {
	background-color: #FFF;
	color: #a29781;
}
.btn-blue {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .015em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #939598;
	color: #FFF;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 9px;
	padding-right: 2rem;
	padding-bottom: 9px;
	padding-left: 2rem;
	text-decoration:none;
}
.btn-blue:visited {
	background-color: #03015b;
	color: #FFF;
}
.btn-blue:hover {
	background-color: #FFF;
	color: #03015b;
}
.btn-small {
 font-size:.8rem;
	padding-top: 6px;
	padding-right: 1rem;
	padding-bottom: 6px;
	padding-left: 1rem;
	text-decoration:none;
}

header .container {
	position: relative;
	
}
.member-buttons {
	position:absolute;
	right:0;
	height:30px;
	z-index:8888;
	background-color: transparent;
}
 @media only screen and (min-width: 768px) {
 .member-buttons {
 right:285px;
}
}
 @media only screen and (min-width: 992px) {
 .member-buttons {
 right:300px;
}
}



.member-buttons .btn {
 margin-right:.75rem;
}
/* ====================*/
/* search */

.form-control {
	display:inline-block;
 height: calc(1.5em + .75rem + 2px);
 padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mt-2, .my-2 {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
header .search {
	position:absolute;
	right:15px;
	top:55px;
	margin-top:13px;
}


.logged-in header .search {
	
	top:70px;
	
}

header .search {
	width:60%;
}
 @media only screen and (min-width: 576px) {
 header .search {
 width:auto;
 top:25px;
 right:55px;
}
}
 @media (min-width: 768px) {
 header .search {
 position: relative;
 right: auto;
 top: auto;
 float:right;
 margin-top:6px;
}
}
header .search .form-control {
	display:inline-block;
	width: auto;
	max-width:100px;
}
 @media only screen and (min-width: 360px) {
 header .search .form-control {
 max-width:150px;
}
}
header .search .btn {
	width:50px;
	height:34px;
	padding:0;
	border-radius: 1px;
}
header .search .fa {
	font-size:1.5rem;
}
 @media (max-width: 575px) {
 .site-header {
 min-height: 125px;
}

.logged-in .site-header {
 min-height: 145px;
}
 header .search form {
 float:right;
}
}
header .search .form-inline .form-control {
	border-radius: 1px;
}


 @media (min-width: 576px) {
 header .search .form-inline .form-control {
 width:200px;
}
}
/* mobile navigation overrides */
.main-navigation.toggled {
	z-index:9999;
}
.menu-toggle {
	right: 15px;
}
.main-navigation .menu-toggle {
	margin-top: 35px;
}
.logged-in .main-navigation .menu-toggle {
	margin-top: 50px;
}


 @media (min-width: 576px) {
 .main-navigation .menu-toggle {
 margin-top: 40px;
}
}
 @media (min-width: 768px) {
 .main-navigation .menu-toggle {
 margin-top: 20px;
}
}
 @media (min-width: 992px) {
 .main-navigation {
 padding-top: 48px;
 padding-bottom:10px;
}
 .main-navigation .menu-toggle {
 margin-top: 55px;
}
}



/* ------- Video Page ------- */


.btn {
	font-family: "ArialRoundedMTBold", sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:1rem;
	line-height:1.42857143;
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
	vertical-align:middle;
	display:inline-block;
	text-decoration:none;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:2px solid transparent;
	border-radius:2px;
	margin-bottom:0;
	padding-top:9px;
	padding-right:1rem;
	padding-bottom:6px;
	padding-left:1rem;
}
 @media only screen and (min-width: 768px) {
 .btn {
 padding-top:6px;
 padding-right:.75rem;
 padding-bottom:3px;
 padding-left:.75rem;
}
}
 @media only screen and (min-width: 992px) {
 .btn {
 padding-top:9px;
 padding-right:1rem;
 padding-bottom:6px;
 padding-left:1rem;
}
}
.filtering-container {
	min-height:400px;
	padding-bottom:30px;
}
/* filtering buttons */

.filter-button-group {
	padding-bottom:30px;
}
.btn-filter {
	font-size:1rem;
	padding-top:3px;
 padding-right:.25rem;
	padding-bottom:3px;
 padding-left:.25rem;
	background-color: transparent;
	color:#03015b;
}
.btn-filter:hover {
	background-color:transparent;
	color:#4169E1;
}
/* text-based popup styling */
.white-popup {
	position: relative;
	background: #FFF;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 576px) {
 .white-popup {
 width: auto;
 max-width: 75%;
 margin: 0 auto;
}
}
 @media only screen and (min-width: 1200px) {
 .white-popup {
 position: relative;
 background: #FFF;
 width: 75%;
 max-width: 800px;
 margin: 0 auto;
 border-radius: .25rem;
}
}
.white-popup .mfp-close {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 0;
	margin-right:-15px;
	top: 0;
	margin-top:-15px;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	padding: 0;
	color: #a29781 !important;
	border-radius: 50%;
	border: 2px solid #a29781;
	background-color:#FFF;
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius:0;
}
.video-thumb.card {
	margin-bottom:20px;
}
.video-thumb h3 {
	font-family: "ArialRoundedMTBold", sans-serif;
	font-size: 18px;
	color: #03015b;
	margin-top: 10px;
	margin-bottom: 0;
}
.video-detail.card {
	border: 12px solid #8b7e62;
	background-color: transparent;
	padding:25px;
	padding:0;
}
