/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/

@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Light.eot');
	src: url('../fonts/FuturaStd-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaStd-Light.html') format('woff2'), url('../fonts/FuturaStd-Light.woff') format('woff'), url('../fonts/FuturaStd-Light.ttf') format('truetype'), url('../fonts/FuturaStd-Light.svg#FuturaStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Heavy.eot');
	src: url('../fonts/FuturaStd-Heavyd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaStd-Heavy.html') format('woff2'), url('../fonts/FuturaStd-Heavy-2.html') format('woff'), url('../fonts/FuturaStd-Heavy.ttf') format('truetype'), url('../fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
}
:focus {
	outline: 0;
}
::selection {
	background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.1);
}
a {
	color: rgb(0, 0, 0);
	text-decoration: none !important;
}
a:hover {
	color: rgb(65, 64, 66);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Futura Std', Helvetica, Geneva, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
html,
body {
	min-height: 100%;
}
body {
	font-family: 'Futura Std', Helvetica, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1.4;
	direction: ltr;
	background: rgb(255, 255, 255);
	color: rgb(35, 31, 32);
	overflow-x: hidden;
}
.container-fluid {
	max-width: 1600px;
}
#header {
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgb(230, 230, 230);
	height: 66px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
#header > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.logo > img {
	height: 40px;
}
.lang-nav {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
.lang-nav > li {
	display: inline-block;
}
.lang-nav > li.active {
	font-weight: bold;
}
.lang-nav > li + li:before {
	content: '/';
	display: inline-block;
	vertical-align: middle;
}
#footer {
	padding: 40px 0;
	text-align: center;
}
.fblock {
	margin: 0 0 30px;
}
.fblock-header {
	margin: 0 0 15px;
}
.fblock-title {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.footer-nav {
	list-style-position: inside;
	list-style-type: square;
	margin: 0;
	padding: 0;
}
.social-nav {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}
.social-nav > li {
	display: inline-block;
	margin: 0 4px;
}
.social-nav > li > a > img {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
}
.social-nav > li > a > img {
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
}
.social-nav > li > a:hover > img {
	-webkit-filter: brightness(0%) invert(100%);
	filter: brightness(0%) invert(100%);
}
.contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contact-map {
	min-height: 300px;
	height: 100%;
	border: 1px solid rgb(102, 102, 102);
}
.powered a {
	color: rgb(77, 77, 77);
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px;
	position: relative;
	display: inline-block;
}
.powered a:hover {
	color: rgb(118, 118, 118);
}
.powered a:before {
	width: 0;
	height: 2px;
	background: rgb(195, 153, 108);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	content: '';
}
.powered a:hover:before {
	width: 100%;
}
.section {
	padding: 60px 0;
	position: relative;
}
.section-wrapper {
	position: relative;
	z-index: 1;
}
.section-header {
	margin: 0 0 40px;
	display: -ms-flexbox;
	display: flex;
}
.section-footer {
	margin: 40px 0 0;
}
.section-title {
	font-family: 'Futura Std', sans-serif;
	font-weight: bold;
	font-size: 34px;
	color: rgb(26, 26, 26);
	text-transform: uppercase;
	margin: 0;
}
.section-subtitle {
	font-family: 'Futura Std', sans-serif;
	font-weight: normal;
	font-size: 27px;
	letter-spacing: 0.19px;
	color: rgb(102, 102, 102);
}
.button {
	height: 32px;
	line-height: 30px;
	padding: 0 20px;
	font-family: 'Futura Std', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.82px;
	background: transparent;
	border: 1px solid transparent;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
}
.button-primary {
	background: rgb(237, 229, 212);
	border-color: rgb(237, 229, 212);
	color: rgb(51, 51, 51);
}
.button-primary:hover {
	background: rgb(51, 51, 51);
	border-color: rgb(51, 51, 51);
	color: rgb(237, 229, 212);
}
.button-outline-light {
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
}
.button-outline-light:hover {
	background: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
}
.button-dark {
	background: rgb(35, 31, 32);
	border-color: rgb(35, 31, 32);
	color: rgb(255, 255, 255);
}
.button-dark:hover {
	background: rgb(255, 255, 255);
	border-color: rgb(35, 31, 32);
	color: rgb(35, 31, 32);
}
.button-outline-dark {
	border-color: rgb(35, 31, 32);
	color: rgb(35, 31, 32);
}
.button-outline-dark:hover {
	background: rgb(35, 31, 32);
	border-color: rgb(35, 31, 32);
	color: rgb(255, 255, 255);
}
.button.animate > span {
	transition: all 0.6s ease;
	opacity: 1;
}
.bg-gray {
	background: rgb(235, 234, 228);
}
.img-fluid {
	max-width: 100%;
}
.vww {
	width: 100vw;
}
.vwh {
	width: 100vh;
}
.vhh {
	height: 100vh;
}
.vhw {
	height: 100vw;
}
.pagination {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
}
.pagination > li > a,
.pagination > li > span {
	height: 38px;
	min-width: 38px;
	line-height: 35px;
	text-align: center;
	padding: 0 15px;
	border-top: 3px solid rgb(189, 189, 189);
	display: block;
}
.pagination > li.active > span {
	background: rgb(255, 255, 255);
	border-top-color: #5484A2rgb;
	font-weight: bold;
}
.pagination > li:hover > a {
	border-top-color: rgb(66, 66, 66);
}
#page-header {
	padding: 100px 0 0;
}
.entry-title,
.page-title {
	font-size: 30px;
	font-family: 'Futura Std', sans-serif;
}
#page-body {
	padding: 50px 0 100px;
	color: rgb(2, 2, 2);
}
#header + #page-body {
	padding-top: 100px;
}
.card-img {
	width: 100%;
}
.card {
	position: relative;
}
.row:not(.no-gutters) > div > .card {
	margin: 0 auto 30px;
}
.card-header {
	position: relative;
}
.card-body {
	padding: 15px 0 0;
}
.card-overlay .card-body {
	background: rgba(195, 153, 108, 0.85);
	color: rgb(255, 255, 255);
	padding: 15px;
	text-align: center;
	opacity: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}
.card-overlay:hover .card-body {
	opacity: 1;
}
.card-subtitle {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: normal;
}
ul.card-subtitle {
	padding: 0;
	list-style-type: none;
}
ul.card-subtitle > li {
	display: inline-block;
}
ul.card-subtitle > li + li:before {
	content: '/';
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.row.gallery-list > div {
	margin: 0 auto 30px;
}
.gallery-list .card,
.gallery-list .card .card-header {
	height: 100%;
}
.slide-item {
	position: relative;
	overflow: hidden;
}
.slide-item img {
	width: 100%;
}
.subsection-cover > img,
.section-cover > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-cover > img + img {
	margin-top: 30px;
}
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}
.overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 10;
	cursor: pointer;
}
.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2001;
	cursor: pointer;
}
.body-overflow {
	overflow: hidden;
}
.btn,
.form-control {
	border-radius: 0;
	box-shadow: none !important;
}
.form-control {
	border-color: rgb(102, 102, 102);
}
.form-control:focus {
	border-color: rgb(35, 31, 32);
}
.btn,
label,
th,
.control-label {
	font-weight: normal;
	font-family: 'Futura Std', sans-serif;
	font-weight: Bold;
	font-size: 14px;
}
ol {
	list-style-type: decimal;
}
/* Custom */

.section-tab {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
}
.section-about .tab-pane ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.section-contact {
	background: url(../img/bg-footer.jpg) no-repeat center bottom;
	background-size: cover;
}
.section-contact:before {
	background: rgba(208, 186, 152, 0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}
.section.section-slideshow {
	padding: 0;
}
.article-list .card .card-link {
	font-weight: bold;
	float: right;
}
.event-item {
	margin: 0 0 30px;
}
.event-item-title {
	color: rgb(109, 110, 113);
}
.event-item-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
}
.event-item-meta > li + li:before {
	content: '|';
	font-weight: bold;
	margin: 0 4px;
	display: inline-flex;
}
.event-item-footer {
	margin: 15px 0 0;
}
.media-image img {
	width: 100%;
}
.media-details {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.media-details>li+li {
	margin-top: 10px;
}
.media-details>li>div {
	display: inline-block;
}
.media-details>li>div>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.media-details>li>div>ul>li {
	display: inline-block;
}
.media-details>li>div>ul>li+li:before {
	content: ',';
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.album.music-list {
	counter-reset: album-track-counter;
}
.album.music-list>div .music-item .music-item-title:before {
	content: counter(album-track-counter, decimal) '-';
	counter-increment: album-track-counter;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.subsection + .subsection {
	margin-top: 15px;
}
.subsection-header {
	margin: 0 0 15px;
}
body.single-album .subsection-header {
	margin: 0 0 30px;
	padding: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(189, 189, 189);
}
.subsection-title {
	font-size: 18px;
	margin: 0;
}
.contactbar .block + .block {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted rgb(35, 31, 32);
}
.block-header {
	text-align: center;
	margin: 0 0 10px;
}
.block-title {
	margin: 0;
	font-size: 17px;
}
.scroll-mouse {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-filter: brightness(0%) invert(100%);
	filter: brightness(0%) invert(100%);
	z-index: 1;
}
.scroll-mouse > img {
	display: block;
	height: 50px;
	margin: 0 auto 10px;
}
/*Plugins*/

.owl-nav > button.disabled {
	opacity: 0;
	pointer-events: none;
	cursor: default;
}
/*CMS*/

.entry-content img {
	max-width: 100%;
	margin: 0 0 1.5em 0;
	height: auto !important;
}
.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone,
img.alignnone {
	/* not sure about this one */
}
.post-image-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.post-image-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.post-image-caption p.post-image-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 10px 0 0;
	text-align: center;
	list-style: none;
}
.gallery-caption {
	font-size: 11px;
}
.gallery-columns-0 .gallery-item {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-columns-10 .gallery-item {
	width: 10%;
}
.gallery-columns-11 .gallery-item {
	width: 9.09%;
}
.gallery-columns-12 .gallery-item {
	width: 8.33%;
}
.gallery-columns-13 .gallery-item {
	width: 7.69%;
}
.gallery-columns-14 .gallery-item {
	width: 7.14%;
}
.gallery-columns-15 .gallery-item {
	width: 6.66%;
}
.gallery-columns-16 .gallery-item {
	width: 6.25%;
}
.gallery-columns-17 .gallery-item {
	width: 5.88%;
}
.gallery-columns-18 .gallery-item {
	width: 5.55%;
}
.gallery-columns-19 .gallery-item {
	width: 5.26%;
}
.gallery-columns-20 .gallery-item {
	width: 5%;
}
.gallery-columns-21 .gallery-item {
	width: 4.76%;
}
.gallery-columns-22 .gallery-item {
	width: 4.54%;
}
.gallery-columns-23 .gallery-item {
	width: 4.34%;
}
.gallery-columns-24 .gallery-item {
	width: 4.16%;
}
.gallery-columns-25 .gallery-item {
	width: 4%;
}
.gallery-columns-26 .gallery-item {
	width: 3.84%;
}
.gallery-columns-27 .gallery-item {
	width: 3.7%;
}
.gallery-columns-28 .gallery-item {
	width: 3.57%;
}
.gallery-columns-29 .gallery-item {
	width: 3.44%;
}
.gallery-columns-30 .gallery-item {
	width: 3.33%;
}
/*Responsive*/

@media(max-width: 767.98px) {
	.nav-toggle {
		border: none;
		background: none;
		font-weight: bold;
		margin-left: auto;
	}
	#navigation {
		padding: 100px 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.9);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		opacity: 0;
		text-align: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-ms-transition: 0.8s;
		-o-transition: 0.8s;
		transition: 0.8s;
	}
	#navigation.active {
		visibility: visible;
		opacity: 1;
	}
	#navigation > ul {
		width: 300px;
		max-width: 90%;
		margin: 0;
		padding: 0;
		list-style: none;
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	#navigation.active > ul {
		margin: 0;
		padding: 0;
		list-style: none;
		-webkit-transition: 0.75s 0.3s;
		-moz-transition: 0.75s 0.3s;
		-ms-transition: 0.75s 0.3s;
		-o-transition: 0.75s 0.3s;
		transition: 0.75s 0.3s;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	#navigation > ul > li + li {
		margin-top: 30px;
	}
	#navigation > ul > li > a {
		font-size: 1.875rem;
		font-weight: normal;
		padding: 0 10px;
		line-height: 1;
		text-transform: uppercase;
		color: rgb(255, 255, 255);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: inline-block;
		position: relative;
	}
	#navigation > ul:hover > li > a {
		color: rgb(114, 114, 114);
	}
	#navigation > ul:hover > li > a:hover.
	#navigation > ul > li.current-menu-item > a:hover {
		color: rgb(255, 255, 255);
	}
	.section-slideshow {
		margin-top: 66px;
	}
	.section-header,
	.section-tab {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.section-tab {
		display: none;
	}
	.scroll-mouse {
		display: none;
	}
}
@media(min-width: 768px) {
	.nav-toggle {
		display: none;
	}
	#navigation {
		margin-left: auto;
	}
	#navigation > ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#navigation > ul > li.menu-item-middle {
		margin-left: auto;
	}
	#navigation > ul > li {
		display: inline-block;
	}
	#navigation > ul > li > a {
		font-weight: normal;
		display: block;
		position: relative;
		padding: 0 10px;
		z-index: 1;
	}
	#navigation > ul > li:hover > a:before,
	#navigation > ul > li.current-menu-item > a:before {
		background: rgb(230, 226, 218);
		width: 100%;
		height: 8px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: '';
		z-index: -1;
	}
	#navigation > ul > li.current-menu-item > a {
		font-weight: bold;
	}
	.section-full {
		width: 100%;
		min-height: 100vh;
	}
	.vcenter {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.vcenter > div {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.article-list .card {
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 30px;
	}
	.article-list .card .card-header {
		min-width: 180px;
		max-width: 180px;
	}
	.section-blog .article-list .card .card-header {
		min-width: 150px;
		max-width: 150px;
	}
	.article-list .card .card-body {
		padding: 0 0 0 20px;
	}
	.slide-item img {
		height: 100vh;
		object-fit: cover;
	}
	.copyright,
	.powered {
		display: inline-block;
	}
	.powered:before {
		content: '|';
		font-weight: bold;
		margin: 0 10px 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	.section-header {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.section-title {
		line-height: 1;
		margin-right: 30px;
		white-space: nowrap;
	}
	.section-nav {
		width: 100%;
		border-bottom: 2px solid rgb(166, 168, 171);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.section-more,
	.section-tab > li > a {
		padding: 5px 10px;
		position: relative;
		display: block;
	}
	.section-tab > li.active > a {
		font-weight: bold;
	}
	.section-more:hover:after,
	.section-tab > li > a:hover:after,
	.section-tab > li.active > a:after {
		width: 100%;
		height: 2px;
		background: rgb(35, 31, 32);
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		content: '';
	}
	.section-tab > li.active > a:after {
		background: rgb(255, 255, 255);
	}
}