*{ box-sizing: border-box; }

a{ 
	text-decoration: none !important; 
	-webkit-transition: all 0.45s; 
	-moz-transition: all 0.45s; 
	transition: all 0.45s; 
}
/*#CDSWIDSSP{width: 100% !important;}*/
#Action_bar li i{ padding-right: 5px; }
.clear{ clear: both; }
.align-left{ text-align: left !important; }
.align-right{ text-align: right !important; }
.bullets{position: relative;}
.bullets li{
	position: relative;
}
.about-bullet ul.list_check li{margin-bottom: 6px !important;padding-left:20px !important;}
.about-bullet ul.list_check li:last-child:after{display: inline-block;}
.bullets li:after{
	content: "\f0da";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';

}
.day{
	margin-top: 15px;
	border: 1px solid #eee;
	padding: 15px;
}
.seightseen-main{
	border-bottom: 1px solid #eee;
}
.icon_box .icon_wrapper{border-color: #e4e4e4 !important;}
h1.custom_h1{
	padding: 18px 0;
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
	
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 15px !important;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    position: relative;
}

/* Float the list items side by side */
ul.tab li {
	float: left;
	position: relative;
	
}
ul.tab .centre-text{
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Icons 
-----------------------------------------------  */
i.fd, i.power, i.roomser, i.multi, i.in-house-kitchen, i.wifi, i.meeting, i.conference, i.party, i.laundry, i.tdesk, i.parking, i.doctor, i.coffee
,i.candledinner, i.lgarden, i.waiting, i.security, i.tt, i.carrom, i.games ,i.badminton, i.walks, i.bird, i.horse,
i.fishing, i.boating, i.kayaking, i.cycling, i.paragliding, i.hiking, i.lake, i.barbeque, i.bonfire ,i.music{ 

	-webkit-transition: all 0.45s; 
	-moz-transition: all 0.45s; 
	transition: all 0.45s; 
	width: 90px; height: 90px;
    display: block;
}

i.fd{
	background: url("../images/icons/fd.png") no-repeat center center;
}
i.power{
	background: url("../images/icons/power.png")no-repeat center center;
}
i.roomser{
	background: url("../images/icons/roomser.png")no-repeat center center;
}
i.multi{
	background: url("../images/icons/multi.png")no-repeat center center;
}
i.in-house-kitchen{
	background: url("../images/icons/in-house-kitchen.png")no-repeat center center;
}
i.wifi{
	background: url("../images/icons/wifi.png")no-repeat center center;
}
i.meeting{
	background: url("../images/icons/meeting.png")no-repeat center center;
}
i.conference{
	background: url("../images/icons/conference.png")no-repeat center center;
}
i.party{
	background: url("../images/icons/party.png")no-repeat center center;
}
i.laundry{
	background: url("../images/icons/laundry.png")no-repeat center center;
}
i.tdesk{
	background: url("../images/icons/tdesk.png")no-repeat center center;
}
i.parking
{
	background: url("../images/icons/parking.png")no-repeat center center;
}
i.doctor{
	background: url("../images/icons/doctor.png")no-repeat center center;
}
i.coffee{
	background: url("../images/icons/coffee.png")no-repeat center center;
}
i.candledinner{
	background: url("../images/icons/candledinner.png")no-repeat center center;
}
i.lgarden{
	background: url("../images/icons/lgarden.png")no-repeat center center;
}
i.waiting{
	background: url("../images/icons/waiting.png")no-repeat center center;
}
i.security{
	background: url("../images/icons/security.png")no-repeat center center;
}
i.tt{
	background: url("../images/icons/tt.png")no-repeat center center;
}
i.carrom{
	background: url("../images/icons/carrom.png")no-repeat center center;
}
i.games{
	background: url("../images/icons/games.png")no-repeat center center;
}
i.badminton{
	background: url("../images/icons/badminton.png")no-repeat center center;
}
i.walks{
	background: url("../images/icons/walks.png")no-repeat center center;
}
i.bird{
	background: url("../images/icons/bird.png")no-repeat center center;
}
i.horse{
	background: url("../images/icons/horse.png")no-repeat center center;
}
i.fishing{
	background: url("../images/icons/fishing.png")no-repeat center center;
}
i.kayaking{
	background: url("../images/icons/boating.png")no-repeat center center;
}
i.boating{
	background: url("../images/icons/kayaking.png")no-repeat center center;
}
i.cycling{
	background: url("../images/icons/cycling.png")no-repeat center center;
}
i.paragliding{
	background: url("../images/icons/paragliding.png")no-repeat center center;
}
i.hiking{
	background: url("../images/icons/hiking.png")no-repeat center center;
}
i.lake{
	background: url("../images/icons/lake.png")no-repeat center center;
}
i.barbeque{
	background: url("../images/icons/barbeque.png")no-repeat center center;
}
i.bonfire{
	background: url("../images/icons/bonfire.png")no-repeat center center;
}
i.music{
	background: url("../images/icons/music.png")no-repeat center center;
}


.icon_box:hover i.fd{
		background: url("../images/icons/fd-w.png") no-repeat center center;
}
.icon_box:hover i.power{
		background: url("../images/icons/power-w.png") no-repeat center center;
}
.icon_box:hover i.roomser{
		background: url("../images/icons/roomser-w.png") no-repeat center center;
}
.icon_box:hover i.multi{
		background: url("../images/icons/multi-w.png") no-repeat center center;
}
.icon_box:hover i.in-house-kitchen{
		background: url("../images/icons/in-house-kitchen-w.png") no-repeat center center;
}
.icon_box:hover i.wifi{
		background: url("../images/icons/wifi-w.png") no-repeat center center;
}
.icon_box:hover i.meeting{
		background: url("../images/icons/meeting-w.png") no-repeat center center;
}
.icon_box:hover i.conference{
		background: url("../images/icons/conference-w.png") no-repeat center center;
}
.icon_box:hover i.party{
		background: url("../images/icons/party-w.png") no-repeat center center;
}
.icon_box:hover i.laundry{
		background: url("../images/icons/laundry-w.png") no-repeat center center;
}
.icon_box:hover i.tdesk{
		background: url("../images/icons/tdesk-w.png") no-repeat center center;
}
.icon_box:hover i.parking{
		background: url("../images/icons/parking-w.png") no-repeat center center;
}
.icon_box:hover i.doctor{
		background: url("../images/icons/doctor-w.png") no-repeat center center;
}
.icon_box:hover i.coffee{
		background: url("../images/icons/coffee-w.png") no-repeat center center;
}
.icon_box:hover i.candledinner{
		background: url("../images/icons/candledinner-w.png") no-repeat center center;
}
.icon_box:hover i.lgarden{
		background: url("../images/icons/lgarden-w.png") no-repeat center center;
}
.icon_box:hover i.waiting{
		background: url("../images/icons/waiting-w.png") no-repeat center center;
}
.icon_box:hover i.security{
		background: url("../images/icons/security-w.png") no-repeat center center;
}
.icon_box:hover i.tt{
		background: url("../images/icons/tt-w.png") no-repeat center center;
}
.icon_box:hover i.carrom{
		background: url("../images/icons/carrom-w.png") no-repeat center center;
}
.icon_box:hover i.games{
		background: url("../images/icons/games-w.png") no-repeat center center;
}
.icon_box:hover i.badminton{
		background: url("../images/icons/badminton-w.png") no-repeat center center;
}
.icon_box:hover i.walks{
		background: url("../images/icons/walks-w.png") no-repeat center center;
}
.icon_box:hover i.bird{
		background: url("../images/icons/bird-w.png") no-repeat center center;
}
.icon_box:hover i.horse{
		background: url("../images/icons/horse-w.png") no-repeat center center;
}
.icon_box:hover i.fishing{
		background: url("../images/icons/fishing-w.png") no-repeat center center;
}
.icon_box:hover i.kayaking{
		background: url("../images/icons/boating-w.png") no-repeat center center;
}
.icon_box:hover i.boating{
		background: url("../images/icons/kayaking-w.png") no-repeat center center;
}
.icon_box:hover i.cycling{
		background: url("../images/icons/cycling-w.png") no-repeat center center;
}
.icon_box:hover i.paragliding{
		background: url("../images/icons/paragliding-w.png") no-repeat center center;
}
.icon_box:hover i.hiking{
		background: url("../images/icons/hiking-w.png") no-repeat center center;
}
.icon_box:hover i.lake{
		background: url("../images/icons/lake-w.png") no-repeat center center;
}
.icon_box:hover i.barbeque{
		background: url("../images/icons/barbeque-w.png") no-repeat center center;
}
.icon_box:hover i.bonfire{
		background: url("../images/icons/bonfire-w.png") no-repeat center center;
}
.icon_box:hover i.music{
		background: url("../images/icons/music-w.png") no-repeat center center;
}





/* Owl Carousal 
-----------------------------------------------  */

.item{ width: 100%; margin: 0; }

.owl-custom{ position: relative !important; }

.owl-custom a{ 
	position: absolute;
	display: inline-block;
	padding: 7px 3px;
	background: #5887B9;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-custom a:hover{ background: #111; }

.owl-custom a i{ color: #FFF; font-size: 17px; }
.owl-custom a.left{
	left: 0 ;
}

.owl-custom a.right{
	right: 0 ;
}

ul.feature li{ list-style: disc; list-style-position: inside; }

/* Header 
-----------------------------------------------  */

#Action_bar { background: rgba(0,0,0,0.5); }
#Action_bar .contact_details li a,
#Action_bar li i,
#Action_bar .custom-ul li a{ color: #fff !important; font-size: 12px;}


/* Sitemap-tab
=====================  */ 
.sitemap-tab{ padding-left: 20px; }
.sitemap-tab li a{ padding: 5px 0; font-size: 16px;}


/*	Rooms
------------------------------------------------  */

/*.custom-i{ display: inline-block !important; padding-left: 5px;}*/

@media only screen and (max-width: 320px){
	.article_box.custom_desc .photo_wrapper, .article_box.custom_desc .desc_wrapper{ width: 100% !important; text-align: center; }
	span.p_r{ padding-right: 0px; display: block !important;}
}
.desc_wrapper .custom-a{ display: inline-block; }

/* Tariff
===========================  */ 

.tariff-title{ width: 50%; float: left; padding: 3px 0; }
.detail{ width: 50%; float: right; position: relative; padding: 3px 0;}
.detail::before{content: ':'; position: absolute; left: 0px; top: 3px; color: inherit;}
.tariff-title, .detail{ font-weight: 500; } 

.padding-15{ padding: 15px; }

h5.custom-h5{ position: relative; padding-left: 18px;}
h5.custom-h5::before{ content: '\e882'; font-family: "mfn-icons"; position: absolute; top: 1px; left: 0;}

ul li.tariff{ list-style: disc; list-style-position: inside; padding: 3px 0;}

span.p_r{ padding-right: 20px; display: inline-block;}

/*  Our Hotels
------------------------------------------------  */
.desc.our_hotel span{ font-size: 14px; display: block; margin-bottom: 5px; word-break: break-all;}
.desc.our_hotel span i{ margin-right: 15px; }

/* packages
-------------------------------------------------  */
.our_hotel ul{ padding: 10px 0; }
.our_hotel ul li{
	position: relative;
	padding: 3px 0 3px 10px;
	font-size: 14px;
}
.our_hotel ul li:before{
	content: '\e876'; 
	font-family: "mfn-icons"; 
	position: absolute;
	top: 3px;
	font-size: 13px;
	left: 0;
}
.img_packages{ width: 96%; margin: 0 2%; }


/*  Social Div
------------------------------------------------  */

.custom-relative{
	position: relative;
	width: 100%;
}

.custom-relative .column.one{ margin-bottom: 0!important;}
.custom-fixed{
	width: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.social-foot{
	background:#FFF;
	
		color:#fff;
		overflow:hidden;
		-webkit-box-shadow: 0px -4px 24px -4px rgba(0,0,0,0.30);
		-moz-box-shadow: 0px -4px 24px -4px rgba(0,0,0,0.30);
		box-shadow: 0px -4px 24px -4px rgba(0,0,0,0.30);
}

.social-foot .number{
		text-align : left;
		float:left;
		width:25%;	
		color:#302d36;
		padding: 18px 20px;
		line-height:35px;
}

.social-foot .number i{
	vertical-align:middle;
	margin-right:10px;
	font-size:20px;
	line-height: 32px;
	color:inherit;
	line-height:inherit;
}

.social-foot .number span{
	vertical-align:middle;
	font-size:14px;
	font-weight:400;
	line-height :32px;
	color:inherit;
	line-height:inherit;
}

.social-foot .booking-txt{
		float:left;
		width:50%;	
		text-align:center;
		color:#302d36;
		padding: 15px 20px;
}

/*************************/
 
.social-foot .booking-txt a{
	display:inline-block;
	padding: 11px 20px;
	background: #5887B9;
	color: #fff;
	position: relative;
    z-index: 2;
	border-radius: 5px;
	vertical-align:middle;
}

.social-foot .booking-txt a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    background: rgba(0,0,0,.13);
}

.social-foot .booking-txt a:hover::after{
	width: 100%;
}

.social-foot .booking-txt strong{
	margin-right : 10px;
	font-size    : 14px;
	font-weight:normal !important;
	color:inherit;
	vertical-align:middle;
}
/********************************/

.social-foot .social-icns{
		font-size  : 0;
		text-align : right;
		float:right;
		width:25%;
		padding: 10px 20px;
}
.social-foot .social-icns a:first-child{
		display    : inline-block;
		margin     : 0 0 0 0px;
}
.social-foot .social-icns a{
		display    : inline-block;
		margin     : 0 0 0 5px;
		padding    : 3px;
		background : #eee;
}

.social-foot .social-icns a:hover{
	background : #6b6b6b;
	color:#fff;
}

.social-foot .social-icns a i{
	display: block;
	height:25px !important;
	width:25px !important;
	-webkit-transition:linear 500ms;
	-moz-transition:linear 500ms;
	-o-transition:linear 500ms;
	transition:linear 500ms;
}
.social-foot .social-icns a i.facebook{
	background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%233B5998%22%20d%3D%22M11.298%2C7.099V5.648c0-0.218%2C0.01-0.386%2C0.03-0.506c0.02-0.119%2C0.066-0.237%2C0.138-0.353%0D%0A%09%09s0.187-0.196%2C0.347-0.24c0.16-0.044%2C0.373-0.066%2C0.639-0.066h1.451V1.582h-2.319c-1.342%2C0-2.306%2C0.318-2.891%2C0.955%0D%0A%09%09C8.107%2C3.174%2C7.815%2C4.112%2C7.815%2C5.352v1.747H6.076V10h1.737v8.418h3.484V10h2.319l0.307-2.901%0D%0A%09%09C13.924%2C7.099%2C11.298%2C7.099%2C11.298%2C7.099z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;
}

.social-foot .social-icns a:hover i.facebook{
	background : url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M11.298%2C7.099V5.648c0-0.218%2C0.01-0.386%2C0.03-0.506c0.02-0.119%2C0.066-0.237%2C0.138-0.353s0.187-0.196%2C0.347-0.24%0D%0A%09%09c0.16-0.044%2C0.373-0.066%2C0.639-0.066h1.451V1.582h-2.319c-1.342%2C0-2.306%2C0.318-2.891%2C0.955C8.107%2C3.174%2C7.815%2C4.112%2C7.815%2C5.352%0D%0A%09%09v1.747H6.076V10h1.737v8.418h3.484V10h2.319l0.307-2.901C13.924%2C7.099%2C11.298%2C7.099%2C11.298%2C7.099z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;
}

.social-foot .social-icns a i.gplus{
	background : url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23DD4B39%22%20d%3D%22M11.282%2C12.326c-0.181-0.242-0.38-0.467-0.598-0.675c-0.218-0.207-0.436-0.397-0.653-0.568%0D%0A%09%09%09%09c-0.218-0.17-0.417-0.334-0.598-0.491c-0.181-0.157-0.327-0.319-0.44-0.49c-0.112-0.17-0.169-0.345-0.169-0.521%0D%0A%09%09%09%09c0-0.246%2C0.078-0.475%2C0.235-0.69c0.157-0.215%2C0.347-0.422%2C0.572-0.623c0.224-0.201%2C0.449-0.421%2C0.675-0.659%0D%0A%09%09%09%09c0.224-0.239%2C0.416-0.553%2C0.572-0.945c0.157-0.392%2C0.235-0.84%2C0.235-1.344c0-0.599-0.133-1.175-0.399-1.727%0D%0A%09%09%09%09c-0.265-0.552-0.64-0.981-1.123-1.287h1.379l1.379-0.807H7.885c-0.634%2C0-1.27%2C0.069-1.91%2C0.205%0D%0A%09%09%09%09c-0.946%2C0.211-1.744%2C0.693-2.39%2C1.445s-0.97%2C1.605-0.97%2C2.559c0%2C1.008%2C0.363%2C1.845%2C1.088%2C2.513s1.596%2C1.001%2C2.61%2C1.001%0D%0A%09%09%09%09c0.205%2C0%2C0.442-0.017%2C0.715-0.051C7.014%2C9.226%2C6.99%2C9.3%2C6.955%2C9.391c-0.034%2C0.093-0.06%2C0.165-0.081%2C0.22%0D%0A%09%09%09%09c-0.02%2C0.054-0.037%2C0.12-0.051%2C0.199c-0.013%2C0.078-0.02%2C0.158-0.02%2C0.24c0%2C0.45%2C0.218%2C0.957%2C0.653%2C1.522%0D%0A%09%09%09%09c-0.517%2C0.013-1.028%2C0.059-1.532%2C0.139c-0.504%2C0.078-1.032%2C0.201-1.584%2C0.368c-0.552%2C0.166-1.045%2C0.409-1.481%2C0.726%0D%0A%09%09%09%09c-0.436%2C0.317-0.763%2C0.693-0.981%2C1.129C1.625%2C14.438%2C1.5%2C14.897%2C1.5%2C15.313c0%2C0.457%2C0.102%2C0.87%2C0.306%2C1.241%0D%0A%09%09%09%09c0.205%2C0.371%2C0.466%2C0.675%2C0.787%2C0.909c0.319%2C0.235%2C0.689%2C0.433%2C1.109%2C0.593c0.418%2C0.16%2C0.834%2C0.275%2C1.246%2C0.342%0D%0A%09%09%09%09C5.36%2C18.467%2C5.766%2C18.5%2C6.169%2C18.5c1.826%2C0%2C3.255-0.446%2C4.291-1.338c0.953-0.832%2C1.431-1.791%2C1.431-2.882%0D%0A%09%09%09%09c0-0.388-0.057-0.751-0.169-1.088C11.61%2C12.856%2C11.463%2C12.567%2C11.282%2C12.326z%20M7.345%2C8.613c-0.347%2C0-0.677-0.088-0.991-0.265%0D%0A%09%09%09%09c-0.313-0.177-0.58-0.407-0.798-0.69c-0.218-0.282-0.409-0.6-0.571-0.955C4.821%2C6.349%2C4.701%2C5.994%2C4.622%2C5.64%0D%0A%09%09%09%09C4.544%2C5.286%2C4.504%2C4.948%2C4.504%2C4.629c0-0.653%2C0.174-1.216%2C0.521-1.686s0.838-0.705%2C1.472-0.705c0.45%2C0%2C0.857%2C0.14%2C1.221%2C0.418%0D%0A%09%09%09%09c0.364%2C0.28%2C0.651%2C0.634%2C0.858%2C1.063s0.368%2C0.874%2C0.48%2C1.333s0.169%2C0.894%2C0.169%2C1.303c0%2C0.681-0.148%2C1.228-0.445%2C1.641%0D%0A%09%09%09%09C8.484%2C8.405%2C8.005%2C8.613%2C7.345%2C8.613z%20M10.17%2C16.284c-0.187%2C0.321-0.441%2C0.57-0.762%2C0.751s-0.663%2C0.313-1.027%2C0.399%0D%0A%09%09%09%09s-0.747%2C0.128-1.15%2C0.128c-0.436%2C0-0.869-0.051-1.298-0.153s-0.84-0.257-1.232-0.465c-0.392-0.207-0.709-0.494-0.95-0.858%0D%0A%09%09%09%09c-0.242-0.364-0.363-0.777-0.363-1.241c0-0.409%2C0.092-0.774%2C0.276-1.093c0.183-0.319%2C0.418-0.576%2C0.705-0.766%0D%0A%09%09%09%09c0.286-0.191%2C0.62-0.347%2C1.001-0.47s0.75-0.207%2C1.103-0.256c0.354-0.048%2C0.715-0.071%2C1.082-0.071c0.224%2C0%2C0.395%2C0.007%2C0.511%2C0.02%0D%0A%09%09%09%09c0.041%2C0.028%2C0.145%2C0.099%2C0.312%2C0.215c0.166%2C0.116%2C0.28%2C0.194%2C0.337%2C0.235c0.058%2C0.041%2C0.164%2C0.119%2C0.317%2C0.235%0D%0A%09%09%09%09c0.153%2C0.116%2C0.263%2C0.202%2C0.327%2C0.26c0.065%2C0.058%2C0.158%2C0.145%2C0.281%2C0.26c0.123%2C0.116%2C0.213%2C0.216%2C0.271%2C0.301%0D%0A%09%09%09%09c0.058%2C0.084%2C0.129%2C0.189%2C0.215%2C0.312s0.145%2C0.24%2C0.178%2C0.352c0.034%2C0.112%2C0.066%2C0.235%2C0.096%2C0.368s0.046%2C0.271%2C0.046%2C0.414%0D%0A%09%09%09%09C10.449%2C15.59%2C10.357%2C15.964%2C10.17%2C16.284z%22%2F%3E%0D%0A%09%09%09%3Cpolygon%20fill%3D%22%23DD4B39%22%20points%3D%2215.885%2C4.117%2015.885%2C1.501%2014.577%2C1.501%2014.577%2C4.117%2011.962%2C4.117%2011.962%2C5.424%2014.577%2C5.424%20%0D%0A%09%09%09%0914.577%2C8.04%2015.885%2C8.04%2015.885%2C5.424%2018.5%2C5.424%2018.5%2C4.117%20%09%09%09%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;
}

.social-foot .social-icns a:hover i.gplus{
	background : url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M11.282%2C12.326c-0.181-0.242-0.38-0.467-0.598-0.675c-0.218-0.207-0.436-0.397-0.653-0.568%0D%0A%09%09%09c-0.218-0.17-0.417-0.334-0.598-0.491c-0.181-0.157-0.327-0.319-0.44-0.49c-0.112-0.17-0.169-0.345-0.169-0.521%0D%0A%09%09%09c0-0.246%2C0.078-0.475%2C0.235-0.69c0.157-0.215%2C0.347-0.422%2C0.572-0.623c0.224-0.201%2C0.449-0.421%2C0.675-0.659%0D%0A%09%09%09c0.224-0.239%2C0.416-0.553%2C0.572-0.945c0.157-0.392%2C0.235-0.84%2C0.235-1.344c0-0.599-0.133-1.175-0.399-1.727%0D%0A%09%09%09c-0.265-0.552-0.64-0.981-1.123-1.287h1.379l1.379-0.807H7.885c-0.634%2C0-1.27%2C0.069-1.91%2C0.205%0D%0A%09%09%09c-0.946%2C0.211-1.744%2C0.693-2.39%2C1.445s-0.97%2C1.605-0.97%2C2.559c0%2C1.008%2C0.363%2C1.845%2C1.088%2C2.513s1.596%2C1.001%2C2.61%2C1.001%0D%0A%09%09%09c0.205%2C0%2C0.442-0.017%2C0.715-0.051C7.014%2C9.226%2C6.99%2C9.3%2C6.955%2C9.391c-0.034%2C0.093-0.06%2C0.165-0.081%2C0.22%0D%0A%09%09%09c-0.02%2C0.054-0.037%2C0.12-0.051%2C0.199c-0.013%2C0.078-0.02%2C0.158-0.02%2C0.24c0%2C0.45%2C0.218%2C0.957%2C0.653%2C1.522%0D%0A%09%09%09c-0.517%2C0.013-1.028%2C0.059-1.532%2C0.139c-0.504%2C0.078-1.032%2C0.201-1.584%2C0.368c-0.552%2C0.166-1.045%2C0.409-1.481%2C0.726%0D%0A%09%09%09c-0.436%2C0.317-0.763%2C0.693-0.981%2C1.129C1.625%2C14.438%2C1.5%2C14.897%2C1.5%2C15.313c0%2C0.457%2C0.102%2C0.87%2C0.306%2C1.241%0D%0A%09%09%09c0.205%2C0.371%2C0.466%2C0.675%2C0.787%2C0.909c0.319%2C0.235%2C0.689%2C0.433%2C1.109%2C0.593c0.418%2C0.16%2C0.834%2C0.275%2C1.246%2C0.342%0D%0A%09%09%09C5.36%2C18.467%2C5.766%2C18.5%2C6.169%2C18.5c1.826%2C0%2C3.255-0.446%2C4.291-1.338c0.953-0.832%2C1.431-1.791%2C1.431-2.882%0D%0A%09%09%09c0-0.388-0.057-0.751-0.169-1.088C11.61%2C12.856%2C11.463%2C12.567%2C11.282%2C12.326z%20M7.345%2C8.613c-0.347%2C0-0.677-0.088-0.991-0.265%0D%0A%09%09%09c-0.313-0.177-0.58-0.407-0.798-0.69c-0.218-0.282-0.409-0.6-0.571-0.955C4.821%2C6.349%2C4.701%2C5.994%2C4.622%2C5.64%0D%0A%09%09%09C4.544%2C5.286%2C4.504%2C4.948%2C4.504%2C4.629c0-0.653%2C0.174-1.216%2C0.521-1.686s0.838-0.705%2C1.472-0.705c0.45%2C0%2C0.857%2C0.14%2C1.221%2C0.418%0D%0A%09%09%09c0.364%2C0.28%2C0.651%2C0.634%2C0.858%2C1.063s0.368%2C0.874%2C0.48%2C1.333s0.169%2C0.894%2C0.169%2C1.303c0%2C0.681-0.148%2C1.228-0.445%2C1.641%0D%0A%09%09%09C8.484%2C8.405%2C8.005%2C8.613%2C7.345%2C8.613z%20M10.17%2C16.284c-0.187%2C0.321-0.441%2C0.57-0.762%2C0.751s-0.663%2C0.313-1.027%2C0.399%0D%0A%09%09%09s-0.747%2C0.128-1.15%2C0.128c-0.436%2C0-0.869-0.051-1.298-0.153s-0.84-0.257-1.232-0.465c-0.392-0.207-0.709-0.494-0.95-0.858%0D%0A%09%09%09c-0.242-0.364-0.363-0.777-0.363-1.241c0-0.409%2C0.092-0.774%2C0.276-1.093c0.183-0.319%2C0.418-0.576%2C0.705-0.766%0D%0A%09%09%09c0.286-0.191%2C0.62-0.347%2C1.001-0.47s0.75-0.207%2C1.103-0.256c0.354-0.048%2C0.715-0.071%2C1.082-0.071c0.224%2C0%2C0.395%2C0.007%2C0.511%2C0.02%0D%0A%09%09%09c0.041%2C0.028%2C0.145%2C0.099%2C0.312%2C0.215c0.166%2C0.116%2C0.28%2C0.194%2C0.337%2C0.235c0.058%2C0.041%2C0.164%2C0.119%2C0.317%2C0.235%0D%0A%09%09%09c0.153%2C0.116%2C0.263%2C0.202%2C0.327%2C0.26c0.065%2C0.058%2C0.158%2C0.145%2C0.281%2C0.26c0.123%2C0.116%2C0.213%2C0.216%2C0.271%2C0.301%0D%0A%09%09%09c0.058%2C0.084%2C0.129%2C0.189%2C0.215%2C0.312s0.145%2C0.24%2C0.178%2C0.352c0.034%2C0.112%2C0.066%2C0.235%2C0.096%2C0.368s0.046%2C0.271%2C0.046%2C0.414%0D%0A%09%09%09C10.449%2C15.59%2C10.357%2C15.964%2C10.17%2C16.284z%22%2F%3E%0D%0A%09%09%3Cpolygon%20points%3D%2215.885%2C4.117%2015.885%2C1.501%2014.577%2C1.501%2014.577%2C4.117%2011.962%2C4.117%2011.962%2C5.424%2014.577%2C5.424%2014.577%2C8.04%20%0D%0A%09%09%0915.885%2C8.04%2015.885%2C5.424%2018.5%2C5.424%2018.5%2C4.117%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;
}

.social-foot .social-icns a i.tripadvisor{
	background : url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2024%2020%22%20enable-background%3D%22new%200%200%2024%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23589442%22%20d%3D%22M14.624%2C3.326c0.649%2C0.092%2C1.285%2C0.255%2C1.913%2C0.448c1.097%2C0.337%2C2.131%2C0.807%2C3.104%2C1.415%0D%0A%09%09%09c0.068%2C0.042%2C0.158%2C0.069%2C0.237%2C0.069c1.143%2C0.005%2C2.285%2C0.003%2C3.428%2C0.004c0.092%2C0%2C0.183%2C0.01%2C0.275%2C0.015%0D%0A%09%09%09c0%2C0.022%2C0.003%2C0.032%2C0%2C0.037c-0.053%2C0.082-0.108%2C0.163-0.161%2C0.245c-0.388%2C0.595-0.719%2C1.216-0.915%2C1.904%0D%0A%09%09%09c-0.021%2C0.074-0.026%2C0.136%2C0.024%2C0.208c1.018%2C1.461%2C1.342%2C3.065%2C0.917%2C4.794c-0.373%2C1.517-1.242%2C2.699-2.563%2C3.536%0D%0A%09%09%09c-0.944%2C0.599-1.987%2C0.884-3.101%2C0.89c-0.468%2C0.003-0.934-0.06-1.392-0.178c-1.114-0.289-2.069-0.844-2.857-1.686%0D%0A%09%09%09c-0.104-0.11-0.202-0.226-0.312-0.351c-0.417%2C0.62-0.826%2C1.231-1.245%2C1.857c-0.418-0.624-0.822-1.229-1.225-1.831%0D%0A%09%09%09c-0.028%2C0.015-0.036%2C0.016-0.042%2C0.021c-0.009%2C0.008-0.017%2C0.016-0.024%2C0.025c-0.952%2C1.124-2.149%2C1.813-3.609%2C2.044%0D%0A%09%09%09c-0.812%2C0.129-1.615%2C0.082-2.404-0.135c-1.117-0.307-2.067-0.896-2.834-1.767c-0.75-0.851-1.216-1.837-1.391-2.96%0D%0A%09%09%09c-0.201-1.048%2C0.044-2.058%2C0.105-2.302C0.73%2C8.915%2C1.038%2C8.26%2C1.46%2C7.659c0.03-0.043%2C0.04-0.118%2C0.026-0.17%0D%0A%09%09%09C1.313%2C6.857%2C1.017%2C6.283%2C0.669%2C5.732c-0.088-0.14-0.194-0.269-0.292-0.404c0-0.016%2C0-0.031%2C0-0.047%0D%0A%09%09%09c0.019%2C0.002%2C0.039%2C0.006%2C0.058%2C0.006c1.17%2C0%2C2.338%2C0.001%2C3.508-0.001c0.051%2C0%2C0.108-0.021%2C0.151-0.048%0D%0A%09%09%09c0.822-0.527%2C1.697-0.945%2C2.616-1.269c0.663-0.235%2C1.34-0.417%2C2.031-0.55c0.669-0.129%2C1.341-0.22%2C2.02-0.266%0D%0A%09%09%09C12.42%2C3.028%2C13.743%2C3.203%2C14.624%2C3.326z%20M13.158%2C11.05c0%2C2.568%2C2.083%2C4.666%2C4.642%2C4.656c2.568-0.009%2C4.643-2.049%2C4.641-4.645%0D%0A%09%09%09c-0.002-2.676-2.173-4.686-4.741-4.635C15.166%2C6.479%2C13.181%2C8.522%2C13.158%2C11.05z%20M6.195%2C6.409%0D%0A%09%09%09C3.697%2C6.387%2C1.52%2C8.472%2C1.563%2C11.127c0.041%2C2.476%2C2.082%2C4.576%2C4.684%2C4.554c2.545-0.021%2C4.589-2.1%2C4.594-4.616%0D%0A%09%09%09C10.846%2C8.48%2C8.775%2C6.409%2C6.195%2C6.409z%20M6.425%2C5.197c1.411%2C0.086%2C2.65%2C0.578%2C3.698%2C1.53c1.045%2C0.951%2C1.657%2C2.136%2C1.88%2C3.53%0D%0A%09%09%09c0.229-1.378%2C0.825-2.553%2C1.851-3.493c1.027-0.942%2C2.25-1.436%2C3.638-1.541c-1.647-0.733-3.384-1.043-5.171-1.078%0D%0A%09%09%09C10.289%2C4.106%2C8.313%2C4.406%2C6.425%2C5.197z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23589442%22%20d%3D%22M17.791%2C8.12c1.589-0.003%2C2.876%2C1.278%2C2.876%2C2.866c0%2C1.594-1.266%2C2.826-2.758%2C2.883%0D%0A%09%09%09c-1.667%2C0.064-3.001-1.265-3-2.875C14.91%2C9.362%2C16.254%2C8.093%2C17.791%2C8.12z%20M19.665%2C10.992c-0.001-1.036-0.838-1.878-1.867-1.878%0D%0A%09%09%09c-1.041%2C0-1.888%2C0.837-1.892%2C1.87c-0.004%2C1.028%2C0.848%2C1.884%2C1.878%2C1.887C18.817%2C12.875%2C19.666%2C12.026%2C19.665%2C10.992z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23589442%22%20d%3D%22M6.133%2C8.12c1.588-0.002%2C2.877%2C1.281%2C2.873%2C2.868c-0.005%2C1.607-1.27%2C2.811-2.738%2C2.878%0D%0A%09%09%09c-1.674%2C0.077-3.024-1.258-3.021-2.877C3.252%2C9.348%2C4.604%2C8.092%2C6.133%2C8.12z%20M8.006%2C10.986C8.003%2C9.943%2C7.16%2C9.112%2C6.107%2C9.114%0D%0A%09%09%09c-1.015%2C0.002-1.865%2C0.859-1.863%2C1.877c0.003%2C1.03%2C0.852%2C1.878%2C1.886%2C1.881C7.159%2C12.874%2C8.008%2C12.019%2C8.006%2C10.986z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23589442%22%20d%3D%22M17.792%2C10.039c0.526%2C0%2C0.958%2C0.431%2C0.954%2C0.955c-0.005%2C0.525-0.429%2C0.95-0.948%2C0.951%0D%0A%09%09%09c-0.533%2C0-0.962-0.422-0.961-0.944C16.839%2C10.458%2C17.255%2C10.039%2C17.792%2C10.039z%22%2F%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23589442%22%20d%3D%22M6.128%2C10.03c0.535%2C0%2C0.964%2C0.426%2C0.966%2C0.959c0.002%2C0.528-0.431%2C0.962-0.963%2C0.963%0D%0A%09%09%09c-0.545%2C0.001-0.965-0.42-0.964-0.967C5.167%2C10.448%2C5.586%2C10.031%2C6.128%2C10.03z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;
}

.social-foot .social-icns a:hover i.tripadvisor{
	background : url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2224px%22%20height%3D%2220px%22%20viewBox%3D%2237.283%2039.283%2024%2020%22%20enable-background%3D%22new%2037.283%2039.283%2024%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M51.99%2C42.395c0.67%2C0.095%2C1.326%2C0.263%2C1.974%2C0.462c1.132%2C0.348%2C2.199%2C0.833%2C3.203%2C1.46%0D%0A%09%09%09c0.07%2C0.043%2C0.163%2C0.071%2C0.245%2C0.071c1.179%2C0.005%2C2.358%2C0.003%2C3.537%2C0.004c0.095%2C0%2C0.189%2C0.01%2C0.284%2C0.015%0D%0A%09%09%09c0%2C0.023%2C0.003%2C0.033%2C0%2C0.038c-0.055%2C0.085-0.111%2C0.168-0.166%2C0.253c-0.4%2C0.614-0.742%2C1.255-0.944%2C1.965%0D%0A%09%09%09c-0.022%2C0.076-0.027%2C0.14%2C0.025%2C0.215c1.05%2C1.508%2C1.385%2C3.163%2C0.946%2C4.947c-0.385%2C1.565-1.282%2C2.785-2.645%2C3.649%0D%0A%09%09%09c-0.974%2C0.618-2.05%2C0.912-3.2%2C0.918c-0.483%2C0.003-0.964-0.062-1.436-0.184c-1.15-0.298-2.135-0.871-2.948-1.74%0D%0A%09%09%09c-0.107-0.114-0.208-0.233-0.322-0.362c-0.43%2C0.64-0.852%2C1.27-1.285%2C1.916c-0.431-0.644-0.848-1.268-1.264-1.889%0D%0A%09%09%09c-0.029%2C0.015-0.037%2C0.017-0.043%2C0.022c-0.009%2C0.008-0.018%2C0.017-0.025%2C0.026c-0.982%2C1.16-2.218%2C1.871-3.724%2C2.109%0D%0A%09%09%09c-0.838%2C0.133-1.667%2C0.085-2.481-0.139c-1.153-0.317-2.133-0.925-2.924-1.823c-0.774-0.878-1.255-1.896-1.435-3.055%0D%0A%09%09%09c-0.207-1.081%2C0.045-2.124%2C0.108-2.376c0.182-0.735%2C0.5-1.411%2C0.935-2.031c0.031-0.044%2C0.041-0.122%2C0.027-0.175%0D%0A%09%09%09c-0.178-0.652-0.484-1.245-0.843-1.813c-0.091-0.144-0.2-0.278-0.301-0.417c0-0.016%2C0-0.032%2C0-0.048%0D%0A%09%09%09c0.02%2C0.002%2C0.04%2C0.006%2C0.06%2C0.006c1.207%2C0%2C2.413%2C0.001%2C3.62-0.001c0.053%2C0%2C0.111-0.022%2C0.156-0.05%0D%0A%09%09%09c0.848-0.544%2C1.751-0.975%2C2.7-1.31c0.684-0.242%2C1.383-0.43%2C2.096-0.568c0.69-0.133%2C1.384-0.227%2C2.085-0.274%0D%0A%09%09%09C49.715%2C42.087%2C51.081%2C42.268%2C51.99%2C42.395z%20M50.477%2C50.365c0%2C2.65%2C2.15%2C4.815%2C4.79%2C4.805c2.65-0.009%2C4.791-2.114%2C4.789-4.793%0D%0A%09%09%09c-0.002-2.761-2.242-4.836-4.892-4.783C52.549%2C45.648%2C50.501%2C47.757%2C50.477%2C50.365z%20M43.292%2C45.576%0D%0A%09%09%09c-2.578-0.022-4.825%2C2.129-4.78%2C4.869c0.042%2C2.555%2C2.148%2C4.722%2C4.834%2C4.699c2.626-0.022%2C4.736-2.167%2C4.741-4.763%0D%0A%09%09%09C48.091%2C47.713%2C45.954%2C45.576%2C43.292%2C45.576z%20M43.529%2C44.326c1.456%2C0.089%2C2.735%2C0.596%2C3.816%2C1.579%0D%0A%09%09%09c1.078%2C0.981%2C1.71%2C2.204%2C1.94%2C3.643c0.236-1.422%2C0.851-2.634%2C1.91-3.605c1.06-0.972%2C2.322-1.482%2C3.754-1.59%0D%0A%09%09%09c-1.7-0.756-3.492-1.076-5.336-1.112C47.516%2C43.2%2C45.477%2C43.509%2C43.529%2C44.326z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M55.258%2C47.342c1.64-0.003%2C2.968%2C1.319%2C2.968%2C2.957c0%2C1.645-1.306%2C2.916-2.846%2C2.975c-1.72%2C0.066-3.097-1.305-3.096-2.967%0D%0A%09%09%09C52.285%2C48.624%2C53.672%2C47.314%2C55.258%2C47.342z%20M57.192%2C50.306c-0.001-1.069-0.865-1.938-1.927-1.938%0D%0A%09%09%09c-1.074%2C0-1.948%2C0.864-1.952%2C1.93c-0.004%2C1.061%2C0.875%2C1.944%2C1.938%2C1.947C56.317%2C52.249%2C57.193%2C51.373%2C57.192%2C50.306z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M43.228%2C47.342c1.639-0.002%2C2.969%2C1.322%2C2.965%2C2.96c-0.005%2C1.658-1.311%2C2.901-2.825%2C2.97%0D%0A%09%09%09c-1.727%2C0.079-3.121-1.298-3.117-2.969C40.255%2C48.609%2C41.65%2C47.313%2C43.228%2C47.342z%20M45.16%2C50.299%0D%0A%09%09%09c-0.003-1.076-0.873-1.933-1.959-1.931c-1.047%2C0.002-1.925%2C0.886-1.922%2C1.937c0.003%2C1.063%2C0.879%2C1.938%2C1.946%2C1.941%0D%0A%09%09%09C44.286%2C52.248%2C45.163%2C51.365%2C45.16%2C50.299z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M55.259%2C49.322c0.543%2C0%2C0.989%2C0.445%2C0.984%2C0.986c-0.005%2C0.542-0.443%2C0.98-0.978%2C0.981c-0.55%2C0-0.993-0.435-0.992-0.974%0D%0A%09%09%09C54.275%2C49.755%2C54.705%2C49.322%2C55.259%2C49.322z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M43.223%2C49.313c0.552%2C0%2C0.995%2C0.44%2C0.997%2C0.99c0.002%2C0.545-0.445%2C0.993-0.994%2C0.994c-0.562%2C0.001-0.996-0.433-0.995-0.998%0D%0A%09%09%09C42.231%2C49.744%2C42.663%2C49.314%2C43.223%2C49.313z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;
}

.social-foot .social-icns a i.mmh{
	background : url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222.326%22%20y%3D%222.484%22%20fill%3D%22%23FF0000%22%20width%3D%221.945%22%20height%3D%2211.586%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%222.326%22%20y%3D%2216.116%22%20fill%3D%22%23FF0000%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%225.676%22%20y%3D%229.25%22%20fill%3D%22%23FFCC00%22%20width%3D%221.945%22%20height%3D%224.82%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%225.676%22%20y%3D%2216.116%22%20fill%3D%22%23FFCC00%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%229.027%22%20y%3D%224.495%22%20fill%3D%22%2372C922%22%20width%3D%221.945%22%20height%3D%229.575%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%229.027%22%20y%3D%2216.116%22%20fill%3D%22%2372C922%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2212.378%22%20y%3D%227.262%22%20fill%3D%22%23FFFF00%22%20width%3D%221.945%22%20height%3D%226.809%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2212.378%22%20y%3D%2216.116%22%20fill%3D%22%23FFFF00%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2215.729%22%20y%3D%221.122%22%20fill%3D%22%23558ED5%22%20width%3D%221.945%22%20height%3D%2212.948%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2215.729%22%20y%3D%2216.116%22%20fill%3D%22%23558ED5%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;
}

.social-foot .social-icns a:hover i.mmh{
	background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%222.326%22%20y%3D%222.484%22%20width%3D%221.945%22%20height%3D%2211.586%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%222.326%22%20y%3D%2216.116%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%225.676%22%20y%3D%229.25%22%20width%3D%221.945%22%20height%3D%224.82%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%225.676%22%20y%3D%2216.116%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%229.027%22%20y%3D%224.495%22%20width%3D%221.945%22%20height%3D%229.575%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%229.027%22%20y%3D%2216.116%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2212.378%22%20y%3D%227.262%22%20width%3D%221.945%22%20height%3D%226.809%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2212.378%22%20y%3D%2216.116%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%2215.729%22%20y%3D%221.122%22%20width%3D%221.945%22%20height%3D%2212.948%22%2F%3E%0D%0A%09%09%3Crect%20x%3D%2215.729%22%20y%3D%2216.116%22%20width%3D%221.945%22%20height%3D%222.762%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-Repeat center center;}

.social-foot .social-icns span{
	display    : block;
	margin-top : 0px;
	font-size  : 10.9px;
	color:#302d36;
	line-height: 1;
}

@media only screen and (max-width: 768px){

	.img_packages{ width: 100%; margin: 0; }
	.social-foot .booking-txt strong{margin-bottom:10px;display:block; font-size:20px;}
	.social-foot{display:table; width:100%;}
	.social-foot .booking-txt{display:table-header-group; width:100%;}
	.social-foot .number{text-align:center;width:100%;}
	.social-foot .social-icns{display:table-footer-group; width:100%;text-align:center;}

}

@media only screen and (max-width: 1200px){
	.desc.our_hotel span i{ margin-right: 2px; }
}
/* Footer
------------------------------------------------  */

ul.footer_links li{ list-style: disc; list-style-position: inside; padding: 3px 0;}
ul.footer_links li a{ color: #ccc!important;}
ul.footer_links li a:hover{ color: #5887B9 !important; }

i.address-icons{  float: left; width: 15%; font-size: 20px; color: #aaa;}
p.address{ width: 85%; float: left; font-size: 14px; word-spacing: 2px; font-weight: 400;}

/* Contact Us
------------------------------------------------  */

table.custom-table{ border: 1px solid #ddd; }

@media only screen and (max-width: 767px){
	.seightseen-main{margin-bottom: 30px !important;}
	h1.custom_h1{ padding: 6px 0 2px 0; }
	.google-map{ height: 200px; }
	.section_wrapper .column.custom_m_0{  margin: 0 !important; }
	
	table.custom-table thead { width: 40% !important; float: left; display: table;}
	table.custom-table tbody { width: 60% !important; float: right; display: table;}
	table.custom-table thead th{ width: 100%; float: left; border: 1px solid #ddd !important; padding: 10px 0;}
	table.custom-table tbody td{ 
		width: 100%; 
		float: right; 
		border-bottom: 1px solid #ddd !important;
		border-right: 1px solid #ddd !important;
		border-top: 1px solid #ddd !important;
		border-left: 1px solid transparent !important;
		padding: 10px 0;
	}

}

@media only screen and (max-width: 320px){
	td.custom_td{
		padding: 20.5px 0 !important;
	}

}