.header-itineraries .container-fluid{	padding:0px 40px;
}
.temperature small {
    display: block;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
}
.header-itineraries .main-menu nav > ul > li{
	margin: 0px 10px 0px 0px;
}

.golden-btn{
	background: #d6ad6e;
	color:#fff;
	border-color:#d6ad6e;
}

.inquiry-form{
	position:relative;
	top:-50px;
}
.grey-box-fields label{font-size:13px; text-transform:uppercase; font-weight:500;}
.grey-box-fields input[type=text]{
    border-radius: 0px;
    height: 45px;
    background: none;
    border-width: 2px;
}
.grey-box-fields select{
    border-radius: 0px;
    height: 45px;
    background: none;
    border-width: 2px;
}
.grey-box-fields input[type=submit] {
    height: 45px;
    margin-top: 30px;
    line-height: 45px;
    border-color: #ced4da;
    border-width: 2px;
}
.grey-box-fields input[type=submit]:hover{border-color:#000;}
.unwind-box {
    margin-left: 20px;
    position: relative;
}
.unwind-box:after{
	content: "";
    background: #f9f9f9;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: -20px;
    z-index: -1;
}
.unwind-box figure{margin:0px;}
.unwind-box h3{
	font-size:28px;
}
.unwind-box .price{
	font-size: 24px;
	margin-bottom:0px;
}
.unwind-box .price small{font-size:13px;}
.after-none li:before {
    content: "-";
    background: none;
    width: auto;
    height: auto;
    color: #555;
}
.after-none li{margin-bottom: 5px;}
.whole-text {padding: 15px 40px 25px 0px;}

.unwind-box a{font-size:13px;}
.unwind-box a:hover{color:#d6ad6e;}
