﻿html {
    font-family: sans-serif;
}

body {
    margin: 0px;
}

.countup.special,.countup-vis {
    display: inline;
    /*float: left;*/
}

@font-face {
	font-family: 'IcoMoon-Free';
	src: url('../fonts/IcoMoon-Free.ttf?-b7qzp2') format('truetype');
	font-weight: normal;
	font-style: normal;
}

ul[data-columns] {
    margin-left: -20px;
}

    ul[data-columns]::before, ul[data-columns]::after {
        display: table;
        line-height: 0;
        content: "";
    }

    ul[data-columns]::after {
        clear: both;
    }

    ul[data-columns] li {
        display: inline-block;
        float: left;
        margin-left: 20px;
    }

ul[data-columns="2"] li {
    width: calc(50% - 20px);
}

ul[data-columns="3"] li {
    width: calc(33.3333% - 20px);
}

ul[data-columns="4"] li {
    width: calc(25% - 20px);
}

ul[data-columns="5"] li {
    width: calc(20% - 20px);
}

ul[data-columns="6"] li {
    width: calc(16.6666% - 20px);
}

ul[data-columns="7"] li {
    width: calc(14.2857% - 20px);
}

ul[data-columns="8"] li {
    width: calc(12.5% - 20px);
}

ul[data-columns="9"] li {
    width: calc(11.1111% - 20px);
}

ul[data-columns="10"] li {
    width: calc(10% - 20px);
}

.caroufredsel {
    margin: 0px;
    position: relative;
    zoom: 1;
}

    .caroufredsel ul.slides {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

.cfs--navigation a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease;
    color: rgba(255, 255, 255, 0.14902);
}

.cfs--prev {
    text-align: left;
    left: 10px;
}

.cfs--next {
    text-align: right;
    right: 10px;
}

.bottom-nav .cfs--prev {
    text-align: center;
    left: auto;
    right: 30px;
    bottom: 0px;
    top: auto;
}

.bottom-nav .cfs--next {
    text-align: center;
    right: 0px;
    bottom: 0px;
    top: auto;
    margin: 0px;
}

.cfs--navigation a::before {
    font-family: "IcoMoon-Free";
    font-size: 26px;
}

.cfs--prev::before {
    content: "\ea44";
}

.cfs--next::before {
    content: "\ea42";
}

.caroufredsel:hover .cfs--prev {
    opacity: 0.7;
}

.caroufredsel:hover .cfs--next, .caroufredsel:hover ~ .cfs--navigation .cfs--next {
    opacity: 0.7;
}

    .caroufredsel:hover .cfs--next:hover, .caroufredsel:hover .cfs--prev:hover, .caroufredsel:hover ~ .cfs--navigation .cfs--next:hover, .caroufredsel:hover ~ .cfs--navigation .cfs--prev:hover {
        opacity: 1;
    }

.cfs--pagination {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0px;
    bottom: 0px;
}

    .cfs--pagination > a {
        display: inline-block;
        width: 9px;
        height: 9px;
        margin: 2px 3px;
        box-shadow: none;
        border-radius: 50%;
        text-decoration: none;
        background: rgb(217, 217, 217);
    }

        .cfs--pagination > a:hover {
            background: rgba(0, 0, 0, 0.498039);
        }

        .cfs--pagination > a.selected {
            box-shadow: rgb(254, 96, 96) 0px 0px 0px 3px;
            width: 8px;
            height: 8px;
            margin: 3px 4px;
            background: rgb(244, 244, 244);
        }

.caroufredsel ul.slides > li {
    display: block;
    float: left;
    position: relative;
    padding: 0;
}

.caroufredsel ul.slides > li:before {
    display: none;
}

.caroufredsel > ul.slides > li:not(:first-child) {
    display: none;
}


.photogallery-widget .photogallery-wrapper {
    overflow: hidden;
    position: relative;
}

.photogallery-widget .caroufredsel {
    width: 74.35%;
}

    .photogallery-widget .caroufredsel .slides li {
        position: relative;
    }

        .photogallery-widget .caroufredsel .slides li img {
            width: 100%;
        }

.photogallery-widget .cfs--navigation {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}

    .photogallery-widget .cfs--navigation a {
        color: rgb(255, 255, 255);
        top: auto;
        margin-top: 0px;
    }

        .photogallery-widget .cfs--navigation a::before {
            font-size: 32px;
        }

.photogallery-widget .cfs--prev {
    left: 20px;
}

.photogallery-widget .cfs--next {
    right: 20px;
}

.photogallery-widget .caroufredsel:hover .cfs--prev {
    left: 30px;
}

.photogallery-widget .caroufredsel:hover .cfs--next {
    right: 30px;
}

.photogallery-widget .caroufredsel .pg-caption, .photogallery-widget .caroufredsel .pg-caption a {
    color: rgb(255, 255, 255);
    line-height: 1.8;
    font-size: 16px;
}

.photogallery-widget .caroufredsel .pg-caption {
    position: absolute;
    bottom: 50px;
    left: 0px;
    text-align: center;
    padding: 0px;
    width: 100%;
    margin: 0px;
    text-transform: uppercase;
}

    .photogallery-widget .caroufredsel .pg-caption a {
        text-transform: none;
        font-style: italic;
    }

    .photogallery-widget .caroufredsel .pg-caption.blacklined {
        color: rgb(255, 255, 255);
        display: inline;
        border-radius: 2px;
        padding: 2px 7px;
        background: rgba(0, 0, 0, 0.498039);
    }

.photogallery-widget .cfs-counter {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.298039);
    font-weight: 700;
    font-style: italic;
}

.photogallery-widget .cfs--pagination {
    height: 100%;
    overflow: hidden;
    width: 25.65%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    bottom: auto;
}

.photogallery-widget .pg-thumb {
    width: 50%;
    float: left;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    backface-visibility: hidden;
    position: relative;
    background-color: rgb(26, 28, 37);
}

    .photogallery-widget .pg-thumb > a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        opacity: 0.8;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .photogallery-widget .pg-thumb:hover > a, .photogallery-widget .pg-thumb.selected > a {
        opacity: 1;
    }

    .photogallery-widget .pg-thumb:hover {
        z-index: 2;
    }

    .photogallery-widget .pg-thumb .pg-caption {
        font-size: 14px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        padding: 20px 5px 0px 20px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        text-align: left;
        margin: 0px;
        opacity: 0;
        visibility: hidden;
        background: rgb(254, 96, 96);
    }

    .photogallery-widget .pg-thumb:nth-child(2n) .pg-caption {
        right: 0px;
    }

    .photogallery-widget .pg-thumb:nth-child(2n+1) .pg-caption {
        left: 0px;
    }

    .photogallery-widget .pg-thumb:nth-child(2n):hover .pg-caption {
        opacity: 1;
        visibility: visible;
        right: 100%;
    }

    .photogallery-widget .pg-thumb:nth-child(2n+1):hover .pg-caption {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }

    .photogallery-widget .pg-thumb .pg-caption::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -6px;
        border: 6px solid transparent;
    }

    .photogallery-widget .pg-thumb:nth-child(2n) .pg-caption::before {
        right: -12px;
        border-left-color: rgb(254, 96, 96);
    }

    .photogallery-widget .pg-thumb:nth-child(2n+1) .pg-caption::before {
        left: -12px;
        border-right-color: rgb(254, 96, 96);
    }

    .photogallery-widget .pg-thumb .pg-caption a {
        color: rgb(255, 255, 255);
        font-size: 12px;
        opacity: 0.8;
    }

        .photogallery-widget .pg-thumb .pg-caption a:hover {
            opacity: 1;
        }

    .photogallery-widget .pg-thumb:nth-child(9):last-child {
        width: 100%;
    }

        .photogallery-widget .pg-thumb:nth-child(9):last-child .pg-caption {
            left: 0px;
            right: auto;
        }