body {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	background: #EBEBEB;
	color:#000000;
}
*:focus {
	outline: none !important;
}
@media (max-width: 991px) {
	.container {
		width: 100% !important;
		max-width: none !important;
	}
}

header {
	border-bottom: 1px solid #f1f1f1;
	position: sticky;
}

.header-divider {
	height:5px;
	width: 100%;
	background: transparent linear-gradient(90deg, #ED2D16 0%, #EF5917 100%) 0% 0% no-repeat padding-box;
}

.navbar-nav li > a {
	display:inline-block;
	position: relative;
	padding: 30px 20px;
	font: normal normal normal 15px/22px Prompt;
	letter-spacing: 0px;
	color: #485D5C;

	text-transform: uppercase;
	border-top: 8px solid transparent;
}
.navbar-nav li > a.btn, .navbar-nav li > a.btn:hover {
	color:#FFF;

}

.navbar-nav li > a.active {
	/*color: #CE1B1E;*/
}



@media (min-width: 320px) and (max-width: 350px){
	.navbar-brand {
		max-width: 70%;
	}
}
@media (max-width: 991px) {
	.navbar-nav  li {
		margin-bottom: 10px;
	}
	.navbar-nav  li > a {
		font-size: 21px;
		padding-left:10px !important;
		padding-right:10px !important;
		color:#46EAC4;
	}
	.navbar-nav  li > a.active {
		color:#FFF!important;
		border-color:#FFF!important;
	}

	.navbar-brand {
		/*position: static;*/

	}
	.navbar-brand img {
		max-width:115px;
	}

	.head-lang img {
		width:25px;
		margin-bottom:-5px;
	}
}
.responsive-menu,
.navbar-nav  li > a:after {
	-webkit-transition: all .4s cubic-bezier(.6,.2,.1,1);
	-moz-transition: all .4s cubic-bezier(.6,.2,.1,1);
	-o-transition: all .4s cubic-bezier(.6,.2,.1,1);
	transition: all .4s cubic-bezier(.6,.2,.1,1);
}
@media (max-width: 991px) {
	.responsive-menu {
		position: fixed;
		display: inline;
		padding: 70px 0;
		top: -100%;
		left: 0;
		right: 0;
		bottom: 0;
		background: #3f6271;
		opacity: 0;
		visibility: hidden;
		overflow: auto; 
	}
	.responsive-menu.open {
		top: 0;
		visibility: visible;
		opacity: 1;
		z-index: 100;
	}
}
.navbar-toggler {
	padding: 11px 11px;
	border: 0;
	border-radius: 0;
}
.navbar-toggler .navbar-burger-icon {
	width:25px;
	height:18px;
	position:relative;
	cursor:pointer;
	margin: 0 auto;
}
.navbar-toggler .navbar-burger-icon span {
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	background: #000;
	opacity:1;
	left:0;
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0);
	-webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  	transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.navbar-toggler .navbar-burger-icon span:nth-child(1) {
	top:0
}
.navbar-toggler .navbar-burger-icon span:nth-child(2),
.navbar-toggler .navbar-burger-icon span:nth-child(3) {
	top:7px;
}
.navbar-toggler .navbar-burger-icon span:nth-child(4) {
	top:14px;
}
.navbar-toggler.open {
	position: relative;
	z-index: 110;
}
.navbar-toggler .navbar-burger-icon.open span {
	background: white;
	-webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.6s ease;
  	transition: top 0.3s ease, transform 0.3s 0.6s ease;
}
.navbar-toggler .navbar-burger-icon.open span:nth-child(1),
.navbar-toggler .navbar-burger-icon.open span:nth-child(4) {
	top:7px;
	width:0;
	left:50%
}
.navbar-toggler .navbar-burger-icon.open span:nth-child(2) {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.navbar-toggler .navbar-burger-icon.open span:nth-child(3) {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

h1,h2 {
	font: 40px/61px "Prompt";
	font-weight: 800;
	letter-spacing: 0px;
	color: #383838;
}

header {
	position: sticky;
	position: -webkit-sticky;
	top: 0; /* required */
	z-index: 99;
	background: #EBEBEB;
	/*box-shadow: rgba(0,0,0,0.1) 0px 5px 20px;*/
}


.hero {
	background: url("../img/hero-bg.jpg") no-repeat top center;
}
.hero p, .aboutus p {
	font: 16px/29px "Prompt";
	letter-spacing: 0px;
}
.hero h1 {
	font: 45px/56px "Prompt";
	font-weight: 800;
	margin-bottom: 1.5rem;
}

.aboutus {
	background: #FAFAFA;
}

.newsletter {
	background: #000 url('../img/newsletter.png')  center;
	mix-blend-mode: multiply;
	min-height: 352px;
	color:#FFF !important;
}
.newsletter .spacer {
	border-color: #FFF;
}
.newsletter h2 {
	color:#FFF;
}
.newsletter p {
	font: 16px/26px "Prompt";
	letter-spacing: 0px;
	color: #FFFFFF;
}

.blog-item {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	position: relative;
	display: block;
	text-decoration: none;
}
.blog-item:hover {
	text-decoration: none;
	box-shadow: 0px 3px 6px #00000045;
}
.blog-item .blog-body {
	padding:1.5rem;
}
.blog-item h3 {
	font: 20px/29px "Prompt";
	letter-spacing: 0px;
	color: #141414;
	margin-bottom: .5rem;
}
.blog-item p {
	font: 14px/22px "Prompt";
	letter-spacing: 0px;
	color: #141414;
}
.blog-tag {
	font: Bold 12px/29px "Prompt";
	letter-spacing: 0px;
	color: #FFFFFF;
	background: #23B594 0% 0% no-repeat padding-box;
	border-radius: 4px;
	position: absolute;
	left:16px;
	top:14px;
	padding:0 13px;
}

@media(max-width: 991px) {
	header .new-select {
		position: absolute;
		top: 23px;
		left: 20px;
		max-width: 80px;
	}
}
.social a {
	display: inline-block;
}
.social i {
	padding-left: 5px;
	color:#4267B2;
	font-size:43px;
}
.social i.fa-youtube-square {
	color:#e62117;
}
.social i.fa-pinterest-square {
	color:#BD081C;
}
#products .col-lg-8 {
	top: 15%;
	margin-left: 30px;
}
.products {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 426px) and (max-width: 768px) {
	.products {
		margin-left: 5px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.products {
		margin-left: 2px;
	}
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.products {
		margin-left: 7px;
	}
}
@media (min-width: 1440px) {
	.products {
		margin-left: 10px;
	}
}
@media (min-width: 1025px) and (max-width: 1440px) {
	#products .col-lg-8 {
		margin-left: 5%;

	}
}
@media (max-width: 426px) {
	#products .col-sm-6 {
		top: 9%;
		margin: auto;
	}
}
@media (min-width: 427px) and (max-width: 767px) {
	#products .col-sm-7 {
		top: 10%;
		max-width: 60%;
		margin-left: 10px;
	}
}
@media (min-width: 960px) and (max-width: 1024px) {
	#products .col-lg-8 {
	top: 7%;
	margin-left: -5px;
	margin-right: -11px;
}
}
@media (min-width: 768px) and (max-width: 959px) {
	#products .col-md-8 {
		top: 7%;
		margin-left: -5px;
		margin-right: -15px;
}
}
#products .col-lg-4 {
	height: 450px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
}
@media (max-width: 427px) {
	#products .col-sm {
		visibility: hidden;
	}
}
@media (min-width: 992px) {
	#products .col-lg-4 {
		max-width: 32.9%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#products .col-md-6 {
		max-width: 49%;
	}
}
#carousel .btn-primary,
#products .btn-primary
{
	padding: 14px 40px;
}

.btn-success {
	background-color: #81c341;
}



.carousel-caption .btn, #offer .btn, #offer-office .btn {
	text-transform: uppercase;
	font-weight: 700;
	margin-top:30px;
	padding:12px 38px;
}
#offer .btn, #offer-office .btn{
	margin-top: 0;
}
#offer p ,  #offer-office p{
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}



#products p {
	font-size: 14px;
	margin-top: 7%;
	margin-bottom: 10%;
}
#products h2 {
	font-size: 40px;
}
@media (min-width: 769px) and (max-width: 1024px) {
	#products h2 {
		font-size: 25px;
	}
}
#products .col-sm {
	z-index: 1;
}

.master-vodka h2 {
	color: #263876;
	font-weight: bold;
}
.master-vodka .col-sm-7 {
}
.master-vodka img {
	position: absolute;
	top: -260px;
	right: 40px;
	z-index: 1;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.master-vodka img {
		width: 110px;
		top: -275px;
		right: 13px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.master-vodka img {
	    width: 90px;
    	top: -300px;
    	right: 1px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.master-vodka img {
	    width: 90px;
    	top: -365px;
    	right: 1px;
	}
}
@media (max-width: 425px) {
	#products h2 {
		font-size: 25px;
	}
	#products p {
		font-size: 10px;
	}
	#products .btn-primary {
		padding: 12px 40px;
		font-size: 12px;
	}
	#products .text {
		width: 60%;
		margin: 0px;
		margin-top: 20px;
	}
	#products img {
		visibility: visible;
	}
	#products .col-lg-4 {
		height: 350px;
	}
	.master-vodka img {
		width: 21%;
    	margin-right: 1%;
    	margin-top: 10%;
	}
	.original-spisska img {
		width: 21%;
    	margin-right: 1%;
    	margin-top: 13%;
	}
	.nestville-whisky img {
		width: 28%;
    	margin-right: 6%;
    	margin-top: 15%;
	}
	.familia-vodka img {
		width: 17%;
    	margin-left: -5%;
    	margin-top: -3%;
	}
	.fruxi-fresh img {
		width: 38%;
    	margin-left: 1%;
    	margin-top: -2%;
	}
	.spis-original img {
		width: 22%;
    	margin-left: -4%;
    	margin-top: 0%;
	}

}
@media (max-width: 320px) {
	.master-vodka img {
		margin-top: 13%;
	}
	.original-spisska img {
		margin-top: 14%;
	}
	.nestville-whisky img {
		margin-top: 26%;
	}
	.familia-vodka img {
		margin-top: 17%;
	}
	.fruxi-fresh img {
		margin-top: 7%;
	}
	.spis-original img {
		margin-top: 17%;
	}
}
.original-spisska h2 {
	color: #2f2f2f;
	font-weight: bold;
}
.original-spisska img {
	position: absolute;
	top: -260px;
	right: 40px;
	z-index: 1;
}
.original-spisska .col-sm-7 {

}
@media (min-width: 1025px) and (max-width: 1440px) {
	.original-spisska img {
    	top: -304px;
    	right: 7px;
    	width: 110px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.original-spisska img {
    	top: -283px;
    	right: -1px;
    	width: 90px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.original-spisska img {
    	top: -350px;
    	right: -1px;
    	width: 90px;
	}
}
.nestville-whisky h2 {
	color: #e5af22;
	font-weight: bold;
}
.nestville-whisky p {
	color: #cbcbcb;
}
.nestville-whisky img {
	position: absolute;
	top: -265px;
	right: 10px;
	z-index: 1;
}
.nestville-whisky .col-sm-7 {
	margin-left: 50px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.nestville-whisky img {
    top: -220px;
    right: -5px;
    width: 150px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.nestville-whisky img {
    	top: -270px;
    	right: -10px;
    	width: 120px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.nestville-whisky img {
    	top: -270px;
    	right: -10px;
    	width: 120px;
	}
}
.familia-vodka h2 {
	color: #ffffff;
	font-weight: bold;
}
.familia-vodka p {
	color: #ffffff;
}
.familia-vodka img {
	position: absolute;
	top: 25px;
	left: 60px;
	z-index: 1;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.familia-vodka img {
    	top: 45px;
    	left: 38px;
    	width: 92px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.familia-vodka img {
		top: 40px;
    	left: 17px;
    	width: 80px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.familia-vodka img {
		top: 40px;
    	left: 17px;
    	width: 80px;
	}
}
.fruxi-fresh h2 {
	color: #ffffff;
	font-weight: bold;
}
.fruxi-fresh p {
	color: #ffffff;
}
.fruxi-fresh img {
	position: absolute;
	top: 90px;
	left: -5px;
	z-index: 1;
}
.fruxi-fresh .col-sm-7 {
	margin-top: 8%;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.fruxi-fresh img {
    	top: 135px;
    	left: -10px;
    	width: 145px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.fruxi-fresh img {
   		top: 150px;
    	left: -14px;
   	 	width: 130px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.fruxi-fresh img {
   		top: 150px;
    	left: -5px;
    	width: 140px;
	}
}
.spis-original h2 {
	color: #ffffff;
	font-weight: bold;
}
.spis-original p {
	color: #ffffff;
}
.spis-original img {
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 1;
}
.spis-original .col-sm-7 {
	margin-top: 8%;
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.spis-original img {
    top: 65px;
    left: 20px;
    width: 125px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.spis-original img {
    	top: 80px;
    	left: 0px;
    	width: 100px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.spis-original img {
    	top: 80px;
    	left: 0px;
    	width: 100px;
	}
}
#events {
	padding-top: 72px;
	padding-bottom: 40px;
}


@media (min-width: 1199px) and (max-width: 1600px) {
	/*.col-lg-3 {
		left: 2%;
		max-width: 28%;
		flex: none;
	}*/
}
@media (min-width: 992px) and (max-width: 1198px) {
	/*.col-lg-3 {
		max-width: 45%;
		flex: none;
	}*/
	.center {
		margin-left: 22%;
		margin-top: 2%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
/*	.col-md-6 {
		max-width: 44%;
	}*/
	.center {
		margin-left: 22%;
		margin-top: 2%;
	}
}
#events h2 {
	color: #808080;
}
#events h4 {
	color: #2e3f76;
}
#events {
	background-color: #f8f8f8;
}
#brands {

	padding-top: 3%;
	padding-bottom: 2%;
}
@media (min-width: 1301px) {
	#brands .col-lg-1 {
		max-width: 12.333333%;
	}
}
@media (min-width: 992px) and (max-width: 1300px) {
	#brands .col-lg-1 {
		max-width: 20.333333%;
		flex: none;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	#brands .row {
		margin-left: 18%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#brands .row {
		margin-left: 4%;
	}
}
@media (max-width: 767px) {
	#brands .row {
		margin-left: 6%;
	}
	#brands .col-sm-5 {
		max-width: 50%;
	}
}
footer {
	background: #3F6271 0% 0% no-repeat padding-box;
	color:#fff;
}

footer h2 {
	color:#fff;
}
footer p {
	font: normal normal normal 14px/24px "Prompt";
	letter-spacing: 0px;
}
footer a,
.copy a {
	color:#46EAC4;
}
footer a:hover, .copy a:hover {
	color: #fff;
}
iframe {
	max-width: 100% !important;
	margin: 0 auto;
	/*height: auto;*/
}
.footer-title {
	font: normal normal bold 16px/26px Prompt;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: .5rem;
}
footer ul {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}
.copy {
	color: #ccc;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;

}
@media (max-width: 767px) {
	footer .col-sm-2 {
		max-width: 49.666667%;
		left: 8%;
	}
}
.order-category {
	font: 20px/29px "Prompt";
	font-weight: 700;
	letter-spacing: 0px;
	color: #141414;
	margin: .75rem 0;
}


.sbmenu2 {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}
.sbmenu {
	display:none;
	/*display:block;*/
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 6;
	text-align: left;
	background: #129EFC;
	padding: 5px 15px;
	/* margin-top: 17px; */
	border-top: 0;
}

a.btn, a.btn:hover {
	color:#FFF;
}

.sbmenu li a,.sbmenu2 li a  {padding-left:0;text-transform: none; padding:5px 0;}

.sbmenu2 li a {padding-right:25px;}
.navbar-nav li:hover .sbmenu,.navbar-nav li:hover .menu-products {display: block;}

.articles {margin-top:40px;}
.article-item {
	padding:10px;
	margin-bottom:20px;
}

.head-contact a {
	color:#FFF;
	font-size:20px;
}
.head-contact a:hover {
	color:#CC4D13;
	text-decoration: none;
}
.newsletter .d-flex div {
	min-width: 400px;
}
.newsletter .form-control {
	border-radius: 100px;
}
.newsletter button[type="submit"]{
	margin-left:-50px;
}
.newsletter .invalid-feedback {

}
.brand-logo-name {
	text-align: center;
	font-size:22px;
	padding:22px 0;
}

.verify-holder {
	background: #cdbdb7;
	padding:15px;
	text-align: center;
	margin:19% auto;
	-webkit-box-shadow: 0px 0px 120px -34px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 120px -34px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 120px -34px rgba(0,0,0,0.75);
}
.verify-text {
	font-size:38px;
	padding:15px 0;

}

body.verify {
	overflow-y: hidden;
}




@media (max-width: 768px) {
	#intro .title{
		font-size: 18px;
		padding:20px;
		padding-right:20px;
	}
	#intro .logo {
		padding:15px 0;
	}
	#intro .col-5  {
		padding-top:76px;

	}
	#intro .desc{
		font-size:13px;
	}
	.sbmenu,.menu-products {
		display: block;
		position: relative;
		text-align: center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		box-shadow: none;
		padding-top:10px;
	}
	.sbmenu2 {
		float: none;
		text-align: center;

	}
	.sbmenu2 > li > a {
		padding-right: 0;
		font-size:17px;
		display:block;
	}
	.sbmenu > li {
		margin-bottom: 0;

	}
	.sbmenu > li > a{
		font-size:17px;
		padding-right: 0;
		display:block;

	}
	iframe {
		max-width: 100% !important;
		height: auto;
	}
	.btn-verify{
		display:block;
		padding: 8px 45px;
	}
	#content h1 {
		/*font-size:20px;*/
		margin-top:10px;
	}
}
.wrapper {
	width:100%;
	overflow: hidden !important;
}
.product-detail p {
	text-align: justify;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.obch-zastupca p {
	text-align: left !important;
}
.album_fotos {
	list-style: none;
	margin:0;
	padding:0
}

@media (max-width: 991px) {
	.carousel-inner {
		width: auto;
	}

	.slider .carousel-item {
		/* position: static; */
		perspective: none !important;
		width: auto;
		margin: 0 -20%;
	}
	.slider-block-text {
		max-width: 326px;
		margin-left: 37%;
		margin-top: 4%;
	}
}
@media (max-width: 767px) {
	.slider .carousel-item {
		margin: 0 -35%;
	}
}
@media (max-width: 575px) {
	.slider .carousel-item {
		margin: 0 -450px;
	}
}


@media (min-width: 1440px){
	.container {
		max-width: 1400px;
	}
}

.product-item-box {
	border: 1px solid #eaeaea;
}
.product-item-image {
	position: relative;
}
.product-item-image-overlay {
	background: rgba(249,92,85,0.4);
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.product-item-box:hover .product-item-image-overlay {
	display: none;
}
.product-item-box:hover,article:hover {
	webkit-box-shadow: 0px 0px 79px -17px rgba(249,92,85,0.75);
	-moz-box-shadow: 0px 0px 79px -17px rgba(249,92,85,0.75);
	box-shadow: 0px 0px 79px -17px rgba(249,92,85,0.75);
}
.product-item-text h2 {
	font-size:20px;
	color:#030303;
}
.product-item-text p {
	color:#303030;
	font-size:13px;
}

article {
	border: 1px solid #eaeaea;
}
article header {
	font-weight:bold;
}
article p {
	font-size:13px;
	color:#303030;
}
.page-link {
	color:#129EFC;;
}
.page-item.active .page-link {
	background-color: #129EFC;
	border-color:#129EFC;
}
.page-link:hover {
	color:#1a1a1a;
}
.we-box h2 {
	 font-size:1.25rem;
 }

footer .form-control, footer .form-danger:active, footer .form-control:focus {
	background: transparent;
	border-color:#fff;
	border-radius: 0;
}

.product-menu {
	border:1px solid rgba(0,0,0,.125);
}
.product-menu > li > a {
	display: block;
	text-transform: uppercase;
	font-size:17px;
	font-weight: bold;
	background: rgba(0,0,0,.05);
	padding:5px 10px;
	color:#f95c55;
}
.product-menu > li > a:hover {
	color:#f95c55;
	background:  rgba(0,0,0,.125);
	text-decoration: none;

}
.product-menu > li > ul > li > a {
	display: block;
	font-size:13px;
	padding:3px 10px ;
	color:#666;
	border-bottom: 1px solid rgba(0,0,0,.05);
	text-transform: none;

	font-weight: normal;
	letter-spacing: normal;
}
.product-menu > li > ul > li > a.active {
	background: rgba(0,0,0,.125);
}
.product-menu  li  {
	margin-bottom: 0;
}
.card {
	border-radius: 0;
	font-size:12px;
}
.card-header {
	font-size:14px;
	font-weight: bold;;
	padding: .75rem .5rem;
}
span.color-picker {
	display:inline-block;
	min-width: 14px;
	min-height: 14px;
}

#content .product-detail h1 {
	margin-top:15px;
	margin-bottom:30px;
	text-align: left;
	font-size:28px;
}

.product-toggler {
	border-bottom: 1px solid  rgba(0,0,0,.125);;
	margin-bottom:15px;
}
@media (max-width: 768px) {
	.product-menu > li > ul > li > a {
		font-size: 16px;
	}
}


.products-container h1 {
	margin-top:0 !important;
}

.table-holder {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.table-holder table, .product-detail table{
	width: 100%;
	max-width: 340px;
	border:1px solid  rgba(0,0,0,.125);
	/*margin:0 10px;*/
}
.product-detail table {
	max-width: none;
	margin-bottom:15px;
}
.table-holder table td, .product-detail table td {
	font-size: 12px;
	padding:2px 7px;
	border-bottom:1px solid rgba(0,0,0,.05);;;
}
.table-holder table tr:last-child td, .product-detail table tr:last-child td {
	border-bottom:1px solid rgba(0,0,0,.125);;;
}
.table-holder table td:last-child, .product-detail table td:last-child {
	text-align: right;
}
.table-holder table tr:first-child td, .product-detail table tr:first-child td {
	font-size: 14px;
	font-weight: bold;
	background: rgba(0,0,0,.03);;;
	padding:10px 7px;
	border-bottom:1px solid rgba(0,0,0,.125);;;
}

.catname {
	font-weight: bold;
	margin-top:5px;
}

@media (min-width: 768px) {
	.navbar-expand-products .product-toggler {
		display:none;
	}
	.navbar-expand-products .navbar-collapse {
		display:block !important;
	}

}
@media (max-width: 768px) {
	.table-holder {
		display:block;
		padding:0 7px;
	}
	.table-holder table {
		max-width: none;
		margin:20px 0;
	}
}

.menu-item-highlight {
	background: #D71921;
	margin-top: -18px;
	margin-bottom: -18px;
	padding: 18px 0;
}
.menu-item-highlight a {
	color:#FFF !important;
}
@media (max-width: 768px){
	.menu-item-highlight {
		margin-top:0;
	}
}

a.references {
	background: rgba(249,92,85,0.15);
}

#salesmanago_dynamic {
	background: rgba(255,0,0 , 0.7);
	color:#FFF;
	padding:10px;
	text-align: center;
}
#smb_4869 {
	text-align: center;
}

.offer {
	background: url("../img/ponuka-bg.png") bottom center repeat-x;
}
.offer-name {
	position: absolute;
	background: rgba(255,255,255,0.85);
	color:#707070;
	top:15px;
	left:0;
	right:30px;
	font-size: 22px;
	padding:5px 12px;
}
.offer-price {
	position: absolute;
	background: #E85222;
	bottom:15px;
	right:0;
	color:#FFF;
	font-size:30px;
	padding:5px 20px;
}

hr.main {
	border-color:#004b34;
	margin: 16px -16px;
}
.search {
	bottom:30px;
	right:15px;
	width: 500px;
	background: rgba(255,255,255,0.54);
}


.carousel-caption {
	top: 20%;
	text-align: left;
	left:8%;
	right:63%;
	bottom:15%;


	background: #3F6271 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 6px #00000038;
	border-radius: 4px;
	opacity: 0.85;
	padding: 50px;

}
.carousel-caption span {
	display: inline-block;
	padding:3px 7px;
	background: rgba(232, 82, 34, 0.79);
}
.carousel-caption h1 {
	font: normal normal bold 27px/33px Prompt;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;

}
.carousel-caption p {
	/* Style for "Preto ceno" */
	font: normal normal normal 16px/26px Prompt;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-top:30px;
}




.price {
	font-size:22px;
	font-weight: bold;
}

.m-img {
	min-height: 100px;
	vertical-align: bottom;
}
.m-title {
	color:#28463C;
	font-size:18px;
	font-weight: bold;
	margin:15px 0;
}


.slogan {
	letter-spacing: 0.36px;
	font-size: 12px;
	border-bottom: 1px solid #535353;
	opacity: 1;
}
.slogan a {
	font-weight: bold;
	color:#141414;
}
.slogan a:hover {
	color:#535353;
}

.box {
	margin: 1.0rem auto;
	padding:1rem;
	text-align: justify;
	/*box-shadow: 0px 3px 6px #00000029;*/

	letter-spacing: 0px;
	color: #434343!important;
}
.box:hover {
	/*box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3);*/
}
.box .btn-primary, .ebook .btn-primary {
	text-transform: uppercase;
	padding:10px 25px;
	font-size: 16px;
	font-weight: 700;
	line-height: 31.54px;
}
.box p {
	font: normal normal normal 14px/24px "Prompt";
	letter-spacing: 0px;
	word-wrap: break-word;
}
.box a.btn {
	margin-bottom: 1rem;
}


.box h2 {
	font: Bold 20px/27px "Prompt";
	letter-spacing: 0px;
	color: #129EFC;
}
.box time,.box p {
	font: normal normal normal 14px/24px "Prompt";
	letter-spacing: 0px;
}

.box a {
	color: #129EFC;
}
.box a:hover {
	color:#000;
}

.box .divider {
	width: 57px;
	height: 0px;
	border: 3px solid #FFFFFF99;;
	margin:1rem auto;
}

.box-header {
	font: normal normal normal 20px/24px "Prompt";
	letter-spacing: 0px;
	margin: .75rem 0;
}
.box-icon {
	padding:.5rem 0
}

.box-building {
	background: #D63320 0% 0% no-repeat padding-box !important;

}
.box-moutain {
	background: #AD3527 0% 0% no-repeat padding-box;
}
.box-market {
	background: #8D2519 0% 0% no-repeat padding-box;
}

.btn {
	padding: .5rem 1.25rem;
}

.btn-white {
	border-color: #ffffff;
	background: #FFF;
}

.btn-white:hover {
	color:#000 !important;
	background: #FFF;
}

/*.btn-success {
	background: transparent linear-gradient(90deg, #1DD092 0%, #31B9CB 100%) 0% 0% no-repeat padding-box;
	border-radius: 100px;
}
.btn-success:hover {
	background: transparent linear-gradient(90deg, #31B9CB 0%, #1DD092 100%) 0% 0% no-repeat padding-box;
}*/
.spacer {
	border: 1px solid #28E6BA;
	opacity: 1;
	width: 63px;
	margin-bottom:1.5rem;
}


.main-container {
	margin-top:-130px;
}
.translation-container {
	margin-top:-430px;
	margin-bottom: -50px;
}
/*.carousel-indicators {
	top:40%;
	bottom:0;
	right: auto;
	left:0;
	margin-right: 0;
	display:block;
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin:3px 0;
}*/

#content {
	color:#333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
#content .cms-content {
	min-height: 300px;

}
#content p {
	text-align: justify;
}


@media (min-width: 768px){
	.col-md-2_5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.vertical .carousel-item-next.carousel-item-left,
.vertical .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vertical .carousel-item-next,
.vertical .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.vertical .carousel-item-prev,
.vertical .active.carousel-item-left {
	-webkit-transform: translate3d(0,-100%, 0);
	transform: translate3d(0,-100%, 0);
}

a {
	color: #ED2D16;
	text-decoration: underline;
}
.navbar-nav li > a, footer a, a.btn {
	text-decoration: none;
}
.navbar-nav li > a:hover {
	color:#000 ;
	border-color:#46EAC4;
}
.navbar-nav li > a.active {
	border-color: #46EAC4;
}

#ponuka-bytov {
	background: #FEFAF6;
}

#vizualizacia {
    /*background: #E5E5E5;*/
}

.visual {
    position: relative;
    font: normal normal normal 24px/60px "Prompt";
    letter-spacing: 0px;
    color: #ED2D16;
}
.visual:hover {
    color:#000;
}
.visual-title {
    top:40%;
    background: rgba(255,255,255,0.75);
    padding:0 50px;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	z-index: 9000;
	min-height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 152px
}

#overlayBackground {
	position: fixed;
	background: rgba(0, 0, 0, .8);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}
#overlayBackground:before {
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
}

#overlayContent {
	margin: 0 auto;
	position: relative
}

.popup {
	display: none;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .4);
	border-radius: 0px;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	background-color: #FFF;
	text-align: left;
	padding: 30px;
	min-height: 50px
}
.popup .toolbar {
	background:#81C341 ;
	color:#FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
	padding:10px 30px;
	margin-bottom: 30px;
}
.popup .toolbar.toolbar-primary{
	background:#103A9A ;
}

#closeBtn {
	font-size: 13px;
	color: #343639;
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	border-radius: 15px
}

#closeBtn span {
	display: block;
	margin-top: -1px
}

#closeBtn:hover {
	color: #5CA830
}

.closeBtn {
	font-size: 20px;
	color: #fff;
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	border-radius: 15px;
	text-decoration:none;
}

.closeBtn span {
	display: block;
	margin-top: -1px
}

.closeBtn:hover {
	color: #5CA830;
	text-decoration:none;
}



.bg-success {
	background: #81c341 !important;
}

.tx-white {
	color: #ffffff !important;
}

.carousel-caption-left {
	text-align: left;
	padding-left:30px;
	right: 40%;
}
.carousel-caption-left h1 {
	padding:25px 0;
	line-height: 90.54px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#services {
	background:#2B2B2B ;
	color:#FFF;
}
.service {
	background: #FFF;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom:20px;
}
.service-number {
	background: #81c341 !important;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	color:#FFF;
	padding:15px 0;
	min-width: 66px;
	text-align: center;
	margin-right: 25px;
}

.btn-p {
	font-size: 16px;
	font-weight: 700;
	line-height: 31.54px;
	text-transform: uppercase;
	padding:13px 25px;
}
#rating .carousel-indicators {
	top:auto;
	bottom:-30px;
	right: 0;
	left:0;
	margin-right: 0;
	margin-left:0;
	display:flex;
}
#rating .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin:3px 3px;
	background-color: rgba(0,0,0,0.5);
}
#rating .carousel-indicators li.active {
	background-color: #000;
}
#rating .carousel .review p {
	min-height: 70px;
}

.bg-primary {
	background-color: #103A9A !important;
}

.fast-contact {
background: #2B2B2B;
	padding:35px 0;
	text-align: center;
	color:#FFF;
}
.fast-contact a {
	color: #81c341;
}

.ebook-container {
	margin-bottom: 50px;
	margin-top:-150px;
}
.ebook {
	box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	position: relative;
	z-index: 999;
}
@media (max-width: 1440px){
	.translation-container {
		margin-top:-400px
	}
	.main-container {
		margin-top: -60px;
	}
	.carousel-caption h1 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media (max-width: 1200px){
	.translation-container {
		margin-top:-300px
	}
	.carousel-caption {
		left: 5%;
		right: 5%;
		top:0%;
	}
	.carousel-caption h1 {
		padding:0px 20px;
		margin-bottom: 0;
	}
	.carousel-caption p {
		margin-top:0;
	}
}

@media (max-width: 992px) {
	.slogan {
		font-size: 11px;
	}

	.carousel-caption {
		top:0%;
		text-align:center;
		left:25%;
		right:25%;
	}
	.carousel-caption h1 {
		font-size: 40px;
		padding: 10px;
	}

	.slider-overlayer {
		margin-bottom: -1px;
		margin-right: -1px;
		margin-left: -1px;
	}


	.box-icon svg {
		max-width: 70px;
	}
	.box-header {
		margin-top:0px;
		margin-bottom:10px;
		min-height: auto;
	}
	.carousel-caption .btn {
		font-size:18px;
		padding:10px 20px;
	}
	.popup {
		margin:0 15px;
	}
	.popup h1 {
		font-size:32px;
	}
	.popup .whyus {
		display: block;
		margin-bottom:15px;
	}
	.popup .whyus li {
		margin:0;
		padding:3px 0;
		padding-left:40px;
	}
	#offer .btn {
		display: block;
		width: 100%;
	}
	.translation-container {
		margin-top: -130px;
	}
	.carousel-caption-left {
		text-align: left !important;
	}
	.carousel-caption-left h1 {
		padding: 0px 0;
		line-height: 45.54px !important;
	}
	.why-box h2 {
		padding:0 !important;
		margin:0 !important;
		font-size:26px !important;
	}
	.why-box .sale {
		right:-35px;
		top:-10px;
	}
	.service {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 550px) {
	.carousel-caption {
		top:0%;
		text-align:center;
		left:36%;
		right:36%;
	}
}

@media (min-width: 1920px) {
	.slider-overlayer {
		background-position: center top;
		background-size: cover;
	}
}

.form-success, .form-danger {
	text-align: center;
	font-size:20px;
}
.form-success i, .form-danger i {
	font-size:50px;
	margin-bottom: 20px;
	color:#81C341;
}
.form-danger i, .MultiFile-remove {
	color:red;
}
.MultiFile-remove {
	text-decoration: none;
}

.upload-text {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: underline;
	cursor: pointer;
}

video {
	width: 100%;
	/*min-width: 100%;
	max-height: 669px;*/
}
@media (max-width: 1440px){
	.slider-overlayer {
		bottom: -100px;
	}
}
/*@media (max-width: 575px) {

	.slider .carousel-item.carusel-item-video {
		margin:0;
	}
}*/

/*---------- Livechat banner ----------*/
img.livechat-banner {
	position: fixed;
    max-width: 300px;
    z-index: 999;
    bottom: 100px;
    right: 25px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.21);
}

.btn-outline-primary {
	border-color:#FFF;
	border-width: 2px;
}
.btn-outline-primary:hover {
	background-color:#FFF;
	color:#ED2D16 !important;
	border-color: #ED2D16;
}

.btn {
	border-radius: 0;
}

.divider {
	width: 57px;
	height: 0px;
	border: 3px solid #A3A3A3;
	margin:1rem auto;
}

h1 {
	font: normal normal normal 27px/33px "Prompt";
	letter-spacing: 0px;
	color: #485D5C;
	text-transform: uppercase;
}
h2 {
	font: normal normal normal 27px/33px "Prompt";
	letter-spacing: 0px;
	color: #485D5C;
	text-transform: uppercase;
}
h1 span, h2 span, .box-header span {
	font-weight: bold;
}

#ponuka-bytov {

}

#financovanie {
	background: #E5E5E5;
}
#financovanie h2 {

}
.fin-item p {
	font: normal normal normal 14px/20px "Prompt";
	letter-spacing: 0px;
	color: #000000;
}
.fin-name {
	font: normal normal bold 16px/26px Prompt;
	letter-spacing: 0px;
	color: #3F6271;
	margin:.75rem 0;
}
.fin-step {
	display: inline-block;
	border: 2px solid #3F6271;
	font: normal normal bold 24px/26px Prompt;
	letter-spacing: 0px;
	color: #3F6271;
	padding: .5rem .75rem;
	font-weight: bold;
	border-radius: 50%;
}

.btn-primary {
	/*background: #F16150;*/
	background: #46EAC4;
	border-color:#46EAC4;
	color: #485D5C !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background: #485D5C;
	border-color:#485D5C;
	color:#FFF !important;
}

.locality {
	background: #3F6271;
	color:#FFF !important;
}
.locality h2 {
	color:#FFF !important;
}
#fotogaleria {
	background: #FFF;
}

.vizualizacie {

}
.vizualizacie h2 {

	letter-spacing: 0;
	color: #374040;
	text-align: center;
}

.vizualizacie .spacer {
	width: 72px;
	height: 0px;
	border: 2px solid #374040;
	opacity: 1;
	margin:31px auto;
}
.vizualizacie-item {
	text-decoration: none;
	position: absolute;
	top:0;
	bottom:0;
	left:0.25rem;
	right:0.25rem;
	background: rgb(63 98 113 / 50%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vizualizacie-item span {
	display:block;
	background: #46EAC4 0% 0% no-repeat padding-box;
	font: 22px/27px Prompt;
	letter-spacing: 0;
	color: #485D5C !important;
	padding:7px 13px;

}
.position-relative {
	position: relative;;
}