/* here you can put your own css to customize and override the theme */

.site-logo {
    display: block;
    left: 0;
    padding-top: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .site-logo img {
        width: 100%;
    }
}

.table {
    display: table;   /* Allow the centering to work */
    margin: 0 auto;
}

.header-navigation {
    float: none;
    font: 300 18px "Open Sans", Arial, sans-serif;
    text-align: center;
}


.about-block {
    padding-top: 155px;
}


#stoles .col-md-4.item {
    margin-bottom: 50px;
}



/* Front Carousel */
.front-carousel .carousel-control {
    margin: 0;
    border: none;
    height: 35px;
    font-size: 24px;
    font-weight: normal;
    top: 40%;
    width: 35px;
    background: #222;
    opacity: 0.5;
}
.front-carousel .carousel-control:hover {
    opacity: 0.6;
}
.front-carousel .carousel-control i {
    font-size: 27px;
}
.front-carousel .carousel-control.right i {
    position: relative;
    left: 1px;
}
.front-carousel .carousel-caption {
    padding: 10px 15px 0;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}
.front-carousel .carousel-control.left {
    left: 0;
}
.front-carousel .carousel-control.right {
    right: 0;
}



.weather {
    position: absolute;
    width: auto;
    height: 300px;
    left: 0;
    top: 25%;
    z-index: 99999;
}


#link_get_widget {
    display: none;
}



.countdown {
    position: absolute;
    right: 0;
    top: 40%;
    width: 100%;
    z-index: 999;
}


.header .mobi-toggler {
    z-index: 999;
}



.header-navigation li {
    margin: 0 0 0 10px;
}

.header-navigation li a {
    font-weight: 600;
}

.header{
    background-color: #fff !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
}

.kinigiItem{
    margin-bottom: 30px;
    font-size: 9px;
}

.kinigi-block {
    padding-top: 0;
    background: #fff;
}

.kinigi-block .item {
    padding: 5px;
}

