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


/*--------------------------------------------------
# Contact
--------------------------------------------------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}ul.list-checkbox-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.contactForm .contact-field-item .contact-field-element ul.list-checkbox-wrap li.contact-field-option .form-field-checkbox, .contactForm .contact-field-item .contact-field-element ul.list-radio-wrap li.contact-field-option .form-field-radio {
    margin: 10px 10px 0 0;
    float: left;
}
input[type=number] {
 -moz-appearance: textfield;
}



.contactForm {
    position: relative;
    display: block;
    margin: 0 auto;

    width: 100%;
    float: left;
}
.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) {

}
.contactForm .contact-field-item:nth-child(even) {

}
.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: 1.5em;
    color: #424242;
    background: #edeae8bf;
    border: 1px solid #cfcfcf;

    padding: 5px 15px;
    transition: border-color .4s, color .4s;
    width: 99%;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
    background: #fff;
    color: #333;
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height:150px;
	resize: none;
	    width: 99.6%;
}
.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-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 32px;
    background: #19315b;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
    border-radius: 28px;

}
.contactForm .form-submit-button:hover {
	background: #009de8;
	color:#fff;
}
textarea#form2-comments {
    width: 99.6%;
}
 ::placeholder {
	color: #424242;
	opacity:1;
}
::-webkit-input-placeholder {
	color: #424242;
	opacity:1;
}
.contactForm ~ .sendConfirm {
    background: #009de8;
    color: #fff;
    padding: 10px 15px;
    margin-top: 7px;
}
@media only screen and (max-width : 640px) {
.contactForm ~ .sendConfirm {

    margin-top: 20px;
}
	.contactForm {
		padding: 15px;
	}
	.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;
    }.contactForm .g-recaptcha {
    transform-origin: left top;
    transform: scale(.8);
}
  ul.list-checkbox-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
}

/*--------------------------------------------------
# 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-family: "Exo 2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 5px 5px 0;
	vertical-align: top;
	border-radius: 3px;
}
.holder a {
	color: #fff;
	background: #009de8;
	transition: color .4s, background .4s;
}
.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	color: #fff !important;
	background: #19315b;
}
.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-family: "Exo 2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	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: #b1241d;
	text-decoration: none;
    transition: color 0.6s;
}
.breadcrumb a:hover {
	color: #b1241d;
	text-decoration: none;
}
/* Thumbs */
.highslide-gallery {
	position: relative;
	text-align: center;
	margin: 0;
	display: grid;
grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 0px;    min-height: auto !important;
}
.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;       height: auto;
    object-fit: cover;
}
.highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
	overflow: hidden;    height: auto;
    max-height: 225px;
}
.highslide-gallery .highslideContainer a.highslide:hover img {

}
.highslide-gallery .highslideContainer a.highslide::before {
	content: '';
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
		background:url(../images/plus.png) center center no-repeat rgba(0,0,0,0.3)!important;
	z-index: 2;
	transition: left .4s;
opacity:0;
}
.highslide-gallery .highslideContainer a.highslide::after {
    position: absolute;
    top: 19px;
    left: 19px;
    right: 19px;
    bottom: 19px;
    content: '';
    font-family: 'poppinsbold';
    text-decoration: underline;
    text-transform: uppercase;
    padding-top: 52%;
    opacity: 0;
    z-index: 3;
    color: #fff;



}
.highslide-gallery .highslideContainer a.highslide:hover::before {
opacity:1;

}
.highslide-gallery .highslideContainer a.highslide:hover::after {
opacity:1;
}

.highslide-gallery .highslideContainer.subgallery {
}
.highslide-gallery .highslideContainer.subgallery:hover {
}
.highslide-gallery .highslideContainer.subgallery a.highslide {
	background: #9fc136;
	height: 100%;
	transition: background .4s;text-decoration: none;
}
.highslide-gallery .highslideContainer.subgallery a.highslide:hover {
	background: #4c6436;
}
.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;
	font-family: "Exo 2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5;
	background: none;
	transition: color .4s;
}
.highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
font-size: 13px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding: 15px 10px;
  position: relative;
  z-index: 5;
  letter-spacing: 0;
}
.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;
}

/* 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
--------------------------------------------------*/
section.newsletter form#form-nl{
	position: relative;
	margin: 0px auto;
}
section.newsletter form#form-nl ol,section.newsletter form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
section.newsletter form#form-nl ol {
	margin: 0;
}
section.newsletter form#form-nl ol li {
	position: relative;
	padding: 0 10px;
	width: 33.333%!important;
	float: left;
	clear: none;
}
section.newsletter form#form-nl ol li#NewsletterListHeader {
	display: none;
}
section.newsletter form#form-nl ol li#NewsletterSubmitHeader {
	float: none;
	clear: both;
	width: auto!important;
	padding: 10px;
	text-align: center;
}
section.newsletter form#form-nl label.field-title {
	display: none;
}
section.newsletter form#form-nl li > span {
	display: block;
}
section.newsletter form#form-nl .txtbox-long {
	border: 1px solid #eee;
	font-family: "Exo 2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	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;
	border-radius: 10px;
	transition: border-color .4s, color .4s;
}
section.newsletter form#form-nl .txtbox-long:focus {
	color: #675c56;
	border-color: #ccc;
}
section.newsletter form#form-nl .required{
	color:#f00;
}
section.newsletter form#form-nl .gdpr_policy {
	clear: both;
	text-align: center;
}
section.newsletter form#form-nl .gdpr_policy label {
	display: inline-block;
	margin: 0 auto;
}
section.newsletter form#form-nl #NewsletterSubmitHeader{
	text-align: right;
}
section.newsletter form#form-nl #subscriber-submit {
	font-family: "Exo 2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	outline: none !important;
	background: #777;
	border: none;
	width: auto;
	height: auto;
	z-index: 5;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: none;
	transition: background .4s, box-shadow .4s;
}
section.newsletter form#form-nl #subscriber-submit:hover {
	background: #f98489;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.newsletter form#form-nl .clearFix{
	display:none;
}
@media only screen and (max-width : 767px) {
	section.newsletter form#form-nl ol li {
		float: none;
		clear: both;
		width: auto!important;
		padding: 10px 0;
	}
}