/*
Theme Name: Jffence
Theme URI: http://jffence.sk/
Author: [BE]CREA team
Author URI: http://www.becrea.sk/
Version: 1.0


@font_family: Ubuntu, serif;


@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight:normal;
    src: url('./fonts/Ubuntu-R.ttf') format('opentype');
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight:bold;
    src: url('./fonts/Ubuntu-B.ttf') format('opentype');
}
*/
body
{
    font-family: Roboto;
    color:#7a7a7a;
    margin:0;
    padding:0;
    font-size:16px;
    line-height: 18px;
 /* background: url(http://centrumzamkovychdlazieb.sk/wp-content/uploads/2017/02/0202.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

*:focus {
    outline: none;
}
a{
    text-decoration: none;
    color: #0078c1;
}
a:hover{
    color: #000;
}

h1{
    font-size: 23px;
    color: #0078c1;
    font-weight: normal;
}

h1:before{
    content: '';
    display: inline-block;
    margin-right: 14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0078c1;
    transform: rotate(-45deg);
}
h2{
    font-size: 20px;
    color: #0078c1;
    font-weight: normal;
    margin-top: 40px;
}

.cont{
    max-width: 1200px;
    width: 95%;
    margin:0 auto;
    display: table;
}


#top{
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0px 0px 15px #4c4b4b;
}

.logo{
    position: relative;
    width: 190px;
    float: left;
}

.logo span{
    position: absolute;
    bottom: 4px;
    font-size: 13px;
    left: 26px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#menu{
    float: right;
    margin-top: 15px;
}
#menu .menu-item {
    padding: 5px 11px;
    margin: 5px 5px;
    color: #0078c1;
    text-transform: uppercase;
    font-size: 15px;
}



#menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0
}

#menu ul li{
    float: left;
    margin: 0 5px;
    position: relative;
}


#menu ul li a{
    padding: 3px 7px;
    border-radius: 5px;
    color: #102b44;
}

.cycloneslider-template-standard{
    margin-bottom: 0px !important;
}

#menu .current_page_item {
    background: #0078c1 !important;
    border-radius: 5px !important;
}
#menu .current_page_item a{
    color: #ffffff !important;
}


.cycloneslider-template-standard .cycloneslider-caption .cycloneslider-caption-title:before{
    content: '';
    display: inline-block;
    margin-right: 14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0078c1;
    transform: rotate(-45deg);
}
#banner{
    border-bottom: 3px solid #0078c1;
}
.podBanner{
    background: #312f2d;
    color: white;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.podBanner span{
    padding: 25px 0!important;
    font-size: 17px;
    letter-spacing: 1px;
    display: block;
    float: left;
}
.under-slider-box {
    background: #156bb9;
    height: 100%;
    border: 0 solid #156bb9;
    width: 200px;
    transform: skewX(-45deg);
    display: block;
    float: right;
    margin-right: 50px;
}
.under-slider-box-text {
    padding: 16px 0;
    transform: skewX(45deg);
    text-align: center;
    font-size: 15px;
}
.under-slider-box-text i{
    padding-right: 5px;
}
.under-slider-box-text .first {
    padding-left: 20px;
}
.under-slider-box-text .second {
    padding-right: 20px;
}
.under-slider-box-text a{
    color:#ffffff;
}
.under-slider-box-text a:hover{
    color: #e2e2e2;
}
.small{
    position: relative;
    padding: 15px 0}
.sm{
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}
.sm img{
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    transition: transform .2s;
}
.sm a:hover img{
    transform: scale(1.2);
}
.sm a{
    text-align: center;
    color: #0078c1;
    font-size: 16px;
    display: block;
    padding: 20px 0;
}
.sm:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 15%;
    height: 90%;
    border-right: 1px dashed #bfbfbf;
}
.last:before {
    border-right: 0px dashed #bfbfbf;
}
.tien {
    width: 100%;
    opacity: 0.5;
}

blockquote{
    position: relative;
    float: left;
    width: 40%;
    margin: 0 5%;
    text-align: center;
}
blockquote p{
    font-style: italic;
}
blockquote::before {
    content: "\201C";
    display: block;
    font-size: 80px;
    left: -267px;
    top: 30px;
    color:#c4c4c4;
    position: relative;
    height: 0;
}
#footer{
    background-color: #312f2d;
    width: 100%;
    margin-top: 100px;
    padding: 50px 0;
    line-height: 25px;
}
#footer ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#footer a{
    color: #a0a0a0;
}




#footer li::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
    display: inline-block;
    padding-right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


#footer li a{
    color: rgba(255,255,255,0.6);
    transition:  all 100ms ease;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}

#footer li a:hover{
    padding-left: 10px;
    transition:  all 100ms ease;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    text-decoration: none;
}

.xsm{
    width: 32%;
    margin-right: 1%;
    color: #747474;
    float: left;
}
#footer h3{
    color: #a0a0a0;
}
.copy{
    background-color: #1f1d1b;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: #a0a0a0;
}
.prazdne{
    padding-top: 87px;
    display: block;
}
.obsahje{
    text-align: justify;
    line-height: 25px;
}
.linkgallery{
    text-align: center;
    display: block;
}

.mobilmenu{
    display: none !important;
    float: right;
    font-size: 21px;
    padding: 5px;
    margin: 15px 10px 0 0;
    border: 2px solid #696969;
    border-radius: 4px;
    color: #696969;
    cursor: pointer;
}

.elementor-22 .elementor-widget-text-editor {
    min-height: 70px;
}

.clanok{
    float: left;
    width: 43%;
    margin: 1%;
    padding: 1%;
    box-shadow: 0 0 5px #dadada;
    min-height: 155px;
}

.clanok h2{
    margin-top: 0;
    line-height: 20px;
}

.clanok img{
    float: left;
    padding: 0 10px 5px 0;
}