/*-------------- Fonts --------------*/
@import url('https://fonts.googleapis.com/css?family=Exo+2:700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic');
@font-face {
    font-family: jsn;
    src: url("fonts/JSN.otf") format("opentype");
}
@font-face {
    font-family: jsb;
    src: url("fonts/JSB.otf") format("opentype");
}
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #222;
}
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}:before,
:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;

}
@media screen and (min-width : 767px) {
	body {
		min-width: 1150px;
	}
}
h1 { 
	font-size: 21px;
	margin: 20px 0px 10px 0px;
	text-transform:uppercase;
}
h2 { 
	font-size: 18px;
	margin: 15px 0px;
}
h3 { 
	font-size: 18px;
	margin: 10px 0px;
	font-family:'Exo 2';
	font-weight:300px;
}
.h3home {
	padding:0px;
	border-bottom:0px dotted #FF0000;
	width:250px;
	margin: 10px auto 20px auto;
	text-align:center;
}
h4 { 
	font-size: 14px;
	margin: 5px 0px;
}
h1, h2, h3, h4 {
	font-weight: 300;
	font-family: 'Exo 2';
	color: #004d9a;
}
p {	padding: 10px; }

.img-responsive { width:100%; height:auto; }

.entry-content img { width:auto; height:auto; }

a { 
	color: #111;
	text-decoration: underline;
}
a:hover { 
	color: #333;
	text-decoration: none;
}
.all {
	overflow-x: hidden;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.container::before, .container::after, .row::before, .row::after {
    content: " ";
    display: table;
	clear:left;
}
.entry-content p {
	padding: 10px 0px;
	margin: 0px 0px;
}
.entry-content h4 {
	padding: 10px 5px;
	margin: 0px 0px;
	font-weight:bold;
}

/*------------------- FADE --------------------*/
.fadelayer {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 9999px;
    display: none;
    background: RGBA(10,10,10,0.8);
    z-index: 890;
    transition-duration: 1s;
}
/*------------------- Header --------------------*/
.headerelms {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
}
.elmhdr {
	min-width:270px;
}
.headertop {
	background:#FFF;
	width:100%;
	color:#CCC;
	position:relative;
	height:30px;
	padding:5px 0px;
	z-index: 1006;
}
.headertop a {
	font-size:14px;
	color:#666;
	margin-left:15px;
	text-decoration:none;
}
.headertop a:hover {
	font-size:14px;
	color:#111;
}
.header {
	/*background: url('/wp-content/uploads/2018/01/header-blockpng.png') no-repeat center;*/
	background-color: #FFF;
	width:100%;
	height: auto;
	position: relative;
	z-index: 1005;
}
.header p {
	padding:0px 0px;
	margin:5px 0px 2px 0px;
}
.header .logo { margin-left:-15px; }
.headerblock {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0px 15px;
	color:#111;
	background:#FFF;
	font-size:14px;
}
.headeritem { 

}
.headeritem a { 
	color:#111;
	text-decoration:none;
}
.headeritem a:hover { 
	color:#333;
	text-decoration:none;
}
.ztoppanel {
	background: #31B6EE;
	padding: 6px 0px;
	color: #FFF;
	font-size: 14px;
	position: relative;
	font-weight: bold;
}
.ztoppanel a {
	color:#FFF;
	text-decoration:none;
}
.ztoppanel a:hover{
	text-decoration:underline;	
}

.jmenu {
	background: #FFF;
	border-top: 1px solid #CCC;
	box-shadow: 0px 5px 10px -5px rgba(111,111,111, 0.5);
	width:100%;
	height: 51px;
	position: relative;
	text-transform:uppercase;
	top:0;
	z-index: 1000;
}
.sticky {
	box-shadow: 0px 5px 10px -5px rgba(111,111,111, 0.5);
	background: #FFF;
	position: fixed;
	top:0;
}
.headerline {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.headerlineelmtel p {
	margin:10px 0px;
}
/*----------------- BREADCRUMBS -----------------*/
.lbreadcrumbs {
    background: #F2F2F2;
    padding: 0px 0px 0px 0px;
    color: #222;
}
#breadcrumbs { padding: 0px 10px; margin: 10px 0px; }
/*----------------- MainContent -----------------*/
.main-content {
	width:100%;
	min-height: 300px;
	position: relative;
	padding:0px 10px;
	z-index: 500;
}
/*----------------------------- VideoHeader -----------------------------*/
.videoblock {
	width:100%;
	min-height: 400px;
	background: #FFF;
	overflow: hidden;
	position:relative;
	z-index: 107;
}
.textwrap {
    width: 100%;
    max-height: 500px;
    text-align: center;
    color: #FFF;
    font-size: 36px;
    font-family: 'Tahoma';
    position: absolute;
    z-index: 105;
	margin: -235px 0px;
	display:block;
}
.svideo {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    max-height: 100%;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    right: 0px;
    letter-spacing: 0px;
    overflow: hidden;
    transition: none 0s ease 0s;
    position: relative;
    display: block;
    visibility: inherit;
    opacity: 0.9;
    z-index: 100;
}
.videotextblock {
    z-index: 200;
    position: absolute;
    top: 32%;
    font-size: 45px;
    font-weight: 100;
    color: #FFF;
    text-shadow: 1px 1px 10px rgb(0, 0, 0);
    width: 100%;
    text-transform: uppercase;
    font-family: "Open Sans";
}
.dot {
    background: url(https://www.qooqee.com/mucow/widthy/ln.png);
    opacity: 0.9;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    z-index: -999;
}
/*---------------------------------------------------------------------------------------------*/
/*------------------- FOOTER --------------------*/
.footerblock {
	background: #E5E5E5;
	width: 100%;
	border-top: 0px solid #CCC; 
}
.footeritem {
	width:280px;
	color: #111;
	font-family: 'Open Sans';
	font-size:14px;
	padding: 15px 15px;
}
.footeritem h3 {
	color: #111;
	font-weight: 600;
	font-family: 'Open Sans';
	font-size:18px;
	padding: 5px 0px;
	/*border-bottom: 2px solid #7E878C;*/
}
.footeritem p {
	padding:5px 0px;
}
.footeritem a {
	color: #111;
	font-family: 'Open Sans';
	font-size:14px;
	text-decoration:none;
}
.footeritem a:hover {
	color: #333;
}
.footeritem ul, .footeritem li {
	outline:none;
	margin:0px;
	padding:0px;
	list-style: none;
}
.footercpr {
	background: #CCC;
	border-top: 1px solid #999;
	color:#111;
	font-size: 12px;
	text-align: center;
	padding: 6px 0px;
	width: 100%;
}
/*------------------ BUTTONS --------------------*/
.wpcf7-submit {
    background: #00AFD8;
    border: 2px solid #00AFD8;
    padding: 8px 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Exo 2';
    border-radius: 5px;
}
button {
    background: #00AFD8;
    border: 2px solid #00AFD8;
    padding: 8px 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Exo 2';
    border-radius: 5px;
}
button:hover {
	background: #fff;
	color:#00AFD8;
	cursor:pointer;
}
.comment-reply-title {
	margin: 15px 10px 0px 10px;
}
#commentsubmit {
    background: #00AFD8;
    border: 0px;
    padding: 8px 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Exo 2';
    border-radius: 5px;
}
#commentsubmit:hover {
	background: #666;
	cursor:pointer;
}
.search-submit {
	background: #012B86;
    border: 0px;
    padding: 4px 12px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Exo 2';
    border-radius: 0px;
}
.search-submit:hover {
	background: #666;
	cursor:pointer;
}
/*--------------- HOMEPAGE CONTENT --------------*/
.hpcontent h1 {
	margin:20px 5px 20px 5px;
}
.hpcontent p {
	padding:0px 0px;
	margin: 5px;
}
/*--------------- Packets -----------------------*/
.pakets {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
	margin:20px 0px;
}
.paketelement {
	border:2px solid #079CC7;
	padding:15px;
	width:270px;
	position:relative;
	margin: 10px auto;
	transition:0.5s;
}
.paketelement:hover {
	transition:0.5s;
	border: 2px solid #CCC;
}
.packelmhead {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	font-family:'Exo 2';
}
.packelmhead p {
	padding: 0px;
	font-size: 21px;
	margin: 10px 0px;
	color:#08689F;
}
.packelmprod {
	width:100%;
	height: 96px;
	font-size:14px;
	position:relative;
	border-bottom:1px solid #CCC;
}
.packelmbut {
	width:100%;
	text-align:center;
	padding:5px;
}
.buttoncta {
	padding: 10px 15px;
	background: #00AFD8;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border:2px solid #00AFD8;
	margin-top: 20px;
}
.buttoncta a {
	text-decoration: none;
	color: #FFF;
}
.buttoncta:hover {
	background: #FFF;
	color: #00AFD8;
}
.buttoncta:hover a {
	background: #FFF;
	color: #00AFD8;
}
.buttoncta2 {
	padding: 6px 10px;
	background: #00AFD8;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border:2px solid #00AFD8;
	margin-top: 10px !important;
	width:135px;
	margin:0 auto;
}
.buttoncta2 a {
	text-decoration: none;
	color: #FFF;
}
.buttoncta2:hover {
	background: #FFF;
	color: #00AFD8;
}
.buttoncta2:hover a {
	background: #FFF;
	color: #00AFD8;
}
.buttoncta3 {
	padding: 6px 10px;
	background: #00AFD8;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border:2px solid #00AFD8;
	margin-top: 10px !important;
	width:200px;
	text-align:center;
	margin:0 auto;
}
.buttoncta3 a {
	text-decoration: none;
	color: #FFF;
}
.buttoncta3:hover {
	background: #FFF;
	color: #00AFD8;
}
.buttoncta3:hover a {
	background: #FFF;
	color: #00AFD8;
}

/*--------------- SKILL BLOCK -------------------*/
.hptopelemets {
	/*background:#f2f2f2;*/
	width:100%;
	position:relative;
	z-index:501;
	padding:20px;
}
.skillblock {
	display:flex;
	flex-direction:row;
	align-content:center;
	padding:5px;
}
.skillitem {
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}
.skill {
	width:100%;
	height:auto;
	padding: 10px;
	margin:0 auto;
	position:relative;
	z-index:190;
	text-align:center;
	min-height: 360px;
}
.skill a {
	text-decoration:none;
	line-height:1.8;
	margin: 0px 0px;
}
.skills_bg {
	height:345px;
	box-shadow: 0 0 1px rgba(0,0,0,.1) !important;
	border: 1px solid #CCC; /*transparent*/
	background: #fff;
	bottom: 0;
	left: 0;
	right: -1px;
	display: block;
	top: 0;
	position: absolute;
	transition: box-shadow .2s ease,border-color .2s ease,-webkit-transform .2s ease;
	transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
	transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease,-webkit-transform .2s ease;
	z-index:180;
}
.skillimg {
	width: 80%;
	margin-top:20px;
}
/*border: 1px solid #ededed;*/
/*
.skillitem:hover .skills_bg {
	box-shadow: 0 0 5px rgba(0,0,0,0.4) !important;
	-webkit-transform: scale(1.1,1.12);
	transform: scale(1.1,1.12);
	z-index:185;
}
*/
.hskill {
	border-bottom:0px solid #CCC;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
.skill h4 {
	color: #222;
}
/*------------------ BRANDS ---------------------*/
.brands {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: baseline;
	margin:5px;
	min-height: 250px;
}
.brandsitem {
	padding:0px;
	background:#FFF;
	border: 0px solid #f2f2f2;
}
.brandsitem:hover {
	background:#FFF;
	/*box-shadow: 0 0 5px rgba(0,0,0,.1);*/
	
}
.brandsitem img {
	border:1px solid #CCC;
	box-shadow: 0px 15px 10px -15px #000037;
	width:145px;
	height:195px;
}
/*------------------ iconsets ---------------------*/
.paralaxproduction {
	width:100%;
	height:300px;
	padding:30px;
	background:url("/wp-content/uploads/2019/03/paralax.jpg") no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.iconsetsback {
	width:100%;
	height:auto;
	padding:30px;
	background:#016AA5;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.iconsets {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	margin:15px;
	filter:invert(100%);
}
.iconsetelement {
	padding:0px;
	background:none;
	border: 0px solid #f2f2f2;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color: #000;
}
.iconsetelement img {
	width:80px;
}
/*---------------- NEWS BLOCK -------------------*/
.news {
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 25px;
}
.news h3 {
	padding:0px 15px;
}
.newsblock {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	align-content: center;
	align-items: center;
	margin:15px;
}
.newsitem {
	width: 250px;
	height: 350px;
	background:#FFF;
	border: 1px solid #E5E5E5;
	padding:0px;
	margin-bottom: 10px;
	margin-right:20px;
	overflow:hidden;
}
.newsitem:hover {
	background:#FFF;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.newsimg {
	width:100%;
	height:150px;
	text-align:center;
	overflow:hidden;
}
.newspost {
	width:100%;
	height:auto;
	padding:15px;
	font-size:12px;
}
/*--------------- ARCHIVE BLOCK -----------------*/
.anons {
	margin-bottom: 10px;
}
.entry-summary p { padding: 10px 0px; }
.postcontent p { padding:10px 0px; margin: 0px; }
.postview {
	border:1px solid #F2F2F2;
	margin-bottom: 15px;
}
.taxonomydesc {
	margin-bottom:10px;
	width:100%;
	height:auto;
	padding:0px 10px;
	background:#FFF;
	border: 1px solid #E5E5E5;
	border-radius:4px;
}
.not-found h1 { margin:20px 0px 20px 0px; }
/*--------------- CUSTOM FIELDS -----------------*/
.imageheader {
	overflow:hidden;
	width:100%;
	padding:0px 0px;
	height:150px;
	border-top: 1px solid #999;
	/*border-bottom: 1px solid #999;*/
}
/*--------------- TOP BLOCK ---------------------*/
.topblock {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin: 0px 5px 5px 5px;
}
.topelm {
	width: 267px;
}
.hpcditem {
    display: inline-block;
    width: 100%;
    height: 350px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
	border:1px solid #CCC;
}
.hpcdimg {
    transition: 0.5s;
	width:100%;
}
.hpcdhidetext {
	width: 100%;
    height: 101%;
    visibility: hidden;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.70);
    color: white;
    transition: 0.5s;
    opacity: 0;
    font-size: 16px;
    box-sizing: border-box;
    display: table;
    padding: 50px 15px;
    text-align: left;
}
.hpcdtitle {
    position: absolute;
    background: #000;
    display: block;
    width: 100%;
    z-index: 2;
    bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 0;
	border-top: 0px solid #FF0000;
}
.hpcditem:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.hpcditem:hover .hpcdimg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hpcditem:hover .hpcdtitle {
    background: rgba(1, 1, 1, 0.5);
	color:#FFF;
}
.hpcditem:hover .hpcdhidetext {
    visibility: visible;
    opacity: 1;
}
/*--------------- PROMISES -----------------*/
.promisesitem {
	width:220px;
	height:220px;
	overflow:hidden;
	margin:0 auto;
	padding:15px;
	position:relative;
	border:1px solid #CCC;
	border-radius:5px;
}
.promisesitem span {
	font-weight:bold;
	color:#222;
	text-align:left;
	font-size: 14px;
	border-bottom: 1px solid #666;
}
.promisesitem .text {
	color:#666;
	text-align:left;
	padding: 20px 0px 30px 0px;
}
.promisesitem img {
	width:64px;
	height:64px;
	float:right;
}
/*--------------------- Contact page --------------------------*/
.contactcontent {
	background: none;
	margin:-5px;
	padding:0px;
	font-size:14px;
}
.map {
	padding:0px;
	border: 1px solid #666;
	margin: 5px 0px 10px 0px;
	height:402px;
}
/*--------------------- Mobile MENU ---------------------------*/
.overlay { 
		z-index: 1100; 
		border-right:1px solid #111;
}
#fadeoverlay { 
	position:fixed; 
	width:0%; 
	height:100%; 
	top:0; 
	bottom:0; 
	z-index:1090; 
	background:rgba(11,11,11,0.8); 
}
.overlay ul, .overlay ul li { margin:0; padding:0; outline-style:none; }
a.ovmenu {
	margin: 0px 0px;
	position: absolute;
	font-size: 14px;
	padding: 8px 10px;
	text-decoration: none;
	color: #111;
}
a.ovmenu:hover {
	background: #222;
	color:#FFF;
	font-size: 14px;
	text-decoration: none;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed; 
    z-index: 1100; 
    left: 0;
    top: 0;
    background-color: rgb(255,252,255); 
    overflow-x: hidden; 
    transition: 0.5s; 
}
.overlay .selected {
	font-style: normal;
	font-weight: bold;
	color: red;
	padding: 5px 10px;
}
.overlay-content {
    position: relative;
	top: 0;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 100px;
	border-top: 1px solid #222;
	border-right:0px solid #222;
}
.overlay a {
    padding: 5px 15px;
	font-weight: bold;
	font-family: 'Open Sans';
    text-decoration: none;
	text-transform: uppercase;
    font-size: 16px;
    color: #111;
    display: block; 
    transition: 0.3s; 
	border-bottom: 1px solid #222;
}
.overlay p {
	margin: 0px;
}
.overlay p a {
    padding: 5px 15px;
	font-weight: 300;
	font-family: 'Exo 2';
	text-transform: lowercase;
    text-decoration: none;
    font-size: 16px;
    color: #222;
    display: block; 
    transition: 0.3s; 
}
.overlay a:hover, .overlay a:focus {
    color: #666;
}
.overlay .closebtn {
    position: relative;
	text-align: right;
    font-size: 30px;
	border-bottom: 0px solid #FFF !important;
	border-right:0px solid #222;
}
.overlay .menu-item-has-children ul.sub-menu li a {
	/*text-transform: lowercase;*/
	font-weight:normal;
	padding: 6px 20px;
	font-size:14px;
}
/*------------------ Gallery --------------------*/
.gallery {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
		margin: 5px;
}
.galleryitem {
	width:250px;
	height:170px;
	margin-bottom:20px;
	position:relative;
	border:1px solid #666;
	overflow:hidden;
}
.galleryitem img{
	width:100%;
	height:auto;
	z-index: 449;
}
.upgalleryitem {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility:hidden;
	top: 0;
	z-index: 450;
	transition:0.5s;
}
.galleryitem:hover .upgalleryitem {
	visibility:visible;
	transition:0.5s;
	background: rgba(0, 0, 0, 0.6);
}
/*------------- Mobile version -------------*/
@media only screen and (max-width : 767px) {
	* {	box-sizing: border-box; }
	.hide-m {
		display: none;
	}
	.container {
		width: 100%;
		padding: 0px 0px;
	}
	.col2m {
		width: 16.66666667%	
	}
	.col3m {
		width: 25%;
	}
	.col4m {
		width: 33.33333333%;
	}
	.col5m {
		width: 41.66666667%;
	}
	.col6m {
		width: 50%;
	}
	.col7m {
		width:58.333333333%;	
	}
	.col8m {
		width:66.66666667%;	
	}
	.col9m {
		width:75%;	
	}
	.col12m {
		width: 100%;
	}
	.col5sm {
		width: 20%;
	}
	.col2m, .col3m, .col4m, .col5m, .col6m, .col7m, .col8m, .col9m, .col12m {
		float: left;
		position: relative;
		min-height: 1px;
		padding: 5px;
	}
	.videoblock {
   		height: 230px;
	}
	/*------------- Flex Mobile version -------------*/
	.jmenu {
		height:48px;
		border-top:1px solid #CCC;
	}
	.mcont {
		display: flex;
		flex-direction: row;
		padding: 0px 10px;
	}
	.mcontv {
		display: flex;
		flex-direction: column;
		padding: 0px 10px;
	}
	.overlay { display:block; }
	#fadeoverlay { display:block; }
	.overlayhead {
		position: relative;
		width: 100%;
		height: 70px;
		border-right: 0px solid #222;
	}
	.overlayhead img {
		padding: 10px;
		float:left;
	}
	.overlayhead a {
		border:0px;
		font-size: 21px;
		margin: 5px;
		padding: 15px;
		float: right;
	}
	/*------------------- FOOTER ---------------------*/
	.footer {
		flex-direction: column;
	}
	/*------------------- NEWS ---------------------*/
	.newsblock {
		flex-direction: column;
	}
	/*------------------- TOP ---------------------*/
	.topblock {
		flex-direction: column;
	}
	.topelm {
		margin-bottom:10px;
	}
	/*------------------- SKILLS ---------------------*/
	.skillblock {
		flex-direction:column;
	}
	.skillitem {
    	width: 260px;
		margin:15px auto;
	}
	/*-------------------- TOP ----------------------*/
	.menu-item i._before, .rtl .menu-item i._after {
	    margin-right: .25em;
	    display: none;
	}
	.brands {
		flex-wrap: wrap;
		justify-content:center;
	}
	.brandsitem {
		width:45%;
		margin:10px 5px;
	}
	.brandsitem img {
		width: 100%;
		height: auto;
	}
	.iconsets {
		flex-wrap: wrap;
		justify-content:center;
	}
	.iconsetelement {
		width:45%;
		margin:10px 5px;
	}
	.iconsetelement img {
		width: 80px;
		height: auto;
	}
	/*------------------ PROMISES -------------------*/
	.promisesitem {
		width: 100%;
    	height: 250px;
	}
	/*------------------ Gallery --------------------*/
	.galleryitem {
		width:140px;
		height:95px;
		margin-bottom:10px;
		position:relative;
		border:2px solid #CCC;
		overflow:hidden;
	}
	/*------------------ Skill ----------------------*/
	.skillitem {
		width:260px;
		height:auto;
		position:relative;
		margin:15px auto;
	}
	.skills_bg {
		height: auto;
		box-shadow: none !important;
		border: 0px solid #CCC !important;
		background: #fff;
		bottom: 0;
		left: 0;
		right: -1px;
		display: block;
		top: 0;
		position: absolute;
		transition: box-shadow .2s ease,border-color .2s ease,-webkit-transform .2s ease;
		transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
		transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease,-webkit-transform .2s ease;
		z-index: 180;
	}
	.skillitem:hover .skills_bg {
		box-shadow: none !important;
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index:185;
	}
	.headerblock {
    	flex-direction: column;
	}
}
/*----------------------------------------------*/
/*------------- END Mobile version -------------*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/*------------- Desktop version ----------------*/
/*----------------------------------------------*/
@media only screen and (min-width : 768px) {
	* {	box-sizing: border-box; }
	.hide-d {
		display: none;
	}
	.container {
		width: 1150px;
		margin: 0 auto;
		padding: 0px 10px;
	}
	.col1d {
		width: 8.33333333%;
	}
	.col2d {
		width: 16.66666667%	
	}
	.col3d {
			width: 25%;
	}
	.col4d {
		width: 33.33%;
	}
	.col5d {
		width: 41.66666667%;
	}
	.col6d {
		width: 50%;
	}
	.col7d {
		width: 58.33333333%;
	}
	.col8d {
		width: 66.66666667%;
	}
	.col9d {
		width: 75%;
	}
	.col10d {
		width: 83.33333333%;
	}
	.col11d {
		width: 91.66666667%;
	}
	.col12d {
		width: 100%;
	}
	.col5sd {
		width: 20%;
	}
	.col1d, .col2d, .col3d, .col4d, .col5d, .col6d, .col7d, .col8d, .col9d, .col10d, .col11d, .col12d {
		float:left;
		position: relative;
		min-height: 1px;
		padding: 5px;
	}
	.dcont {
		display: flex;
		flex-direction: row;
		width: 1150px;
		padding:0px 10px;
	}
	.dcontv {
		display: flex;
		flex-direction: column;
	}
	.delement {}
	/*------------- Mobail Menu -------------*/
	.overlay { display:none; }
	#fadeoverlay { display:none; }
	/*------------- Horizontal Desktop Menu -------------*/
	/*------------- Horizontal Desktop Menu -------------*/
	
	.menu-item-2974 {
		background: #f2f2f2;
	}
    
	#horizontal-multilevel-menu
	{
		display:flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 0px 0px;
		margin: 0px 0px;
	}
	#horizontal-multilevel-menu ul {
		list-style-type: none;
	}
	/*Links*/
	#horizontal-multilevel-menu a
	{
		display:block;
		text-decoration:none;
		text-align:center;
		font-size: 14px;
		color: #004172;
	}
	#horizontal-multilevel-menu li
	{
		list-style-type: none;
		padding: 15px 10px;
	}
	/*Root items*/
	#horizontal-multilevel-menu li a
	{
		font-weight:bold;
		text-transform: uppercase;
	}
	/*Root menu selected*/
	#horizontal-multilevel-menu li a.root-item-selected
	{
		background: #e5e5e5;
		color: #111;
		font-weight:normal;
		text-transform: uppercase;
	}
	#horizontal-multilevel-menu li a:hover {
		color:#FFF;
	}
	/*Root items: hover*/
	#horizontal-multilevel-menu li:hover a.root-item, 
	#horizontal-multilevel-menu li.jshover a.root-item
	{
		/*background:#666;*/
		color:#FFF;
	}
	.menu-top-menu-container .current-menu-item a{
		color: #F74343;
	}
	#horizontal-multilevel-menu li li:hover
	{
		background:#CCC;
		color:#FFF;
	}
	#horizontal-multilevel-menu li li:hover a 
	{
		background:#FFF;
		color:#005C8A;
	}
	#horizontal-multilevel-menu li.current-menu-item
	{
		background:#FFF;
		/*border-bottom:3px solid #005C8A;*/
	}
	#horizontal-multilevel-menu li li.current-menu-item
	{
		background:#CCC;
	}
	
	/*Child-items: hover*/
	#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
	{
		background:#f2f2f2;
		color:#005C8A;
	}
	/*Child-items selected*/
	#horizontal-multilevel-menu li.item-selected
	{
		background:#012B86;
		color:#FFF;
	}
	/*Sub-menu box*/
	#horizontal-multilevel-menu li ul
	{
		position:absolute;
		/*top:-999em;*/
		top:38px;
		display:none;
		z-index:500;
		height:auto;
		width:300px;
		background:#FFF;
		border:1px solid #C1C1C1;
		margin: 12px -10px;
	}

	/*Sub-menu item box*/
	#horizontal-multilevel-menu li li
	{
		width:100%;
		border-bottom:1px solid #DEDEDE;
		padding:10px 10px;
	}
	
	/*Item link*/
	#horizontal-multilevel-menu li ul a
	{
		text-align:left;
		font-size:12px;
		color:#111;
	}
	/*Items text color & size */
	#horizontal-multilevel-menu li a,
	#horizontal-multilevel-menu li:hover li a,
	#horizontal-multilevel-menu li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
	{
		font-weight:bold;
		padding: 0px 0px;
	}

	/*Items text color & size: hover*/
	#horizontal-multilevel-menu li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover a,
	#horizontal-multilevel-menu li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
	{
		color:#FFF;
	}

	#horizontal-multilevel-menu li ul ul
	{
		margin: -31px 0px 0px 288px;
		height: auto;
		box-shadow: 2px 5px 10px 0px #111111;
	}
	#horizontal-multilevel-menu li:hover ul ul,
	#horizontal-multilevel-menu li.jshover ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul ul ul
	{
		/*top:-999em;*/
		display:none;
	}
	#horizontal-multilevel-menu li:hover ul,
	#horizontal-multilevel-menu li.jshover ul,
	#horizontal-multilevel-menu li li:hover ul,
	#horizontal-multilevel-menu li li.jshover ul,
	#horizontal-multilevel-menu li li li:hover ul,
	#horizontal-multilevel-menu li li li.jshover ul,
	#horizontal-multilevel-menu li li li li:hover ul,
	#horizontal-multilevel-menu li li li li.jshover ul,
	#horizontal-multilevel-menu li li li li li:hover ul,
	#horizontal-multilevel-menu li li li li li.jshover ul
	{
		/*z-index:1000;
		top:auto;*/
		display:block;
		padding: 0px 0px;
	}
	#horizontal-multilevel-menu ul li.menu-item-has-children a::after {
		content: ">";
		font-family: 'Comic Sans MS';
		font-weight: 700;
		text-align: right;
		float: right;
	}
	#horizontal-multilevel-menu ul li.menu-item-has-children ul li a::after {
		content: " ";
		font-family: 'Comic Sans MS';
		font-weight: 700;
		text-align: right;
		float: right;
	}
	#horizontal-multilevel-menu .current_page_item a {
		color:#005C8A;
	}
	#horizontal-multilevel-menu .current_page_item ul li a {
		color:#111;
	}
	#horizontal-multilevel-menu .current_page_item ul li ul li a {
		color:#111;
	}
	#horizontal-multilevel-menu .current-menu-ancestor a {
		color:#012B86;
	}
	#horizontal-multilevel-menu .current-menu-ancestor ul li a {
		color:#111;
	}
	#horizontal-multilevel-menu .current-menu-ancestor ul li ul li a {
		color:#111;
	}
	#horizontal-multilevel-menu li:hover a {
		/*background: #012B86;*/
		color: #005C8A;
	}
	.sub-menu li a {
		/*background: #e5e5e5 !important;*/
		color: #001d7d !important;
	}
	.sub-menu li:hover a {
		background: #CCC !important;
		color: #001d7d !important;
	}
	
	div.menu-clear-left
	{
		clear:left;
	}	
	.menu-item .fa {
		font-size:17px;
		margin-right:5px;
	}
	
	/*------------- Vertical Desktop Menu -------------*/
	.vmenu {
		display: flex;
		flex-direction: column;
	}
	.footer {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		z-index:900;
	}
	/*------------- Sidebar -------------*/
	.sidebar {
		background: #FFF;
		padding: 10px 10px;
	}
	/*------------------ Sidebar Widgets ------------*/
	.widget_recent_entries h3 {
		background: #FFF;
		padding: 10px 0px;
		color: #111;
		margin: 0;
		/*border-radius:0px 5px 0px 0px;*/
		border-bottom: 0px solid #FF0000;
	}
	.widget_recent_entries ul {
		border-top: 1px solid #F2F2F2;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.widget_recent_entries ul li{
		background: #FFF;
		color: #111;
		border-bottom: 1px solid #F2F2F2;
		border-right: 1px solid #F2F2F2;
		border-left: 1px solid #F2F2F2;
		padding: 15px 10px;
		list-style: none;
		margin: 0;
	}
	.widget_recent_entries ul li:hover {
		background:	#F2F2F2;
		color:#111;
	}
	.widget_recent_entries ul li:hover a{
		background:	#F2F2F2;
		color:#111;
	}
	.widget_text h3 {
		background: #FFF;
		padding: 10px 0px;
		color: #111;
		margin: 15px 0px 0px 0px;
		border-bottom: 0px solid #FF0000;
	}
	.sidebar .textwidget {
		background: #FFF;
	}
	.sidebar .textwidget p {
		padding:0px 10px;
	}
	.widget_search h3 {
		background: #FF0000;
		padding: 10px 20px;
		color: #FFF;
		margin: 15px 0px 0px 0px;
	}
	.widget_search .search-form{
		background:#FFF;
		padding: 15px 10px;
	}
	/*------------- Comments -------------*/
	#comments { 
		background:#F2F2F2; 
		padding:5px 25px; 
		margin:8px 0px; 
	}
	/*--------------- LOGO ---------------*/
	.logo {
		padding: 0px;
		margin: 15px 0px;
	}
	.brandsitem {
		height:128px;
		padding:0px;
		background:#FFF;
		transition:1s;
	}
	.brandsitem:hover {
		transition:1s;
		box-shadow: 0px 15px 10px -15px #000037;
	}
}
.shadow-bottomc {
    border-bottom: 1px solid #fff;
    width: 1097px;
    margin: -52px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 697;
}
.shadow-bottomc::after {
    content: " ";
    width: 100%;
    height: 52px;
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.45);
    margin: 0 auto;
    display: block;
    border-radius: 35%;
    position: relative;
    z-index: -1;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
    overflow: visible;
}
.woocommerce form .form-row label {
    line-height: 2;
    color: #004D9A;
    font-weight: bold;
    font-size: 16px;
}
.woocommerce form .form-row .optional {
    visibility: hidden;
}
#ship-to-different-address {
    visibility: hidden;
}
.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #06259D;
}
.woocommerce span.onsale {
    min-height: 25px;
    min-width: 3.236em;
    padding: 0px 8px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0px;
    background-color: #FF0000;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}
.woocommerce ul.products li.product .price {
    color: #F74343;
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 16px;
}
.count {display:none;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #1177a6;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #0e5f84;
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #111;
    font-size: 21px;
}
.related .cart {
	display:none;
}
.payment_method_payanyway  img { 
	width:60px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background:none;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border:none;
}
/*-------------------- WooCommerce -------------------*/
.wpmenucartli {
	background: #31B6EE;
	padding:20px 10px !important;
}
.wpmenucartli:hover {
	background: #004D9A !important;
}
.wpmenucartli a {
	color:#FFF !important; 
}
.wpmenucart-contents {
	margin: -8px 0px;
	color:#FFF !important;
}
.wpmenucart-icon-shopping-cart-0 {
	font-size: 16px;
}
.woocommerce-MyAccount-navigation ul {	
	border: 1px solid #e5e5e5;
	margin: 0px 0px;
	padding: 0px 0px;
}
.woocommerce-MyAccount-navigation li {
	padding: 8px;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation li a {
	font-size:14px;
}
.woocommerce-MyAccount-navigation li:hover {
	background:#F2F2F2;
	padding: 8px;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
}
.product-image-woo {
	vertical-align:middle;
	width:210px;
	height:215px;
}
.related {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.hptopelemets .woocommerce ul.products li.product {
	transition: 0.25s;	
	padding:10px;
}
.hptopelemets .woocommerce ul.products li.product:hover {
	box-shadow: 2px 3px 16px #d0d0d0;
    transition: 0.25s;	
	padding:10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    /*margin: 15px;*/
	text-align:center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
	min-height: 90px;
}
.woocommerce-page ul.products li.product {
	padding: 20px;
	width: 21%;
	transition: 0.25s;
	text-align: center;
	/*height:450px;*/
}
.woocommerce-page ul.products li.product:hover {
    float: left;
    /*margin: 8px;*/
    position: relative;
    margin-left: 0;
    padding: 20px;
    box-shadow: 2px 3px 16px #d0d0d0;
    transition: 0.25s;
}
	.woocommerce div.product div.images.woocommerce-product-gallery {
    	position: relative;
    	padding: 15px;
    	/*background: #f7f7f7;*/
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
	    width: 25%;
	    float: left;
	    margin: 10px 10px 0px 0px;
	    list-style: none;
	}
	.woocommerce-product-gallery__image flex-active-slide {
		border:1px solid #CCC;
	}
	.woocommerce div.product div.images .flex-control-thumbs li img {
		border: 1px solid #CCC;
	}
	.woocommerce div.product form.cart div.quantity {
	    float: none;
	    margin: 4px 8px 15px 0;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	    font-size: 12px;
	    margin: 0;
	    line-height: 1;
	    cursor: pointer;
	    position: relative;
	    text-decoration: none;
	    overflow: visible;
	    padding: 15px 30px;
	    font-weight: 700;
	    border-radius: 2px;
	    left: auto;
	    color: #515151;
	    background-color: #ebe9eb;
	    border: 0;
	    display: inline-block;
	    background-image: none;
	    box-shadow: none;
	    text-shadow: none;
	}
.summary .price {
    color: #FFF !important;
    font-size: 21px;
    background: #004D9A;
    width: 130px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}
.overlay-content .wpmenucart-display-right {
	float:none !important;
}
/*-----------------------------------------------*/
/*------------- END Desktop version -------------*/
/*-----------------------------------------------*/
.hp-gallery {
	display: inline-block;
    vertical-align: middle;
    line-height: 120px;
    width: 100%;
    padding: 10px 10px;
    font-size: 28px;
    font-family: Arial, sans-serif;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
    border: 10px solid transparent;
    border-width: 10px 0;
    background-color: #e5e5e5;
    background-color: hsla(0, 0%, 0%, 0);
    background-image:
        -webkit-linear-gradient(#e5e5e5, #e5e5e5),
        -webkit-linear-gradient(top left, transparent 50.5%, #e5e5e5 50.5%),
        -webkit-linear-gradient(top right, transparent 50.5%, #e5e5e5 50.5%),
        -webkit-linear-gradient(bottom left, transparent 50.5%, #e5e5e5 50.5%),
        -webkit-linear-gradient(bottom right, transparent 50.5%, #e5e5e5 50.5%);
    background-image:
        -moz-linear-gradient(#e5e5e5, #e5e5e5),
        -moz-linear-gradient(top left, transparent 50.5%, #e5e5e5 50.5%),
        -moz-linear-gradient(top right, transparent 50.5%, #e5e5e5 50.5%),
        -moz-linear-gradient(bottom left, transparent 50.5%, #e5e5e5 50.5%),
        -moz-linear-gradient(bottom right, transparent 50.5%, #e5e5e5 50.5%);
    background-image:
        linear-gradient(#e5e5e5, #e5e5e5),
        linear-gradient(to bottom right, transparent 50.5%, #e5e5e5 50.5%),
        linear-gradient(to bottom left, transparent 50.5%, #e5e5e5 50.5%),
        linear-gradient(to top right, transparent 50.5%, #e5e5e5 50.5%),
        linear-gradient(to top left, transparent 50.5%, #e5e5e5 50.5%);
    background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
    background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
    background-size: auto auto, 10px 10px, 10px 10px, 10px 10px, 10px 10px;
    background-clip: padding-box, border-box, border-box, border-box, border-box;
    background-origin: padding-box, border-box, border-box, border-box, border-box;
}
/*--------------------------- TABS ----------------------------------------*/
#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #666;
}

#tabs li{
  float: left;
  width: 25%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  z-index:358;
}
@media screen and (max-width : 768px) {
	#tabs li{
		width: 50% !important;
	}
}
#tabs a{
  position: relative;
  background: #FFF;
  padding: 10px 15px;
  float: left;
  text-decoration: none;
  width:100%;
  text-align: center;
  font-weight: normal;
  color: #222;
  border-right:1px solid #666;
}

#tabs a[title]:hover:after {
  content: attr(title);
  padding: unset;
  color: #222;
  position: absolute;
  width: 300px;
  height:auto;
  left: 0;
  top: 100%;
  white-space: normal;
  z-index: 20px;
  background: unset;
  border: unset;
  color: unset;
  border-radius: 0px;
  box-shadow: unset;
  opacity:0 !important;
  z-index: 278;
}
#tabs a:hover {
  background: #111;
  color:#FFF;
}
#tabs #current {
	border-top: 4px solid #111;
	border-bottom: 0px; 
}
#tabs #current a,
#tabs #current a::after{
  background: #FFF;
  padding: 9px 15px;
  color:#222;
  z-index: 3;
}
#content1
{
	float:left;
	position: relative;
	width:100%;
	height:auto;
    background: #fff;
    z-index: 2;	
    border-top: unset;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#content1 h2, #content1 h3, #content1 p
{
    margin: 10px;
}
.tabhp {
    float: left;
    width: 100%;
    border: 0px solid #222;
    height: auto;
    position: relative;
    margin: 25px 0px;
    box-shadow: 0px 10px 10px -10px #666;
}
.tabrightblock {
	position: relative;
	padding:15px;
	background: #666;
	color: #FFF;
	min-height:350px;
}
.nopadd {
	padding: 0px !important;
}
/*------------------- MAP -----------------------*/
#map {
    height: 350px;
    width: 100%;
    position: relative;
    border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    border-radius: 0px;
    margin: 0px 0px;
    /*box-shadow: 0px 10px 5px 10px rgba(0, 0, 0, 0.5);*/
}
.ymaps-layers-pane {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
/*-------------------- CTA --------------------*/
.woverlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1007;
	transition: opacity .5s;
}
.popup {
	background: #FFF; 
	border: 1px solid #222;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 5px;
	width: 320px;
	height: 385px;
	position: fixed;
	text-align: justify;
	top: 45%;
	visibility: hidden;
	z-index: 1010;
	transform: translate(-50%, -50%);
	transition: opacity .5s, top .5s;
	border-radius: 0px;
}
.popup .form-group, .popup .form-inline .form-control {
    width: 100%;
}
.popup .form-control:focus {
    border-color: #222;
    outline: 0;
}
.popup .close_window {
	width: 21px;
	height: 20px;
	position: absolute;
	padding: 0px;
	top: 5px;
	right: 5px;
	cursor: pointer;
	color: #222;
	font-family: 'Arial';
	background: #FFF;
	border: 2px solid #222;
	border-radius: 0px;
	text-align: center;
	font-weight: bold;
}
.popup .close_window:hover {
	background: #222;
	color:#FFF;
	border: 2px solid #222;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup .close_window:active {
	background: #00824d;
	color:#FFF;
}
.fflashinput{
	border: 3px solid #f00;
}
.ctabutblock {
	margin:4px 0px;
	text-align: right;
}
.saleb {
	border: 1px solid #E5E5E5;
	height: 383px;
	overflow: hidden;
}
.grecaptcha-badge{
	visibility: collapse !important;
}
@media screen and (min-width : 767px) {
	.dconttop {
		width:1000px;
	}
	.hptopelements .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		padding: 5px;
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		min-height: 60px;
		width: 200px;
		margin: 0 auto;
	}
}
.hptopelemets .woocommerce ul.products li.product {
    border: 1px solid #CCC;
    border-radius: 15px;
}
/*------------------- SLIDER --------------------*/
.sliderblock {
	visibility: block; 

}
.sldc {
	
}
.slditem {
	
}
.owl-pagination { 
	opacity:0;
}
#myowltheme { overflow:hidden; }
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}
.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}
@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}.owl-theme .owl-controls{text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:0;padding:5px;font-size:21px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:none;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-pagination{position:relative;width:185px;margin:-35px auto 0;z-index:99}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;border:2px solid #FFF;margin:5px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:none}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 7px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:50%;font-weight:700}.owl-item.loading{min-height:150px;background:url(/sldimg/AjaxLoader.gif) no-repeat center center}#myowltheme .owl-item div{padding:0}#myowltheme .owl-item img{ border-bottom:1px solid #CCC; display:block;width:100%;height:auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#myowltheme2 .owl-item div{padding:0}#myowltheme2 .owl-item img{display:block;width:100%;height:auto;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.owl-theme .owl-controls .owl-buttons div{position:absolute}.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;top:43%;}.owl-theme .owl-controls .owl-buttons .owl-next{right:0;top:43%; }
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
}
.mcartmenu {
	background:#D32F2F;
	padding: 0px 15px;
	color:#FFF;
	text-decoration: none;
	line-height: 3;
	float: right;
	font-weight: bold;
}
.mcartmenu:hover {
	background:#D32F2F;
	padding: 0px 15px;
	color:#FFF;
}
/*------------------ Lightbox -------------------*/
html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lb-data .lb-close{position:fixed;outline:none;float:right;width:30px;height:30px;background:url(/wp-content/themes/starservice/img/close.png)top right no-repeat;text-align:right;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;top:50px;right:50px}.lightboxOverlay,.lightbox,.lb-loader,.lb-nav{position:absolute}.lightboxOverlay{top:0;z-index:9999;background-color:#FFF;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);display:none}.lb-nav{top:0;z-index:10}.lightboxOverlay,.lightbox,.lb-loader,.lb-nav,.lb-container > .nav,.lb-nav a.lb-prev{left:0}.lightboxOverlay,.lb-data .lb-close:hover,.lb-nav a.lb-next:hover,.lb-nav a.lb-prev:hover{opacity:1}.lightbox,.lb-loader,.lb-nav,.lb-dataContainer{width:100%}.lightbox{z-index:10000;font-weight:400}.lightbox,.lb-loader{text-align:center;line-height:0}.lightbox .lb-image,.lb-cancel,.lb-data .lb-number,.lb-data .lb-close,.lb-next,.lb-prev{display:block}.lightbox .lb-image{height:auto;max-width:inherit;max-height:none;border-radius:0;border:1px solid #666}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;border-radius:4px;background-color:white}.lb-outerContainer,.lb-cancel,.lb-dataContainer{margin:0 auto}.lb-loader{top:43%;height:25%}.lb-cancel{width:32px;height:32px;background:url(/wp-content/themes/starservice/img/loading.gif)no-repeat}.lb-nav,.lb-next,.lb-prev{height:100%}.lb-nav a{outline:none;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.lb-nav a.lb-prev{width:34%;float:left;background:url(/wp-content/themes/starservice/img/prev.png)left 48% no-repeat;opacity:0}.lb-data .lb-details{float:left;width:85%;text-align:left;line-height:1.1em}.lb-nav a.lb-prev,.lb-nav a.lb-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s}.lb-nav a.lb-next{opacity:0;width:64%;right:0;float:right;background:url(/wp-content/themes/starservice/img/next.png)right 48% no-repeat}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{clear:left;padding-top:10px;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close:hover,.lb-next,.lb-prev{cursor:pointer}.lb-data .lb-close:hover,.lb-nav a.lb-next:hover,.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-dataContainer{*zoom:1;padding-top:5px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}