@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. Intro

8. CTA

	8.1 CTA Slider

9. Offers

10. Testimonials

	10.1 Testimonials Slider

11. Trending

12. Contact

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: 'Lato', 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: 'Lato', 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: 'Lato', 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;

}

.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;

}



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

3. Header

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



.header

{

	position: fixed;

	width: 100%;

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

	z-index: 16;

}

.header.scrolled

{

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

}



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

3.1 Top Bar

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



.top_bar

{

	width: 100%;

	height: 36px;

	background: #024f88;

	-webkit-transition: all 400ms ease;

	-moz-transition: all 400ms ease;

	-ms-transition: all 400ms ease;

	-o-transition: all 400ms ease;

	transition: all 400ms ease;

	z-index:99;

}

.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;
	float:left;

}

.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: 'Lato', 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: 'Lato', sans-serif;

	font-size: 12px;

	font-weight: 400;

	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;

}

.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: 100vh;

}





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

4.1 Home Slider

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



.home_slider_container

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 10;

	background: #31124b;

}

.home_slider

{

	width: 100%;

	height: 100%;

}

.home_slider_item

{

	width: 100%;

	height: 100%;

}

.home_slider_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	opacity:0.5;

}

.home_slider_content

{

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	z-index: 11;

}

.home_slider_content h1

{

	margin-bottom: 0px;

}

.home_slider_content h1:first-child

{

	font-size: 112px;

	font-weight: 900;

	color: #FFFFFF;

	text-transform: uppercase;

}

.home_slider_content h1:nth-child(2)

{

	font-family: 'Beyond';

	font-size: 100px;

	color: #FFFFFF;

	margin-top: -34px;

}

.home_slider_button

{

	margin-top: 70px;

}

.flipInX

{

	animation-delay: 600ms;

}



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

4.2 Home Slider Nav

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



.home_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: 11;

	cursor: pointer;

}

.home_slider_prev

{

	left: 50px;

}

.home_slider_next

{

	right: 50px;

}

.home_slider_prev:hover .nav_path,

.home_slider_prev:hover .nav_arrow

{

	fill: url(#home_grad_prev);

}

.home_slider_next:hover .nav_arrow,

.home_slider_next:hover .nav_path

{

	fill: url(#home_grad_next);

}



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

4.3 Home Slider Dots

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



.home_slider_dots

{

	position: absolute;

	right: 50px;

	bottom: 45px;

	z-index: 10;

}

.home_slider_custom_dots

{



}

.home_slider_custom_dot

{

	display: inline-block;

	position: relative;

	height: 35px;

	line-height: 35px;

	color: #FFFFFF;

	cursor: pointer;

	font-size: 13px;

	font-weight: 600;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.home_slider_custom_dot:hover

{

	color: #fa9e1c;

}

.home_slider_custom_dot:hover.active div

{

	border-color: #fa9e1c;

}

.home_slider_custom_dot.active

{

	padding-left: 13px;

	padding-right: 9px;

	margin-right: 3px;

}

.home_slider_custom_dot div

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	border: solid 2px transparent;

	border-radius: 18px;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.home_slider_custom_dot.active div

{

	border: solid 2px #FFFFFF;

}



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

5. Search

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



.search

{

	width: 100%;

	height: 192px;

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

	z-index: 10;

}

.search_tabs_container

{

	position: absolute;

	bottom: 100%;

	left: 15px;

	width: calc(100% - 30px);

}

.search_tabs

{

	height: 75px;

}

.search_tab

{

	font-size: 14px;

	font-weight: 700;

	color: #2d2c2c;

	text-transform: uppercase;

	text-align: center;

	height: 100%;

	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 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:last-child

{

	/*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;

}

.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%;

}

.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:first-child

{

	width: 30.453%;

}

.search_item:nth-child(2)

{

	width: 13.961%;

}

.search_item:nth-child(3)

{

	width: 13.961%;

}

.search_item:nth-child(4)

{

	width: 9.947%;

}

.search_item:nth-child(5)

{

	width: 9.947%;

}

.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;

}

.search_button:hover

{

	opacity: 0.8;

}



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

6. Section Title

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



.section_title

{

	font-size: 30px;

	font-weight: 700;

	color: #2d2c2c;

	margin-top: -8px;

	text-transform: uppercase;

}



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

7. Intro

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



.intro

{

	width: 100%;

	padding-top: 100px;

	padding-bottom: 105px;

}

.intro_title

{

	font-weight: 700;

	color: #2d2c2c;

	margin-top: -14px;

}

.intro_text

{

	margin-top: 21px;

}

.intro_text p

{

	font-size: 24px;

	font-style: italic;

	color: #929191;

	line-height: 1.336;

	margin-bottom: 0px;

}

.intro_items

{

	margin-top: 69px;

}

.intro_item

{

	width: 100%;

	height: 425px;

}

.intro_item_overlay

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 2;

	background: rgba(49, 18, 75, 0.55);

}

.intro_item_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	z-index: 1;

}

.intro_item_content

{

	width: 100%;

	height: 100%;

	z-index: 3;

}

.intro_date

{

	position: absolute;

	top: 35px;

	left: 50%;

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

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

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

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

	transform: translateX(-50%);

	width: auto;

	padding-left: 39px;

	padding-right: 39px;

	white-space: nowrap;

	font-size: 13px;

	font-weight: 400;

	color: #FFFFFF;

	line-height: 27px;

	background: #fa9e1c;

	border-radius: 14px;

}

.intro_button

{

	position: absolute;

	bottom: 51px;

	left: 50%;

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

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

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

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

	transform: translateX(-50%);

}

.intro_center

{



}

.intro_center h1

{

	font-size: 59px;

	font-weight: 700;

	color: #FFFFFF;

	letter-spacing: -0.05em;

}

.intro_price

{

	font-size: 14px;

	font-weight: 400;

	color: #FFFFFF;

	margin-top: -4px;

}

.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_5 i:nth-child(5){color: #ef910a;}



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

8. CTA

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



.cta

{

	padding-top: 125px;

	padding-bottom: 116px;

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

}

.cta_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	opacity: 0.27;

}



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

8.1 CTA Slider

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



.cta_slider_container

{



}

.cta_item

{

	padding-top: 75px;

	padding-bottom: 61px;

	padding-left: 90px;

	padding-right: 90px;

	background: #FFFFFF;

}

.cta_title

{

	font-size: 30px;

	font-weight: 700;

	color: #2d2c2c;

	text-transform: uppercase;

}

.cta_text

{

	font-weight: 600;

	line-height: 2.29;

	margin-top: 14px;

	margin-bottom: 0px;

}

.cta_button

{

	margin-top: 38px;

}

.rating_r i::before

{

	font-family: 'FontAwesome';

	content: "\f006";

	font-style: normal;

	font-size: 19px;

	margin-right: 4px;

}

.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";}

.cta_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;

}

.cta_slider_prev

{

	left: -75px;

}

.cta_slider_next

{

	right: -75px;

}

.cta_slider_prev:hover .nav_path,

.cta_slider_prev:hover .nav_arrow

{

	fill: url(#cta_grad_prev);

}

.cta_slider_next:hover .nav_path,

.cta_slider_next:hover .nav_arrow

{

	fill: url(#cta_grad_next);

}



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

9. Offers

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



.offers

{

	width: 100%;

	padding-top: 105px;

	padding-bottom: 43px;

	background: #f3f6f9;

}

.offers_items

{

	margin-top: 90px;

}

.offers_col

{

	margin-bottom: 83px;

}

.offers_item

{



}

.offers_image_container

{

	width: 100%;

	height: 100%;

}

.offers_image_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

}

.offer_name

{

	position: absolute;

	left: 0;

	bottom: 27px;

	width: 180px;

	height: 33px;

	background: #fa9e1b;

	overflow: hidden;

}

.offer_name a

{

	display: block;

	font-size: 16px;

	font-weight: 700;

	color: #FFFFFF;

	text-transform: uppercase;

	line-height: 35px;

	padding-left: 22px;

}

.offers_content

{

	

}

.offers_price

{

	display: inline-block;

	font-size: 36px;

	font-weight: 700;

	color: #eda84a;

	line-height: 25px;

}

.offers_price span

{

	font-size: 14px;

	font-weight: 400;

	color: #929191;

	margin-left: 12px;

}

.offers_rating

{



}

.offers_rating i::before

{

	font-size: 13px;

	margin-right: 2px;

}

.offers_text

{

	font-size: 14px;

	font-weight: 400;

	color: #929191;

	margin-top: 16px;

}

.offers_icons

{

	margin-top: 17px;

}

.offers_icons_item

{

	display: inline-block;

	margin-right: 15px;

}

.offers_icons_item:last-child

{

	margin-right: 0px;

}

.offers_link

{

	margin-top: 54px;

}

.offers_link a

{

	font-size: 12px;

	font-weight: 700;

	color: #2d2c2c;

	text-transform: uppercase;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.offers_link a:hover

{

	color: #fa9e1b;

}



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

10. Testimonials

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



.testimonials

{

	width: 100%;

	padding-top: 105px;

	padding-bottom: 105px;

	background: #FFFFFF;

}

.test_border

{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 2px;

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

}



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

10.1 Testimonials Slider

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



.test_slider_container

{

	width: 100%;

	margin-top: 54px;

}

.test_item

{

	padding-top: 36px;

}

.test_icon

{

	position: absolute;

	top: 0px;

	left: 41px;

	width: 72px;

	height: 72px;

	background: #fa9e1b;

	border-radius: 50%;

	overflow: hidden;

}

.test_icon img

{

	position: relative;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	width: auto !important;

}

.test_content_container

{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 44.1%;

	background: rgba(49, 18, 75, 0.8);

}

.test_content

{

	width: 100%;

	height: 100%;

	padding-left: 38px;

	padding-top: 44px;

	padding-right: 40px;

}

.test_item_info

{

	position: absolute;

	left: 41px;

	bottom: calc(100% - 18px);

	background: #FFFFFF;

	padding-left: 20px;

	padding-right: 21px;

	padding-top: 9px;

	padding-bottom: 10px;

	z-index: 10;

}

.test_name

{

	font-size: 14px;

	font-weight: 700;

	color: #2d2c2c;

	text-transform: uppercase;

}

.test_date

{

	font-size: 11px;

	margin-top: 2px;

	color: #2d2c2c;

	padding-left: 2px;

}

.test_quote_title

{

	font-size: 20px;

	font-weight: 500;

	color: #FFFFFF;

	padding-left: 3px;

}

.test_quote_text

{

	font-weight: 500;

	color: #FFFFFF;

	margin-top: 11px;

}

.test_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;

}

.test_slider_nav .nav_path,

.test_slider_nav .nav_arrow

{

	fill: #c4ced2;

}

.test_slider_prev

{

	left: -75px;

}

.test_slider_next

{

	right: -75px;

}

.test_slider_prev:hover .nav_path,

.test_slider_prev:hover .nav_arrow

{

	fill: url(#test_grad_prev);

}

.test_slider_next:hover .nav_path,

.test_slider_next:hover .nav_arrow

{

	fill: url(#test_grad_next);

}



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

11. Trending

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



.trending

{

	width: 100%;

	padding-top: 105px;

	padding-bottom: 50px;

}

.trending_container

{

	margin-top: 90px;

}

.trending_item

{

	margin-bottom: 55px;

}

.trending_image

{

	width: 82px;

	height: 76px;

	float: left;

}

.trending_image img

{

	width: 100%;

}

.trending_content

{

	padding-left: 94px;

}

.trending_title

{

	margin-top: -5px;

}

.trending_title a

{

	font-size: 16px;

	font-weight: 700;

	color: #2d2c2c;

	text-transform: uppercase;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.trending_title a:hover

{

	color: #fa9e1b;

}

.trending_price

{

	font-size: 14px;

	font-weight: 700;

	color: #fa9e1b;

	margin-top: 2px;

}

.trending_location

{

	font-size: 14px;

	font-weight: 400;

	color: #929191;

	text-transform: uppercase;

	margin-top: 5px;

}



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

12. Contact

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



.contact

{

	width: 100%;

	padding-bottom: 105px;

}

.contact_background

{

	position: absolute;

	bottom: -34px;

	left: 0;

	width: 100%;

	height: 104%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

}

.contact_title

{

	font-size: 30px;

	font-weight: 700;

	color: #FFFFFF;

	text-transform: uppercase;

}

.contact_form_container

{

	padding-top: 74px;

	padding-left: 48px;

	padding-right: 48px;

	padding-bottom: 88px;

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

}

.contact_form

{

	margin-top: 52px;

	font-size: 0px;

}

.input_field

{

	height: 48px;

	font-size: 12px;

	font-weight: 400;

	border: none;

	outline: none;

	background: transparent;

	color: #FFFFFF;

	border-bottom: solid 2px #e1e1e1;

}

.contact_form_name

{

	width: calc((100% - 30px) / 2);

	margin-right: 30px;

}

.contact_form_email

{

	width: calc((100% - 30px) / 2);

}

.contact_form_subject

{

	width: 100%;

	margin-top: 11px;

}

.contact_form_message

{

	height: 126px;

	width: 100%;

	border: none;

	outline: none;

	margin-top: 19px;

	background: transparent;

	font-size: 12px;

	font-weight: 400;

	color: #FFFFFF;

	border-bottom: solid 2px #e1e1e1;

	padding-top: 11px;

}

.form_submit_button

{

	font-size: 13px;

	font-weight: 700;

	color: #fff;

	text-transform: uppercase;

	line-height: 53px;

	padding-left: 29px;

	padding-right: 29px;

	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;

	margin-top: 37px;

	cursor: pointer;

}

.form_submit_button:hover

{

	opacity: 0.8;

}

.input_field::-webkit-input-placeholder,

.text_field::-webkit-input-placeholder

{

	font-size: 12px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

}

.input_field:-moz-placeholder,

.text_field:-moz-placeholder

{

	font-size: 12px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

}

.input_field::-moz-placeholder,

.text_field::-moz-placeholder

{

	font-size: 12px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

} 

.input_field:-ms-input-placeholder,

.text_field:-ms-input-placeholder

{ 

	font-size: 12px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

}

.input_field::input-placeholder,

.text_field::input-placeholder

{

	font-size: 12px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

}



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

13. Footer

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



.footer

{

	width: 100%;

	padding-top: 113px;

	padding-bottom: 104px;

	background: #024f88;

}

.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:hover

{

	background: #fa9e1b;

}

.tag_item a

{

	display: block;

	font-size: 12px;

	font-weight: 600;

	color: #FFFFFF;

	line-height: 33px;

	padding-left: 25px;

	padding-right: 25px;

}



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

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: #ca7820;

}

.copyright_content

{

	/*height: 52px;*/

}

.copyright_content div

{

	font-size: 12px;

	font-weight: 600;

	color: #fff;

}

.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;

}

.super_container.inner_page .header{ position:relative;}

.top_bar .social .navbar-nav{}

.top_bar .social .navbar-nav>li>a{    padding-top: 8px;

    color: #fff !important;

    font-size: 10px; padding-bottom:8px;}

.copyright{ text-align:center;}	

body .btn-action{ background:#024f88;}

body .btn-primary{background-color: #024f88;

    border-color: #024f88;}
body .featured-back{ background:#024f88;}
.row{ display:block;}	
.promo-section {
    position: relative;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 350px;
    display: table;
    width: 100%;
    color: #fff;
    background-color: #1a2028;
}
.promotions img {height: 125px;}
.promotions {position: relative; z-index: 0;margin-bottom: 20px;}
.promotions h4{margin: 10px 0 10px;}
.promotions p{letter-spacing:1px}
.promotions .probox h3 strong{color:black !important;}
.promotions .probox p{color:black !important;}
.promotions .probox{border-radius:0 0 3px 3px;background:transparent;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;}
.promotions .probox:hover{box-shadow:0 5px 15px rgba(0, 0, 0, 0.25);}
.promo-section{position:relative;text-align:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;height:350px;display:table;width:100%;color:#fff;background-color:#1a2028;}
.promo-section .title{padding:5px 30px 5px;display:block;vertical-align:top;}
.promo-section > .cell{/*display:table-cell;vertical-align:middle;padding:30px 0 70px;position:absolute;*//*top:0;*//*left:0;*/width:100%;/*height:100%;*/z-index:15; bottom:0; background:#ca7820; padding-top:25px;}
.main_nav_item::after{    bottom: -3px;}

.select2-container{height: 60px;margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}
.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;box-sizing:border-box;background:white}
.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:0px solid #ccc;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}
.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;-webkit-border-radius:1px;border-radius:1px}
.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}
.select2-container .select2-choice>.select2-chosen{padding-top: 7px;float:left;padding-left:10px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:auto;line-height:50px}
.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(assets/img/select2.png) right top no-repeat;cursor:pointer;outline:0}
.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}
.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}
.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}
.select2-drop{width:100%;margin-top:-60px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border-top:0;height:50px;line-height:32px}
.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0}
.select2-drop-active{/*border:1px solid #7c7c7c;*/border-top:0}
.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}
.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}
.select2-drop-auto-width .select2-search{padding-top:4px}
.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0}
.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}
.select2-search input{font-size:14px;letter-spacing:1px;width:100%;height:48px !important;padding:0 20px 4px 5px;margin-top:12px;outline:0;border:0 solid #aaa;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#fff url(assets/img/select2.png) no-repeat 100% -22px}
.select2-drop.select2-drop-above .select2-search input{margin-top:4px}
.select2-search input.select2-active{background:#fff url(assets/img/select2-spinner.gif) no-repeat 100%}
.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}
.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;background-color:#eee}
.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent}
.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;border-left:none;-webkit-filter:none;filter:none}
.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}
.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.select2-results{max-height: 250px;background: white; overflow-y: scroll; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 50px 100px, rgba(0, 0, 0, 0.29) 0 5px 50px; box-shadow: rgba(0, 0, 0, 0.25) 0 50px 100px, rgba(0, 0, 0, 0.29) 0 5px 50px; };background:#efefef;max-height:200px;padding:0;margin:0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.select2-results ul.select2-result-sub{margin:0;padding-left:0}
.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}
.select2-results li{list-style:none;display:list-item;background-image:none}
.select2-results li.select2-result-with-children>.select2-result-label{ font-size: 12px;font-weight:700;background:#ebebeb;text-transform:uppercase;letter-spacing:1px}
.select2-results .select2-result-label{padding:0 8px 0;margin:0;cursor:pointer;min-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.select2-results .select2-highlighted{background:#3875d7;color:#fff}
.select2-results li em{background:#feffde;font-style:normal}
.select2-results .select2-highlighted em{background:transparent}
.select2-results .select2-highlighted ul{background:#fff;color:#000}
.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}
.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}
.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}
.select2-results .select2-selected{display:none}
.select2-more-results.select2-active{background:#f4f4f4 url(assets/img/select2-spinner.gif) no-repeat 100%}
.select2-more-results{background:#f4f4f4;display:list-item}
.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}
.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}
.select2-container.select2-container-disabled .select2-choice abbr{display:none}
.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff}
.select2-locked{padding:3px 5px 3px 5px!important}
.select2-container-multi .select2-choices{min-height:26px}
.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}
.select2-container-multi .select2-choices li{float:left;list-style:none}
html[dir="rtl"] .select2-container-multi .select2-choices li{float:right}
.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}
.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent!important}
.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url(assets/img/select2-spinner.gif) no-repeat 100%!important}
.select2-default{color:#999!important}
.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;-webkit-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05));box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05));-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice{margin-left:0;margin-right:5px}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}
.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}
.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url(assets/img/select2.png) right top no-repeat}
html[dir="rtl"] .select2-search-choice-close{right:auto;left:3px}
.select2-container-multi .select2-search-choice-close{left:3px}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}
.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}
.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}
.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}
.select2-display-none{display:none}
.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url(assets/img/select2x2.png)!important;background-repeat:no-repeat!important;-webkit-background-size:60px 40px!important;background-size:60px 40px!important}
.select2-search input{background-position:100% -21px!important}
} 
.promo-section > .cell .iconspane-lg{ right:12px; top:60px;}
.promo-section > .cell .form {
    padding-top: 14px;
    height: 60px;
    border: 0px;
    border-radius: 0px !important;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.promo-section > .cell .dropdown_item_select{ background-color:#fff;}
.body-section{ clear:both; display:block;}
.navbar-default .navbar-header.go-right{ z-index:9;}
.navbar-default .navbar-brand{ min-height:45px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background: #024f88;}
.promo-section > .cell .button{    background: #024f88;
    border-radius: 0px;
    margin-bottom: 35px;}
.top_bar .user_box{ float:right; }
.search_panel_content{}
.cell .hotelsearch a{ height:60px !important;line-height: 60px!important;}
.filter_label{margin-top: 20px;
    padding-bottom: 10px;}
.cell .select2-choice {
    height: 60px!important;
    line-height: 60px!important;
}
.selectx{ background:#fff;}
.cell .select2-container .select2-choice .select2-arrow{ background:none; border:none;}
.cell .select2-container .select2-choice .select2-arrow b{ background:none;}
.top_filter_empty_btn{margin-top: 35px;}
.cell .search_button{ height:58px; line-height:58px;}
.cell .outline-icon{ color:#fff;}
.header-mob{background: #ca7820;}
.collapsebtn{    background-color: #024f88;font-size: 13px; color:#fff;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{ background-color: #ca7820;}
.star{color: #ca7820;}
.slider-selection{background-color: #ca7820;}
.nav-pills li a{color: #024f88;}
.btn-action:hover{background-color: #ca7820;}
body .btn-primary:hover{background-color: #ca7820; border-color:#ca7820;}
::-webkit-scrollbar-thumb{background-color: #ca7820;}

.booking-form-trawex-flight {
	padding: 0px 40px 40px;
	/*max-width: 642px;*/
	width: 100%;
	margin: auto;
	/*background: #2d343b;*/
}

.booking-form-trawex-flight .form-header {
	padding: 40px;
	margin: 0px -40px 30px;
	background: #1a1f24;
}

.booking-form-trawex-flight .form-header h1 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	margin: 0;
	color: #fff;
}

.booking-form-trawex-flight .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form-trawex-flight .form-control {
	background-color: #1c2126;
	height: 50px;
	padding: 7px 20px 0px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.booking-form-trawex-flight select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form-trawex-flight select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	height: 50px;
	line-height: 50px;
	color: #2d343b;
	font-size: 14px;
}

.booking-form-trawex-flight select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form-trawex-flight .form-label {
	position: absolute;
	top: 15px;
	left: 20px;
	text-transform: uppercase;
	color: #2d343b;
	font-weight: 700;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	pointer-events: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form-trawex-flight .form-group.input-not-empty .form-label {
	top: -10px;
	color: #fff;
	font-size: 14px;
}

.booking-form-trawex-flight .form-group:not( .input-not-empty) .form-control:not( :focus) {
	color: transparent;
}

.booking-form-trawex-flight .form-group .form-control:focus+.form-label {
	top: -10px;
	color: #fff;
	font-size: 14px;
}

.booking-form-trawex-flight .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.booking-form-trawex-flight .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 30px;
	color: #fff;
	font-weight: 700;
}

.booking-form-trawex-flight .form-checkbox label+label {
	margin-left: 15px;
}

.booking-form-trawex-flight .form-checkbox input+span {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 2px solid #1c2126;
	background: #1c2126;
	border-radius: 50%;
}

.booking-form-trawex-flight .form-checkbox input:checked+span {
	border-color: #f7c411;
}

.booking-form-trawex-flight .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #f7c411;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form-trawex-flight .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

.booking-form-trawex-flight .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}

.booking-form-trawex-flight .submit-btn {
	color: #1c2126;
	background-color: #f7c411;
	font-weight: 700;
	height: 50px;
	border: none;
	padding: 0px 50px;
}
.footer{background: #333;}
.sweden_banner_title{text-align: center;
    margin-top: 45px;
    color: #fff;}

.metro-container {
	padding-bottom: 15px
}
.metro-container .metro-item {
	padding-top: 15px;
	position: relative
}
.metro-container .metro-item img {
	width: 100%;
	height: auto
}
.metro-container .metro-item .block-bg {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	z-index: 0;
	color: #fff;
	background: rgba(0,0,0,.7);
	text-align: center;
	padding: 10px
}
.metro-container .metro-item .block-header span, .metro-container .metro-item .block-footer strong {
	display: block
}
.metro-container .metro-item .block-header .block-title {
	font-size: 18px;
	margin: 2px 0
}
.metro-container .metro-item-large .block-bg {
	left: 15px;
	bottom: 15px;
	height: auto;
	right: auto;
	padding: 10px 15px;
	max-width: 85%
}
.metro-container .metro-item-large .block-footer strong {
	font-size: 17px
}
.metrogrid-navigation {
	text-align: center;
	padding-top: 15px
}
.metrogrid-navigation .current-nav {
	font-size: 23px;
	font-weight: bold;
	padding: 0 15px
}	
.metro-container {
	padding-bottom: 15px
}
.metro-container .metro-item {
	padding-top: 15px
}
.metro-container .metro-item img {
	width: 100%;
	height: 200px
}
.metro-container .metro-item-large img {
	height: 415px
}
.metro-container .metro-item-small .block-footer .block-title {
	display: block
}
.metro-container .metro-item-small .block-bg {
	/*top: 100%;
	height: auto;
	overflow: hidden;
	-moz-transition: top ease-in-out 1s;
	-o-transition: top ease-in-out 1s;
	-webkit-transition: top ease-in-out 1s;
	transition: top ease-in-out 1s;
	padding: 0*/
}
.metro-container .metro-item-small .block-bg .block-header, .metro-container .metro-item-small .block-bg .block-footer {
	/*opacity: 0;
	display: block;
	-moz-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s*/
}
.metro-container .metro-item-small .block-bg .block-header .block-title {
	/*font-size: 22px;
	margin: 15px 0 8px 0*/
}
.metro-container .metro-item-small .block-bg .block-footer strong {
	/*font-size: 20px;
	margin: 8px 0*/
}
.metro-container .metro-item-small:hover .block-bg {
	/*top: 15px*/
}
.metro-container .metro-item-small:hover .block-bg .block-header, .metro-container .metro-item-small:hover .block-bg .block-footer {
	/*opacity: 1*/
}
.footer { padding-top:30px; padding-bottom:30px;}
.modal-header{ background:#024f88;}
.main_nav_item .dropdown-menu .main_nav_item { width:100%;}
.cms-sidebar-title{ text-transform:uppercase; background:#024f88; text-align:center; clear:both;}
.cms-sidebar-title h4{ margin:0; color:#fff; padding:12px 18px;}
.cms-featured-image{ position:relative;margin-bottom: 25px;}
.cms-featured-image .cms-featured-bg {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 0;
    color: #fff;
    background: rgba(2, 79, 136,0.7);
    /*text-align: center;*/
    padding: 10px;
}
.cms-featured-image .block-header{ text-align:left;}
.cms-featured-image .block-title{ text-transform:uppercase; font-size:20px;}
.cms-sidebar-content li{ list-style:none; font-size:16px;padding: 5px 0px;}
.cms-sidebar-content li a{color: #333; width:100%;}
.cms_page_contents{color: #333; font-size:15px;}
.cms_page_contents p{color: #333; font-size:15px;}
.cms_page_contents h3{ color: #024f88;
    font-size: 17px;
    font-weight: bold;}
.cms-sidebar-content li:hover{    background: rgba(0,0,0,.1);}	
.cms-sidebar-content li:hover a{}

.home-slider{ height:600px; max-height:600px;}
.promo-section > .cell{ position:absolute; background:rgba(2, 79, 136,0.5);}
.tab-pane-filter{ }
.tab-pane-filter .form-group{background: #fff;}
.tab-pane-filter .filter_label{ color:#555555;}
.promo-section > .cell .button{margin-bottom: 17px;}
.nav-tabs>li>a{background: rgba(0, 0, 0, 0.75);}

.tour_details_area{ margin-bottom: 20px;
    clear: both;
    overflow: hidden;
    margin-top: 20px;}
.tour_day_night{ margin-top: 25px; }
.tour_day_night p{ font-size: 18px; }
#accordion_tour_details{}
#accordion_tour_details .panel-heading{padding: 15px 18px;
    background-color: #024f88;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    color: #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px; text-align:center;}
#accordion_tour_details .panel-heading .panel-title{font-size: 18px;}
.accordion_level {
    background-color: #eee;
    color: #444;
    cursor: pointer;
   /* padding: 10px 18px;*/
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	float:left;
	width:100%;
}

.accordion_level.active, .accordion_level:hover {
    background-color: #ddd;
}

.accordion_level:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
	padding-right: 15px;
    padding-top: 12px;
}

.accordion_level.active:after {
    content: "\2796";
}

div.panel_accordion_level {
    padding: 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel_accordion_level.show {
    opacity: 1;
    max-height: 500px;  
}	
.itinerary_img img{ width:100%;}
.itinerary_highlight_title{
	padding: 5px 10px;
    background-color: #024f88;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 10px; font-weight:normal;}
.itinerares_day_title{     float: left;
    background: #024f88;
    color: #fff;
    padding: 10px 18px; }
.itinerares_day_subtitle{float:left; padding:10px 18px;}	
.top_listing_filter{    position: absolute; bottom: 0;}	
.top_listing_filter {
    text-transform: uppercase;
    font-size: 12px;
	width: 100%;
    border-bottom: 0;
}
.top_listing_filter.nav-justified>li {
    float: none;
}
.top_listing_filter>li>a {
    background: rgba(0, 0, 0, 0.75);
	padding: 10px;
    font-size: 12px;
	position: relative;
    display: block;
}
.row-filter-load{position: absolute;width: 100%;bottom: 0;}
.top_listing_filter.nav-justified>li a i{margin-left: 5px;
    margin-right: 5px;}
.top_listing_filter.nav-justified>li:last-child a{ margin-right:0;}
.itinerary_highlight ul{ margin-left: 20px;
    margin-bottom: 25px;}
.itinerary_highlight ul li{ list-style-type: disc;}
.faqtypes_listing{ margin-top:25px;}
.accomodation_box_outer {
    position: relative;
    box-shadow: #d2d2d2 0px 0px 15px;
    border-radius: 3px;
    background: #fff;
	padding:10px 0px;
}
.accomodation_box_outer{    position: relative;
    box-shadow: #d2d2d2 0px 0px 15px;
    border-radius: 3px; background:#fff;}
	.accomodation_text_body{padding: 15px;}
	.accomodation_rooms_type{display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;font-weight: normal;color: #666;}
 
 .accomodation_rooms_type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.accomodation_rooms_type .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
 /* border-radius: 50%;*/
 border: 1px solid #000;
}

.accomodation_rooms_type:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.accomodation_rooms_type input:checked ~ .checkmark {
  background-color: #ca7820;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.accomodation_rooms_type .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.accomodation_rooms_type input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.accomodation_rooms_type .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	/*border-radius: 50%;
	background: white;*/
}
 
.car_body_text{
	padding: 15px;
	color:#024f88;
}
.car_selection .checkmark{ right:0; left:auto;}
.self_tour_book_btn{ display:none;}

.selfdrive_tours_load{ margin-top:35px;}
.title_tag{ color:#024f88; margin-bottom:25px;}
.self_drive_tour_item{margin-bottom: 20px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 5px;}
.self_drive_tour_item .info-box{ padding:10px 15px 15px 15px;}
.inquiry_buton_right_panel{   
position: fixed;
    z-index: 9999;
    /*margin: 0 auto;*/
    height: 50px;
    bottom: 200px;
    right: -50px;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.inquiry_buton_right_panel a{
background-color: #024f88;
    border-color: #024f88;
    border-radius: 0px 0px 10px 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.quotation_buton_right_panel{   
position: fixed;
    z-index: 9999;
    /*margin: 0 auto;*/
    height: 50px;
    top: 200px;
    right: -35px;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.quotation_buton_right_panel a{
background-color: #024f88;
    border-color: #024f88;
    border-radius: 0px 0px 10px 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}	

.flight_panel_details{background: #fafbfb;box-shadow: -1px 0 4px rgba(0,0,0,.12);}
.flight_top_panel_box{margin-bottom: 10px;}
.flight_top_panel_details{  padding:10px;text-align: center; padding-bottom:20px;}
.flight-details__price {
    text-align: center;
    color: #15c4a1;
    margin-top: 5px;
	font-size:20px;
}
.flight-details__pax{font-size: 16px;}
button.btn.book_panel_flight_btn{padding: 10px 20px;
    font-size: 16px;}
.flight_top_panel_foot{    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px; background:#fff; padding-top:15px; padding-bottom:15px;}	
.flight_top_panel_tabs_link{ margin-right: 20px;cursor:pointer;}	
.active_info_tab{color:#ca7820; font-size:15px; }
.flight_top_panel_heading{background: #fff;}
.flight_bottom_panel_box{    padding: 10px;
    background: #fff;float: left;
    width: 100%;}
.airport_travel_heading{ font-size: 16px;
    color: #1e3945;
    word-spacing: 1px;line-height: 25px;text-align: center;}
.airline_heading{ text-align:center;color: #1e3945;font-size:13px;margin-bottom: 20px;}
.panel_airline_route .pull-left{color: #1e3945;font-size: 13px;}
.panel_airline_route .pull-right{color: #1e3945;font-size: 13px;}
.route_liner_show .flight_road{width: 42%;
    float: left;
    height: 2px;
    background: #000;
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 0px;}
.route_liner_show .fa{float: left;margin-top: 2px;}			
.route_liner_show{font-size: 20px;margin-top: 15px;
    clear: both;color: #1e3945;}
.to_text_flight{font-size: 18px;float: left;margin-left: 8px;color:#1e3945;}
.from_text_flight{float: left;
    margin-right: 8px;
    font-size: 18px; color:#1e3945;}
.tabs_info_box{ clear:both; display:none;float: left;
    width: 100%;}	
.active_info_box{ display:block;}
.hide_booking_panel_btn{ cursor:pointer;}
table.table.cart_table td{ border:none; border-bottom:1px dotted #e6e9ea; font-size:18px; color:#1e3945;}
.txt_right{ text-align:right;}

#flight_loader{ display:none; background:url(../images/flightloader.gif) no-repeat; height:300px; }

.flightroute_main #overlayer {
  width:100%;
  height:100%;  
  position:absolute;
  z-index:1;
  background:#fff;
}
.flightroute_main .loader {
display: inline-block;
    position: absolute;
    z-index: 3;
	width: 100%;
    text-align: center;
  
  /*animation: loader 2s infinite ease;*/
}

.flightroute_main .loader-inner {
  vertical-align: middle;
  display: inline-block;
  width: 300px;
   background:url(../images/flightloader.gif) no-repeat; 
       height: 300px;
    position: relative;
	margin-top:50px;
  /*background-color: #fff;
  animation: loader-inner 2s infinite ease-in;*/
 
}

/*.collapse_btn_tour,.collapse_btn_tour:focus,.collapse_btn_tour:active{ background:none; border:none; width:100%;}*/
.collapse_btn_tour{ cursor:pointer;}
.icon_collapse_tour{position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; float:right;}

.collapse_btn_tour.collapsed .icon_collapse_tour:before{ content: "\002b";}
.collapse_btn_tour .icon_collapse_tour:before{content: "\2796";}
.panel-group-details .panel-body{ text-align:justify;} 
.checkout_terms_and_conditions{    height: 150px;
    overflow-y: scroll;
    text-align: justify;
    padding: 0px 15px;
    padding-left: 0;}
@media (min-width: 768px){
.nav-tabs.nav-justified>li>a {
    border-radius: 10px 10px 0 0;
    color: #ffffff;
	margin-right:10px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus{
	border-radius: 10px 10px 0 0;
	border-color:#024f88;
	
}
.nav-tabs.nav-justified>li:last-child >a{    margin-right: 0;}
.top_listing_filter.nav-justified>li {
    display: table-cell;
    width: 1%;
}
.top_listing_filter.nav-justified>li>a {
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    margin-right: 10px;
}
.top_listing_filter>li.active>a, .top_listing_filter>li.active>a:hover, .top_listing_filter>li.active>a:focus {
    background: #024f88;
}
.top_listing_filter.nav-justified>.active>a, .top_listing_filter.nav-justified>.active>a:hover, .top_listing_filter.nav-justified>.active>a:focus {
    border-radius: 10px 10px 0 0;
    border-color: #024f88;
	color: #fff;
}
}