@charset "utf-8";

/* CSS Document */



/******************************



[Table of Contents]



1. Fonts

2. Body and some general stuff

3. Header

	3.1 Top Bar

	3.2 Logo

	3.3 Main Nav

	3.4 Menu

4. Home

	4.1 Home Slider

	4.2 Home Slider Nav

	4.3 Home Slider Dots

5. Search

6. Section Title

7. Rating

8. Search

	8.1 Search Extras

	8.2 Search More Options

9. Hotel Info

	9.1 Hotel Image

	9.2 Hotel Gallery

	9.3 Hotel Info Text

	9.4 Hotel Info Tags

10. Rooms

11. Reviews

12. Location on Map

13. Footer

	13.1 Footer - About

	13.2 Footer - Blog

	13.3 Footer - Tags

	13.4 Footer - Contact Info

14. Copyright





******************************/



/***********

1. Fonts

***********/



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face

{

	font-family: 'Beyond';

	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),

		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');

}



/*********************************

2. Body and some general stuff

*********************************/



*

{

	margin: 0;

	padding: 0;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

body

{

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	font-weight: 400;

	background: #FFFFFF;

	color: #a5a5a5;

}

div

{

	display: block;

	position: relative;

	-webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

ul

{

	list-style: none;

	margin-bottom: 0px;

}

p

{

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	line-height: 2;

	font-weight: 400;

	color: #929191;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

p a

{

	display: inline;

	position: relative;

	color: inherit;

	border-bottom: solid 1px #ffa07f;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

a, a:hover, a:visited, a:active, a:link

{

	text-decoration: none;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

p a:active

{

	position: relative;

	color: #FF6347;

}

p a:hover

{

	color: #FFFFFF;

	background: #ffa07f;

}

p a:hover::after

{

	opacity: 0.2;

}

::selection

{

	

}

p::selection

{

	

}

h1{font-size: 48px;}

h2{font-size: 36px;}

h3{font-size: 24px;}

h4{font-size: 18px;}

h5{font-size: 14px;}

h1, h2, h3, h4, h5, h6

{

	font-family: 'Open Sans', sans-serif;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

h1::selection, 

h2::selection, 

h3::selection, 

h4::selection, 

h5::selection, 

h6::selection

{

	

}

.form-control

{

	color: #db5246;

}

section

{

	display: block;

	position: relative;

	box-sizing: border-box;

}

.clear

{

	clear: both;

}

.clearfix::before, .clearfix::after

{

	content: "";

	display: table;

}

.clearfix::after

{

	clear: both;

}

.clearfix

{

	zoom: 1;

}

.float_left

{

	float: left;

}

.float_right

{

	float: right;

}

.trans_200

{

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.trans_300

{

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.trans_400

{

	-webkit-transition: all 400ms ease;

	-moz-transition: all 400ms ease;

	-ms-transition: all 400ms ease;

	-o-transition: all 400ms ease;

	transition: all 400ms ease;

}

.trans_500

{

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}

.fill_height

{

	height: 100%;

}

.super_container

{

	width: 100%;

	overflow: hidden;

}

.prlx_parent

{

	overflow: hidden;

}

.prlx

{

	height: 130% !important;

}

.nopadding

{

	padding: 0px !important;

}

.button

{

	display: inline-block;

	height: 53px;

	border-radius: 27px;

	overflow: hidden;

	z-index: 1;

}

.button_bcg

{

	position: absolute;

	top: 0;

	left: 0;

	width: 200%;

	height: 100%;

	background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);

	z-index: -1;

	-webkit-transition: all 400ms ease;

	-moz-transition: all 400ms ease;

	-ms-transition: all 400ms ease;

	-o-transition: all 400ms ease;

	transition: all 400ms ease;

}

.button:hover .button_bcg

{

	left: -100%;

}

.button a

{

	display: block;

	font-size: 13px;

	font-weight: 700;

	color: #fff;

	text-transform: uppercase;

	line-height: 53px;

	padding-left: 46px;

	padding-right: 46px;

	white-space: nowrap;

	z-index: 2;

}

.button span

{

	display: inline-block;

	vertical-align: middle;

	width: 5.75px;

	height: 5.63px;

	background: #FFFFFF;

	border-radius: 50%;

	margin-right: 2px;

}

.button span:first-child

{

	margin-left: 10px;

}

.button span:nth-child(2)

{

	opacity: 0.6;

}

.button span:last-child

{

	opacity: 0.4;

	margin-right: 0px;

}

.parallax-window

{

    min-height: 400px;

    background: transparent;

}



/*********************************

3. Header

*********************************/



.header

{

	position: fixed;

	width: 100%;

	background: rgba(54, 19, 84, 0.6);

	z-index: 12;

}

.header.scrolled

{

	background: rgba(54, 19, 84, 0.85);

}



/*********************************

3.1 Top Bar

*********************************/



.top_bar

{

	width: 100%;

	height: 36px;

	background: #350a4e;

	-webkit-transition: all 400ms ease;

	-moz-transition: all 400ms ease;

	-ms-transition: all 400ms ease;

	-o-transition: all 400ms ease;

	transition: all 400ms ease;

}

.header.scrolled .top_bar

{

	visibility: hidden;

	opacity: 0;

	height: 0px;

}

.phone

{

	display: inline-block;

	margin-right: 36px;

	line-height: 36px;

	font-size: 10px;

	font-weight: 600;

	color: #FFFFFF;

}

.social_list_item

{

	position: relative;

	display: inline-block;

	margin-right: 3px;

}

.social_list_item:last-child

{

	margin-right: 0px;

}

.social_list_item a

{

	display: block;

	width: 100%;

	padding-left: 10px;

	padding-right: 10px;

	line-height: 36px;

}

.social_list_item:hover a i

{

	color: #fa9e1c;

}

.social_list_item a i

{

	font-size: 12px;

	color: #FFFFFF;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.social_list_item a:hover

{

	color: #FFFFFF;

}

.user_box_link

{

	display: inline-block;

}

.user_box_link a

{

	display: block;

	font-size: 10px;

	line-height: 36px;

	font-weight: 600;

	color: #FFFFFF;

	text-transform: uppercase;

}

.user_box_link a:hover

{

	color: #fa9e1c;

}

.user_box_login

{

	margin-right: 15px;

}

.user_box_login::after

{

	display: block;

	position: absolute;

	top: 15px;

	right: -9px;

	background: #FFFFFF;

	width: 1px;

	height: 9px;

	content: '';

}

.main_nav_col

{

	height: 143px;

	-webkit-transition: all 400ms ease;

	-moz-transition: all 400ms ease;

	-ms-transition: all 400ms ease;

	-o-transition: all 400ms ease;

	transition: all 400ms ease;

}

.header.scrolled .main_nav_col

{

	height: 100px;

}



/*********************************

3.2 Logo

*********************************/



.logo_container

{

	-webkit-transform: translateY(-6px);

	-moz-transform: translateY(-6px);

	-ms-transform: translateY(-6px);

	-o-transform: translateY(-6px);

	transform: translateY(-6px);

}

.header.scrolled .logo_container

{

	-webkit-transform: none;

	-moz-transform: none;

	-ms-transform: none;

	-o-transform: none;

	transform: none;

}

.logo a

{

	font-family: 'Open Sans', sans-serif;

	font-size: 30px;

	color: #f4f4f8;

	font-weight: 800;

	text-transform: uppercase;

}

.logo a img

{

	display: inline-block;

	vertical-align: baseline;

	margin-right: 9px;

	-webkit-transform: translateY(2px);

	-moz-transform: translateY(2px);

	-ms-transform: translateY(2px);

	-o-transform: translateY(2px);

	transform: translateY(2px);

}



/*********************************

3.3 Main Nav

*********************************/



.main_nav_container

{

	margin-right: 221px;

}

.main_nav_item

{

	position: relative;

	display: inline-block;

	margin-right: 40px;

}

.main_nav_item:last-child

{

	margin-right: 0px;

}

.main_nav_item a

{

	font-family: 'Open Sans', sans-serif;

	font-size: 13px;

	font-weight: 600;

	color: #FFFFFF;

	text-transform: uppercase;

	padding-bottom: 10px;

	padding-top: 10px;

}

.main_nav_item::after

{

	display: block;

	position: absolute;

	left: -1px;

	bottom: -11px;

	width: calc(100% + 2px);

	height: 2px;

	background: linear-gradient(to right, #fa9e1b, #8d4fff);

	content: '';

	opacity: 0;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.main_nav_item:hover::after

{

	opacity: 1;

}

.content_search

{

	-webkit-transform: translateY(-1px);

	-moz-transform: translateY(-1px);

	-ms-transform: translateY(-1px);

	-o-transform: translateY(-1px);

	transform: translateY(-1px);

	cursor: pointer;

}

.header.scrolled .content_search

{

	-webkit-transform: none;

	-moz-transform: none;

	-ms-transform: none;

	-o-transform: none;

	transform: none;

}

.mag_glass

{

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.content_search img

{

	width: 17px;

	height: 17px;

}

.content_search:hover .mag_glass

{

	fill: #fa9e1c;

}

.content_search:hover .mag_glass

{

	fill: #fa9e1c;

}

.search_form

{

	position: absolute;

	right: 15px;

	top: 120px;

	width: 237px;

	height: 40px;

	visibility: hidden;

	opacity: 0;

}

.search_form.active

{

	top: 105px;

	visibility: visible;

	opacity: 1;

}

.search_content_input

{

	width: 100%;

	height: 100%;

	background: #FFFFFF;

	color: #1b0b32;

	padding-left: 20px;

	outline: none !important;

	border: none !important;

	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);

}

.bez_1

{

	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);

	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);

	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);

	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);

	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);

}



/*********************************

3.4 Menu

*********************************/



.hamburger

{

	display: none;

	-webkit-transform: translateY(-3px);

	-moz-transform: translateY(-3px);

	-ms-transform: translateY(-3px);

	-o-transform: translateY(-3px);

	transform: translateY(-3px);

	cursor: pointer;

	margin-left: 20px;

}

.header.scrolled .hamburger

{

	-webkit-transform: none;

	-moz-transform: none;

	-ms-transform: none;

	-o-transform: none;

	transform: none;

}

.hamburger i

{

	font-size: 24px;

	color: #FFFFFF;

}

.hamburger:hover i

{

	color: #fa9e1c;

}

.menu

{

	position: fixed;

	width: 100vw;

	height: 100vh;

	background: linear-gradient(to right, #fa9e1b, #8d4fff);

	z-index: 100;

	opacity: 0;

	visibility: hidden;

}

.menu.active

{

	opacity: 0.95;

	visibility: visible;

}

.menu_content

{

	width: 100%;

	height: 100%;

}

.menu_item

{

	position: relative;

	margin-bottom: 3px;

}

.menu_item:last-child

{

	margin-bottom: 0px;

}

.menu_logo

{

	margin-bottom: 28px;

}

.menu_logo a img

{

	width: 40px !important;

}

.menu_item a

{

	display: inline-block;

	position: relative;

	font-family: 'Beyond';

	font-size: 36px;

	color: #FFFFFF;

	font-weight: 400;

}

.menu_item a::after

{

	display: block;

	position: absolute;

	top: 60%;

	left: 0;

	width: 0;

	height: 4px;

	background: #FFFFFF;

	letter-spacing: 2px;

	content: '';

	z-index: 10;

	pointer-events: none;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 400ms ease;

}

.menu_item:hover a::after

{

	width: 100%;

}

.menu_close_container

{

	position: absolute;

	top: 94px;

	right: 122px;

	width: 21px;

	height: 21px;

	cursor: pointer;

	-webkit-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-o-transform: rotate(45deg);

	transform: rotate(45deg);

}

.menu_close

{

	top: 9px;

	width: 21px;

	height: 3px;

	background: #FFFFFF;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.menu_close::after

{

	display: block;

	position: absolute;

	top: -9px;

	left: 9px;

	content: '';

	width: 3px;

	height: 21px;

	background: #FFFFFF;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.menu_close_container:hover .menu_close,

.menu_close_container:hover .menu_close::after

{

	background: #fa9e1c;

}



/*********************************

4. Home

*********************************/



.home

{

	width: 100%;

	height: 465px;

	background: transparent;

}

.home_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat !important;

	background-size: cover !important;

	background-position: center center !important;

}

.home_content

{

	position: absolute;

	bottom: 106px;
	width: 100%;
	left: 0;
	padding: 0 100px;
	/*left: 50%;

	-webkit-transform: translateX(-50%);

	-moz-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	transform: translateX(-50%);*/

}

.home_title

{

	font-size: 72px;

	font-weight: 800;

	color: #FFFFFF;

	text-transform: uppercase;

	white-space: nowrap;

}



/*********************************

6. Section Title

*********************************/



.section_title

{

	font-size: 30px;

	font-weight: 700;

	color: #2d2c2c;

	margin-top: -8px;

	text-transform: uppercase;

}



/*********************************

7. Rating

*********************************/



.rating

{

	margin-top: 10px;

}

.rating i

{

	font-size: 19px;

	margin-right: 4px;

}

.rating i:last-child

{

	margin-right: 0px;

}

.rating_1 i:first-child{color: #ffeb8d;}

.rating_2 i:first-child{color: #ffeb8d;}

.rating_2 i:nth-child(2){color: #fed46b;}

.rating_3 i:first-child{color: #ffeb8d;}

.rating_3 i:nth-child(2){color: #fed46b;}

.rating_3 i:nth-child(3){color: #fbb53d;}

.rating_4 i:first-child{color: #ffeb8d;}

.rating_4 i:nth-child(2){color: #fed46b;}

.rating_4 i:nth-child(3){color: #fbb53d;}

.rating_4 i:nth-child(4){color: #fa9e1b;}

.rating_5 i:first-child{color: #ffeb8d;}

.rating_5 i:nth-child(2){color: #fed46b;}

.rating_5 i:nth-child(3){color: #fbb53d;}

.rating_5 i:nth-child(4){color: #fa9e1b;}

.rating_r i::before

{

	font-family: 'FontAwesome';

	content: "\f006";

	font-style: normal;

	font-size: 15px;

	margin-right: 3px;

}

.rating_r_1 i:first-child::before{color: #ffeb8d; content: "\f005";}

.rating_r_2 i:first-child::before{color: #ffeb8d; content: "\f005";}

.rating_r_2 i:nth-child(2)::before{color: #fed46b; content: "\f005";}

.rating_r_3 i:first-child::before{color: #ffeb8d; content: "\f005";}

.rating_r_3 i:nth-child(2)::before{color: #fed46b; content: "\f005";}

.rating_r_3 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}

.rating_r_4 i:first-child::before{color: #ffeb8d; content: "\f005";}

.rating_r_4 i:nth-child(2)::before{color: #fed46b; content: "\f005";}

.rating_r_4 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}

.rating_r_4 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}

.rating_r_5 i:first-child::before{color: #ffeb8d; content: "\f005";}

.rating_r_5 i:nth-child(2)::before{color: #fed46b; content: "\f005";}

.rating_r_5 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}

.rating_r_5 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}

.rating_r_5 i:nth-child(5)::before{color: #ef910a; content: "\f005";}



/*********************************

8. Search

*********************************/



.search

{



	position: absolute;

	top: 0;

	left: 0;

	width: 370px;

	height: 100%;

	background: #fa9e1b;

	z-index: 10;

}

.no-padding

{

	padding-left: 0px;

	padding-right: 0px;

}

.no-margin

{

	margin-left: 0px;

	margin-right: 0px;

}

.search_tabs_container

{

	position: relative;

	top: -94px;

	width: 100%;

}

.search_tabs

{

	height: auto;

	flex-wrap: wrap;

}

.search_tab

{

	font-size: 14px;

	font-weight: 700;

	color: #2d2c2c;

	text-transform: uppercase;

	text-align: center;

	height: 94px;

	width: 50%;

	flex-grow: 1;

	background: #FFFFFF;

	cursor: pointer;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.search_tab:not(:first-child):not(:nth-child(2))

{

	border: solid 1px #ededed;

	margin-right: -1px;

	margin-bottom: -1px;

}

.search_tab img

{

	margin-right: 10px;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.search_tab:first-child

{

	border-top-left-radius: 94px;

	padding-left: 7px;

}

.search_tab:nth-child(2)

{

	border-top-right-radius: 94px;

	padding-right: 7px;

}

.search_tab.active

{

	background: #fa9e1b;

	color: #FFFFFF;

}

.search_tab.active img

{

	-webkit-filter: brightness(200%) grayscale(100%);

	-moz-filter: brightness(200%) grayscale(100%);

	-ms-filter: brightness(200%) grayscale(100%);

	-o-filter: brightness(200%) grayscale(100%);

  	filter: brightness(200%) grayscale(100%);

}

.search_tab:hover

{

	background: #fa9e1b;

	color: #FFFFFF;

}

.search_tab:hover img

{

	-webkit-filter: brightness(200%) grayscale(100%);

	-moz-filter: brightness(200%) grayscale(100%);

	-ms-filter: brightness(200%) grayscale(100%);

	-o-filter: brightness(200%) grayscale(100%);

  	filter: brightness(200%) grayscale(100%);

}

.search_panel

{

	display: none !important;

	width: 100%;

	height: 100%;

	-webkit-animation: fadeEffect 1s;

    animation: fadeEffect 1s;

    padding-left: 54px;

    padding-right: 47px;

    margin-top: -25px;

}

.search_panel.active

{

	display: flex!important;

}

/* Fade in tabs */

@-webkit-keyframes fadeEffect {

    from {opacity: 0;}

    to {opacity: 1;}

}



@keyframes fadeEffect {

    from {opacity: 0;}

    to {opacity: 1;}

}

.search_panel_content

{

	width: 100%;

	height: 100%;

	flex-wrap: wrap;

}

.search_input

{

	width: 100%;

	height: 46px;

	border: none;

	outline: none;

	padding-left: 15px;

	padding-right: 15px;

	font-size: 13px;

	font-weight: 600;

	color: #929191;

}

.search_item

{

	margin-bottom: 23px;

}

.search_item:first-child

{

	width: 100%;

}

.search_item:nth-child(2)

{

	width: 100%;

}

.search_item:nth-child(3)

{

	width: 100%;

}

.search_item:nth-child(4)

{

	width: calc(50% - 15px);

	margin-right: 30px;

}

.search_item:nth-child(5)

{

	width: calc(50% - 15px);

}

.search_item div

{

	font-size: 13px;

	font-weight: 700;

	color: #FFFFFF;

	text-transform: uppercase;

	margin-bottom: 14px;

}

.dropdown_item_select

{

	-webkit-appearance:none;

    -moz-appearance:none;

    -ms-appearance:none;

    -o-appearance:none;

    appearance:none;

	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

	-webkit-user-select: none;

	background-image: url(../images/dropdown.png);

	background-position: center right;

	background-repeat: no-repeat;

	border: solid 1px #FFFFFF;

	margin: 0;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	cursor: pointer;

}

.dropdown_item_select::-ms-expand

{

    display: none;

}

.dropdown_item_select:hover

{

	border: solid 1px #fa9e1c;

}

.dropdown_item_select:focus

{

	outline-color: #fa9e1c;

}

.search_button

{

	font-size: 13px;

	font-weight: 700;

	color: #fff;

	text-transform: uppercase;

	line-height: 53px;

	padding-left: 46px;

	padding-right: 46px;

	background: #31124b;

	-webkit-transform: translateY(15px);

	-moz-transform: translateY(15px);

	-ms-transform: translateY(15px);

	-o-transform: translateY(15px);

	transform: translateY(15px);

	border: none;

	outline: none;

	cursor: pointer;

	margin-top: 40px;

}

.search_button:hover

{

	opacity: 0.8;

}



/*********************************

8.1 Search Extras

*********************************/



.extras

{

	width: 100%;

	margin-top: 42px;

}

.search_extras_item

{

	width: 50%;

	float: left;

	margin-bottom: 10px;

}

.search_extras_item:nth-child(even)

{

	padding-left: 20px;

}

.search_extras_item div

{

	display: inline-block;

	cursor: pointer;

}

.search_extras_item div:hover .search_features_cb

{

	border: 1px solid #fd784f;

}

.search_extras_checkbox

{

	cursor: pointer;

}

.search_extras_cb

{

	display: block;

	position: relative;

	width: 12px;

	height: 12px;

	-webkit-appearance: none;

	-moz-appearance: none;

	-ms-appearance: none;

	-o-appearance: none;

	appearance: none;

	background-color: #FFFFFF;

	border: 1px solid #FFFFFF;

	padding: 9px;

	margin-top: 2px;

	border-radius: 0px;

	display: inline-block;

	position: relative;

	cursor: pointer;

	float: left;

}

.search_extras_cb:focus

{

	outline: none;

	border: 1px solid #fd784f;

}

.search_extras_cb:checked::after

{

	display: block;

	position: absolute;

	top: 2px;

	left: 2px;

	width: calc(100% - 4px);

	height: calc(100% - 4px);

	content: '';

	background: #fa9e1b;

}

.search_extras label

{

	display: block;

	position: relative;

	font-size: 12px;

	font-weight: 400;

	padding-left: 31px;

	margin-bottom: 0px;

	cursor: pointer;

	color: #FFFFFF;

}



/*********************************

8.2 Search More Options

*********************************/



.more_options

{

	margin-top: 41px;

}

.more_options_trigger

{

	display: inline-block;

	width: auto;

}

.more_options_trigger a

{

	font-size: 14px;

	font-weight: 700;

	color: #FFFFFF;

	text-transform: uppercase;

	padding-left: 18px;

}

.more_options_trigger a::before

{

	display: block;

	position: absolute;

	top: 7px;

	left: 0;

	width: 10px;

	height: 10px;

	content: '+';

	font-family: 'Open Sans', sans-serif;

	font-size: 13px;

	line-height: 8px;

	color: #FFFFFF;

	padding-left: 1px;

}

.more_options_trigger.active a::before

{

	content: '-';

	padding-left: 2px;

}

.more_options_list

{

	display: block;

	width: 100%;

	max-height: 0px;

	overflow: hidden;

	opacity: 0;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}

.more_options_list label

{

	display: block;

	position: relative;

	font-size: 12px;

	font-weight: 400;

	padding-left: 31px;

	margin-bottom: 0px;

	cursor: pointer;

	color: #FFFFFF;

}

.more_options_list li

{

	margin-bottom: 10px;

}

.more_options_list.active

{

	margin-top: 20px;

	opacity: 1;

}



/*********************************

9. Hotel Info

*********************************/



.single_listing

{

	width: 100%;

	padding-top: 100px;

	padding-bottom: 107px;

	padding-left: 98px;

}

.hotel_title

{

	font-size: 30px;

	font-weight: 600;

	color: #2d2c2c;

}

.hotel_rating

{

	margin-top: -5px;

}

.hotel_location

{

	font-size: 16px;

	color: #929191;

	margin-top: 9px;

}

.book_button

{

	background: #31124b;

}

.book_button a

{

	padding-left: 32px;

	padding-right: 32px;

}

.book_button:hover

{

	opacity: 0.8;

}

.hotel_map_link_container

{

	margin-top: 14px;

}

.hotel_map_link

{

	display: inline-block;

	font-size: 16px;

	font-weight: 600;

	color: #2d2c2c;

	line-height: 34px;

	cursor: pointer;

	border-bottom: solid 2px #fa9e1b;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.hotel_map_link:hover

{

	color: #fa9e1b;

}



/*********************************

9.1 Hotel Image

*********************************/



.hotel_image

{

	margin-top: 29px;

	z-index: 1;

}

.hotel_image img

{

	width: 100%;

}

.hotel_review_container

{

	position: absolute;

	top: 22px;

	right: 22px;

	width: 209px;

	height: 112px;

	background: #FFFFFF;

	visibility: hidden;

	opacity: 0;

	animation: review_anim 1s 0.5s forwards;

}

@keyframes review_anim

{

	from

	{

		top: 52px;

		visibility: hidden;

		opacity: 0;

	}

	to

	{

		top: 22px;

		visibility: visible;

		opacity: 1;

	}

}

.hotel_review_content

{

	display: inline-block;

	vertical-align: middle;

	margin-right: 7px;

}

.hotel_review_title

{

	font-size: 12px;

	font-weight: 700;

	color: #2d2c2c;

	text-transform: uppercase;

}

.hotel_review_subtitle

{

	font-size: 12px;

	font-weight: 600;

	color: #929191;

	margin-top: 1px;

}

.hotel_review_rating

{

	display: inline-block;

	width: 62px;

	height: 57px;

	font-size: 28px;

	font-weight: 700;

	color: #FFFFFF;

	line-height: 57px;

	background: #fa9e1b;

	vertical-align: middle;

	border-radius: 45%;

	-webkit-transform: translateY(-4px);

	-moz-transform: translateY(-4px);

	-ms-transform: translateY(-4px);

	-o-transform: translateY(-4px);

	transform: translateY(-4px);

}



/*********************************

9.2 Hotel Gallery

*********************************/



.hotel_gallery

{

	width: 100%;

	margin-top: 32px;

}

.hotel_slider_container

{

	width: 100%;

}

.hotel_slider

{

	width: 100%;

}

.hotel_slider_nav

{

	position: absolute;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	z-index: 10;

	cursor: pointer;

}

.hotel_slider_nav .nav_path,

.hotel_slider_nav .nav_arrow

{

	fill: #c4ced2;

}

.hotel_slider_prev

{

	left: -60px;

}

.hotel_slider_next

{

	right: -60px;

}

.hotel_slider_prev:hover .nav_path,

.hotel_slider_prev:hover .nav_arrow

{

	fill: url(#hotel_grad_prev);

}

.hotel_slider_next:hover .nav_path,

.hotel_slider_next:hover .nav_arrow

{

	fill: url(#hotel_grad_next);

}



/*********************************

9.3 Hotel Info Text

*********************************/



.hotel_info_text

{

	margin-top: 45px;

}

.hotel_info_text p

{

	color: #929191;

}



/*********************************

9.4 Hotel Info Tags

*********************************/



.hotel_info_tags

{

	margin-top: 45px;

}

.hotel_icons_item

{

	display: inline-block;

	margin-right: 15px;

}

.hotel_icons_item:last-child

{

	margin-right: 0px;

}



/*********************************

10. Rooms

*********************************/



.rooms

{

	margin-top: 69px;

}

.room

{

	margin-bottom: 33px;

}

.room:last-child

{

	margin-bottom: 0px;

}

.room_image

{

	width: 100%;

}

.room_image img

{

	width: 100%;

}

.room_content

{

	

}

.room_title

{

	font-size: 16px;

	font-weight: 600;

	color: #2d2c2c;

	margin-top: -5px;

}

.room_price

{

	font-size: 16px;

	font-weight: 600;

	color: #929191;

	margin-top: 9px;

}

.room_text

{

	font-size: 16px;

	font-weight: 600;

	color: #fa9e1b;

	margin-top: 6px;

}

.room_extra

{

	font-size: 14px;

	font-weight: 400;

	color: #2d2c2c;

	margin-top: 5px;

}

.room_button

{

	margin-top: 24px;

}



/*********************************

11. Reviews

*********************************/



.reviews

{

	margin-top: 98px;

}

.reviews_title

{

	font-size: 18px;

	font-weight: 600;

	color: #2d2c2c;

	text-transform: uppercase;

}

.reviews_container

{

	margin-top: 61px;

}

.review

{

	margin-bottom: 91px;

}

.review:last-child

{

	margin-bottom: 0px;

}

.review_image

{

	width: 70px;

	height: 70px;

	border-radius: 50%;

	overflow: hidden;

}

.review_image img

{

	width: 100%;

}

.review_title

{

	font-size: 18px;

	font-weight: 600;

	font-style: italic;

	color: #2d2c2c;

	margin-top: -3px;

}

.review_rating

{

	display: inline-block;

	position: absolute;

	bottom: 7px;

	right: 0;

	font-size: 18px;

	font-weight: 600;

	color: #FFFFFF;

	background: #fa9e1b;

	padding-left: 25px;

	padding-right: 25px;

	line-height: 43px;

	border-radius: 22px;

}

.review_text

{

	margin-top: 24px;

}

.review_text p:last-of-type

{

	margin-bottom: 0px;

}

.review_name

{

	font-size: 14px;

	font-weight: 400;

	color: #2d2c2c;

	margin-top: 19px;

}

.review_date

{

	font-size: 12px;

	font-weight: 600;

	color: #fa9e1b;

	margin-top: 4px;

}



/*********************************

12. Location on Map

*********************************/



.location_on_map

{

	margin-top: 93px;

}

.location_on_map_title

{

	font-size: 18px;

	font-weight: 600;

	color: #2d2c2c;

	text-transform: uppercase;

}

.travelix_map

{

	width: 100%;

	margin-top: 63px;

}

.google_map

{

	width: 100%;

	height: 379px;

}

.map_container

{

	width: 100%;

	height: 100%;

	overflow: hidden;

}

#map

{

	width: 100%;

	height: calc(100% + 30px);

}



/*********************************

13. Footer

*********************************/



.footer

{

	width: 100%;

	padding-top: 113px;

	padding-bottom: 104px;

	background: #31124b;

}

.footer_title

{

	font-size: 15px;

	font-weight: 700;

	color: #FFFFFF;

	text-transform: uppercase;

}



/*********************************

13.1 Footer - About

*********************************/



.footer_about

{

	padding-top: 67px;

}

.footer_logo

{

	position: absolute;

	left: 0;

	top: -24px;

}

.footer_about_text

{

	font-size: 14px;

	font-weight: 600;

	color: #FFFFFF;

}

.footer_social_item

{

	display: inline-block;

	width: 31px;

	height: 31px;

	border: solid 1px #fa9e1b;

	border-radius: 50%;

	text-align: center;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

	margin-right: 9px;

}

.footer_social_item:last-child

{

	margin-right: 0px;

}

.footer_social_item a

{

	display: block;

	position: relative;

	width: 100%;

	height: 100%;

}

.footer_social_item a i

{

	display: block;

	position: relative;

	color: #FFFFFF;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	font-size: 12px;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.footer_social_item:hover

{

	background: #fa9e1b;

}

.footer_social_item:hover a i

{

	color: #31124b;

}



/*********************************

13.2 Footer - Blog

*********************************/



.footer_blog

{

	margin-top: 39px;

}

.footer_blog_item

{

	margin-bottom: 21px;

}

.footer_blog_item:last-child

{

	margin-bottom: 0px;

}

.footer_blog_image

{

	width: 60px;

	height: 60px;

	float: left;

}

.footer_blog_image img

{

	width: 100%;

}

.footer_blog_content

{

	padding-left: 81px;

}

.footer_blog_title

{

	margin-top: -4px;

	padding-left: 1px;

}

.footer_blog_title a

{

	font-size: 14px;

	font-weight: 400;

	color: #FFFFFF;

}

.footer_blog_title a:hover

{

	color: #fa9e1b;

}

.footer_blog_date

{

	font-size: 12px;

	font-weight: 400;

	color: #fa9e1b;

	margin-top: 7px;

}



/*********************************

13.3 Footer - Tags

*********************************/



.footer_tags

{

	margin-top: 40px;

}

.tag_item

{

	/*height: 35px;

	float: left;

	margin-right: 9px;

	margin-bottom: 9px;

	border: solid 1px #fa9e1b;*/

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}



.tag_item a

{

	display: block;

	font-size: 15px;

	font-weight: 400;

	color: #FFFFFF;

	line-height: 25px;

	/*padding-left: 25px;

	padding-right: 25px;*/

}

.tag_item a:hover

{

	color: #fa9e1b;

}

/*********************************

13.4 Footer - Contact Info

*********************************/



.contact_info_list

{

	margin-top: 40px;

}

.contact_info_item

{

	margin-bottom: 22px;

}

.contact_info_icon

{

	width: 20px;

	height: 20px;

	margin-right: 10px;

}

.contact_info_icon img

{

	display: block;

	width: 100%;

}

.contact_info_text,

.contact_info_text a

{

	color: #FFFFFF;

	line-height: 2.14;

	margin-top: -4px;

}

.contact_info_item:hover .contact_info_text,

.contact_info_item:hover .contact_info_text a

{

	color: #fa9e1b;

}



/*********************************

14. Copyright

*********************************/



.copyright

{

	background: #1f0733;

}

.copyright_content

{

	height: 52px;

}

.copyright_content div

{

	font-size: 12px;

	font-weight: 600;

	color: #685677;

}

.footer_nav_container

{

	height: 52px;

}

.footer_nav

{

	

}

.footer_nav_list

{

	font-size: 0px;

}

.footer_nav_item

{

	display: inline-block;

	margin-right: 40px;

}

.footer_nav_item a

{

	font-size: 12px;

	font-weight: 600;

	color: #685677;

	text-transform: uppercase;

	line-height: 2;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.footer_nav_item a:hover

{

	color: #FFFFFF;

}





.hotel_info_text ul#pills-tab li.nav-item {



    position: relative;

    z-index: 1;

    display: block;

    margin: 0;

    text-align: center;

    -webkit-flex: 1;

    -moz-flex: 1;

    -ms-flex: 1;

    flex: 1;



}

.hotel_info_text ul#pills-tab li.nav-item a{ 

margin: 0 2px;

    background-color: #f7f7f7;

    color: #74777b;

    transition: background-color 0.2s, color 0.2s;

        position: relative;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    line-height: 2.5 !important;

    text-transform: uppercase;

    letter-spacing: 1px !important;

    font-weight: 600 !important;

        padding-top: 11px;

    padding-bottom: 11px;

}

.hotel_info_text .nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    color: #fff !important;

    background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b) !important;

}



.hotel_info_text ul#pills-tab li.nav-item a.active::after {

    -webkit-transform: translate3d(0,0,0);

    transform: translate3d(0,0,0);

}

.hotel_info_text ul#pills-tab li.nav-item a.active::after {

    position: absolute;

    bottom: 9px;

    left: 0;

    width: 100%;

    height: 6px;

        background: #8d4fff;

    content: '';

    -webkit-transition: -webkit-transform 0.3s;

    transition: transform 0.3s;

    -webkit-transform: translate3d(0,150%,0);

    transform: translate3d(0,150%,0);

}



.hotel_info_text .tab-pane.fade.active {

    background-color: #f7f7f7!important;

    padding: 30px;

    margin: 0 2px;

    border-radius: .25rem;

}



.hotel_info_text .tab-pane.fade.active ul {

    list-style: square !important;

        font-family: inherit !important;

    font-size: initial !important;

}

.hotel_info_text .tab-pane.fade.active div {

        font-family: inherit !important;

    font-size: initial !important;

}



.hotel_location p {

    padding: 0px 14px;

    text-align: center !important;

    float: left;

    margin: 10px auto;

    color: #464646 !important;

    margin-top: 9px;

    font-weight: 600 !important;

}



.hotel_location {

    font-size: 16px;

    color: #464646 !important;

    margin-top: 9px;

    font-weight: 600 !important;

} 



.hotel_location p span i {

    color: #ffffff!important;

    background-color: #31124bc7;

    line-height: 70px;

    height: 70px;

    width: 70px;

    display: inline-block;

    border-width: 2px!important;

    border-radius: 50%;

    transition: all ease-in .2s;

    display: inline-block;

    text-align: center;

    font-size: 37px;

        margin: 5px 15px !important;

}

.hotel_title_button.ml-lg-auto.text-lg-right .button_bcg {

	    background: #31124bc7 !important;

}



section.section-paddings.single-package-area .col-sm-12.col-md-8 .col-md-7.col-sm-7 {

    float: left;

}

section.section-paddings.single-package-area  .col-sm-12.col-md-8 .col-md-5.col-sm-5 {

    float: left;

}



section.section-paddings.single-package-area .col-sm-12.col-md-4 .col-sm-12-.col-md-12.col-lg-12 {

    float: left;

    padding-left: 0px !important;

    padding-right: 0px !important;

    padding-top: 23px;

}

section.section-paddings.single-package-area .col-sm-12.col-md-4 .col-md-5.col-sm-5 {

    float: left;

}

section.section-paddings.single-package-area .col-sm-12.col-md-4 .info-list {

    float: left;

}

section.section-paddings.single-package-area .col-sm-12.col-md-4 .col-md-7.col-sm-7 {

    float: left;

}

section.section-paddings.single-package-area .col-sm-12.col-md-4 .info-details {

    float: left;

}

section.section-paddings.single-package-area {

    padding-top: 30px;

        padding-bottom: 30px;

}

section.section-paddings.single-package-area .col-sm-12.col-md-4 {

    padding-top: 32px;

}

.col-sm-12.col-md-6 {

    background-color: hsla(0,0%,100%,.8);

    box-shadow: 0 0 2rem 0 rgba(0,0,0,.29);

    float: left;

    padding: 10px;

}

@media (min-width: 768px) {

.col-md-6 {

    -ms-flex: 0 0 100% !important;

    flex: 0 0 100% !important;

    max-width: 100% !important;

}

.col-md-4 {

     -ms-flex: 0 0 100% !important;

    flex: 0 0 100% !important;

    max-width: 100% !important;

}

}



.col-sm-12.col-md-8 {

    padding: 10px;

    float: left;

    border: 1px solid #d9d9d9;

    background-color: #f2f2f2;

}



.col-sm-12.col-md-6 {

    box-shadow: 0 0 2rem 0 rgba(0,0,0,.29);

}





section.section-paddings.single-package-area .col-sm-12.col-md-4 .col-md-5.col-sm-5 {

     padding-left: 0px !important;

    padding-right: 0px !important;

}





section.section-paddings.single-package-area i {

    color: #ffffff!important;

    background-color: #31124bc7;

    line-height: 20px !important;

    height: 20px;

    width: 20px;

    border-width: 2px !important;

    border-radius: 50%;

    text-align: center;

    font-size: 10px !important;

    margin: 0px 4px !important;

}



section.section-paddings.single-package-area  .btn-success {

    color: #fff !important;

    background-color: #31124bc7 !important;

    border-color: #31124bc7 !important;

    width: 100% !important;

    padding: 11px !important;

}



@media (max-width: 575px) { 



section.section-paddings.single-package-area .col-sm-12.col-md-8 .col-md-5.col-sm-5 {



	width: 50% !important;

}

section.section-paddings.single-package-area .col-sm-12.col-md-8 .col-md-7.col-sm-7{



	width: 50% !important;

}

section.section-paddings.single-package-area .col-sm-12.col-md-4 .col-md-5.col-sm-5 {



	width: 50% !important;

}

section.section-paddings.single-package-area .col-sm-12.col-md-4 .col-md-7.col-sm-7{



	width: 50% !important;

}

.footer_col .logo a img {

    width: auto !important;

}

.footer {

    padding-top: 29px !important;

    padding-bottom: 10px !important;



}

}



