/*
Theme Name: antique
Text Domain: antique
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#camera .slick-slide {
}
#camera .desc {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#camera .slick-slide > div {
	display: flex;
	align-items: center;
	padding:100px 15px;
	justify-content: center;
	text-align: center;
	min-height: 100dvh;
	color:#fff;
	background: rgba(0,0,0,0.5);

}
#camera .dash:before {
	    background: #fff;
    bottom: -22px;
}
#camera h3 {
	text-transform: initial;
}
a {
	text-decoration: none;
}
.camera_container {
	margin-bottom: 10px;
}
.map iframe {
	height: 458px;
	width: 100%;
}
body:not(.home) main {
	padding-top: 65px;
}
@media screen and (max-width:992px) {
	header .info-box {
		margin-top: 10px;
	}
	.flex-container.row {
		display: flex;
		flex-wrap: wrap;
	}
	.flex-container.row > div {
		width:100%;
	}
	.flex-item.o2 {
		order:2;
	}
}
@media screen and (max-width:767px) {
	.flex-container .flex-item .bg-image {
		padding-bottom:100%;
	}
	.thumb img, .img-wr img {
		height:85vw;
	}
body:not(.home) main {
	padding-top: 10px;
}
.d-sm-none {
	display: none;
}
	h1 {
		font-size: 28px;
	}
	#camera h3 {
		        font-size: 18px;
        letter-spacing: 1px;
	}
	#stuck_container > .nav {
		display: none;
	}
	.rd-mobilepanel_title {
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: 300;
	}
	h2 {
		letter-spacing: 5px;
	}
	h3 {
		letter-spacing: 3px;
	}
	p, footer address {
		letter-spacing: 1px;
	}
	#camera .slick-slide {
		min-height: calc(100dvh - 56px);
	}
	.well, .well2, .well4, footer .well {
		padding: 60px 0;
	}
	.well2 {
		padding: 60px 20px;
	}
	.well3 > div {
		padding: 60px 20px;
	}
	.well3 p {
		padding: 0;
	}
	* + p, * + .p, .bg1 * + p, .bg2 * + p, .bg3 * + p, footer * + address {
		margin-top: 40px;
	}
	.well4__ins1 {
		padding-bottom: 0;
	}
	.dash:before {
		bottom: -10px;
	}
	footer * + ul, footer * + dl {
		margin-top: 20px;
	}
	footer dl dt, footer dl dd {
		letter-spacing: 1px;
		font-size: 24px;
	}
	* + .btn {
		margin-top: 30px;
	}
	.img-wr h4 {
		top:50%;
		opacity: 1;
	}
	* + .row {
		margin-top: 40px;
	}
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	h1 {
		letter-spacing: 2px;
	}
	footer dl dt, footer dl dd {
		font-size: 20px;
	}
	footer * + ul, footer * + dl {
		margin-top: 10px;
	}
	#camera .slick-slide > div {
		padding: 60px 15px;
	}
	.stuck_container:not(.isStuck) {
		display: none;
	}
}