@import url("https://fonts.googleapis.com/css2?family=Raleway");
h1 { font-size: 46px; }

h2 { font-size: 36px; }

h3 { font-size: 26px; }

h4 { font-size: 16px; }

@media (max-width: 1200px) { h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
  h4 { font-size: 14px; } }
@media (max-width: 992px) { h1 { font-size: 29px; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
  h4 { font-size: 14px; } }
@media (max-width: 768px) { h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  h4 { font-size: 14px; } }
@media (max-width: 552px) { h1 { font-size: 23px; }
  h2 { font-size: 20px; }
  h3 { font-size: 17px; }
  h4 { font-size: 14px; } }
h1, h2, h3, h4, h5, h6 { font-weight: 100; font-family: 'Raleway', Helvetica, Arial, sans-serif; font-weight: 300; }

p { line-height: 1.4; font-size: 14px; font-weight: 200; }

@media (max-width: 552px) { p { font-size: 13px; } }
a { color: #1ACFC3; }
a:hover { color: #1451a2; }

.text-primary { color: #1a68cf !important; }

.text-secondary { color: #1ACFC3 !important; }

.text-light-grey { color: #A7A7A7 !important; }

.text-dark-grey { color: #6B6B6B !important; }

.text-white { color: #fff !important; }

.text-dark { color: #000 !important; }

.text-violet { color: #7000AF !important; }

.text-blue { color: #0023AF !important; }

.text-green { color: #15AA00 !important; }

.text-orange { color: #FF6000 !important; }

.bg-primary { background-color: #1a68cf !important; }

.bg-secondary { background-color: #1ACFC3 !important; }

.bg-white { background-color: #fff !important; }

.bg-dark { background-color: #000 !important; }

.bg-dark-grey { background-color: #6B6B6B !important; }

.bg-violet { background-color: #7000AF !important; }

.bg-blue { background-color: #0023AF !important; }

.bg-orange { background-color: #FF6000 !important; }

.bg-green { background-color: #15AA00 !important; }

body { overflow-x: hidden; font-family: 'Raleway', Helvetica, Arial, sans-serif; background-color: #fff; background-image: url("../img/bg.jpg"); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-left: 5px; padding-right: 5px; }

#VideoPlayer { max-width: 100%; width: 100%; }

section { padding: 0; position: relative; }
section .section-heading { border-bottom: 1px solid #CBF3F8; padding-bottom: 10px; margin-bottom: 20px; }

.icon { width: 30px; height: 30px; display: inline-block; text-align: center; padding: 0; line-height: 1.7; margin-right: 7px; }
.icon.circle { border-radius: 15px; }

/* Social icons */
ul.social-network { list-style: none; display: inline; margin-left: 0 !important; padding: 0; }
ul.social-network li { display: inline; margin: 0 5px; }

.social-network a.icoFacebook:hover { background-color: #3B5998; }
.social-network a.icoLinkedin:hover { background-color: #007bb7; }
.social-network a.icoFacebook:hover i, .social-network a.icoLinkedin:hover i { color: #fff; }
.social-network a.socialIcon:hover { color: #44BCDD; }

.socialHoverClass { color: #44BCDD; }

.social-circle li a { display: inline-block; position: relative; margin: 0 auto 0 auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; width: 30px; height: 30px; font-size: 15px; }
.social-circle li i { margin: 0; line-height: 30px; text-align: center; }
.social-circle li a:hover i { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; }

.triggeredHover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; }

.social-circle i { color: #595959; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s; }

.social-network a { background-color: #F9F9F9; }

.btn { font-family: 'Raleway', Helvetica, Arial, sans-serif; font-weight: 300; font-weight: 500; padding: 10px 30px; }
.btn.rounded { border-radius: 50px !important; }
.btn.btn-lg { font-size: 40px; }
.btn.btn-md { font-size: 20px; }

.btn-primary { background-color: #1a68cf; border: none; }
.btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #1ACFC3 !important; border: none; color: white; }
.btn-primary:active, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

.btn-secondary { background-color: #1ACFC3; border: none; }
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover { background-color: #1a68cf !important; border: none; color: white; }
.btn-secondary:active, .btn-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

.bottom-pagging span { background: none !important; }
.bottom-pagging div span:first-child, .bottom-pagging a, .bottom-pagging strong { width: 37px; height: 37px; display: inline-block; margin: 5px; background: #6B6B6B !important; color: #fff !important; text-align: center; line-height: 2.2 !important; border-radius: 50%; }
.bottom-pagging a:hover { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -op-transition: all .3s ease; -ms-transition: all .3s ease; background: #1a68cf !important; }
.bottom-pagging strong { background: #1a68cf !important; }

::-moz-selection { background: #1a68cf; color: #fff; text-shadow: none; }

::selection { background: #1a68cf; color: #fff; text-shadow: none; }

img::selection { background: transparent; }

img::-moz-selection { background: transparent; }

*, *:after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

nav.navbar .navbar-brand img { max-width: 200px; }
nav.navbar .nav-link { font-size: 20px !important; color: #fff !important; }

/* TOP HEADER NAVIGATION */
nav.top-header-nav .navbar-nav .nav-item .nav-link { background-color: rgba(0, 0, 0, 0.1); padding: 5px 20px; border-radius: 0 0 6px 6px; color: #fff; display: flex; align-items: center; justify-content: center; margin-right: 5px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -op-transition: all .3s ease; -ms-transition: all .3s ease; }
nav.top-header-nav .navbar-nav .nav-item .nav-link img { display: inline-block; margin-right: 7px; max-height: 20px; }
nav.top-header-nav .navbar-nav .nav-item .nav-link:hover { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -op-transition: all .3s ease; -ms-transition: all .3s ease; }
nav.top-header-nav .navbar-nav .nav-item .nav-link:hover.seznamka { background-color: #7000AF; }
nav.top-header-nav .navbar-nav .nav-item .nav-link:hover.prace { background-color: #0023AF; }
nav.top-header-nav .navbar-nav .nav-item .nav-link:hover.oko { background-color: #ff4000; }
nav.top-header-nav .navbar-nav .nav-item .nav-link:hover.reality { background-color: #15aa00; }
nav.top-header-nav .navbar-nav .nav-item .nav-link:hover.bazar { background-color: #00CED1; }
nav.top-header-nav .navbar-nav .nav-item .nav-link:hover img { transform: scale(1.3); }

header { background: #ff4000; /* Old browsers */ background: -moz-linear-gradient(-45deg, #ff4000 0%, #ff9727 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #ff4000 0%, #ff9727 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #ff4000 0%, #ff9727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4000', endColorstr='#ff9727',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
header .logo { width: 200px; }
@media (min-width: 992px) { header .logo { min-width: 300px; } }
header .logo img { width: 100%; }
header .search-filter .form-links { display: inline-block; margin: 0 0 5px 0; padding: 0 10px; position: relative; color: #fff; }
header .search-filter .form-links input[type="radio"] { display: none; }
header .search-filter .form-links input[type="radio"]:checked + label { color: #fff; font-weight: 600; }
header .search-filter .form-links input[type="radio"]:checked + label:after { content: ''; width: 0; height: 0; position: absolute; bottom: -5px; left: 50%; transform: translate(-50%); border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #fff transparent; display: flex; justify-content: center; }
header .search-input input#search { border: none; padding: 10px; margin-right: 10px; }
header .nav-header-info { font-size: 12px; }

section.category-tabs .cat-tab { background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 8px; transition: background-size ease-in-out .3s; position: relative; overflow: hidden; }
@media (min-width: 552px) { section.category-tabs .cat-tab { min-height: 200px; } }
section.category-tabs .cat-tab:before { content: ''; position: absolute; width: 100%; height: 100%; opacity: .7; z-index: 0; top: 0; left: 0; }
section.category-tabs .cat-tab.dating { background-image: url("../img/bg_sm_dating.jpg"); }
section.category-tabs .cat-tab.dating:before { background-color: #7000AF; }
section.category-tabs .cat-tab.work { background-image: url("../img/bg_sm_work.jpg"); }
section.category-tabs .cat-tab.work:before { background-color: #0023AF; }
section.category-tabs .cat-tab.property { background-image: url("../img/bg_sm_property.jpg"); }
section.category-tabs .cat-tab.property:before { background-color: #15AA00; }
section.category-tabs .cat-tab.sales { background-image: url("../img/bg_sm_sales.jpg"); }
section.category-tabs .cat-tab.sales:before { background-color: #178c9f; }
section.category-tabs .cat-tab:hover { background-size: 120%; }
section.category-tabs .cat-tab h4, section.category-tabs .cat-tab a, section.category-tabs .cat-tab p { color: #fff; z-index: 1; }
section.category-tabs .cat-tab h4:hover, section.category-tabs .cat-tab a:hover, section.category-tabs .cat-tab p:hover { text-decoration: none; }
section.category-tabs .cat-tab h4 { font-weight: 700; font-size: 30px; }
section.category-tabs .cat-tab p { font-size: 12px; line-height: 1.3; }
section.category-tabs .cat-tab a:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }

@media (min-width: 992px) { section.main .list .list-item { width: 33.33%; float: left; } }
section.main .list .list-item .col-3 { overflow: hidden; border-radius: 6px; box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1); padding: 0 !important; max-height: 80px; margin-right: 15px; flex: 0 0 30%; max-width: 30%; margin-right: 10px; }
section.main .list .list-item .col-3 a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
section.main .list .list-item .col-3 a img { border-radius: 6px; box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1); width: auto; height: 150px; max-width: none; }
section.main .list .list-item .col-9 { flex: 0 0 60%; max-width: 60%; }
section.main .list .list-item .heading { font-weight: 500; }
section.main .list .list-item .heading a { color: #000; }
section.main .list .list-item .heading a:hover { color: #1a68cf; }
section.main .list .list-item .views { position: absolute; top: 0; right: 0; color: #A7A7A7; display: none; }
section.main .list .list-item .views img { max-height: 23px; box-shadow: none; margin-left: 10px; width: auto; }
section.main .list .list-item p:last-child { display: none; }

/* Job Listings */
.job-listings { padding: 0; margin: 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; border-radius: 7px; overflow: hidden; position: relative; background: #fff; }
.job-listings .badge { color: #fff; padding: 4px 10px; margin-right: 5px; }
@media (max-width: 768px) { .job-listings .custom-width { width: 100% !important; } }
.job-listings .job-listing { position: relative; border-bottom: 1px solid #eee; transition: .3s all ease; }
.job-listings .job-listing:last-child { border-bottom: none; }
.job-listings .job-listing:hover { box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }
.job-listings .job-listing:hover .job-listing-position h2 { color: #1a68cf; transform: scale(1); }
.job-listings .job-listing a { position: absolute; width: 100%; height: 100%; transition: .3s all ease; z-index: 1; }
.job-listings .job-listing .job-listing-logo { flex: 0 0 auto; }
@media (max-width: 550px) { .job-listings .job-listing .job-listing-logo { display: none; } }
.job-listings .job-listing .job-listing-logo .firma { height: 50px; width: 50px; text-align: center; border-radius: 50%; display: block; display: flex; justify-content: center; align-items: center; background-color: rgba(26, 104, 207, 0.1); color: #1a68cf; font-size: 20px; }
.job-listings .job-listing-position h2 { font-size: 1.2rem; margin-bottom: 0; }
.job-listings .job-listing-position h2::first-letter { text-transform: uppercase; }
.job-listings .job-listing-position strong { color: #b3b3b3; }

/* Property Listings */
.property-list .job-listings { padding: 0; margin: 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; border-radius: 7px; overflow: hidden; position: relative; background: #fff; }
.property-list .job-listings .job-listing { position: relative; border-bottom: 1px solid #eee; transition: .3s all ease; }
.property-list .job-listings .job-listing:last-child { border-bottom: none; }
.property-list .job-listings .job-listing:hover { box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }
.property-list .job-listings .job-listing:hover .job-listing-position h2 { color: #1a68cf; transform: scale(1); }
.property-list .job-listings .job-listing a { position: absolute; width: 100%; height: 100%; transition: .3s all ease; z-index: 1; }
.property-list .job-listings .job-listing img { max-width: 170px; }
.property-list .job-listings .job-listing .job-listing-about { flex-direction: column; }
.property-list .job-listings .job-listing .job-listing-about .job-listing-position, .property-list .job-listings .job-listing .job-listing-about .description, .property-list .job-listings .job-listing .job-listing-about .job-listing-meta { width: 100% !important; }
.property-list .job-listings .job-listing .job-listing-about .job-listing-position h2 { font-size: 1.2rem; margin-bottom: 0; }
.property-list .job-listings .job-listing .job-listing-about .job-listing-position h2::first-letter { text-transform: uppercase; }
.property-list .job-listings .job-listing .job-listing-about .job-listing-position strong { color: #b3b3b3; }
.property-list .job-listings .job-listing .job-listing-about .description, .property-list .job-listings .job-listing .job-listing-about .job-listing-termin { display: none; }

/* Bazar Listings */
.bazar-list .bazar-listings { padding: 0; margin: 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; border-radius: 7px; overflow: hidden; position: relative; background: #fff; }
.bazar-list .bazar-listings .bazar-listing { position: relative; border-bottom: 1px solid #eee; transition: .3s all ease; }
.bazar-list .bazar-listings .bazar-listing:last-child { border-bottom: none; }
.bazar-list .bazar-listings .bazar-listing:hover { box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); }
.bazar-list .bazar-listings .bazar-listing:hover .bazar-listing-position h2 { color: #1a68cf; transform: scale(1); }
.bazar-list .bazar-listings .bazar-listing a { position: absolute; width: 100%; height: 100%; transition: .3s all ease; z-index: 1; }
.bazar-list .bazar-listings .bazar-listing img { max-width: 170px; }
.bazar-list .bazar-listings .bazar-listing .bazar-listing-about { flex-direction: column; }
.bazar-list .bazar-listings .bazar-listing .bazar-listing-about .bazar-listing-position, .bazar-list .bazar-listings .bazar-listing .bazar-listing-about .description, .bazar-list .bazar-listings .bazar-listing .bazar-listing-about .bazar-listing-meta { width: 100% !important; }
.bazar-list .bazar-listings .bazar-listing .bazar-listing-about .bazar-listing-position h2 { font-size: 1.2rem; margin-bottom: 0; }
.bazar-list .bazar-listings .bazar-listing .bazar-listing-about .bazar-listing-position h2::first-letter { text-transform: uppercase; }
.bazar-list .bazar-listings .bazar-listing .bazar-listing-about .bazar-listing-position strong { color: #b3b3b3; }
.bazar-list .bazar-listings .bazar-listing .bazar-listing-about .description, .bazar-list .bazar-listings .bazar-listing .bazar-listing-about .bazar-listing-termin { display: none; }

section.login-page { /* Half pages */ }
section.login-page .logo { width: 200px; }
section.login-page .login { min-height: 100vh; }
section.login-page .bg-image { background-image: url("../img/oko_login_bg.jpg"); background-size: cover; background-position: center center; }

.sidebar .login-panel { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbf3f8+0,ecfef6+100 */ background: #cbf3f8; /* Old browsers */ background: -moz-linear-gradient(45deg, #cbf3f8 0%, #ecfef6 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #cbf3f8 0%, #ecfef6 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(45deg, #cbf3f8 0%, #ecfef6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbf3f8', endColorstr='#ecfef6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ border-radius: 6px; }
.sidebar .a-area { position: sticky; position: -webkit-sticky; top: 10px; }
@media (max-width: 1500px) { .sidebar .a-area { text-align: center; } }

footer { background: #ff4000; /* Old browsers */ background: -moz-linear-gradient(-45deg, #ff4000 0%, #ff9727 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #ff4000 0%, #ff9727 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #ff4000 0%, #ff9727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4000', endColorstr='#ff9727',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
footer * { color: #fff; }
footer .widget-about img { max-width: 150px; }
footer a:hover { color: #fff; text-decoration: underline; }
footer h3 { margin-bottom: 20px; }
footer ul { padding-left: 30px; }
footer ul.menu-links li:before { content: '\f105'; font-family: FontAwesome; margin-right: 10px; }
footer .icon.circle { background-color: rgba(0, 0, 0, 0.2); }

@media (max-width: 1500px) { .container { width: 90%; }
  h1 { font-size: 30px; } }
@media (max-width: 992px) { .container { width: 80%; }
  h1 { font-size: 25px; }
  section.login-page .logo { width: 120px; }
  footer { text-align: center; } }
@media (max-width: 768px) { .container { width: 98%; } }
@media (min-width: 1400px) { .navbar-expand-lg .navbar-toggler { display: none; } }

/*# sourceMappingURL=main.css.map */
