:root{
	--primary-cl:#ffffff;
	--complementary-cl:#FFAD08;
}

*{
	margin:0;
	padding:0;
}
a:hover{
	color:var(--primary-cl);
	
}
html{

}
body{
	background:url("../imagini/bg-img.jpg") no-repeat;
	background-size:cover;
	color:#ffffff;
	position:relative;
}
.page-wrap{
	background-color: rgba(0, 0, 0, 0.6) !important;
	/*width:95%;
	margin:auto;*/
	position:relative;
	z-index:2;
}
.bx-wrapper{
	background-color: rgba(0, 0, 0, 0) !important;
	border: none !important;
	border-bottom: 1px solid var(--complementary-cl) !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.orar{
	border: none !important;
}
header{
	/*border-bottom:1px solid var(--complementary-cl);*/
	/*padding:2em 0;*/
	padding-top: 2em;
	padding-bottom:2em;
	padding-right: 2em;
	padding-left: 2em;
}
.border-top{
	border-top:1px solid var(--complementary-cl);
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 2em;
}
.border-bottom{
	border-bottom:1px solid var(--complementary-cl);
	margin-bottom: 2em;
	padding-bottom: 2em;
}
h1, h2{
	font-size:14px;
}
p{
	margin-bottom:0;
}
.col-md-3{
	padding-left:0;
}
.col-md-8{
	padding-right:0;
}
.emphasized{
	color:var(--complementary-cl);
}
li{
	list-style: none;
}
.whatsapp{
	background:var(--complementary-cl);
	border-radius:8px;
	padding:1em;
	color:#000000;
}
.whatsapp:hover{
	background:var(--primary-cl);
	color:#000000;
	text-decoration: none;
}
section{
	border-bottom:1px solid var(--complementary-cl);
	margin-bottom:2em;
	padding-bottom:2em;
}
.border-top{
	border-top: 1px solid var(--complementary-cl) !important;
}
.border-bottom{
	border-bottom: 1px solid var(--complementary-cl) !important;
}
.fw-normal{
	font-weight: 400;
}
.fw-bold{
	font-weight: 700;
}
.fw-extra-bold{
	font-weight: 800;
}
.fs-sm{
	font-size: 14px !important;
}
.fs-20{
	font-size: 1.25rem;
}
.lh-22{
	line-height: 1.375rem;
}
.text-align-right{
	text-align: left;
}
section:first-of-type{
	margin-top:2em;
}
.social-icons a{
	color:var(--primary-cl);
	font-size:30px;
}
.social-icons a:hover{
	color:var(--complementary-cl);
}
.text-small{
	font-size:12px;
}
section h2{
	font-size:24px;
}
li{
	margin:20px 40px 20px;
}
footer{
	padding-bottom: 2em;
}
footer a{
	color:var(--primary-cl);
}
/*Slider*/
.orar{

}
.bx-wrapper {
	box-shadow:none;
	border: none;
	background: transparent;
}
.bx-wrapper .bx-controls-direction a{
	text-indent: 0px;
	color:#ffffff;
	font-size:32px;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev{
	background:none;
}
@media all and (min-width:768px){
	h1{
		font-size:18px;
	}
	li, .social-icons a{
		margin:0 0 0 40px;
	}
	li:first-of-type, .social-icons a:first-child{
		margin-left:0;
	}
	.fs-sm{
		font-size: 24px;
	}
	.page-wrap{
		width: 95%;
		margin: auto;
	}
}

@media all and (min-width: 1024px){
	.page-wrap{
		width:900px;
	}
	h1, h2{
		font-size:24px;
	}
	.fs-sm{
		font-size: 20px !important;
	}
}