@charset "utf-8";
/* Content List
=======================================*/
/* Global Typography
=======================================*/
body {
	background:url(../img/body-bg.jpg) left top repeat;
	font-family: 'Droid Sans', sans-serif;
	font-size:62.5%;
	position:relative;
	line-height:1;
}
h1 {
	font-size:3em;
	margin-bottom:15px;color: #C93942;
    margin-bottom: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
	line-height:2;
}
h2 {
	font-size:2.2em;
	line-height:2;
	color:rgb(255,255,255);
	margin-bottom:15px;
	text-transform:capitalize;
}
h3 {
	font-size:1.8em;
	color:rgb(0,0,0);
	text-transform:capitalize;
	line-height:1.5;
}
h4 {
    font-size: 20px;
    margin-bottom: 16px;
}
h5 {
}
p {
	font-size:1.6em;
	line-height:1.3;
	margin-bottom:15px;
}
img {
	max-width:100%;
	height:auto;
	display:block;
}
a, blockquote {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
blockquote {
	color:rgb(255,255,255);
	font-size:1.5em;
	line-height:1.5;
	margin-bottom:15px;
	font-style:italic;
}
/* Global Form Elements
==============================================*/
label {
	display:block;
	font-size:1.3em;
	color:rgb(0,0,0);
	line-height:1.2;
	margin-bottom:5px;
}
.textbox, .button, textarea, select {
	width:100%;
	padding:3px 8px;
	font-size: 1.25em;
	color: rgb(80, 79, 79);
	line-height:1.2;
	height:35px;
	background:#fff;
	font-family: 'Droid Sans', sans-serif;
	box-sizing:border-box;
	border: 0px;
	border: 1px solid rgb(219, 219, 219);
}
.button {
	background-color:rgb(120,20,20);
	background-image:url(../img/search-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor:pointer;
}
/* Site Wide Content
==================================================*/
header, footer, #content {
	width:100%;
}
.main-page {
	width:100%;
	max-width:1194px;
	margin: 0 auto;
}
/* Header Section
==========================================*/
header {
	width:100%;
	display:inline-table;
	position:relative;
	


	padding-bottom: 15px;
	background-color: black;
}
.header-details {
	padding-top: 0px;
}
.contact-details {
	float: right;
}
.contact {
	float:right;
	padding: 25px 10px 9px 10px;
	clear:both;
	width: 78%;
}
.contact address {
	display:block;
	float: left;
}
.contact span {
	background:url(../img/location-icon.png) no-repeat;
	font-size:1.3em;
	color: rgb(255, 255, 255);
	margin-right: 10px;
	display:block;
	line-height:1.5;
	background-color: black;
	padding: 4px 24px;
	background-position: 1px 3px;
}
.contact a {
	color:rgb(255,255,255);
	font-weight:500;
	font-size:1.3em;
	line-height:1.5;
	padding: 4px 12px 4px 30px;
	display:block;
	background-color: black;
	float: left;
	margin-right: 10px;
	background-position: 4px 3px;
}
.phone {
	background:url(../img/phone-icon.png) no-repeat;
}
.email {
	background:url(../img/email-icon.png) no-repeat;
}
.language-selection {
	float:right;
	width:150px;
	padding-top:8px;
}
.language-selection .dd {
	margin-bottom:10px;
	background-color:rgb(255,255,255);
}
.language-selection .ddlabel {
	line-height:1.5;
	color:rgb(0,0,0);
}
.language-selection .dd .ddTitle .ddTitleText {
	padding-right:30px;
}
.header-content {
	padding:25px 0;
}
.logo {
	float:left;
	width: 15%;
	display:block;
	padding: 15px 20px;
	background-color: black;
}
#navigation {
	float:left;
	width: 77%;
	margin-top: 34px;
	position:relative;
	margin-left: 30px;
	background-color: rgb(32, 32, 32);
}
#navigation ul {
	float:left;
}
#navigation li {
	float:left;
	position:relative;
}
#navigation li a {
	text-align: center;
	padding: 0 18px 0 18px;
	font-size: 14px;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	line-height:3;
	border-right:1px solid rgba(255, 255, 255, 0.14);
}
#navigation li:hover a {
	text-decoration:none;
}
#navigation li:hover, #navigation li:active, #navigation li:focus, #navigation li.active {
	background: #bf9f62;
}
#navigation li.home a {
	background:url(../img/home-icon.png) center no-repeat;
	text-indent:-9999px;
	width:30px;
}
#navigation li.first-item {
	border-radius: inherit;
}
#navigation li.last-item a {
	border-right:none;
}
.sub-nav {
	min-width: 225px;
	position:absolute;
	top: 42px;
	left:0;
	z-index:10;
	background:url(../img/transparent-image.png) left top repeat;
}
#navigation li ul {
	padding-left:0;
	float:none;
	border: 1px solid rgb(61, 61, 61);
}
#navigation li ul li {
	padding:8px 8px 8px 12px;
	float:none;
	margin-left:0;
}
#navigation li ul li a {
	color:rgb(247,247,247);
	font-size:14px;
	line-height:1.5;
	display:block;
	border-right:0;
	background:none;
	border-radius:none;
	text-align:left;
}
#navigation li:hover .sub-nav {
}
#navigation li ul li:hover {
	border-left: 4px solid #bf9f62;
	padding-left:8px;
	background: black;
}
#navigation li ul li a:hover {
	background:none;
}
/* Footer Secction
=====================================================*/
footer {background-color:#000;
position:relative;
	padding: 15px 0px 0px 0px;
}
.footer-details {
	padding:15px;
	color:rgb(255,255,255);
}
.fprimary-section {
	padding-bottom:20px;
	margin-bottom:5px;
	border-bottom:1px solid #424242
}
.secondary-section {
	width:100%;
	margin-bottom:20px;
}
.footer-content {
	float:left;
	width:20%;
	margin-right:20px;
}
.footer-content h3 {
	color:#f9f9f9;
	text-transform:uppercase;
	font-size:2em;
	margin-bottom:15px;
}
.footer-content span {
	display:block;
}
.footer-content_foot {
    width: 18%;
}
.footer-content_foot img{
    height: 180px;
}
.footer-content address span, .footer-content address a, .call-us a {
	color:#f9f9f9;
	font-size:1.6em;
	line-height:1.5;
}
.footer-content address a {
	font-size:100%;
}
.about-detail {
	border-bottom:1px solid #424242;
	margin-bottom:20px;
	margin-right: 11px;
}
.about-detail p{font-size: 1.25em;
color: rgb(165, 165, 165);}
.about-detail p a {
	color:#f9f9f9;
}
 .about-detail p a:before{
	content:'[';}
	.about-detail p a:after{
		content:']';}
.mid-section {
	width:55%;
	margin-right:15px;
}
.footer-list {
	float:right;
	padding-top:15px;
}
.footer-list li {
	float:left;
	padding-left:10px;
}
.footer-list li a {
	display:block;
	text-transform:capitalize;
	font-size:1.3em;
	color:rgb(255,255,255);
}
.footer-list li a:hover {
	text-decoration:underline;
}
.footer-btm {
	padding:10px 0;
}
.copyright {
	float:left;
	color:rgb(255,255,255);
	font-size:1.3em;
	line-height:2;
	padding-top:7px;
	display:block;
}
.social-icon {
	float:left;
}
.social-icon li {
	float:left;
	padding: 8px 23px;
	margin-right: 5px;
	background-color: rgb(238, 238, 238);
}
.social-icon li.mo0{padding:0px;}
.social-icon li a {
	display:block;
}
.social-icon li span {
	float:left;
	font-size:1.24em;
	color: rgb(117, 117, 117);
	line-height:1.4;
	display:block;
	margin-left:10px;
}
.social-icon li span strong {
	display:block;
	font-size:120%;
	text-transform:uppercase;
}
.social-icon li a i {
}
.social-icon li a i.tripadvisor {
	background: url(../img/social-icon.png) -140px top no-repeat;
	float:left;
	display:block;
	height: 45px;
	min-width: 77px;
}
.social-icon li:hover i.tripadvisor {
	background: url(../img/social-icon.png) -140px -54px no-repeat;
}
.social-icon li a i.lonelyplanet {
	background: url(../img/social-icon.png) -59px top no-repeat;
	float:left;
	display:block;
	height: 45px;
	min-width:70px;
}
.social-icon li:hover i.lonelyplanet {
	background: url(../img/social-icon.png) -59px -56px no-repeat;
}
.social-icon li a i.facebook {
	background:url(../img/social-icon.png) left top no-repeat;
	float:left;

	display:block;
	height: 45px;
	min-width:42px;
}
.social-icon li:hover i.facebook {
	background: url(../img/social-icon.png) left -56px no-repeat;
}
.social-icon li a:hover span {
	color:#A4202A;
}
/* special offer
=================================================*/
.special-offer {
	width:21%;
	margin-right:0;
}
.special-offer span {
	font-size:1.3em;
	line-height:1.2;
	margin-bottom:12px;
}
.special-offer .btn {
	border: medium none;
	
	cursor: pointer;
	float: left;
	line-height: 2.8;
	margin: 0 auto 10px;
	text-align: center;
	width: 100px;
}
/* Clearfix Style
=====================================================*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix1 {
	display: block;
	width: 78%;
	margin-right: 15px;
}
.clearfix {
	display: block;
	
	margin-right: 15px;
}
img.fot{border: 2px solid #fff;}
ul.foot_in{}
ul.foot_in li{margin-bottom: 10px;}
.social{
    float: right;
    margin-top: 5px;
}
.social a{
    float: left;
    padding: 0px;
}
.social a img{
    opacity: 0.7;
}
.dp_01{float: left;
margin: 0px;
padding: 0px;
width: 22%;}
.dp_01 img{float: left;
border: 1px solid rgb(126, 126, 126);
margin: 2px;}
.foot_link{
    float: left;
    margin: 0px;
    padding: 0px;
	margin-left:50px;
    width: 17%;
}
.foot_link ul{
    margin: 0px;
    padding: 0px;
}
.foot_link ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.foot_link ul li a{
    font-size: 13px;
    color: silver;
    padding: 8px 0px;
    display: block;
    text-transform: uppercase;
}
.news_letter{
    float: left;
    margin-left: 20px;
    width: 30%;
}
.news_letter input{
    width: 99%;  padding: 3px 8px;  
    font-size: 12px;  color: rgb(80, 79, 79);  line-height: 1.2;  height: 35px;  background: #fff;  font-family: 'Droid Sans', sans-serif;  box-sizing: border-box;    border: 1px solid rgb(219, 219, 219);
    float: right;
}
.news_letter p{text-align:center;}
.news_letter p button{
    color: rgb(255,255,255);
text-align: center;
line-height: 2.2;
font-size: 12px;
background: #bf9f62;
padding: 5px 15px;
text-transform: uppercase;
border: none;
cursor: pointer;
margin: 0px;
margin-top: 10px;
}
.foot_so{
    float: left;
    width: 18%;
    margin-left: 30px;
}
.foot_so h4{}
.foot_so a{
    float: left;
    margin: 3px 3px;
}
.foot_so a img{}
ul.fot_fm{}
ul.fot_fm li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.btnjdh{float:right !important;}