@charset "UTF-8";
/**
Theme Name: ALCAPONE THEME
Text Domain: alcapone
Version: 2.3
Requires at least: 4.7
Requires PHP: 6.0.0
Theme URI: https://www.abson.cz
Author: Abson Reavs
Author URI: https://www.abson.cz
Description: Šablona AlCapone je vyrobena pro redakční systém Wordpress. Šablona je navržená tak, aby plně využívala flexibilitu editoru bloků. Organizace a firmy mají schopnost vytvářet dynamické vstupní stránky s nekonečným rozvržením pomocí bloků skupiny a sloupce. Středový obsahový sloupec a jemně vyladěná typografie je také ideální pro tradiční blogy. Kompletní styly editorů vám poskytnou dobrou představu o tom, jak bude váš obsah vypadat, ještě před publikováním. Svému webu můžete dát osobní dotek změnou barev pozadí a zvýraznění barvy v nástroji Customizer. Barvy všech prvků na vašem webu jsou automaticky vypočítávány na základě zvolených barev, což zajišťuje vysoký a dostupný barevný kontrast pro vaše návštěvníky.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready.
*/


*:focus{outline: none;}

body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #777777;
}
header{
    position: fixed;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 100;
}
header a.logo{
    position: relative;
    width: 150px;
    margin: 17px 0 0 0;
    height: auto;
    display: block;
    float: left;
    transition: 500ms;
}
header a.logo img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
header .main-menu{
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
header .main-menu > li{
    position: relative;
    float: left;
    margin: 0 0 0 25px;
}
header .main-menu > li > a{
    position: relative;
    display: block;
    padding: 35px 0;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    transition: 500ms;
}
header .main-menu > li.current-menu-item > a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 500ms;
}
header .gradient-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 500ms;
}
header.change{
    box-shadow: 0 5px 30px rgba(0,0,0,0.25);
}
header.change .gradient-line{width: 100%;}
header.change a.logo{
    width: 150px;
    margin: 10px 0 0 0;
}
header.change .main-menu > li > a{
    padding: 25px 0;
    color: #C51D1D;
}
header.change .main-menu > li.current-menu-item > a:before{background: #C51D1D;}

.page-title{
    position: relative;
    width: 100%;
    padding: 200px 0 100px 0;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 70px 0;
}
.page-title span{color: #fff;}
.dark-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.30);
}
.container{
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
header:after,
.container:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
}
p.has-small-font-size,
p.has-normal-font-size,
p.has-large-font-size,
p.has-large-large-font-size,
p.has-very-large-font-size,
p.has-very-hugh-font-size,
p.has-bigger-font-size{
    line-height: 1.1em;
    margin: 0;
}
p.has-small-font-size{font-size: 14px;}
p.has-normal-font-size{font-size: 16px;}
p.has-large-font-size{font-size: 18px;}
p.has-large-large-font-size{font-size: 20px;}
p.has-very-large-font-size{font-size: 24px;}
p.has-very-hugh-font-size{font-size: 42px;}
p.has-bigger-font-size{font-size: 56px; margin: 0; line-height: 1em;}


p.has-huge-font-size{ font-size: 30px; line-height: 1.3em;}
p.has-small-font-size{font-size: 14px; line-height: 1.5em;}

ul.icons{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.icons li{
    position: relative;
    padding: 17px 0 17px 50px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
ul.icons li:nth-last-child(1){border: none;}
ul.icons li:before{
    position: absolute;
    left: 0;
    font-family: "Flaticon", arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    color: #333;
}
ul.icons li:nth-child(1):before{content: "\f117";}
ul.icons li:nth-child(2):before{content: "\f123";}
ul.icons li:nth-child(3):before{content: "\f10e";}
ul.icons li:nth-child(4):before{content: "\f11e";}

ul.icons li:nth-child(5):before{content: "\f115";}
ul.icons li:nth-child(6):before{content: "\f120";}
ul.icons li:nth-child(7):before{content: "\f11e";}

.estate-grid.has-3-columns.carousel .item .estate-zone .estate-info ul.info-set{display: none;}


.cox{
    position: relative;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.15);
    padding: 50px;
    box-sizing: border-box;
}
.cox .wpcf7-form{
    position: relative;
    margin: 0;
    width: 100%;
}
.cox .wpcf7-form p{
    position: relative;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.cox .wpcf7-form p label{
    position: relative;
    width: 100%;
    margin: 0 10px 20px 10px;
}
.cox .wpcf7-form p label label{margin: 0;}
.cox .wpcf7-form p label .wpcf7-list-item{margin: 0;}
.cox .wpcf7-form p label label .wpcf7-list-item-label{font-size: 12px;}

.cox .wpcf7-form p label.half{
    width: calc(100% * (1/2) - 0px - 0px - 20px);
}
.cox .wpcf7-form p label input.wpcf7-form-control,
.cox .wpcf7-form p label textarea.wpcf7-form-control{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    border: 2px solid #00B9C3;
}
.cox .wpcf7-form p label textarea.wpcf7-form-control{height: 120px;}

.cox .wpcf7-form p label input.wpcf7-form-control.wpcf7-submit{
    background:  #00B9C3;
    color: #fff;
}

ul.has-very-large-font-size{
    position: relative;
    margin: 20px 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
}
ul.has-very-large-font-size li{
    position: relative;
    margin: 0;
    padding: 0;
}
ul.has-very-large-font-size li a{
    position: relative;
    padding: 0 0 0 45px;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}
ul.has-very-large-font-size.phone li a:before{
    position: absolute;
    left: 0;
    font-family: 'themify', arial, sans-serif;
    content: "\e621";
    font-size: 32px;
    font-style: normal;
    color: #00B9C3;
}

ul.has-very-large-font-size.mail li a:before{
    position: absolute;
    left: 0;
    font-family: 'themify', arial, sans-serif;
    content: "\e75a";
    font-size: 32px;
    font-style: normal;
    color: #00B9C3;
}

.home-grid{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.home-grid .box{
    position: relative;
    margin: 0;
    box-sizing: border-box;
}
.home-grid .box.big{width: 100%;
}
.home-grid .box.big .banner{position: relative;}
.home-grid .box.big .banner .banner-slide{
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.home-grid .box.big .banner .banner-slide .video-bg{
    position: fixed;
    right: 0;
    top: -20%;
    bottom: -20%;
    min-width: 100%;
    min-height: 140%;
}
.home-grid .box.big .banner .banner-slide .container{
    height: 100vh;
    display: table;

}
.home-grid .box.big .banner .banner-slide .container .centered{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.home-grid .box.big .banner .banner-slide .container .centered h2{
    position: relative;
    margin: 0;
    font-size: 36px;
    line-height: 1.1em;
}
.home-grid .box.big .banner .banner-slide .container .centered h2:after{display: none;}
.home-grid .box.big .banner .banner-slide .container .centered .desc{
    position: relative;
    font-size: 18px;
    line-height: 1em;
}

.banner .text-zone{
    position: relative;
    width: 42%;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    /*background: #C51D1D;*/
}

.support-menu{
    position: relative;
    margin: 80px 15px 0 15px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.support-menu li{
    position: relative;
    margin: 0 15px 30px 15px;
    width: calc(100% * (1/4) - 0px - 0px - 30px);
}
.support-menu li a{
    position: relative;
    padding: 35px 25px;
    display: block;
    text-decoration: none;
    color: #2E5B6E;
    background: rgba(255,255,255,0.75);
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    transition: 350ms;
}
.support-menu li a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(140deg, #00B9C3, #372E71);
    transition: 350ms;
    opacity: 0;
}
.support-menu li.link a{
    background-image: linear-gradient(140deg, #00B9C3, #372E71);
    color: #fff;
}

.support-menu li a:hover{color: #fff;}
.support-menu li a:hover:before{opacity: 1;}
.support-menu li a i{
    position: relative;
    margin: 0 auto 15px auto;
    display: block;
}
.support-menu li a i:before{font-size: 32px;}
.support-menu li a span{
    position: relative;
    display: block;
    z-index: 3;
}
.wp-block-media-text__media img, .wp-block-media-text__media video{height: auto;}

.wp-block-button__link{
    position: relative;
    padding: 15px 25px;
    background: #C51D1D;
    color: #fff!important;
    transition: 350ms;
    border-radius: 0;
    text-decoration: none!important;
    font-size: 16px;
}
.wp-block-button__link:after{
    position: relative;
    right: 0;
    font-family: 'themify' , arial, sans-serif;
    content: "\e628";
    font-size: 10px;
    margin: 0 0 0 5px;
    transition: 350ms;
}
.wp-block-button__link:hover{background: #372E71;}
.wp-block-button__link:hover:after{right: -3px;}



.estate-grid{
    position: relative;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.estate-grid .item{
    position: relative;
    margin: 0 15px 30px 15px;
    width: calc(100% * (1/2) - 0px - 0px - 30px);
    background-image: linear-gradient(140deg, #00B9C3, #372E71);
    text-decoration: none;
    color: #fff;
}

.estate-grid .item .estate-zone{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.estate-grid .item .estate-zone .estate-dark-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
}
.estate-grid .item .estate-zone .top-estate-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.estate-grid .item .estate-zone .top-estate-info .info-set{
    position: relative;
    margin: 0 -3px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.estate-grid .item .estate-zone .top-estate-info .info-set li{
    position: relative;
    margin: 0 3px 6px 3px;
    background: #fff;
    color: #000;
    padding: 6px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 10px;
}
.estate-grid .item .estate-zone .estate-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    transition: transform 900ms;
}
.estate-grid .item:hover .estate-zone .estate-img{transform: scale(1.1); }
.estate-grid .item .estate-zone .estate-info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}
.estate-grid .item .estate-zone .estate-info .white-label{
    position: relative;
    color: #000;
    font-size: 10px;
    line-height: 10px;
    background: #fff;
    padding: 6px;
    box-sizing: border-box;
    display: table;
    margin: 0 0 10px 0;
}
.estate-grid .item .estate-zone .estate-info h3.estate-title{
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.3em;
    width: 70%;
}

.estate-grid.has-3-columns .item{width: calc(100% * (1/3) - 0px - 0px - 30px);}
.estate-grid.has-3-columns .item .estate-zone .estate-info{padding: 30px;}
.estate-grid.has-3-columns .item .estate-zone .estate-info h3.estate-title{
    width: 90%;
    font-size: 16px;
}


.estate-grid.has-3-columns .item .estate-zone .estate-info ul.info-set{
    position: relative;
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 10px;
    flex-wrap: nowrap;
}
.estate-grid.has-3-columns .item .estate-zone .estate-info ul.info-set li{
    position: relative;
    background: #fff;
    color: #000;
    padding: 4px 6px;
    margin: 0 5px 0 0;
    box-sizing: border-box;
}

a.btn-flock{
    position: absolute;
    top: -78px;
    right: 0;
    padding: 12px 15px;
    background: #00B9C3;
    color: #fff;
    transition: 350ms;
    border-radius: 0;
    text-decoration: none;
    font-size: 12px;
}
a.btn-flock span.text{margin: 0 5px;}
a.btn-flock span.ti-arrow-right{
    position: relative;
    right: 0;
    transition: 350ms;
}
a.btn-flock:hover{background: #372E71}
a.btn-flock:hover span.ti-arrow-right{right: -3px;}

.so-white a.btn-flock{
    background: #fff;
    color: #00B9C3
}

.welcome-image{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.welcome-image .welcome-dark-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.welcome-image .container{
    height: calc(100vh - 86px);
    display: table;
}
.welcome-image .container .centered{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.welcome-image .container .centered h1.single-title{
    font-size: 42px;
    line-height: 1.2em;
    display: block;
    width: 80%;
}
.button-grid{
    position: relative;
    margin: 30px -5px 0 -5px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.button-grid li{
    position: relative;
    margin: 0 5px;
}
.button-grid li a{
    position: relative;
    display: block;
    color: #fff;
    background: #00B9C3;
    padding: 20px 25px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 350ms;
}
.button-grid li a span.text{
    margin: 0 7px;
}
.button-grid li.render a{
    background: transparent;
    border: 1px solid #fff;
}
.button-grid li a:hover{
    background: #fff;
    border-color: #fff;
    color: #00B9C3;
}

#gal{
    position: relative;
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
}
#gal ul.main-gallery{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#gal ul.main-gallery:after{
    position: relative;
    content: '';
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}
#gal ul.main-gallery li{
    position: relative;
    background-image: linear-gradient(140deg, #00B9C3, #372E71);
    display: none;
}
#gal ul.main-gallery li:nth-child(1),
#gal ul.main-gallery li:nth-child(2),
#gal ul.main-gallery li:nth-last-child(1){display: block;}

#gal ul.main-gallery li:nth-child(1) span.counter,
#gal ul.main-gallery li:nth-child(2) span.counter{display: none;}

#gal ul.main-gallery li:nth-child(1){
    width: 65%;
    height: 600px;
    float: left;
}
#gal ul.main-gallery li:nth-child(2){
    float: left;
    margin: 0 0 30px 30px;
    height: calc(300px - 15px);
    width: calc(35% - 30px);
}

#gal ul.main-gallery li:nth-last-child(1){
    float: left;
    margin: 0 0 0 30px;
    height: calc(300px - 15px);
    width: calc(35% - 30px);
}
#gal ul.main-gallery li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}
#gal ul.main-gallery li a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    transition: 350ms;
}
#gal ul.main-gallery li:hover a:before{
    background: rgba(0,0,0,0.15);
}
#gal ul.main-gallery li a span.counter{
    position: absolute;
    font-size: 62px;
    color: #fff;
    text-decoration: none;
    width: 150px;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.texture{
    position: relative;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.texture .item{
    position: relative;
    margin: 0 20px 40px 20px;
    flex-grow: 1;
    flex-basis: 0;
}
.texture .item.big{
    width: 63%;
    flex-grow: 0;
    flex-basis: auto;
}
h2.glob{
    position: relative;
    margin: 0 0 30px 0;
    font-size: 44px;
    line-height: 1.2em;
    color: #000;
}
.texture .item.big p{
    position: relative;
    line-height: 1.5em;
}
.texture .item span.very-small{
    position: relative;
    display: block;
    font-size: 12px;
    color: #666565;
    line-height: 1em;
    text-transform: uppercase;
}
.texture .item span.price{
    position: relative;
    display: block;
    color: #949494;
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 30px 0;
}
.btn-default{
    position: relative;
    display: block;
    padding: 25px 30px;
    box-sizing: border-box;
    background: #00B9C3;
    color: #fff;
    text-decoration: none;
    transition: 350ms;
}
.btn-default span.text{margin: 0 10px;}
.btn-default span.ti-arrow-right{
    position: absolute;
    right: 30px;
}
.btn-default:hover{background: #372E71}



.boker-grid{
    position: relative;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.boker-grid .broker{
    position: relative;
    width: calc(100% *(1/4) - 0px - 0px - 30px);
    margin: 0 15px 30px 15px;
    padding: 30px;
    border: 1px solid #E3E2E2;
    box-sizing: border-box;
}
.boker-grid .broker .broker-image{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: #f4f4f4;
    margin: 0 0 30px 0;
    display: block;
    text-decoration: none;
}
.boker-grid .broker .broker-image .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-size: cover;
    background-position: 50% 0;
}
.boker-grid .broker .broker-image span{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.boker-grid .broker .broker-image span:before{
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    color: #00B9C3;
}
.boker-grid .broker .broker-name{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
}
.boker-grid .broker .broker-name span{
    position: relative;
    display: block;
    text-transform: uppercase;
}
.boker-grid .broker .broker-name span.name{
    color: #414141;
    font-size: 24px;
    line-height: 1.1em;
}
.boker-grid .broker .broker-name span.surname{
    color: #999898;
    font-size: 18px;
}
.boker-grid .broker .contaction{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.boker-grid .broker .contaction li{
    position: relative;
    margin: 0 0 10px 0;
    display: flex;
}
.boker-grid .broker .contaction li .block{
    position: relative;
    width: calc(100% - 40px);
}
.boker-grid .broker .contaction li .block.icon{
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 10px 0 0;
    color: #fff;
    background-image: linear-gradient(140deg, #00B9C3, #372E71);
}

.boker-grid .broker .contaction li .block span.small{
    position: relative;
    font-size: 9px;
    line-height: 1.2em;
    display: block;
}
.boker-grid .broker .contaction li .block a{
    color: #414141;
    text-decoration: none;
}


.filter-list{
    position: relative;
    margin: 60px 0 40px 0;
    padding: 0;
    list-style: none;
}
.filter-list li{
    position: relative;
    margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
}
.filter-list li:nth-last-child(1){border: none;}

.filter-list li .box{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}
.filter-list li .box.small{
    position: relative;
    flex-grow: 0;
    flex-basis: auto;
    width: 200px;
}

.filter-list li .box .form_order{
    position: relative;
    float: right;
    border: 2px solid #00B9C3;
    padding: 8px 15px;
    box-sizing: border-box;
}
.filter-list li .box .reset{
    position: relative;
    float: right;
    padding: 9px 15px;
    border: 2px solid #c70000;
    color: #c70000;
    transition: 350ms;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 0 0 15px;
    display: block;
}
.filter-list li .box .reset:hover{
    color: #fff;
    background: #c70000;
}
.filter-list li .box .in-filter-button{
    position: relative;
    float: right;
    background: #00B9C3;
    color: #fff;
    border: none;
    padding: 12px 25px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 350ms;
    text-transform: uppercase;
}
.filter-list li .box .in-filter-button:hover{
    background: #372E71;
}
h3.not{
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #000;
}
h3.not a{
    color: #00B9C3;;
}

.fragment {
    position: relative;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 7px 0 7px 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.fragment input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.fragment .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 2px solid #00B9C3;
    border-radius: 50%;
    box-sizing: border-box;
}
.fragment input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.fragment input:checked ~ .checkmark:after{display: block;}
.fragment .checkmark:after {
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00B9C3;
}





button.btn-default{
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 25px 30px;
    box-sizing: border-box;
    background: #00B9C3;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: 350ms;
}
button.btn-default span.text{margin: 0 10px;}
button.btn-default span.ti-arrow-right{
    position: absolute;
    right: 30px;
}
button.btn-default:hover{background: #372E71}





.estate-spec{
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #000;
}
.estate-spec li{
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.estate-spec li:nth-last-child(1){border: none;}
.estate-spec li .half{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.estate-spec li .half .box{
    position: relative;
    flex-grow: 1;
    flex-basis: auto;
}
.estate-spec li .half .box span{
    position: relative;
    display: block;
}
.estate-spec li .half .box:nth-child(2){
    text-align: right;
    color: #00B9C3;
}

.grad{
    position: relative;
    padding: 120px;
    box-sizing: border-box;
    background-image: linear-gradient(140deg, #00B9C3, #372E71);
    color: #fff;
}
.grad .grider{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.grad .grider .item{
    position: relative;
    width: 65%;
    justify-content: center;
    align-self: center;
}
.grad .grider .item span.very-big{
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.3em;
}
.grad .grider .item.small{
    width: 35%;
}
.grad .grider .item.small .btn-default{background: #fff; color: #00B9C3;}

.iconic-zone{
    position: relative;
    width: 100%;
    padding: 70px 0;
    background: #edecec
}
.ico-grid{
    position: relative;
    margin: 0 1px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ico-grid .box{
    position: relative;
    margin: 0 1px 2px 1px;
    width: calc(100% * (1/6) - 0px - 0px - 2px);
    background: #fff;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}
.ico-grid .box i{margin: 0 0 15px 0;}
.ico-grid .box i:before{
    color: #00B9C3;
}
.ico-grid .box *{display: block;}
.ico-grid .box .title{
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    color: #8c8c8c;
}
.ico-grid .box .small{
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.ico-grid .box span.spotter{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 10px;
    padding: 6px;
    box-sizing: border-box;
    color: #fff;
    background: #00B9C3;
    display: table;
    cursor: help;
}
.broker{
    position: relative;
    width: 100%;
    padding: 80px 0;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
}
.ground-fix{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ground-fix .box{
    position: relative;
    width: 450px;
}
.ground-fix .box.big{
    flex-grow: 1;
    flex-basis: 0;
}
.ground-fix .box .agent{
    position: relative;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    background: #F3F1F1;
    text-align: center;
}
.ground-fix .box .agent .very-small{
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 10px;
}
.ground-fix .box .agent .very-small.bold{
    line-height: 1em;
    margin-top: 25px;
}
.ground-fix .box .agent .image-box{
    position: relative;
    margin: 25px auto;
    width: 140px;
    height: 140px;
    border: 1px solid #00B9C3;
    text-align: center;
    border-radius: 100%;
}
.ground-fix .box .agent .image-box .image-circle{
    position: relative;
    width: 120px;
    height: 120px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    border-radius: 100%;
    margin: 10px;
}
.ground-fix .box .agent .image-box .image-circle span{
    position: relative;
    text-align: center;
    line-height: 120px;
    display: block;
}
.ground-fix .box .agent .image-box .image-circle span:before{
    position: relative;
    text-align: center;
    display: block;
    font-size: 60px;
    color: #00B9C3;
}
.ground-fix .box .agent .image-box .image-circle.aphoto{
    background-size: cover;
    background-position: 50% 0;
}
.ground-fix .box .agent .name{
    position: relative;
    display: block;
}
.ground-fix .box .agent .name span{
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.ground-fix .box .agent .name span.first_name{
    font-size: 26px;
    line-height: 1em;
    color: #5C5A5A;
    margin: 0 0 4px 0;
}
.ground-fix .box .agent .name span.last_name{
    color: #999898;
    font-size: 14px;
    line-height: 1em;
}
.ground-fix .box .agent a.phone{
    position: relative;
    text-align: center;
    font-size: 18px;
    margin: 5px 0 0 0;
    line-height: 1em;
    color: #414141;
    text-decoration: none;
    transition: 350ms;
    display: block;
}
.ground-fix .box .agent a.phone:hover{color: #00B9C3;}

.ground-fix .box .agent .show-btn{
    position: relative;
    display: table;
    padding: 15px 25px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #00B9C3;
    color: #fff;
    text-decoration: none;
    margin: 25px auto 0 auto;
    transition: 350ms;
}
.ground-fix .box .agent .show-btn:hover{
    background: #372E71;
}

#map{
    position: absolute;
    width: 100%;
    height: 100%;
}

.agent-header{
    position: relative;
    margin: 0 0 80px 0;
    padding: 0;
    display: flex;
    color: #fff;
}
.agent-header .box{
    position: relative;
    margin: 0;
    padding: 50px;
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    color: #000;
    background-image: url('particles/img/bg-form.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
.agent-header .box.small{
    width: 33%;
    flex-grow: 0;
    text-align: center;
    flex-basis: auto;
    background-image: linear-gradient(140deg, #00B9C3, #372E71);
}
.agent-header .box.small .agent-image-zone{
    position: relative;
    margin: 0 auto 40px auto;
    width: 220px;
    height: 220px;
    border: 1px solid #00B9C3;
    border-radius: 100%;
}
.agent-header .box.small .agent-image-zone .circle-box{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 10px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 50% 0;
}
.agent-header .box.small .agent-image-zone .circle-box.fix{
    background: #fff;
    text-align: center;
    line-height: 200px;
}
.agent-header .box.small .agent-image-zone .circle-box.fix span:before{
    color: #00B9C3;
    font-size: 72px;
}
.agent-header .box.small h2{
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 30px;
    color: #fff;
}
.agent-header .box.small span.agent-position{
    position: relative;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.agent-header .box.small .broker-info{
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
}
.agent-header .box.small .broker-info li{
    position: relative;
    margin: 0 0 7px 0;
}
.agent-header .box.small .broker-info li a{
    position: relative;
    text-decoration: none;
    color: #fff;
    display: inline-table;
    text-align: center;
}
.agent-header .box.small .desc{
    position: relative;
    margin: 40px 0 0 0;
    font-size: 12px;
    line-height: 1.5em;
    opacity: 0.75;
    color: #fff;
}
.gray-dec{
    position: relative;
    margin: 70px 0 0 0;
    padding: 70px 0 40px 0;
    box-sizing: border-box;
    background: #efefef;
}
h2.classic{
    position: relative;
    margin: 0 0 30px 0;
    font-size: 42px;
    line-height: 1.2em;
    color: #444444;
}
h3.spread{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.2em;
    text-align: center;
    color: #444444;
}

.agent-header .box h3.flop{
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 30px;
    color: #414141;
}
.agent-header .box .wpcf7-form{
    position: relative;
}
.agent-header .box .wpcf7-form p{
    position: relative;
    margin: 0 -15px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.agent-header .box .wpcf7-form p label{
    position: relative;
    margin: 0 15px 30px 15px;
    width: 100%;
}
.agent-header .box .wpcf7-form p label.half{width: calc(100% * (1/2) - 0px - 0px - 30px);}
.agent-header .box .wpcf7-form p label label{margin: 0;}

.agent-header .box .wpcf7-form p label input.wpcf7-form-control,
.agent-header .box .wpcf7-form p label textarea{
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #00B9C3;
}
.agent-header .box .wpcf7-form p label input.wpcf7-form-control{padding: 20px 20px 20px 60px;}
.agent-header .box .wpcf7-form p label textarea{height: 170px;}

.agent-header .box .wpcf7-form p label i{
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 24px;
    z-index: 2;
    color: #00B9C3;
}
.agent-header .box .wpcf7-form p label span.wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    background: red;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 6px;
    box-sizing: border-box;
}
.agent-header .box .wpcf7-form .wpcf7-list-item{margin: 0;}

.agent-header .box .wpcf7-form p label input[type='checkbox']{
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 0;
    border: 1px solid #00B9C3;
}
.agent-header .box .wpcf7-form p label .wpcf7-list-item-label{
    position: relative;
    width: calc(100% - 40px);
    font-size: 14px;
    float: right;
    color: #000;
}

.agent-header .box .wpcf7-form p label input.wpcf7-form-control.wpcf7-submit{
    background: #00B9C3;
    color: #fff;
    cursor: pointer;
    transition: 350ms;
}
.agent-header .box .wpcf7-form p label input.wpcf7-form-control.wpcf7-submit:disabled{
    background: gray;
    border-color: gray;
    cursor: not-allowed;
}

.respo-button{
    position: relative;
    float: right;
    height: 63px;
    padding: 0 25px;
    line-height: 63px;
    color: #fff;
    cursor: pointer;
    background: #cf2e2e;
    display: none;
}

.side-panel{
    position: fixed;
    left: -130%;
    width: 360px;
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,0.85);
    z-index: 9999;
    overflow-y: auto;
    transition: 350ms;
}
.side-panel a.logo{
    position: relative;
    width: 100%;
    padding: 25px 70px;
    box-sizing: border-box;
    display: block;
    margin: 0 0 40px 0;
}
.side-panel a.logo img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.side-panel .main-menu{
    position: relative;
    margin: 0 40px;
    box-sizing: border-box;
    padding: 0;
    list-style: none;
}
.side-panel .main-menu li{
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.side-panel .main-menu li:nth-last-child(1){border: none;}

.side-panel .main-menu li a{
    position: relative;
    display: block;
    padding: 15px 0;
    color: #484848;
    text-decoration: none;
}
.side-panel .main-menu li.current-menu-item a{color: #cf2e2e;}

.transparent-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: -20;
    transition: 350ms;
}
.side-panel.display{left: 0;}
.transparent-bg.display{
    background: rgba(0,0,0,0.35);
    z-index: 9998;
}

.button-filters{
    position: relative;
    width: 100%;
    padding: 25px 0;
    margin: 80px auto 30px auto;
    font-size: 18px;
    text-transform: uppercase;
    background: #00B9C3;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
}


.grid-zone{
    position: relative;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.grid-zone .item{
    position: relative;
    margin: 0 20px 40px 20px;
}
.grid-zone .item.flex{
    flex-grow: 1;
    flex-basis: 0;
}
.grid-zone .item.max-width-400{
    width: 400px;
    flex-grow: 0;
    flex-basis: auto;
}
.grid-zone.has-4-columns .item{
    width: calc(100% * (1/4) - 0px - 0px - 40px);
}

.red-zone{
    position: relative;
    width: 100%;
    padding: 70px 0 50px 0;
    background: #C51D1D;
    color: #fff;
}
.red-zone h2:after{background: #fff;}

.wpcf7-form{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.wpcf7-form br{display: none;}
.wpcf7-form p{
    position: relative;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form p label{
    position: relative;
    width: 100%;
    margin: 0 15px 30px 15px;
}
.wpcf7-form p label .wpcf7-form-control{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 15px 25px;
    box-sizing: border-box;
    border: none;
}
.wpcf7-form p label .wpcf7-form-control.wpcf7-textarea{height: 120px;}
.wpcf7-form p label.third{
    position: relative;
    width: calc(100% * (1/3) - 0px - 0px - 30px);
}
.wpcf7-form p label.last{margin: 0 15px}

.wpcf7-form p label .wpcf7-form-control.wpcf7-submit{
     cursor: pointer;
     transition: 350ms;
}
.wpcf7-form p label .wpcf7-form-control.wpcf7-submit:hover{
    background: #000;
    color: #fff;
}

.contact-menu{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-menu li{
    position: relative;
    margin: 0 0 30px 0;
}
.contact-menu li:nth-last-child(1){margin: 0;}
.contact-menu li a{
    position: relative;
    display: block;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}
.contact-menu li a i{
    position: absolute;
    top: 0;
    left: 0;
}
.contact-menu li a i:before{font-size: 30px;}
.contact-menu li a span{
    position: relative;
    display: block;
}
.contact-menu li a span.name_of_current_page{font-size: 10px;}
.contact-menu li a span.menu-item-description{font-size: 16px;}

.container.drop{
    margin: 50px auto;
    border-bottom: 3px solid #515151;
}


.ar-grid{
    position: relative;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ar-item{
    position: relative;
    margin: 0 20px 40px 20px;
    box-sizing: border-box;
}
.ar-item a.show-image{
    position: relative;
    width: 100%;
    transition: 350ms;
}
.ar-item a.show-image:hover{opacity: 0.75;}
.ar-item a.show-image img{
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.ar-item h3{
    position: relative;
    font-size: 14px;
    color: #cf2e2e;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0;
}
.ar-item a.show-btn{
    position: relative;
    display: table;
    padding: 12px 20px;
    color: #fff;
    background: #cf2e2e;
    text-decoration: none;
    border-radius: 2px;
    transition: 350ms;
}
.ar-item a.show-btn:hover{
    background: #a42424;
}

.has-3-columns .ar-item{
    width: calc(100% * (1/3) - 0px - 0px - 40px);
}

.icon-menu{
    position: relative;
    margin: 50px -15px 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.icon-menu li{
    position: relative;
    width: calc(100% * (1/6) - 0px - 0px - 30px);
    margin: 0 15px 30px 15px;
    background: #cf2e2e;
}
.icon-menu li a{
    position: relative;
    display: block;
    padding: 40px 15px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    pointer-events: none;
}
.icon-menu li a i{
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
}
.icon-menu li a i:before{
    position: relative;
    font-size: 36px;
}
.icon-menu li a span{
    position: relative;
    display: block;
}
.icon-menu li a span.name_of_current_page{
    font-size: 16px;
}
.icon-menu li a span.menu-item-description{
    font-size: 12px;
    line-height: 1.2em;
}


.galleries{
    position: relative;
    margin: 70px -15px 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.galleries li{
    position: relative;
    width: calc(100% * (1/4) - 0px - 0px - 30px);
    margin: 0 15px 30px 15px;
}
.galleries li a{
    position: relative;
    display: block;
    width: 100%;
}
.galleries li a img{
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: 350ms;
}
.galleries li a img:hover{
    opacity: 0.75;
}

body.ar_reference-template-default footer{margin: 0;}
.gray-section{
    position: relative;
    width: 100%;
    margin: 60px 0 0 0;
    background: #ececec;
    padding: 80px 0 30px 0;
    box-sizing: border-box;
}
h4{
    position: relative;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.4em;
}
h4:after{
    position: relative;
    content: '';
    width: 70px;
    height: 2px;
    background: #cf2e2e;
    display: block;
    margin: 20px 0 30px 0;
}


footer{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 60px 0 0 0;
    background: #eeeeee;
}
footer h2.widget-title{
    position: relative;
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
}
footer h2.widget-title:after{display: none;}
footer p{line-height: 1.5em;}
footer ul.menu{
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
}
footer ul.menu li{
    position: relative;
    width: 100%;
    margin-bottom: 4px;
}
footer ul.menu li:nth-last-child(1){border: none;}
footer ul.menu li a{
    position: relative;
    display: block;
    color: #585858;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (max-width : 1340px){
    .icon-menu li {width: calc(100% * (1/3) - 0px - 0px - 30px);}
    .home-grid .box.big .banner .banner-slide .container .centered h2 {font-size: 26px;}
    .has-3-columns .ar-item {
        width: calc(100% * (1/2) - 0px - 0px - 40px);
    }

    .grid-zone.has-4-columns .item {width: calc(100% * (1/2) - 0px - 0px - 40px);}
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    .wp-block-group.alignwide .wp-block-group__inner-container,
    .container{width: 86%;}
}

@media screen and (max-width : 1000px){
    .wpcf7-form p label.third {width: calc(100% * (1/1) - 0px - 0px - 30px);}
    .wpcf7-form p label.third {width: calc(100% * (1/1) - 0px - 0px - 30px);}

    .banner .text-zone {
        width: 40%;
        padding: 20px;
    }
    .home-grid .box.big .banner .banner-slide .container .centered .desc{font-size: 14px;}
    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
	
	
}
@media screen and (max-width : 900px){
    header .main-menu{display: none;}
    header{background: #fff;}
    header a.logo{
        width: 120px;
        margin: 8px 0;
    }
    .respo-button{display: block;}

    .galleries li{width: calc(100% * (1/3) - 0px - 0px - 30px);}
}
@media screen and (max-width : 800px){
    .has-3-columns .ar-item {
        width: calc(100% * (1/1) - 0px - 0px - 40px);
    }

    .grid-zone .item.max-width-400 {
        width: 100%;
    }
    .grid-zone .item.flex {
        width: 100%;
    }
    .galleries li{width: calc(100% * (1/2) - 0px - 0px - 30px);}
}

@media screen and (max-width : 650px){
    header{
        padding: 0 7%;
    }
    .icon-menu li {width: calc(100% * (1/2) - 0px - 0px - 30px);}
    .banner .text-zone {width: 60%;}
    .grid-zone.has-4-columns .item {
        width: calc(100% * (1/1) - 0px - 0px - 40px);
    }
    .galleries li{width: calc(100% * (1/1) - 0px - 0px - 30px);}

    .side-panel{width: 76%;}
    .side-panel a.logo{padding: 25px 30px;}
    h1{font-size: 36px;}
    header.change a.logo {
        width: 150px;
        margin: 5px 0 0 0;
    }
    .entry-content h2 {
        font-size: 30px;
    }
    p.has-bigger-font-size {
        font-size: 30px;
    }
}

@media screen and (max-width: 520px){
    .banner .text-zone {
        width: 70%;
    }
}

@media screen and (min-width : 900px){
.main-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

/* Styly pro sub-menu */
.sub-menu {
    display: none;
    position: absolute;
    /*background-color: #fff;*/
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
    z-index: 1000;
	width:100%;
	padding-left: 0px;
	padding-bottom:10px;
}

.sub-menu li {
    display: block;
	text-align:left;
}

.sub-menu li a {
    padding: 10px;
    color: white;
	text-align:center;
}

/* Zobrazení sub-menu při najetí myší na nadřazenou položku */
.main-menu li:hover > .sub-menu {
    display: block;
}
}

.request a {
  border: 2px solid #C51D1D;
  padding :10px !important;
  margin-top :22px;
}



@media screen and (max-width : 900px){
	.sub-menu{
		display:block;
		width:100%;
		list-style-type:none;
	}
}


