/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Contact
# Gallery
# Newsletter
--------------------------------------------------*/

/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm {
    position: relative;
}
.contactForm::after {
	content: '';
	display: block;
	clear: both;
}
.contactForm .contact-field-item {
	position: relative;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
	width: 50%;
	float: left;
	clear: none;
}
.contactForm .contact-field-item:nth-child(odd) {
	padding-left: 10px;
}
.contactForm .contact-field-item:nth-child(even) {
	padding-right: 10px;
}
.contactForm .contact-field-item.fullwidth {
	width: 100%;
	padding: 0px;
	float: none;
	clear: both;
}
.contactForm .contact-field-item .contact-field-element .form-field {
	font-weight: normal;
	line-height: 2em;
    color: #555;
	background: #fff;
	border: 1px solid #eee;
	padding: 5px 15px;
	transition: border-color .4s, color .4s;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
    background: #fff;
    color: #333;
	border-color: #91e1c1;
	outline:none;
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height: 180px;
	resize: none;
}
.contactForm .gdpr_policy {
	clear: both;
	margin-bottom: 10px;
}
.contactForm .g-recaptcha {
    float: left;
    margin: 0;
}
.contactForm .contact-submit {
    float: right;
}
.contactForm .form-submit-button {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #101010;
    padding: 5px 20px;
    outline: none !important;
    background: #91e1c1;
    border: 0;
    width: auto;
    height: 40px;
    transition: background .4s;
    z-index: 5;
    cursor: pointer;
    text-transform: uppercase;
}
.contactForm .form-submit-button:hover {
	background: #1b1b1b;
	color:#fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
@media only screen and (max-width : 640px) {
	.contactForm {
		padding: 0;
	}
	.contactForm .contact-field-item {
		float: none;
		width: auto;
	}
	.contactForm .contact-field-item:nth-child(odd),
	.contactForm .contact-field-item:nth-child(even) {
		padding: 0;
	}
    .contactForm .g-recaptcha,
    .contactForm .contact-submit {
        float: none;
		transform-origin: left;
transform: scale(.8);
    }
}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
/* Navigation Gallery */
.holder.bottom {
	display: none;
}
.holder a, .holder a.jp-current, .holder a.jp-current:hover, .holder a.jp-disabled, .holder a.jp-disabled:hover, .holder a.jp-previous {
	float: none;
	border: 0;
	display: inline-block;
	width: 27px;
	line-height: 27px;
	height: 27px;
	font-weight: normal;
	font-size: 16px;
	margin: 0 5px 5px 0;
	vertical-align: top;
	border-radius: 3px;
}
.holder a {
	color: #000;
	background: #eee;
	transition: color .4s, background .4s;
}
.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	color: #111 !important;
	background: #91e1c1;
}
.holder a.jp-disabled, .holder a.jp-disabled:hover {
	color: #999;
}
.holder a.jp-previous, .holder a.jp-next,
.holder a.jp-previous.jp-disabled, .holder a.jp-next.jp-disabled {
	font-family: 'FontAwesome';
	font-size: 0;
	line-height: 27px;
}
.holder a.jp-previous::before, .holder a.jp-next::before {
	font-size: 14px;
	line-height: 27px;
}
.holder a.jp-previous::before {
	content: '\f104';
}
.holder a.jp-next::before {
	content: '\f105';
}
/* Breadcrumbs */
.breadcrumb {
	position: relative;
	float: right;
	background: transparent;
	border: none;
	min-height: 27px;
	line-height: 27px;
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	color: #666;
	border-radius: 0;
}
.breadcrumb span {
	font-size: 0;
}
.breadcrumb span::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 0 5px;
}
.breadcrumb a {
	color: #91e1c1;
	text-decoration: none;
    transition: color 0.6s;
}
.breadcrumb a:hover {
	color: #91e1c1;
	text-decoration: none;
}
/* Thumbs */
.highslide-gallery {
	position: relative;
	text-align: center;
	margin: 0;
	display: grid;
	grid-template-columns:25% 25% 25% 25%;
	grid-gap: 1px;
}
.highslide-gallery .highslideContainer {
	position: relative;
	padding: 0;
}
.highslide-gallery .highslideContainer a.highslide img {
	border: 0;
	display:block;
	width: 100%;
	cursor: pointer !important;
	transition: filter .4s;
}
.highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
	overflow: hidden;
	    border-bottom: none;
}
.highslide-gallery .highslideContainer a.highslide:hover img {
	filter: brightness(70%) contrast(70%);
}
.highslide-gallery .highslideContainer a.highslide::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 40px;
	background: #fff;
	z-index: 10;
	transition: top .4s;
}
.highslide-gallery .highslideContainer a.highslide::after {
	content: '';
	position: absolute;
	left: -50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 1px;
	background: #fff;
	z-index: 10;
	transition: left .4s;
}
.highslide-gallery .highslideContainer a.highslide:hover::before {
	top: 50%;
}
.highslide-gallery .highslideContainer a.highslide:hover::after {
	left: 50%;
}
/* Sub Galleries */
.highslide-gallery .highslideContainer.subgallery {
}
.highslide-gallery .highslideContainer.subgallery:hover {
}
.highslide-gallery .highslideContainer.subgallery a.highslide {
	background: #f5f5f5;
	height: 100%;
	transition: background .4s;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover {
	background: #91e1c1;
}
.highslide-gallery .highslideContainer.subgallery a.highslide img {
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover img {
}
.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span,
.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground div {
	position: relative;
	display: block;
	line-height: 1.5;
	background: none;
	transition: color .4s;
}
.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #333;
	padding: 15px 10px;
}
.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground div {
	font-size: 14px;
	font-style: italic;
	color: #aaa;
	padding: 0 10px 20px;
	margin-top: -15px;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover .folderBackground span,
.highslide-gallery .highslideContainer.subgallery a.highslide:hover .folderBackground div {
	color: #fff;
}
.highslide-gallery .highslideContainer.subgallery a.highslide::after {
	top: 40%;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover::before {
	top: 40%;
}
/* Pop Up */
.highslide-container .highslide-caption {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight :normal;
	background: none;
}
.highslide-container .highslide-caption strong {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
/* Back button */
.backbtn {
	background: none;
	text-indent: 0;
	text-decoration: none;
	width: auto;
	height: auto;
	margin-top: 10px;
}
.backbtn::before {
	content: '\f104';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 10px;
}
.backbtn:hover {
	text-decoration: none;
	color: #555;
}
.backbtn:hover::before {
}
@media only screen and (max-width : 767px) {
	.highslide-gallery {
		grid-template-columns: 50% 50%;
	}
}
@media only screen and (max-width : 480px) {
	.highslide-gallery {
		grid-template-columns: 100%;
	}
}

/*--------------------------------------------------
# Newsletter
--------------------------------------------------*/
form#form-nl{
	position: relative;
	margin: 0px auto;
}
form#form-nl ol,form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
form#form-nl ol {
	margin: 0;
}
form#form-nl ol li {
	position: relative;
	padding: 0 10px;
	width: 33.333%!important;
	float: left;
	clear: none;
}
form#form-nl ol li#NewsletterListHeader {
	display: none;
}
form#form-nl ol li#NewsletterSubmitHeader {
	float: none;
	clear: both;
	width: auto!important;
	padding: 10px;
	text-align: center;
}
form#form-nl label.field-title {
	display: none;
}
form#form-nl li > span {
	display: block;
}
form#form-nl .txtbox-long {
	border: 1px solid #eee;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #555;
	padding: 10px 15px;
	outline: none !important;
	background: #fff;
	width: 100%;
	height: auto;
	margin: 0px;
	transition: border-color .4s, color .4s;
}
form#form-nl .txtbox-long:focus {
	color: #000;
	border-color: #ccc;
}
form#form-nl .required{
	color:#f00;
}
form#form-nl .gdpr_policy {
	clear: both;
	text-align: center;
}
form#form-nl .gdpr_policy label {
	display: inline-block;
	margin: 0 auto;
}
form#form-nl #NewsletterSubmitHeader{
	text-align: right;
}
form#form-nl #subscriber-submit {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	outline: none !important;
	background: #c50c13;
	border: none;
	width: auto;
	height: auto;
	z-index: 5;
	cursor: pointer;
	box-shadow: none;
	transition: background .4s, box-shadow .4s;
}
form#form-nl #subscriber-submit:hover {
	background: #1a55a0;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
form#form-nl .clearFix{
	display:none;
}
@media only screen and (max-width : 767px) {
	form#form-nl ol li {
		float: none;
		clear: both;
		width: auto!important;
		padding: 10px 0;
	}
}