@import url(materialize.min.css);
@import url(http://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(font-awesome.min.css);
@import url(fontic-hotels.css);
@import url(owl.carousel.css);
@import url(fotorama.css);
@import url(nouislider.css);
@import url(uber-google-maps.min.css);

/*------------------------------------------------------------------

[Master Stylesheet]

Project:                Holiday Homes - Short Term Rent and Travel HTML Template
Version:                1.0
Last change:            17/07/2015
Author:                 Coffeecream Themes
Assigned to:            Marcin Banaszek

------------------------------------------------------------------

[Color codes]

Body background:        #fff (white)
Brand color:            #03a9f4 (light-blue)
Text:                   #929292 (gray)
Header h1-h6:           #212121 (dark gray)
Main nav background:    #fff (white)
Footer background:      #212121 (dark gray)

a (standard):           #03a9f4 (light-blue)
a (visited):            #03a9f4 (light-blue)
a (active):             #03a9f4 (light-blue)
a (hover):              #4fc3f7 (light-blue)

------------------------------------------------------------------

[Table of contents]

1. Global styles
2. Navbar
	2.1. Navbar dropdown
	2.2. Sidebar nav
	2.3. Tools bar
3. Searchbox
4. Slider
	4.1. Image slider
	4.2. Full screen video
	4.3. Arrow
5. Content
	5.1. Headings
	5.2. Tables
	5.3. Cards and offers
	5.4. Carousels
	5.5. Newsletter
	5.6. Reviews
	5.7. Loader
	5.8. Latest posts
	5.9. Blog
		5.9.1. Sharing
		5.9.2. Related posts
		5.9.3. Comments
		5.9.4. Pagination
		5.9.5. Flickr
	5.10. Sidebar
		5.10.1. Checkbox icons
	5.11. Forms
		5.11.1. Common styles
		5.11.2. Checkboxes
		5.11.3. Multiple file upload
		5.11.4. Radio buttons
		5.11.5. Range inputs
		5.11.6. Rating form
	5.12. Acordion
	5.13. Location
	5.14. Properties
		5.14.1. Contact agent
		5.14.2. Calendar
		5.14.3. Map
		5.14.4. Owners
	5.15. Agencies
	5.16. Price tables
	5.17. Content nav
	5.18. Pagination
	5.19. Pattern background
	5.20. How does it work
6. Footer
	6.1. Headings
	6.2. Quick links
	6.3. Social icons

-------------------------------------------------------------------*/

/* 1. GLOBAL STYLES
-------------------------------------------------------------------*/

body {
    color: #929292;
    font-family: 'Abel', sans-serif;
}

a {
    color: #03a9f4;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
strong {
    font-weight: 600!important;
}
a:hover {
    color: #4fc3f7;
}

.btn,
.btn:hover {
    color: #fff;
}

.z-depth-1,
nav,
.card-panel,
.card, .toast,
.btn,
.btn-large,
.btn-floating,
.collapsible,
.side-nav {
    box-shadow: none;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #222;
}

.container {
    width: 940px;
}

.divider {
    margin: 30px 0;
}

p {
    margin: 0 0 2rem 0;
}

ol {
    margin-bottom: 2rem;
}

ol li {
    margin: 1rem 0;
}

blockquote {
    border-color: #03a9f4;
    font-style: italic;
}

blockquote cite {
    display: block;
    font-style: normal;
}

.btn.square {
    margin-bottom: 3px;
    padding: 0;
    text-align: center;
    width: 36px;
}

.container .row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.row .col {
    padding: 0 1rem;
}

::-webkit-input-placeholder{color:#888}
:-moz-placeholder{color:#888}
::-moz-placeholder{color:#888}
:-ms-input-placeholder{color:#888}

/* 2. NAVBAR
-------------------------------------------------------------------*/

.navbar-fixed {
    margin-top: 0px;
}

nav {
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

nav ul li {
    position: relative;
}

nav ul li a,
nav ul li a:hover {
    color: #222;
    font-weight: bold;
    padding: 0 12px;
    text-transform: uppercase;
}


nav .brand-logo {
    height: 100%;
    line-height: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
nav #top_logo_sticky .brand-logo img{max-height: 98%;}
nav #top_logo .brand-logo img{max-height: 130px;}
nav .divider {
    margin: 0;
}

#mobile-nav i {
    line-height: 62px;
}

/* 2.1. NAVBAR DROPDOWN
---------------------------------------------------------------*/

nav .right .dropdown-content {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    left: 0 !important;
    top: 100% !important;
    width: 180px !important;
}

nav .right .dropdown-content li > a {
    font-size: 1rem;
    font-weight: normal;
    padding: 0.7rem 1rem;
    text-transform: none;
}

nav .right .dropdown-content li > a:before {
    color: #039be5;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
}

.dropdown-content li > a,
.dropdown-content li > span {
    font-size: 1rem;
}

/* 2.2. SIDEBAR NAV
---------------------------------------------------------------*/

.side-nav li {
    padding: 0;
}

.side-nav .collapsible-header {
    margin: 0;
    padding: 0 2rem;
}

.side-nav .collapsible-body {
    background: #fff;
    padding: 0;
}

.side-nav .collapsible-body li a {
    font-weight: normal;
    text-transform: none;
}

.side-nav .collapsible-body li a {
    padding-right: 0;
}

/* 2.3. TOOLS BAR
---------------------------------------------------------------*/

#tools {
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    height: 35px;
    left: 0;
    line-height: 35px;
    position: fixed;
    top: 0;
    width: 100%;
}

#tools ul {
    margin: 0;
    opacity: 0.5;
    padding: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#tools:hover ul {
    opacity: 1;
}

#tools ul li {
    float: left;
    padding: 0 20px 0 0;
}

#tools .right li {
    padding: 0 0 0 20px;
}

#tools ul li a {
    color: #888;
}

#tools ul li a:hover,
#tools ul li .active {
    color: #222;
}

#tools .right li {
    padding: 0;
}

#tools .right li a {
    display: block;
    padding: 0 10px;
}

#tools .right li a:hover,
#tools .right li .active {
    background: #f4f4f4;
}

#tools .right li a img {
    opacity: 0.5;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#tools .right li a:hover img,
#tools .right li .active img {
    opacity: 1;
}

/* 3. SEARCHBOX
-------------------------------------------------------------------*/

#searchbox {
    padding-bottom: 30px;
}

#searchbox .row {
    margin: 0;
}

#show-advanced {
    cursor: pointer;
    left: 50%;
    margin-left: -27.75px;
    position: absolute;
}

#searchbox .divider {
    background: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 30px 0;
}

#searchbox p {
    margin-top: 0;
}

#searchbox label {
    color: #fff;
}

#advanced {
    padding-bottom: 2rem;
}

/* 3.1. INPUTS
---------------------------------------------------------------*/

#searchbox .select-wrapper input.select-dropdown,
#searchbox input[type=text] {
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #222;
}

#searchbox .btn {
    display: block;
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
    width: 100%;
}

#searchbox ::-webkit-input-placeholder {
    color: #222;
}

#searchbox :-moz-placeholder {
    color: #222;
}

#searchbox ::-moz-placeholder {
    color: #222;
}

#searchbox :-ms-input-placeholder {
    color: #222;
}

#searchbox [type="checkbox"].filled-in:not(:checked)+label:after {
    background: #fff;
    border: 0;
    border-radius: 2px;
}

#searchbox [type="checkbox"].filled-in:checked+label:after {
    background: #222;
    border: 0;
    border-radius: 2px;
}

/* 3.2. DATE PICKER
---------------------------------------------------------------*/

.picker__box {
    border: 0;
}

.picker__date-display,
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background: #03a9f4;
}

.picker__weekday-display {
    background-color: rgba(0,0,0,0.1);
}

.picker__day.picker__day--today,
.picker__close,
.picker__today {
    color: #03a9f4;
}

.picker__nav--prev:hover,
.picker__nav--next:hover,
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
    background: rgba(0,0,0,0.1);
}

/* 4. SLIDER
-------------------------------------------------------------------*/

/* 4.1. IMAGE SLIDER
---------------------------------------------------------------*/

.slider.fullscreen {
    position: relative;
}

.caption {
    left: auto;
    overflow: hidden;
    padding: 30px;
    right: 15%;
    text-transform: uppercase;
    top: 65px;
    width: 35%;
}

.caption .title,
.caption .price {
    clear: both;
    float: right;
    padding: 1rem 2rem;
}

.caption .btn {
    border-radius: 0;
    clear: both;
    float: right;
}

.caption h5,
.caption p {
    margin: 0;
    padding: 0;
}

.caption h2 {
    font-weight: 200;
    margin: 1rem 0 0;
}

.caption h3::after {
    display: none;
}

.slider .indicators .indicator-item {
    background-color: #fff;
}

.slider .indicators .indicator-item.active {
    background-color: #03a9f4;
}

#fixed-height-slider {
    height: 400px;
}

/* 4.2. FULL SCREEN VIDEO
---------------------------------------------------------------*/

#video {
    position: relative;
    width: 100%;
}

#video video {
    background: url(../images/family-beach.jpg) no-repeat;
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: auto;
}

/* 4.3. ARROW
---------------------------------------------------------------*/

#arrow {
    border-radius: 30px;
    bottom: 30px;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 100;
}

/* 4.4. PROMOS
---------------------------------------------------------------*/

#promos {
    position: absolute;
    right: 15%;
    text-transform: uppercase;
    top: 129px;
}

#promos li {
    display: none;
    right: 0;
    width: 100%;
}

/* 5. CONTENT
-------------------------------------------------------------------*/

section {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.arrow {
    display: block;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: -30px;
    width: 60px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

address {
    font-style: normal;
}

/* 5.1. HEADINGS
---------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    margin: 0 0 2rem 0;
    text-transform: uppercase;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 1.6rem;
}

h3::after {
    background: #03a9f4;
    content: "";
    display: block;
    height: 1px;
    margin-top: 0.5em;
    position: relative;
    top: 1px;
    width: 100px;
}

.center-align h3::after,
h3.center-align::after {
    left: 50%;
    margin-left: -50px;
}

.light-blue h3,
.darken-1 h3,
.darken-2 h3,
.darken-3 h3,
.darken-4 h3 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.light-blue h3::after {
    background: #fff;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

#title {
    padding: 60px 0 40px;
}

#title h3 {
    border: 0;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#title h3:after {
    display: none;
}

/* 5.2. TABLES
---------------------------------------------------------------*/

table {
    margin-bottom: 1em;
}

th, td {
    padding: 15px;
}

th {
    color: #222;
    font-weight: normal;
}

td {
    color: #888;
}

/* 5.3. CARDS
---------------------------------------------------------------*/

.card {
    margin-top: 1rem;
    position: relative;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    top: -10px;
}

.card .card-title,
.card .card-content .card-title {
    font-size: 21px;
    line-height: 30px;
}

.card .card-image .card-title {
    bottom: 20px;
    background: rgba(0,0,0,0.7);
    padding: 7px 20px;
}

.card-reveal .card-title {
    margin-bottom: 1rem;
}

.card ul {
    border-top: 1px solid #e7e7e7;
    padding-top: 1rem;
}

.card ul li,
.offer ul li {
    display: inline-block;
    margin: 0 10px 5px 0;
}

.card .icons {
    border: 0;
    padding: 0;
    font-size: 2rem;
}

.offer {
    border-bottom: 1px dashed #ddd;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.offer-row:last-child .offer {
    border: 0;
    padding-bottom: 0;
}

.offer .offer-image {
    padding-bottom: 1rem;
}

.offer .offer-content h5 {
    margin-bottom: 0.2rem;
}

#sidebar .offer .row {
    margin-bottom: 0;
}

#sidebar .offer .row .l7 {
    padding-left: 0;
}

.offer-badge {
    border-radius: 2px;
    border-right: 1px solid #ddd;
    display: inline-block;
    margin: .2rem .4rem 1rem 0;
    padding-right: .7rem;
}

.offer-badge:last-child {
    border: 0;
}

/* 5.4. CAROUSELS
---------------------------------------------------------------*/

.owl-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
}

.owl-prev,
.owl-next {
    display: inline-block;
    font-size: 1.25rem;
    padding: 5px;
}

/* 5.5. NEWSLETTER
---------------------------------------------------------------*/

#newsletter h3 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}

#newsletter h3::after {
    background-color: #fff;
}

#newsletter input {
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #222;
}

#newsletter .btn {
    height: 49px;
    line-height: 3rem;
    padding: 0 10px;
    width: 100%;
}

/* 5.6. REVIEWS
---------------------------------------------------------------*/

.parallax-container {
    height: auto;
}

.parallax-container h3 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}

.tint {
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.review blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

.review img {
    margin-bottom: 20px;
}

.review h5 {
    margin-bottom: 0.25rem;
}

#reviews-page .review {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.property-review {
    margin-bottom: 1rem;
    padding-left: 40px;
    position: relative;
}

.property-review img {
    height: 80px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 80px;
}

.property-review blockquote {
    background: #f4f4f4;
    border: none;
    padding: 20px 20px 20px 60px;
}

.property-review blockquote header {
    color: #222;
    font-style: normal;
}

.property-review blockquote header i {
    margin-left: 0;
}

/* 5.7. LOADER
---------------------------------------------------------------*/

#loader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50000;
}

#loader .preloader-wrapper {
    color: #ddd;
    left: 50%;
    margin: -32px 0 0 -32px;
    position: absolute;
    top: 50%;
}

.spinner-blue, .spinner-blue-only {
    border-color: #03a9f4;
}

/* 5.8. LATEST POSTS
---------------------------------------------------------------*/

#latest-posts .meta {
    font-weight: bold;
    margin-top: 0em;
    text-transform: uppercase;
}

#latest-posts h6 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* 5.9. BLOG
---------------------------------------------------------------*/

.owl-item .post {
    margin-top: 10px;
    position: relative;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.owl-item .post:hover {
    top: -10px;
}

#blog .post-cover {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 1rem;
}

#blog .post {
    margin-bottom: 60px;
}

.single-post #blog .post img {
    width: 70%;
}
.post-grid-content img{ width: 100%;}
.post-grid-content{color: #000}
#blog .post h4 {
    margin-bottom: 0;
}

#blog .post .author {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: normal;
}

#blog .post .author span {
    margin-right: 15px;
}

#blog .post .meta {
    margin-bottom: 20px;
    padding: 10px 0;
}

#blog .post .meta .day {
    font-size: 2em;
    font-weight: 900;
    line-height: 1.2em;
}

#blog .post .meta i {
    display: block;
}

#blog .post ul li img {
    margin-bottom: 15px;
}

/* 5.9.1. SHARING
-----------------------------------------------------------*/

#share::after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}

#share .btn {
    padding: 0;
    width: 43px;
}

/* 5.9.2. RELATED POSTS
-----------------------------------------------------------*/

#blog #related-posts .owl-nav {
    top: -45px;
}

#blog #related-posts .post {
    border: 0;
    margin: 0;
    padding: 0;
}

#blog #related-posts .meta {
    font-weight: bold;
    margin: 1em 0 0;
    padding: 0;
    text-transform: uppercase;
}

#blog #related-posts h6 {
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

/* 5.9.3. COMMENTS
-----------------------------------------------------------*/

#comments {
}

.comment {
    margin-bottom: 1rem;
    padding-left: 40px;
    position: relative;
}

.comment img {
    height: 80px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 80px;
}

.comment blockquote {
    background: #f4f4f4;
    border: 0;
    padding: 20px 20px 20px 60px;
}

.comment blockquote header {
    color: #222;
    font-style: normal;
}

.comment.reply {
    margin-left: 40px;
}

/* 5.9.4. PAGINATION
-----------------------------------------------------------*/

.pagination:after {
    content: "";
    display: table;
    clear: both;
}

/* 5.9.5. FLICKR
-----------------------------------------------------------*/

#flickr_badge_wrapper a {
    display: inline-block;
    padding: 0 5px 0 0;
    width: 25%;
}

#flickr_badge_wrapper img {
    width: 100%;
}

/* 5.10. SIDEBAR
---------------------------------------------------------------*/

.sidebar-widget ul li {
    display: block;
}

.sidebar-widget ul li a {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    padding: 15px 10px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-widget ul li a:hover {
    background: #f8f8f8;
}

.sidebar-widget ul li a i {
    margin-right: 10px;
}

.waves-effect.waves-blue .waves-ripple {
    background-color: rgba(3, 169, 244, 0.5);
}

/* 5.10.1. ICONS CHECKBOXES
-----------------------------------------------------------*/

#features {
    margin-bottom: 20px;
}

.icon-checkbox {
    display: block;
    float: left;
    height: 41px;
    margin: 2px;
}

.icon-checkbox input,
.icon-checkbox label span {
    display: none;
}

.icon-checkbox input + label {
    padding: 0;
}

.icon-checkbox input + label:before {
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    color: #aaa;
    display: inline-block;
    font-family: "fontic-hotel";
    font-size: 24px;
    height: 41px;
    line-height: 41px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 41px;
}

.icon-checkbox:hover input + label:before {
    background: #fff;
    border: 1px solid #bbb;
}

.icon-checkbox input:checked + label:before {
    border: 1px solid #03a9f4;
    background: #03a9f4;
    color: #fff;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
}

.icon-checkbox #air-condition + label:before {
    content: "\e05e";
}

.icon-checkbox #swimming-pool + label:before {
    content: "\e00d";
}

.icon-checkbox #beach + label:before {
    content: "\e05a";
}

.icon-checkbox #wifi + label:before {
    content: "\e000";
}

.icon-checkbox #shopping + label:before {
    content: "\e014";
}

.icon-checkbox #parking + label:before {
    content: "\e023";
}

.icon-checkbox #nightclub + label:before {
    content: "\e028";
}

.icon-checkbox #gym + label:before {
    content: "\e037";
}

.icon-checkbox #bar + label:before {
    content: "\e043";
}

.icon-checkbox #tennis + label:before {
    content: "\e00b";
}

.icon-checkbox #golf + label:before {
    content: "\e038";
}

.icon-checkbox #spa + label:before {
    content: "\e02a";
}

.icon-checkbox #washing-machine + label:before {
    content: "\e003";
}

.icon-checkbox #safe + label:before {
    content: "\e017";
}

.icon-checkbox #pets + label:before {
    content: "\e021";
}

.icon-checkbox #iron + label:before {
    content: "\e030";
}

.icon-checkbox #restaurant + label:before {
    content: "\e018";
}

.icon-checkbox #fishing + label:before {
    content: "\e03b";
}

.icon-checkbox #port + label:before {
    content: "\e045";
}

.icon-checkbox #car-rental + label:before {
    content: "\e050";
}

.icon-checkbox #disabled + label:before {
    content: "\e047";
}

.icon-checkbox #dryer + label:before {
    content: "\e042";
}

.icon-checkbox #bathtub + label:before {
    content: "\e05b";
}

.icon-checkbox #smoking + label:before {
    content: "\e011";
}

/* 5.11. FORMS
---------------------------------------------------------------*/

/* 5.11.1. COMMON STYLES
-----------------------------------------------------------*/

form .row {
    margin: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea,
.select-wrapper input.select-dropdown,textarea {
    background-color: #fff;
    border: 1px solid #B3B3B3;
    color: #000;
    border-radius: 4px;
    padding: 5px 18px;
    box-sizing: border-box;
}

textarea.materialize-textarea {
    height: 150px;
}

.select-wrapper input.select-dropdown {
    height: 49px;
}

.select-wrapper span.caret {
    right: 15px;
    z-index: 1;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 0;
    border-top: 1px solid #03a9f4;
    box-shadow: none;
}

input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #03a9f4;
}

/* 5.11.2. CHECKBOXES
-----------------------------------------------------------*/

[type="checkbox"]+label {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2rem;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
    top: 0.5rem;
}

[type="checkbox"].filled-in:checked+label:after {
    border: 0;
    border-radius: 0;
    background-color: #03a9f4;
    top: 0.5rem;
}

[type="checkbox"].filled-in:checked+label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 0.5rem;
}

/* 5.11.3. MULTIPLE FILE UPLOAD
-----------------------------------------------------------*/

.MultiFile-wrap {
    border: 5px solid #f4f4f4;
    padding: 1rem;
    position: relative;
}

.MultiFile-remove {
    font-size: 1.5rem;
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 0.25rem;
}

.MultiFile-preview {
    margin: 1rem 1rem 0 0;
}

.MultiFile-title {
    display: none;
}

/* 5.11.4. RADIO BUTTONS
-----------------------------------------------------------*/

[type="radio"]+label {
    margin-bottom: 20px;
}

[type="radio"].with-gap:checked+label:before {
    border: 2px solid #03a9f4;
}

[type="radio"].with-gap:checked+label:after {
    border: 2px solid #03a9f4;
    background-color: #03a9f4;
}

/* 5.11.5. RANGE INPUTS
-----------------------------------------------------------*/

.range {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    display: table;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
}

#advanced .range {
    background: 0;
    border: 0;
    margin: 0;
}

#advanced .noUi-background {
    background: #0288d1;
}

#advanced .noUi-connect {
    background: #fff;
}

#advanced .noUi-handle {
    background: #03a9f4;
    border: 2px solid #fff;
}

/* 5.11.6. RATING FORM
---------------------------------------------------------------*/

.rating-stars {
    display: block;
    height: 45px;
    position: relative;
    width: 139.297px;
}

.rating-stars [type="radio"]:not(:checked)+label,
.rating-stars [type="radio"]:checked+label {
    display: block;
    float: left;
    height: 45px;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: -999rem;
    width: 20%;
    z-index: 100;
}

.rating-stars [type="radio"]:not(:checked)+label:before,
.rating-stars [type="radio"]:checked+label:before,
.rating-stars [type="radio"]:not(:checked)+label:after,
.rating-stars [type="radio"]:checked+label:after {
    display: none;
}

.rating-stars:before,
.rating-stars label:hover ~ span:before,
.rating-stars input:checked ~ span:before {
    border: 0;
    border-radius: 0;
    display: block;
    font-family: "FontAwesome";
    font-size: 2rem;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
}

.rating-stars:before {
    content: "\f006\f006\f006\f006\f006";
}

.rating-stars label:hover ~ span:before,
.rating-stars input:checked ~ span:before {
    color: #ffc107;
    content: "\f005\f005\f005\f005\f005";
    overflow: hidden;
    width: 0;
    transition: width 0.3s;
}

.rating-stars .star1:checked ~ span:before {
    width: 20%;
}

.rating-stars .star2:checked ~ span:before {
    width: 40%;
}

.rating-stars .star3:checked ~ span:before {
    width: 60%;
}

.rating-stars .star4:checked ~ span:before {
    width: 80%;
}

.rating-stars .star5:checked ~ span:before {
    width: 100%;
}

.rating-stars .star1:hover ~ span:before {
    width: 20%;
}

.rating-stars .star2:hover ~ span:before {
    width: 40%;
}

.rating-stars .star3:hover ~ span:before {
    width: 60%;
}

.rating-stars .star4:hover ~ span:before {
    width: 80%;
}

.rating-stars .star5:hover ~ span:before {
    width: 100%;
}

/* 5.12. ACCORDION
---------------------------------------------------------------*/

.collapsible {
    margin-bottom: 3rem;
}

.collapsible-body {
    padding: 2rem;
}

.collapsible-body p {
    margin-bottom: 1rem;
    padding: 0;
}

/* 5.13. LOCATION
---------------------------------------------------------------*/

#map-container {
    height: 500px !important;
    width: 100%;
}

/* 5.14. PROPERTIES
---------------------------------------------------------------*/

.title {
    position: relative;
}

.title .btn {
    height: 45px;
    margin-top: 10px;
    padding: 0 15px;
}

#filters {
    padding: 20px;
}

.estate {
    margin-bottom: 60px;
}

.estate img {
    margin-bottom: 10px;
}

.estate h5,
.estate h6,
.estate p {
    margin: 7px 0;
}

.estate .btn {
    margin-top: 10px;
}

.filter {
    margin: 0 20px 20px 0;
    padding: 20px;
}

.filter h6 {
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.features li {
    margin-bottom: 0.75rem;
}

.features li span {
    margin-right: 0.75rem;
}

/* 5.14.1. CONTACT AGENT
-----------------------------------------------------------*/

#contact-agent h5 {
    margin-top: 0;
}

#contact-agent li {
    margin-bottom: 5px;
}

#contact-agent li i {
    width: 20px;
}

#contact-agent .input-field {
    margin: 0;
}

#contact-agent input,
#contact-agent textarea {
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
}

#contact-agent textarea {
    height: 120px;
    padding: 10px;
}

/* 5.14.2. CALENDAR
-----------------------------------------------------------*/

.calendar {
    text-align: center;
}

.calendar th,
.calendar td {
    border: 1px solid #e0e0e0;
    padding: 0;
    text-align: center;
}

.calendar th {
    padding: 1rem 0;
}

.calendar td a,
.calendar td span {
    display: block;
    padding: 1rem 0;
}

/* 5.14.3. MAP
-----------------------------------------------------------*/

#fullscreen-map #map-container {
    height: 100% !important;
}

/* 5.14.4. OWNERS
-----------------------------------------------------------*/

.owner {
    margin-bottom: 3rem;
    position: relative;
}

.owner .badge {
    background: #03a9f4;
    border-radius: 1rem;
    color: #fff;
    left: 1rem;
    padding: 0 0.5rem;
    position: absolute;
    top: 0;
}

.owner strong {
    color: #222;
    display: inline-block;
    font-weight: normal;
    width: 55px;
}

/* 5.15. AGENCIES
---------------------------------------------------------------*/

.agency h5 {
    margin: 0;
}

.agency ul {
    margin: 0 10px 20px 0;
}

.agency strong {
    color: #222;
}

/* 5.16. PRICE TABLES
---------------------------------------------------------------*/

.price-table {
    border: 5px solid #f4f4f4;
    margin: 15px 0;
    padding: 5px 5px 1rem;
    position: relative;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.price-table:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    top: -10px;
}

.price-table-title {
    font-weight: 900;
    padding: 20px 0 70px;
    text-transform: uppercase;
}

.price-table-price {
    border: 5px solid #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 200;
    height: 120px;
    line-height: 110px;
    margin: -70px 0 10px;
    width: 120px;
}

.price-table ul {
    margin: 0 0 1rem;
    padding: 0;
}

.price-table ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 0.5rem 1rem;
}

.price-table ul li:nth-child(even) {
    background: #f8f8f8;
}

.price-table ul li span {
    display: block;
}

.price-table [type="radio"]:not(:checked)+label,
.price-table [type="radio"]:checked+label {
    height: 2rem;
    line-height: 2rem;
    padding: 0;
    width: 100px;
}

.price-table [type="radio"]:not(:checked)+label:before {
    background: #03a9f4;
    border: 0;
    border-radius: 2px;
    color: #fff;
    content: "Choose";
    height: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100px;
}

.price-table [type="radio"]:checked+label:before {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #03a9f4;
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    width: 100px;
}

.price-table [type="radio"]:checked+label:after {
    display: none;
}

/* 5.17. CONTENT NAV
---------------------------------------------------------------*/

ul.nav li a {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding: 1rem;
}

ul.nav li a:hover {
    background: #f8f8f8;
}

ul.nav li a::before {
    color: #222;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    text-decoration: inherit;
}

/* 5.18. PAGINATION
---------------------------------------------------------------*/

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    float: none;
}

.pagination li a {
    display: block;
    height: 2rem;
    line-height: 2rem;
}

/* 5.19. PATTERN BACKGROUND
---------------------------------------------------------------*/

.pattern {
    background-image: url(../images/pattern.png);
}

/* 5.20. HOW DOES IT WORK
---------------------------------------------------------------*/

#how .section .circle {
    background: #222;
    color: #fff;
    display: inline-block;
    font-size: 3rem;
    height: 100px;
    line-height: 105px;
    margin-bottom: 2rem;
    width: 100px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#how .section:hover .circle {
    background: #fff;
    color: #222;
    transform: rotateY(180deg);
}

/* 6. FOOTER
-------------------------------------------------------------------*/

footer .row {
    margin: 0;
}

/* 6.1. HEADINGS
---------------------------------------------------------------*/

footer h5 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-weight: 200;
    margin-bottom: 2em;
}

footer h5::after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    margin-top: 1em;
    position: relative;
    top: 1px;
    width: 50px;
}

/* 6.2. QUICK LINKS
---------------------------------------------------------------*/

footer .waves-effect {
    display: block;
}

footer li a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
    padding: 15px 10px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

footer li a:hover {
    background: rgba(255,255,255,0.05);
}

footer li a::before {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    text-decoration: inherit;
}

/* 6.3. SOCIAL ICONS
---------------------------------------------------------------*/

footer .fa {
    margin-left: 10px;
}

footer p {
    margin: 0;
}

/* 7. MOBILE SITES
-------------------------------------------------------------------*/

/* 7.1. BIG SCREENS
---------------------------------------------------------------*/
@media (min-width: 1200px) {

    .container {
        width: 1140px;
    }

    #fixed-height-slider {
        height: 500px;
    }

    .caption {
        width: 30%;
    }

    #map-container {
        height: 600px !important;
    }

    .icon-checkbox {
        height: 42px;
    }

    .icon-checkbox input + label:before,
    .icon-checkbox input:checked + label:before {
        height: 42px;
        line-height: 42px;
        width: 42px;
    }

}

/* 7.2. BIG TABLETS
---------------------------------------------------------------*/
@media (max-width: 992px) {

    .container {
        width: 720px;
    }

    section {
        padding: 60px 0;
    }

    #fixed-height-slider {
        height: 300px;
    }

    .caption {
        right: 7.5%;
        width: 50%;
    }

    #comments h6 span {
        display: block;
        margin-top: 5px;
    }

    #share .left,
    #share .right {
        float: none !important;
        margin-bottom: 10px;
    }

    #map-container {
        height: 400px !important;
    }

    .icon-checkbox {
        height: 43px;
    }

    .icon-checkbox input + label:before,
    .icon-checkbox input:checked + label:before {
        height: 43px;
        line-height: 43px;
        width: 43px;
    }

    #sidebar .offer .row .l7 {
        padding-left: 1rem;
    }

}

/* 7.3. REGULAR TABLETS
---------------------------------------------------------------*/
@media (max-width: 768px) {

    .container {
        width: 540px;
    }

    #tools .left {
        display: none;
    }

    .icon-checkbox {
        height: 39px;
    }

    .icon-checkbox input + label:before,
    .icon-checkbox input:checked + label:before {
        height: 39px;
        line-height: 39px;
        width: 39px;
    }

}

/* 7.4. SMARTPHONES
---------------------------------------------------------------*/
@media (max-width: 600px) {

    .container {
        width: 90%;
    }

    #searchbox {
        padding-top: 30px;
    }

    #searchbox .row .col {
        width: 100%;
    }

    #fixed-height-slider {
        height: 200px;
    }

    .caption {
        right: 5%;
        top: 17px;
        width: 90%;
    }

    .review {
        text-align: center;
    }

    #blog .post {
        margin: 0 0 30px;
    }

    #blog .post .meta {
        float: left;
        width: 50%;
    }

    #blog .post .meta .day,
    #blog .post .meta .month {
        display: inline-block;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1rem;
    }

    #blog .post .meta i {
        display: inline-block;
    }

    #blog #related-posts,
    #comments {
        margin-right: 0;
    }

    #map-container {
        height: 300px !important;
    }

    #contact-agent input {
        margin-top: 20px;
    }

    #sidebar {
        border-top: 1px solid #e0e0e0;
        margin-top: 3rem;
        padding-top: 3rem;
    }

    footer .fa {
        margin: 0 10px 0 0;
    }

}

/* Css Customize */
.button_wrapper{text-align: center; padding-top: 10px!important;}
.book_comment{min-height: 100px;}
.newsletter_form{margin-bottom: 0px;}
.newsletter_form form .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.newsletter_form  .mc4wp-response{
    position: relative;
    display: block;
}

.newsletter_form  .mc4wp-response .mc4wp-alert p{
    text-align: center;
}
.newsletter_form  .mc4wp-response .mc4wp-alert.mc4wp-error{color: red;}
.home_block_container{verflow: hidden;
    padding: 30px 0;
    position: relative;}
.home_block_container.only_top{padding-top: 30px; padding-bottom: 0px;}
.home_block_container.only_bottom{padding-top: 30px; padding-bottom: 0px;}
.tl_h4  h4{text-align: center; padding: 20px 0;}
.home_full_block{width: 1170px; max-width: 98%}
.home_block_container .wpb_single_image {margin-bottom: 0px;}

.post.news .card-image {padding:10px 0px 0px 10px;}
.post.news h6{margin-bottom: 0px;}
.post.news .card .card-content{padding: 10px 20px 0px 0px;}
.post.news .card {margin-top: 0px;}
.newsletter_form.vc_row, .only_top.vc_row {margin-left: 0px; margin-right: 0px; }
.newsletter_form.vc_row > .vc_column_container.vc_col-sm-12, .only_top.vc_row > .vc_column_container.vc_col-sm-12{padding-left: 0px; padding-right: 0px}



#ninja_forms_form_7 input.ninja-forms-field{width: 100%;    height: 49px;}
#ninja_forms_form_7 label{font-size: 1rem;}
.form_description_instruction{
padding: 40px 0px;
font-size: 1.2rem;}
.ninja-forms-required-items{float:right}
#nf_submit_7{text-align: center;}
.ninja-forms-field #ninja_forms_field_47{background: none;
    border: none;
    display: block;
    height: 100%;}
.ninja-forms-field  textarea{height: 80px;}
.vc_tta-tab .vc_tta-title-text{    color: #212121;
    font-family: 'Abel', sans-serif;}
    .tour-title-block{
    color: #000;}
    .tour-desciption, .tour-content{    font-family: tahoma;
    font-size: 14px;
    color: #000;
    line-height: 20px;}
    .fotorama__wrap {margin: 0 auto;}
    .card .card-content{min-height: 138px;}