@font-face {
	font-family: 'Abril';
	src: url('../font/AbrilFatface-Regular.ttf');
}

@font-face {
	font-family: 'Noto';
	src: url('../font/NotoSans-Regular.ttf');
}


body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Abril;
	background-color: black;
}

div {
	/*border: 1px solid red;*/

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* --------------- FORM  ------------*/

#form-con {
	position: absolute;
    top: 150px;
    width: 180px;
    height: 285px;
    left: 780px;
}


#FRM {
	display: flex;
	flex-direction: column;
}

#FRM input, textarea, select, #ta-div {
    border: 1px solid transparent;
    font-size: 16px;
    background: white;
    font-family: arial;
    padding: 6px 0;
    width: 100%;
    margin-bottom: 13px;
    text-indent: 8px;
    border-radius: 8px;
}

#formInputs {
	display: flex;
	flex-wrap: wrap;
}

.inputSameLine {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.inputSameLine input:first-child {
	margin-right: 10px;
}

#sendBtn {
	width: 100%;
	height: 40px;
	cursor: pointer;
	color: #fcfcfc;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	display: flex;
	border-radius: 8px;
	background-color: #b49f64;
	font-family: 'Noto';
}

#agreement {
	position: relative;
	bottom: -9px;
	height: initial !important;
	width: 20px !important;
	margin: 0;
}

#message {
	height: 100px;
	resize: none;
}


#progSl {
	width: 150px;
	left: 550px;
	top: 30px;
}

#time-to-call {
	top: 35px;
	left: 0;
}

#email {
	left: 310px;
}

#phone {
	left: 310px;
	top: 35px;
}

#block {
    /*display: block !important;*/
    position: absolute;
    width: 198px;
    height: 300px;
    left: -10px;
    top: -20px;
    z-index: 1000;
    color: #ffffff;
    font-size: 14px;
    opacity: 1;
    line-height: 19px;
    padding: 10px;
    font-family: 'Noto';
    background-color: #383838;
}

option {
	font-size: 14px !important;
}

.err {
	border: 1px solid red !important;
}

label {
	margin-bottom: 8px;
	color: white;
	font-weight: bold;
}

/*-------------------------------------*/

#wrapper {
	width: 100%;
	background-color: black;
	justify-content: center;
	display: flex;
	position: relative;
}

#header {
	height: 75px;
	width: 100vw;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

#footer {
	background-color: black;
	height: 110px;
	display: flex;
	justify-content: center;
	width: 100vw;
	flex-direction: column;
}

.text1 {
	color: #b49f64;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
}

.textW {
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}


#formHead {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
}

#noto1 {
	font-family: 'Noto';
	color: white;
	font-size: 24px;
	line-height: 30px;
}

#closeForm {
	font-family: 'Noto';
	color: white;
	font-size: 18px;
	border: 1px solid white;
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 4px 6px;
	cursor: pointer;
}


#galleryLink {
	right: 150px;
	z-index: 15;
}

.galOff {
	pointer-events: none;
	opacity: .2;
}

#item1 {
	position: relative;
	width: 1000px;
	height: 1128px;
	background-image: url("../img/hp.jpg");
}

/*----------------  Gallery  ---------------*/


#gallery {
	position: absolute;
    left: 10px;
    top: 65px;
    height: 378px;
    width: 740px;
    display: flex;
    overflow: hidden;
    background-position: center;
	background-size: cover;
}

#galBtn {
    position: absolute;
    top: 620px;
    left: 40px;
	display: flex;
    width: 930px;
    height: 310px;
	flex-flow: wrap;
	justify-content: center;
}

.btn {
    min-width: 210px;
    height: 140px;
	margin-right: 20px;
	cursor: pointer;
	/*border: 1px solid red;*/
}

.pos{
	margin-left: 37px;
}

.space {
	margin-right: 30px;
	height: 150px;
	min-width: 260px;
}

.galImg {
	min-width: 1800px;
	height: 865px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
}

#galSlide {
	left: 0;
	display: flex;
	position: absolute;
	transition: all 0.5s ease-in-out;
}

#dots {
	display: flex;
	position: absolute;
	margin-bottom: 80px;
}

#dots > div {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #666;
	cursor: pointer;
	border: 2px solid #b49f64;
}

/* ---------------------------*/


#galCon {
	display: flex;
	position: absolute;
	top: 1034px;
	left: 116px;
	right: 630px;
	bottom: 0;
	align-items: center;
	justify-content: space-between;
	/*border: 1px solid red;*/
}


#vidPop {
	position: absolute;
	bottom: 60px;
	left: 22px;
	right: 525px;
	height: 710px;
	background-color: rgb(79 18 43);
}

#vidCon {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#closeVid {
	position: absolute;
	right: -50px;
	top: -20px;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	background-color: white;
	color: darkred;
	text-align: center;
	font-family: "Arial Black";
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

#vidFrame {
	width: 920px;
	height: 600px;
}

#vidGal {
	position: absolute;
	top: 65px;
	left: 10px;
	width: 740px;
	height: 380px;
}

#moreInfoButton{
	display: none;
}

/*====================================================*/
@media screen and (max-width: 1000px) {


	#gallery {
		left: 10px;
		top: 145px;
		height: 518px;
		width: 694px;
		background-position: center;
	}

	#vidGal {
		position: absolute;
		top: 175px;
		left: 10px;
		width: 694px;
		height: 520px;
	}

	#item1 {
		position: relative;
		width: 720px;
		height: 2664px;
		background-image: url("../img/mobile.jpg");
	}

	#form-con {
		transform: scale(3.5);
		position: absolute;
		top: 2414px;
		width: 180px;
		height: 575px;
		left: 280px;
	}

	#moreInfoButton {
		display: flex;
		position: absolute;
		top: 683px;
		left: 307px;
		background: #b4a065;
		padding: 10px;
		font-size: 16px;
		border-radius: 5px;
		cursor: pointer;
		font-family: 'Noto';
	}

	#block {
		/*display: block !important;*/
		position: absolute;
		width: 198px;
		height: 310px;
		left: -10px;
		top: -40px;
		z-index: 1000;
		color: #ffffff;
		font-size: 9px;
		opacity: 1;
		line-height: 14px;
		padding: 40px;
		font-family: 'Noto';
		background-color: black;
	}

	#galBtn {
		position: absolute;
		top: 969px;
		width: 688px;
		left: 20px;
		height: 300px;
	}

	.btn {
		min-width: 166px;
		height: 120px;
		margin-right: 5px;
	}

	.pos {
		margin-left: 0;
	}

	.space {
		margin-right: 5px;
		height: 150px;
		min-width: 224px;
	}

}
