/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Contact
# Gallery
# Newsletter
--------------------------------------------------*/
.social-header {
	position: fixed;
	top: 20%;
	right: 0;
	max-width: 50px;
	z-index: 90;
}
.social-header a{
    display: block;
    margin: 5px 0;
    background: #22388c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}
.social-header a:hover{
  	background:#43aa3c !important;
  	color:#fff;
}
/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm {
	position: relative;
}
.contactForm::after {
	content: '';
	display: block;
	clear: both;
}
.contactForm .contact-field-item {
	position: relative;
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	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;
}
.contact-grid {
    grid-gap: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 25px;
}
.contactForm .contact-field-item .contact-field-element .form-field {
    font-weight: normal;
    background: white;
    border: 1px solid #282828;
    padding: 6px 15px;
    transition: border-color .4s, color .4s;
    height: 40px;
    color: #2d3032;
    font-family: 'Karla';
    font-size: 15px;
    line-height: 25px;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
   
    color: #2d3032;
    font-family: 'Karla';
    font-size: 15px;
    line-height: 25px;
}
.contactForm .contact-field-item .contact-field-element .form-field::placeholder {
    color: #2d3032 !important;
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height: 160px;
	resize: none;
}
.contactForm .gdpr_policy {
	clear: both;
	margin-bottom: 10px;
}
/*.contactForm .g-recaptcha {
    float: left;
    margin: 0;
  position:relative;
  z-index:99;
}*/

.contactForm .contact-submit {
    float: right;
}
.contactForm .form-submit-button {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 41px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    transition: all .6s;
    background: #172734;
    letter-spacing: 0.2em;
}
.contactForm .form-submit-button:hover {
background: #172734;
transform:scale(0.9);
}
@media (max-width: 991px) {
 section.content .contactForm .contact-submit {
    float: none;
    clear: both;
    padding-top: 15px;
  }
 /* .contactForm .g-recaptcha {
    float: none;
    margin: 0 0 15px;
}*/
    .contact-grid {
	grid-gap: 30px;
	grid-template-columns: 1fr;
}
}
@media only screen and (max-width : 767px) {
	.contactForm {
	}
	.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;
    clear: both;
    }
		.contactForm .gdpr_policy label {
    font-size: 15px;
    font-weight: 400;
}
  .contact-grid {
	grid-gap: 30px;
	grid-template-columns: 1fr;
}
  /*
.contactForm .g-recaptcha {
    transform-origin: left top;
    transform: scale(.8);
}*/
    .contactForm .contact-field-item:nth-child(odd) {
    padding-left: 0;
}
.contactForm .contact-field-item:nth-child(even) {
    padding-right: 0;
}  
}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
.holder {
	line-height: 1.85em;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.holder a {
	background: #042d55;
	color: #fff;
	line-height: inherit;
    margin-right: 5px;
}
.holder a:last-child {
    margin-right: 0;
}
.holder a:hover {
	background: #fcc501;
}
.holder a.jp-current, a.jp-current:hover {
    background: #fcc501;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	background: rgba(0,0,0, .1);
	color: rgba(57,57,57, .35);
}
.holder a.jp-previous::before,
.holder a.jp-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.mcePxmGallery .highslide-gallery {
    position: relative;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    min-height: auto !important;
}
.mcePxmGallery .highslide-gallery * {
	pointer-events: all;
}
.mcePxmGallery .highslide-gallery .highslideContainer {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground {
    position: static;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: rgb(1 62 117 / 82%);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.5em;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::before {
    content: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::after {
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 120%;
    background: #222;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: transform .6s, opacity .6s;
    border-radius: 0;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover img {
    transform: scale(2);
       opacity: 0.2;
	transition: transform .8s, opacity .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0px;
    text-align: center;
    color: #999;
    display: block !important;
    opacity: 0;
    transition: bottom .6s, opacity .6s;
    transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption strong {
    color: #fff;
    text-transform: uppercase;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover .highslide-caption {
    bottom: 50px;
    opacity: 0;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%);
    opacity: 0;
    transition: transform .6s, opacity .6s;
    transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::before {
    transform: translate(-50%, -100%);
    opacity: 1;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::after {
    content: '';
    z-index: 3;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background-size: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%),
                        linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%);
    background-position: 0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::after {
    animation: bg 1.25s;
    animation-fill-mode: forwards;
}
@keyframes bg {
    0% {
        background-size:     0% 3px,
                            3px 0,
                            0 3px,
                            3px 0;
    }
    25% {
        background-size:    100% 3px,
                            3px 0,
                            0 3px,
                            3px 0;
    }
    50% {
        background-size:    100% 3px,
                            3px 100%,
                            0 3px,
                           3px 0;
    }
    75% {
        background-size:    100% 3px,
                            3px 100%,
                            100% 3px,
                            3px 0;
    }
    100% {
        background-size:    100% 3px,
                            3px 100%,
                            100% 3px,
                            3px 100%;
    }
}
@media only screen and (max-width : 991px) {
    	.mcePxmGallery .highslide-gallery {
		grid-template-columns: repeat(3, 1fr);

	}
}
@media only screen and (max-width : 767.98px) {
	.mcePxmGallery .highslide-gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	}
}

@media only screen and (max-width : 640px) {
}
@media only screen and (max-width : 380px) {
  	.mcePxmGallery .highslide-gallery {
		grid-template-columns: repeat(1, 1fr);

	}
}

/* Breadcrumbs */
.mcePxmGallery .breadcrumb {
	position: relative;
	background: #000;
	text-align: center;
	border: none;
	line-height: 27px;
	font-weight: normal;
	padding: 5px 10px;
	color: #00243c;
	border-radius: 0;
	margin-bottom: 10px;
}
.mcePxmGallery .breadcrumb span {
	font-size: 0;
}
.mcePxmGallery .breadcrumb span::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px;
}
.mcePxmGallery .breadcrumb a {
	color: #00243c;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}
.mcePxmGallery .breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}

/* Back button */
.mcePxmGallery .backbtn {
	background: none;
	text-indent: 0;
	font-size: 0;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	margin-top: 10px;
	border-radius: 5px;
}
.mcePxmGallery .backbtn::after {
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 0;
    background: #042d55;
    transition: background .4s, color .4s;
}
.mcePxmGallery .backbtn:hover {
	text-decoration: none;
}
.mcePxmGallery .backbtn:hover::after {
    background: #ffc701;
}
/* Pop Up */
.highslide-container .highslide-caption {
    font-size: 1em !important;
	color: #999 !important;
	text-align: center;
	font-weight: normal;
	background: #2e2e2e;
	padding: 15px 10px 20px !important;
}
.highslide-container .highslide-caption strong {
	color: #fff !important;
    text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
.highslide-container .highslide-dimming{
	background: rgba(0,0,0,.5);
	opacity: 1!important;
}
.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td {
	background: none!important;
}
.highslide-container img.highslide-image,
.highslide-container .highslide-image {
	border: 0px!important;
	box-shadow: 0px 0px 20px #000;
}
/*--------------------------------------------------
# Newsletter
--------------------------------------------------*/
section.newsletter form#form-nl {
    position: relative;
    margin: 13px auto 0;
}
section.newsletter form#form-nl ol, section.newsletter form#form-nl ol > li {
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
}
section.newsletter form#form-nl ol {

}

section.newsletter form#form-nl ol li {
	position: relative;
	width: auto!important;
}
section.newsletter form#form-nl ol li#NewsletterFirstNameHeader,
section.newsletter form#form-nl ol li#NewsletterLastNameHeader {
    display: none;
}
section.newsletter form#form-nl ol li#NewsletterEmailHeader {
    order: 1;
}
section.newsletter form#form-nl ol li#NewsletterListHeader {
    order: 4;
}
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 {
    margin: 0;
    width: 100%;
    color: #282828 !important;
    font-weight: normal;
    background: transparent;
    border-bottom: 1px solid #282828 !important;
    padding: 5px 0;
    transition: border-color .6s;
    border: none;
}
section.newsletter form#form-nl .txtbox-long:focus {
	border-color: #ccc;
  color: #282828 !important;
  
}
section.newsletter form#form-nl .required {
	color: #282828 !important;
}
section.newsletter form#form-nl .gdpr_policy {
        font-size: 15px;
	grid-column: 1 / 3;
	order: 3;
  color: #282828 !important;
}
section.newsletter form#form-nl .txtbox-long::placeholder {
    color: #282828 !important;
}
section.newsletter form#form-nl .gdpr_policy label {
    display: inline-block !important;
	font-weight: normal;
	margin: 0;
  color: #282828 !important;
}
section.newsletter form#form-nl #NewsletterSubmitHeader {
	order: 2;
	text-align: center;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit {
    position: relative;
    padding: 0 !important;
    width: 123px;
    display: block;
    color: #fff !important;
    background: #03adeb;
    font-size: 15.56px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    margin-top: 19px;
    letter-spacing: 0;
    border: none !important;
    transition: all .6s;
    border-radius: 0 50px 50px;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit:hover {
    transform: scale(0.9);
}
section.newsletter form#form-nl .clearFix{
	display:none;
}

section.newsletter form#form-nl ol li#NewsletterLastNameHeader {
    display: none ;
}


@media only screen and (max-width : 767px) {
	section.newsletter form#form-nl ol {
		grid-template-columns: 1fr;
	}
	section.newsletter form#form-nl ol li {
	    width: 100%;
	}
	section.newsletter form#form-nl .gdpr_policy,
	section.newsletter form#form-nl #NewsletterSubmitHeader {
		grid-column: auto;
	}
}