@import url('//fonts.googleapis.com/css?family=Exo+2:300,400,500i,700|Syncopate&subset=cyrillic');
* {
	font-family: 'Exo 2', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.syncopate {
	font-family: 'Syncopate', 'Exo 2', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.dropdown:hover > .dropdown-menu {
    display: block;
	z-index: 10001;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu {
  margin: -0.125rem 0 0;
}
@media only screen and (max-width:991px) {
	.dropdown-menu {
		border:0;
	}
	.dropdown-menu > .dropdown-item {
		border:0;
	}
}
.animated.standby {
	-webkit-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	visibility: hidden;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
body {
	color:black;
	background:#f1f1f2;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
hr {
 	background:url(images/line.png) repeat-x bottom left;
	border: 0px;
	height: 1px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
hr.white {
 	background:url(images/linewhite.png) repeat-x bottom left;
	border: 0px;
	height: 1px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
a {
 	color:#5398d7;
}
a:hover {
 	color:#111629;
	text-decoration:none;
}
b, strong {
	font-weight:700;
}
.normal {
	font-weight:400;
}
.medium {
	font-weight:500;
}
.light {
	font-weight:300;
}
.textshadow {
	text-shadow:1px 1px 0px rgba(0,0,0,0.3);
}
.thumbnail {
	display:block;
	width:100%;
	height:164px;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #e2e2e2;
}
#page li {
  list-style-image: url(https://faleza.net/images/li.png);
}
.pointer {
  cursor:pointer;
}
.contoverallup {
  	background:url(https://faleza.net/images/up.jpg) no-repeat bottom center;
}
@media only screen and (max-width: 991px) {
	.contoverallup {
		background:#111629;
	}
}
.contoverallmenu {	
	width:100%;
	display:block;
}
.contoverallmenufixed {
	background:#111629;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	box-shadow: rgba(0,0,0,0.22) 0px 0px 5px 0;
}
.searchform {
	display:inline-block;
	width:100%;
	height:36px;
	line-height:36px;
	padding:0;
}
.stylish-input-group {
    background: white !important;
	border-radius:3px;
	overflow: hidden;
	height:36px;
	line-height:36px;
}
.stylish-input-group .form-control{
	font-size: 14px;
	color:#777777;
	box-shadow:0 0 0; 
	border:0;
	height:36px;
	line-height:36px;
}
.stylish-input-group a {
	background: url(https://faleza.net/images/search.png) no-repeat center center;
	margin-top:5px;
	width:36px;
	height:26px;
	line-height:26px;
   border:0;
	border-left:1px solid #cccccc;
}
a.upicon, a.upicon:hover {
	display:inline-block;
	width:auto;
	background-repeat:no-repeat;
	background-position: left center;
	line-height:14px;
	font-size:14px;
	color:white;
	text-align: left;
}
a.upicon:hover {
	text-shadow:0px 0px 5px rgba(255,255,255,1);
}
.upicon span {
	display:block;
	line-height:22px;
	font-size:22px;
}
.upicon span span {
	display:inline;
	text-transform: none;
}
.tel {
	background-image: url(https://faleza.net/images/tel.png);
	padding-left:30px;
}
.user {
	background-image: url(https://faleza.net/images/user.png);
	padding-left:30px;
}
.bag {
	background-image: url(https://faleza.net/images/bag.png);
	padding-left:30px;
}
.navbar-dark .navbar-nav a.nav-link {
    color:white;
    font-size:18px;
    font-weight:500;
    text-transform:uppercase;
}
.navbar-dark .navbar-nav a.nav-link:hover {
	color:white;
    text-shadow:0px 0px 5px rgba(255,255,255,1);
}
.navbar-dark .navbar-nav li.devider {
	color:rgba(255,255,255,0.5);
	line-height:40px;
	padding:0 30px;
}
.navbar-dark .navbar-toggler {
	border:1px solid rgba(255,255,255,0.6);
	color:white;
}
.navbar-dark .navbar-toggler-icon {
	color:white;
}
.navbar-collapse.show a.nav-link {
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.nav-tabs .nav-link {
	width:50%;
    color:black;
    background-color: transparent;
	border:0;
    border-bottom: 1px solid #cccccc !important;
    font-size:20px;
    font-weight:400;
	letter-spacing: 2px;
}
@media only screen and (max-width:479px) {
	.nav-tabs .nav-link {
		width:100%;
	}
}
.slogan {
	margin-top:140px;
	margin-bottom: 160px;
	padding-left:40px;
	background: url(images/arrow.png) no-repeat left top;
	line-height: 30px;
	font-size:45px;
	font-weight: 300;
	text-align:right;
	text-transform: uppercase;
}
.slogan span {
	width:100%;
	display:block;
	font-size:30px;
	line-height:40px;
	font-weight:700;
}
.contoverallhome {
	margin-top:-100px;
}
@media only screen and (max-width: 991px) {
	.contoverallhome {
		margin-top:20px;
	}
}
.hometype {
	width:100%;
	display:block;
	position: relative;
	object-fit: cover;
}
.hometype:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}
.hometypetext {
	display:block;
	width:100%;
	height:auto;
	position: absolute;
	bottom:20px;
	left:0;
	padding:0 20px;
	color:black;
	font-size:22px;
	font-weight: 300;
	text-transform: uppercase;
}
.products {
	background: white;
}
.products:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}
.productssnimka {
	width:100%;
	height:200px;
  	display:block;
  	padding:20px;
  	overflow:hidden;
  	text-align:center;
}
.productssnimka img {
	max-height:100%;
	width:auto;
}
@media only screen and (max-width: 991px) {
	.productssnimka {
		height:auto;
		overflow:auto;
	}
}
.productstext {
	width:100%;
  	display:block;
  	padding:20px;
}
a.producttitle, a.producttitle:hover {
	font-size:18px;
	font-weight:500;
	line-height: 20px;
	display:block;
	width:100%;
	margin-bottom:20px;
	color:#5398d7;
}
a.producttitle:hover {
	color:black;
}
a.productprice, a.productprice:hover, .productprice {
	font-size:26px;
	font-weight:500;
	line-height:30px;
	display:block;
	width:100%;
	color:#5398d7;
}
.productprice {
	font-size:36px;
	line-height:40px;
}
a.productprice:hover {
	color:black;
}
a.productprice span, a.productprice:hover span, .productprice span {
text-decoration: line-through;
color:#d753aa;
}
a.productprice span.normal, a.productprice:hover span.normal, .productprice span.normal {
text-decoration: none;
 font-weight:700;
 color:#d753aa;
}
.sliderleft {
	display:inline-block;
	background: #165999;
	color:white;
	max-height:500px;
	padding:70px 50px 50px 50px !important;	
}
@media only screen and (max-width: 991px) {
	.sliderleft {
		padding:30px 20px 20px 20px !important;	
	}
}
.sliderright {
	color:white;
	max-height:500px;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.contoverallmebeli {
	background: url(images/mebeli.jpg) no-repeat bottom center;
	background-size: cover;
	color:white;
	font-size: 18px;
}
.mebelititle {
	font-size: 90px;
	color:#e0d0b6;
}
@media only screen and (max-width: 991px) {
	.mebelititle {
		font-size:50px;
	}
}
a.mebelihome, a.mebelihome:hover {
 width:100%;
  display:block;
  line-height:20px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #e0d0b6;
  color:white;
 font-size: 18px;
}
a.mebelihome:hover {
	color:#e0d0b6;
}
.news {
	width:100%;
	display:block;
	background: #e8e8e8;
	padding:30px;
	margin-bottom:30px;
}
.newstitle {
	font-size:30px;
	line-height:30px;
}
.contoveralldown {
	background: url(https://faleza.net/images/down.jpg) no-repeat top center;
	background-size: cover;
	color:white;
}
a.down, a.down:hover {
  width:45%;
  margin-right:5%;
  display:inline;
  float:left;
  line-height:20px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #d4d4d4;
  color:white;
	font-size:14px;
	font-weight:500;
}
a.down:hover {
	text-shadow:0px 0px 5px rgba(255,255,255,1);
}
@media only screen and (max-width: 991px) {
	a.down, a.down:hover {
  	width:100%;
  	margin-right:0;
	}
}
a.social, a.social:hover {
	display:inline-block;
	margin:3px;
	width:40px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #909da7;
	border-radius: 20px;
	color:#909da7;
}
a.social:hover {
	border: 1px solid white;
	color:white !important;
}
a.social i, a.social:hover i {
	width: 100%;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:38px;
}
a.scrollTop, a.scrollTop:hover {
	width:40px;
	height:40px;
	display:block;
	position: fixed;
	bottom:10px;
	right:20px;
	background: url(https://faleza.net/images/arrowup.png) no-repeat;
	opacity:0;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.contoverallbottom {
	background:black;
	font-size: 14px;
	color:rgba(255,255,255,.5);
}
.contoverallbottom a {
	color:rgba(255,255,255,.5);
}
.contoverallbottom a:hover {
	color:white;
	text-shadow:0px 0px 5px rgba(255,255,255,1);
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #999999;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #999999;
	background: url(images/checkbox.png) no-repeat center center #5398d7;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.contacts {
	line-height:30px;
	font-size: 22px;
	text-align:left;
}
.contacts i {
	color:#5398d7;
}
.contacts hr {
	width:80%;
	margin-right:30%;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  background-color: #5398d7 !important;
  border-color: #5398d7 !important;
}
.btn-primary:hover {
  background-color: #d753aa !important;
  border-color: #d753aa !important;
}
a.buton, a.buton:hover, a.butoninline, a.butoninline:hover {
  display:block;
 margin:10px auto 0 auto;
  width:120px;
 height:40px;
 line-height:38px;
 text-align:center;
  background:#5398d7;
   color:white;
  font-size:18px;
    border-radius:5px;
}
a.buton:hover, a.butoninline:hover {
  background:#d753aa;
}
a.butoninline {
 display:inline-block;
 width:auto;
 padding:0 15px;
 margin-right:10px;
 margin-bottom: 10px;
}
a.butoninline:hover {
 display:inline-block;
 width:auto;
 padding:0 15px;
 margin-right:10px;
 margin-bottom: 10px;
}
a.pagesvideo, a.pagesvideo:hover {
	width:600px;
	max-width:100%;
	margin:20px auto 30px auto;
	display: inline-block;
	position:relative;
}
a.pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background: url(https://faleza.net/images/playvideo.png) no-repeat center center;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#eeeeee;
}
#page td {
  width:50%;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #5398d7 !important;
  box-shadow: 0 0 5px #5398d7 !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #5398d7 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#5398d7;
  box-shadow: 0 0 5px #5398d7 !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#5398d7;
  box-shadow: 0 0 5px #5398d7 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#5398d7;
  box-shadow: 0 0 5px #5398d7 !important;
}
.form-group label.error {
	color:red;
  font-size: 14px;
  display: block;
  width:100%;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#5398d7;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#d753aa;
}
.card-header, .card-header a {
	background-color: #111629;
	color:white;
}
.card-columns {
    column-count:3;
}
@media only screen and (max-width: 991px) {
	.card-columns {
    	column-count:1;
	}
}
.prrow {
	width:100%;
	display:block;
}
.prrow span {
	color:#888888;
}
a.updown, a.updown:hover {
	display:inline-block;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	font-size:24px;
	overflow:hidden;
	margin-left:5px;
}
a.updownshop, a.updownshop:hover {
	height:14px;
	line-height:14px;
	margin-bottom:5px;
}
.red {
	color:#d753aa;
}