/* 
Theme Name: Damjanic
Theme URL: https://damjanic.eu/
Description: Theme for Damjanic
Author URL: https://damjanic.eu/
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic&display=swap');
* {
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Arial', cursive;
	max-width: 992px;
	margin: auto !important;
	background-color: #fbfbf9 !important;
}

body p,
body ul,
body ol {
	font-family: 'Arial', sans-serif;
}

li {
	list-style-type: none;
}

h1 {
	font-size: calc( (100vw - 320px)/(992 - 320) * (40 - 28) + 28px) !important;
}

h3 {
	font-size: calc( (100vw - 320px)/(992 - 320) * (28 - 20) + 20px) !important;
}

@media (min-width: 992px) {
	h1 {
		font-size: 40px !important;
	}
	h3 {
		font-size: 28px !important;
	}
}


/* header start */

.header {
	background: #fff;
	width: 100%;
	left: 0;
	transition: all .6s ease;
	z-index: 9;
}

.header-logo {
	width: 210px;
}

.euro-photo {
	max-height: 110px;
}

.header-information {
	font-size: 13px;
	line-height: 1px;
	margin-top: 25px;
}

@media(max-width:992px) {
	.header-logo {
		width: 160px;
	}
}

@media(max-width:768px) {
	.header-logo {
		width: 100%;
		height: auto;
	}
	.header-information {
		font-size: 11px;
		margin-top: 5px;
	}
	.lang-item {
		font-size: 10px;
	}
}

@media(max-width:576px) {
	.header-logo {
		max-width: 180px;
	}
	.euro-photo {
		width: 85px;
	}
	.header-information {
		font-size: 9px;
	}
}


/*color*/

@media (max-width: 576px) {
	.right-row {
		text-align: right;
	}
}

.text-custom-gray {
	color: #7f7f7f;
}

.text-custom-red {
	color: #832700;
}
.text-custom-green {
	color: green;
}

.text-special-font {
	font-family: 'Gentium Book Basic', serif;
}

.header.menu_opened {
	left: 80%;
	left: calc(100% - 60px);
	background: transparent;
}

.navigation-menu {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 20px;
	background: rgba(1, 1, 1, 0.7);
	position: absolute;
	left: -308px;
	z-index: 115;
	top: 15px;
	width: 270px;
	transition: all .6s ease;
}

.header.menu_opened .navigation-menu {
	left: -40px;
}

.navigation-link {
	font-family: 'Arial', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 2px 0;
}

@media (max-width: 992px) {
	.navigation-menu {
		border-style: solid;
		border-color: #DCDCDC;
		background-color: #FFFFFF;
		border-radius: 0px 0px 10px 10px;
	}
}

.navigation-menu .navigation-link:hover {
	text-decoration: none;
	color: #A13025;
}

.navigation-link.link_active {
	color: #A13025;
	position: relative;
}

.navigation-link:before {
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0;
	left: 0;
	height: 3px;
	background: transparent;
}

.navigation-menu li:first-child .navigation-link:before,
.navigation-menu li:last-child .navigation-link:before {
	display: none;
}

.navigation-menu .navigation-link:hover:before {
	background: #A13025;
	margin-bottom: -6px;
}

.navigation-item {
	/* margin: 5px 0; */
	padding: 5px 0;
}

.dropdown-menu{
	border-radius: 0;
	border: none;
	padding: 0;
}

.dropright .dropdown-menu{
	margin-left: 0;
}
.dropdown-menu a{
	padding: 5px 10px;
	/* margin: 5px; */
}

.michelin-img {
	width: 25px;
	height: 25px;
	margin: 0 15px;
}

.jre-img {
	width: 50px;
	height: 25px;
}

.header .wrapper-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navigation-menu .navigation-link.active {
	text-decoration: none;
	color: #A13025;
	;
	margin-bottom: -6px;
}

.navigation-menu .navigation-link.active:before {
	background: #A13025;
	;
	margin-bottom: -3px;
}

.language-item {
	position: relative;
}

.lang-dropdown {
	height: 0;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease;
	background-color: white;
}

.lang-dropdown .lang-item a {
	font-family: 'Arial', sans-serif;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	padding: 2px 0;
	display: inline-block;
	font-size: 16px;
	margin-top: 5px;
}

.lang-dropdown .lang-item a:hover {
	text-decoration: none;
	color: #A13025;
}

.language-item:hover .lang-dropdown {
	z-index: 9;
	opacity: 1;
	height: initial;
}

.navigation-menu .lang-dropdown li {
	margin: 0;
}

@media (min-width: 992px) {
	.navigation-menu {
		position: static;
		background: transparent;
		padding: 0;
		left: 0;
		flex-direction: row;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	/* .navigation-menu li:last-child {
		margin-top: 5px;
		margin-bottom: 5px;
	} */
	.navigation-menu .lang-dropdown li {
		margin: 0;
	}
	.navigation-link {
		font-size: 14px;
	}
	.lang-dropdown {
		position: absolute;
		left: 0;
	}
	.lang-dropdown .lang-item a {
		font-size: 14px;
		margin-top: 0px;
	}
}


/* header end */


/* burger start */

.burger {
	position: relative;
	width: 35px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}

.burger span,
.burger span:before,
.burger span:after {
	position: absolute;
	content: '';
	width: 35px;
	height: 4px;
	left: 0;
	border-radius: 2px;
	background: #000;
	transition: all .4s ease;
}

.burger span:before,
.burger span:after {
	width: 30px;
}

.burger span:before {
	top: -10px;
}

.burger span:after {
	top: 10px;
}

.header-menu.menu_opened {
	max-height: 1000px;
}

.burger_opened span {
	background: transparent;
	left: -100%;
}

.burger_opened span:before {
	transform: rotate(45deg);
	top: 0;
	left: 100%;
}

.burger_opened span:after {
	transform: rotate(-45deg);
	top: 0;
	left: 100%;
}


/* burger end */


/* homepage start */


/*slider*/

.top-block {
	position: absolute;
	background-color: rgba(22, 21, 18, 0.9);
	top: 44%;
	z-index: 101;
	left: 15%;
	max-width: 400px;
	padding: 50px 40px;
}

.line-gray {
	background-color: #B7B6B4;
	/* Цвет линии */
	height: 1px;
	/* Толщина линии */
}

.h-650 {
	height: 650px;
}

.h-400 {
	height: 400px;
}

.h-300 {
	height: 300px;
}

.h-195 {
	height: 195px;
}

.h-140 {
	max-height: 140px;
}

.w-270 {
	width: 270px;
}

.w-210 {
	width: 210px;
}

#img-bg-1 {
	background-image: url('images/image21.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#img-bg-2 {
	background-image: url('images/image01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#img-bg-3 {
	background-image: url('images/image02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#img-bg-4 {
	background-image: url('images/image22.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

#img-bg-5 {
	background-image: url('images/image24-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#img-bg-6 {
	background-image: url('images/image25.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

#img-bg-7 {
	background-image: url('images/gallery-2/29.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.position-up {
	position: relative;
	top: -130px;
}

.rightimg {
	float: right;
	/* Выравнивание по правому краю  */
	margin: 6px 0 7px 10px;
	/* Отступы вокруг картинки */
}

.carousel-control-prev,
.carousel-control-next {
	-webkit-transition: width 0.4s, height 0.4s, background-color 0.4s, -webkit-transform 0.4s;
	transition: width 0.4s, height 0.4s, background-color 0.4s, transform 0.4s;
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 102;
	border-radius: 100px;
	margin: auto;
	width: 90px;
	height: 90px;
}

.carousel-control-prev-icon {
	background: url('images/a_prev3.png') center no-repeat !important;
	margin-right: 5px;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
	z-index: 102;
}

.carousel-control-prev-icon:hover {
	background: url('images/a_prev3h.png') center no-repeat !important;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.carousel-control-next-icon {
	background: url('images/a_next3.png') center no-repeat !important;
	margin-left: 5px;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
	z-index: 102;
}

.carousel-control-next-icon:hover {
	background: url('images/a_next3h.png') center no-repeat !important;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-size: contain !important;
	width: 100px !important;
	height: 100px !important;
}

.carousel-indicators {
	width: 100%;
	margin: 0;
}

.carousel-indicators li,
.carousel-indicators .active {
	height: 15px;
	width: 15px;
	margin: 0 10px;
	border: 1px solid white;
	border-radius: 50%;
	background: transparent;
}

.carousel-indicators .active {
	background: white;
}

.height-650 {
	height: 650px;
	background-size: cover;
}

.text-on-slider {
	font-size: 20px;
}

@media (max-width: 992px) {
	.h-140 {
		max-height: 250px;
	}
	.h-650 {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.height-650 {
		height: 450px;
	}
	.top-block {
		max-width: 300px;
		padding: 30px 20px;
	}
	.text-on-slider {
		font-size: 14px;
	}
	.w-270 {
		width: 90%;
	}
	.h-140 {
		max-height: 140px;
	}
	.h-650 {
		height: 350px;
	}
}

@media (max-width: 576px) {
	.height-650 {
		height: 350px;
	}
	.top-block {
		top: 40%;
		left: 10%;
	}
	.h-650 {
		height: 250px;
	}
}

#restoran-carousel-1 {
	background-image: url('images/home-slider/01.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

#restoran-carousel-2 {
	background-image: url('images/home-slider/02.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

#restoran-carousel-3 {
	background-image: url('images/home-slider/03.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}


/*page vina*/

.img-vine-1,
.img-vine-2,
.img-vine-3,
.img-vine-4,
.img-vine-5,
.img-vine-6,
.img-vine-7,
.img-vine-8,
.img-vine-9,
.img-vine-10,
.img-vine-11,
.img-vine-12,
.img-vine-13 {
	height: 400px;
	/*
	width: 210px;	*/
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.img-vine-1:hover,
.img-vine-2:hover,
.img-vine-3:hover,
.img-vine-4:hover,
.img-vine-5:hover,
.img-vine-6:hover,
.img-vine-7:hover,
.img-vine-8:hover,
.img-vine-9:hover,
.img-vine-10:hover,
.img-vine-11:hover,
.img-vine-12:hover,
.img-vine-13:hover {
	box-shadow: inset 0 0 0 12px #e9e9e9;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.img-vine-1 {
	background-image: url('images/wine-img/malvazija.png');
}

.img-vine-2 {
	background-image: url('images/wine-img/akacija.png');
}

.img-vine-3 {
	background-image: url('images/wine-img/chardonay.png');
}

.img-vine-4 {
	background-image: url('images/wine-img/muskat-zuti.png');
}

.img-vine-5 {
	background-image: url('images/wine-img/borgonija.png');
}

.img-vine-6 {
	background-image: url('images/wine-img/clemente-crni.png');
}

.img-vine-7 {
	background-image: url('images/wine-img/blanc.png');
}

.img-vine-8 {
	background-image: url('images/wine-img/classic.png');
}

.img-vine-9 {
	background-image: url('images/wine-img/virtu.png');
}

.img-vine-10 {
	background-image: url('images/wine-img/penelope.png');
}
.img-vine-11 {
	background-image: url('images/wine-img/sincerus.png');
}
.img-vine-12 {
	background-image: url('images/wine-img/duro-istriano.png');
}
.img-vine-13 {
	background-image: url('images/wine-img/oil.png');
}

.bg-vine-title {
	background-color: #7f7f7f;
	/*
	width: 210px;*/
	color: white;
	margin: auto;
	border-radius: 80px 0;
	height: 30px;
	font-family: 'Gentium Book Basic', serif;
	padding-top: 1px;
}

.button-vine {
	font-size: 18px;
	color: black;
	font-weight: 500;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.button-vine:hover {
	text-decoration: none;
	color: #7f7f7f;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}


/*page product-vine*/

.text-product-vine {
	font-size: 18px;
}

.img-product-1,
.img-product-2,
.img-product-3,
.img-product-4,
.img-product-5,
.img-product-6,
.img-product-7,
.img-product-8,
.img-product-9,
.img-product-11,
.img-product-12,
.img-product-13 {
	padding: 30px 100px 30px 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* .img-product-5,
.img-product-6 {
	padding: 30px 0px 30px 100px;
	width: 100%;
} */

.img-product-1 {
	background-image: url('images/product-wine/malvazija.jpg');
}

.img-product-2 {
	background-image: url('images/product-wine/akacija.jpg');
}

.img-product-3 {
	background-image: url('images/product-wine/chardonnay.jpg');
}

.img-product-4 {
	background-image: url('images/product-wine/muskat-zuti.jpg');
}

.img-product-5 {
	background-image: url('images/product-wine/borgonja.jpg');
}

.img-product-6 {
	background-image: url('images/product-wine/clemente.jpg');
}
.img-product-7 {
	background-image: url('images/product-wine/duro-istriano.jpg');
}
.img-product-8 {
	background-image: url('images/product-wine/clemente-white.jpg');
}
.img-product-9 {
	background-image: url('images/product-wine/classic.jpg');
}
.img-product-11 {
	background-image: url('images/product-wine/sincerus.jpg');
}
.img-product-12 {
	background-image: url('images/product-wine/penelope.jpg');
}
.img-product-13 {
	background-image: url('images/product-wine/virtu.jpg');
}
.top-product-block {
	border-color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.84);
	border-style: solid;
	border-width: 1px;
	max-width: 370px;
	padding: 50px 40px;
}

.vine-title {
	color: white;
	font-family: 'Gentium Book Basic', serif;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 30px;
}

@media (max-width: 576px) {
	.top-product-block {
		padding: 20px 10px;
	}
	.vine-title {
		font-size: 24px;
	}
	.img-product-1,
	.img-product-2,
	.img-product-3,
	.img-product-4,
	.img-product-5,
	.img-product-6,
	.img-product-7,
	.img-product-8,
	.img-product-9,
	.img-product-10,
	.img-product-11,
	.img-product-12 {
		padding: 20px 0px;
	}
}

#img-vine-bg-1 {
	background-image: url('images/wine-img/malvazija_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}

#img-vine-bg-2 {
	background-image: url('images/wine-img/akacija_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 650px;
}

#img-vine-bg-3 {
	background-image: url('images/wine-img/chardonnay_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 600px;
}

#img-vine-bg-4 {
	background-image: url('images/wine-img/muskat-zuti_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 600px;
}

#img-vine-bg-5 {
	background-image: url('images/wine-img/borgonja_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}

#img-vine-bg-6 {
	background-image: url('images/wine-img/clemente_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}

#img-vine-bg-7 {
	background-image: url('images/wine-img/duro-istriano-1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}

#img-vine-bg-8 {
	background-image: url('images/wine-img/blanc_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}

#img-vine-bg-9 {
	background-image: url('images/wine-img/classic-1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}
#img-vine-bg-11 {
	background-image: url('images/wine-img/sincerus.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}
#img-vine-bg-12 {
	background-image: url('images/wine-img/penelope.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}
#img-vine-bg-13 {
	background-image: url('images/wine-img/virtu.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 750px;
}

.sub-title-vine {
	font-size: 20px;
}

@media (max-width: 992px) {
	.sub-title-vine {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.sub-title-vine {
		font-size: 14px;
	}
	#img-vine-bg-1,
	#img-vine-bg-2,
	#img-vine-bg-3 {
		height: 450px;
	}
}


/*button*/

.button-red {
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: #A13025;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 500;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.button-red:hover {
	text-decoration: none;
	color: white;
	background-color: #8A1B1B;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}


/*gallery*/

[data-fancybox="home-gallery"],
[data-fancybox="home-gallery"]:focus,
[data-fancybox="home-gallery"]:hover {
	text-decoration: none;
}

.gallery-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 200px;
	position: relative;
}

.gallery-item-2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100px;
	position: relative;
}

.gallery-item-3 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 200px;
	position: relative;
}

@media (max-width:768px) {
	.gallery-item-2, .gallery-item-3 {
		min-height: 150px;
	}
}

.gallery-img-1 {
	background-image: url('images/gallery/1.jpg');
}

.gallery-img-2 {
	background-image: url('images/gallery/2.jpg');
}

.gallery-img-3 {
	background-image: url('images/gallery/3.jpg');
}

.gallery-img-4 {
	background-image: url('images/gallery/4.jpg');
}

.gallery-img-5 {
	background-image: url('images/gallery/5.jpg');
}

.gallery-img-6 {
	background-image: url('images/gallery/6.jpg');
}

.gallery-img-7 {
	background-image: url('images/gallery/7.jpg');
}

.gallery-img-8 {
	background-image: url('images/gallery/8.jpg');
}

.gallery-img-9 {
	background-image: url('images/gallery/9.jpg');
}

.gallery-img-10 {
	background-image: url('images/gallery/10.jpg');
}

.gallery-img-11 {
	background-image: url('images/gallery/11.jpg');
}

.gallery-img-12 {
	background-image: url('images/gallery/12.jpg');
}

.gallery-img-13 {
	background-image: url('images/gallery/13.jpg');
}

.gallery-img-14 {
	background-image: url('images/gallery/14.jpg');
}

.gallery-img-15 {
	background-image: url('images/gallery/15.jpg');
}

.gallery-img-16 {
	background-image: url('images/gallery/16.jpg');
}

.gallery-img-17 {
	background-image: url('images/gallery/17.jpg');
}

.gallery-img-18 {
	background-image: url('images/gallery/18.jpg');
}

.gallery-img-19 {
	background-image: url('images/gallery/19.jpg');
}

.gallery-2-img-1 {
	background-image: url('images/gallery-2/1.jpg');
}

.gallery-2-img-2 {
	background-image: url('images/gallery-2/2.jpg');
}

.gallery-2-img-3 {
	background-image: url('images/gallery-2/3.jpg');
}

.gallery-2-img-4 {
	background-image: url('images/gallery-2/4.jpg');
}

.gallery-2-img-5 {
	background-image: url('images/gallery-2/5.jpg');
}

.gallery-2-img-6 {
	background-image: url('images/gallery-2/6.jpg');
}

.gallery-2-img-7 {
	background-image: url('images/gallery-2/7.jpg');
}

.gallery-2-img-8 {
	background-image: url('images/gallery-2/8.jpg');
}

.gallery-2-img-9 {
	background-image: url('images/gallery-2/9.jpg');
}

.gallery-2-img-10 {
	background-image: url('images/gallery-2/10.jpg');
}

.gallery-2-img-11 {
	background-image: url('images/gallery-2/11.jpg');
}

.gallery-2-img-12 {
	background-image: url('images/gallery-2/12.jpg');
}

.gallery-2-img-13 {
	background-image: url('images/gallery-2/13.jpg');
}

.gallery-2-img-14 {
	background-image: url('images/gallery-2/14.jpg');
}

.gallery-2-img-15 {
	background-image: url('images/gallery-2/15.jpg');
}

.gallery-2-img-16 {
	background-image: url('images/gallery-2/16.jpg');
}

.gallery-2-img-17 {
	background-image: url('images/gallery-2/17.jpg');
}

.gallery-2-img-18 {
	background-image: url('images/gallery-2/18.jpg');
}

.gallery-2-img-19 {
	background-image: url('images/gallery-2/19.jpg');
}

.gallery-2-img-20 {
	background-image: url('images/gallery-2/20.jpg');
}

.gallery-2-img-21 {
	background-image: url('images/gallery-2/21.jpg');
}

.gallery-2-img-22 {
	background-image: url('images/gallery-2/22.jpg');
}

.gallery-2-img-23 {
	background-image: url('images/gallery-2/23.jpg');
}

.gallery-2-img-24 {
	background-image: url('images/gallery-2/24.jpg');
}

.gallery-2-img-25 {
	background-image: url('images/gallery-2/25.jpg');
}

.gallery-2-img-26 {
	background-image: url('images/gallery-2/26.jpg');
}

.gallery-2-img-27 {
	background-image: url('images/gallery-2/27.jpg');
}

.gallery-2-img-28 {
	background-image: url('images/gallery-2/28.jpg');
}

.gallery-2-img-29 {
	background-image: url('images/gallery-2/29-1.jpg');
}

.gallery-2-img-30 {
	background-image: url('images/gallery-2/30.jpg');
}

.gallery-2-img-31 {
	background-image: url('images/gallery-2/31.jpg');
}

.gallery-item-overlay {
	text-align: center;
	color: #ffedee;
	text-shadow: 1px 1px 0px black;
	font-size: 20px;
	font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0000003b;
	padding: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

[data-fancybox="home-gallery"]:hover .gallery-item-overlay {
	background: #0000005b;
}

.fancybox-container .fancybox-caption {
	font-family: 'Great Vibes', cursive;
	font-size: 18px;
	font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1200 - 320));
}

@media (min-width: 1200px) {
	.gallery-item-overlay {
		font-size: 30px;
	}
	.fancybox-container .fancybox-caption {
		font-size: 22px;
	}
}


/*gallery end*/

.vine-hover {
	color: black;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.vine-hover:hover {
	text-decoration: none;
	color: #8A1B1B;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}


/*contact-form*/

#contact-form input::placeholder,
textarea::placeholder {
	color: black;
}

#contact-form input,
textarea {
	border: 1px solid #B7B6B4;
	font-size: 14px !important;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 5px;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

#contact-form input:focus,
textarea:focus {
	box-shadow: 0px 1px 0 0px #B7B6B4;
}

#contact-form input,
#contact-form textarea {
	width: 70%;
}

#contact-form .button-red {
	width: 100px;
}

#contact-form textarea {
	height: 80px;
}

@media (max-width:768px) {
	#contact-form input,
	#contact-form textarea {
		width: 100%;
	}
}


/*footer*/

footer {
	background-color: rgb(22, 21, 18);
}
.tnp-subscription label{
	color: white !important;
	font-weight: 200 !important;
}
.tnp-email{
	height: 30px !important;
}
.icon-faceb {
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 32px;
}

.h-32 {
	height: 32px;
}

.small-font-size {
	line-height: 15px;
	font-size: 13px;
}

.copyright {
	color: #7f7f7f;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.copyright:hover {
	color: #832700;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-delay: 0s;
	transition-timing-function: ease;
}


/* blog start */

.news-card-title {
	font-family: 'Gentium Book Basic', serif;
	color: #333333;
	margin: 0 0 10px;
}

.news-card-title a,
.news-card-title a:hover {
	color: #333333;
	text-decoration: none;
}

.read-more {
	font-family: 'Gentium Book Basic', serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	transition: all .2s ease;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}

.read-more:before {
	color: #333333;
	transition: all .2s ease;
}

.read-more:hover {
	color: #333333;
	text-decoration: none;
}

@media(min-width:768px) {
	.thumb-img {
		min-height: 160px;
	}
}

.thumb-img {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news-wrapper .bg-custom-white {
	margin-bottom: 20px;
}


.navigation.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.page-numbers {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #2f2f2f;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.page-numbers:not(.current):hover {
	color: black;
	text-decoration: none;
}

.page-numbers.current {
	width: 40px;
	height: 40px;
	background: #b7b6b4;
	border-radius: 50%;
}

.prev.page-numbers,
.next.page-numbers {
	background: #b7b6b4;
	height: 40px;
	padding: 0 10px;
	margin: 0 0 0 5px;
	position: relative;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.prev.page-numbers {
	margin: 0 5px 0 0;
}

.prev.page-numbers:before,
.next.page-numbers:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	z-index: 2;
	transform: rotate(135deg);
	left: 7px;
}

.prev.page-numbers:before {
	transform: rotate(-45deg);
	left: 14px;
}

.prev.page-numbers:after,
.next.page-numbers:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #b7b6b4;
	border-radius: 50%;
	z-index: 1;
}

.news-img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
}

.post p:last-child {
	margin-bottom: 0;
}

.news-img-wrapper {
	display: block;
	margin: -10px -10px 0;
}

@media (max-width: 768px) {
	.thumb-img {
		min-height: 250px;
	}
}

@media (min-width: 768px) {
	.news-wrapper>div:nth-child(odd) .col-md-7 {
		order: 2;
	}
	.news-wrapper>div:nth-child(odd) .col-md-5 {
		order: 1;
	}
	.page-numbers {
		margin: 0 10px;
	}
	.prev.page-numbers,
	.next.page-numbers {
		height: 40px;
		padding: 0 10px;
		position: relative;
		width: 150px;
		text-align: center;
		border-radius: 6px;
	}
	.prev.page-numbers {
		margin: 0 10px 0 0;
	}
	.next.page-numbers {
		margin: 0 0 0 10px;
	}
	.prev.page-numbers:before,
	.next.page-numbers:before {
		display: none;
	}
	.prev.page-numbers:after,
	.next.page-numbers:after {
		display: none;
	}
}

.navigation.pagination {
	margin: 25px 0;
}

@media (max-width: 992px) {
	.page-numbers {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.page-numbers {
		font-size: 16px;
		line-height: 26px;
	}
	.prev.page-numbers,
	.next.page-numbers {
		height: 46px;
	}
	.page-numbers.current {
		width: 46px;
		height: 46px;
	}
	.news-img-wrapper {
		display: block;
		margin: 0;
	}
}
/* blog end */
