/*
Theme Name: Trends Theme
Version: 999
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trendstheme
*/


/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Main Styles */
@font-face {
	font-family: 'B52';
	src: url('assets/css/fonts/B52.eot');
	src: local('☺'), url('assets/css/fonts/B52.woff') format('woff'), url('assets/css/fonts/B52.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaBookC';
	src: url('assets/css/fonts/FuturaBookC.eot');
	src: local('☺'), url('assets/css/fonts/FuturaBookC.woff') format('woff'), url('assets/css/fonts/FuturaBookC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html, body {
	margin: 0;
	padding: 0;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 14px;
	color: #9cb2ba;
}
* {
	box-sizing: border-box;
}

a {
	color: #515f6e;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
.center-align {
	text-align: center;
}
.lightgray {
	color: #e4e4e4;
}
.center {
	text-align: center;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.5;
}
/* Header  */
#masthead {
	position: fixed;
	z-index: 99999;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#site-navigation {
	text-align: center;
	margin-top: 14px;
}
a.custom-logo-link {
	display: block;
	float: left;
}
a.custom-logo-link img {
	display: block;
	transition: all 0.3s;
}
.menu-main-menu-container {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #fff;
	text-align: center;
}
#top-menu {
	font-family: 'FreeSetC', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	display: none;
}

#top-menu li {
	margin: 0 15px;
	list-style-type: none;
}
#top-menu li a {
	display: inline-block;
	height: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
	text-decoration: none;
	color: #58585a;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	transition: all 0.2s;
}
#top-menu li a:hover {
	color: #ed1b34;
	border-bottom: 2px solid #ed1b34;
}
.toggle-btn {
	position: absolute;
	left: 50%;
	bottom: calc(2rem - 4px);
	transform: translateX(-50%);
}
.menu-toggle {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 5px;
}
.menu-toggle:focus {
	outline: none;
}
.bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background-color: #9cb2ba;
	transition: 0.3s;
}
.darkback .bar1, .darkback .bar2, .darkback .bar3,
.toggled-on .bar1, .toggled-on .bar2, .toggled-on .bar3{
	opacity: 0.4;
}
.bar2{
	margin: 4px 0;
}
/* Rotate first bar */
.toggled-on .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 2px) ;
	transform: rotate(-45deg) translate(-4px, 2px) ;
}

/* Fade out the second bar */
.toggled-on .bar2 {
	opacity: 0;
}

/* Rotate last bar */
.toggled-on .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -4px) ;
	transform: rotate(45deg) translate(-6px, -4px) ;
}
ul.social-menu {
	list-style-type: none;
	display: flex;
	margin: 0;
}
ul.social-menu li a {
	display: block;
	width: 18px;
	height: 16px;
}
ul.social-menu li a span {
	display: none;
}
ul.social-menu li {
	position: relative;
	margin-left: 1rem;
}
ul.social-menu li:first-of-type {
	margin-left: 0;
}
.fa:before {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	color: #9cb2ba;
	transition: all 0.3s;
	z-index: -1;
}
.fa:hover:before {
	color: #b83d3d;
}
.darkback .fa:before,
.darkback a.custom-logo-link img,
.toggled-on .fa:before,
.toggled-on a.custom-logo-link img {
	opacity: 0.4;
}
/* Main Page */

/* Header Section */

section#header {
	position: relative;
	height: 100vh;
	background: url("assets/images/header_bg.jpg") no-repeat center;
	text-align: center;
}
section#header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -140%);
	font-family: 'B52', sans-serif;
	font-size: 36px;
	color: #414548;
	margin: 0;
}
.year {
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: 'B52', sans-serif;
	font-size: 24px;
	color: #c3ced2;
}
.go_content {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'B52', sans-serif;
	text-transform: uppercase;
	padding-bottom: 1rem;
	background: url("assets/images/dow_arr.png") no-repeat bottom center;
	cursor: pointer;
}
section#header p {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	max-width: 520px;
}
section#content {
	position: relative;
}
.forecast-back {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	background: url(assets/images/content_bg.jpg) no-repeat top center;
	z-index: -1;
}
.forecast-back.fixed {
	position: fixed;
}
.forecast-back.fixed.unfixed {
	position: absolute;
	top: auto;
	bottom: 0;
}
.forecast-menu {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 4.7rem;
	padding-bottom: 2rem;
	background: linear-gradient(to bottom, rgb(23, 22, 28) 0%, rgb(23, 22, 28) calc(100% - 15px), rgba(23,22,28,0) 100%);
}
.forecast-menu .flexbox {
	display: flex;
	flex-wrap: wrap;
}
.forecast-menu.fixed {
	position: fixed;
}
.forecast-btn {
	font-family: 'FuturaBookC', sans-serif;
	font-size: 0.9rem;
	color: #4c545b;
	transition: all 0.5s;
	cursor: pointer;
	padding-left: 1rem;
	position: relative;
}
.forecast-btn.active {
	color: #b83d3d
}
.forecast-btn>div {
	position: relative;
	display: inline-block;
	padding-bottom: 0.5em;
}
.forecast-btn.active >div:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-image: url(assets/images/line_red.png);
}
.forecast-item {
	position: relative;
	width: 100%;
	max-width: 1064px;
	margin: auto;
	background: url(assets/images/folder_mob.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	transition: all 0.5s;
	padding-bottom: 20%;
}
.forecast-outer {
	margin-bottom: 5rem;
	overflow: hidden;
}
.forecast-outer:last-of-type  {
	margin-bottom: 0;
}
.forecast-item > div {
	display: flex;
}

.forecast_info > div {
	padding: 20% 12% 10% 12%;
}
.forecast_info header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	position: relative;
}
.forecast_info header h4 {
	font-family: 'B52', sans-serif;
	font-size: 1.5rem;
	color: #17151c;
	margin: 0;
	background: url(assets/images/line.png) no-repeat bottom;
	background-size: 100%;
}
.forecast_info header .button {
	position: relative;
	height: 32px;
	border-radius: 16px;
	font-family: 'FuturaBookC', sans-serif;
	color: #b83d3d;
	background: url(assets/images/button.png) no-repeat center;
	background-size: contain;
	padding: 0.4rem 1.5rem;
	cursor: pointer;
	transition: all 0.2s;
}
.forecast_info header .button:hover {
	background-color: #b83d3d;
	color: #fff;
}
.forecast-item.unhide .forecast_info header .button {
	opacity: 0
}
.forecast-item .true {
	position: absolute;
	right: 0;
	top: -10px;
	transition: all 0.2s;
}
.forecast-item:not(.unhide) .forecast_info header .true {
	opacity: 0
}
.mobileimg {
	position: absolute;
	right: 0;
	top: -60px;
}
.forecast_info .title {
	font-family: 'B52', sans-serif;
	font-size: 1.4rem;
	color: #17151c;
	margin-bottom: 2rem;
}
.forecast_info .result {
	font-family: 'B52', sans-serif;
	font-size: 1.125rem;
	color: #3a4042;
	line-height: 1.35;
}
.forecast-item.unhide .image img {
	 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	 filter: grayscale(0%);
	transition: all 0.5s;
}
.forecast-item .image img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.subscribe {
	text-align: center;
	padding: 2rem 0 5rem;
}
.subscribe header {
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1.5rem;
	color: #e0e1e4;
	text-transform: uppercase;
}
.subscribe form {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.subscribe form input[type="email"] {
	height: 30px;
	background-color: transparent;
	border:  1px solid #b83d3d;
	border-radius: 15px;
	color: #3a4042;
	text-align: center;
	line-height: 2;
	margin: 0 0.5rem;
}
.subscribe form input[type="submit"] {
	height: 30px;
	background-color: #b83d3d;
	color: #fff;
	border: none;
	border-radius: 15px;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
	padding: 0 2rem;
	margin: 0 0.5rem;
	cursor: pointer;
}
.subscribe form .mailpoet_message {
	margin: 0 0.5rem;
}
.subscribe ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #3a4042;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
.subscribe ::-moz-placeholder { /* Firefox 19+ */
	color: #3a4042;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
.subscribe :-ms-input-placeholder { /* IE 10+ */
	color: #3a4042;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
	color: #3a4042;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
footer#footer {
	height: 100vh;
	background: url("assets/images/header_bg.jpg") no-repeat center;
	text-align: center;
	position: relative;
}
#footer .title {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: 'FuturaBookC', sans-serif;
	color: #515f6e;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.3;
	width: 100%;
}
#footer .title span {
	font-size: 2.5rem;
}
#footer .form {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translate(-50%, 20px);
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1.125rem;
}
#footer .leave {
	color: #79acbe;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
#footer .form input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #79acbe;
	color: #79acbe;
	text-align: center;
	line-height: 2;
	margin: auto;
}
#footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #79acbe;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
#footer ::-moz-placeholder { /* Firefox 19+ */
	color: #79acbe;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
#footer :-ms-input-placeholder { /* IE 10+ */
	color: #79acbe;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
#footer :-moz-placeholder { /* Firefox 18- */
	color: #79acbe;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
}
#footer .form input[type="submit"] {
	height: 30px;
	background-color: #b83d3d;
	color: #fff;
	border: none;
	border-radius: 15px;
	font-family: 'FuturaBookC', sans-serif;
	font-size: 1rem;
	padding: 0 2rem;
}
#footer .year {
	top: 50%;
	font-family: 'B52', sans-serif;
	font-size: 2.6rem;
	color: #b83d3d;
	transform: translate(-50%, -160%);
}


	/* Form */
.wpcf7-form {
	font-family: 'FreeSetC', sans-serif;
	max-width: 450px;
}
.wpcf7-form input {
	border: none;
	border-bottom: 1px solid #e7e7e7;
	color: #58585a;
	font-family: 'FreeSetC', sans-serif;
	height: 30px;
	width: 400px;
}
.wpcf7-form input:focus {
	border: none;
	border-bottom: 1px solid #58585a;
	outline: none;
}
input:focus {
	outline: none;
}
.hiddensubmit {
	display: none;
}
.wpcf7-form label {
	color: #e4e4e4;
	font-size: 14px;
	position: relative;
	display: inline-block;
	text-align: left;
}
.wpcf7-form label.focused {
	color: #58585a;
}
.wpcf7-form-control-wrap {
	position: initial;
}
.wpcf7-form p {
	margin: 0 0 15px 0;
}
span.wpcf7-list-item:first-child {
	margin-left: 0;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	top: 0;
	color: #ed1b34;
}
input.wpcf7-not-valid {
	color: #ed1b34;
}
div.wpcf7-response-output {
	position: absolute;
	bottom: 0;
	width: 400px;
	margin-left: 0;
	border: 1px solid #ed1b34;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border: 1px solid #e4e4e4;
}
div.wpcf7-response-output.wpcf7-validation-errors {
	border: 1px solid #ed1b34;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 60px;
	left: 160px;
}

.error404 div#content {
	padding-top: 100px;
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 100%;
}
.vstup {
	font-size: 2rem;
	padding-bottom: 2rem;
}
p.mailpoet_paragraph {
	margin-bottom: 0.8rem;
}
@media (max-width:400px) {

}
@media (max-width: 767px) {
	.forecast-menu {
		position: fixed;
		padding-bottom: 3rem;
	}
	.forecast-menu .flexbox {
		flex-wrap: wrap;
	}
	body:not(.landscape) section#header, footer#footer {
		background-size: cover;
	}
	body.landscape section#header,
	body.landscape footer#footer {
		background: url(assets/images/bgmob.jpg) no-repeat center;
	}
	body.landscape .year {
		top: 50%;
		transform: translate(-50%, -90px);
	}
	body.landscape #footer .form {
		bottom: 10%;
	}
	body.landscape #footer .title {
		display: flex;
		justify-content: center;
		top: 50%;
		transform: translate(-50%, -90px);
	}
	body.landscape #footer .title span {
		font-size: inherit;
	}
	body.landscape .forecast-btn {
		margin-bottom: 2rem;
	}
	.go_content {
		display: none;
	}
	.forecast-item div.image {
		display: none;
	}
	.forecast_info header .button {
		display: none;
	}
	.forecast-outer .container {
		padding: 0;
	}
	.mobile-hidden {
		display: none;
	}
	.forecast-btn {
		width: 33.33%;
		margin-bottom: 2.5rem;
	}
	.forecast-menu {
		display: none;
	}
	ul.social-menu {
		padding: 0;
		justify-content: center;
	}
	.forecast-menu {
		padding-top: 6rem;
	}
	.subscribe form {
		flex-direction: column;
		align-items: center;
	}
	.site-header.darkback {
		background: linear-gradient(to bottom, rgb(23, 22, 28) 0%, rgb(23, 22, 28) calc(100% - 15px), rgba(23,22,28,0) 100%);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.forecast-outer .container {
		max-width: inherit;
		width: auto;
		padding: 0;
		margin: 0 -70px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	html, body {
		font-size: 15px;
	}
	.forecast-outer .container {
		max-width: 1010px;
	}
}
@media (max-width: 991px) {

}
@media (min-width: 500px) {

}
@media (max-width: 575px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.desktop-hidden {
		display: none;
	}
	footer#footer {
		background: url("assets/images/footer_bg.jpg") no-repeat center;
	}
	section#header {
		background: url("assets/images/header_bg.jpg") no-repeat center;
	}
	section#header h1 {
		font-size: 72px;
	}
	.year {
		transform: translate(-50%, -180px);
	}
	section#header p {
		top: 70%;
	}
	.forecast-outer {
		margin-bottom: 10rem;
	}
	.forecast-item {
		position: relative;
		width: 100%;
		max-width: 1064px;
		margin: auto;
		background: url("assets/images/folder.png") no-repeat;
		background-size: 100%;
		overflow: hidden;
		transition: all 0.5s;
		padding-bottom: 0;
	}
	.forecast-item:before {
		content: "";
		display: block;
		padding-top: 55%;
	}
	.forecast-item>div {
		position:  absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.forecast-item > div > div {
		width: 50%;
	}
	.forecast_info > div {
		padding: 20% 20% 20% 4%;
	}
	.mobileimg {
		display: none;
	}
	.forecast_info .result span {
		background-color: #3a4042;
		transition: all 0.5s;
	}
	.unhide .forecast_info .result span {
		background-color: transparent;
	}
	.forecast-btn:first-of-type {
		padding-left: 0;
	}
	.forecast-menu .flexbox {
		justify-content: space-between;
	}
	#footer .title {
		top: 50%;
		transform: translate(-50%, -170px);
	}
	#footer .title span {
		font-size: 3rem;
	}
	#footer .form {
		bottom: auto;
		top: 50%;
	}
	.year {
		top: 50%;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	html, body {
		font-size: 16px;
	}
}
