html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
label{
	display: block;
	margin-bottom: 7px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
body {

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
textarea,
input[type="text"],
input[type="email"]{
	background:transparent;
	border:none;
	border-bottom:1px solid #fff;
	width:100%;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:300;
	padding-bottom:5px;
	padding-right:10px;
	margin-bottom:25px;
	resize:none;
	outline:none;
	    box-sizing: border-box;
}
input[type="submit"]{
	background:#2d2d2d;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin:0 auto;
	display:block;
	outline:none;
	font-size:16px;
	font-weight:700;
	padding:7px 12px;
	border:none;
	    box-sizing: border-box;
}
span.wpcf7-not-valid-tip {
	  color: #000;
    font-size: 12px!important;
    font-weight: normal!important;
    display: block!important;
    margin-top: -8px!important;
    margin-bottom:10px!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border:none!important;
    color: black;
    font-weight: 700;
    font-size: 14px;

}
form {
	color:#fff;
	font-size:14px;
}
form > div {
	font-size:14px;
}
textarea{
	height:100px;
	    box-sizing: border-box;
}
textarea,
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
input.hidden{
	display:none;
}
input[type="submit"]{
	cursor: pointer;
}
p strong {
	font-weight:700;
}
body {
	 box-sizing: border-box;
		font-family: 'Montserrat', sans-serif;
    padding-top:25px;
    padding-bottom:50px;
		min-height: 100vh;
}
body.page-template-lp-gura-portitei {
	background-image:url('images/inscriere_trip to_01.jpg');
}
body.page-template-lp-events{
	background-image: unset;
	padding: 0;
}
body.page-template-lp-events section.lp-body{
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	padding-top:25px;
	padding-bottom:50px;
	min-height: 100vh;
	background-attachment: fixed;
}
select {
	width:100%;
	margin-bottom:20px;
	font-size:14px;
}
select:focus {
	color:#de5536!important;
}
.select {
	margin-bottom:20px;
	    outline: none!important;
    box-shadow: none!important;
}
.select2-results__option {
	font-size:12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background:#6336de;
}
.select2-search {
	display:none!important;
}
#logo {
	    max-height: 90px;
    display: block;
    margin: 0 auto;


}
.container {
	    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    overflow: hidden;
    padding: 0px 25px;
    box-sizing: border-box;
}

.left{
	float:left;
	max-width:665px;
	width:100%;
	background:#fff;
	min-height:685px;
}
.right{
	float:left;
	max-width:340px;
	width:100%;
	background:rgba(50,175,241,0.7);
	min-height:370px;
	margin-top:100px;
}
body.page-template-lp-ferma-dacilor .right{
	max-width: 425px;
	background: rgba(211, 82, 54, 0.7);
}
/* Style the tab */
.tab {
    overflow: hidden;
	margin-bottom:30px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
    width:24%;
    border-left:1px solid #000;
}
.tab button:first-child {
	border-left:none;
}
.tab.two-btns-tab button{
	width: 50%;
}
.tab.three-btns-tab button{
	width: 32%;
}
/* Change background color of buttons on hover */
.tab button:hover {
   color:#d35237;
}
.tab button.active{
	color:#d35237;
}
.tab img {
	max-width: 40px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.tab button img.orange {
	display:none;
}
.tab button.active img,
.tab button:hover img{
	display:none;
}
.tab button.active img.orange,
.tab button:hover img.orange{
	display:block;
}

/* Create an active/current tablink class */
.tab button.active {

}
.tabcontent {
	display:none;
}
/* Style the tab content */


.left .content {
	padding:40px 60px;
}

.left h1 {
	font-weight:700;
	font-size:22px;
	padding-bottom:20px;
	line-height:24px;
}

.left h2 {
	padding-bottom:25px;
	font-size:14px;
	font-weight:700;
}

.left p {
	padding-bottom:20px;
	font-size:14px;
	font-weight:300;
	line-height:17px;
}

.left .benefits {
 	padding-bottom:30px;
 	overflow:hidden;
}
.left .benefits li {
	    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}
.left .benefits.benefits-dacilor li span{
	word-break: break-word;
}
.left .benefits li img {
	max-width: 40px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.left .dacilor-rooms li {
	margin-bottom: 10px;
}
.left .dacilor-rooms li p{
	font-weight: 700;
}
.left .dacilor-rooms li img{
	width: 350px;
	height: auto;
}
.right .content {
	padding:30px 25px;
}
.right h1 {
	font-weight: 700;
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
}
.right .success-msg {
	display: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width:450px){
	body {
		background-size: cover;
 		 background-attachment: fixed;
    	background-repeat: no-repeat;
    	display: block;
    	height: auto;
	}
	.left {
		min-height:auto;
	}
	.left .content {
		padding:40px 20px;
	}
	.left, .right {
		width:100%;
		max-width:100%;
		float:none;
		margin-top:0px;
	}
	.tab button {
		    padding: 14px 5px;
		    font-size:10px;
	}
	.left .benefits li {
		width:50%;
		margin-bottom:20px;
	}
	.left .dacilor-rooms li img{
		width: 100%;
		height: auto;
	}
}
.waiting-list-only {
	display:block;
}
span.wpcf7-list-item {
	margin:0px!important;
	margin-bottom: 19px!important;
}
/* iCheck */

.icheckbox {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 2px;
    background: transparent;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;

    left: 0px;
   }
.iCheck-helper{
	position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 0px;
    opacity: 0;
    cursor: pointer;
}

.icheckbox:after {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    opacity: 0;
}
.icheckbox.checked:after {
	opacity:1;
}
.right.ferma-dacilor form .select-room label{
	display: block;
	margin-bottom: 10px;
}
.right.ferma-dacilor form .select-room{
	margin-bottom: 25px;
}
.right.ferma-dacilor form .select-room .select2-container--default .select2-selection--single{
	background-color: transparent!important;
	border:1px solid #fff;
}
.right.ferma-dacilor form .select-room .select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#fff;
}
.right.ferma-dacilor form .select-room .select2-container--default .select2-selection--single:focus{
	outline: none;
}
.right.ferma-dacilor form .select-room .select2-container--default{
	width: 100%;
}
body.page-template-lp-ferma-dacilor{
	background-image: url('images/ferma-dacilor.png');
	background-position: center;
}
.grecaptcha-badge{
	display: none!important;
}
#general table{
	text-align: left;
	height: auto!important;
}
#general table td span, #general table th span, #general table td{
	font-size: 14px;
	padding-bottom: 20px;
}
#general table p{
	padding-bottom: 0;
}
#rooms figure,
#rooms img{
	width: 100%!important;
	height: auto;
}
#rooms figcaption{
	font-size: 12px;
	margin-top:5px;
	margin-bottom: 20px;
	font-weight: 600;
  color: #b6b6b6;
}
@media(max-width:1025px){
	.left{
		max-width: 634px;
	}
}
@media(max-width:767px){
	#general table{
		width: 100%;
	}
	#general table td,
	#general table th{
		width: 34%;
		text-align: left;
	}
	#general table td span, #general table th span, #general table td, #general table p{
		font-size: 12px;
	}
	#rooms img{
		width: 100%;
		height: auto;
	}
}
@media(max-width:767px){
	body.page-id-1971 .tab button{
		width: 50%;
		border:0;
	}
}
