body{
	margin:0;
	color:#fff;
	font:14px/20px 'Roboto Condensed', Helvetica, sans-serif;
	min-width:320px;
	background:#111;
	quotes: "‘" "’";
}
img{border-style:none;}
a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover{
	text-decoration:none;
	color:#da0c14;
}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
input[type="search"] {-webkit-appearance: textfield;}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
header,
footer,
section,
nav,
article,
aside {display:block;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding:0;
}
::-moz-placeholder,
:-moz-placeholder {opacity: 1;}
::-moz-placeholder {color:#767676;}
:-ms-input-placeholder {color:#767676;}
::-webkit-input-placeholder {color:#767676;}


.row .row { margin:  0 -1.5em; }
.col      { padding: 0  1.5em; }
.row:after {
    content: "";
    clear: both;
    display: table;
}
@media only screen { .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
}}
#wrapper {
	position:relative;
	overflow:hidden;
	min-height:100vh;
	padding-bottom: 0px;
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.container {
	max-width:1220px;
	margin:0 auto;
	/* padding:0 20px; */
	padding: 0 100px;
}
.clearfix:after,
.container:after {
	content:'';
	display:block;
	clear:both;
}
h1 {
	font:italic 900 50px/108% 'Playfair Display', Times, serif;
	margin:0 0 30px;
}
h2 {
	font:italic 900 35px/120% 'Playfair Display', Times, serif;
	margin:0 0 30px;
}
h3 {
	font:italic 900 20px/140% 'Playfair Display', Times, serif;
	margin:0 0 10px;
}
.btn {
	display:inline-block;
	vertical-align:top;
	font:bold 13px/20px 'Roboto Condensed', Helvetica, sans-serif;
	padding:10px 25px;
	min-width:120px;
	text-align:center;
	border:0;
	background:#fff;
	color:#111;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
.btn:hover {
	background:#da0c14;
	color:#fff;
}
.btn.book-now {
  margin-right: 25px;
}
.btn.book-now:last-of-type {
  margin-right: 0;
}
@-webkit-keyframes anim-btn-menu1 {
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes anim-btn-menu1 {
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes anim-btn-menu2 {
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes anim-btn-menu2 {
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.btn-filter,
.btn-menu {display:none;}
/* header */
#header {
	background-size:cover;	background-position:50% 50%;
	position:relative;
	z-index:50;
}
#header:before {
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	background:#000;
	opacity:0.7;
}
#header > img {display:none;}
#header .holder {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	height:100vh;
	width:1%;
	text-align:center;
	padding:250px 0 234px;
}
.home.page #header .holder {
	height:100vh;
	padding:320px 0 154px;
}
/* #header .holder h1 {font:italic 900 70px/74px 'Playfair Display', Times, serif;} */
#header .holder h1 {font:italic 900 60px/108% 'Playfair Display', Times, serif;}
#header .holder .logo {
	position:absolute;
	top:100px;
	left:50%;
	width:180px;
	height:206px;
	background:url(../images/logo.png) no-repeat;
	background-size: 100% auto;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-transform: translate(-50%, 0);	transform: translate(-50%, 0);
}
#header .logo a {
	display:block;
	height:100%;
}
.btn-down {
	position:absolute;
	bottom:80px;
	left:50%;
	width:27px;
	height:45px;
	background:url(../images/bg-btn-down.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	text-align:left;
	margin-left:-13px;
}
.tools {
	position:absolute;
	top:25px;
	right:-20px;
	margin:0;
	padding:0;
	list-style:none;
}
.tools > li {
	float:left;
	padding:0 20px;
	position:relative;
}
.tools > li + li {border-left:1px solid #666;}
.lang {
	margin:0;
	padding:5px 3px;
	list-style:none;
	font-size:13px;
	line-height:20px;
	text-transform:uppercase;
}
.lang:after {
	content:'';	display:block;	clear:both;
}
.lang li {
	float:left;
	position:relative;
}
.lang li + li {padding-left:26px;}
.lang li + li:before {
	position:absolute;
	content:'/';
	top:0;
	left:10px;
}
.is-sticky .lang .current_page_item > a,
.lang .current_page_item > a {color:#da0c14;}
.social {
	margin:0 0 0 -1px;
	padding:6px 0;
	list-style:none;
	font-size:17px;
}
.social:after {
	content:'';
	display:block;
	clear:both;
}
.social li {float:left;}
.social li + li {margin-left:20px;}
.social a {
	float:left;
	text-decoration:none !important;
}
.social a i {display:block;}
.reservation {position:relative;}
.reservation .ico-reserv {
	display:block;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	width:29px;
}
.reservation .ico-reserv:after,
.reservation .ico-reserv:before {
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	background:url(../images/ico-01.png) no-repeat 50% 50%;
}
.reservation .ico-reserv:after {
	opacity:0;
	background:url(../images/ico-02.png) no-repeat 50% 50%;
}
.reservation:hover .ico-reserv:before {opacity:0;}
.reservation:hover .ico-reserv:after {opacity:1;}
.reservation .drop {
	position:absolute;
	top:100%;
	left:50%;
	width:200px;
	margin-left:-100px;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	-webkit-transform: scale(0);	transform: scale(0);
	-webkit-transform-origin: 50% 0;	transform-origin: 50% 0;
	opacity:0;
	padding:22px 0 0;
	letter-spacing:0.5px;
}
.reservation:hover .drop {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.reservation .drop .in {
	background:#da0c14;
	text-align:center;
	padding:12px 12px 9px;
	color:#69060a;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	position:relative;
}
.reservation .drop .in:before {
	position:absolute;
	content:'';
	bottom:100%;
	left:50%;
	border:7px solid transparent;
	border-bottom:7px solid #da0c14;
	-webkit-transform: translate(-50%, 0);	transform: translate(-50%, 0);
}
.reservation .drop p {	/* abril2019 */ display:none !important; margin:0 0 3px;}
.reservation .drop a {color:#fff;}
.reservation .drop a:hover {text-decoration:underline;}
.nav-bar {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:80px;
	border-bottom:1px solid #111;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	width:100% !important;
}
.is-sticky {
    position: sticky;
    z-index: 1;
}
.is-sticky .nav-bar {
	background:#fff;
	border-color: transparent;
	color:#111;
}
.sticky-wrapper {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index: 1;
}
#main-nav {
	margin:0;
	/* padding:30px 300px; */
	padding:30px 0;
	list-style:none;
	text-align:center;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
#main-nav > li {
	display:inline-block;
	padding:0 16px;
	vertical-align:top;
}
.nav-bar a {color:#fff;}
.is-sticky .nav-bar a {color:#111;}
#main-nav .current_page_parent > a,
#main-nav .current_page_item > a,
#main-nav .current_page_ancestor > a {color:#da0c14;}
.is-sticky .nav-bar a:hover,
.nav-bar a:hover{color:#da0c14;}
.nav-bar .tools {
	top:22px;
	right:0;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	color:#fff;
}
.is-sticky .nav-bar .reservation .ico-reserv:before {background:url(../images/ico-04.png) no-repeat 50% 50%;}
.is-sticky .nav-bar .tools {
	color:#111;
}
.nav-bar .container {position:relative;}
.nav-bar .logo {
	position:absolute;
	top:10px;
	left:20px;
	width:98px;
	height:61px;
	background:url(../images/logo-sticky.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	opacity:0;
	visibility:hidden;
}
.is-sticky .nav-bar .logo {
	opacity:1;
	visibility:visible;
}
.nav-bar .reservation .drop a {color:#fff;}
/* end header */
/* posts */
.posts {padding:70px 0;}
.filter-nav {
    /* max-width: 640px;
    margin: 0 auto; */
	padding:0;
	list-style:none;
	text-align:center;
	font-size:15px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.7px;
}
.filter-nav li {
	display:inline-block;
	vertical-align:top;
	padding:12px 15px 32px;
	position:relative;
}
.filter-nav li:before {
	position:absolute;
	content:'';
	width:1px;
	height:20px;
	background:#da0c14;
	bottom:0;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	opacity:0;
	-webkit-transform: translate(0, 100%);	transform: translate(0, 100%);
}
.filter-nav li.active:before {
	opacity:1;
	-webkit-transform: translate(0, 0);	transform: translate(0, 0);
}
.filter-nav a {display:block;}
.filter-nav li.active a {color:#da0c14;}
.category-description p {
	display: none;
	text-align: left;
	/* font-weight: normal; */
	text-transform: none;
}
.posts .items {margin:18px -10px 0;}
.posts .items:after {
	content:'';	display:block;	clear:both;
}
.grid-sizer {width:1px;}
.posts .item {
	padding:10px;
	width:25%;
	float:left;
}
.posts .item.w-2x {width:50%;}
.post {
	display:block;
	text-decoration:none !important;
	color:#fff;
	position:relative;
	overflow:hidden;
	padding:2px;
	margin:-2px;
} 
.post:hover {color:#fff;}
.post figure {
	margin:0;
	height:280px;
	background-size:cover;	background-position:50% 50%;
	position:relative;
}
.post figure:before {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	background:#000;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
}
.inactive figure:before {opacity:0.7;}
.posts .item.h-2x .post figure {height:580px;}
.post figure > img {display:none;}
.post figcaption {
	position:absolute;
	left:0;
	bottom:0;
	background:#111;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
	padding:8px 23px 11px;
	-webkit-transform: translate(0, 100%);	transform: translate(0, 100%);
	right:0;
	z-index:3;
}
/* .item:hover .post figcaption {
	-webkit-transform: translate(0, 0);	transform: translate(0, 0);
} */
.post figcaption p {margin:0;}
.post figcaption h3 {
	margin:0;
	position:absolute;
	bottom:100%;
	left:0;
	padding-left:22px;
	font-size: 15px;
}
.post figcaption h3 span {
	background:#222;
	padding:4px 6px 8px 0;
	float:left;
	position:relative;
	margin-top:-11px;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
}
.post figcaption h3 span:before {
	position:absolute;
	content:'';
	left:-22px;
	top:0;
	bottom:0;
	right:-6px;
	background:#222;
	z-index:-1;
	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;
}
.item:hover .post figcaption h3 span:before,
.item:hover .post figcaption h3 span {background:#da0c14;}
.btn-play {
	position:absolute;
	left:50%;
	top:50%;
	width:90px;
	height:90px;
	border:5px solid #fff;
	border-radius:50%;
	margin:-65px 0 0 -45px;
	cursor:pointer;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
}
.btn-play:before {
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	border:10px solid transparent;
	border-left:15px solid #fff;
	margin:-10px 0 0 -6px;
}
/* end posts */
/* reserve-section */
.reserve-section {
	position:relative;
	background-size:cover;	background-position:50% 50%;
	z-index:1;
	/* abril2019 */ display:none !important;
}
.reserve-section:before {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	background:#000;
	opacity:0.7;
	z-index:-1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.reserve-section > img {display:none;}
.reserve-section .holder {
	display:table-cell;
	vertical-align:middle;
	height:500px;
	padding:30px 0 60px;
	text-align:center;
	width:100vw;
	font-size:18px;
	line-height:25px;
}
.reserve-section .holder h2 {
	margin-bottom:22px;
	font:italic 900 70px/74px 'Playfair Display', Times, serif;
}
.reserve-section p {
	max-width:530px;
	margin:0 auto 40px;
}
/* end reserve-section */
/* footer */
#footer {
	display: block;
	text-align:center;
	padding: 1em 0;
	background:#fff;
	color:#999;
	font-size:14px;
	line-height:22px;
	position:relative;
	/* min-height:222px; */
	/* margin-top:-222px; */
	/* height: auto; */
	border-top: 1px solid #f7f7f7;
}
#footer a {color:#111;}
#footer .social a:hover,
#footer a:hover {color:#da0c14;}
#footer .social {
	float:none;
	display:inline-block;
	vertical-align:top;
	padding:0 0 37px;
	font-size:21px;
}
#footer .social li {
	padding:0 20px;
	margin:0;
}
#footer .social a {color:#999;}
#footer p {margin:0;display: inline-block;}
#footer .container {position:relative;}
.btn-top {
	position:absolute;
	top:0;
	right:20px;
	width:31px;
	height:31px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background:#111 url(../images/ico-03.png) no-repeat 50% 50%;
}
.btn-top:hover {background-color:#da0c14;}
/* end footer */
@media only screen and (max-width: 1219px) {
	h1 {
		font-size:40px;
		line-height:44px;
	}
	h2 {
		font-size:30px;
		line-height:34px;
	}
	.reserve-section .holder h2,
	#header .holder h1 {
		font-size:60px;
		line-height:62px;
	}
	.home.page #header .holder {
		padding: 320px 0 120px;
	}
	h3 {
		font-size:18px;
		line-height:26px;
	}
	#header .holder {
		padding-bottom:150px;
		padding-top:180px;
	}
	.btn-down {bottom:40px;}
	#header .holder .logo {
		width:160px;
		height:184px;
	}
	.filter-nav {
		font-size:14px;
		margin-left:-10px;
		margin-right:-10px;
	}
	.filter-nav li {
		padding-left:8px;
		padding-right:8px;
	}
	.reserve-section .holder {height:440px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.home #main-nav {
		margin-left: -86px;
		padding-left: 0;
		text-align: left;
	}
}
@media only screen and (max-width: 991px) {
	h1 {
		font-size:34px;
		line-height:38px;
	}
	h2 {
		font-size:26px;
		line-height:30px;
	}
	.reserve-section .holder h2,
	#header .holder h1 {
		font-size:50px;
		line-height:52px;
	}
	.tools {right:-12px;}
	.tools > li {padding:0 12px;}
	.social li + li {margin-left:12px;}
	#main-nav {
		padding-left:50px;
		padding-right:150px;
		font-size:12px;
	}
	#main-nav > li {padding:0 8px;}
	#header .holder .logo {
		width:140px;
		height:163px;
	}
	#header .holder {
		padding-bottom:130px;
		padding-top:160px;
	}
	.home.page #header .holder {
		padding: 290px 0 110px;
	}
	.posts {padding:40px 0;}
	.filter-nav {font-size:11px;}
	.filter-nav li {
		padding-left:5px;
		padding-right:5px;
		padding-bottom:20px;
	}
	.filter-nav li:before {height:16px;}
	.posts .item {width:33.3333%;}
	.posts .item.w-2x {width:66.6666%;}
	.post figcaption h3 {padding-left:15px;}
	.post figcaption {padding:9px 15px;}
	.reserve-section .holder {height:340px;}
	#footer {
		padding:40px 0;
		margin-top:-182px;
		min-height:182px;
	}
	.nav-bar .tools {right:10px;}
	#wrapper {padding-bottom:182px;}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	body{
		-webkit-text-size-adjust: none;
		font-size:12px;
		line-height:18px;
	}
	h1 {
		font-size:28px;
		line-height:32px;
	}
	h2 {
		font-size:22px;
		line-height:26px;
	}
	.reserve-section .holder h2,
	#header .holder h1 {
		font-size:34px;
		line-height:38px;
		margin-bottom:20px;
	}
	#header .holder .tools {display:none;}
	.sticky-wrapper {
		bottom:auto;
		top:0;
	}
	.nav-bar {
		bottom:auto;
		top:0;
		height:50px;
		border-top:0;
	}
	#header .holder {
		padding-bottom:90px;
		padding-top:200px;
	}
	.home.page #header .holder {
		padding: 230px 0 100px;
	}
	.btn-down {bottom:30px;}
	#header .holder .logo {
		width:110px;
		height:128px;
		top:70px;
	}
	.nav-bar .logo {display:none;}
	.nav-bar .tools {
		opacity:1;
		visibility:visible;
		top:10px;
		z-index:60;
	}
	.btn-menu {
		float:left;
		display:block;
		width: 27px;
		height: 18px;
		cursor: pointer;
		position: relative;
		margin:15px 0 0;
		text-indent:-9999px;
		z-index:60;
	}
	.btn-menu span:before,
	.btn-menu:before,
	.btn-menu:after {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		right: 0;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.btn-menu:before {top: 8px;}
	.btn-menu span:before {top: 16px;}
	.push body,
	.push {overflow:hidden;}
	.push .btn-menu:before {opacity: 0;}
	.push .btn-menu:after {
		top: 9px;
		-webkit-animation: anim-btn-menu1 0.3s 0.3s ease forwards;
		animation: anim-btn-menu1 0.3s 0.3s ease forwards;
	}
	.push .btn-menu span:before {
		top: 9px;
		-webkit-animation: anim-btn-menu2 0.3s 0.3s ease forwards;
		animation: anim-btn-menu2 0.3s 0.3s ease forwards;
	}
	.is-sticky .btn-menu span:before,
	.is-sticky .btn-menu:before,
	.is-sticky .btn-menu:after {background:#111;}
	#main-nav {
		position:fixed;
		left:0;
		top:0;
		right:0;
		bottom:0;
		padding:70px 20px;
		height:100vh;
		background: rgba(0, 0, 0, 0.9);
		z-index:50;
		overflow-x:hidden;
		overflow-y:auto;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		opacity:0;
		width:100vw;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		font-size:18px;
		line-height:26px;
	}
	.push #main-nav {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity:1;
	}
	#main-nav > li {
		padding:8px 0;
		display:block;
	}
	.is-sticky #main-nav {background:#fff;}
	.posts {padding:30px 0;}
	.filter-nav li:before {display:none;}
	.posts .item {width:50%;}
	.posts .item.w-2x {width:50%;}
	.reserve-section .holder {
		padding:30px 0;
		font-size:16px;
		line-height:24px;
		height:320px;
	}
	.btn-filter {
		display:block;
		font-size:20px;
		padding:10px 25px;
		text-align:center;
		background: #222;
		margin:0 0 20px;
		-webkit-transition: all 0.3s ease-out;		transition: all 0.3s ease-out;
	}
	.btn-filter.active {color:#da0c14;}
	.btn-filter i {display:block;}
	.filter-nav {
		margin:0;
		font-size:15px;
		line-height:20px;
		padding:10px 0 5px;
		display:none;
	}
	.filter-nav li {
		display:block;
		padding:0 0 15px;
	}
	.posts .items {margin-top:0;}
	#footer {
		padding:25px 0;
		margin-top:-198px;
		min-height:198px;
	}
	#footer .social {padding-bottom:15px;}
	.btn-top {
		position:static;
		display:block;
		margin:15px auto 0;
	}
	#footer .container p {
		max-width:280px;
		margin-left:auto;
		margin-right:auto;
	}
	#wrapper {padding-bottom:198px;}
}
@media only screen and (max-width: 519px) {
	.posts .item {width:100%;}
	.posts .item.w-2x {width:100%;}
	.posts .item.h-2x .post figure {height:280px;}
}
@media only screen and (min-width: 768px) {
	.filter-nav {
		display:block !important;
		height:auto !important;
	}
}


/* tiago */
/* post page */
.intro-block {
    padding-top: 60px;
}
.intro-block h1 {
	text-align: center;
	margin: 50px 0;
}
/* post page */
.inner-page.page #wrapper {
	padding-top: 80px;
}
.inner-page.page .header {
	margin-top: 80px;
}
.inner-page #main .container.content {
	padding: 50px 100px;
} 
/* do the fine vertical red line on the bottom of the heading */
.inner-page.page #header::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	height: 21.0526%;
	width: 1px;
	background-color: red;
}
.inner-page.page #header .holder {
    height: unset;
    padding: 22.1875% 0 7.5%
}
.inner-page .is-sticky {
    margin-top: -79px;
}
@media only screen and (max-width: 767px) {
	.single-format-gallery .intro-block, .single-format-gallery .navigation.post-navigation {
		margin-top: 0;
	}
	/* .intro-block {
		padding-top: 0;
	} */
}
@media only screen and (max-width: 720px) {
	.inner-page #main .container.content {
		padding: 50px;
	}
	.container {
		padding:  0 50px;
	}
}


/* manifesto page */
.page .manifesto q {
	color: #D80C13;
}
.page .manifesto h1 {
	text-align: center;
	margin: 1em 0 1.5em 0;
}
.page .manifesto h2 {
	text-align: center;
	font-size: 32px;
	line-height: 120%;
}
.page .manifesto h4 {
	text-align: center;
	font-size: 17px;
	line-height: 250%;
}
.page .manifesto ol {
	columns: 2;
	column-count: 2;
	column-fill: balance;
	column-gap: 8vw;
	/* padding: 0 100px; */
	list-style: none;
	counter-reset: li;
	margin: 0;
	margin-top: 50px;
	padding: 0;
}
.page .manifesto ol li:first-of-type {
	margin-top: 0;
}
.page .manifesto ol li {
	font-size: 18px;
	line-height: 140%;
	margin-top: 1.25em;
}
.page .manifesto ol li:before {
	content:counter(li)'.'; /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	margin-right:8px;
	color: #D80C13;
}
/* manifesto comments section */
.mycomments-section {
	padding: 50px 0 80px 0;
	background-color: #FFF;
	color: #999;
}
.mycomments-section h3 {
	color: #111;
	text-transform: uppercase;
	font: normal 900 22px/140% 'Roboto Condensed', 'Helvetica', sans-serif;
}
.mycomments-section .row {
	/* padding: 0 60px; */
	margin: -1.5em;
}
.mycomment-form {
	width: 50%;
}
.mycomment-form .comment-notes {
	margin: 0 0 3em 0;
}
.mycomment-form input,
.mycomment-form textarea
 {
 	font-size: 15px;
 	color: #999999;
	padding: 1em 1.333em;
	background-color: #f7f7f7;
	border: 1px solid #E6E6E6;
}
.mycomment-form #submit {
	background-color: #222222;
	color: #FFF;
}
.mycomment-form #submit.btn:hover {
	background: #da0c14;
    color: #fff;
}
@media only screen and (max-width: 720px) {
	.page .manifesto ol {
		columns: 1;
		column-count: 1;
	}
	.mycomment-form {
    	width: 100%;
	}
	#respond #submit {
		width: 50%;
	}
}
@media only screen and (max-width: 560px) {
	#respond #submit {
		width: 100%;
	}
}


/* Post Format Gallery */
.single-format-gallery .container {
	padding: 0;
	max-width: unset;
}
.single-format-gallery article.content img {
	width: 100%;
	height: auto;
}
.single-format-gallery .intro-block, .single-format-gallery .navigation.post-navigation {
    max-width: 1220px;
    margin: 40px auto 0 auto;
    padding-left: 100px;
    padding-right: 100px;
}
.slideshow .slide {
	height: 85vh;
	min-height: 320px;
	position: relative;
	z-index: 0;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	cursor: grab;
}
.slideshow .slide > img {
	display: none;
}
.slick-prev::before, .slick-next::before {
    font-size: 80px;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slick-prev, .slick-next {
	z-index: 1;
	width: 80px;
	height: 80px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slick-next {
    right: 45px;
}
.slick-prev {
	left: 45px;	
}
@media only screen and (max-width: 767px) {
	
}


/* contacts page */
.contacts {
	padding-top: 80px;
}
.contacts h3 {
	font: 14pt/120% 'Roboto Condensed', Helvetica, sans-serif;	
	text-align: center;
}
.contacts p {
  text-align: center;
  font-size: 14px;
}
.contacts .team {
	max-width: 75%;
	margin: 0 auto;
}
.contacts .team .col {
    width: 50%;
}
.contacts .address {
	margin-top: 80px;
}
.contacts .address .col {
    width: 100%;
}
.contacts .address span {
  font-size: 12pt;
}
@media only screen and (max-width: 980px) {
	.contacts .team {
		max-width: 100%;
	}
}
@media only screen and (max-width: 790px) {
	.contacts .team .col {
    	width: 100%;
	}
	.contacts .team .col:last-of-type {
    	margin-top: 40px;
	}
	.contacts .address {
		margin-top: 40px;
	}
}

/* new 11.04.19 */

/* header */
#header .container {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#header .holder {
	width: 100%;
}
/* heading-gallery */
.heading-gallery {
	max-width: 100%;
}
.heading-gallery .slide {
	outline: none;
}
.heading-gallery h2 {
	font:italic 900 60px/108% 'Playfair Display', Times, serif;
}
/* content */
.content h5 {
	line-height: 1.125;
}
@media only screen and (max-width: 1219px) {
	.heading-gallery h2 {
		margin: 0;
		font-size:46px;
		line-height:48px;
	}
}
@media only screen and (max-width: 991px) {
	.heading-gallery h2 {
		font-size:40px;
		line-height:42px;
	}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.heading-gallery h2 {
		font-size:34px;
		line-height:38px;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 767px) {
	.heading-gallery h2 {
		font-size: 26px;
		line-height: 30px;
	}
}