@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Home Search
7. Intro
8. Destinations
9. Testimonials
10. News



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Oswald:400,500,600,700');

/*********************************
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: 1.9285;
	font-weight: 400;
	color: #72728c;
	-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;
}
p:last-of-type
{
	margin-bottom: 0;
}
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: 72px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	-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;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}


/*********************************
7. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	z-index: 1;
}
.intro_background
{
	position: absolute;
	top: -128px;
	left: 0;
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.intro_container
{
	width: 100%;
	border-bottom: solid 2px #e4e6e8;
	padding-top: 142px;
	padding-bottom: 121px;
}
.intro_icon
{
	width: 70px;
	height: 71px;
}
.intro_icon img
{
	max-width: 100%;
}
.intro_content
{
	padding-left: 28px;
}
.intro_title
{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #181818;
	font-weight: 400;
}

/*********************************
8. Destinations
*********************************/

.destinations
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 115px;
	padding-bottom: 116px;
}
.section_subtitle
{
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #72728c;
	line-height: 0.75;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.section_title
{
	color: #181818;
	margin-top: 26px;
}
.destinations_row
{
	margin-top: 99px;
}
.destination_image
{
	width: 100%;
}
.destination_image img
{
	max-width: 100%;
}
.spec_offer
{
	position: absolute;
	top: 15px;
	left: 16px;
	width: 118px;
	height: 36px;
	background: #181818;
}
.spec_offer a
{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: 400;
}
.destinations_container
{
	width: calc(100% + 30px);
	left: -15px;
}
.destination
{
	width: calc(100% / 3);
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 33px;
}
.destination_title
{
	margin-top: 15px;
}
.destination_title a
{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #181818;
}
.destination_subtitle
{
	margin-top: -4px;
}
.destination_price
{
	font-size: 16px;
	font-weight: 700;
	color: #181818;
	margin-top: 16px;
}


/*********************************
10. News
*********************************/

.news
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 115px;
	padding-bottom: 115px;
}
.news_post:not(:last-child)
{
	margin-bottom: 68px;
}
.news_post_image
{
	width: 34.8%;
}
.news_post_image img
{
	max-width: 100%;
}
.news_post_content
{
	width: 65.2%;
	padding-left: 30px;
}
.news_post_date div:first-child
{
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: #181818;
	line-height: 0.75;
}
.news_post_date div:last-child
{
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #72728c;
	text-transform: uppercase;
	line-height: 0.75;
	letter-spacing: 0.2em;
	margin-left: 4px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.news_post_title
{
	margin-top: 17px;
}
.news_post_title a
{
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #181818;
}
.news_post_category
{
	margin-top: -5px;
}
.news_post_category ul li
{
	display: inline-block;
}
.news_post_category ul li a
{
	font-family: 'Oswald', sans-serif;
	font-size: 9px;
	color: #8f8f8f;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.news_post_text
{
	margin-top: 14px;
}
.travello
{
	width: 100%;
	height: 659px;
	overflow: hidden;
}
.travello_content
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.travello_content_inner
{
	width: 100%;
	height: 100%;
}
.travello_content_inner > div
{
	position: absolute;
	top: 58%;
	width: 200%;
	height: 100%;
	z-index: 1;
}
.travello_content_inner > div:first-child
{
	left: 0;
	background: rgba(45,143,197,0.7);
	transform-origin: top left;
	transform: rotate(12deg);
}
.travello_content_inner > div:last-child
{
	right: 0;
	background: rgba(237,35,69,0.7);
	transform-origin: top right;
	transform: rotate(-12deg);
}
.travello_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding-bottom: 47px;
}
.travello_container a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.travello_container a div
{
	width: 100%;
	height: 100%;
}
.travello_title
{
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	max-width: 210px;
	line-height: 1;
}
.travello_subtitle
{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 6px;
	font-weight: 400;
}

