/*

Theme Name: BELLE

Theme URL: 
Description: 
Author: LARSON
Author URI: www.larson.ro
Version: 2026


*/

html {
	background: #000;	
}
*{ margin: 0px auto; padding: 0px; font-family: 'Montserrat', sans-serif;}
h1{
	font-size:28px;
	line-height:42px;
	color:#fff;
	font-weight: 400;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
}
h2{
	font-size:23px;
	line-height:35px;
	color:#fff;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
	border-left: 2px solid #ff0000;
	padding: 15px 0px 15px 20px;
	margin:0px 0px 20px 0px;
}
h3{
	font-size:20px;
	line-height:32px;
	color:#fff;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
	border-left: 2px solid #ff0000;
	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
---------------------*/
#smart {
    margin: 0px auto 0 auto;
    width: 100%;
    max-width: 5000px;
    min-width: 320px;
    min-height: 10px;
    box-sizing: border-box;	
}
/*-------------------
    Header
---------------------*/

#header {
    float: left;
    width: 100%;
    min-height: 110px;
    position: fixed;
    z-index: 300000;
    background: rgba(255,255,255,0);
    transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}
#header.scrolled {
    background: linear-gradient(to bottom, #000, #000);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
#header.scrolled-transparent {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

#header {
    transition: transform 0.4s ease;
}
#header.hide-header {
    transform: translateY(-100%);
}
#header-s {
    float: left;
    width: 100%;
    min-height: 110px;
    position: fixed;
    z-index: 300;
	background: #000;
}
#header-list {
    float:left;
    width:90%;
    min-height:10px;
    margin-top:10px;
    margin-bottom:0px;
	margin-left:5%;
}
#logo {
    float: left;
    width: 30%;
    text-align: center;
    position: relative;
    min-height: 90px;
}
#logo img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transition: transform 0.1s linear, opacity 0.3s ease;
    max-height: 100%;
}
#logo-a {
	margin-top:5px;
}
#logo-s {
    opacity: 0;
	margin-top:0px;
}
#brasov {
    float: left;
    width: 58%;
    min-height: 10px;
	margin-left:2%;
}
#lang {
    float: left;
    width: 100%;
    min-height: 10px;
	margin-top:5px;
}
#lang-uk-s {
	float:right;
	width:40px;
	min-height:5px;
	font-size:16px;
    color: #fff;
	text-align:center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#lang-uk-s a {
    background: #241f16;
	color: #fff;
	text-decoration:none;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	display:block;
	padding:2px 0px;
	transition: 1s ease;
	transition: 0.5s ease-out;	
}
#lang-uk-s a:link { }
#lang-uk-s a:visited { }
#lang-uk-s a:hover{
	background: #a88656;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;	
}
#lang-uk-a {
	float:right;
	width:40px;
	min-height:5px;
	font-size:16px;
    color: #fff;
	text-align:center;
	border: 1px solid #fff;
}
#lang-uk-a a {
    background: #a88656;
	color: #fff;
	text-decoration:none;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	display:block;
	padding:2px 0px;
	transition: 1s ease;
	transition: 0.5s ease-out;	
}
#lang-uk-a a:link { }
#lang-uk-a a:visited { }
#lang-uk-a a:hover{
	background: #a88656;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#lang-ro-s {
	float:right;
	width:40px;
	min-height:5px;
	font-size:16px;
    color: #fff;
	text-align:center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#lang-ro-s a {
    background: #241f16;
	color: #fff;
	text-decoration:none;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	display:block;
	padding:2px 0px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#lang-ro-s a:link { }
#lang-ro-s a:visited { }
#lang-ro-s a:hover{
	background: #a88656;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#lang-ro-a {
	float:right;
	width:40px;
	min-height:5px;
	font-size:16px;
    color: #fff;
	text-align:center;
	border: 1px solid #fff;
}
#lang-ro-a a {
    background: #a88656;
	color: #fff;
	text-decoration:none;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	display:block;
	padding:2px 0px;
	transition: 1s ease;
	transition: 0.5s ease-out;	
}
#lang-ro-a a:link { }
#lang-ro-a a:visited { }
#lang-ro-a a:hover{
	background: #a88656;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#meniu {
    float: left;
    width: 100%;
    min-height: 10px;
	margin-top: 10px;
}
#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: "Oswald", 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: 8px 10px 8px 10px;font-size:22px;text-decoration:none;color: #fff;font-family: "PT Sans Narrow", sans-serif;font-weight: 300;font-style: normal;letter-spacing: 0.7px;	transition: 1s ease;transition: 0.5s ease-out;}
#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: #fff;background-color: #a88656;font-size:22px;transition: 1s ease;transition: 0.5s ease-out;}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {color: #fff;background-color: #a88656;font-size:22px;transition: 1s ease;transition: 0.5s ease-out;}
#cssmenu.align-right > ul > li:after {right: auto;left:-1px;}
#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%;background: #fff;-moz-border-radius:10px; -webkit-border-radius:10px; - border-radius:10px;}
#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 {padding: 5x 10px;color: #333333;background: #fff;}
#cssmenu.small-screen > ul > li > a:hover {color: #fff;background-color: #a88656;}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {display: none;}
#cssmenu.small-screen #menu-button {display: block;padding: 8px 10px 8px 10px;cursor: pointer;font-size:20px;text-decoration:none;color: #333333;font-family: "PT Sans Narrow", sans-serif;font-weight: 300;font-style: normal;letter-spacing: 0.7px;}
#cssmenu.small-screen #menu-button.menu-opened {color: #333333;}
#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 #333333;  border-bottom: 2px solid #333333;  width: 18px;  height: 3px;}
#cssmenu.small-screen #menu-button.menu-opened:after {border-top: 2px solid #333333;border-bottom: 2px solid #333333;}
#cssmenu.small-screen #menu-button:before {content: "";  position: absolute;  right: 25px;  top: 22px;  display: block;  width: 18px;  height: 2px;  background: #333333;}

#book {
	float:right;
	width:8%;
	min-height:10px;
	margin-top:20px;
}
#book a {
	background: url(files/images/h-whatsapp-a.svg) no-repeat top center;	
	text-decoration:none;
	display:block;
	height:50px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#book a:link { }
#book a:visited { }
#book a:hover{
	background: url(files/images/h-whatsapp-h.svg) no-repeat top center;	
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}

/*-------------------
    cups
---------------------*/
#cups {
	float:left;	
	background: #8a643e;
	width:100%;
	min-height:10px;
	margin-top:0px;
}
/*-------------------
    Home
---------------------*/
#home {
	float:left;	
	background: #8a643e;	
	width:100%;
	min-height:10px;
	margin-top:0px;
	overflow: hidden;
}
#slide {
	float:left;	
	width:100%;
	height: 100vh;
}
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


.slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.45) 20%,
    rgba(0, 0, 0, 0.20) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transition: left 1s ease;
}

.slide.active {
  left: 0;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 34px;
  height: 88px;

  background: transparent;
  border: none;
  box-shadow: none;

  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(255,255,255,0.42);
  font-size: 36px;
  font-weight: 200;
  line-height: 1;

  cursor: pointer;
  transition:
    color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;

  z-index: 1000;
  opacity: 0.9;
}

.nav:hover {
  color: #ffffff;
  transform: translateY(-50%) scaleY(1.12);
}

.nav:active {
  transform: translateY(-50%) scale(0.96);
}

.nav.disabled {
  opacity: 0.18;
  pointer-events: none;
}

.prev {
  left: 14px;
}

.next {
  right: 14px;
}

.slide-text {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
}

.slide-txt-1 {
  font-size: 85px;
  color: #c4aa87;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}

.slide-txt-2 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 300;
  font-style: normal;
}



#ca {
	float:left;		
	width:100%;
	min-height:10px;
}
#ca-list {
	float:left;	
	width:90%;
	min-height:10px;
	border-bottom: 1px solid #a48668;
	margin-left:5%;
}
#ca-opis {
	float:left;		
	width:100%;
	min-height:10px;
	margin-top:30px;	
	margin-bottom:30px;
}
#ca-box {
	float:left;	
	width:31.333333333333333333333%;
	min-height:10px;
	text-align:center;
	margin-left:1%;
	margin-right:1%;
}
#ca-box a {
	color:#fff;
	min-height:10px;
	text-decoration: none;
	padding:30px 10px 30px 10px;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#ca-box a:link {  }
#ca-box a:visited { }
#ca-box a:hover{
	background: #a88656;
	color:#fff;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
.ca-box-t {
	font-size: 26px;
	color:#fff;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 500;
	font-style: normal; 
}
.ca-box-l {
	height:10px;
}
.ca-box-s {
	font-size:16px;
	line-height:28px;
	color:#fff;
}
#ca-box a:hover .ca-box-t {
	letter-spacing: 0.7px;
}
#bel {
	float:left;		
	width:100%;
	min-height:10px;
}
#bel-list {
	float:left;	
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:70px;
}
#bel-title {
	float:left;
	width:100%;
	font-size:29px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:20px;
}
#bel-opis {
	float:left;		
	width:100%;
	min-height:10px;
	margin-top:30px;
}
#bel-box {
	float:left;	
	width:48%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
}
#bel-box-1 {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    background: #8a643e;
    overflow: hidden;
}
#bel-box-1 a {
    position: relative;
    width: 100%;
    height: 600px;
    display: block;
    text-decoration: none;
}
#bel-box-1 a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(files/images/bel-1-2560.webp) no-repeat center center;
    background-size: cover;
    border-radius: 50% 50% 0 0 / 49% 49% 0 0;
    z-index: 1;
}
#bel-box-1 a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(43, 32, 21, 0.4);
    border-radius: 50% 50% 0 0 / 49% 49% 0 0;
    z-index: 2;
    transition: background 0.5s ease;
}
#bel-box-1 a:hover::after {
    background: rgba(43, 32, 21, 0.1);
}
#bel-box-1 .bel-box-name {
    position: absolute;
    z-index: 3;
	font-size: 35px;
	height:50px;
	color:#c4aa87;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left:40px;
	padding-top:400px;
    transition: 0.5s ease;
}
#bel-box-1 a:hover .bel-box-name {
    color:#fff;
	letter-spacing: 0.7px;
}
#bel-box-2 {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    background: #8a643e;
    overflow: hidden;
}
#bel-box-2 a {
    position: relative;
    width: 100%;
    height: 600px;
    display: block;
    text-decoration: none;
}
#bel-box-2 a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(files/images/bel-2-2560.webp) no-repeat center center;
    background-size: cover;
    border-radius: 50% 50% 0 0 / 49% 49% 0 0;
    z-index: 1;
}
#bel-box-2 a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(43, 32, 21, 0.4);
    border-radius: 50% 50% 0 0 / 49% 49% 0 0;
    z-index: 2;
    transition: background 0.5s ease;
}
#bel-box-2 a:hover::after {
    background: rgba(43, 32, 21, 0.1);
}
#bel-box-2 .bel-box-name {
    position: absolute;
    z-index: 3;
	font-size: 35px;
	height:50px;
	color:#c4aa87;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left:40px;
	padding-top:400px;
    transition: 0.5s ease;
}
#bel-box-2 a:hover .bel-box-name {
    color:#fff;
	letter-spacing: 0.7px;
}
#bel-box-txt {
	float:left;
	width:100%;
	min-height:10px;
	font-size:17px;
	line-height:30px;
    color: #fff;
	text-align:center;
	margin-top:25px;
}
#bel-box-txt a {
    color: #fff;
	text-decoration:none;
}
#bel-box-txt a:link { }
#bel-box-txt a:visited { }
#bel-box-txt a:hover{
	text-decoration:underline;
}
#bel-box-txt p{ 
	margin:0px  0px 0px 0px;
	padding:0px  0px 0px 0px;
}
#area {
	float:left;		
	width:100%;
	min-height:10px;
}
#area-list {
	float:left;	
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:70px;
}
#area-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:29px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:20px;
}
#area-opis {
	float:left;		
	width:100%;
	min-height:10px;
	margin-top:30px;
}
#area-box {
	float:left;	
	width:23%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
}
.area-box-name {
	font-size: 25px;
	color:#d6d6d6;
	text-align:center;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-top:190px;
}
#area-box-1 {
	float:left;
	background: url(files/images/area-box-1.webp) no-repeat center center;	
	width:100%;
	height:250px;
}
#area-box-1 a {
	width:100%;
	background: rgba(43, 32, 21, 0.4);
	height:250px;	
	text-decoration:none;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;	
}
#area-box-1 a:link { }
#area-box-1 a:visited { }
#area-box-1 a:hover{
	background: rgba(43, 32, 21, 0.1);
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-1 a:hover .area-box-name {
    color:#fff;
	letter-spacing: 0.7px;
}
#area-box-2 {
	float:left;
	background: url(files/images/area-box-2.webp) no-repeat center center;
	width:100%;
	height:250px;
}
#area-box-2 a {
	width:100%;
	background: rgba(43, 32, 21, 0.4);
	height:250px;	
	text-decoration:none;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-2 a:link { }
#area-box-2 a:visited { }
#area-box-2 a:hover{
	background: rgba(43, 32, 21, 0.1);
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-2 a:hover .area-box-name {
    color:#fff;
	letter-spacing: 0.7px;
}
#area-box-3 {
	float:left;
	background: url(files/images/area-box-3.webp) no-repeat center center;
	width:100%;
	height:250px;
}
#area-box-3 a {
	width:100%;
	background: rgba(43, 32, 21, 0.4);
	height:250px;	
	text-decoration:none;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-3 a:link { }
#area-box-3 a:visited { }
#area-box-3 a:hover{
	background: rgba(43, 32, 21, 0.1);
	text-decoration:none;
	letter-spacing: 0.7px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-3 a:hover .area-box-name {
    color:#fff;
}
#area-box-4 {
	float:left;
	background: url(files/images/area-box-4.webp) no-repeat center center;
	width:100%;
	height:250px;
}
#area-box-4 a {
	width:100%;
	background: rgba(43, 32, 21, 0.4);
	height:250px;	
	text-decoration:none;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-4 a:link { }
#area-box-4 a:visited { }
#area-box-4 a:hover{
	background: rgba(43, 32, 21, 0.1);
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-4 a:hover .area-box-name {
    color:#fff;
	letter-spacing: 0.7px;
}
#area-box-txt {
	float:left;
	width:100%;
	min-height:10px;
	font-size:16px;
    color: #fff;
	text-align:center;
	margin-top:12px;
	padding-top:6px;
}
#area-box-txt a {
	background: url(files/images/point.svg) no-repeat center left;
	color: #fff;
	text-decoration:none;
	padding:6px 10px 6px 30px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#area-box-txt a:link { }
#area-box-txt a:visited { }
#area-box-txt a:hover{
	background: #a88656 url(files/images/point.svg) no-repeat center left;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#say {
	float:left;		
	width:100%;
	min-height:10px;
}
#say-list {
	float:left;	
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:70px;
	margin-bottom:70px;
}
#say-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:29px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:20px;
}
#say-opis {
	float:left;		
	width:100%;
	min-height:10px;
	margin-top:30px;
}
#say-box-1 {
	float:left;	
	background: #fff;
	width:18%;
	min-height:350px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
}
#say-box-1-opis {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:30px;
	margin-bottom:30px;
}
#say-box-1-top {
	float:left;
	width:100%;
	min-height:10px;
}
#say-box-1-avatar {
	float:left;
	width:60px;
	min-height:10px;
}
#say-box-1-name {
	float:right;
	width: calc(100% - 75px); 
	min-height:10px;
	font-size:16px;
    color: #0888cf;
	margin-top:8px;
}
#say-box-1-name p{ 
	margin:2px  0px 0px 0px;
	padding:2px  0px 0px 0px;
}
#say-box-1-star {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:12px;
}
#say-box-1-txt {
	float:left;
	width:100%;
	min-height:10px;
	font-size:16px;
	line-height:30px;
    color: #9d9d9d;
	margin-top:12px;
}

#say-box-2 {
	float:left;	
	background: #fff;
	width:18%;
	min-height:350px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
}
#say-box-2-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:32px;
	color:#575757;
	text-align:center;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top:80px;
	margin-bottom:30px;
}
#say-box-2-box {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-bottom:25px;
}
/*-------------------
    Section
---------------------*/
#section {
	float:left;	
	width:100%;
	min-height:10px;
}
#black {
	float:left;	
	background: #000000;
	width:100%;
	min-height:120px;
}
#section-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:50px;
}
#content {
	float:left;	
	width:77%;
	min-height:10px;
}
#content-full {
	float:left;	
	width:80%;
	min-height:10px;
	margin-left:10%;
}
#content-list {
	float:left;		
	width:96%;
	min-height:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
	margin-left:2%;
	margin-bottom:10px;
}
#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-bottom:20px;
} 
#breadcrumbs  a {
	color:#1b1b1b;
	text-decoration: none;
	}
#breadcrumbs a:link {  }
#breadcrumbs  a:visited { }
#breadcrumbs a:hover{
	color: #ff0000;
	text-decoration:none;
}
#content-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:25px;
	line-height:40px;
	margin-bottom:20px;
}
#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:#fff;
	font-weight:normal;
	text-align:justify;
	margin-top:10px;
	margin-bottom:30px;
}
#content-page p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}
#content-page a {
	color: #fff;
	text-decoration:none;
}
#content-page a:link { }
#content-page a:visited { }
#content-page a:hover{
	color: #fff;
	text-decoration:underline;
}
#sidebar {
	float:right;
	width:20%;
	min-height:10px;
	margin-top:20px;
}
#sidebar-list {
	float:left;	
	width:90%;
	min-height:200px;
	margin-top:25px;
	margin-bottom:30px;
	margin-left:5%;
}
#sidebar-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:29px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:15px;
}
#sidebar-link {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:7px;
	margin-bottom:7px;
} 




/*-------------------
    Contact
---------------------*/
#contact-left {
	float:left;
	width:38%;
	min-height:10px;
}
#contact-right {
	float:right;
	width:58%;
	min-height:10px;
}
#contact-form {
	float:left;
	width:100%;
	min-height:10px;
}
#contact-form-left {
	float:left;
	width:48%;
	min-height:10px;
}
#contact-form-right {
	float:right;
	width:48%;
	min-height:10px;
}
#contact-form-line {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:15px;
}
#contact-form-full {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	margin-top:30px;
}
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: #f4ebe9;
	font-size:17px;
	color:#905a56;
	text-decoration: none;
	padding:15px 20px 15px 20px;
	border: 1px solid #905a56;
	cursor:pointer;
	}
.wpcf7-submit:hover {
	background: #d5aaab;
	color:#fff;
	text-decoration:none;
	border: 1px solid #d5aaab;
}
.grecaptcha-badge {
    display: none !important;
}
/*-------------------
    Blog
---------------------*/
#archive {
	float:left;
	background:#fff;	
	width:100%;
	min-height:10px;
}
#archive-list {
	float:left;
	width:90%;	
	min-height:10px;
	margin-left:5%;
	margin-top:60px;
	margin-bottom:150px;
}
#archive-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:28px;
	line-height:42px;
	color:#1a1611;
	font-weight: 400;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	margin-bottom:70px;
}

#blog {
	float:left;
	background: #66b4be;
	width:100%;
	min-height:10px;
}
#blog-list {
	float:left;
	background: #71c5d0;
	width:70%;	
	min-height:10px;
	margin-left:15%;
	margin-top:70px;
	margin-bottom:70px;
}
#blog-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:27px;
	color:#1a1611;
	font-weight:bold;
	text-align:center;
}
#blog-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:17px;
	line-height:27px;
	color:#777777;
	text-align:center;
	margin-top:10px;
	margin-bottom:50px;
}
#blog-box-a {
	float:left;
	background: #fff;
	width:18%;
	min-height:570px;
	margin-left:1%;
	margin-right:1%;
	overflow:hidden;
	margin-bottom:40px;
}
#blog-box {
	float:left;
	background: #fff;
	width:31.33%;
	min-height:570px;
	margin-left:1%;
	margin-right:1%;
	overflow:hidden;
	margin-bottom:40px;
}
#blog-i {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
	overflow: hidden; 
}
.postimg{
	width: auto;
	height:auto;
	transition: transform 0.3s ease;
}
.postimg:hover {
	transform: scale(1.1);
}
#blog-c {
	float:right;
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	margin-bottom:20px;
}
#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:#1a1611;
	text-decoration: none;
	font-size:19px;
	line-height:27px;
}
#blog-t a:link {  }
#blog-t a:visited { }
#blog-t a:hover{
	color:#ff0000;
	text-decoration:none;
}
#blog-a {
	float:right;
	width:100%;
	margin:13px 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:15px;
	line-height:22px;
	color:#777777;
	text-align:justify;
} 
#blog-l {
	float:left;
	width:100%;
	min-height:10px;
	font-size:12px;
	text-align:left;
	margin-top:15px;
	margin-bottom:10px;
} 
#blog-l a {
	background: #6bb29b;
	color:#fff;
	text-decoration: none;
	padding:6px 10px 7px 10px;
 	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	- border-radius:10px;
}
#blog-l a:link {  }
#blog-l  a:visited { }
#blog-l a:hover{
	background: #ff0000;
	color:#fff;
	text-decoration:none;
}
/*-------------------
    Footer
---------------------*/
#footer {
	float:left;	
	background: #000000;
	width:100%;
	min-height:10px;
}
#footer-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:5%;
}
#footer-logo {
	float:left;	
	width:30%;
	min-height:10px;
}
#footer-opis {
	float:left;	
	width:38%;
	min-height:10px;
	margin-left:2%;
	margin-right:2%;
}
#footer-title {
	float:left;	
	width:100%;
	min-height:10px;
	font-size:19px;
	color: #fff;
	text-decoration:none;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 300;font-style: normal;
	letter-spacing: 0.7px;
	padding: 6px 8px 6px 8px;
}
#footer-ct {
	float:left;	
	width:100%;
	min-height:10px;
	margin-top:10px;
}
#footer-ct-1 {
	float:left;	
	width:28px;
	height:28px;
	margin-left:8px;
	margin-right:20px;
	overflow: hidden;
}
#footer-ct-1 a {
	background:url(files/images/f-phone-a.svg) no-repeat center center;
	color: #fff;
	text-decoration:none;
	height:28px;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#footer-ct-1 a:link { }
#footer-ct-1 a:visited { }
#footer-ct-1 a:hover{
	background:url(files/images/f-phone-h.svg) no-repeat center center;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#footer-ct-2 {
	float:left;	
	width:28px;
	height:28px;
	margin-right:20px;
	overflow: hidden;
}
#footer-ct-2 a {
	background:url(files/images/f-whatsapp-a.svg) no-repeat center center;
	color: #fff;
	text-decoration:none;
	height:28px;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#footer-ct-2 a:link { }
#footer-ct-2 a:visited { }
#footer-ct-2 a:hover{
	background:url(files/images/f-whatsapp-h.svg) no-repeat center center;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#footer-ct-3 {
	float:left;	
	width:28px;
	height:28px;
	overflow: hidden;
}
#footer-ct-3 a {
	background:url(files/images/f-email-a.svg) no-repeat center center;
	color: #fff;
	text-decoration:none;
	height:28px;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#footer-ct-3 a:link { }
#footer-ct-3 a:visited { }
#footer-ct-3 a:hover{
	background:url(files/images/f-email-h.svg) no-repeat center center;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#footer-pol {
	float:left;	
	width:28%;
	min-height:10px;
	font-size:19px;
	margin-top:30px;
}
#footer-pol a {
	color: #fff;
	text-decoration:none;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 300;font-style: normal;
	letter-spacing: 0.7px;
	padding: 6px 8px 6px 8px;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#footer-pol a:link { }
#footer-pol a:visited { }
#footer-pol a:hover{
	background-color: #a88656;
	color: #fff;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
/*-------------------
    Project
---------------------*/
#project {
	float:left;
	min-height:10px;
	width:100%;
}
#project-list {
	float:left;
	width:100%;	
	min-height:10px;
	margin-top:20px;
	margin-bottom:20px;
}
#copyright {
	float:left;
	width:100%;	
	min-height:10px;
	font-size:13px;
	color:#fff;
	text-align:center;
}
#created {
	float:left;
	width:90%;	
	min-height:10px;
	text-align:right;
	margin-left:5%;
	margin-top:15px;
}
/*-------------------
    f book
---------------------*/
#f-ct {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10px;
    background: #000000;
	z-index:5000;
}
#f-ct-list {
	float:left;	
	width:90%;
	min-height:10px;
	margin-left:5%;
	margin-top:10px;
	margin-bottom:10px;
}
#f-ct-1 {
	float:left;	
	width:33.33%;
	height:28px;
	overflow: hidden;
}
#f-ct-1 a {
	background:url(files/images/f-phone-a.svg) no-repeat center center;
	color: #fff;
	text-decoration:none;
	height:28px;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#f-ct-1 a:link { }
#f-ct-1 a:visited { }
#f-ct-1 a:hover{
	background:url(files/images/f-phone-h.svg) no-repeat center center;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#f-ct-2 {
	float:left;	
	width:33.33%;
	height:28px;
	overflow: hidden;
}
#f-ct-2 a {
	background:url(files/images/f-whatsapp-a.svg) no-repeat center center;
	color: #fff;
	text-decoration:none;
	height:28px;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#f-ct-2 a:link { }
#f-ct-2 a:visited { }
#f-ct-2 a:hover{
	background:url(files/images/f-whatsapp-h.svg) no-repeat center center;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#f-ct-3 {
	float:left;	
	width:33.33%;
	height:28px;
	overflow: hidden;
}
#f-ct-3 a {
	background:url(files/images/f-email-a.svg) no-repeat center center;
	color: #fff;
	text-decoration:none;
	height:28px;
	display:block;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
#f-ct-3 a:link { }
#f-ct-3 a:visited { }
#f-ct-3 a:hover{
	background:url(files/images/f-email-h.svg) no-repeat center center;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;
}
/*-------------------
    break point
---------------------*/
#break {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10px;
    background: #5ab1c5;
	z-index:500;
	display:none;
}
#break-txt {
	float:left;	
	width:100%;
	min-height:10px;
	font-size: 14px;
	color:#fff;
	text-align:center;
	padding:6px 0px;
}

/*-------------------
    Back To Top
---------------------*/
#backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(5,5,5,.50);
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
}

#backToTop:hover {
    background-color: #050505;
}
/*-------------------
    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;
}
#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:130px;
}
#f-ct {
	display:none
}
}
@media (min-width:2000px) and (max-width:2559px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:130px;
}
#f-ct {
	display:none
}
}
@media (min-width:1800px) and (max-width:1999px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
#blog-list {
	width:66%;
	margin-left:17%;
}
#blog-box {
	min-height:580px;
}
#blog-box-a {
	min-height:580px;
}
#f-ct {
	display:none
}
}
@media (min-width:1600px) and (max-width:1799px)
{
#sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:130px;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:70%;	
	margin-left:15%;
}
#blog-box {
	min-height:550px;
}
#blog-box-a {
	min-height:540px;
}
#f-ct {
	display:none
}
}
@media (min-width:1400px) and (max-width:1599px)
{
#sidebar {
	width:1*%;
	position:-webkit-sticky;
	position:sticky;
	top:130px;
}
#content {
	width:77%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:68%;
	margin-left:16%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	min-height:540px;
}
#f-ct {
	display:none
}
}
@media (min-width:1200px) and (max-width:1399px)
{
.slide-txt-1 {
  font-size: 80px;
}
.slide-txt-2 {
  font-size: 40px;
}
#say-box-1 {
	width:48%;
	min-height:300px;
}
#say-box-2 {
	width:98%;
	min-height:100px;
}
#say-box-2-title {
	margin-top:25px;
}
#sidebar {
	width:20%;
	position:-webkit-sticky;
	position:sticky;
	top:70px;
}
#content {
	width:76%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:70%;
	margin-left:15%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	width:23%;
	min-height:530px;
}
#f-ct {
	display:none
}
}
@media (min-width:1000px) and (max-width:1199px)
{
.slide-txt-1 {
  font-size: 75px;
}
.slide-txt-2 {
  font-size: 35px;
}
#area-box {
	width:48%;
}
#say-box-1 {
	width:48%;
	min-height:300px;
}
#say-box-2 {
	width:98%;
	min-height:100px;
}
#say-box-2-title {
	margin-top:25px;
}

#sidebar {
	width:80%;
	margin-right:10%;
}
#sidebar-link {
	width:31.33%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-full {
	width:90%;
	margin-left:5%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:72%;
	margin-left:14%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	width:31.33%;
	min-height:555px;
}
#f-ct {
	display:none
}
}
@media (min-width:768px) and (max-width:999px)
{
.slide-txt-1 {
  font-size: 73px;
}
.slide-txt-2 {
  font-size: 33px;
}
#ca-box {
	width:98%;
}
#bel-box {
	width:98%;
}
#area-box {
	width:48%;
}
#say-box-1 {
	width:48%;
	min-height:300px;
}
#say-box-2 {
	width:98%;
	min-height:100px;
}
#say-box-2-title {
	margin-top:25px;
}

#sidebar {
	width:90%;
	margin-right:5%;
}
#sidebar-link {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	width:100%;	
}
#content-full {
	width:90%;
	margin-left:5%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#blog-list {
	width:80%;
	margin-left:10%;
}
#blog-box {
	min-height:530px;
}
#blog-box-a {
	width:48%;
	min-height:565px;
}
#f-ct {
	display:none
}
}
@media (min-width:480px) and (max-width:767px)
{
#logo {
    width: 38%;
}
#brasov {
    width: 60%;
}
.slide-txt-1 {
  font-size: 71px;
}
.slide-txt-2 {
  font-size: 31px;
}
#book {
	display:none;
}
#ca-box {
	width:98%;
}
#bel-box {
	width:98%;
}
#bel-box-1 {
    height: 500px;
}
#bel-box-1 a {
    height: 500px;
}
#bel-box-1 a::before {
    background: url(files/images/bel-1-2560.webp) no-repeat center center;
}
#bel-box-1 .bel-box-name {
	padding-top:400px;
}
#bel-box-2 {
    height: 500px;
}
#bel-box-2 a {
    height: 500px;
}
#bel-box-2 a::before {
    background: url(files/images/bel-2-2560.webp) no-repeat center center;
}

#area-box {
	width:48%;
}
#say-box-1 {
	width:98%;
	min-height:100px;
}
#say-box-2 {
	width:98%;
	min-height:100px;
}
#say-box-2-title {
	margin-top:25px;
}


#sidebar {
	width:90%;
	margin-right:5%;
}
#content {
	width:100%;	
}
#content-full {
	width:100%;
	margin-left:0%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#contact-form-left {
	width:100%;
}
#contact-form-right {
	width:100%;
}
#blog-list {
	width:90%;
	margin-left:5%;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#blog-box-a {
	width:98%;
	min-height:10px;
}
#footer-logo {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
#footer-opis {
	width:48%;
	margin-left:0%;
	margin-right:4%;
}
#footer-ct {
	display:none
}
#footer-pol {
	width:48%;
	margin-top:8px;
}
}
@media (min-width:300px) and (max-width:479px)
{
#logo {
    width: 25%;
    min-height: 90px;
	margin-left:18%;
}
#brasov {
    width: 96%;
	margin-left:2%;
	margin-top:-90px;
}
#meniu {
	margin-top: 17px;
}
#book {
	display:none;
}
.meniu {
	font-size:16px;
}
.slide-txt-1 {
	font-size: 42px;
	margin-top:-40px;
}
.slide-txt-2 {
  font-size: 24px;
}
#ca-box {
	width:98%;
}
#bel-box {
	width:98%;
}
#bel-box-1 {
    height: 300px;
}
#bel-box-1 a {
    height: 300px;
}
#bel-box-1 a::before {
    background: url(files/images/bel-1-480.webp) no-repeat center center;
}
#bel-box-1 .bel-box-name {
	padding-top:200px;
}
#bel-box-2 {
    height: 300px;
}
#bel-box-2 a {
    height: 300px;
}
#bel-box-2 a::before {
    background: url(files/images/bel-2-480.webp) no-repeat center center;
}
#bel-box-2 .bel-box-name {
	padding-top:200px;
}
#area-box {
	width:98%;
}
#say-box-1 {
	width:98%;
	min-height:100px;
}
#say-box-2 {
	width:98%;
	min-height:100px;
}
#say-box-2-title {
	margin-top:25px;
}
#sidebar {
	width:90%;
	margin-right:5%;
}
#content {
	width:100%;	
}
#content-full {
	width:100%;
	margin-left:0%;
}
#contact-left {
	width:100%;
	margin-bottom:30px;
}
#contact-right {
	width:100%;
}
#contact-form-left {
	width:100%;
}
#contact-form-right {
	width:100%;
}
#blog-list {
	width:70%;
	margin-left:15%;
}
#blog-box {
	width:98%;
	min-height:10px;
}
#blog-box-a {
	width:98%;
	min-height:10px;
}
#footer-logo {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
#footer-opis {
	width:100%;
	margin-left:0%;
	margin-right:0%;
}
#footer-ct {
	display:none
}
#footer-pol {
	width:100%;
	margin-top:8px;
}
}