/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* From Monte css */

.breaking-news .init-carousel-owl {
    margin: 0
}
.breaking-news .owl-nav {
    display: none
}
.node-detail .post-thumbnail.post-gallery .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100)
}
.init-carousel-owl {
    margin-left: 0;
    margin-right: 0;
    width: auto
}

.init-carousel-owl .owl-item > .item {
    padding-left: 0;
    padding-right: 0;
}









.owl-carousel {
    background: 0 0 !important
}

.owl-carousel .owl-controls {
    margin: 0
}

.owl-carousel .owl-controls .owl-pagination {
    position: relative;
    bottom: 10px;
    z-index: 9;
    display: inline-block;
    width: 100%;
    left: 0
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
    background: #d6d6d6;
    width: 10px;
    height: 10px
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #869791
}

.owl-carousel .owl-buttons {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s
}

.owl-carousel .owl-buttons > div {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    text-indent: -999999px;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, .3)
}

.owl-carousel .owl-buttons > div:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.owl-carousel .owl-buttons > div:before {
    position: absolute;
    font-family: fontawesome;
    text-indent: 1px;
    top: 0;
    right: 0;
    font-size: 25px;
    width: 100%;
    height: 100%;
    line-height: 35px;
    text-align: center
}

.owl-carousel .owl-buttons > div.owl-prev {
    right: 0;
    margin-right: 0
}

.owl-carousel .owl-buttons > div.owl-prev:before {
    content: "\f105"
}

.owl-carousel .owl-buttons > div.owl-next {
    left: 0;
    margin-left: 0
}

.owl-carousel .owl-buttons > div.owl-next:before {
    content: "\f104"
}

.owl-carousel:hover .owl-buttons {
    opacity: 1;
    filter: alpha(opacity=100)
}

.owl-carousel:hover .owl-buttons .owl-next {
    margin-left: 30px
}

.owl-carousel:hover .owl-buttons .owl-prev {
    margin-right: 30px
}

div.error {
    background-repeat: no-repeat !important;
    background-image: none !important
}

.owl-carousel {
    background: 0 0 !important
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

/*.owl-carousel img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}*/

.owl-carousel .owl-controls {
    margin: 0
}

.owl-carousel .owl-controls .owl-pagination {
    position: relative;
    bottom: 10px;
    z-index: 9;
    display: inline-block;
    width: 100%;
    left: 0
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
    background: #d6d6d6;
    width: 10px;
    height: 10px
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #869791
}

.owl-carousel .owl-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s
}

.owl-carousel .owl-nav > button:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    height: 80px;
    line-height: 80px;
    margin-top: -40px
}

.owl-carousel .owl-nav > button.owl-prev {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    right: auto !important;
    left: 15px !important
}

.owl-carousel .owl-nav > button.owl-next {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    left: auto !important;
    right: 15px !important
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100)
}

.owl-carousel:hover .owl-nav .owl-next {
    margin-left: 30px
}

.owl-carousel:hover .owl-nav .owl-prev {
    margin-right: 30px
}
.view-featured-videos.init-carousel-owl {
    margin-left: -1px;
    margin-right: -1px;
    width: auto
}

.view-featured-videos.init-carousel-owl .owl-item > .item {
    padding-left: 1px;
    padding-right: 1px
}

.owl-carousel .owl-nav > button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: 36px;
    text-align: center;
    font-size: 25px!important;
    padding-top: 0;
    padding-bottom: 0
}

.post-slider.post-block.v1 {
    background: 0 0;
    position: relative
}

.post-slider.post-block.v1 .left {
    width: 55%;
    float: left
}

.post-slider.post-block.v1 .right {
    width: 45%;
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.post-slider.post-block.v1 .entry-title {
    margin: 20px 0
}

.post-slider.post-block.v1 .entry-title a {
    color: #181818;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1.2
}

.post-slider.post-block.v2 {
    position: relative
}

.post-slider.post-block.v2 .post-meta-wrap {
    background: linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
    background: -webkit-linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
    background: -o-linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
    background: -moz-linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
    width: 100%;
    padding: 50px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s
}

@media(max-width:991px) {
    .post-slider.post-block.v2 .post-meta-wrap {
        padding: 20px
    }
}

.post-slider.post-block.v2 .post-meta-wrap .post-title a {
    padding: 5px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    line-height: 1.2
}

@media(max-width:991px) {
    .post-slider.post-block.v2 .post-meta-wrap .post-title a {
        font-size: 18px
    }
}

.post-slider.post-block.v2 .post-meta-wrap .post-title a:hover {
    color: #4698d5
}

.post-slider.post-block.v2 .post-body {
    color: #fff;
    font-size: 16px;
    color: rgba(255, 255, 255, .85)
}

@media(max-width:991px) {
    .post-slider.post-block.v2 .post-body {
        display: none
    }
}

.post-slider.post-block.v2 .post-meta {
    padding: 5px 0;
    color: #fff
}

.post-slider.post-block.v2 .post-categories a {
    font-size: 14px
}

.caption-title {
    -webkit-transition: all .6s cubic-bezier(.75, 0, .175, 1) .3s;
    -moz-transition: all .6s cubic-bezier(.75, 0, .175, 1) .3s;
    -ms-transition: all .6s cubic-bezier(.75, 0, .175, 1) .3s;
    -o-transition: all .6s cubic-bezier(.75, 0, .175, 1) .3s;
    transition: all .6s cubic-bezier(.75, 0, .175, 1) .3s
}

.caption-description {
    -webkit-transition: all .6s cubic-bezier(.75, 0, .175, 1) .7s;
    -moz-transition: all .6s cubic-bezier(.75, 0, .175, 1) .7s;
    -ms-transition: all .6s cubic-bezier(.75, 0, .175, 1) .7s;
    -o-transition: all .6s cubic-bezier(.75, 0, .175, 1) .7s;
    transition: all .6s cubic-bezier(.75, 0, .175, 1) .7s
}
.caption-action {
    margin-top: 15px;
    -webkit-transition: all .6s cubic-bezier(.75, 0, .175, 1) .8s;
    -moz-transition: all .6s cubic-bezier(.75, 0, .175, 1) .8s;
    -ms-transition: all .6s cubic-bezier(.75, 0, .175, 1) .8s;
    -o-transition: all .6s cubic-bezier(.75, 0, .175, 1) .8s;
    transition: all .6s cubic-bezier(.75, 0, .175, 1) .8s
}

.gavias-slide-bottom .caption-title,
.gavias-slide-bottom .caption-description,
.gavias-slide-bottom .caption-action {
    -webkit-transform: translate(0, 80%);
    -moz-transform: translate(0, 80%);
    -ms-transform: translate(0, 80%);
    -o-transform: translate(0, 80%);
    transform: translate(0, 80%);
    ms-transform: translate(0, 80%);
    opacity: 0;
    filter: alpha(opacity=0)
}

.active .gavias-slide-bottom .caption-title,
.active .gavias-slide-bottom .caption-description,
.active .gavias-slide-bottom .caption-action {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
}

.block.no-title {
    margin-top: 0;
    border: none;
}

.block {
    background: 0 0;
    margin-bottom: 30px;
    overflow: hidden;
}
/* End from Monte css */