@charset "utf-8";
/* CSS Document */

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
4. Header
	4.1 Logo
	4.2 Main Navigation
	4.3 Phone Home
	4.4 Hamburger
5. Menu
6. Section Title
7. Button
8. Contact
9. Google Map
10. Newsletter
11. Footer
	11.1 Footer - About
	11.2 Footer - Useful Links
	11.3 Footer - Contact Form
	11.4 Footer - Contact Info
12. Credits


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

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300,400,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: 2;
	font-weight: 400;
	color: #838383;
	-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
{
	
}
.error .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;
}

/*********************************
3. Home
*********************************/

.home
{
	height: 433px;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_content
{
	width: 100%;
	margin-top: 221px;
}
.home_title
{
	display: inline-block;
	height: 31px;
	background: #6e6e6e;
}
.home_title h2
{
	font-size: 22px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 14px;
}
.breadcrumbs
{
	margin-top: 8px;
}
.breadcrumbs span::before
{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	content: ' / ';
}
.breadcrumbs span:first-child::before
{
	display: none;
}
.breadcrumbs span a
{
	font-size: 16px;
	font-weight: 600;
	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;
}
.breadcrumbs span a:hover
{
	color: #6e6e6e;
}

/*********************************
4. Header
*********************************/

.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	border-bottom: solid 1px rgba(255,255,255, 0.22);
	z-index: 15;
	background-color: rgba(0,0,0,0.3);
}
.header.scrolled
{
	height: 120px;
	background: #000;
	border: none;
}
.header_container
{
	width: 100%;
	height: 150px;
}
.header.scrolled .header_container
{
	height: 120px;
}

/*********************************
4.1 Logo
*********************************/

.logo_container
{
	
}
.logo
{
	text-align: center;
}
.logo span
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 1px;
}

/*********************************
4.2 Main Navigation
*********************************/

.main_nav
{
	margin-left: auto;
	margin-right: 112px;
}
.main_nav_item
{
	display: inline-block;
	margin-right: 40px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	-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 a:hover
{
	color: #6e6e6e;
}

/*********************************
4.3 Phone Home
*********************************/

.phone_home
{
	width: auto;
	height: 44px;
	background: #6e6e6e;
	padding-left: 46px;
	padding-right: 39px;
}
.phone_home span
{
	font-size: 18px;
	font-weight: 600;
	line-height: 44px;
	color: #FFFFFF;
}

/*********************************
4.4 Hamburger
*********************************/

.hamburger_container
{
	display: none;
	margin-left: auto;
}
.hamburger i
{
	font-size: 20px;
	padding: 5px;
	color: #FFFFFF;
	cursor: pointer;
}
.hamburger i:hover
{
	color: #f2f2f2;
}
.hamburger i:active
{
	color: #6e6e6e;
}

/*********************************
5. Menu
*********************************/

.menu
{
	display: block;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background: #FFFFFF;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.menu.active
{
	opacity: 1;
	visibility: visible;
}
.menu_item
{
	border-bottom: solid 1px #f2f2f2;
}
.menu_item:last-child
{
	border: none;
}
.menu_item:hover
{
	background: #f2f2f2;
}
.menu_item a
{
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 60px;
}

/*********************************
6. Section Title
*********************************/

.section_title
{
	padding-top: 37px;
	margin: 0 auto;
}
.section_title::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3px;
	height: 25px;
	background: #6e6e6e;
	content: '';
}
.section_title h3
{
	text-transform: uppercase;
	color: #6e6e6e;
	font-weight: 700;
}
.section_subtitle
{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #b0b1b3;
	margin-top: -4px;
}

/*********************************
7. Button
*********************************/

.button
{
	display: inline-block;
	height: 51px;
}
.button a
{
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 51px;
	padding-left: 34px;
	padding-right: 33px;
}

/*********************************
8. Contact
*********************************/

.contact
{
	padding-top: 90px;
}
.contact_title
{
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}
.estate_contact_form_container
{
	margin-top: 38px;
	margin-bottom: 100px;
}
.estate_input_field
{
	width: 100%;
	background: #e2e6f1;
	border: solid 2px transparent;
	margin-bottom: 9px;
	height: 38px;
	padding-left: 17px;
	color: #6e6e6e;
}
.estate_input_field:focus
{
	outline: none !important;
	border-color: #6e6e6e;
}
.estate_text_field
{
	width: 100%;
	height: 117px;
	background: #e2e6f1;
	border: solid 2px transparent;
	padding-left: 17px;
	color: #6e6e6e;
	padding-top: 10px;
	margin-bottom: 9px;
}
.estate_text_field:focus
{
	outline: none !important;
	border-color: #6e6e6e;
}
.estate_contact_send_btn
{
	width: 86px;
	height: 32px;
	background: #6e6e6e;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	margin-top: 0px;
	float: right;
}
.estate_contact_send_btn:focus
{
	outline: solid 1px #FFFFFF;
	border: green !important;
}
.estate_input_field::-webkit-input-placeholder,
.estate_text_field::-webkit-input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}
.estate_input_field:-moz-placeholder,
.estate_text_field:-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}
.estate_input_field::-moz-placeholder,
.estate_text_field::-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
} 
.estate_input_field:-ms-input-placeholder,
.estate_text_field:-ms-input-placeholder
{ 
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}
.estate_input_field::input-placeholder,
.estate_text_field::input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}
.estate_contact .contact_info_text,
.estate_contact .contact_info_text a
{
	color: #838383;
}
.estate_contact
{
	margin-top: 38px !important;
}
.estate_about_text
{
	margin-top: 30px;
}
.estate_about_text p
{
	line-height: 2.29;
	margin-bottom: 32px;
}
.estate_about_text p:last-of-type
{
	margin-bottom: 0px;
}
.estate_social
{
	margin-top: 28px;
}
.estate_social_item
{
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 2px #6e6e6e;
	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;
}
.estate_social_item:last-child
{
	margin-right: 0px;
}
.estate_social_item a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.estate_social_item a i
{
	display: block;
	position: relative;
	color: #6e6e6e;
	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;
}
.estate_social_item:hover
{
	background: #6e6e6e;
}
.estate_social_item:hover a i
{
	color: #FFFFFF;
}

/*********************************
9. Google Map
*********************************/

.estate_map
{
	margin-top: 100px;
}
.google_map
{
	width: 100%;
	height: 725px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}

/*********************************
10. Newsletter
*********************************/

.newsletter
{
	padding-top: 76px;
	padding-bottom: 99px;
	background: #000000;
}
.newsletter_title
{
	padding-top: 37px;
	margin: 0 auto;
}
.newsletter_title::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 25px;
	background: #6e6e6e;
	content: '';
}
.newsletter_title h3
{
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
}
.newsletter_subtitle
{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #b0b1b3;
	margin-top: -4px;
}
.newsletter_form_container
{
	margin-top: 31px;
}
.newsletter_email
{
	width: calc(100% - 132px);
	height: 55px;
	border: none;
	padding-left: 27px;
	font-weight: 500;
	color: #6e6e6e;
	background: #4a5b85;
}
.newsletter_email:focus
{
	outline: solid 2px #6e6e6e;
}
.newsletter_email::-webkit-input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #adb8d4 !important;
}
.newsletter_email:-moz-placeholder /* older Firefox*/
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #adb8d4 !important;
}
.newsletter_email::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #adb8d4 !important;
} 
.newsletter_email:-ms-input-placeholder
{ 
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #adb8d4 !important;
}
.newsletter_email::input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #adb8d4 !important;
}
.newsletter_submit_btn
{
	width: 132px;
	height: 55px;
	border: none;
	background: #6e6e6e;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}
.newsletter_submit_btn:focus
{
	border: solid 2px #FFFFFF;
}
.weekly_offer
{
	width: 100%;
	height: 100%;
}
.weekly_offer_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.weekly_offer_content
{
	position: absolute;
	top: 0;
	left: 0;
	height: 58px;
	background: #000000;
	z-index: 10;
}
.weekly_offer_icon
{
	width: 64px;
	background: #6e6e6e;
}
.weekly_offer_icon img
{
	width: 35px;
	height: 41px;
}
.weekly_offer_text
{
	font-size: 14px;
	font-weight: 700;
	line-height: 58px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}

/*********************************
11. Footer
*********************************/

.footer
{
	padding-top: 150px;
	padding-bottom: 80px;
	background: #000;
}
.footer_col_title
{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
}

/*********************************
11.1 Footer - About
*********************************/

.footer .logo_container
{
	display: inline-block;
	position: absolute;
	left: 0;
	top: -58px;
}
.footer .logo
{
	text-align: center;
}
.footer .logo span
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 1px;
}
.footer_social
{
	margin-top: 60px;
}
.footer_social_item
{
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 2px #6e6e6e;
	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: #6e6e6e;
	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: #6e6e6e;
}
.footer_social_item:hover a i
{
	color: #FFFFFF;
}
.footer_about
{
	margin-top: 44px;
	padding-right: 10px;
}
.footer_about p
{
	color: #c5c5c5;
	line-height: 2.29;
	margin-bottom: 0px;
}

/*********************************
11.2 Footer - Useful Links
*********************************/

.footer_useful_links
{
	margin-top: 27px;
}
.useful_links_item a
{
	font-size: 14px;
	font-weight: 600;
	color: #c5c5c5;
	line-height: 2.5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.useful_links_item a:hover
{
	color: #6e6e6e;
}

/*********************************
11.3 Footer - Contact Form
*********************************/

.footer_contact_form_container
{
	margin-top: 41px;
}
.footer_contact_form
{
	
}
.input_field
{
	width: 100%;
	background: #6e6e6e;
	border: solid 2px transparent;
	margin-bottom: 9px;
	height: 38px;
	padding-left: 17px;
	color: #6e6e6e;
}
.input_field:focus
{
	outline: none !important;
	border-color: #6e6e6e;
}
.text_field
{
	width: 100%;
	height: 117px;
	background: #6e6e6e;
	border: solid 2px transparent;
	padding-left: 17px;
	margin-bottom: 7px;
	color: #6e6e6e;
	padding-top: 10px;
}
.text_field:focus
{
	outline: none !important;
	border-color: #6e6e6e;
}
.contact_send_btn
{
	width: 86px;
	height: 32px;
	background: #6e6e6e;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}
.contact_send_btn:focus
{
	outline: solid 1px #FFFFFF;
	border: green !important;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
	font-size: 11px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #6678a3 !important;
}

/*********************************
11.4 Footer - Contact Info
*********************************/

.contact_info_list
{
	margin-top: 44px;
}
.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: #bcbcbd;
	line-height: 2.14;
	margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
	color: #6e6e6e;
}

/*********************************
12. Credits
*********************************/

.credits
{
	background: #6e6e6e;
	text-align: center;
}
.credits span
{
	color: #FFF;
	line-height: 25px;
}

.workflow
{
	padding-top: 100px;
	padding-bottom: 90px;
	border-bottom: solid 1px #dfe4ee;
}
.workflow_row
{
	margin-top: 83px;
}
.workflow_rocket
{
	position: absolute;
	top: 56px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.workflow_item
{

}
.workflow_image_background
{
	width: 227px;
	height: 227px;
}
.workflow_circle_outer,
.workflow_circle_inner,
.workflow_image
{
	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%);
}
.workflow_circle_outer
{
	background: #edeff4;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.5;
	z-index: 1;
}
.workflow_circle_inner
{
	width: 166px;
	height: 166px;
	border-radius: 50%;
	background: #e1e5ec;
	z-index: 2;
}
.workflow_item:hover .workflow_circle_outer
{
	background: #7e7e7e;
}
.workflow_item:hover .workflow_circle_inner
{
	background: #616161;
}
.workflow_item:hover .workflow_num
{
	background: #6e6e6e;
}
.workflow_image
{
	z-index: 4;
}
.workflow_num
{
	position: absolute;
	top: -11px;
	left: 34px;
	width: 42px;
	height: 42px;
	background: #abb2bf;
	border-radius: 50%;
	z-index: 3;
}
.workflow_num span
{
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 42px;
}
.workflow_item_content
{
	margin-top: 53px;
}
.workflow_title
{
	font-size: 18px;
	font-weight: 700;
	color: #6e6e6e;
}
.workflow_text
{
	color: #838383;
	margin-top: 17px;
	margin-bottom: 0px;
}


.cta_1
{
	padding-top: 64px;
	padding-bottom: 62px;
	background: #e7eaf0;
}
.cta_1_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	opacity: 0.32;
}
.cta_1_content
{
	width: 100%;
}
.cta_1_text
{
	color: #6e6e6e;
	font-weight: 700;
	margin-bottom: 0px;
}
.cta_1_text span
{
	color: #6e6e6e;
}
.cta_1_phone
{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding-left: 30px;
	padding-right: 29px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	background: #6e6e6e;
	margin-left: auto;
	white-space: nowrap;
}


.intro
{
	padding-top: 92px;
}
.intro_title
{
	font-weight: 700;
	color: #000000;
}
.intro_subtitle
{
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	color: #000000;
	margin-top: -1px;
}
.intro_text
{
	margin-top: 41px;
	margin-bottom: 0px;
}
.intro_button
{
	background: #6e6e6e;
	margin-top: 43px;
}
.intro_button a
{
	color: #FFFFFF;
}
.intro_image
{
	padding-left: 18.26%;
	padding-top: 19px;
	max-width: 100%;
}
.intro_image img
{
	max-width: 100%;
}


.agents
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.agents_row
{
}
.agent_image
{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
}
.agent_name
{
	font-size: 16px;
	color: #6e6e6e;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 25px;
}
.agent_role
{
	font-size: 14px;
	font-weight: 600;
	color: #838383;
	margin-top: 7px;
}
.agent_social
{
	margin-top: 19px;
}
.agent_social_item
{
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 2px #6e6e6e;
	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;
}
.agent_social_item:last-child
{
	margin-right: 0px;
}
.agent_social_item a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.agent_social_item a i
{
	display: block;
	position: relative;
	color: #6e6e6e;
	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;
}
.agent_social_item:hover
{
	background: #6e6e6e;
}
.agent_social_item:hover a i
{
	color: #FFFFFF;
}
.agents_more_button
{
	background: #6e6e6e;
	margin-top: 100px;
}
.agents_more_button a
{
	color: #FFFFFF;
}

.featured
{
	padding-top: 100px;
	padding-bottom: 100px;
}
.featured_row
{
	padding-top: 73px;
}
.featured_card_col { margin-bottom: 100px; }

.featured_card_container
{
	width: 100%;
}
.featured_panel
{
	position: absolute;
	left: 0;
	top: 21px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #6e6e6e;
	line-height: 41px;
	padding-left: 29px;
	padding-right: 26px;
}
.card
{
	display: block;
	border-radius: 0px;
	border: none;
}
.featured_card_container:hover .card
{
	box-shadow: 0px 40px 40px rgba(0,0,0,0.55);
}
.card-img-top
{
	border-radius: 0px;
}
.card-body
{
	padding-left: 26px;
	background: #edeff4;
	padding-bottom: 30px;
}
.card-title
{
	margin-top: 24px;
	min-height: 70px;
}
.card-title a
{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}
.card-text
{
	font-size: 14px;
	font-weight: 400;
	color: #838383;
	margin-top: 14px;
}
.rooms
{
	margin-top: 30px;
}
.room
{
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 6px;
}
.room_title
{
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
}
.room_content
{
	margin-top: 8px;
	padding-left: 2px;
}
.room_image
{
	display: inline-block;
	width: 32px;
}
.room_number
{
	position: relative;
	top: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
	margin-left: 5px;
}
.room_tags
{
	margin-top: 27px;
}
.room_tag
{
	display: inline-block;
	font-size: 12px;
	background: #6e6e6e;
	margin-right: 7px;
	margin-bottom: 9px;
	color: #FFF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.room_tag a
{
	display: block;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.featured_card_box
{
	width: 100%;
	height: 86px;
	background: #6e6e6e;
	margin-top: 7px;
	padding-left: 30px;
}
.featured_card_container:hover .featured_card_box
{
	box-shadow: 0px 40px 40px rgba(0,0,0,0.55);
}
.featured_card_box img
{
	width: 30px;
	height: 30px;
}
.featured_card_box_content
{
	padding-left: 28px;
}
.featured_card_price_title
{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.featured_card_price
{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: -3px;
}



.listing
{
	padding-top: 100px;
	padding-bottom: 100px;
}

/*********************************
8.1 Listing Title
*********************************/

.listing_title
{
	font-size: 30px;
	font-weight: 600;
	color: #000000;
}
.listing_text
{
	margin-top: 8px;
	margin-bottom: 0px;
}
.room_tags
{
	margin-top: 9px;
}
.room_tag
{
	display: inline-block;
	font-size: 12px;
	background: #6e6e6e;
	margin-right: 7px;
	margin-bottom: 9px;
}
.room_tag a
{
	display: block;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.featured_card_box
{
	width: 100%;
	height: 86px;
	background: #6e6e6e;
	padding-left: 30px;
	margin-top: 11px;
}
.featured_card_container:hover .featured_card_box
{
	box-shadow: 0px 40px 40px rgba(0,0,0,0.55);
}
.featured_card_box img
{
	width: 30px;
	height: 30px;
}
.featured_card_box_content
{
	padding-left: 28px;
}
.featured_card_price_title
{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.featured_card_price
{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: -3px;
}

/*********************************
8.2 Listing Slider
*********************************/

.listing_slider_container
{
	margin-top: 70px;
}
.listing_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%);
	width: 48px;
	height: 51px;
	background: #e1e5ec;
	cursor: pointer;
	z-index: 10;
}
.listing_slider_nav img
{
	width: 10px;
	height: 10px;
}
.listing_slider_nav:hover
{
	background: #6e6e6e;
}
.listing_slider_prev
{
	left: -179px;
}
.listing_slider_next
{
	right: -179px;
}


.listing_details
{

}
.listing_subtitle
{
	font-size: 18px;
	font-weight: 700;
	color: #6e6e6e;
	margin-top: -6px;
}
.listing_details_text
{
	margin-top: 16px;
	margin-bottom: 0px;
}
.rooms
{
	margin-top: 33px;
}
.room
{
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 6px;
}
.room_title
{
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
}
.room_content
{
	margin-top: 8px;
	padding-left: 2px;
}
.room_image
{
	display: inline-block;
	width: 32px;
}
.room_number
{
	position: relative;
	top: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
	margin-left: 5px;
}

/*********************************
11.1 Listing Description
*********************************/

.listing_description
{
	margin-top: 41px;
}
.listing_description_text
{
	margin-top: 35px;
	margin-bottom: 0px;
}

/*********************************
11.2 Additional Details
*********************************/

.listing_additional_details
{
	margin-top: 45px;
}
.additional_details_list
{
	margin-top: 37px;
}
.additional_detail
{
	padding-left: 29px;
}
.additional_detail:nth-child(odd)
{
	line-height: 40px;
	background: #f6f6f6;
}
.additional_detail:nth-child(even)
{
	line-height: 49px;
	background: #FFFFFF;
}
.additional_detail span
{
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

/*********************************
11.3 Listing Video
*********************************/

.listing_video
{
	margin-top: 55px;
}
.listing_video_link
{
	margin-top: 48px;
}
.listing_video_link img
{
	width: 100%;
}
.video_play
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(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;
	opacity: 0.8;
	pointer-events: none;
	z-index: 10;
}
.listing_video_link:hover .video_play
{
	-webkit-transform: translate(-50%, -50%) scale(1.4);
	-moz-transform: translate(-50%, -50%) scale(1.4);
	-ms-transform: translate(-50%, -50%) scale(1.4);
	-o-transform: translate(-50%, -50%) scale(1.4);
	transform: translate(-50%, -50%) scale(1.4);
	opacity: 1;
}

/*********************************
11.4 Listing Map
*********************************/

.listing_map
{
	margin-top: 54px;
}
#google_map
{
	width: 100%;
	height: 472px;
	margin-top: 49px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}







/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{	
	.listing_slider_prev
	{
		left: -99px;
	}
	.listing_slider_next
	{
		right: -99px;
	}
}

/************
2. 1440px
************/

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

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.listing_slider_prev
	{
		left: 0px;
	}
	.listing_slider_next
	{
		right: 0px;
	}
	
}

/************
3. 1280px
************/

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

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav
	{
		margin-right: 56px;
	}
	.main_nav_item
	{
		margin-right: 33px;
	}
	.phone_home
	{
		padding-left: 31px;
    	padding-right: 29px;
	}
	.phone_home span
	{
		font-size: 14px;
	}
}

/************
4. 1100px
************/

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

/************
5. 1024px
************/

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

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav
	{
		display: none;
	}
	.phone_home
	{
		display: none;
	}
	.logo span
	{
		font-size: 20px;
	}
	.logo img
	{
		width: 60px;
	}
	.hamburger_container
	{
		display: block;
	}
	.contact_col
	{
		margin-bottom: 80px;
	}
	.contact_col:last-child
	{
		margin-bottom: 0px;
	}
	.weekly_offer
	{
		height: auto;
	}
	.weekly_offer_image
	{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 220px;
		margin-top: 80px;
	}
	.footer_col
	{
		margin-bottom: 60px;
	}
	.footer_col:last-child
	{
		margin-bottom: 0px;
	}
}

/************
7. 959px
************/

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

/************
8. 880px
************/

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

/************
9. 768px
************/

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

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.weekly_offer_image
	{
		height: 162px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h2{font-size: 28px;}
	h3{font-size: 20px;}
	p{font-size: 13px;}
	.header
	{
		height: 80px;
	}
	.header_container
	{
		height: 80px;
	}
	.header.scrolled
	{
		height: 70px;
	}
	.header.scrolled .header_container
	{
		height: 70px;
	}
	.logo img
	{
		width: 36px;
	}
	.logo span
	{
		font-size: 12px;
	}
	.menu_item a
	{
		font-size: 14px;
		line-height: 42px;
	}
	.home
	{
		height: 372px;
	}
	.home_content
	{
		margin-top: 205px;
	}
	.section_subtitle
	{
		font-size: 14px;
	}
	.button
	{
		height: 41px;
	}
	.button a
	{
	    font-size: 12px;
	    line-height: 41px;
	    padding-left: 27px;
	    padding-right: 26px;
	}
	.contact_col
	{
		margin-bottom: 60px;
	}
	.google_map
	{
		width: 100%;
		height: 300px;
	}
	.newsletter_email
	{
		height: 40px;
	}
	.newsletter_submit_btn
	{
		height: 40px;
		font-size: 12px;
	}
	.weekly_offer_image
	{
		height: calc((100vw - 30px) / 3.13);
		margin-top: 43px;
	}
	.weekly_offer_content
	{
		height: 40px;
	}
	.weekly_offer_icon
	{
		width: 54px;
	}
	.weekly_offer_icon img
	{
		width: 22px;
	}
	.weekly_offer_text
	{
		font-size: 12px;
		line-height: 40px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.useful_links_item a
	{
		font-size: 13px;
	}
	.listing_title
	{
		font-size: 24px;
		line-height: 1.4;
	}
	.listing_content_row
	{
		padding-top: 80px;
	}
	.featured_card_price
	{
		font-size: 22px;
	}
	.listing_slider_nav
	{
		display: none !important;
	}
}

/************
11. 539px
************/

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

/************
12. 480px
************/

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

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	h2{font-size: 24px;}
}

/************
14. 400px
************/

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