@import url('https://fonts.googleapis.com/css?family=Fjalla+One:400&display=optional');
@import url('https://fonts.googleapis.com/css?family=Cantarell:400&display=optional');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=optional');
@import url('https://fonts.googleapis.com/css?family=Google+Sans&display=optional');

@font-face {
    font-family: 'genericons';
    src: url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/genericons-regular-webfont.eot');
    src: url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/genericons-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/genericons-regular-webfont.woff') format('woff'),
        url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/genericons-regular-webfont.ttf') format('truetype'),
        url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
}

/* @font-face {
    font-family: 'entypo';
    src: url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/entypo.eot');
    src: url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/entypod41d.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/entypo.woff') format('woff'),
        url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/entypo.ttf') format('truetype'),
        url('/wp-content/themes/customizr-pro/inc/assets/css/fonts/fonts/entypo.svg#genericonsregular') format('svg');
} */

.site-title,
.site-description,
h1,
h2,
h3,
.tc-dropcap {
    font-family: 'Fjalla One';
    font-weight: 400;
}

body,
.navbar .nav>li>a {
    font-family: 'Cantarell';
    font-weight: 400;
}

body,
.navbar .nav>li>a {
    font-size: 15px;
    line-height: 20px;
}

.sticky-enabled .tc-shrink-on .site-logo img {
    height: 30px !important;
    width: auto !important
}

.sticky-enabled .tc-shrink-on .brand .site-title {
    font-size: 0.6em;
    opacity: 0.8;
    line-height: 1.2em
}

.tc-no-sticky-header .tc-header,
.tc-sticky-header .tc-header {
    z-index: 90
}

.carousel .item {
    line-height: 450px;
    min-height: 450px;
    max-height: 450px;
}

.tc-slider-loader-wrapper {
    line-height: 450px;
    height: 450px;
}

.carousel .tc-slider-controls {
    line-height: 450px;
    max-height: 450px;
}

@media (max-width: 1200px) {
    .carousel .item {
        line-height: 346.5px;
        max-height: 346.5px;
        min-height: 346.5px;
    }

    .item .carousel-caption {
        max-height: 301.5px;
        overflow: hidden;
    }

    .carousel .tc-slider-loader-wrapper {
        line-height: 346.5px;
        height: 346.5px;
    }
}

@media (max-width: 979px) {
    .carousel .item {
        line-height: 278.1px;
        max-height: 278.1px;
        min-height: 278.1px;
    }

    .item .carousel-caption {
        max-height: 233.1px;
        overflow: hidden;
    }

    .carousel .tc-slider-loader-wrapper {
        line-height: 278.1px;
        height: 278.1px;
    }
}

@media (max-width: 480px) {
    .carousel .item {
        line-height: 171px;
        max-height: 171px;
        min-height: 171px;
    }

    .item .carousel-caption {
        max-height: 126px;
        overflow: hidden;
    }

    .carousel .tc-slider-loader-wrapper {
        line-height: 171px;
        height: 171px;
    }
}

@media (max-width: 320px) {
    .carousel .item {
        line-height: 126px;
        max-height: 126px;
        min-height: 126px;
    }

    .item .carousel-caption {
        max-height: 81px;
        overflow: hidden;
    }

    .carousel .tc-slider-loader-wrapper {
        line-height: 126px;
        height: 126px;
    }
}

#tc-push-footer {
    display: none;
    visibility: hidden;
}

.tc-sticky-footer #tc-push-footer.sticky-footer-enabled {
    display: block;
}

.navbar .nav>li>a:first-letter {
    font-size: 17px;
}

/* OMAA.net */
.navbar .nav {
    float: none;
}

.navbar .nav>li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.navbar .navbar-inner .nav li {
    line-height: 43px !important;
}

.navbar .nav>li>a {
    line-height: inherit !important;
}

@media (max-width: 979px) {
    .sticky-enabled .brand {
        position: absolute;
        top: 7px;
        right: 15px;
        margin: 0;
        float: none;
        width: auto;
    }

    .nav-collapse, .nav-collapse.collapse {
        overflow-y: hidden;
    }

    .navbar .nav>li {
        display: block;
    }
}