body {
	background: url('../img/bg6.jpg') no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/** {
	color: red !important;
	font-weight: 700 !important;
}*/
.toolbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 85px;
	background: rgba(0, 0, 0, .9);
	border-bottom: 1px solid #fff;
}

.toolbar .col:nth-child() {
	background: yellow;
}

.toolbar p,
.toolbar i,
.toolbar a {
	color: #fff;
	font-weight: 500;
}

.toolbar h4 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
}

.toolbar a {
	text-decoration: underline;
}

.logo img {
	width: 160px;
	margin: 5px 0;
}

.social i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	border-radius: 50%;
	padding: 6px;
	margin: 0 2px;
	color: #fff;
	background: #000;
}

.social i:hover {
	animation: spin-upline .5s linear;
}

.social i.i-paperplane {
	background: #597da3;
}

.social i.i-facebook {
	background: #3b5998;
}

.social i.i-youtube {
	background: #cd201f;
}

.social i.i-instagram {
	background: #c08d64;
}

.social i.i-signal {
	background: #c00922;
}

.social i.i-pigpene {
	background: linear-gradient(#4952a1, #623793);
}

@keyframes spin-upline {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.phone p {
	font-size: 25px;
	font-weight: 700;
}

.slider-text {
	position: absolute;
	top: 80%;
	left: 10%;
}

li:nth-child(even)>.slider-text {
	left: 75%;
}

.slider-text a {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-shadow: 1px 1px #000;
}

.sender {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	z-index: 10;
	background: rgba(0, 0, 0, .75);
	text-align: center;
	border: 2px solid #ccc;
	padding: 10px;
}

.sender h2 {
	color: #f70;
	font-size: 30px;
	font-weight: 700;
}

.sender p {
	color: #fff;
	font-weight: 400;
}

.sender input {
	padding: 9px;
	width: 310px;
	border-radius: 3px;
	margin: 5px 2px;
}

.sender button:before {
	display: block;
	content: "";
	animation: bright 3s linear infinite;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	left: -50%;
	transform: skewX(-25deg);
}

@keyframes bright {
	0% {
		left: -50%;
	}

	100% {
		left: 100%;
	}
}

.menu {
	background: #000;
	text-align: center;
	padding: 0px;
}

.menu .col {
	border-right: 1px solid #333;
}

.menu .col:last-child {
	border: none;
}

.menu a {
	display: block;
	width: 90%;
	padding: 7px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin: 0 auto;
}

/* footer*/
.footer {
	background: #000;
	border-top: 2px solid #fff;
	text-align: center;
}

.footer:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

.footer h3 {
	color: #f70;
	font-weight: 700;
}

.footer .logo img {
	margin: 20px auto;
}

.footer .slogan {
	color: #fff;
}

.footer .menu a {
	display: block;
	width: 50%;
	float: left;
	font-weight: 300;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}

.footer .menu a:hover {
	color: #f70;
}

.footer .ral img {
	width: 120px;
	border-radius: 3px;
}

.footer .contact p {
	color: #fff;
	text-align-last: left;
}

.footer .contact h3 {
	text-align-last: left;
	margin-left: 20px;
}

.footer i.i-vk {
	background: #597da3;
}

.footer i.i-facebook {
	background: #3b5998;
}

.footer i.i-youtube {
	background: #cd201f;
}

.footer i.i-instagram {
	background: #c08d64;
}

.footer i.i-signal {
	background: #c00922;
}

.footer i.i-pigpene {
	background: linear-gradient(#4952a1, #623793);
}

.fv a {
	color: #fff;
}

.fs {
	width: 160px;
}

/* copyright */
.copyright {
	text-align: center;
	background: #f70;
	padding: 15px;
	font-style: 11px;
	color: #fff;
}

/* call button */
.pulse {
	position: fixed;
	top: 88%;
	left: 1%;
	width: 65px;
	height: 65px;
	background: #039be5;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 80px;
	cursor: pointer;
	z-index: 100;

	animation: animate 4s linear infinite;
}

.pulse .i-phonealt {
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px #000;
	margin-top: 14px;
	transition: .5s;
}

.pulse:hover>.i-phonealt {
	transform: rotate(50deg);
}

@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 rgba(3, 155, 229, .7), 0 0 0 0 rgba(3, 155, 229, .7);
	}

	40% {
		box-shadow: 0 0 0 50px rgba(3, 155, 229, 0), 0 0 0 0 rgba(3, 155, 229, .7);
	}

	80% {
		box-shadow: 0 0 0 50px rgba(3, 155, 229, 0), 0 0 0 30px rgba(3, 155, 229, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(3, 155, 229, 0), 0 0 0 30px rgba(3, 155, 229, 0);
	}
}

/* call windows */
/* .call { */
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 1000;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: rgba(0,0,0,.7);*/
/*background: red;*/
/*transition: .5s;*/
/*display: none;*/
/* } */
.call-block {
	display: block;
}

.call-windows {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 900;
	width: 310px;
	height: 100vh;
	background: #fff;
	text-align: center;

	transform: translate(0px, 0);
}

.call-windows-open {
	transform: translate(-310px, 0);
}

.windows-close {
	background: #f44336;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.windows-close:hover {
	background: #c62828;
}

.call-form {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 240px;
	margin: 0 auto;
	transform: translate(0, -50%);
}

.call-form input {
	width: 95%;
	margin: 5px 0;
	padding: 10px;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
}

.call-form button {
	line-height: 15px;
	padding: 10px;
	margin: 5px 0;
	background: #f70;
	border-radius: 25px;
	box-shadow: none;
	color: #000;
}

.call-form p {
	font-size: 11px;
}

.categoris,
.project {
	background: rgba(0, 0, 0, .7);
}

/* PREZEN TOVAR */
.prezen-tovar {
	text-align: center;
	color: #fff;
}

.prezen-tovar .cart {
	margin: 10px;
	/*10 0*/
	background: #000;
	border: 1px solid #ccc;
}

.prezen-tovar .cart:hover {
	box-shadow: 0 0 10px 1px #fff;
}

.prezen-tovar img {
	width: 278px;
	/* 270*/
	height: 278px;
	/* 220 */
}

.prezen-tovar .title {
	display: flex;
	/* height: 50px; */
	padding: 10px 0 5px 0;
	line-height: 1;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	color: #fff;
}

.prezen-tovar .price {
	color: #f70;
	font-weight: 700;
	font-size: 20px;
	/* padding: 10px; */
}

.prezen-tovar .price small {
	font-size: 12px;
	color: #ccc;
}

.prezen-tovar .cart a.btn {
	border-radius: 0px;
	background: #f70;
}

p.tx-green-7 {
	font-size: 18px !important;
	font-weight: 700;
}

p.price.no {
	font-size: 14px;
	padding: 4px 0;
	color: #fff;
}

/***/
.i-viber {
	color: #754d94;
	font-size: 16px;
}

.i-paperplane {
	color: #fff;
	padding: 4px;
	border-radius: 50%;
	/* border: 1px solid #2698d3; */
	font-size: 10px;
	background: #2698d3;
	transform: rotateY(180deg);
}
