.animated,
.animated * {
    -webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
}

.animatedSlow,
.animatedSlow * {
    -webkit-transition: all 1s ease-in-out;  -moz-transition: all 1s ease-in-out;  -o-transition: all 1s ease-in-out;  transition: all 1s ease-in-out;
}

.animated1,
.animated1 * {
    -webkit-transition: all 1.3s ease-in-out;  -moz-transition: all 1.3s ease-in-out;  -o-transition: all 1.3s ease-in-out;  transition: all 1.3s ease-in-out;
}

.animated2,
.animated2 * {
    -webkit-transition: all 1.5s ease-in-out;  -moz-transition: all 1.5s ease-in-out;  -o-transition: all 1.5s ease-in-out;  transition: all 1.5s ease-in-out;
}

.overflow-visible {
	overflow: visible;
}

.z-index-n1 {
	z-index: -1;
}

.z-index-2 {
	z-index: 2;
}

.line-height-1 {
	line-height: 1;
}

.d-none-special {
	display: inline-block;
	font-size: 0px;
	overflow: hidden;
	text-indent: -9999999px;
	width: 0px;
	height: 0px;
}

.text-handwrite-font {
    font-family: 'TheHistoria';
}

.text-handwrite {
    font-family: 'TheHistoria';
    font-size: 2.5rem;
}

.text-normalfont {
	font-family: 'Cera Pro' !important;
}

.text-small {
	font-size: .875rem;
}

.instagramLink {
	position: relative;

}
	.instagramLink:hover {
		text-decoration: none;
	}

	.instagramLink:before {
		content: "";
		position: absolute;
		top: -70px;
		background: transparent url(../images/insta-arrow.png) no-repeat center;
		background-size: contain;
		width: 85px;
		height: 58px;
	}

	.instagramLink span {
		font-size: 2rem;
	}

	.instagramLink i {
		color: #fff;
		position: relative;
		margin-left: 10px;
	}
	.instagramLink i:after {
		content: "";
		position: absolute;
		background: var(--primary);
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
		z-index: 0;
		border-radius: 50%;
	}

	.instagramLink i:before {
		position: relative;
		z-index: 1;
	}


.instagramLink-white {
	position: relative;
	text-align: center;
	display: inline-block;
}
	.instagramLink-white:hover {
		text-decoration: none;
	}

	.instagramLink-white span {
		font-size: 1.5rem;
		color: #fff;
	}

	.instagramLink-white i {
		position: relative;
		margin-bottom: 10px;
	}
	.instagramLink-white i:after {
		content: "";
		position: absolute;
		background: #fff;
		width: 50px;
		height: 50px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
		z-index: 0;
		border-radius: 50%;
	}

	.instagramLink-white i:before {
		position: relative;
		z-index: 1;
	}

.fa-1-5x {
	font-size: 1.875rem;
}

body {
	background: transparent url(../images/content-background.jpg) repeat center;
	background-size: 100% auto;
	overflow-x: hidden;
}

header {
	position: fixed;
	top: 0px;
	left:  0px;
	right:  0px;
	z-index:  50;
	background: linear-gradient(to bottom, rgba(255,255,255,.9), rgba(255,255,255,.4));

	-webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
}
	header.scrolled {
		/*background-color: rgba(0, 0, 0, .5);*/
	}

footer {
	background: transparent url(../images/footer.png) no-repeat center bottom;
	background-size: 100% auto;
	min-height: 350px;
}


form input[type=text],
form input[type=email],
form textarea,
form select {
    width: 100%;
    padding: 1rem;
    font-size: 15px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.pageBoxImage {
	padding: 30px;
	background: #fff;
	position: relative;
}

.pageBoxImage:before {
	content: "";
	position: absolute;
	top:  -60px;
	left:  10px;
	background: transparent url(../images/pin.png) no-repeat center;
	background-size: cover;
	width:  35px;
	height: 80px;
}

.pageBoxImage:after {
	content: "";
	position: absolute;
	top:  -60px;
	right:  -10px;
	background: transparent url(../images/pin.png) no-repeat center;
	background-size: cover;
	width:  35px;
	height: 80px;
	transform: rotate(45deg);
}

.pageBoxImage > div.pageBoxImageTitle,
.pageBoxImageTitleSpec {
	background: transparent url(../images/image-title.png) no-repeat center;
	background-size: 100% auto;
	color: #fff;
	padding: 20px 80px;
	margin-top: 30px;
	font-family: 'TheHistoria';
	font-size: 1.75rem;
	text-align: center;
	line-height: 1;
}

.minH500 {
	min-height: 400px;
	background-size: cover;

}

.pageBoxImage.odd {
	transform: rotate(1deg);
}


.pageBoxImage.even {
	transform: rotate(-2deg);
}

.sideBoxHolder {
	position: relative;
	padding-left: 50px;
	min-width: 400px;
	width: 400px;
}

.sideBoxHolder:before {
	content: "";
	background: transparent url(../images/sidebox-bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -100px;
	bottom: -100px;
	left: -100px;
	right: -100px;
	z-index: -1;
}

.HeaderImage {
	position: relative;
}

.SideContact {
	position: absolute;
	top: calc(50% - 50px);
	right: 0px;
	z-index: 2;
}
	.SideContact a {
		position: relative;
		z-index: 2;
	}

.SideContactText {
	padding-right: 20px;
	transform: translateY(-40px);
	font-size: 1.75rem;
	position: relative;
	z-index: 1;
}
	.SideContactText img {
		padding-right: 35px;
	}

#carouselHome .SideContact {
	top: auto;
	bottom: 10%;
}

.BlogHeaderHolder {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.BlogHeaderTitle {
	position: relative;
}
	.BlogHeaderTitle:before {
		content: "";
		background: transparent url(../images/sidebox-bg.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: -50px;
		bottom: -50px;
		left: -50px;
		right: -50px;

	}

	.BlogHeaderTitle div {
		position: relative;
		z-index: 1;
		color: #fff;
		line-height: 1;
	}


.carouselBlogHolder .carousel-indicators {
	justify-content: space-between;
	margin: 20px 10%;
	position: relative;
}
	
	.carouselBlogHolder .carousel-indicators li {
		text-indent: 0;
		width: auto;
		height: auto;
		border: 0px;
	}

	.carouselBlogHolder .carousel-control-prev,
	.carouselBlogHolder .carousel-control-next {
		top: auto;
		height: 120px;
	}


.BlogHolderBlogDate {
	transform: translate(140px, 10px);
	position: relative;
	z-index: 10;
}

.silderTextPositioner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


.silderTextHolder {
	position: relative;
	padding-left: 50px;
	min-width: 400px;
	width: 400px;
}

.silderTextHolder:before {
	content: "";
	background: transparent url(../images/sidebox-bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -100px;
	bottom: -100px;
	left: -100px;
	right: -100px;
}

.silderTextHolder div {
	position: relative;
}

#carouselHome .carousel-item > img,
.HeaderImage > img {
	width: 100%;
}

.container-fluid {
	max-width: 1920px;
}

#Form_PopupForm .field.text input {
	border: 1px solid black;
}

.custom-hide {
	display: none;
}

@media (max-width: 1600px) {
    
}

@media (max-width: 1400px) {
    footer {
		background-size: cover;
	}
}

@media (max-width: 1100px) {
    .silderTextPositioner {
		position: relative;
	}

	
}

@media (max-width: 1000px) {
    
}

@media (max-width: 550px) {
    
}


