﻿body {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
}

/*Headings*/
h1, h2, h3, h4, h5 {
    /*font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;*/
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
    color: #734949;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

h2 {
    font-size: 26px !important;
    line-height: 35px !important;
}

h3 {
    font-size: 22px !important;
    line-height: 29px !important;
}

h4 {
    line-height: 27px !important;
}

h5 {
    line-height: 22px !important;
}

h6 {
    line-height: 20px !important;
}

h1 > em {
    font-size: 34px;
    font-family: 'Monotype Corsiva', 'Apple Chancery', 'ITC Zapf Chancery', 'URW Chancery L', cursive;
}

/* btn */
.btn-u {
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
}

.btn-u.btn-u-custom {
    background: #d7ae5a;
}

.btn-u.btn-u-custom:hover,
.btn-u.btn-u-custom:focus,
.btn-u.btn-u-custom:active,
.btn-u.btn-u-custom.active,
.open .dropdown-toggle.btn-u.btn-u-custom {
    background: #bb9449;
}


.btn-u-custom-secondary {
    background: #aa938f;
}

.btn-u-custom-secondary:hover,
.btn-u-custom-secondary:focus,
.btn-u-custom-secondary:active,
.btn-u-custom-secondary.active {
    background: #734949;
}


.btn-u.btn-u-split-brown.dropdown-toggle {
    border-left: solid 1px #bb9449;
}

/* bg custom */
.bg-custom-1 {
    background: #f9f3f3;
    /*border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;*/
}

.bg-custom-2 {
    background: #ddd4d4;
    /*border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;*/
}

.bg-pattern-1 {
    background: url(../images/bg-pattern-1.png) repeat #ddd4d4;
    /*border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;*/
}

/* sky-form custom */
.sky-form {
    border: 0px;
}

.sky-form .select select {
	appearance: menulist-button;
    -ms-appearance: menulist-button;
	-moz-appearance: menulist-button;
	-webkit-appearance: menulist-button;
}

/* margins & paddings */
.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

/* deviders */
.devider.devider-custom {
    border-top: 1px solid #d7ae5a;
}

/* owl-carousel */
.owl-container {
    min-height: 500px;
}

.owl-theme .owl-controls {
    position: relative;
    top: -30px;
    text-align: center;
    height: 0px;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #fafafa;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #734949;
    }

    .owl-theme .owl-dots .owl-dot.apartaments span {
        background: white;
        border: 1px solid #AA938F;
    }

    .owl-theme .owl-dots .owl-dot.apartaments.active span,
    .owl-theme .owl-dots .owl-dot.apartaments:hover span {
        background: #d7ae5a;
    }

    /* Date-picker */
.ui-datepicker { background-color: #fff; }