  
/*Plugin newsletter*/
  .news {
    z-index:5000;
	position: relative;
	width:100%;
	height: auto;
	font-size:18px;
	padding: 15px 0px;
	box-sizing:border-box;
	border-top: 1px solid #ff6600;
	margin-top:15px;
  }
  .form-box{
  display: table; 
  width:50%; 
  padding: 0 30px; 
  float:left; 
  box-sizing:border-box;
  }
  
  .input-block-mail {
  width: 100%;
  border-bottom: 1px solid #f1b23c;
  border-right:1px solid #f1b23c;
  background:transparent;
  float:left;
  margin-bottom: 20px;
  }
  
  .input-block-mail2 {
  width: 49.5%;
  border-bottom: 2px solid #232323;
  float:left;
  margin-right:5px;
  margin-bottom: 3px;
  }
  
  .input-icon-mail{
	width: 40px; 
	height: 40px;
	#background: #ff6600;
	float:left;
	box-sizing:border-box;
	font-size:20px;
	padding:8px 10px;
	color: #232323;
	
 }
 
 .input-war-mail{
	 margin:3px 0px; 
	 padding:5px 30px;
	 box-sizing:border-box;
	 font-family:Inter_24pt-Regular, Arial; 
	 font-size:14px;
 }
 
 .input-war-mail a {
	font-family: Inter_24pt-Regular, Arial;
	font-weight: normal;
	color:#f0b13b; 
	text-decoration: none;
	-webkit-transition: 1s;
            transition: 1s;
	}
	
	.input-war-mail a:hover {
	text-decoration: underline;
	-webkit-transition: 1s;
            transition: 1s;
	}
	
	.alert_mail{
	display:block;
	font-family: Inter_24pt-Regular, Arial;
	width:100%;
	color:#f0b13b; 
	margin-bottom:4px;
	box-sizing:border-box;
	padding:4px;
	}
 
 
/*Plugin newsletter koniec*/

/*Plugin wyszukiwanie CMS*/
    input.inszuk {
	position: relative;
	border:none;
	box-sizing: border-box;
	width: calc(100% - 80px); 
	font-family: montserrat, Arial;
	font-size:14px;
	float:left;
	color: #232323;
	border-bottom:2px solid #d7e7e7;
  }
  
  .szuk > input.inszuk {
	  width: calc(100% - 40px); 
	  color: #232323;
  }
  
  	.icsrch{
	float:left; 
	cursor:pointer; 
	position: relative;
	box-sizing: border-box;
	width: 40px;
	height: 41px;
	background: #d7e7e7;
	color:#232323;
	font-size: 18px;
	margin-left:-1px;
	border:none;
	-webkit-transition: 1s;
		transition: 1s;
	}
	
	.icsrch:hover{
	color:#fff;
	background: #136e71;
	-webkit-transition: 1s;
		transition: 1s;
	}
	
	.fa-search::before {
		display:table;
		position: relative;
		padding:9px;
		content: "\f002";
		font-family: Fontawesome;
	} 
	
	.fa-search-close::before {
		display:table;
		position: relative;
		padding:9px 12px;
		content: "\f00d";
		font-family: Fontawesome;
	} 
/*Plugin wyszukiwanie CMS koniec*/

/*Plugin wyszukiwanie SHOP*/
    .szukshop {
	position: relative;
	top:45px;
	height: 54px;
	width: 360px;
	border:1px solid #b6b6b6;
	background: #fff;
	border-radius: 5px;
	display: table;
  }
  
    .szukshop-input {
	position:absolute;
	height:50px;
	width:310px;
	top:3px;
	left:2px;
	outline-width: 0;
	box-sizing:content-box;
	box-sizing:border-box;
	padding:5px;
	border:none;
	font-family:montserrat, Arial; 
	color: #232323;
	font-size:18px;
  }
  
  	.icsrchshop{
	float:left; 
	cursor:pointer; 
	position: absolute;
	box-sizing: border-box;
	width: 50px;
	height: 54px;
	right:0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #e11313;
	font-size: 26px;
	-webkit-transition: 1s;
		transition: 1s;
	}
	
	.icsrchshop:hover{
	background: #e11313;
	color: #fff;
	-webkit-transition: 1s;
		transition: 1s;
	}
	
	.fa-search-shop::before {
		display:table;
		position: relative;
		padding:12px;
		content: "\f002";
		font-family: Fontawesome;
		box-sizing:border-box;
	} 
/*Plugin wyszukiwanie SHOP koniec*/

/*Plugin KOSZ*/

	.shopping_cart{
	position: relative;
	top:45px;
	height: 54px;
	width: 140px;
	border:1px solid #b6b6b6;
	background: #fff;
	border-radius: 5px;
	font-family:montserrat, Arial;
	font-size: 26px;
	display: table;
	cursor:pointer;
	color: #e11313;
	-webkit-transition: 1s;
		transition: 1s;
	}
	
	.shopping_cart:hover{
	background: #e11313;
	color: #fff;
	}
	
	.shopping_cart_text{
	display:table;
	float:left;
	padding:6px;
	}
	
	.shopping_cart_count{
	display:table;
	position:absolute;
	right:-22px;
	bottom:-22px;
	border-radius:50%;
	background:#e11313;
	box-sizing: border-box;
	padding-top: 6px;
	text-align:center;
	font-size: 20px;
	color:#fff;
	width:45px;
	height:45px;
	}

	.fa-shopping-cart::before {
	display:table;
	float:left;
	position: relative;
	padding:12px;
	content: "\f07a";
	font-family: Fontawesome;
	} 
/*Plugin KOSZ koniec*/

/*Plugin Lupa*/
	.lupa { 
		position: fixed; 
		z-index:5000; 
		border: 1px solid #CCC; 
		background-color: #EFEFEF; 
		margin: 10px 0 10px 0; 
		padding: 5px; 
	}
	.lupa #w1 { 
		font-size: 20px; 
		border: 1px solid #CCC;
		background-color: #fff;
	}
	.lupa #w2 { 
		font-size: 16px;
		border: 1px solid #CCC;
		background-color: #fff;
	}
	.lupa #w3 { 
		font-size: 15px; 
		border: 1px solid #CCC;
		background-color: #fff;
	}
	.lit { 
		display: inline; 
		text-decoration: underline; 
		cursor: pointer; 
	}
	.selected { 
		font-weight: bold; 
	}
/*Plugin Lupa koniec*/

/*Plugin ftp*/
  .alert {
    font-size: 14px; 
	font-family: Champ, segoeuil, Arial; 
	color: red;
	background: rgba(146,17,141,0.5);
	border-radius:5px;
	border: 1px solid rgba(146,17,141,1.0);
	width: 250px;
	height:30px;
	text-align:center;
  }
/*Plugin ftp koniec*/

/*Plugin Galerry*/
	#gallery_sort {
		font-size: 20px; 
		font-family: Calibri, segoeuil, Arial; 
		color: #696969;
		text-decoration: none;
		cursor:pointer;
		-webkit-transition: 1s;
		transition: 1s;
  }
  
    #gallery_sort:hover {
		font-size: 20px; 
		font-family: Calibri, segoeuil, Arial; 
		color: #11aea7;
		text-decoration: none;
		cursor:pointer;
		-webkit-transition: 1s;
		transition: 1s;
  }
  
  
	a#gallery_img {
		font-size: 18px; 
		font-family: Times New Roman; 
		font-style: italic;
		font-weight: bold;
		color: white;
		text-shadow: 1px 1px 2px black;
		text-decoration: none;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }  
  
	a#gallery_img > span{
		#opacity : 0.50;
		#filter : alpha(opacity=50);
		width:375px;	
		height:0px;
		opacity:0;
		z-index:200; 
		font-size: 0px; 
		font-family: Calibri, segoeuil, Arial; 
		#background: -webkit-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		#background: -o-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		#background: -moz-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		#background: linear-gradient(to bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		text-shadow:0px 0px 0px black; 
		font-weight: normal; 
		font-style: normal;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }  
  
  
	a#gallery_img:hover > span{
		#opacity : 0.50;
		#filter : alpha(opacity=50);
		height:20px;
		opacity:1;
		font-size: 16px; 
		font-family: Calibri, segoeuil, Arial; 
		padding: 10px 0px 10px 0px;
		text-shadow:0px 0px 0px black; 
		font-weight: normal; 
		font-style: normal;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }

	.tresc3{
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		background-position: center; 
		#border: 1px solid rgba(242,101,34,1.0);
		#border-radius:10px;
		#width:0px; 
		#height:0px;
		width:375px; 
		height:270px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }

	.tresc3:hover{
		-moz-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		box-shadow: 0px 1px 5px black;
		#background-size: 155%;
		#-webkit-background-size: 155%; 
		#-moz-background-size: 155%; 
		#-o-background-size: 155%;
		-webkit-transition: 1s;
		transition: 1s;
  }

	.tresc3b{
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		background-size: 100%; 
		background-repeat:no-repeat; 
		background-position: center; 
		width:290px; 
		height:185px;
		-webkit-transition: 1s;
		transition: 1s;
  }

	.tresc3b:hover{
		-moz-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		box-shadow: 0px 1px 5px black;
		-webkit-transition: 1s;
		transition: 1s;
  }
/*Plugin Galerry koniec*/
	
/*Plugin Wielojezykowosc*/
  .lang {
	position: relative;
	display:table;
	width: auto;
	height: auto;
	margin-bottom: 5px;
	font-size: 24px; 
	font-family:  Inter_24pt-Regular, Arial;
	color:#fff;
	}

  #langdiv > .lang {
	color: #fff;
	font-size: 16px; 
  }
  
  #langdiv > .lang z {
	color: #fff;
	font-family:  Inter_24pt-Regular, Arial;
  }
  
  .lang_switch {
	float:left;
	min-width:10px;
	width: auto;
	font-weight:normal;
	vertical-align: middle;
	cursor:pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .5s;
            transition: .5s;
	}
  
  .lang_switch:hover{
	color:#a89481;
	-webkit-transition: .5s;
            transition: .5s;
  }
  
  #langdiv > .lang > .lang_switch:hover{
	color:#fff;
	-webkit-transition: .5s;
            transition: .5s;
  }
  
  .setlang {
	font-family: TitilliumWeb-SemiBold, Arial;
  }
  
  #langdiv > .lang > .setlang {
	font-family: TitilliumWeb-SemiBold, Arial;
  }

/*Plugin Wielojezykowosc koniec*/

/*Plugin Menu CMS*/
	#mainmenu, #mainmenu ul {
		list-style: none; 
		margin: 0; 
		padding: 0; 
		z-index:2000;
  }
	
	#mainmenu ul {
		min-width: 160px;
		box-sizing: border-box;
  }
	
	#mainmenu ul li {
		clear: both;
  }
	
	#mainmenu > li {
		float: left;
		margin-right: 0px; 
		position: relative;
  }
	
	#mainmenu > li li {
		position: relative;
  }
	
	#mainmenu > li ul {
		position: absolute; 
		margin-top: 0px; 
		left: 0; 
		margin-left: 0px; 
		width:230px;
  }
  
	
	#mainmenu > li ul li ul {
		position: absolute; 
		z-index:5;
		margin-left: 230px; 
		top: 0px; 
  }
	
	ul ul {
		display: none;
  }
	
	ul li:hover > ul {
		display: block;
  }

	/*POZIOM 1*/
	
	#mainmenu {
		font-family: TitilliumWeb-SemiBold, Arial; 
		font-size: 18px; 
		font-weight: normal;
		//text-transform:uppercase;
  }
  
  div.men2 > .men_center > #mainmenu{
	margin-top:20px;
  }
  
	#mainmenu > li > a, #mainmenu > li > div {
		display: table; 
		min-width:70px;
		max-width:200px;
		margin: -2px 0px;
		text-align:center; 
		font-weight: normal; 
		text-decoration: none; 
		color: #232323; 
		line-height:25px; 
		border-bottom: 2px solid transparent;
  }
  
  div.men2 > .men_center > #mainmenu > li > a {
	padding:20px 10px;
  }
  
  div.men_top > .men_center > #mainmenu > li > a {
	margin-top:10px;
	padding:20px 10px;
  }
  
   div.men2 > .men_center > #mainmenu > li > div {
	padding:10px 10px;
	font-size: 26px;
	margin-left:10px;
	cursor:pointer;
	background:#f1b23c;
	height:50px;
	box-sizing:border-box;
	min-width:60px !important;
	max-width:60px !important;
  }
  
  div.men_top > .men_center > #mainmenu > li > div {
	margin-top:10px;
	margin-left:10px;
	padding:10px 10px;
	font-size: 26px;
	cursor:pointer;
	background:#f1b23c;
	height:50px;
	box-sizing:border-box;
	min-width:60px !important;
	max-width:60px !important;
  }
  
	#mainmenu > li:hover > a {
		border-bottom: 2px solid #f1b23c;
  }
  
  #mainmenu > li:hover > div {
	  background:#136e71 !important;
	  color:#fff;
  }
  
  .menids {
		background:#e11313;
  }

	/*POZIOMY NIŻSZE*/
	
	#mainmenu ul {
		font-family: TitilliumWeb-Light;
		font-weight:normal;		
		font-size: 16px; 
		font-weight: normal;
		background:#fff;
		#box-shadow: 0px 0px 1px 2px #232323;
		#border: 10px solid #fff;
		#border-radius:3px;
  }
	
	#mainmenu ul li > a {
		color: #1c2225; 
		text-align:left; 
		min-height:14px;
		max-width:250px;
		display: block; 
		text-align:left;
		padding: 10px 20px;
		box-sizing:border-box;
		text-decoration: none;
		text-transform:none;
		border-bottom:1px solid #f1b23c;
		background: #f0e3ca; 
		-webkit-transition: .5s;
            transition: .5s;
  }
	
	#mainmenu ul li:hover > a {
		background:#232323;
		color: #fff;
		#font-weight: 800;
		-webkit-transition: .5s;
            transition: .5s;
		
		
  }

	i.arrow  > a{
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid transparent; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }
	
	i.arrow:hover > a {
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid #333; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }

	ul ul .arrow {
		top: 10px; 
		right: 0; 
		border-top: 3px solid transparent; 
		border-right: 3px solid transparent; 
		border-left: 3px solid #333; 
		border-bottom: 3px solid transparent;
  }


	#mainmenu a {
		-webkit-transition: 1s;
				transition: 1s;
  }
  
  #mainmenu div {
		-webkit-transition: 1s;
				transition: 1s;
  }

	#mainmenu li {
		-webkit-transition: 1s;
				transition: 1s;
  }

	#mainmenu ul {
		-webkit-transition: 1s;
				transition: 1s;
  }
  
	#line {
		-webkit-transition: 1s;
				transition: 1s;
  }

	#mainmenu i {
		-webkit-transition: 1s;
				transition: 1s;
  }
  
/*Plugin Menu CMS Koniec*/


/*Plugin Menu SHOP*/
	#mainmenushop, #mainmenushop ul {
		list-style: none; 
		margin: 0; 
		padding: 0; 
		z-index:2000;
  }
	
	#mainmenushop ul {
		min-width: 160px;
		box-sizing: border-box;
		width:1200px;
  }
	
	#mainmenushop ul li {
		clear: both;
  }
	
	#mainmenushop > li {
		float: left;
		margin-right: 0px; z-index:20;
  }
	

	#mainmenushop > li ul {
		z-index:10;
		position: absolute;
		box-sizing: border-box;
		padding: 10px;
		background: #fff;
		margin-top: 0px; 
		left: 0; 
		margin-left: 0px; 
		box-shadow: 2px 2px 15px #787878;
  }
  
	ul ul {
		display: none;
  }
	
	ul li:hover > ul {
		display: block;
  }

  /*POZIOM 1*/
	
	#mainmenushop {
		font-family: montserrat, Arial; 
		font-size: 20px; 
		font-weight: normal; 
  }
  
	#mainmenushop > li > a {
		display: table; 
		width: auto; 
		max-width:200px;
		padding:10px 10px 10px 10px;
		text-align:center; 
		font-weight: normal; 
		text-decoration: none; 
		color: #232323; 
		height:30px;
		#border-bottom: 2px solid transparent; 
  }
  
	#mainmenushop > li:hover > a {
		background:#e80000;
		color:#fff;
  }

/*Plugin Menu SHOP Koniec*/


/* Tiny Scrollbar */
	#scrollbar1 { 
		width: 400px; 
		margin: 0px 0 0px;
  }
	
	#scrollbar1 .viewport { 
		width: 380px; 
		height: 400px; 
		overflow: hidden; 
		position: relative; 
  }
	
	#scrollbar1 .overview { 
		list-style: none; 
		position: absolute; 
		left: 0; 
		top: 0; 
		padding: 0; 
		margin: 0; 
  }
	
	#scrollbar1 .scrollbar{ 
		background: transparent url(/images/bg-scrollbar-track-y.png) no-repeat 0 0; 
		position: relative; 
		background-position: 0 0; 
		float: right; 
		width: 15px; 
  }
	
	#scrollbar1 .track { 
		background: transparent url(/images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; 
		height: 100%;
		width:13px; 
		position: relative; 
		padding: 0 1px; 
  }
	
	#scrollbar1 .thumb { 
		background: transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; 
		height: 20px; 
		width: 25px; 
		cursor: pointer; 
		overflow: hidden; 
		position: absolute; 
		top: 0; 
		left: -5px; 
  }
	
	#scrollbar1 .thumb .end { 
		background: transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; 
		overflow: hidden; 
		height: 5px; 
		width: 25px; 
  }
	
	#scrollbar1 .disable { 
		display: none; 
  }
	
	.noSelect { 
	user-select: none; 
	-o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
  }
/* Tiny Scrollbar Koniec*/




/* spoiler */
div.spoiler {
	padding: 5px;
	line-height: 1.6;
}

div.spoiler div.spoiler-title {
	color: #232323;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px;
	border: 1px solid #bbbbbb;
	border-bottom-color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
	background: #cfd1cf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
	background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
	background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
	display: inline-block;
	width: 11px;
	height: 11px;
	line-height: 14px;
	margin-left: 4px;
	margin-right: 6px;
	cursor: pointer;
	-webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
	background: url('../pic/minus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-title div.show-icon {
	background: url('../pic/plus.png') no-repeat scroll left center transparent;
}

div.spoiler div.spoiler-content {
	font-size: 13px;
	border: 1px solid #bbbbbb;
	border-top: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: none repeat scroll 0 0 #F5F5F5;
	padding: 4px 10px;
}

/*zoom - picture*/
.zoom {
	display:block;
	position: relative;
	cursor:pointer;
	border-bottom: 4px solid #9d1f09;
	margin-bottom:15px;	
}
		
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(../pic/icon.png);
}

.zoom img {
	display: block;
	width:500px;
	#height:500px;
}

.zoom img::selection { background-color: transparent;}



/*slider picture produkt*/
.pikon{
	cursor:pointer;
	width:100px;
	height:100px;
	#border: 1px solid #b4b4b4;
}

 #picture-ikon-box {
	position:relative;
	margin:auto;
	width:calc(100% - 40px);
	height:110px;
	#border:1px solid #b4b4b4;
}

.thumbelina {
    list-style:none;
    padding:0px;
    margin:0px;
    position:absolute;
    white-space:nowrap;
    font-size:0;    
    -webkit-touch-callout: none; 
    -webkit-user-select: none;     
}

.thumbelina uls{
float:left;
}

.thumbelina lis {
   padding:5px;
   line-height: 0px;
   margin:0px;
}

.thumbelina lis img {
     border:1px solid #ccc;
}

.thumbelina lis img:hover {
     border:1px solid #e80000;
}

.thumbelina-but {
    position:absolute;
    background-color: #e80000;
    border:1px solid #e80000;
    z-index: 1;
    cursor:pointer;   
    color:#fff;
    text-align:center;
    vertical-align:middle;
    font-size:18px;
    font-weight: bold;
	-webkit-transition: .5s;
            transition: .5s;
}
  
.thumbelina-but:hover {
    color:#e80000;
	background:#fff;
	-webkit-transition: .5s;
            transition: .5s;
}

.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
    background-color: #efefef;
	border:1px solid #b4b4b4;
    color: #ccc;
    cursor:default;
    box-shadow:none;
}

.thumbelina-but.horiz {
    width: 30px;
    height: 30px;
    top:40px;

}

.thumbelina-but.horiz.left {
    left:-22px;
    #border-radius: 5px 0px 0px 5px;
}

.thumbelina-but.horiz.right {
    right:-22px;
    #border-radius: 0px 5px 5px 0px;
}
 
.thumbelina-but.vert {
    left:-1px;
    height: 20px;
    line-height: 20px;
    width:93px
}

.thumbelina-but.vert.top {
    top:-22px;
    border-radius: 5px 5px 0px 0px;
}

.thumbelina-but.vert.bottom {
    bottom:-22px;
    border-radius: 0px 0px 5px 5px;
}

.owl-nav-but {
	position:relative;
	width:100%;
}

.owl-but {
    background-color: #fff;
	border:1px solid #b4b4b4;
	float:left;
	width: 30px;
    height: 30px;
	margin-right:5px;
    z-index: 1;
    cursor:pointer;   
    color:#e80000;
    text-align:center;
    vertical-align:middle;
    font-size:18px;
    font-weight: bold;
	-webkit-transition: .5s;
            transition: .5s;
}
  
.owl-but:hover {
    color:#fff;
	background:#e80000;
	-webkit-transition: .5s;
            transition: .5s;
}

.wiget_ruler{
	position:fixed;
	bottom:60px;
	right:40px;
	z-index:7000;
	-webkit-transition: 1s;
	transition: 1s;
}

.wiget-circle{
	position:relative;
	z-index:1;
	display:table;
	background: #a89481;
	text-align: center;
	width:60px; 
	height:60px;
	cursor: pointer;
	padding: 5px;
	border-radius:50%;
	font-size: 42px; 
	text-decoration: none;
	text-align: center;
	color: #fff;
	animation: tada 1s infinite;
	animation-play-state: paused;
	-webkit-transition: 1s;
	transition: 1s;
}

.wiget-circle:hover{
	animation-play-state: running;
}

.wiget-circle > z{
	display:flex;
	align-items: center;
	justify-content: center;
	width:60px;
	height:60px;
}

.wiget_circleunderlay {
	position: absolute!important;
	z-index: 0!important;
	top: 50%!important;
	left: 50%!important;
	-ms-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important;
	margin: auto!important;
	animation: wiget-underline 3s infinite;
	background: #a89481!important;
	border-radius: 100%!important;
}

@keyframes wiget-underline{
	0% {
		opacity: .25;
		width: 0;
		height: 0;
	}

	40% {
		opacity: .25;
	}
	100% {
		opacity: 0;
		width: 150px;
		height: 150px;
	}
}

.call-bar{
	display: flex ;
	align-items: center;
	justify-content: center;
	width: 100% ;
}

.call-button{
	display:flex !important;
	flex-basis: 0 !important;
	flex-grow: 1 !important;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height:1.1;
	padding: 20px 20px;
	box-sizing:border-box;
	font-family: Inter_24pt-Regular, Arial;
	cursor:pointer;
	color:#696969;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-button-on{
	background:#f4f4f5;
	color:#a89481;
}

.call-button > div{
	text-align:center;
}

.call-ikon{
	text-align:center;
	font-size: 24px;
}

.call-line{
	width: 25%;
	height: 3px;
	background: #bcbcbc;
	display: block;
	margin: 10px auto;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-button:hover span.call-line, .call-button-on span.call-line{
	background: #a89481;
	width: 90%;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-button:hover div{
	color: #a89481;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-info{
	box-sizing:border-box;
	text-align:center;
	padding:40px 0px;
	font-size: 24px;
	font-family: montserrat, Arial;
}

.call-pg{
	color:#5b5b5b;
	border-bottom:1px solid #e7e7e7;
	font-size: 14px;
	font-family: Inter_24pt-Regular, Arial;
	margin-bottom:5px;
}

