/*
Theme Name: PARACLISIER
Theme URL: 
Description: 
Author: SMART CUPS AGENCY
Author URI: www.smartcupsagency.ro
Version: 2025
*/

/*-------------------
    Project
---------------------*/

html {
	background: #fff;	
}
*{ margin: 0px auto; padding: 0px; font-family: 'Montserrat', sans-serif;}
h1{
	font-size: 33px;
	line-height:47px;
	font-weight:500;
	color:#242729;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
}
h2{
	font-size:26px;
	line-height:39px;
	color:#242729;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
	padding: 10px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}
h3{
	font-size:23px;
	line-height:37px;
	color:#a37172;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
	border-left: 2px solid #d5aaab;
	padding: 10px 0px 10px 20px;
	margin:20px 0px 20px 0px;
}
h4{
	font-size:19px;
	line-height:32px;
	color:#026730;
	text-align:left;
	text-decoration: none;
	font-weight:bold;
	margin:20px 0px 20px 0px;
}
h5{
	font-size:17px;
	line-height:25px;
	padding:10px 0px 10px 0px;
	text-decoration: none;
	font-weight:normal;
}
h6{
	font-size:13px;
	line-height:13px;
	padding:9px 0px 9px 0px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
}
img {
	border:0;
	max-width: 100%;
	height: auto;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:15px;
}
img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 20px 20px;
	display: inline;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
img.alignleft {
	padding: 5px 5px;
	margin: 5px 20px 20px 0px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
img.alignnone {
	display: inline;
}
.grecaptcha-badge {
    display: none !important;
}
ul li{ 
 margin: 0 0 0 20px;
}
/*-------------------
    Cups
---------------------*/
#cups {
    margin: 0px auto 0 auto;
    background: #fff;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
    min-height: 10px;
    box-sizing: border-box;
}
#header {
	float:left;	
	background: -webkit-linear-gradient(30deg, #BF953F, #fff8ab, #cfab5c, #B38728, #f3d89d, #AA771C);
	width:100%;
	height:120px;
}
#home {
	float:left;	
	background: #ffffff;
	width:100%;
	min-height:10px;
	overflow: hidden;
	margin-top:0px;
}
#main {
	float:left;	
	background: #ffffff;
	width:100%;
	min-height:10px;
	margin-top:0px;
}
#footer {
	float:left;	
	background: #242729;
	width:100%;
	min-height:120px;
	overflow: hidden;
}
/*-------------------
    header
---------------------*/
#top {
	float:left;	
	background:#ffca08;	
	width:100%;
	min-height:10px;
	display:none;
}
#breakpoint {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 15px;
	color:#1f1f1f;
	text-align:center;
	padding:6px 0px;
}
#header-list {
	float:left;	
	width:90%;
	min-height:90px;
	margin-left:5%;
	margin-top:13px;
}
#header-logo {
	float:left;
	width:22%;
	min-height:10px;
	text-align:center;
	margin-top:0px;
}
#header-right {
	float:left;
	width:78%;
	min-height:10px;
}
#header-info {
	float:left;	
	width:78%;
	min-height:10px;
}
#header-ct {
	float:right;	
	width:150px;
	min-height:10px;
}
#header-ct-e {
	float:right;
	width:40px;
	height:40px;
	margin-left:10px;
}
#header-ct-e a {
	background: url(files/images/h-mail-a.svg) no-repeat center center;
	color:#b19966;
	height:40px;
	display:block;
}
#header-ct-e a:link {  }
#header-ct-e a:visited { }
#header-ct-e a:hover{
	background: #fff url(files/images/h-mail-h.svg) no-repeat center center;
	color:#fff;
	text-decoration:none;
}
#header-ct-p {
	float:right;
	width:40px;
	height:40px;
	margin-left:10px;
}
#header-ct-p a {
	background: url(files/images/h-phn-a.svg) no-repeat center center;
	color:#b19966;
	height:40px;
	display:block;
}
#header-ct-p a:link {  }
#header-ct-p a:visited { }
#header-ct-p a:hover{
	background: #fff url(files/images/h-phn-h.svg) no-repeat center center;
	color:#fff;
	text-decoration:none;
}
#header-ct-w {
	float:right;
	width:40px;
	height:40px;
	margin-left:10px;
}
#header-ct-w a {
	background: url(files/images/h-whp-a.svg) no-repeat center center;
	color:#b19966;
	height:40px;
	display:block;
}
#header-ct-w a:link {  }
#header-ct-w a:visited { }
#header-ct-w a:hover{
	background: #fff url(files/images/h-whp-h.svg) no-repeat center center;
	color:#fff;
	text-decoration:none;
}
#header-men {
	float:right;
	width:60%;
	min-height:10px;
	font-size:15px;
	text-align:right;
	margin-top:12px;
} 
#header-men  a {
	color:#242729;
	text-decoration: none;
	padding:7px 10px;
	}
#header-men a:link {  }
#header-men  a:visited { }
#header-men a:hover{
	background: #fff;
	color: #242729;
	text-decoration:none;
}

#header-menu {
	float:left;	
	width:56%;
	min-height:10px;
	margin-top:5px;
	margin-right:22%;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {margin:0;padding:0;border:0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#cssmenu:after,
#cssmenu > ul:after {content: ".";display: block;clear: both;visibility:hidden;line-height:0;height:0;}
#cssmenu #menu-button {display: none;}
#cssmenu {width:auto;font-family: 'Montserrat', sans-serif;}
#cssmenu > ul > li {float: left;}
#cssmenu.align-center > ul {font-size:0;text-align:center;}
#cssmenu.align-center > ul > li {display:inline-block;float:none;}
#cssmenu.align-right > ul > li {float:right;}
#cssmenu > ul > li > a {padding: 10px 17px 10px 17px;font-size:19px;text-decoration:none;color: #242729;font-weight: 400;letter-spacing: 0.7px;}
#cssmenu > ul > li:first-child > a {}
#cssmenu.align-center > ul > li:first-child > a {}
#cssmen.align-right > ul > li:first-child > a {}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {color: #8c8c74;font-size:19px;}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {background: #fff;color: #242729;font-size:19px; }
#cssmenu > ul > li:after {content: '';  position: absolute;  top: 8px;  right: 0;  display: block;  height: 17px;  width: 1px;  opacity: .15;  background:#242729; }
#cssmenu.align-right > ul > li:after {right: auto;left:-1px;}
#cssmenu > ul > li:before { content: '';  position: absolute;  top: 12px;  right: -1px;  display: block;  height: 17px;  width: 1px;  opacity: .35;  background:#242729; }
#cssmenu.align-right > ul > li:before {right:auto;left:0px;}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {display: none;}
#cssmenu.small-screen {width: 100%;}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {width:100%;text-align:left;}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {float: none;display: block;}
#cssmenu.small-screen > ul > li > a {background-color: #fff;padding: 5x 10px;color: #242729;}
#cssmenu.small-screen > ul > li > a:hover {color: #fff;background-color: #242729;}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {display: none;}
#cssmenu.small-screen #menu-button {display: block;padding: 10px 25px 10px 25px;cursor: pointer;font-size: 16px;text-decoration: none;color: #242729;}
#cssmenu.small-screen #menu-button.menu-opened {color: #242729;}
#cssmenu.small-screen #menu-button:after { content: "";  position: absolute;  right: 25px;  top: 12px;  display: block;  -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;  border-top: 2px solid #242729;  border-bottom: 2px solid #242729;  width: 18px;  height: 3px;}
#cssmenu.small-screen #menu-button.menu-opened:after {border-top: 2px solid #242729;border-bottom: 2px solid #242729;}
#cssmenu.small-screen #menu-button:before {content: "";  position: absolute;  right: 25px;  top: 22px;  display: block;  width: 18px;  height: 2px;  background: #242729;}

/*-------------------
    layout
---------------------*/
#slide {
	float:left;
	background: url(files/images/slide-2560.webp) no-repeat center bottom;	
	width:100%;
	min-height:900px;
	margin-bottom:50px;
}
#slide-b {
	float:left;
	background: url(files/images/slide-b-2560.webp) no-repeat center bottom;	
	width:100%;
	min-height:900px;
}
#slide-list {
	float:left;
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:300px;
}
#slide-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 60px;
	color:#fff;
	text-align:center;
	font-weight:500;
}
#slide-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 26px;
	color:#fff;
	text-align:center;
	margin-top:25px;
}
#slide-stitle span {
    background-color: rgba(194,155,68,.7);
    padding: 10px 20px;
    display: inline-block;
}
#slide-link {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	text-align:center;
	margin-top:43px;
} 
#slide-link a {
	background: #242729;
	color:#fff;
	text-decoration: none;
	padding:10px 14px 10px 14px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#slide-link a:link {  }
#slide-link a:visited { }
#slide-link a:hover{
	background: #c29b44;
	color:#fff;
	text-decoration:none;
}
#about {
	float:left;	
	background: #fff;
	width:100%;
	min-height:120px;
}
#about-list {
	float:left;
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:70px;
	margin-bottom:70px;
}
#about-img {
	float:left;
	width:48%;
	min-height:10px;
}
#about-img-1 {
	float:left;background: #efebe0;	
	width:80%;
	min-height:10px;
	line-height: 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#about-img-2 {
	float:right;background: #efebe0;	
	width:65%;
	min-height:10px;
	margin-top:-125px;
	line-height: 0;
	border: 4px solid #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#about-info {
	float:right;
	width:38%;
	min-height:10px;
	margin-right:5%;
	margin-top:150px;
}
#about-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 33px;
	font-weight:500;
	color:#242729;
}
#about-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 19px;
	color:#c29b44;
	margin-top:5px;
}
#about-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:20px;
	line-height:31px;
	color:#1b1b1b;
	text-align:justify;
	margin-top:30px;
}
#about-txt p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
#about-link {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:16px;
	margin-top:38px;
} 
#about-link a {
	background: #f4cc21;
	color:#242729;
	text-decoration: none;
	padding:8px 10px 8px 10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#about-link a:link {  }
#about-link a:visited { }
#about-link a:hover{
	background: #242729;
	color:#fff;
	text-decoration:none;
}
#about-sm {
	float:left;	
	width:100%;
	min-height:10px;
	margin-top:40px;
}
#about-sm-f {
	float:right;
	width:50px;
	height:50px;
}
#about-sm-f a {
	background: #fff url(files/images/s-fbk-a.svg) no-repeat center center;
	color:#b19966;
	height:50px;
	text-decoration: none;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	display:block;
	border: 1px solid #b19966;
}
#about-sm-f a:link {  }
#about-sm-f a:visited { }
#about-sm-f a:hover{
	background: #242729 url(files/images/s-fbk-h.svg) no-repeat center center;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
#about-sm-i {
	float:right;
	width:50px;
	height:50px;
	margin-left:15px;
}
#about-sm-i a {
	background: #fff url(files/images/s-ins-a.svg) no-repeat center center;
	color:#b19966;
	height:50px;
	text-decoration: none;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	display:block;
	border: 1px solid #b19966;
}
#about-sm-i a:link {  }
#about-sm-i a:visited { }
#about-sm-i a:hover{
	background: #242729 url(files/images/s-ins-h.svg) no-repeat center center;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
#about-sm-y {
	float:right;
	width:50px;
	height:50px;
	margin-left:15px;
}
#about-sm-y a {
	background: #fff url(files/images/s-ytb-a.svg) no-repeat center center;
	color:#b19966;
	height:50px;
	text-decoration: none;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	display:block;
	border: 1px solid #b19966;
}
#about-sm-y a:link {  }
#about-sm-y a:visited { }
#about-sm-y a:hover{
	background: #242729 url(files/images/s-ytb-h.svg) no-repeat center center;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
#about-sm-t {
	float:right;
	width:50px;
	height:50px;
	margin-left:15px;
}
#about-sm-t a {
	background: #fff url(files/images/s-tck-a.svg) no-repeat center center;
	color:#b19966;
	height:50px;
	text-decoration: none;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	display:block;
	border: 1px solid #b19966;
}
#about-sm-t a:link {  }
#about-sm-t a:visited { }
#about-sm-t a:hover{
	background: #242729 url(files/images/s-tck-h.svg) no-repeat center center;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
#catalog {
	float:left;	
	background: #fff;
	width:100%;
	min-height:120px;
}
#catalog-list {
	float:left;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:70px;
	margin-bottom:70px;
}
#catalog-box {
	float:left;
	background: #f4efe9;
	width:31.33%;
	min-height:10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
}
#catalog-box-1 {
	float:left;
	width:100%;
	height:450px;
	 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-2560.webp) no-repeat center top;
	color:#000;
	height:450px;
	text-decoration: none;
	padding:12px 17px 12px 17px;
	display:block;
}
#catalog-box-1 a:link {  }
#catalog-box-1 a:visited { }
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-2560.webp) no-repeat center top;
	color:#fff;
	text-decoration:none;
}
#catalog-box-1 a:hover .ct-box-i-1 {
  background: url(files/images/cat-b1-icon-h.svg) no-repeat right bottom; 
}
#catalog-box-1 a:hover .ct-box-t {
  color: #c29b44;
}
#catalog-box-1 a:hover .ct-box-b {
  color: #fff;
}
#catalog-box-2 {
	float:left;
	width:100%;
	height:450px;
	 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-2560.webp) no-repeat center top;
	color:#000;
	height:450px;
	text-decoration: none;
	padding:12px 17px 12px 17px;
	display:block;
}
#catalog-box-2 a:link {  }
#catalog-box-2 a:visited { }
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-2560.webp) no-repeat center top;
	color:#fff;
	text-decoration:none;
}
#catalog-box-2 a:hover .ct-box-i-2 {
  background: url(files/images/cat-b2-icon-h.svg) no-repeat right bottom; 
}
#catalog-box-2 a:hover .ct-box-t {
  color: #c29b44;
}
#catalog-box-2 a:hover .ct-box-b {
  color: #fff;
}
#catalog-box-3 {
	float:left;
	width:100%;
	height:450px;
	 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-2560.webp) no-repeat center top;
	color:#000;
	height:450px;
	text-decoration: none;
	padding:12px 17px 12px 17px;
	display:block;
}
#catalog-box-3 a:link {  }
#catalog-box-3 a:visited { }
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-2560.webp) no-repeat center top;
	color:#fff;
	text-decoration:none;
}
#catalog-box-3 a:hover .ct-box-i-3 {
  background: url(files/images/cat-b3-icon-h.svg) no-repeat right bottom; 
}
#catalog-box-3 a:hover .ct-box-t {
  color: #c29b44;
}
#catalog-box-3 a:hover .ct-box-b {
  color: #fff;
}
#catalog-box-4 {
	float:left;
	width:100%;
	height:450px;
	 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-2560.webp) no-repeat center top;
	color:#000;
	height:450px;
	text-decoration: none;
	padding:12px 17px 12px 17px;
	display:block;
}
#catalog-box-4 a:link {  }
#catalog-box-4 a:visited { }
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-2560.webp) no-repeat center top;
	color:#fff;
	text-decoration:none;
}
#catalog-box-4 a:hover .ct-box-i-4 {
  background: url(files/images/cat-b4-icon-h.svg) no-repeat right bottom; 
}
#catalog-box-4 a:hover .ct-box-t {
  color: #c29b44;
}
#catalog-box-4 a:hover .ct-box-b {
  color: #fff;
}
#catalog-box-5 {
	float:left;
	width:100%;
	height:450px;
	 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-2560.webp) no-repeat center top;
	color:#000;
	height:450px;
	text-decoration: none;
	padding:12px 17px 12px 17px;
	display:block;
}
#catalog-box-5 a:link {  }
#catalog-box-5 a:visited { }
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-2560.webp) no-repeat center top;
	color:#fff;
	text-decoration:none;
}
#catalog-box-5 a:hover .ct-box-i-5 {
  background: url(files/images/cat-b5-icon-h.svg) no-repeat right bottom; 
}
#catalog-box-5 a:hover .ct-box-t {
  color: #c29b44;
}
#catalog-box-5 a:hover .ct-box-b {
  color: #fff;
}
#catalog-box-6 {
	float:left;
	width:100%;
	height:450px;
	 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-2560.webp) no-repeat center top;
	color:#000;
	height:450px;
	text-decoration: none;
	padding:12px 17px 12px 17px;
	display:block;
}
#catalog-box-6 a:link {  }
#catalog-box-6 a:visited { }
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-2560.webp) no-repeat center top;
	color:#fff;
	text-decoration:none;
}
#catalog-box-6 a:hover .ct-box-i-6 {
  background: url(files/images/cat-b6-icon-h.svg) no-repeat right bottom; 
}
#catalog-box-6 a:hover .ct-box-t {
  color: #c29b44;
}
#catalog-box-6 a:hover .ct-box-b {
  color: #fff;
}
.ct-box-i-1 {
	background: url(files/images/cat-b1-icon-a.svg) no-repeat right bottom;
	height: 80px;
	padding-top:260px;
}
.ct-box-i-2 {
	background: url(files/images/cat-b2-icon-a.svg) no-repeat right bottom;
	height: 80px;
	padding-top:260px;
}
.ct-box-i-3 {
	background: url(files/images/cat-b3-icon-a.svg) no-repeat right bottom;
	height: 80px;
	padding-top:260px;
}
.ct-box-i-4 {
	background: url(files/images/cat-b4-icon-a.svg) no-repeat right bottom;
	height: 80px;
	padding-top:260px;
}
.ct-box-i-5 {
	background: url(files/images/cat-b5-icon-a.svg) no-repeat right bottom;
	height: 80px;
	padding-top:260px;
}
.ct-box-i-6 {
	background: url(files/images/cat-b6-icon-a.svg) no-repeat right bottom;
	height: 80px;
	padding-top:260px;
}
.ct-box-t {
	font-size: 24px;
	color:#232c33;
	font-weight: bold; 
	padding-top:3px;
	padding-left: 20px;
	padding-right: 20px;
}

.ct-box-s {
	height: 8px;
}

.ct-box-b {
	font-size:19px;
	line-height:27px;
	color:#c29b44;
	font-weight: normal;
	padding-bottom:40px;
	padding-left: 20px;
	padding-right: 20px;
}
#tips {
	float:left;	
	background: #faf7f4 url(files/images/tips-2560.webp) no-repeat center top;
	width:100%;
	min-height:100px;
}
#tips-bot {
	float:left;
	background: url(files/images/fot-top-2560.webp) no-repeat center bottom;
	width:100%;
	min-height:10px;
}
#tips-mana {
	float:left;
	background: url(files/images/mana-2560.webp) no-repeat right top;
	width:100%;
	min-height:550px;
	margin-bottom:70px;
}
#tips-mana-info {
	float:right;
	width:400px;
	min-height:10px;
	margin-right:430px;
	margin-top:100px;
}
#tips-mana-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 32px;
	font-weight:500;
	color:#242729;
}
#tips-mana-title p{ 
	margin:3px  0px 0px 0px;
	padding:3px  0px 0px 0px;
}
#tips-mana-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 19px;
	color:#232c33;
	margin-top:10px;
}
#tips-mana-link {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:16px;
	margin-top:30px;
} 
#tips-mana-link a {
	background: #f4cc21;
	color:#242729;
	text-decoration: none;
	padding:8px 10px 8px 10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#tips-mana-link a:link {  }
#tips-mana-link a:visited { }
#tips-mana-link a:hover{
	background: #242729;
	color:#fff;
	text-decoration:none;
}
#tips-list {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:20px;
	margin-bottom:200px;
}
#tips-img {
	float:left;
	background: url(files/images/tips-img-2560.webp) no-repeat center center;	
	width:45%;
	min-height:750px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
	margin-top:75px;
	margin-bottom:70px;
	overflow:hidden;
}
#tips-icon {
	float:left;
	background: url(files/images/tips-icon.svg) no-repeat left top;
	width:10%;
	min-height:200px;
	margin-left:-100px
}
#tips-info {
	float:right;
	width:40%;
	min-height:0px;
	margin-top:30px;
	margin-bottom:70px;
	margin-right:10%;
}
#tips-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 33px;
	font-weight:500;
	color:#c29b44;
}
#tips-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:20px;
	line-height:31px;
	color:#1b1b1b;
	text-align:justify;
	margin-top:20px;
}
#tips-opis {
	float:left;	
	width:100%;
	min-height:10px;
	margin-top:30px;
}
#tips-box {
	float:left;	
	width:100%;
	min-height:10px;
	margin-bottom:30px;
}
#tips-box-left {
	float:left;	
	width:15%;
	min-height:10px;
}
#tips-box-right {
	float:right;	
	width:80%;
	min-height:10px;
}
#tips-box-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 24px;
	font-weight:500;
	color:#1b1b1b;
}
#tips-box-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:27px;
	color:#1b1b1b;
	text-align:justify;
	margin-top:12px;
}
/*-------------------
    section
---------------------*/
#main-bot {
	float:left;
	background: url(files/images/fot-top-2560.webp) no-repeat center bottom;
	width:100%;
	min-height:10px;
}
#section {
	float:left;	
	width:100%;
	min-height:10px;
}
#section-list {
	float:left;	
	width:90%;
	min-height:500px;
	margin-left:5%;
	margin-top:60px;
	margin-bottom:200px;
}
#sidebar {
	float:right;
	background: #f4efe9;
	width:19%;
	min-height:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#sidebar-list {
	float:left;	
	width:90%;
	min-height:200px;
	margin-top:25px;
	margin-bottom:30px;
	margin-left:5%;
}
#sidebar-icon {
	float:left;	
	width:100%;
	text-align:center;
}
#sidebar-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:23px;
	color:#242729;
	text-align:center;
	font-weight: 400;
	margin-bottom:15px;
}
#sidebar-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	margin-top:7px;
	margin-bottom:7px;
} 
#sidebar-link a {
	color:#242729;
	text-decoration: none;
	padding:12px 17px 12px 17px;
	border: 1px solid #242729;
	display:block;
}
#sidebar-link a:link {  }
#sidebar-link a:visited { }
#sidebar-link a:hover{
	background: #fff;
	color:#242729;
	text-decoration:none;
	border: 1px solid #242729;
}
#content {
	float:left;	
	width:77%;
	min-height:10px;
}
#content-center {
	float:left;	
	width:80%;
	min-height:10px;
	margin-left:10%;
}
#content-list {
	float:left;		
	width:100%;
	min-height:10px;
}
#content-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:25px;
	line-height:40px;
}
#breadcrumbs {
	float:left;
	background:url(files/images/bk-cat.png) no-repeat center left;
	width:80%;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#1b1b1b;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20px;
} 
#breadcrumbs  a {
	color:#1b1b1b;
	text-decoration: none;
	}
#breadcrumbs a:link {  }
#breadcrumbs  a:visited { }
#breadcrumbs a:hover{
	color:#e24c4b;
	text-decoration:none;
}
#time {
	float:right;
	width:18%;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#8c8c74;
	text-align:right;
	margin-top:15px;
} 
#content-page {
	float:left;
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#1b1b1b;
	font-weight:normal;
	text-align:justify;
	margin-top:20px;
	margin-bottom:30px;
}
#content-page p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
#content-page a {
	color:#e24c4b;
	text-decoration:none;
}
#content-page a:link { }
#content-page a:visited { }
#content-page a:hover{
	color:#e24c4b;
	text-decoration:underline;
}
/*-------------------
    echipa
---------------------*/
#echipa {
	float:left;
	width:100%;
	min-height:10px;
}
#echipa-box {
	float:left;
	width:31.33%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:40px;
}
#echipa-img {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-bottom:20px;
}
#echipa-nume {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 23px;
	font-weight:500;
	color:#1b1b1b;
	text-align:center;
	margin-bottom:15px;
}
#echipa-spec{
	float:left;	
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#1b1b1b;
	text-align:center;
}
/*-------------------
    servicii
---------------------*/
#descriere {
	float:left;
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:32px;
	color:#1b1b1b;
	font-weight:normal;
	text-align:justify;
}
#descriere p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
#descriere a {
	color:#e24c4b;
	text-decoration:none;
}
#descriere a:link { }
#descriere a:visited { }
#descriere a:hover{
	color:#e24c4b;
	text-decoration:underline;
}
#preturi {
	float:left;
	background: #faf7f4;
	width:100%;
	min-height:10px;
	margin-top:60px;
}
#preturi-list {
	float:left;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:40px;
	margin-bottom:40px;
	
}
#preturi-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 28px;
	font-weight:500;
	color:#c29b44;
	text-align:center;
}
#preturi-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 24px;
	color:#c29b44;
	text-align:center;
	padding:10px;
	box-sizing: border-box;
	margin-top:15px;
	margin-bottom:10px;
}
#preturi-table {
	float:left;	
	width:100%;
	min-height:10px;
	border-top: 1px solid #b19966;
	border-left: 1px solid #b19966;
	border-right: 1px solid #b19966;
}
#preturi-line-1 {
	float:left;	
	background: #fefdfb;
	width:100%;
	min-height:10px;
	border-bottom: 1px solid #b19966;
}
#preturi-line-2 {
	float:left;	
	width:100%;
	min-height:10px;
	border-bottom: 1px solid #b19966;
}
#preturi-serv {
	float:left;	
	width:78%;
	min-height:10px;
	font-size:16px;
	line-height:26px;
	color:#1b1b1b;
	padding:8px 10px;
	box-sizing: border-box;
}
#preturi-price {
	float:right;	
	width:20%;
	min-height:10px;
	font-size:16px;
	line-height:26px;
	color:#1b1b1b;
	text-align:right;
	padding:8px 10px;
	box-sizing: border-box;	
}
#galerie-foto {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:40px;
}
#galerie-foto-list {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:40px;
}
#galerie-foto-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 30px;
	font-weight:500;
	color:#c29b44;
	text-align:center;
}
#galerie-foto-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 22px;
	color:#c29b44;
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
}
#photo-box {
	float:left;
	width:23%;
	min-height:10px;
	text-align:center;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
}
#recomandari {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:30px;
}
#recomandari-list {
	float:left;
	width:80%;
	min-height:10px;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:10%;
}
#recomandari-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 30px;
	font-weight:500;
	color:#c29b44;
	text-align:center;
}
#recomandari-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 22px;
	color:#c29b44;
	text-align:center;
	margin-top:10px;
	margin-bottom:40px;
}
#rec-blog-box {
	float:left;	
	width:100%;
	min-height:10px;
	margin-bottom:25px;
}
#rec-blog-i {
	float:left;
	width:48%;
	min-height:10px;
	text-align:center;
}
.postimg{
	width: auto;
	height:auto;
}
#rec-blog-c {
	float:right;
	width:48%;
	min-height:10px;
	margin-top:16px;
	margin-bottom:10px;
}
#rec-blog-d {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	color:#c8c8c8;
	text-align:right;
}
#rec-blog-t {
	float:right;
	width:100%;
	min-height:10px;
	text-align:left;	
} 
#rec-blog-t  a {
	color:#c29b44;
	text-decoration: none;
	font-size:24px;
	line-height:33px;
}
#rec-blog-t a:link {  }
#rec-blog-t a:visited { }
#rec-blog-t a:hover{
	color:#1b1b1b;
	text-decoration:none;
}
#rec-blog-a {
	float:right;
	width:100%;
	margin:15px 0px;
	min-height:10px;
	text-align:right;
	font-size:14px;
} 
#rec-blog-a  a {
	color:#717171;
	text-decoration: none;
}
#rec-blog-a a:link {  }
#rec-blog-a  a:visited { }
#rec-blog-a a:hover{
	color:#ff0000;
	text-decoration:none;
}
#rec-blog-e {
	float:left;
	width:100%;
	min-height:50px;
	font-size:17px;
	line-height:26px;
	color:#1b1b1b;
	text-align:justify;
	margin-top:0px;	
} 
#rec-blog-l {
	float:left;
	width:100%;
	min-height:10px;
	font-size:13px;
	text-align:left;
	margin-top:18px;
	margin-bottom:25px;
} 
#rec-blog-l a {
	background: #f4cc21;
	color:#242729;
	text-decoration: none;
	padding:5px 8px 6px 8px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #f4cc21;
}
#rec-blog-l a:link {  }
#rec-blog-l a:visited { }
#rec-blog-l a:hover{
	background: #242729;
	color:#fff;
	text-decoration:none;
	border: 1px solid #b19966;
}
#rec-blog-link {
	float:left;	
	width:90%;
	min-height:10px;
	font-size:15px;
	margin-top:30px;
	margin-left:5%;
} 
#rec-blog-link a {
	background: #242729;
	color:#fff;
	text-decoration: none;
	padding:7px 9px 7px 9px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #b19966;
}
#rec-blog-link a:link {  }
#rec-blog-link a:visited { }
#rec-blog-link a:hover{
	background: #b19966;
	color:#fff;
	text-decoration:none;
	border: 1px solid #b19966;
}
#programare {
	float:left;
	background: #dae3f2;
	width:100%;
	min-height:10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	overflow:hidden;
	margin-top:50px;
}
#programare-list {
	float:left;
	width:85%;
	min-height:10px;
	margin-top:60px;
	margin-bottom:40px;
	margin-left:10%;
}
#programare-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 30px;
	font-weight:500;
	color:#242729;
	text-align:center;
}
#programare-stitle {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 22px;
	color:#242729;
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
}
#programare-info {
	float:left;
	width:68%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
}
#programare-phone {
	float:left;
	width:48%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
}
#programare-phone-link {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-bottom:35px;
}
#programare-phone-link a {
	background: #c29b44 url(files/images/prog-phone.svg) no-repeat center left;
	color:#fff;
	text-decoration: none;
	padding:10px 12px 10px 45px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #c29b44;
}
#programare-phone-link a:link {  }
#programare-phone-link a:visited { }
#programare-phone-link a:hover{
	background: #242729 url(files/images/prog-phone.svg) no-repeat center left;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
#programare-email-link {
	float:left;
	width:31.33%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
}
#programare-email-link a {
	background: #c29b44 url(files/images/prog-email.svg) no-repeat center left;
	color:#fff;
	text-decoration: none;
	padding:10px 12px 10px 45px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #c29b44;
}
#programare-what {
	float:left;
	width:48%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
}
#programare-what-link {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-bottom:35px;
}
#programare-what-link a {
	background: #c29b44 url(files/images/prog-what.svg) no-repeat center left;
	color:#fff;
	text-decoration: none;
	padding:10px 12px 10px 45px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #c29b44;
}
#programare-what-link a:link {  }
#programare-what-link a:visited { }
#programare-what-link a:hover{
	background: #242729 url(files/images/prog-what.svg) no-repeat center left;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
#programare-email-link {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-bottom:35px;
}
#programare-email-link a {
	background: #c29b44 url(files/images/prog-email.svg) no-repeat center left;
	color:#fff;
	text-decoration: none;
	padding:10px 12px 10px 45px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #c29b44;
}
#programare-email-link a:link {  }
#programare-email-link a:visited { }
#programare-email-link a:hover{
	background: #242729 url(files/images/prog-email.svg) no-repeat center left;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
#programare-apl {
	float:left;
	width:23%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
}
#programare-apl-box {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-bottom:10px;
}
/*-------------------
    contact
---------------------*/
#contact-line {
	float:left;
	width:100%;
	min-height:10px;
	margin-bottom:10px;
}
#contact-title-phone {
	float:left;
	background: url(files/images/c-phone.svg) no-repeat center left;
	width:100%;
	min-height:30px;
	font-size: 21px;
	font-weight:500;
	color:#242729;
	padding-left:30px;
	margin-bottom:10px;
}
#contact-title-email {
	float:left;
	background: url(files/images/c-email.svg) no-repeat center left;
	width:100%;
	min-height:30px;
	font-size: 21px;
	font-weight:500;
	color:#242729;
	padding-left:30px;
	margin-bottom:10px;
}
#contact-title-adresa {
	float:left;
	background: url(files/images/c-adresa.svg) no-repeat center left;
	width:100%;
	min-height:30px;
	font-size: 21px;
	font-weight:500;
	color:#242729;
	padding-left:30px;
	margin-bottom:10px;
}
#contact-txt {
	float:left;
	width:100%;
	min-height:10px;
}


input[type="date"]:valid {
    width: 100%;padding: 10px 20px;  margin: 8px 0; box-sizing: border-box; font-size:14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],
.wpcf7 textarea,
.wpcf7-select {background: #fff;padding: 10px 20px;width:100%; margin: 6px 0px; box-sizing: border-box; font-size:16px;border: 1px solid #d3ced2;color:#777;}
.wpcf7-submit{
	background: #f4cc21;
	font-size:16px;
	color:#242729;
	text-decoration: none;
	padding:8px 10px 8px 10px;
	border: 1px solid #f4cc21;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	cursor:pointer;
	}
.wpcf7-submit:hover {
	background: #242729;
	color:#fff;
	text-decoration:none;
	border: 1px solid #242729;
}
.grecaptcha-badge {
    display: none !important;
}



#about-link {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:16px;
	margin-top:38px;
} 
#about-link a {
	background: #f4cc21;
	color:#242729;
	text-decoration: none;
	padding:8px 10px 8px 10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#about-link a:link {  }
#about-link a:visited { }
#about-link a:hover{
	background: #242729;
	color:#fff;
	text-decoration:none;
}

/*-------------------
    archive
---------------------*/
#archive {
	float:right;
	width:100%;
	min-height:10px;
}
#archive-list {
	float:left;
	width:90%;	
	min-height:10px;
	margin-left:5%;
	margin-top:60px;
	margin-bottom:170px;
}
#archive-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:30px;
	line-height:45px;
	color:#8c8c74;
	font-family: "Cinzel", serif;
	font-weight: 400;
	text-align:center;
	margin-bottom:70px;
}
#blog {
	float:left;
	width:100%;
	min-height:10px;
}
#blog-list {
	float:left;
	width:80%;	
	min-height:10px;
	margin-left:10%;
	margin-top:100px;
	margin-bottom:40px;
}
#blog-stitle {
	float:left;
	width:100%;
	min-height:10px;
	font-size:30px;
	line-height:45px;
	color:#8c8c74;
	font-family: "Cinzel", serif;
	font-weight: 400;
	text-align:center;
	margin-bottom:70px;
}
#blog-box {
	float:left;
	background: #fff;
	width:31.33%;
	min-height:10px;	
	margin-left:1%;
	margin-right:1%;	
	margin-bottom:40px;
	overflow:hidden;
}
#blog-i {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
}
.postimg{
	width: auto;
	height:auto;
}
#blog-c {
	float:left;
	width:90%;
	min-height:10px;	
	margin-left:5%;
	margin-top:16px;
	margin-bottom:10px;
}
#blog-d {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	color:#c8c8c8;
	text-align:right;
}
#blog-t {
	float:right;
	width:100%;
	margin-bottom:10px;	
	min-height:10px;
	text-align:left;	
} 
#blog-t  a {
	color:#8f7057;
	text-decoration: none;
	font-size:24px;
	line-height:33px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#blog-t a:link {  }
#blog-t a:visited { }
#blog-t a:hover{
	color:#5b9ebd;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#blog-a {
	float:right;
	width:100%;
	margin:15px 0px;
	min-height:10px;
	text-align:right;
	font-size:14px;
} 
#blog-a  a {
	color:#717171;
	text-decoration: none;
}
#blog-a a:link {  }
#blog-a  a:visited { }
#blog-a a:hover{
	color:#ff0000;
	text-decoration:none;
}
#blog-e {
	float:left;
	width:100%;
	min-height:50px;
	font-size:17px;
	line-height:26px;
	color:#939393;
	text-align:justify;
	margin-top:5px;	
} 
#blog-l {
	float:left;
	width:100%;
	min-height:10px;
	font-size:13px;
	text-align:left;
	margin-top:18px;
	margin-bottom:25px;
} 
#blog-l a {
	color:#905a56;
	text-decoration: none;
	border: 1px solid #905a56;
	padding:5px 8px 6px 8px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#blog-l a:link {  }
#blog-l  a:visited { }
#blog-l a:hover{
	background: #d5aaab;
	color:#fff;
	text-decoration:none;
	border: 1px solid #d5aaab;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
/*-------------------
    pr
---------------------*/
#pr {
	float:left;	
	background: #242729;
	width:100%;
	min-height:10px;
}
#pr-list {
	float:left;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:100px;
}
#pr-blog {
	float:left;
	width:57%;
	min-height:10px;
}
#pr-blog-info {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
}
#pr-blog-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 33px;
	font-weight:500;
	color:#fff;
}
#pr-blog-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:20px;
	line-height:31px;
	color:#fff;
	text-align:justify;
	margin-top:20px;
}
#pr-blog-arh {
	float:left;	
	width:100%;
	min-height:10px;
	margin-top:30px;
}
#pr-blog-box {
	float:left;	
	width:100%;
	min-height:10px;
}
#pr-blog-i {
	float:left;
	width:48%;
	min-height:10px;
	text-align:center;
}
.postimg{
	width: auto;
	height:auto;
}
#pr-blog-c {
	float:right;
	width:48%;
	min-height:10px;
	margin-top:16px;
	margin-bottom:10px;
}
#pr-blog-d {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	color:#c8c8c8;
	text-align:right;
}
#pr-blog-t {
	float:right;
	width:100%;
	margin-bottom:10px;	
	min-height:10px;
	text-align:left;	
} 
#pr-blog-t  a {
	color:#fff;
	text-decoration: none;
	font-size:24px;
	line-height:33px;
	padding:5px 10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	margin-left:-10px;
}
#pr-blog-t a:link {  }
#pr-blog-t a:visited { }
#pr-blog-t a:hover{
	background: #b19966;
	color:#fff;
	text-decoration:none;
}
#pr-blog-a {
	float:right;
	width:100%;
	margin:15px 0px;
	min-height:10px;
	text-align:right;
	font-size:14px;
} 
#pr-blog-a  a {
	color:#717171;
	text-decoration: none;
}
#pr-blog-a a:link {  }
#pr-blog-a  a:visited { }
#pr-blog-a a:hover{
	color:#ff0000;
	text-decoration:none;
}
#pr-blog-e {
	float:left;
	width:100%;
	min-height:50px;
	font-size:17px;
	line-height:26px;
	color:#fff;
	text-align:justify;
	margin-top:5px;	
} 
#pr-blog-l {
	float:left;
	width:100%;
	min-height:10px;
	font-size:13px;
	text-align:left;
	margin-top:18px;
	margin-bottom:25px;
} 
#pr-blog-l a {
	background: #f4cc21;
	color:#242729;
	text-decoration: none;
	padding:5px 8px 6px 8px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #b19966;
}
#pr-blog-l a:link {  }
#pr-blog-l a:visited { }
#pr-blog-l a:hover{
	background: #242729;
	color:#fff;
	text-decoration:none;
	border: 1px solid #b19966;
}
#pr-blog-link {
	float:left;	
	width:90%;
	min-height:10px;
	font-size:15px;
	margin-top:30px;
	margin-left:5%;
} 
#pr-blog-link a {
	background: #242729;
	color:#fff;
	text-decoration: none;
	padding:7px 9px 7px 9px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	border: 1px solid #b19966;
}
#pr-blog-link a:link {  }
#pr-blog-link a:visited { }
#pr-blog-link a:hover{
	background: #f4cc21;
	color:#242729;
	text-decoration:none;
	border: 1px solid #f4cc21;
}
#pr-cont {
	float:right;
	background: #faf7f4;
	width:35%;
	min-height:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	margin-top:130px;
}
#pr-cont-c {
	float:left;
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:50px;
	margin-bottom:50px;
}
#pr-cont-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 25px;
	font-weight:500;
	color:#c29b44;
}
#pr-cont-opis {
	float:left;	
	width:100%;
	min-height:10px;
	margin-top:25px;
}
#pr-cont-table {
	float:left;	
	width:73%;
	min-height:10px;
	margin-top:10px;
}
#pr-cont-line {
	float:left;	
	width:100%;
	min-height:10px;
	margin-bottom:15px;
}
#pr-cont-zi {
	float:left;	
	width:50%;
	min-height:10px;
	font-size:18px;
	color:#1b1b1b;
}
#pr-cont-ora {
	float:left;	
	width:50%;
	min-height:10px;
	font-size:18px;
	font-weight:500;
	color:#1b1b1b;
}
#pr-cont-adresa {
	float:left;	
	background: url(files/images/pr-adresa.svg) no-repeat left center;
	width:100%;
	min-height:10px;
	font-size:18px;
	color:#1b1b1b;
	padding:10px 12px 10px 30px;
	margin-top:10px;
}
#pr-cont-img {
	float:right;	
	width:23%;
	min-height:10px;
}
/*-------------------
    contact
---------------------*/
#contact-left {
	float:left;	
	width:48%;
	min-height:10px;
}
#contact-right {
	float:right;	
	width:48%;
	min-height:10px;
}
/*-------------------
    footer
---------------------*/
#maps {
	float:left;
	background: #f8f7f7;	
	width:100%;
	height:500px;
}
#footer-list {
	float:left;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:10px;
}
#footer-left {
	float:left;
	width:28%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-top:5px;
	margin-bottom:20px;
}
#footer-logo {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-bottom:16px;
}
#footer-feed {
	float:left;
	width:100%;
	min-height:10px;
	font-size:14px;
	text-align:center;
	margin-bottom:6px;
} 
#footer-feed a {
	color:#ffffff;
	text-decoration: none;
	padding:5px 8px 6px 8px;
}
#footer-feed a:link {  }
#footer-feed a:visited { }
#footer-feed a:hover{
	background: #fff;
	color:#242729;
	text-decoration:none;
}
#footer-cat {
	float:left;
	width:38%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:20px;
}
#footer-cat-link {
	float:left;
	width:48%;
	min-height:10px;
	font-size:14px;
	text-align:left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:20px;
} 
#footer-cat-link a {
	color:#ffffff;
	text-decoration: none;
	padding:5px 8px 6px 8px;
}
#footer-cat-link a:link {  }
#footer-cat-link a:visited { }
#footer-cat-link a:hover{
	background: #fff;
	color:#242729;
	text-decoration:none;
}
#footer-pol {
	float:left;
	width:28%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:20px;
}
#footer-pol-link {
	float:left;
	width:98%;
	min-height:10px;
	font-size:14px;
	text-align:left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:20px;
} 
#footer-pol-link a {
	color:#ffffff;
	text-decoration: none;
	padding:5px 8px 6px 8px;
}
#footer-pol-link a:link {  }
#footer-pol-link a:visited { }
#footer-pol-link a:hover{
	background: #fff;
	color:#242729;
	text-decoration:none;
}
/*-------------------
    project
---------------------*/
#project {
	float:left;
	background:#fff;
	min-height:10px;
	width:100%;
}
#project-list {
	float:left;
	width:90%;	
	min-height:10px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:5%;
}
#copyright {
	float:left;
	width:60%;	
	min-height:10px;
	font-size:13px;
	color:#b7b7b7;
	text-align:center;
	margin-left:20%;
	margin-top:5px;
}
#created {
	float:right;
	width:20%;
	min-height:10px;
	text-align:right;
}
#backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(36,39,41,.70);
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

#backToTop:hover {
    background-color: #c29b44;
}
/*-------------------
    youtube
---------------------*/
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:0px;
margin-top:15px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*-------------------
    under construction
---------------------*/
#uc {
	float:left;	
	background: #fff;	
	width:100%;
	min-height:10px;
}
#uc-list {
	float:left;
	width:80%;
	min-height:10px;
	margin-top:70px;
	margin-bottom:70px;
	margin-left:10%;
	margin-right:10%;
}
#uc-img {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-top:70px;
}
#uc-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:30px;
	line-height:45px;
	color:#656565;
	text-align:center;
	margin-top:40px;
}
#uc-txt {
	float:left;
	width:100%;
	min-height:10px;
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#656565;
	margin-top:15px;
}
#uc-txt p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
/*-------------------
    display
---------------------*/
@media (min-width:2560px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
}
@media (min-width:2000px) and (max-width:2559px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:100px;
}
}
@media (min-width:1800px) and (max-width:1999px)
{
#slide {
	background: url(files/images/slide-2000.webp) no-repeat center bottom;	
	min-height:847px;
}
#slide-b {
	background: url(files/images/slide-b-2000.webp) no-repeat center bottom;	
	min-height:850px;
}
#slide-list {
	margin-top:275px;
}
#about-info {
	margin-right:3%;
	margin-top:100px;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-2000.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-2000.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-2000.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-2000.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-2000.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-2000.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-2000.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-2000.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-2000.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-2000.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-2000.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-2000.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-2000.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-2000.webp) no-repeat right top;
	min-height:490px;
	margin-bottom:40px;
}
#tips-mana-info {
	width:400px;
	margin-right:370px;
	margin-top:80px;
}
#tips-img {
	background: url(files/images/tips-img-2000.webp) no-repeat center center;	
	width:40%;
}
#tips-icon {
	width:17%;
}
#tips-info {
	width:43%;
}
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:100px;
}
}
@media (min-width:1600px) and (max-width:1799px)
{
#slide {
	background: url(files/images/slide-1800.webp) no-repeat center bottom;	
	min-height:780px;
}
#slide-b {
	background: url(files/images/slide-b-1800.webp) no-repeat center bottom;	
	min-height:780px;
}
#slide-list {
	margin-top:200px;
}
#about-info {
	width:40%;
	margin-right:3%;
	margin-top:60px;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-1800.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-1800.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-1800.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-1800.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-1800.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-1800.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-1800.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-1800.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-1800.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-1800.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-1800.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-1800.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-1800.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-1800.webp) no-repeat right top;
	min-height:470px;
	margin-bottom:70px;
}
#tips-mana-info {
	width:400px;
	margin-right:350px;
	margin-top:70px;
}
#tips-img {
	background: url(files/images/tips-img-1800.webp) no-repeat center center;	
	width:40%;
	min-height:790px;
}
#tips-icon {
	width:17%;
}
#tips-info {
	width:43%;
}
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:100px;
}
#photo-box {
	width:31.33%;
}
}
@media (min-width:1400px) and (max-width:1599px)
{
#header-menu {
	width:70%;
	margin-right:8%;
}
#slide {
	background: url(files/images/slide-1600.webp) no-repeat center bottom;	
	min-height:710px;
}
#slide-b {
	background: url(files/images/slide-b-1600.webp) no-repeat center bottom;	
	min-height:710px;
}
#slide-list {
	margin-top:200px;
}
#slide-title {
	font-size: 57px;
}
#slide-stitle {
	font-size: 24px;
	margin-top:23px;
}
#slide-link {
	font-size:18px;
	margin-top:42px;
}
#about-info {
	width:44%;
	margin-right:1%;
	margin-top:30px;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-1600.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-1600.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-1600.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-1600.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-1600.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-1600.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-1600.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-1600.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-1600.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-1600.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-1600.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-1600.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-1600.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-1600.webp) no-repeat right top;
	min-height:450px;
	margin-bottom:70px;
}
#tips-mana-info {
	width:400px;
	margin-right:310px;
	margin-top:65px;
}
#tips-img {
	background: url(files/images/slide-2560.webp) no-repeat center center;	
	width:40%;
	min-height:790px;
}
#tips-img {
	background: url(files/images/tips-img-1600.webp) no-repeat center center;	
	width:40%;
	min-height:790px;
}
#tips-icon {
	width:17%;
}
#tips-info {
	width:43%;
}
#sidebar {
	width:19%;
	position:-webkit-sticky;
	position:sticky;
	top:100px;
}
#content {
	width:77%;
}
#photo-box {
	width:31.33%;
}
#blog-box {
	width:48%;
}
}
@media (min-width:1200px) and (max-width:1399px)
{
#header-menu {
	width:78%;
	margin-right:0%;
}
#slide {
	background: url(files/images/slide-1400.webp) no-repeat center bottom;	
	min-height:650px;
}
#slide-b {
	background: url(files/images/slide-b-1400.webp) no-repeat center bottom;	
	min-height:650px;
}
#slide-list {
	margin-top:200px;
}
#slide-title {
	font-size: 56px;
}
#slide-stitle {
	font-size: 23px;
	margin-top:23px;
}
#slide-link {
	font-size:17px;
	margin-top:41px;
} 
#about-list {
	width:90%;
	margin-left:5%;
}
#about-info {
	width:44%;
	margin-right:1%;
	margin-top:10px;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-1400.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-1400.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-1400.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-1400.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-1400.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-1400.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-1400.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-1400.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-1400.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-1400.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-1400.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-1400.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-1400.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-1400.webp) no-repeat right top;
	min-height:430px;
	margin-bottom:70px;
}
#tips-mana-info {
	width:400px;
	margin-right:290px;
	margin-top:55px;
}
#tips-img {
	background: url(files/images/tips-img-1400.webp) no-repeat center center;		
	width:80%;
	min-height:550px;
}
#tips-icon {
	float:left;
	background: url(files/images/tips-icon.svg) no-repeat left top;
	width:25%;
	min-height:200px;
	margin-left:-100px
}
#tips-info {
	width:70%;
	margin-right:15%;
}
#sidebar {
	width:20%;
	position:-webkit-sticky;
	position:sticky;
	top:100px;
}
#content {
	width:76%;
}
#photo-box {
	width:31.33%;
}
#blog-box {
	width:48%;
}
}
@media (min-width:1000px) and (max-width:1199px)
{
#header-menu {
	width:78%;
	margin-right:0%;
}
#slide {
	background: url(files/images/slide-1200.webp) no-repeat center bottom;	
	min-height:620px;
}
#slide-b {
	background: url(files/images/slide-b-1200.webp) no-repeat center bottom;	
	min-height:620px;
}
#slide-list {
	margin-top:180px;
}
#slide-title {
	font-size: 55px;
}
#slide-stitle {
	font-size: 23px;
	margin-top:23px;
}
#slide-link {
	font-size:17px;
	margin-top:41px;
}
#about-list {
	width:90%;
	margin-left:5%;
}
#about-info {
	width:48%;
	margin-right:0%;
	margin-top:0px;
}	
#catalog-box {
	width:48%;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-1200.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-1200.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-1200.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-1200.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-1200.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-1200.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-1200.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-1200.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-1200.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-1200.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-1200.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-1200.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-1200.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-1400.webp) no-repeat right top;
	min-height:430px;
	margin-bottom:70px;
}
#tips-mana-info {
	width:400px;
	margin-right:290px;
	margin-top:55px;
}
#tips-img {
	background: url(files/images/tips-img-1200.webp) no-repeat center center;
	width:80%;
	min-height:550px;
}
#tips-icon {
	float:left;
	background: url(files/images/tips-icon.svg) no-repeat left top;
	width:25%;
	min-height:200px;
	margin-left:-100px
}
#tips-info {
	width:80%;
}
#sidebar {
	width:80%;
	margin-right:10%;
	margin-top:20px;
}
#sidebar-link {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-center {
	width:90%;
	margin-left:5%;
}
#echipa-box {
	width:48%;
}
#photo-box {
	width:31.33%;
}
#blog-box {
	width:48%;
}
#pr-blog {
	width:100%;
}
#pr-cont {
	width:80%;
	margin-right:10%;
	margin-top:60px;
}
}
@media (min-width:768px) and (max-width:999px)
{

#header-logo {
	width:35%;
}
#header-info {
	width:65%;
}
#header-menu {
	width:55%;
	margin-left:5%;
	margin-right:5%;
}
#slide {
	background: url(files/images/slide-1000.webp) no-repeat center bottom;
	min-height:620px;
}
#slide-b {
	background: url(files/images/slide-b-1000.webp) no-repeat center bottom;
	min-height:620px;
}
#slide-list {
	width:70%;
	margin-left:15%;
	margin-top:140px;
}
#slide-title {
	font-size: 54px;
}
#slide-stitle {
	font-size: 24px;
	margin-top:23px;
}
#slide-link {
	font-size:17px;
	margin-top:42px;
} 
#about-info {
	width:80%;
	margin-right:10%;
	margin-top:0px;
}
#about-img {
	width:100%;
	margin-top:50px;
}	
#catalog-box {
	width:48%;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-1000.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-1000.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-1000.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-1000.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-1000.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-1000.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-1000.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-1000.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-1000.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-1000.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-1000.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-1000.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-1000.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-1000.webp) no-repeat right top;
	min-height:400px;
	margin-bottom:70px;
}
#tips-mana-info {
	width:400px;
	margin-right:250px;
	margin-top:45px;
}
#tips-img {
	background: url(files/images/tips-img-1000.webp) no-repeat center center;
	width:83%;
	min-height:500px;
}
#tips-icon {
	background: url(files/images/tips-icon.svg) no-repeat left top;
	width:27%;
	min-height:200px;
	margin-left:-100px
}
#tips-info {
	width:80%;
}
#sidebar {
	width:90%;
	margin-right:5%;
	margin-top:20px;
}
#sidebar-link {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-center {
	width:90%;
	margin-left:5%;
}
#echipa-box {
	width:48%;
}
#photo-box {
	width:48%;
}
#programare-info {
	width:98%;
}
#programare-apl {
	width:98%;
}
#programare-apl-box {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#pr-blog {
	width:100%;
}
#pr-cont {
	width:80%;
	margin-right:10%;
	margin-top:60px;
}
#footer-left {
	width:98%;
	margin-top:0px;
	margin-bottom:30px;
}
#footer-cat {
	width:58%;
}
#footer-pol {
	width:38%;
}
}
@media (min-width:480px) and (max-width:767px)
{
#header-list {
	width:96%;
	margin-left:2%;
}
#header-logo {
	width:48%;
}
#header-info {
	width:50%;
}
#header-ct {	
	width:100%;
}
#header-men {
	float:right;
	width:100%;
	font-size:14px;
	margin-top:5px;
} 
#header-menu {
	float:right;
	width:40%;
	margin-left:5%;
	margin-right:5%;
}
#slide {
	background: url(files/images/slide-768.webp) no-repeat center bottom;
	min-height:560px;
}
#slide-b {
	background: url(files/images/slide-b-768.webp) no-repeat center bottom;
	min-height:560px;
}
#slide-list {
	margin-top:100px;
}
#slide-title {
	font-size: 52px;
}
#slide-stitle {
	font-size: 22px;
	margin-top:23px;
}
#slide-link {
	font-size:17px;
	margin-top:42px;
} 
#about-info {
	width:80%;
	margin-right:10%;
	margin-top:0px;
}
#about-img {
	width:100%;
	margin-top:50px;
}
#catalog-box {
	width:98%;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-768.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-768.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-768.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-768.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-768.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-768.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-768.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-768.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-768.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-768.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-768.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-768.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-768.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-768.webp) no-repeat right top;
	min-height:360px;
	margin-bottom:70px;
}
#tips-mana-info {
	width:400px;
	margin-right:165px;
	margin-top:39px;
}
#tips-mana-title {
	font-size: 30px;
}
#tips-mana-title p{ 
	margin:2px  0px 0px 0px;
	padding:2px  0px 0px 0px;
}
#tips-img {
	background: url(files/images/tips-img-768.webp) no-repeat center center;	
	width:75%;
	min-height:450px;
}
#tips-icon {
	float:left;
	background: url(files/images/tips-icon.svg) no-repeat left top;
	width:35%;
	min-height:200px;
	margin-left:-100px
}
#tips-info {
	width:80%;
}
#sidebar {
	width:90%;
	margin-right:5%;
	margin-top:20px;
}
#content {
	width:100%;	
}
#content-center {
	width:100%;
	margin-left:0%;
}
#echipa-box {
	width:98%;
}
#photo-box {
	width:48%;
}
#programare-info {
	width:98%;
}
#programare-phone {
	width:98%;
}
#programare-what {
	width:98%;
}
#programare-apl {
	width:98%;
}
#programare-apl-box {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#pr-blog {
	width:100%;
}
#pr-cont {
	width:90%;
	margin-right:5%;
	margin-top:60px;
}
#contact-left {
	width:100%;
}
#contact-right {
	width:100%;
	margin-top:40px;
}
#footer-left {
	width:98%;
	margin-top:0px;
	margin-bottom:30px;
}
#footer-cat {
	width:98%;
}
#footer-pol {
	width:98%;
}
}
@media (min-width:300px) and (max-width:479px)
{
#header-list {
	width:96%;
	margin-left:2%;
}
#header-logo {
	width:37%;
	margin-top:6px;
}
#header-info {
	width:63%;
	margin-top:-5px;
}
#header-ct {	
	width:100%;
}
#header-men {
	float:right;
	width:100%;
	font-size:14px;
	margin-top:5px;
} 
#header-menu {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#slide {
	background: url(files/images/slide-480.webp) no-repeat center bottom;
	min-height:450px;
}
#slide-b {
	background: url(files/images/slide-b-480.webp) no-repeat center bottom;
	min-height:450px;
}
#slide-list {
	width:100%;
	margin-left:0%;
	margin-top:74px;
}
#slide-title {
	font-size: 42px;
}
#slide-stitle {
	font-size: 21px;
	margin-top:22px;
}
#slide-link {
	font-size:17px;
	margin-top:38px;
}
#about-list {
	width:90%;
	margin-left:5%;
}
#about-info {
	width:80%;
	margin-right:10%;
	margin-top:0px;
}
#about-img {
	width:100%;
	margin-top:50px;
}	
#catalog-box {
	width:98%;
}
#catalog-box-1 a {
	background: #f4efe9 url(files/images/cat-b1-bk-480.webp) no-repeat center top;
}
#catalog-box-1 a:hover{
	background: #242729 url(files/images/cat-b1-bk-480.webp) no-repeat center top;
}
#catalog-box-2 a {
	background: #f4efe9 url(files/images/cat-b2-bk-480.webp) no-repeat center top;
}
#catalog-box-2 a:hover{
	background: #242729 url(files/images/cat-b2-bk-480.webp) no-repeat center top;
}
#catalog-box-3 a {
	background: #f4efe9 url(files/images/cat-b3-bk-480.webp) no-repeat center top;
}
#catalog-box-3 a:hover{
	background: #242729 url(files/images/cat-b3-bk-480.webp) no-repeat center top;
}
#catalog-box-4 a {
	background: #f4efe9 url(files/images/cat-b4-bk-480.webp) no-repeat center top;
}
#catalog-box-4 a:hover{
	background: #242729 url(files/images/cat-b4-bk-480.webp) no-repeat center top;
}
#catalog-box-5 a {
	background: #f4efe9 url(files/images/cat-b5-bk-480.webp) no-repeat center top;
}
#catalog-box-5 a:hover{
	background: #242729 url(files/images/cat-b5-bk-480.webp) no-repeat center top;
}
#catalog-box-6 a {
	background: #f4efe9 url(files/images/cat-b6-bk-480.webp) no-repeat center top;
}
#catalog-box-6 a:hover{
	background: #242729 url(files/images/cat-b6-bk-480.webp) no-repeat center top;
}
#tips {
	background: #faf7f4 url(files/images/tips-480.webp) no-repeat center top;
}
#tips-mana {
	background: url(files/images/mana-480.webp) no-repeat right top;
	min-height:322px;
	margin-bottom:70px;
}
#tips-mana-info {
	width:300px;
	margin-right:40px;
	margin-top:30px;
}
#tips-mana-title {
	font-size: 30px;
}
#tips-mana-title p{ 
	margin:2px  0px 0px 0px;
	padding:2px  0px 0px 0px;
}
#tips-img {
	background: url(files/images/tips-img-480.webp) no-repeat center center;
	width:77%;
	min-height:450px;
}
#tips-icon {
	float:left;
	background: url(files/images/tips-icon-480.svg) no-repeat left top;
	width:45%;
	min-height:200px;
	margin-left:-80px
}
#tips-info {
	width:80%;
}	
#sidebar {
	width:90%;
	margin-right:5%;
	margin-top:20px;
}
#content {
	width:100%;	
}
#content-center {
	width:100%;
	margin-left:0%;
}
#echipa-box {
	width:98%;
}
#photo-box {
	width:98%;
}
#programare-info {
	width:98%;
}
#programare-phone {
	width:98%;
}
#programare-what {
	width:98%;
}
#programare-apl {
	width:98%;
}
#programare-apl-box {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#pr-blog {
	width:100%;
}
#pr-blog-i {
	width:100%;
}
#pr-blog-c {
	width:100%;
}
#pr-cont {
	width:100%;
	margin-right:0%;
	margin-top:60px;
}
#contact-left {
	width:100%;
}
#contact-right {
	width:100%;
	margin-top:40px;
}
#footer-left {
	width:98%;
	margin-top:0px;
	margin-bottom:30px;
}
#footer-cat {
	width:98%;
}
#footer-pol {
	width:98%;
}
#copyright {
	width:78%;
	margin-left:0%;
}
#created {
	width:20%;
}
}