/*
Theme Name: BisArtGallery2019, based on RokoPhoto Lite
Theme URI: https://themeisle.com/themes/rokophoto/
Author: ThemeIsle
Author URI: https://themeisle.com
Description: RokoPhoto Lite is theme made for photographers with a stylish front-page for you to photograph some of your best work. This theme also includes 2 different types of sliders, portfolio section, as well as built-in contact form.
Version: 1.1.21
Tags: one-column, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rokophoto
*/

/***********************
******* General ********
***********************/

body {
	overflow: hidden;
	color: #536d76;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
}

html {
	overflow-x: hidden;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased !important;
	line-height: 1.75;
}

p.large {
	margin-bottom: -10px;
	padding-top: 40px;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}

p.small {
	margin-top: -10px;
	margin-bottom: -10px;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
}

p.atext {
	left: 0;
	width: 60%;
	padding-top: 20px;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
}

a {
	color: #000;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #fec503;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

a:hover .hover-fill,
a:focus .hover-fill,
a:active .hover-fill,
a.active .hover-fill {
	fill: #fec503 !important;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}



a.tel {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h1 {
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 5px;
	text-transform: uppercase;
}
h1.smaller {
	font-size: 24px;
}

h2 {
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 8px;
	text-transform: uppercase;
}

h4 {
	margin-bottom: -10px;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
	line-height: 20px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

h5 {
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 5px;
	word-spacing: 10px;
	text-transform: none;
}

h6 {
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased !important;
	text-transform: none;
}

hr {
	width: 90%;
	height: 5px;
	margin: 0 auto;
	border-top: 5px solid #fff;
}

h2 a:hover {
	text-decoration: none;
}

.avatar {
	float: left;
	margin-right: 25px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}

pre {
	text-align: left;
}

.rokophoto_only_customizer {
	display: none !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
	display: block;
}

/**************************
******* Navigation ********
**************************/
.main-navigation {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	z-index: 99999;
	left: -999em;
	text-align: left;
}

.main-navigation ul ul ul {
	top: 0;
	left: -999em;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 5px 14px;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

/* Pirate Forms */
.pirate_forms_three_inputs_wrap {
	float: left;
	width: 49%;
}

.pirate_forms_three_inputs_wrap .pirate_forms_three_inputs {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}



.pirate_forms .contact_message_wrap {
	float: right;
	width: 50%;
	padding-right: 0;
}

.pirate_forms .contact_message_wrap textarea {
	height: 225px;
	padding: 20px;
}

.pirate_forms_wrap .form_field_wrap {
	margin-bottom: 11px;
}

.pirate_forms .col-sm-6.contact_submit_wrap .pirate-forms-submit-button {
	float: right;
}

.pirate_forms .contact_submit_wrap {
	width: 100%;
	text-align: center;
}

.pirate_forms #pirate-forms-captcha > div {
	display: inline-block;
}

.pirate_forms .form_captcha_wrap {
	width: 100%;
}

.pirate_forms_thankyou_wrap,
.pirate_forms_error_box {
	padding: 15px;
	border-color: #fff;
	border-radius: 0;
	color: #000;
	background-color: #fff;
	text-align: center;
}

.pirate_forms_thankyou_wrap p,
.pirate_forms_error_box p {
	margin: 0;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
	.main-navigation {
		position: absolute;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
		text-align: left;
	}

	.main-navigation ul li {
		width: 100%;
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul {
		display: block;
		position: relative;
		left: auto;
		padding-left: 20px;
		text-align: left;
	}

	.main-navigation ul ul a {
		width: auto !important;
	}

	.main-navigation ul ul li:hover > ul {
		left: auto;
	}
}

.navbar-default.navbar-shrink ul ul {
	background-color: #efefef;
}

.navbar-default {
	border-color: transparent;
	background-color: #efefef;
	text-align: center;
	margin: 0;
}

.navbar-default .navbar-brand img {
	max-width: 100%;
	max-height: 100px;
	margin-top: -10px;
	color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
	color: #010101;
}

.navbar-default .navbar-collapse {
	border-color: rgba(0,0,0,0.02);
}

.navbar-default .navbar-toggle {
	border-color: #010101;
	background-color: transparent;
}

.navbar-toggle {
	float: right;
	position: relative;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	padding: 9px 10px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #010101;
}

@media (min-width: 768px) {
	.align-vertical {
		display: table;
		width: 100%;
	}

	.navbar-header {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}

	.menu-container {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}

.navbar-brand {
	height: auto;
}

.navbar-default .navbar-toggle .navbar-brand {
	width: 55px;
	height: 55px;
	margin-top: -15px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fed136;
}

.navbar-default .nav li a {
	color: #010101;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #fed136;
}

.navbar-default .navbar-nav > .active > a {
	border-radius: 0;
	color: #fec503;
	background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fec503;
	background-color: transparent !important;
}

@media (min-width:768px) {
	.navbar-default {
		padding: 0;
		border: 0;
		-webkit-transition: padding 0.3s;
		transition: padding 0.3s;
	}

	.navbar-default .navbar-nav > .active > a {
		border-radius: 3px;
	}

	.navbar-default.navbar-shrink {
		padding: 0;
	}

	.navbar-default.navbar-shrink .navbar-brand img {
		width: 55px;
		height: 55px;
		margin-top: -15px;
		-webkit-transition: padding 0.3s;
		transition: padding 0.3s;
	}
}

/**************************
********** Header *********
**************************/
.carousel-caption {
	display: table;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 776px;
	padding-bottom: 30px;
}

.carousel-caption .content {
	display: table-cell;
	background: none;
	vertical-align: middle;
}

.text {
	margin-right: 20%;
	margin-left: 20%;
}

.content {
	z-index: -1;
	padding: 40px;
	background: rgba(0, 0, 0, 0.20);
}

.post-content {
	font-size: 14px;
	text-align: justify;
}

.post-content_narrow {
	max-width: 800px;
	margin: 0 auto;
}

.carousel-fade .item {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	opacity: 0.9;
	color: #fec503;
	text-decoration: none;

	filter: alpha(opacity=90);
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: auto;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
	z-index: 2;
	left: 0;
	opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
	top: 50%;
	width: 78px;
	height: 78px;
	background-image: none;
}

.carousel-control.right img,
.carousel-control.left img {
	margin-top: -57%;
}

.carousel-control.right {
	right: 20px;
}

.carousel-control.left {
	left: 20px;
}

.carousel-caption {
	display: table;
	overflow: hidden;
}

.carousel-caption h1 {
	margin: 0;
}

.carousel-caption .content {
	padding: 0;
}

.carousel-content-wrap {
	padding: 15px 0 20px;
	background: rgba(0, 0, 0, 0.20);
}

.carousel-fade .next,
.carousel-fade .prev {
	z-index: 1;
	left: 0;
	opacity: 1;
}

.carousel-control {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	opacity: 0.5;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	font-size: 20px;
	text-align: center;
}

.slider-item-wrap {
	display: block;
	width: 100%;
	height: 776px;
	background-position: top center;
	background-size: cover;
}

.corousel-image-hidden {
	display: none !important;
}

/**************************
***** Vision/Mission ******
**************************/
.carousel-indicators {
	position: absolute;
	z-index: 15;
	bottom: 30px;
	left: 50%;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 30px;
	height: 10px;
	padding: 0 20px;
	border: 1px solid #fec503;
	border-radius: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0);
	text-indent: -999px;
	cursor: pointer;
}

.carousel-indicators .active {
	width: 30px;
	height: 12px;
	margin: 0;
	background-color: #fec503;
}

#vision {
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
}

.light-overlay {
	height: 160px;
	padding-top: 30px;
	background: rgba(255, 255, 255, 0.8);
}

.ptitle {
	color: #535353;
	text-align: center;
}

.vision {
	color: #fff;
	text-align: center;
}

.vision-border a,
.vision-border a:hover {
	color: #fff;
	text-decoration: none;
}

.vision-border:hover > h2,
.vision-border:hover {
	border-color: #fec503;
	color: #fec503;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.vision-border:hover > h4,
.vision-border:hover > h6 {
	color: #fff;
}

.vision div.vision-border {
	padding: 20px;
}

.vision-border {
	width: 40%;
	padding: 5px 10px;
	border: 2px solid #fff;
}

.centered {
	margin: auto;
}

@font-face {
	font-family: "feathericons";
	src: url("../fonts/feathericons/feathericons.eot?-8is7zf");
	src: url("../fonts/feathericons/feathericons.eot?#iefix-8is7zf") format("embedded-opentype"), url("../fonts/feathericons/feathericons.woff?-8is7zf") format("woff"), url("../fonts/feathericons/feathericons.ttf?-8is7zf") format("truetype"), url("../fonts/feathericons/feathericons.svg?-8is7zf#feathericons") format("svg");
	font-weight: normal;
	font-style: normal;
}

/**************************
********** Blog ***********
**************************/
.header-overlay {
	height: 260px;
	padding-top: 100px;
	color: #000;
	background: #efefef;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.header-overlay {
		padding-top: 50px;
		height: auto;
	}
}
.header-overlay__title,
.header-overlay__title:hover {
	display: block;
	margin: 30px 0 0;
	padding: 0 0 20px;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog {
	float: left;
	width: 100%;
	padding: 0 10px 50px;
	color: #000;
	background: #fff;
	text-align: center;
}

.home.blog {
	padding-bottom: 0;
}

.frontpage {
	text-align: justify;
}

.blog-border:hover > h2,
.blog-border:hover {
	border-color: #fec503;
	color: #fec503;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.blog-border:hover > h4,
.blog-border:hover > h6 {
	color: #fff;
}

.blog div.blog-border {
	padding: 20px;
}

.blog-border {
	padding: 5px 10px;
	border: 2px solid #fff;
}

.blog .post img {
	max-width: 100%;
	height: auto;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.videoWrapper {
	position: relative;
	height: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 25px;
	padding-bottom: 56.25%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-posts,
.blog-post {
	margin-top: 50px;
}
@media (max-width:768px) {
	.blog-posts,
	.blog-post {
		margin-top: 20px;
	}
}

.blog-posts .post p {
	margin-bottom: 30px;
}

.blog .post-header {
	margin-top: 60px;
	margin-bottom: 60px;
}

.blog-post .post a {
	text-decoration: underline;
}

.blog-post .post .big {
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 768px) {
	.blog-post .post .big {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.blog-post .post big,
.blog-post .post .big,
.blog-post .post .big p {
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
}

.blog-post .post big strong,
.blog-post .post .big strong {
	font-weight: 400;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
}

.blog-post .post .medium,
.blog-post .post .medium p {
	font-weight: 300;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
/*	letter-spacing: 1px;*/
}

.blog-post .post .medium strong {
	font-weight: 400;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
}

.blog-post .post p {
	text-align: left;
}

.blog-post .post p,
.blog-post .post ol,
.blog-post .post ul,
.blog-post .post .wp-caption {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-post .post .wp-caption-text {
	margin-top: 0;
	color: #666;
	font-weight: normal;
}

.blog-post .post blockquote {
	font-size: 18px;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
}
@media (max-width:768px) {
	.blog-post .post blockquote {
		width: 100%;
	}
}

.blog-post .post blockquote p {
	font-size: 18px;
	margin-top: 0;
}

.divider {
	position: relative;
	width: 100%;
	height: 5px;
	padding-top: 80px;
	border-bottom: 2px dashed #000;
}

.pagination {
	padding-top: 80px;
}

.pagination > li > a,
.pagination > li > span {
	float: left;
	position: relative;
	margin-left: -1px;
	padding: 6px 12px;
	border: 1px solid #777;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.42857143;
	text-decoration: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > li > a:focus,
.pagination > li > span:focus {
	border-color: #777;
	color: #000;
	background-color: #fec503;
}

.clearfix:after {
	display: table;
	clear: both;
	content: "";
}

#footer {
	background: #e1e1e1;
	color: #666;
	padding: 50px 0;
	overflow: hidden;
	clear: both;
}

.footer__text {
	font-size: 16px;
	float: left;
	width: 66%;
}
@media (max-width: 768px) {
	.footer__text {
		float: none;
		width: 100%;
	}
}
.footer__text a {
	text-decoration: underline;
}

#bsocials {
	float: left;
	width: 33%;
	height: auto;
	padding-top: 40px;
	text-align: center;
}
@media (max-width: 768px) {
	#bsocials {
		float: none;
		width: 100%;
	}
}

#bsocials p {
	color: #fff;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 2px;
	text-transform: none;
}

#bsocials span.follow {
	width: 280px;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 8px;
	text-transform: uppercase;
}

#bsocials p span {
	display: inline-block;
	vertical-align: middle;
}

#bsocials span.follow:hover {
	border: 1px solid #fec503;
	color: #fec503;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

#bsocials a {
	color: #4b4b4b;
}

#bsocials a:hover {
	color: #fec503;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

/**************************
*** Single Blog Section ***
**************************/
.breadcrumb {
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
}

ol.breadcrumb {
	background: none;
	font-size: 14px;
	text-align: center;
}

ol.breadcrumb a {
	color: #fff;
}

.breadcrumb > .active {
	color: #fec503;
}

.comments-wrap {
	float: left;
	width: 100%;
	padding-bottom: 100px;
	background: rgba(255,255,255,0.95);
}

#comments {
	color: #000;
}

.comment-text {
	font-size: 14px;
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.add-bottom {
	padding-bottom: 80px;
}

.comment-container {
	width: 100%;
}

.comment-container td {
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 1px solid #e5e5e5;
}

a.btn.pull-right {
	padding: 2px 15px;
	border: 1px dotted;
	font-size: 12px;
	font-weight: 500;
}

a.btn.pull-right:hover {
	padding: 2px 15px;
	border: 1px dotted #fec503;
	color: #fec503;
	font-size: 12px;
	font-weight: 500;
}

.commentlist > li:first-child > .comment-container td {
	padding-top: 0;
	border: none;
}

.comment-author {
	margin-right: 25px;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
}

#commentform {
	text-align: center;
}

#commentform h4 {
	padding-bottom: 40px;
	color: #000;
}

.comment-date {
	color: #999;
	font-size: 12px;
}

#commentform .form-group {
	margin-bottom: 25px;
}

#commentform .form-group input,
#commentform .form-group textarea {
	padding: 20px;
}

#commentform .form-group input.form-control {
	height: auto;
}

#commentform .form-group textarea.form-control {
	height: 236px;
}

#commentform .form-control:focus {
	border-color: #fec503;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#commentform::-webkit-input-placeholder {
	color: #bbb;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#commentform:-moz-placeholder {
	color: #bbb;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#commentform::-moz-placeholder {
	color: #bbb;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#commentform:-ms-input-placeholder {
	color: #bbb;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#commentform .text-danger {
	color: #fec503;
}

.btn-comment {
	width: 180px;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	background: transparent;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased !important;
	line-height: 10px;
	text-transform: uppercase;
}

#commentform .form-control {
	color: #000;
}

#commentform .alert-danger {
	border-color: #c6c6c6;
	color: #000;
}

.commentlist ul {
	margin-left: 70px;
	padding: 0;
	list-style: none;
}

#comments {
	margin-right: 0;
}

#comments .entry-comments {
	display: inline-block;
	float: none;
	margin-bottom: 70px;
	font-weight: 400;
	line-height: 1.42857143;
	text-transform: uppercase;
}

.commentlist {
	margin-bottom: 40px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}

.commentlist td {
	vertical-align: top;
}

.commentlist p {
	margin-bottom: 20px;
	text-align: justify;
}

.comment-container td {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #e5e5e5;
}

.commentlist > li:first-child > .comment-container td {
	padding-top: 0;
	border: none;
}

.comment-avatar {
	width: 70px;
	padding-right: 20px;
}

.comment-avatar img {
	border-radius: 0;
}

.comment-header {
	position: relative;
	margin-bottom: 10px;
	padding-right: 58px;
}

.comment-author {
	margin-right: 15px;
	font-weight: 400;
}

.comment-date {
	color: #999;
}

.comment-body {
	clear: both;
}

.comment-body em {
	font-size: 14px;
}

.form-submit .submit {
	width: auto;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	background: none repeat scroll 0 0 transparent;
	font-family: "Open Sans","Trebuchet MS",Arial,sans-serif;
	font-size: 16px;
	line-height: 1;
	white-space: pre-wrap;
	text-transform: uppercase;
}

.comment-reply-link {
	position: absolute;
	top: -2px;
	right: 0;
	padding: 2px 12px;
	border: 1px dotted;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 500;
}

#cancel-comment-reply-link {
	float: right;
	padding: 2px 12px;
	border: 1px dotted;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 500;
}

.children .comment-form .col-md-6:nth-child(2) {
	padding-left: 0;
}

.children .comment-form .col-md-6:nth-child(3) {
	padding-right: 0;
}

.comment-reply-link:hover {
	text-decoration: none;
}

.comment-notes {
	margin-bottom: 30px;
}

.comments-wrap .add-bottom {
	padding-top: 50px;
	border-top: 2px dashed #000;
}

/**************************
******** Sidebar ********
**************************/
.secondary-top,
.secondary-bottom {
	float: left;
	width: 100%;
	background: rgba(255,255,255,0.95);
}

.secondary-top .widget,
.secondary-bottom .widget {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dashed #c5c5c5;
}

h2.widgettitle {
	float: left;
	width: 100%;
	font-family: "Open Sans","Trebuchet MS",Arial,sans-serif;
	font-size: 24px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
	text-align: center;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.widget-area > li {
	list-style: none;
}

.widget-area label.screen-reader-text {
	display: none;
}

.widget.widget_search {
	text-align: center;
}

.widget.widget_search input[type="text"] {
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	line-height: 20px;
}

.widget.widget_search input[type="submit"] {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-color: rgba(255, 186, 0, 0);
	border-radius: 0;
	color: #fff;
	background-color: #000;
	background-image: none;
	font-family: "Open Sans","Trebuchet MS",Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.widget.widget_search input[type="submit"]:hover {
	color: #fff;
	background-color: #ffbe00;
}

.widget select {
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	line-height: 20px;
}

.widget ul {
	float: left;
	width: 100%;
}

.widget > ul {
	margin-left: 0;
	padding-left: 0;
}

.widget ul li {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	list-style: none;
}

.widget.widget_text {
	text-align: center;
}

.widget-area > li:last-child {
	border: none;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-spacing: 1px;
	border-collapse: separate;
}

.widget_calendar caption {
	margin: 0;
	font-size: 14px;
	line-height: 40px;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
	font-weight: bold;
}

.widget_calendar a:hover {
	color: #fff;
	background-color: #ffbe01;
	text-decoration: none;
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

#calendar_wrap {
	float: left;
	width: 100%;
}

.widget.widget_calendar table {
	width: 100%;
	max-width: 500px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 25px;
}

.widget.widget_calendar table thead {
	color: #fff;
	background-color: #222;
}

/**************************
******** Portfolio ********
**************************/
.grid {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	list-style: none;
}

/* Common style */
.grid figure {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 33.433%;
	height: 400px;
	margin: -0.20em;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	display: block;
	position: relative;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	opacity: 0;
	font-size: 0;
	white-space: nowrap;
	text-indent: 200%;
}

.grid figure h2 {
	font-weight: 300;
	word-spacing: -0.15em;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 100%;
	letter-spacing: 1px;
}

#portfolio .effect-portfolio .img-responsive {
	margin-bottom: -40px;
}

#portfolio.grid figure {
	height: auto;
}

.effect-portfolio-inner-wrap {
	display: table;
	float: left;
	width: 100%;
	height: 100%;
}

.effect-portfolio-inner {
	display: table-cell;
	vertical-align: middle;
}

figure.effect-portfolio h2 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/**************************
**** Portfolio Effects ****
**************************/
figure.effect-portfolio {
	background: rgba(0, 0, 0, 1);
}

figure.effect-portfolio img {
	min-width: 100%;
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
}

figure.effect-portfolio figcaption {
	padding: 4em;
}

figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after {
	position: absolute;
	opacity: 0;
	content: "";
}

figure.effect-portfolio figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-portfolio figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-portfolio h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-portfolio p {
	padding: 0.5em 2em;
	opacity: 0;
	text-transform: none;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-portfolio img,
figure.effect-portfolio h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-portfolio img,
figure.effect-portfolio figcaption::before,
figure.effect-portfolio figcaption::after,
figure.effect-portfolio p {
	-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;
}

figure.effect-portfolio:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-portfolio:hover figcaption::before,
figure.effect-portfolio:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-portfolio:hover h2 {
	color: #fed136;
}

figure.effect-portfolio:hover figcaption::after,
figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p,
figure.effect-portfolio:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}

	.grid figure figcaption {
		font-size: 120%;
	}
}

@media screen and (max-width: 41.5em) {
	.grid figure {
		width: 100%;
	}
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	width: 100%;
	padding: 7px 15px;
	border-radius: 0;
	color: #fff;
	color: #fec503;
	background: #000;
	font: 18px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.carousel-control.right span.fa,
.carousel-control.left span.fa {
	width: 45px;
	height: 45px;
	padding: 2px 15px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.carousel-control.right span.fa:hover,
.carousel-control.left span.fa:hover {
	border: 1px solid #ffbe00;
}

/**************************
***** Portfolio Modal *****
**************************/
.btn-primary {
	border-color: rgba(255, 186, 0, 0);
	border-radius: 0;
	color: #fff;
	background-color: #000;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	border-color: #ffd000;
	color: #fff;
	background-color: #ffbe00;
}

.portfolio-modal .modal-content {
	min-height: 100%;
	padding: 100px 0;
	border: 0;
	border-radius: 0;
	color: #000;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.portfolio-modal .modal-content h2 {
	margin-bottom: 45px;
	font-size: 3em;
}

.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
	color: #000;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	line-height: 10px;
	letter-spacing: 2px;
	text-transform: none;
}

.portfolio-modal .modal-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/**************************
***** Call-to-action ******
**************************/
#subscribe {
	height: auto;
	min-height: 150px;
	max-height: 500px;
	margin-top: -2px;
	padding-top: 35px;
	padding-bottom: 45px;
	color: #fff;
	background-color: #000;
}

#subscribe p {
	display: inline-block;
	margin-top: 27px;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	vertical-align: middle;
	letter-spacing: 2px;
	text-transform: none;
}

#subscribe span.btn:hover {
	color: #fed136;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#subscribe span.right {
	float: right;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
	line-height: 30px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

#subscribe span.right:hover {
	border: 1px solid #fed136;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

/**************************
****** About Section ******
**************************/
#about {
	height: auto;
	max-height: 2000px;
	margin-top: -1px;
	padding: 180px;
	color: #fff;
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.about-content {
	padding-bottom: 40px;
}

#about h2 {
	width: 400px;
	padding: 20px;
	border: 2px solid #fff;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 44px;
	-webkit-font-smoothing: antialiased !important;
	line-height: 30px;
	text-transform: uppercase;
}

/**************************
***** Social Connect ******
**************************/
#socials {
	height: auto;
	min-height: 275px;
	max-height: 500px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: #fff;
	text-align: center;
}

#socials p {
	color: #000;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 2px;
	text-transform: none;
}

#socials span.follow {
	width: 280px;
	padding: 5px;
	border: 1px solid #000;
	color: #000;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
	letter-spacing: 8px;
	text-transform: uppercase;
}

#socials p span {
	display: inline-block;
	vertical-align: middle;
}

#socials span.follow:hover {
	border: 1px solid #fec503;
	color: #fec503;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

#socials span {
	color: #000;
	font-size: 14px;
}

ol.social li {
	display: inline-block;
	padding: 0 10px;
	color: #000;
	list-style-type: disc;

	-webkit-margin-after: 1em;
	-webkit-margin-before: 1em;
	-webkit-margin-end: 0;
	-webkit-margin-start: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}

ol {
	display: block;
	list-style-type: decimal;

	-webkit-margin-after: 1em;
	-webkit-margin-before: 1em;
	-webkit-margin-end: 0;
	-webkit-margin-start: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}

ol.social {
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}



/**************************
****** Contact Form *******
**************************/
.btn-send {
	width: auto;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	background: transparent;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased !important;
	line-height: 1;
	white-space: pre-wrap;
	text-transform: uppercase;
}

.btn-send:hover,
.btn:focus {
	border: 1px solid #fec503;
	color: #fec503;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.btn:focus {
	text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none;
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

#contact {
	padding-bottom: 80px;
	color: #fff;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	border: 1px solid #000000;
	border-radius: 0;
	color: #000000;
	background-color: rgba(255, 255, 255, 0);
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
}

.alert-danger {
	border-color: #fff;
	border-radius: 0;
	color: #fec503;
	background-color: rgba(242, 222, 222, 0);
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: 1px;
}

#contact .close {
	opacity: 0.5;
	color: #fec503;
}

.alert-success {
	border-color: #fff;
	border-radius: 0;
	color: #000;
	background-color: #fff;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 1px;
}



/* === CUSTOM STYLES 2019  === */
/*.gallery {
	margin: 0 -20px !important;
	clear: both;
	padding-top: 20px;
}
.gallery-item {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	z-index: 0;
}
.gallery-item:nth-child(3n+1) {
	clear: left;
}
.gallery-caption {
	display: none;
}
.blog-post .gallery .wp-caption-text {
	color: #000;
}
.gallery-item:hover .gallery-caption {
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
	display: block;
	text-align: center;
	background: rgba(240, 240, 240, .7);
	padding: 20px;
	cursor: pointer;
	font-size: 14px;
	-webkit-font-smoothing: antialiased !important;
}
@media (max-width: 768px) {
	.gallery-item {
		width: 50%;
	}
	.gallery-item:nth-child(even) {
		clear: none;
	}
	.gallery-item:nth-child(odd) {
		clear: left;
	}
}
@media (max-width: 480px) {
	.gallery-item {
		width: 100%;
		clear: left;
	}
}

.gallery img {
	width: 100%;
	min-height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	padding: 0 !important;
	border: 0 none !important;
}*/

.gallery {
	overflow: hidden;
	clear: both;
	padding: 20px 0 0;
	margin: 0 -10px;
}
.gallery-item {
	float: left;
	position: relative;
	z-index: 0;
	width: 25%;
	padding: 0 0 25%;
}
@media (max-width: 800px) {
	.gallery-item {
		width: 50%;
		padding: 0 0 50%;
	}
}
@media (max-width: 640px) {
	.gallery-item {
		width: 100%;
		padding: 0 0 100%;
	}
}
.cannot-hover .gallery-item {
	padding: 0 !important;
	margin-bottom: 30px;
}
.blog-post .gallery .wp-caption-text {
	color: #000;
}
.can-hover .gallery-caption {
	display: none;
}
.can-hover .gallery-item:hover .gallery-caption {
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	display: block;
	text-align: center;
	background: rgba(240, 240, 240, .7);
	padding: 20px;
	cursor: pointer;
	font-size: 14px;
	-webkit-font-smoothing: antialiased !important;
}
.can-hover .gallery-icon {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	background: #555;
	color: #fff;
	z-index: 1;
}
.can-hover .gallery-icon img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 1;
}
.cannot-hover .gallery-caption {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 10px 10px 30px;
}
.cannot-hover .gallery-icon {
	position: static;
	margin: 0 10px;
}
.cannot-hover .gallery-icon img {
	position: static;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.loading .gallery-caption {
	display: none;
}


.facts {
	list-style: none;
	margin: 0 0 100px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.facts__item {
	width: 33%;
	float: left;
	border-left: 1px solid black;
	font-size: 24px;
	font-weight: 300;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	padding: 30px 0 0 7px;
	margin: 0 0 30px;
	color: #15131f;
	line-height: 1;
}
@media (max-width: 768px) {
	.facts__item { width: 50%; }
}
@media (max-width: 480px) {
	.facts__item { width: 100%; }
}



.news {
	overflow: hidden;
	margin: 30px 0 60px !important;
	padding: 0;
	list-style: none;
}
@media (max-width:768px) {
	.news {
		margin: 0 0 20px !important;
	}
}
.news__item {
	float: left;
	position: relative;
	z-index: 0;
}
.news__item_size_full {
	width: 50%;
	padding: 0 0 50%;
}
.news__item_size_half {
	width: 50%;
	padding: 0 0 25%;
}
.news__item_size_small {
	width: 25%;
	padding: 0 0 25%;
}
@media (max-width: 1200px) {
	.news__item_size_full,
	.news__item_size_half,
	.news__item_size_small {
		width: 50%;
		padding: 0 0 50%;
	}
}
@media (max-width: 640px) {
	.news__item_size_full,
	.news__item_size_half,
	.news__item_size_small {
		width: 100%;
		padding: 0 0 100%;
	}
}
.news__link {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	background: #555;
	color: #fff;
}
.news__image {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 1;
}
.news__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgb(0,0,0,0.5);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.46) 35%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.46) 35%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.46) 35%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.46) 35%, rgba(0,0,0,0) 100%);
}
.news__title {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	text-decoration: none;
	text-align: left;
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	z-index: 3;
}


.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
	display: block !important;
}

.navbar-language-select {
	position: absolute;
	right: 10px;
	top: 10px;
}
@media (max-width:600px) {
	.navbar-language-select {
		top:17px;
		right: 100px;
	}
}
.navbar-language-select ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar-language-select li {
	display: block;
	margin: 0;
	padding: 0;
}
.navbar-language-select li.active {
	display: none;
}
.navbar-language-select a {
    font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
