/* fonts */

@font-face {
  font-family: 'hpsimplified_bold';
  src: url('../fonts/hpsimplified_bold.ttf')  format('truetype'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'hpsimplified_bolditalic';
  src: url('../fonts/hpsimplified_bolditalic.ttf')  format('truetype'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'hpsimplified_italic';
  src: url('../fonts/hpsimplified_italic.ttf')  format('truetype'); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'hpsimplified_light';
  src: url('../fonts/hpsimplified_light.ttf')  format('truetype'); /* IE9 Compat Modes */
}

/* <label class="custom-checkbox"><input type="checkbox" id="acord1"><span class="checkmark"></span> <span class="checkbox-label">Am citit și sunt de acord cu regulamentul campaniei.</span></label> */

html,body {
	margin: 0;
	padding: 0;
	font-family: 'hpsimplified_light';
	background-color:#F1F4F8;
	overflow-x: hidden;
}

h1,h2,h3 {
	color:#F7941D;
	font-family: 'hpsimplified_bold';
	font-size:54px;
}

h2 {
	font-size:42px;
	font-family: 'hpsimplified_bold';
}

h3 {
	font-size:26px;
	font-family: 'hpsimplified_bold';
}

p {
	font-size:22px;
	line-height: 32px;
}

.p-mare {
	font-size:28px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.buton, .buton:hover, .buton:visited {
	background-color:#f7941d;
	border-radius:5px;
	padding:7px 25px;
	color:#fff;
	text-decoration: none;
	font-size:26px;
	font-family: 'hpsimplified_bold';
}

p .bold {
	font-family: 'hpsimplified_bold';
}

.bg-orange {
	background-color:#F7941D;
}

.bg-orange img {
	position: relative;
	right:-40px;
}

.swiper-pagination-bullet-active {
	background:#F7941D!important;
}
.swiper-pagination-bullet {
	width:20px;
	height:20px;
}

.mediaslide {
	width:100%;
	padding:5px 10px;
}

.mediaslide > img {
	border-radius:15px;
	height: 500px;
	object-fit:cover;
}

.mediaslide .buton-verde {
	margin-top:-15px;
	color:#fff;
}

.mediaslide .buton-verde > svg {
	position: relative;
	top:-2px;
	margin-left:5px;
}

header {
	padding:5px 0;
	background-color:#fff;
	position: fixed;
	top:0;
	width:100%;
	left:0;
	z-index: 10;
}

.meniu a,.meniu a:hover,.meniu a:visited {
	font-size:28px;
	text-decoration: none;
	color: #000000;
	position: relative;
}

.meniu a:after { 
	opacity: 0;
	transition:.3s all;
	content:'';
	position: absolute;
	left:0; width:100%;
	bottom:2px;
	height:3px;
	background-color:#F7941D;
}

.meniu a.active:after {
	opacity: 1;
}

.white-container-shadow {
	box-shadow: 0px 3px 36px #0000000D;
	background-color:#fff;
	width:100%;
	padding:25px 15px;
	height: 100%;
	text-align: center;
}

footer {
	background-color:#F7941D;
	padding:40px 0;
}

.footer-links a,.footer-links a:hover,.footer-links a:visited, .footer-title {
	color:#fff;
	text-decoration: none;
	font-size:26px;
}

.container {
	max-width:1244px;
}

#nav-icon3 {
  width: 35px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  /*top:25px;*/
  left:0px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 7px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(3) {  
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span {
	background:#000;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

/* Customize the checkbox appearance */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  margin-top:15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

/* Style the checkbox input */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right:10px;
  background-color:#fff;
}

/* Style the checkmark icon */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Style the checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}

.logo-farmacie {
	transition:.3s all;
}
.logo-farmacie:hover {
	transform:scale(1.1);
}

.container-frunza,.container-grau {
	min-height: 100px;
}

.frunza {
	position:absolute;
	right:0;
	top:-80px;
	z-index: 0;
	text-align: right;
}

.grau {
	position:absolute;
	left:0;
	top:-30px;
	z-index: 0;
	text-align: left;
}

.frunza img {
	width:400px;
}

.grau img {
	width:550px;
}

@media only screen and (max-width:1570px) {

}	

@media only screen and (max-width:850px) {
	.frunza { position:relative; top:-30px; }
	.grau { top:0; }
	.container-frunza { min-height:50px; }
	.frunza img { width:60%; }
	.meniu a.active { background-color:#F7941D20; padding-top:5px; padding-bottom:5px; }
	p { font-size:18px; line-height:26px; }
	h2 { font-size:30px; }
	h3 { font-size:24px; }
	.p-mare { font-size:22px; }
	.bg-orange { padding-top:40px; }
	.bg-orange img { right:auto; bottom:-40px; width:80%; }
	.container-meniu { display:none }
	.meniu { text-align:center; }
}