/****************************************************************************************************
Radio Button and Checkbox css start here
****************************************************************************************************/

label {
    font-weight: normal;
    white-space: nowrap;
    width: 80%;
}

label + span {
    float: right;
	background:#d0e2c7;
	color:#3b3e3b;
	font-size:12px;
	padding:3px 3px;
	border-radius:3px;
}

label img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

label input {
    position: absolute;
    left: -1000px;
    opacity: 0;
}

label input + span {
    display: inline-block;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

label input + span + span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    white-space: normal;
    width: 90%;
}

label input:checked + span {
    border: 1px solid #be9d44;
}

label input:checked + span:after {
    content: "";
    background-color: #be9d44;
    height: 6px;
    width: 6px;
    display: block;
    margin: 3px;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	margin:0;
	padding:0;
	opacity:0;
	display:none;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display:block;
}
input[type=radio ]:not(old) + label > span {
	display: inline-block;
	width:15px;
	height:15px;
	margin:0px;
	border: 1px solid #bababa;
	border-radius : 10px;
	background : #fff;
	vertical-align : top;
}
input[type=checkbox]:not(old):checked + label > span, input[type=radio ]:not(old):checked + label > span {
	background-color: #fff;

}
input[type=radio]:not(old):checked + label > span > span {
	display: block;
	width:7px;
	height:7px;
	margin:3px;
	border-radius: 5px;
	background: #be9d44;
}


/****************************************************************************************************
Textfield & Button css start here
****************************************************************************************************/

.searchformfield {
	background:none;
	border:solid 0px #cecece;
	padding:15px 0px;
	font-size: 14px;
	color:#000;
    font-weight: 500;
	width:100%;
	border-radius:0px;
}
.searchformfield::-moz-placeholder {
	color:#000;
	opacity:1;
}
.searchformfield:-ms-input-placeholder {
	color:#000;
}
.searchformfield::-webkit-input-placeholder {
	color:#000;
}
.searchformfield:focus {
	outline: none;
}
.searchformfieldselect {
	padding: 15px 0px;
	font-size:14px;
	color:#000;
	width:100%;
	border:solid 0px #cecece;
    font-weight: 500;
	-webkit-appearance: none !important;
	background: url(../img/selectarrow1.png) no-repeat right center !important;
	border-radius:0px;
}
.searchformfieldselect:focus {
	outline: none;
}
.searchbtn {
	display:inline-block;
	padding:13px 10px;
	font-size:17px;
	color:#30210a;
	font-weight:700;
	text-align:center;
	background-image:none;
	border:none;
	background:#d4b768;
	border-radius: 5px 25px 25px 5px;
	width:100%;
    transition:0.4s;
}
.searchbtn:hover, .searchbtn:focus, .searchbtn.focus {
	background:#bda25a;
	text-decoration: none;
}
.addroombtn {
	padding:10px 10px;
	font-size:13px;
	color:#30210a;
	text-align: center;
	border:none;
	background:#d4b768;
	border-radius:5px;
}
.addroombtn:hover, .addroombtn:focus, .addroombtn.focus {
	background:#bda25a;
	color:#30210a;
	text-decoration:none;
}
.submit_btn1 {
	display:inline-block;
	padding:12px 15px;
	font-size:14px;
	line-height:14px;
	color:#071f45;
	text-align:center;
	border: solid 0px #fff;
	background:#efece4;
	border-radius:5px;
	transition:0.4s;
}
.submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
	text-decoration: none;
	background:#e1dcce;
}
.submit_btn2 {
	display:inline-block;
	padding: 10px 12px;
	font-size:13px;
	line-height:14px;
	color:#30210a;
    font-weight: 500;
	text-align:center;
	border:solid 0px #fff;
	background:#d4b768;
	border-radius: 5px;
	transition:0.4s;
}
.submit_btn2:hover, .submit_btn2:focus, .submit_btn2.focus {
	text-decoration: none;
	background:#bda25a;
}
.submit_btn3 {
	display:inline-block;
	padding:10px 20px;
	font-size:14px;
	line-height:18px;
	color:#fff;
	text-align:center;
	font-weight: 500;
	border:none;
	background:#071f45;
	border-radius:5px;
	transition:0.4s;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
	text-decoration: none;
	background:#02122b;
}
.submit_btn4 {
	display:inline-block;
	padding:10px 20px;
	font-size:14px;
	line-height:18px;
	color:#30210a;
	text-align:center;
	font-weight: 500;
	border:none;
	background:#d4b768;
	border-radius:5px;
	transition:0.4s;
}
.submit_btn4:hover, .submit_btn4:focus, .submit_btn4.focus {
	text-decoration: none;
	background:#bda25a;
}
.submit_btn5 {
	display:inline-block;
	padding:10px 15px;
	font-size:13px;
	line-height:18px;
	color:#fff;
    font-weight: 700;
	text-align:center;
	border:solid 0px #fff;
	background: #30210a;
	border-radius:5px;
	transition:0.4s;
}
.submit_btn5:hover, .submit_btn5:focus, .submit_btn5.focus {
	text-decoration: none;
	background:#1c1204;
	color:#fff;
}
.submit_btn6 {
	display:inline-block;
	padding:8px 15px;
	font-size:13px;
	line-height:18px;
	color:#30210a;
    font-weight: 500;
	text-align:center;
	border:solid 1px #d4b768;
	background: none;
	border-radius:5px;
	transition:0.4s;
}
.submit_btn6:hover, .submit_btn6:focus, .submit_btn6.focus {
	text-decoration: none;
	background:#d4b768;
	color:#30210a;
}
.genformlabel {
	margin-bottom:5px;	
}
.genformlabel label {
	font-size:13px;
	color:#000;
	line-height:18px;
	font-weight:400;	
}
.userloginbtn {
	padding: 6px 15px;
	font-size:13px;
	color: #30210a;
	text-align:center;
    text-transform: uppercase;
	border:solid 0px #687c99;
	background:#fff;
	border-radius:30px;
    transition:0.4s;
}
.userloginbtn:hover, .userloginbtn:focus, .userloginbtn.focus {
	background:#be9d44;
	color: #30210a;
	text-decoration: none;
}
.currencydropdown {
	padding: 0px 10px 0px 0px;
	font-size:13px;
	color:#fff;
	border:solid 0px #687c99;
	-webkit-appearance: none;
	background:url(../img/currencyselectarrow.png) no-repeat right center;
    background-color: none;
	border-radius:3px;
    text-transform: uppercase;
}
.currencydropdown:focus {
	outline: none;
}
.currencydropdown option {
	color:#000;	
}
.newslettertextfield {
	background: none;
	border: none;
	padding:10px 0px;
	font-size:13px;
	color:#fff;
	width:100%;
	border-radius: 0px;
}
.newslettertextfield:focus {
	outline: none;
}
.newslettertextfield::placeholder{
	color:#6c7e9b;
}
.newsletterbtn {
	width:24px;
	height:24px;
	background:#be9d44;
	border:solid 0px #c8dcda;
	border-radius: 100%;
	border-left: none;
	color: #fff;
	font-size: 12px;
    text-align: center;
}
.hotelsearchfield {
	border: solid 1px #f0ece2;
	padding-right:10px;
	padding-left:10px;
	font-size: 14px;
	color:#2b2729;
	width:100%;
	border-radius:5px 0px 0px 5px;
	background:#fff;
	height:40px;
}
.hotelsearchfield:focus {
	outline: none;
}
.searchformbtn {
    background: #f0ece2;
    width: 40px;
    border: none;
    padding: 0px 0px;
    font-size: 16px;
    color: #5e4c26;
    border-radius: 0px 5px 5px 0px;
    height: 40px;
}
.logintextfield {
	background:#fff;
	border:none;
	padding:0px 12px;
	font-size:14px;
	color:#000;
	width:100%;
	border-radius:5px;
	height:45px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}
.logintextfield::-moz-placeholder {
     color:#000;
     opacity:1;
}
.logintextfield:-ms-input-placeholder {
    color:#000;
}
.logintextfield::-webkit-input-placeholder {
    color:#000;
}
.logintextfield:focus {
	outline: none;
}

.submit_btn11 {
	display:inline-block;
	padding:5px 10px;
	font-size:12px;
	color:#080b01;
    font-weight: 400;
	text-align:center;
	border:solid 1px #e8e8e8;
	background: #f9f9f9;
	border-radius:3px;
	transition:0.4s;
    margin-bottom: 3px;
    line-height: normal;
}
.submit_btn11:hover, .submit_btn11:focus, .submit_btn11.focus {
	text-decoration: none;
	background:#e8e8e8;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 992px) {
	
.searchbtn {
	border-radius: 5px 5px 25px 25px;
}	
	
}

@media screen and (max-width : 767px) {

.userloginbtn {
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 0px 0px;
	border-radius:30px;
}    

}

  

