body {
		color: #000;
		font-family: 'Arial', sans-serif;
		line-height: 1.35;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

img {
		max-width: 100%;
}

figure {
		margin: 16px 0;
}

article a,
article a:visited,
.yamm-fw .dropdown-menu li a {
		color: #f68121;
		overflow-wrap: break-word;
		word-wrap: break-word;
}

article a:hover,
article a:active,
article a:focus {
		color: #fbaf17;
		cursor: pointer;
}

a,
a p,
button,
.btn,
input[type="text"] {
		-moz-transition: all .2s ease-in !important;
		-o-transition: all .2s ease-in !important;
		-webkit-transition: all .2s ease-in !important;
}

a:hover,
a:focus {
		outline: none;
		text-decoration: none;
}

h1 {
		color: #000;
		font-family: 'Arial', sans-serif;
		margin-bottom: 30px;
		font-weight: 700;
}

article h3 {
		color: #000;
}

article .date + p:nth-of-type(1) {
		font-family: 'Georgia', serif;
}

p {
		color: #000000;
		font-size: 20px;
}

ul {
		list-style: none;
		margin: 0;
		padding: 0;
}

.nav > li > a {
		padding: 10px 14px;
}

.navbar {
		margin-bottom: 5px;
}

.navbar-right {
		margin-right: -7px;
}

.navbar-nav.secondary > li:not(:first-child):before {
		color: #959595;
		content: '\007C';
		position: absolute;
}

.navbar-nav.secondary > li > a {
		padding-top: 0;
}

.navbar-default .navbar-nav > li > a {
		color: #959595;
		text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
		color: #f37021;
}

.navbar-default .navbar-nav.main > li > a {
		color: #f37021;
		font-size: 18px;
}

.navbar-default .navbar-nav.main > li > a:hover {
		background: transparent;
		color: #fbaf17;
}

.navbar-default .navbar-nav.secondary {
		padding-bottom: 28px;
		padding-top: 32px;
}

.navbar-default .social-links > li {
		float: left;
}

.navbar-default .social-links > li.social > a {
		color: #181b35;
		padding: 15px 5px;
}

.navbar-default .social-links > li.social > a:hover {
		color: #fbaf17;
}

.navbar-default {
		background-color: transparent;
		border: 0;
}

.navbar-default .navbar-collapse {
		padding: 0;
}

.navbar-brand {
		height: auto;
}

ul.dropdown-menu {
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
}

.deep {
		clear: both;
		padding-top: 30px;
}

ul.breadcrumb {
		background-color: transparent;
		float: left;
		margin-bottom: 0;
}

ul.breadcrumb > li + li:before {
		content: '\007C';
}

ul.breadcrumb > li {
		color: #959595;
		text-transform: uppercase;
}

ul.breadcrumb a {
		color: #959595;
		text-decoration: none;
}

ul.breadcrumb a:hover {
		color: #f37021;
}

.add-this {
		float: right;
		margin-right: 10px;
}

.document-controls {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		float: left;
		padding-right: 4px;
}

.document-controls li {
		width: 31px;
		height: 31px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 4px;
}

.document-controls svg {
		width: 20px;
		height: 20px;
		padding: 0;
}

.document-controls svg path {
		fill: #fff
}

.facebook__background {
		background: #3b5998;
}

.twitter__background {
		background: #1da1f2;
}

.plus__background {
		background: #ff6550;
}

.addthis_sharing_toolbox {
		clear: none !important;
		float: right;
}

.newsletter .label {
		font-family: 'aperculight', 'Arial', sans-serif;
}

footer h3 {
		font-family: 'Arial', sans-serif;
		font-style: italic;
}

.yamm-fw .dropdown-menu > li {
		float: left;
		padding: 10px 10px;
}

.yamm-fw .dropdown-menu > li > a {
		border-bottom: 1px solid #ffcb07;
		color: #959595;
		padding-left: 0;
		padding-right: 0;
		font-size: 16px;
		margin-top: 0;
		padding-bottom: 10px;
		text-transform: uppercase;
}

.yamm-fw .dropdown-menu > li > a:hover {
		background: transparent;
}

.yamm-fw .dropdown-menu > li > a + ul {
		padding: 20px 0 0;
}

.yamm-fw .dropdown-menu {
		z-index: 1500;
}

.yamm-fw .dropdown-menu li {
		line-height: 1;
		margin-bottom: 15px;
}

.yamm-fw .dropdown-menu li a {
		color: #959595;
		font-size: 16px;
		white-space: normal;
}

.yamm-fw .dropdown-menu li a:hover {
		color: #f37021;
}

@media (max-width: 1024px) {

		.yamm-fw .dropdown-menu li a {
				font-size: 13px;
		}
}

.btn-default {
		border: 0;
		border-radius: 0;
		padding: 0 14px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
}

.inner-search .form-inline {
		background: #fbaf17;
		position: relative;
}

.inner-search .form-inline .form-control {
		border: 0;
		border-radius: 0;
		height: 64px;
		line-height: 30px;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
}

.inner-search .form-inline .form-group {
		margin: 0;
		position: relative;
		width: 100%;
}

.innerp {
		margin-top: 25px !important;
}

.innerp img {
		top: 30px !important;
}

.inner-search .form-inline .btn-default {
		color: #f37021;
		font-size: 48px;
		padding: 0;
		position: absolute;
		right: 12px;
		top: 8px;
}

.inner-search .form-inline .btn-default img {
		float: left;
}

.newsletter input.form-control {
		border: 0;
		border-radius: 0;
		height: 38px;
		-webkit-box-shadow: none;
		box-shadow: none;
}

.newsletter button {
		color: #fff !important;

		padding: 9px 12px;
}

.newsletter button:hover {
		background: #fbaf17;
}

.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
}

.inner-search {
		background: #fbaf17;
		padding-bottom: 12px;
		padding-top: 12px;
}

body {
		top: 0 !important;
}

select.form-control.lingo {
		background: #eeecec url('../img/arrow-language.png') no-repeat 94% 50%;
		border: 0;
		border-radius: 0;
		float: right;
		font-size: 12px;

		height: 27px;
		margin-right: 7px;
		margin-top: 24px;
		-webkit-appearance: button;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-transform: uppercase;
		width: 165px;
}

.newsletter .form-inline select.form-control {
		background: #fff url('../img/arrow-language.png') no-repeat 94% 50%;
		border: 0;
		border-radius: 0;

		font-size: 12px;
		font-style: italic;
		height: 38px;
		-webkit-appearance: button;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-transform: uppercase;
}

.newsletter .form-inline select.form-control {

		width: 105px;
}

input:focus {
		outline: none;
}

* {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
}

article p {
		color: #000;
		font-size: 20px;
		line-height: 1.28;
		margin-bottom: 24px;
}

.grey-wrapper a {
		display: block;
		position: relative;
}

@media (min-width: 1024px) {
}

.grey-wrapper {
		background: #eeecec;
		overflow: hidden;
		padding: 0 10px;
}

.grey-wrapper img {
		background: #fff;
}

.date {
		color: #959595;
		font-style: italic;
		font-size: 20px;
		margin: 10px 0 15px;
		display: inline-block;
}

.sidebar {
		margin-top: 30px;
}

.sidebar li {
		margin-bottom: 6px;
}

.sidebar li a {
		color: #181b35;
		text-transform: uppercase;
}

.sidebar li a:hover {
		color: #f37021;
}

.sidebar ul {
		padding: 0;
}

.sidebar ul ul {
		margin: 5px 20px 0;
}

article .date {
		display: block;
		margin: 0 0 30px;
}

article h3 {
		font-family: 'Arial', sans-serif;
		font-style: italic;
		margin-top: 34px;
		margin-bottom: 0;
}

article p {
		font-size: 19px;
		line-height: 1.4;
		margin: 20px 0;
}

.article {
		position: relative;
}

footer .footer-center,
footer .footer-bottom {
		padding-right: 7px;
		padding-left: 7px;
}

.newsletter .col-sm-12 {
		padding-bottom: 10px;
		padding-top: 10px;
}

.newsletter .label {
		color: #181b35;
		font-size: 17px;
		line-height: 1.2;
		margin: 30px 30px 0 0;
		text-align: left;
}

.newsletter .form-inline input.form-control {
		width: 245px;
}

#top {
		position: relative;
}

footer {
		background: #181b35;
		padding: 36px 0 0;
}

footer h3,
footer p,
footer a {
		color: #89939e;
}

footer .footer-bottom a.link,
.footer-center a {
		color: #f37021;
}

footer a:hover,
footer .footer-bottom a.link:hover,
.footer-center a:hover {
		color: #fbaf17;
}

footer h3,
footer p,
footer a {
		font-family: 'Arial', sans-serif;
		font-style: normal;
}

footer .footer-logo {
		clear: both;
		text-align: center;
		overflow: hidden;
}

footer ul {
		list-style: none;
		padding: 0;
}

footer.inner-footer .col-sm-3 ul {
		padding-bottom: 30px;
}

footer li {
		margin-bottom: 5px;
}

footer p,
footer li {
		font-size: 16px;
}

footer.inner-footer .col-sm-3 h3 {
		color: #fff;
		margin-bottom: 15px;
		margin-top: 0;
}

.footer-center {
		clear: both;
}

.footer-center p {
		clear: both;
		font-size: 14px;
		overflow: hidden;
		margin-bottom: 0;
}

footer .footer-bottom {
		border-top: 1px solid #fff;
		clear: both;
		overflow: hidden;
		padding-bottom: 14px;
		padding-top: 25px;
}

footer .footer-bottom p {
		float: left;
		font-size: 14px;
		text-transform: uppercase;
}

footer .footer-bottom ul {
		float: right;
}

footer .footer-bottom li {
		float: left;
		margin-left: 25px;
}

body > header {
		z-index: 1040;
		background: #fff;
		border-bottom: 1px solid #f68121;
}

@media (min-width: 1200px) {
		h1 {
				font-size: 52px;
				margin-top: 30px;
		}

		ul.breadcrumb {
				padding: 44px 10px 0;
		}

		article .date + p:nth-of-type(1) {
				font-size: 24px;
		}

		.navbar-brand {
				width: 264px;
		}

		.navbar-default .social-links {
				float: right;
		}

		.navbar .collapse > ul > li {
				float: left;
		}

		.navbar-default .navbar-collapse {
				float: right;
				margin-right: 3px;
				padding: 0;
		}

		.navbar-default .navbar-nav.secondary {
				margin: 0 5px 0;
		}

		.navbar-default .navbar-nav.main > li > a {
				padding: 10px 15px;
		}

		.yamm-fw .dropdown-menu > li {
				width: 14.28%;
		}

		.navbar-default .social-links {
				padding: 32px 24px 0 5px;
		}

		.add-this {
				padding-top: 44px;
		}

		.inner-search .form-inline .form-control {
				border: 0;
				border-radius: 0;
				height: 67px;
				font-size: 30px;
				line-height: 30px;
				padding-left: 50px;
				-webkit-box-shadow: none;
				box-shadow: none;
				width: 100%;
		}

		.inner-search ::-webkit-input-placeholder {
				font-size: 30px;
				line-height: 35px;
		}

		.inner-search :-moz-placeholder {
				font-size: 30px;
				line-height: 35px;
		}

		.inner-search ::-moz-placeholder {
				font-size: 30px;
				line-height: 35px;
		}

		.inner-search :-ms-input-placeholder {
				font-size: 30px;
				line-height: 35px;
		}

		footer .footer-bottom br {
				display: none;
		}

		footer.inner-footer {
				margin-top: 75px;
		}

		.newsletter ::-webkit-input-placeholder {
				font-size: 16px;
				line-height: 22px;
				font-style: italic;
		}

		.newsletter :-moz-placeholder {
				font-size: 16px;
				line-height: 22px;
				font-style: italic;
		}

		.newsletter ::-moz-placeholder {
				font-size: 16px;
				line-height: 22px;
				font-style: italic;
		}

		.newsletter :-ms-input-placeholder {
				font-size: 16px;
				line-height: 22px;
				font-style: italic;
		}

		.newsletter .label,
		.newsletter .form-inline {
				float: left;
		}

		.mobile-link {
				display: none;
		}

		.magazine {
				padding-left: 200px;
				padding-right: 200px;
		}
}

@media (min-width: 992px) and (max-width: 1199px) {

		.inner-search .form-inline .btn-default {
				margin: 0 !important;
		}

		ul.breadcrumb {
				padding: 44px 10px 0;
		}

		.navbar-brand {
				width: 264px;
		}

		.navbar-collapse {
				clear: both;
		}

		.navbar-default .social-links {
				float: right;
		}

		.navbar-default .navbar-nav.secondary {
				margin: 0 5px 0;
		}

		.navbar .collapse > ul > li {
				float: left;
		}

		.navbar-default .navbar-nav.main > li > a {
				font-size: 17px;
				padding: 10px 10px;
		}

		.navbar-default .navbar-nav.main.one > .yamm-fw .dropdown-menu > li {
				width: 20%;
		}

		.navbar-default .navbar-collapse {
				float: right;
		}

		.navbar-default .social-links {
				padding: 32px 24px 0 5px;
		}

		.add-this {
				padding-top: 44px;
		}

		.inner-search ::-webkit-input-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search :-moz-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search ::-moz-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search :-ms-input-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search .form-group {
				width: 92%;
		}

		.inner-search .form-inline {
				background: #fff;
		}

		.inner-search .form-inline .form-control {
				border: 0;
				border-radius: 0;
				height: 64px;
				line-height: 30px;
				-webkit-box-shadow: none;
				box-shadow: none;
				width: 100%;
		}

		.inner-search .form-inline .btn-default {
				font-size: 40px;
		}

		.newsletter img {
				display: none;
		}

		.newsletter .label {
				margin-right: 0;
		}

		.newsletter img,
		.newsletter .label,
		.newsletter .form-inline {
				float: left;
		}

		.form-inline .form-group {
				display: block;
		}

		.mobile-link {
				display: none;
		}

		footer.inner-footer {
				margin-top: 75px;
		}

		.magazine {
				padding-left: 100px;
				padding-right: 100px;
		}

}

@media (min-width: 768px) and (max-width: 991px) {

		ul.breadcrumb {
				padding: 44px 10px 0;
		}

		.navbar-brand {
				width: 264px;
		}

		.navbar-default .social-links {
				float: right;
		}

		.navbar-default .navbar-collapse {
				clear: both;
				float: right;
				padding-right: 3px;
		}

		.navbar .collapse > ul > li {
				float: left;
		}

		.navbar-default .navbar-nav.main > li > a {
				font-size: 13px;
		}

		.navbar-default .navbar-nav.secondary > li > a {
				font-size: 11px;
		}

		.navbar-default .navbar-nav.main > li > a {
				padding: 10px 10px;
		}

		.navbar-default .navbar-nav.main.one > .yamm-fw .dropdown-menu > li {
				width: 20%;
		}

		.navbar-default .social-links {
				padding: 32px 24px 0 5px;
		}

		.add-this {
				padding-top: 44px;
		}

		select.form-control.lingo {
				margin-top: 20px;
		}

		.inner-search ::-webkit-input-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search :-moz-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search ::-moz-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search :-ms-input-placeholder {
				font-size: 30px;
				line-height: 30px;
		}

		.inner-search .form-inline {
				bottom: 0;
				width: 100%;
		}

		.inner-search .form-inline .btn-default {
				font-size: 40px;
		}

		.mobile-link {
				display: none;
		}

		.newsletter img {
				clear: left;
		}

		.newsletter img,
		.newsletter .label,
		.newsletter .form-inline {
				float: left;
		}

		footer.inner-footer {
				margin-top: 75px;
		}
}

@media (max-width: 767px) {

		footer .footer-center, footer .footer-bottom {
				text-align: center;
		}

		footer .footer-bottom ul {
				float: none;
				width: 100%;
				display: flex;
				justify-content: center;
		}

		footer .footer-bottom ul li {
				float: none;
				margin: 0 12px 5px;
		}

		ul.breadcrumb {
				padding: 24px 10px 0;
		}

		.dropdown-menu {
				position: static;
		}

		.navbar-default .navbar-brand {
				margin-top: 20px;
				width: 200px;

		}

		.navbar-default .social-links {
				position: absolute;
				right: 20px;
				top: 50px;
		}

		.navbar-default .navbar-nav.secondary {
				display: none;
		}

		.navbar-nav {
				margin: 7.5px 15px;
		}

		.navbar-default .navbar-nav.main > li > a {
				padding: 10px 0 10px;
		}

		.navbar-default .navbar-collapse {
				background: #fff;
				max-height: calc(100vh - 112px);
				overflow: auto;
				z-index: 1000;
		}

		.navbar-default .navbar-collapse ul {
				background: #fff;
		}

		.yamm-fw .dropdown-menu > li {
				margin-bottom: 0;
				padding-bottom: 0;
				width: 100%;
		}

		header {
				position: relative;
		}

		select.form-control.lingo {
				position: absolute;
				right: 80px;
				top: 10px;
				margin: 0;
		}

		.inner-search .form-inline {
				width: 100%;
		}

		.inner-search .form-inline {
				overflow: hidden;
		}

		.inner-search .form-inline .btn-default {
				font-size: 30px;
		}

		.newsletter .label {
				font-size: 14px;
				margin: 30px 10px 0 0;
		}

		.newsletter {
				text-align: center;
		}

		.navbar-default .navbar-toggle {
				border: 0;
		}

		.navbar-default .navbar-toggle:hover,
		.navbar-default .navbar-toggle:focus {
				background-color: transparent;
		}

		.navbar-default .navbar-toggle .icon-bar {
				background-color: #f37021;
		}

		h1 {
				font-size: 30px;
		}

		article p {
				font-size: 20px;
		}

		footer.inner-footer {
				margin-top: 25px;
		}

		footer.inner-footer .col-sm-3 {
				text-align: center;
				margin-bottom: 30px;
		}
}

@media (max-width: 480px) {
		.inner-search .form-inline .form-control {
				width: 100% !important;
		}

		.form-inline .form-group {
				width: 100%;
		}

		.inner-search .form-inline .form-control {
				width: 86%;
		}

		.inner-search .form-inline {
				width: 100%;
		}

		.inner-search .form-inline .form-control {
				width: 90%;
		}

		.newsletter img {
				display: none;
		}

		.newsletter .col-sm-12 {
				text-align: center;
		}

		.newsletter button {
				margin-left: 0;
				padding: 9px 22px;
		}

		.newsletter .form-inline input.form-control {
				width: 100%;
		}

		.newsletter .form-inline select.form-control {
				display: inline-block;
		}

		.newsletter .form-inline .form-group {
				clear: both;
				display: block;
				margin-bottom: 7px;
		}

		.newsletter .form-inline select.form-control {
				margin-left: 0;
				margin-right: 0;
		}

		.footer-bottom {
				padding: 25px 7px;
		}
}

@media (max-width: 360px) {
		.navbar-default .social-links {
				padding-top: 0;
				top: 50px;
		}

		.navbar-default .navbar-brand {
				padding-top: 10px;
		}

		.inner-search .form-inline .form-control {
				width: 86%;
		}
}

@media all and (max-width: 767px) {

		a {
				-webkit-transition: none;
				-moz-transition: none;
				transition: none;
		}

		.container {
				padding: 0 20px;
		}

}

@media all and (min-width: 768px) {
		.yamm-fw .dropdown-menu > li > a + ul {
				display: block !important;
				min-width: 0 !important;
				max-width: none !important;
				margin: 0 !important;
		}
}

.article.fullwidth {
		display: flex;
		flex-wrap: wrap;
}

.sticky-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 88px;
}

@media (min-width: 1200px) {
		.fullwidth .magazine {
				padding-left: 0;
				padding-right: 30px;
		}
}

@media (min-width: 376px) and (max-width: 425px) {
		.blue.newsletter button {
				position: relative;
				left: -4px;
				top: -4px;
		}
}

.blue {
		background: #181b35;
}

.sidebar .blue.newsletter {
		padding: 10px;
		margin-top: 40px;
		margin-bottom: 15px;
}

.newsletter .form-inline {
		float: none;
}

.blue.newsletter .form-inline {
		text-align: center;
}

.blue.newsletter button {
		background: #f48120;
}

.sidebar {
		padding-left: 30px;
}

.sidebar .blue.newsletter button {
		margin-top: 15px;
}

.sidebar .blue.newsletter .label {
		display: inline-block;
		float: left;
		font-size: 18px;
		margin: 10px 0 10px 0;
		padding-right: 0;
		white-space: pre-wrap;
		width: 80%;
}

.blue.newsletter .label {
		color: #fff;
		float: none;
		font-family: 'ChronicleDispItalic', 'Arial', sans-serif;
		font-size: 24px;
}

.sidebar .blue.newsletter img {
		float: right;
}

.newsletter .form-inline select.form-control {
		margin-left: -4px;
}

.sidebar .grey-wrapper li:not(:last-child) {
		border-bottom: 1px solid #dfdfdf;
		clear: both;
		margin-bottom: 20px;
		overflow: hidden;
		padding-bottom: 20px;
}

.sidebar .grey-wrapper li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
}

.sidebar .grey-wrapper li a {
		text-transform: none;
}

.sidebar h3 {
		display: inline-block;
		font-family: 'Arial', sans-serif;
		font-style: italic;
		margin-bottom: 15px;
}

.sidebar .grey-wrapper {
		background: transparent;
		padding: 0;
}

.sidebar .grey-wrapper img {
		float: left;
		margin-right: 20px;
		width: 50%;
}

.sidebar .grey-wrapper li p {
		margin: 0;
}

select {
		appearance: none !important;
		cursor: pointer;
}

select option {
		cursor: pointer;
}

.sidebar .grey-wrapper li p {
		line-height: 1.25;
}

@media all and (max-width: 1299px) {

		.sidebar .blue.newsletter .label {
				width: 66%;
				margin: -15px 0 15px;
		}

		.blue.newsletter form {
				width: 100%;
				clear: both;
		}

		.blue.newsletter .form-inline .form-group {
				display: block;
				width: 100%;
		}

		.blue.newsletter .form-inline .form-group input {
				width: 100%;
		}

		.blue.newsletter .form-inline .form-group select {
				display: block;
				width: 100%;
				margin: 10px 0 0 0;
		}

}

@media all and (max-width: 1199px) {

		.sidebar .blue.newsletter img {
				display: none !important;
		}

		.sidebar .blue.newsletter .label {
				padding: 0;
				margin: -10px 0 15px;
				width: 100%;
		}

}

@media all and (min-width: 768px) and (max-width: 1023px) {

		.sidebar .grey-wrapper img {
				width: 100%;
				margin: 0 0 10px;
		}

}

@media all and (max-width: 767px) {

		.sidebar {
				padding: 0 7px;
				margin: 0;
		}

}

@media all and (max-width: 414px) {

		.sidebar .grey-wrapper img {
				width: 100%;
				margin: 0 0 10px;
		}

}

.navbar-nav .dropdown-menu > li > a {
		overflow-wrap: normal;
}

select.form-control.lingo {
		-webkit-appearance: none !important;
}

.newsletter .form-inline select.form-control {
		-webkit-appearance: none !important;
		background-position: right 10px center;
}

.sidebar ul ul {
		list-style: circle;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropdown {
		position: static;
}

.yamm .container {
		position: relative;
}

.yamm .dropdown-menu {
		left: auto;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
		left: 0;
		right: 0;
}

.all-form {
		font-family: sans-serif;
		width: 100%;
		max-width: 620px;
		color: #000;
		font-size: 16px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		transition: all 1s ease-in-out;
}

.all-form__time {
		text-align: center;
		font-size: 20px;
		font-weight: 700;
}

.all-form__time > span {
		display: block;
}

.all-form__count {
		color: red;
		margin-top: 15px;
}

.all-form__body {
		padding: 25px 45px;
		margin-top: 15px;
		background-color: #fff;
		-webkit-box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.all-form__title {
		font-size: 33px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px;
		line-height: 40px;
}

.all-form__win {
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		color: #50b27c;
		margin-bottom: 16px;
}

.all-form__title span {
		color: #50b27c;
}

.all-form__label > span {
		display: block;
		margin-bottom: 5px;
}

.all-form__label + .all-form__label {
		margin-top: 20px;
}

.all-form__field {
		display: block;
		width: 100%;
		height: 50px;
		border: 1px solid #d1d1d1;
		border-radius: 3px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

.all-form__footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
}

.all-form__btn {
		width: 100%;
		max-width: 320px;
		flex: 1 0 100%;
		padding: 15px 40px;
		border-radius: 3px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin: 10px 20px 10px 0;
		background-color: #53b57f;
		background: -o-linear-gradient(top, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 188, 134, 1)), color-stop(50%, rgba(66, 163, 110, 1)));
		background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		cursor: pointer;
		border: 0;
		font-size: 16px;
}

.all-form__btn:hover {
		text-indent: 10px;
		padding-right: 30px;
		-webkit-box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, .4);
		box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, .4);
}

.all-form__prices {
		max-width: 180px;
		flex: 1 0 100%;
		display: flex;
		align-items: center;
		justify-content: center;
}

.all-form__price-new {
		margin-right: 15px;
		color: #49aa75;
		font-size: 20px;
		max-width: 80px;
		flex: 1 0 100%;
}

.all-form__price-old {
		font-size: 14px;
		color: #8c8c8c;
		text-decoration: line-through;
		max-width: 60px;
		flex: 1 0 100%;
}

@media (max-width: 576px) {
		.all-form__footer {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
		}

		.all-form__btn {
				margin-right: 0;
				font-size: 15px;
		}

		.all-form__body {
				padding: 25px;
		}
}

.comment-block {
		padding: 10px;
		width: 100%;
		margin-top: 30px;
}

.comment-block span {
		color: #000000;
}

.comment-header {
		border-bottom: 2px solid #e7e9ee;
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 10px;
}

.comment-heading {
		font-size: 24px;
		color: #000;
}

.comment-heading:after {
		content: "";
		display: block;
		height: 2px;
		width: 120px;
		background-color: #2a2e2e;
		position: absolute;
		bottom: -2px;
}

.comment {
		display: flex;
		margin: 20px 0;
}

.comment-answer {
		margin-left: 60px;
}

.avatar {
		margin-right: 12px;
		width: 48px;
		min-width: 48px;
		height: 48px;
		border-radius: 3px;
		background-color: lightgrey;
		position: relative;
		overflow: hidden;
}

.avatar img {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
}

.comment-date {
		color: grey;
		font-family: 'Arial', sans-serif;
		font-size: 12px;
		text-decoration: none;
}

.comment-circle {
		display: inline-block;
		background-color: lightgrey;
		border-radius: 50%;
		width: 5px;
		height: 5px;
		margin: 5px;
		position: relative;
		top: 2px;
}

.comment-name {
		color: #000000;
		text-decoration: none;
		font-weight: 600;
}

.comment-info {
		margin-bottom: 10px;
}

.comment-text p {
		margin: 0;
		font-size: 17px;
}

.comment .comment-content .comm-img {
		display: block;
		width: 40%;
		margin: 10px 0;
}

.gift {
		opacity: 1;
		transition: opacity .3s ease-in-out;
}

.gift__title {
		font-size: 24px;
		color: #e82f2d;
		text-align: center;
		margin-bottom: 16px;
}

.gift__img {
		display: block;
		max-width: 104px;
		margin: 16px auto;
		cursor: pointer;
		transform: scale(1);
		opacity: 1;
		transition: transform .3s ease-in-out;
}

.gift__img:hover {
		transform: scale(1.1);
}

.display__none {
		display: none;
}

.svg-inline--fa {
		width: auto;
		height: 13px;
		padding: 0 5px;
}

footer .svg-inline--fa path {
		fill: #818f9e
}

.week__title {
		margin: 16px 0;
}

.result {
		display: flex;
}

.result__col {
		padding: 0 15px;
		border-left: 1px solid #ccc
}

.result__item {
		font-size: 16px;
}

.img__post {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
}

.img__post img {
		margin: 0 5px;
		width: 48%;
}

.question {
		font-size: 20px;
		font-weight: 700;
		margin: 20px 0;
}
