@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@font-face{
    font-family: "Brandon Grot W01 Light";
    src: url("fonts/brandon-grot-w01-light.eot");
    src: url("fonts/brandon-grot-w01-light.eot?#iefix")format("embedded-opentype"),
        url("fonts/brandon-grot-w01-light.woff")format("woff"),
        url("fonts/brandon-grot-w01-light.woff2")format("woff2"),
        url("fonts/brandon-grot-w01-light.ttf")format("truetype"),
        url("fonts/brandon-grot-w01-light.svg#Brandon Grot W01 Light")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Brandon Grot W01 Bold";
    src: url("fonts/brandon-grot-w01-bold.eot");
    src: url("fonts/brandon-grot-w01-bold.eot?#iefix")format("embedded-opentype"),
        url("fonts/brandon-grot-w01-bold.woff")format("woff"),
        url("fonts/brandon-grot-w01-bold.woff2")format("woff2"),
        url("fonts/brandon-grot-w01-bold.ttf")format("truetype"),
        url("fonts/brandon-grot-w01-bold.svg#Brandon Grot W01 Light")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Proxima N W01 Reg";
    src: url("fonts/Proxima-N-W01-Reg.eot");
    src: url("fonts/Proxima-N-W01-Reg.eot?#iefix")format("embedded-opentype"),
        url("fonts/Proxima-N-W01-Reg.woff")format("woff"),
        url("fonts/Proxima-N-W01-Reg.woff2")format("woff2"),
        url("fonts/Proxima-N-W01-Reg.ttf")format("truetype"),
        url("fonts/Proxima-N-W01-Reg.svg#Proxima N W01 Reg")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Brandon Grot W01 Light";
	font-weight: 400;
	line-height: normal;
	font-size: 1em;
	color: #000;
	scrollbar-color: #000;
}

*,
:after,
:before,
div {
	box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 8px;
	height: 8px;/* Lățimea scrollbarului */
}

::-webkit-scrollbar-track {
    background-color: #ddd; /* Fundalul scrollbarului */
}

::-webkit-scrollbar-thumb {
    background-color: #999; /* Bara de derulare */
    border-radius: 5px; /* Colțuri rotunjite pentru un aspect mai estetic */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888; /* Culoarea barei la hover */
}
.content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.head
{
	display: flex;
	padding: 20px 0;
	
}
.logo {
	width: 79px;
}
.logo img
{
	width: 100%;
}
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.p5{
	padding: 5px;
}
.p20 {
	padding: 20px;
}
.p_impsm
{
	padding: 3px 10px!important;
}
.p_selsm
{
	padding: 4px 30px 3px 10px!important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb0{
	margin-bottom: 0px!important;
}
.mb5{
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb60 {
	margin-bottom:60px;
}
.mb100 {
	margin-bottom:100px;
}
.mr20
{
	margin-right: 20px;
}
.mr30
{
	margin-right: 30px;
}
.pr30
{
	padding-right: 30px!important;
}
.pr50
{
	padding-right: 50px!important;
}
.d-flex {
	display: flex;
}
.d-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.d-flex-center {
	display: flex;
	align-items: center;
}
.d-flex-justify-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-flex-space {
	display: flex;
	justify-content: space-between;
}
.d-inbl
{
		display: inline-block;
}

.mla {
	margin-left: auto;
}
.mra {
	margin-right: auto;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.menu_top {
	margin-left: auto;
	    display: flex;
    align-items: center;
}

.menu_top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu_top li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.menu_top a:link,
.menu_top a:visited,
.menu_top a:active {
	font-size:0.8125em;
	letter-spacing: 0.1em;
	text-decoration: none;
	 white-space: nowrap;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #a7a7a7;
}
a.c_purple:link, a.c_purple:visited, a.c_purple:active, .txtdec0
{
	text-decoration: none!important;
}
a.no_underline:link, a.no_underline:visited, a.no_underline:active
{
	text-decoration: none!important;
}
a.no_underline:hover
{
	color: #565656;
}
.c_red
{
	color: #ff4040;
}
.c_turq
{
	color: #27dbc3;
}
.c_blue
{
	color: #1b37c2;
}
.c_gray
{
	color:#999;
}
.c_dgray
{
	color:#777;
}
.c_green
{
	color: green;
}
.c_purple
{
	color: #7936DC!important;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
col-1 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-3 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}
.col-6 {
	-ms-flex: 0 0 66.66666666%;
	flex: 0 0 66.66666666%;
	max-width: 66.66666666%;
}
.col-4 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.col-40 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.col-60 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-40,
.col-60
{
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date] {
	width: 100%;
	padding: 7px 10px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
	border: 1px solid #a7a8a7;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0;
	font-size: 1em;
	font-family: "Brandon Grot W01 Light";
	color: #2e302f;
	background-color: #fff;
}
select,
select:not(:checked) {
	width: 100%;
	padding: 9px 30px 7px 10px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
    font-family: "Brandon Grot W01 Light";
	border: 1px solid #a7a8a7;
	vertical-align: bottom;
	background: url("images/chevron_down.svg") no-repeat right center #fff;
	background-position: bottom 45% right 10px;
	background-size: 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin:0;
	font-size: 1em;
	color: #2e302f;
}
textarea
{
	width: 100%;
	min-height: 120px;
	padding: 10px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
	border: 1px solid #a7a8a7;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0;
	font-size: 1em;
	font-family: "Brandon Grot W01 Light";
	color: #2e302f;
	background-color: #fff;
}
input.line[type=text],
input.line[type=password],
input.line[type=tel],
input.line[type=email],
input.line[type=number],
input.line[type=date]{
	padding:0;
	border-bottom: 1px solid #2e302f;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
select.line{
	padding:0 0 5px 0;
	border-bottom: 1px solid #2e302f;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-position: bottom 45% right 0px;
}
.br50
{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
	padding: 10px 20px!important;
}
:focus-visible {
    outline: 0;
}
.txt13
{
	font-size: 0.8125em;
}
.txt14
{
	font-size: 0.875em
}
.txt17
{
	font-size: 1.0625em;
	font-family: "Brandon Grot W01 Light";
}
.txt18
{
	font-size: 1.125em;
}
.txt20
{
	font-size:1.25em;
	font-weight: 700;
}
.font_cour
{
	font-family: "Courier Prime", monospace;
	letter-spacing: -1px;
}
.txt24
{
	font-size:1.5em;
	font-weight: 700;
}
.txt28
{
	font-size:1.75em;
	font-family: "Brandon Grot W01 Bold";
	letter-spacing: -1px;
}
.txt32
{
	font-size:2em;
	font-family: "Brandon Grot W01 Bold";
	line-height: 1em;
	letter-spacing: -1px;
}

.txt34
{
	font-size:2.125em;
	font-weight: 700;
	line-height: 1em;
}

.txt22
{
	font-size:1.375em;
	font-weight: 700;
}
.txt19
{
	font-size:1.1875em;
	font-family: "Urbanist", sans-serif;
}
.ffcour
{
	font-family: "Courier Prime", serif;
}
.ffurb
{
	font-family: "Urbanist", sans-serif;
}
.ffproxima
{
	font-family: "Proxima N W01 Reg";
}
.ffbgbold
{
	font-family: "Brandon Grot W01 Bold";
}
.txtcenter
{
	text-align: center;
}
.txtright
{
	text-align: right;
}
.btn {
	width: 100%;
	height: 40px;
	font-size: 0.8125em;
    text-align: center;
    padding: 12px 10px 10px 10px;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
    background-color: #fcfcfc;
    text-decoration: none;
}
.btn-wrapper {
    display: flex;
    align-items: center;
}
.btn_bord {
    width: 6px;
    background-image: url('images/download.png');
	background-repeat: no-repeat;
	height: 40px;
}
a.btn:link, a.btn:active, a.btn:visited, a.gray:link, a.gray:active, a.gray:visited
{
	color: #2e302f;
	text-decoration: none;
	
}
a.purp:link, a.purp:active, a.purp:visited
{	color: #7936dc;
	
}
a.purp:hover{
	color: gray;
	text-decoration: underline;
}
a.btn:hover, a.gray:hover {
    color: #a7a7a7;
}
a.gray_bord:link, a.gray_bord:active, a.gray_bord:visited
{
	border: 1px solid #303030;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: 700;
	font-family: "Urbanist", sans-serif;
	font-size: 1em;
	display: inline-block;
	
}
.left-bord
{
	background-position: left;
}
.right-bord
{
	background-position: right;
}
.photo
{
	display: flex;
	margin-bottom: 20px;
}
.photo_box
{
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
	background-color: #f0f0f0;
	padding: 15px;
	width: 250px;
}

.photo_box_s
{
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
	background-color: #f0f0f0;
	padding: 10px;
	max-width: 120px;
	width: 100%;
	font-size: 0.75em;
}
.photo_box_l
{
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
	background-color: #f0f0f0;
	padding: 20px;
	width: 420px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.photo_img_l
{
    overflow: hidden;
    position: relative;
	height: 400px;
	
}
.photo_box:hover
{
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0);
    -moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0);
	
}
.photo_img
{
    margin-bottom: 10px;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.photo_img_s
{
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
	
}
.photo_gal
{
	display: flex;
	flex-wrap: wrap;
	width: 520px;
}
.photo_gal > div{
	width:255px;
	height: 255px;
    margin-bottom: 10px;
	margin-right: 10px;
}
.photo_gal > div:nth-child(even) 
	{
		margin-right: 0;
	}
.photo_img img, .photo_img_s img, .photo_img_l img, .photo_gal > div img
{
    width: 100%;
	    height: 100%;
    object-fit: cover;
    object-position: center;
}

.courier
{
	 font-family: "Courier Prime", monospace;
}
.amatic
{
	 font-family: "Amatic SC", serif;
}
h1
{
	 font-family: "Amatic SC", serif;
	 font-size: 45px;
	 margin: 0 0 10px 0;
	font-weight: 400;
	 padding: 0;
	 letter-spacing: 2px;
}
h2
{
	font-family: "Courier Prime", monospace;
	font-size: 3em;
	margin: 0;
	line-height: 0.75em;
	font-weight: 600;
	padding: 0;
}
h3
{
	font-family: "Courier Prime", monospace;
	font-size: 2em;
	margin: 0;
	padding: 0;
}
h4
{
	font-size:2.25em;
	font-family: "Brandon Grot W01 Bold";
	margin: 0 0 20px 0;
	letter-spacing: -1px;
	line-height: 1em;
}
h5
{
	font-size:1.75em;
	margin: 0;
	padding: 0;
	font-family: "Urbanist", sans-serif;
	font-weight: 800;
	letter-spacing: -0.5px;
}
.max640
{
	max-width: 640px!important;
	width: 100%;
}
.max500
{
	max-width: 500px;
	width: 100%;
}
.max400
{
	max-width:400px;
	width: 100%;
}
.max200
{
	max-width:200px;
	width: 100%;
}
.max60
{
	width: 60%;
	max-width: 60%;
}
.max70
{
	max-width: 70%;
	width: 100%;
	padding-right: 30px;
}
.w100{
	width: 100%;
}
.d-flex.txt17 img
{
	vertical-align: bottom;
	margin-right: 5px;
}
.input-search {
    position: relative;
	margin-bottom: 20px;
}
.input-search i.fa-magnifying-glass {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.input-search i.fa-magnifying-glass {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.input-search input[type=text] {
    padding-left: 40px; 

}
.input-search img
{
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.fw600
{
	font-weight:600;
}
.fw700
{
	font-weight:700;
}
.price{
	  font-family: "Courier Prime", monospace;
  font-weight: 500;
  font-style: normal;
	letter-spacing: -2px;
	font-size: 1.125em;
	color: red;
	text-align: right;
	margin-top: 5px;
	line-height: 0.75em;
	
}
.name{
	font-weight: 600;
	font-size:1.25em;
	font-style: italic;
	letter-spacing: 0;
	
}
.footer
{
display: flex;
    width:420px;
	clear: both;
    font-size: 2em;
    margin: 50px auto 30px auto;
    color: #000;
    justify-content: space-between;
    align-items: center;
}
.footer img
{
	width: 40px;
	height: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.bottom_line
{
	width: 250px;
	height: 7px;
	background-color: #000;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin: 0 auto 70px auto;
}
.hidden {
    display: none;
}
.gallery-container
{
	height: 1360px;
	overflow-y: auto;
	overflow-x: hidden;
}
.fright
{
	float: right;
}
.fleft
{
	float: left;
}

.gray_bord
{
	border: 2px solid #e0e0e0;
	clear: both;
	width: 100%;
}
.paid
{
	border: 2px solid green;
	padding: 3px 7px;
	font-weight: 600;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
	color: green;

}
.bg_white
{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #a7a8a7;
}
.bg_gray
{
	background-color: #f0efef!important;
}
.bg_black
{
	background-color: #000!important;
	color: #fff!important;
}
.bg_green
{
	background-color: #647b6e!important;
}
table {
    border-collapse: collapse; 
    width: 100%; 
	
}
table, th, td 
{
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top
}
table.nowrap td:first-child
{
	white-space: nowrap;	
}
table.nowrap td:last-child, table.nowrap td:nth-child(2)
{
	width: 100%;	
}
table.break td:last-child
{
    word-break: break-all;
	width: 100%;
}
table.nowrap td:nth-child(3)
{
	padding-bottom: 0;
}
table.light
{
	border: 1px solid #dcdcdc;
	font-family: "Urbanist", sans-serif;
}
table.light th
{
	background-color: #f9f9fb;
	padding: 10px;
    font-family: "Brandon Grot W01 Bold";
	border-bottom: 1px solid #dcdcdc;
}
table.light td
{
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.cour
{
	text-align: right
}
.cour a:link, .cour a:active, .cour a:visited
{
	font-family: "Courier Prime", monospace;
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px;
}
.clear
{
	clear: both;
}
p
{
	margin: 0 0 5px 0;
}
.custom-date-input {
    position: relative;
}
.custom-date-input::before {
    content: "\f073";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
	font-size: 1.25em;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #2e302f;
    pointer-events: none;
}
.custom-date-input::-webkit-calendar-picker-indicator {
	opacity: 0;
}

/* Create a custom checkbox */
.contcheck {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.contcheck input {
	position: absolute;
	visibility: hidden; /* Use visibility instead of opacity */
	cursor: pointer;
	height: 20px;
	top: 0;
	left: 0;
	width: 20px;
	 z-index: -1; /* Ensure it doesn’t interfere with touch */
}
.options-container .contcheck
{
	margin-bottom: 10px;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 20px;
	width: 20px;
	border: 2px solid #999;
	z-index: 1;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.contcheck input:checked~.checkmark {
	background-color: #593cfb;
	border: 2px solid #593cfb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.contcheck input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.contcheck .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="radio"] {
  appearance: none; 
  width: 20px;
  height: 20px;
  border: 2px solid #9c9c9c; 
  border-radius: 50%;
  position: relative;
	background-color: #fff;
  cursor: pointer;
	margin: 0;
  outline: none;
	display: inline-block;
	vertical-align: text-bottom;
}
label.radio
{
	font-size: 1em;
	margin-left: 5px;
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
 top: 50%;
  left: 50%;
  width: 10px; 
  height: 10px;
	transform: translate(-50%, -50%); 
  background-color: #2e302f;
  border-radius: 50%;
}
.button,
input[type=button] {
	background-color: #c1c2c1;
	color: #000;
	font-family: "Urbanist", sans-serif;
	padding: 12px 60px 14px 60px;
	font-size: 1em;
	line-height: normal;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.5s;
	white-space: nowrap;
	border: 0;
}
input[type=button]:disabled,
input[type=button][disabled] {
	background-color: #9b9b9b;
}
a.button:link,
a.button:visited,
a.button:active {
	text-decoration: none;
	letter-spacing: 0;
	color: #000;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.button:hover,
a.button:hover,
input[type=button]:hover {
	background-color: #ffdae4;
}
.purple
{
	background-color: #7936dc!important;
	color: #fff!important;
	border: 1px solid #7936dc!important;
}
.turqoise
{
	background-color:#1CE6E0!important;
	color: #fff!important;
	border: 1px solid #7936dc!important;
}
.purple:hover,
a.purple:hover,
input.purple[type=button]:hover,
.turqoise:hover,
a.turqoise:hover,
input.turqoise[type=button]:hover{
	background-color: #fff!important;
	border: 1px solid #2E302F!important;
	color: #2e302f!important;
}
.largebtn{
	padding: 70px 0;
	width: 100%;
}
.redbtn,
input.redbtn[type=button] {
	background-color: #FF5CEF;
	color: #fff;
	font-family: "Urbanist", sans-serif;
	padding: 10px 30px 10px 30px;
	font-size:0.9375em;
	line-height: normal;
	font-weight: 400;
	cursor: pointer;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	transition: all 0.5s;
	white-space: nowrap;
	border: 0;
}

a.redbtn:link,
a.redbtn:visited,
a.redbtn:active {
	text-decoration: none;
	letter-spacing: 0;
	color: #fff;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.redbtn:hover,
a.redbtn:hover,
input.redbtn[type=button]:hover {
	background-color: #89583f;
}
a.outlinebtn:link,
a.outlinebtn:visited,
a.outlinebtn:active, input.outlinebtn[type=button] {
	text-decoration: none;
	letter-spacing: 0;
	color: #000;
	font-size: 0.875em;
	padding: 8px 15px;
	font-weight: 700;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #000;
}

.outlinebtn:hover,
a.outlinebtn:hover,
input.outlinebtn[type=button]:hover {
	background-color: #e8eeea;
}
a.outlinebtn_lg:link,
a.outlinebtn_lg:visited,
a.outlinebtn_lg:active, input.outlinebtn_lg[type=button] {
	text-decoration: none;
	color: #000;
	padding: 8px 20px;
	font-weight: 700;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #000;
	letter-spacing: 1px;
}

.outlinebtn_lg:hover,
a.outlinebtn_lg:hover,
input.outlinebtn_lg[type=button]:hover {
 background-color: #e8eeea;
}
.roundgraybtn,
a.roundgraybtn:link,
a.roundgraybtn:visited,
a.roundgraybtn:active, input.roundgraybtn[type=button] {
	text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 0.25em;
	font-size: 1em;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	padding: 10px 30px 8px 30px;
	font-weight: 700;
	background-color: #d4d4d4;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

.roundgraybtn:hover,
a.roundgraybtn:hover,
input.roundgraybtn[type=button]:hover {
	background-color: #3f7652;
}
/* The Modal  */
.modal {
	display: none;
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
	position: absolute;
	background-color: #fafafa;
	padding: 0;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 10px;
	left: 50%;
	-ms-transform:translateY(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);

}
@-webkit-keyframes animatetop {
	from {
		margin-top: -300px;
		opacity: 0
	}

	to {
		top: 10px;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		margin-top: -300px;
		opacity: 0
	}

	to {
		top: 10px;
		opacity: 1
	}
}

.close {
	color: #2e302f;
	float: right;
	font-size: 28px;
	font-weight: 400;
	cursor: pointer;
	 background-color: transparent;
    border: 0;
	padding: 0;
}

.edit {
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding:20px;
}
.modal-footer
{
	padding:0 20px 20px 20px;
}
body.modal-open {
	overflow: hidden
}

.modal-body {
	padding: 20px;
	font-size: 1em;
	clear: both;
}

.modal-body h1 {
	margin-top: 0;
	font-weight: 700;
}


/* End Modal  */

.range-slider {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.range-slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    width: 100%;
    height:0;
	margin: 2px 0 0 0;
    background: transparent;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    background: #593cfb;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    background: #593cfb;
    border-radius: 50%;
    cursor: pointer;
}

.slider-track {
    position: absolute;
    height: 3px;
    background: #ddd;
    width: 100%;
    z-index: 0;
    border-radius: 3px;
}

.range-slider .slider-track-active {
    background: #593cfb;
    position: absolute;
    height: 5px;
    z-index: 2;
    border-radius: 3px;
}

.slider-values {

	margin-bottom: 5px;
	color: #7936DC;
	font-weight: 700;
}
.user_cont
{
	width: 84px;
	height: 84px;
		-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
}
.user{
	font-size: 5em;
	color: #dce0e6;
	border: 2px solid #20aa7c;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
input.bg_greenish, textarea.bg_greenish, .bg_greenish
{
	background-color: #e7eeea;
	padding: 10px;
	border: 0;
}
select.bg_greenish
{
	background-color: #e7eeea;
	border: 0;
	padding: 11px 10px 10px 10px;
	
}
textarea.bg_greenish
{
	min-height: 80px!important;
}
  .editview,  .save { display: none; }
a.edit-btn:link, a.edit-btn:visited, a.edit-btn:active
{
	background-color: #f0f0f0;
	padding: 5px 15px;
}
/* Style the custom dropdown box */
.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select-box {
	width: 100%;
	padding: 0 0 5px 0;
    border-bottom: 1px solid #2e302f;
	cursor: pointer;
	user-select: none;
}

.arrow {
	float: right;
	font-size: 1.125em;
}

.options-container {
	display: none;
	width: 100%;
	background-color: #f0f0f0;
	z-index: 1;
	padding: 10px;
}

input[type="checkbox"] {
	margin-right: 8px;
}
.dashboard
{
	width: 90%;
	font-family: "Urbanist", sans-serif;
	margin: 0 auto;
	font-size: 0.875em;
	border: 1px solid #ececec;
}
.messages
{
	border-right: 1px solid #ececec;
	padding: 20px;
	height: 100%;
}
.reservation
{
	border-left: 1px solid #ececec;
	padding: 0 20px;
	height: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.messages-buttons 
{
	margin-bottom: 20px;
}
.messages-buttons button {
    background-color: #222222;
    border: 1px solid #ddd;
    padding: 12px 16px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
	color: #fff;
}
.messages-buttons button i
{
	margin-left: 5px;
}
button.white
{
	background-color: #fff;
	border: 1px solid #dbdbdb;
	color: #2e302f;
}
button.text
{
	background: transparent;
	border: 0;
	font-family: "Brandon Grot W01 Light";
	font-weight: 600;
}
button.gray
{
	background-color: #f7f7f7;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	color: #2e302f;
	padding: 0;
	width: 40px;
	border: 0;
	height: 40px;
}
.message-text button.gray
{
	background-color: #fff;
	border: 1px solid #d6d6d6;
	width: 30px;
	height: 30px;
}
button
{
	cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.dropdown-content a {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.message-content
{
    cursor: pointer;
	display: flex;
	padding: 10px;

	margin-bottom: 10px;
}
.message-content:hover, .mess-active
{
	background-color: #f7f7f7;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.mess-txt
{
	width: 100%;
	font-size: 0.875em;
}
.mess-img
{
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 20px;
}
.mess-img img
{
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.mess-pic
{
	position: absolute;
	top: 20px;
	left: 20px;
}
.profile{
	width: 40px;
	height: 40px;
}
.profile1{
	width: 60px;
	height: 60px;
}
.mess-pic img, .profile  img, .profile1  img
{
	width: 100%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.gray_circle{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color: #5d5f5e;
}
.gray_square{
	width: 15px;
	height: 15px;
	background-color: #5d5f5e;
}
.head-mess
{
	height: 60px;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
	font-size: 1.375em;
	font-weight: 700;
}
.head-mess .profile
{
	margin-right: 10px;
}
.message-text
{
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
}
.message-text-right
{
	display: flex;
	align-items: flex-end;
	margin-bottom:5px;
	justify-content: flex-end;
	
}
.mess-bubble
{
	background-color: #f7f7f7;
	-webkit-border-radius: 10px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-bottomleft: 0;
border-radius: 10px;
border-bottom-left-radius: 0;
	padding: 15px;
}
.message-text > div
{
	margin-right: 10px;
}
.message-text-right .mess-bubble
{
	background-color: #3f3f3f;
	color: #fff;
}
hr {
	background-color: #a7a8a7;
	height: 0.8px;
	padding: 0;
	border: 0;
	margin: 10px 0;
}
.book
{
	width: 100%;
	max-width:40%;
	position: absolute;
	right: 0;
	top: 0;
}
.pos_rel
{
	position: relative;
}
.pos_abs
{
	position: absolute;
}

.social_icons img
{
	 margin-right: 10px;
}
.green_circle
{
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;

border-radius: 50%;
	background: rgb(115,242,69);
background: -moz-radial-gradient(circle, rgba(115,242,69,1) 0%, rgba(15,185,65,1) 45%, rgba(51,152,76,1) 75%, rgba(51,152,76,1) 100%);
background: -webkit-radial-gradient(circle, rgba(115,242,69,1) 0%, rgba(15,185,65,1) 45%, rgba(51,152,76,1) 75%, rgba(51,152,76,1) 100%);
background: radial-gradient(circle, rgba(115,242,69,1) 0%, rgba(15,185,65,1) 45%, rgba(51,152,76,1) 75%, rgba(51,152,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73f245",endColorstr="#33984c",GradientType=1);
}
.red_circle
{
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	background-color: #d7260c;
}

.calendar .green_circle, .calendar .red_circle
{
	margin: 0 auto;
}
.calendar > div
{
	margin-right: 20px;
}
.calendar > div > div
{
	margin-left: 15px;
}
.placeholder_img
{
	background-color: #a7a8a7;
	text-align: center;
	padding-top: 20%;
	font-weight: 700;
	height: 100%;
}
.edu div{
	width: 33.3%;
	margin-bottom: 10px;
}
.gigs{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.gigs img {
	width: 110px;
}
.gig_item
{
	display: flex;
	margin-bottom: 50px;
	align-items:flex-start;
}
.gig_item > div:last-child
{
	width: calc(100% - 100px);
}
.gig_item .photo_box_s
{
	width: 90px!important;
	padding: 5px;
	margin-right: 20px;
	margin-top: 12px;
}
.gig_item .c_purple
{
	text-decoration: underline;
font-family: "Brandon Grot W01 Bold";
	letter-spacing: -1px;
}
.gig_item .photo_img_s
{
	margin-bottom: 0;
}
.gig_item .row{
	align-items: center;
}
.circle_price
{
	background: url("images/circle.png") no-repeat center center;
	background-size: contain;
	font-size:1.4375em;
	font-family: "Brandon Grot W01 Bold";
	padding: 7px;
	text-align: center;
}
.search
{
	border: 1px solid #e3e3e3;
	padding: 5px;
	display: flex;
	margin-bottom: 50px;
}
.search-box {
  position: relative;
  width: 250px;
}

.search-box input {
  width: 100%;
  padding: 3px 30px 3px 5px; 
	border: 1px solid #a7a7a7;
}

.search-box .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
  pointer-events: none;
}
.gigtop img
{
	width: 110px;
}
ul.chk
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.chk li {
    position: relative;
    padding-left: 30px;
	padding-bottom: 10px;
  }
ul.chk li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: green;
    position: absolute;
    left: 0;
    top: 0;
  }
.bookdet .photo_box
{
	width: 100%;
}
.bookdet .photo_img
{
	height: auto;
}
.filter_col div.d-flex > div:first-child
{
	width: 37%;
}
.filter_col div.d-flex > div
{
	width: 38%;
}
.filter_col div.d-flex > div:nth-child(3)
{
	width: 25%;
}
.tab-menu {
    display: flex;
    cursor: pointer;
	font-size: 1.125em;
	margin: 20px 0;
}
.tab.active {
    border-bottom: 1px solid #000;

}
.tab {
    padding: 10px 0;
	margin-right: 30px;
}
.mess-type
{
	padding: 20px 0;
}
#menusec
{
	padding-bottom: 40px;

}
#mess-window
{
	overflow-y: scroll;
}
.paragraph-container {
  position: relative;
  margin-bottom: 10px;
}

.showtxt {
  display: block; /* Textul inițial este afișat */
}

.hidetext {
  display: none; /* Textul ascuns nu este afișat inițial */
}

.toggle-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #007bff;
  cursor: pointer;
  margin-top: 10px;
}

.toggle-link i {
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
	.content
	{
		padding: 0 10px 20px 10px;
	}
	.col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 10px;
}
	.row.mb20, .row.mb30
	{
		margin-bottom: 0;
	}
	.col-3, .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 20px;
}
	.col-2
	{
		margin-bottom: 20px;
	}
	.gallery-container
	{
		height: auto;
		overflow-x: visible;
	}
	.photo_box
	{
		margin-left: auto;
		margin-right: auto;
	    width: 100%;
	}
	.photo_img
	{
		height: auto;
	}
	.footer
	{
		width: 100%;
		font-size: 1.5em
	}
	.fright, .fleft
	{
		float: none;
	}
	.cour
	{
		text-align: left;
	}
	h2.txtright
	{
		text-align: left;
	}
	.max60
	{
		width: 100%;
	}
	.fleft.max60.mb30
	{
		margin-bottom: 20px;
	}
	.col-60, .col-40 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		margin-bottom: 20px;
}
	h2
	{
		font-size: 2.75em;
	}
	h3
	{
		font-size: 1.75em;
		line-height: 1em;
	}
	.gray_bord table, .gray_bord th, .gray_bord td 
	{
		display: block;
		padding-bottom: 0;
	}
	.gray_bord table tr
	{
		margin-bottom: 20px;
		display: block;
	}
	.user_cont
	{
		margin-right: 10px;
	}
	a.gray_bord:link, a.gray_bord:active, a.gray_bord:visited
	{
		padding: 10px;
	}

	.photo
	{
		display: block;
	}
	.photo_gal
	{
		width: 100%;
	}
	.photo_gal > div
	{
	width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
	height: 200px;
	}

	.d-flex.calendar
	{
		flex-wrap: wrap;
}
	.max70
	{
		max-width: 100%;
		padding-right: 0;
	}
	.photo_box_l
	{
		margin-right: 0;
		width: 100%;
	}
	.arr{
	width:50px
}
	.sarr
	{
		width: 30px;
	}
	.sarr, .arr
	{
		position: absolute;
		right: 0;
		top:0;
	}
	table.nowrap tr
	{
		position: relative;
	}
	
	table.nowrap th, table.nowrap td
	{
		display: inline-block;
	}
	table.nowrap .col-3{
	    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
		
	}
	.gray_bord.p10.mb40 .d-flex-center
	{
		    flex-wrap: wrap;
	}
	.sure
	{
		font-size: 1.25em;
	}
	h5
	{
		font-size: 1.5em;
	}
	.menu_top .dropdown-content
	{
		right: 0;
	}
	.book
	{
		position: inherit;
		max-width: 100%;
	}
	.col-6.pr50
	{
		padding-right: 0!important;
	}
	.gig_item
	{
		display: block;
	}
	.gig_item .col-2{
	 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.gig_item .photo_box_s
	{
		width: 100%!important;
		max-width: 100%;
		font-size: 1em;
		margin-right: 0;
        margin-bottom: 10px;
	}
	.gig_item > div:last-child
	{
		width: 100%;
	}
	.pos_abs.gigtop
	{
		top: 70px;
	}
	.gigtop img
	{
		width: 80px;
	}
	.button, input[type=button]
	{
		padding: 12px 30px 14px 30px;
	}
}