header {
	background-color:#262626;
	width:100%;
	padding:20px 0;
}

html,body {
	margin: 0;
	padding: 0;
	font-family: 'Khand', sans-serif;
	font-size:16px;
	overflow-x: hidden;
}

h1,h2,h3 {
	color:#eff098;
	font-family: 'Khand', sans-serif;
	font-size:54px;
}

h2 {
	font-size:32px;
	color:#FF0068;
	font-weight: bold;
}

h3 {
	font-size:32px;
}

p {
	font-size:16px;
}

.large-p {
	font-size:22px;
	font-weight: 500;
}

.large-p > span {
	font-weight: 600;
	color:#FF0068;
}

.buton-negru, .buton-negru:visited, .buton-negru:hover {
	background-color:#000;
	padding:8px 0 5px 0;
	box-sizing: border-box;
	width:100%;
	text-align: center;
	font-weight: bold;
	color:#fff;
	display: block;
	text-decoration: none;
	font-size:25px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.container {
	max-width:1240px;
}

input[type="text"],textarea,select {
	width:100%;
	border:none;
	background-color:#fff;
	font-size:25px;
	padding:5px 10px;
	box-sizing: border-box;
	margin-bottom:15px;
}

/* 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;
}

.buton-galben, .buton-galben:hover, .buton-galben:visited {
	background-color:#FFDC33;
	color:#000000;
	font-weight: bold;
	font-size:16px;
	padding:6px 30px 4px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin:0;
}

.yellow-bg {
	background-color:#FFDC33;
}

footer {
	background-color:#000000;
	padding:30px 0;
}

#more-text {
	display:none;
}

#nav-icon3 {
  width: 50px;
  height: 45px;
  -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: 8px;
  width: 100%;
  background: #1e2d7c;
  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;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(3) {  
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3.open span {
	background:#1e2d7c;
	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;
}

.ms-slider {
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  vertical-align: middle;
  -webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
          mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}
.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-name: wordSlider;
          animation-name: wordSlider;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.ms-slider__word {
  display: block;
  line-height: 1.3em;
  text-align: left;
}

@-webkit-keyframes wordSlider {
  0%, 15% {
    transform: translateY(0%);
  }
  15%, 30% {
    transform: translateY(-15%);
  }
  30%, 45% {
    transform: translateY(-30%);
  }
  45%, 60% {
    transform: translateY(-45%);
  }
  60%, 75% {
    transform: translateY(-60%);
  }
  75%, 90% {
    transform: translateY(-75%);
  }
  100% {
    transform: translateY(-90%);
  }
}

@keyframes wordSlider {
  0%, 15% {
    transform: translateY(0%);
  }
  15%, 30% {
    transform: translateY(-15%);
  }
  30%, 45% {
    transform: translateY(-30%);
  }
  45%, 60% {
    transform: translateY(-45%);
  }
  60%, 75% {
    transform: translateY(-60%);
  }
  75%, 90% {
    transform: translateY(-75%);
  }
  100% {
    transform: translateY(-90%);
  }
}

@media only screen and (max-width:1570px) {

}	

@media only screen and (max-width:850px) {
	.buton-galben {
		width:calc(50% - 10px);
	}
}