/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (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 + .wideslider-dots {
  margin-top: 10px; }

.wideslider-dots {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
    transition: all 0.3s;
}

.wideslider-dots .wideslider-dot {
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}

.wideslider-dots .wideslider-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    display: block;
    -webkit-backface-visibility: visible;
    opacity: 0.5;
    transition: all 0.3s;
}

.wideslider-dots .wideslider-dot.active span {
    background: #FFFFFF;
}

.wideslider-dots .wideslider-dot:hover span {
    opacity: 0.8;
}

[class*='wideslider-prev-'],
[class*='wideslider-next-'] {
    position: absolute;
    top: 0px;
    width: 10%;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

[class*='wideslider-prev-'] {
    left: 0px;
}

[class*='wideslider-next-'] {
    right: 0px;
}

[class*='wideslider-prev-'] .nav-bg,
[class*='wideslider-next-'] .nav-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: block;
    opacity: 0;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

[class*='wideslider-prev-'] .nav-bg:hover,
[class*='wideslider-next-'] .nav-bg:hover {
    opacity: 0.1;
}

[class*='wideslider-prev-'] .nav-arrow,
[class*='wideslider-next-'] .nav-arrow {
    position: relative;
    width: 100%;
    height: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 0.5;
    transition: all 0.3s;
}

[class*='wideslider-prev-'] .nav-arrow:hover,
[class*='wideslider-next-'] .nav-arrow:hover {
    opacity: 1;
}

[class*='wideslider-prev-'] .nav-arrow {
    background-image: url('../img/arr_prev_white.png');
}

[class*='wideslider-next-'] .nav-arrow {
    background-image: url('../img/arr_next_white.png');
}

[class*='wideslider-prev-']:hover  .nav-arrow,
[class*='wideslider-next-']:hover  .nav-arrow {
    opacity: 1;
}

@media only screen and (max-width: 960px) {
    .wideslider-dots .wideslider-dot span,
    .wideslider-dots .wideslider-dot.active span {
        width: 15px;
        height: 15px;
        margin: 5px;
        border: 2px solid #FFFFFF;
    }
    
    .wideslider-dots {
        bottom: 5px;
    }

	[class*='wideslider-prev-'] .nav-arrow,
	[class*='wideslider-next-'] .nav-arrow {
		background-size: auto 30px;
	}
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

.plugins-slider .item, 
.videos-slider .item, 
.wide-slider .item, 
.testimonials-slider .item, 
.recommended-slider .item {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    color: #000000;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
}

.item-description-container {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 20px;
    font-family: "MainFont-Regular", Verdana, Helvetica, sans-serif;
    font-size: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    box-sizing: border-box;
}

/* ======================= PLUGINS CUSTOM SETTINGS ======================= */
.plugin-image {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-plugins .item {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    float: left;
}  
/* ======================= END PLUGINS CUSTOM SETTINGS ======================= */
    
/* ======================= VIDEOS CUSTOM SETTINGS ======================= */
.container-content.videos-showall {
    position: relative;
    display: inline-block;
}  

.container-content.videos-showall .item {
    position: relative;
    width: 33.33%;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    float: left;
}  

.videos-image, .videos-image .img-poster {
    position: relative;
    width: 170px !important;
    height: 95px !important;
    margin-right: 10px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}

.videos-image .img-poster {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.videos-image .img-poster.fade-in {
    opacity: 1;
    transition: all 0.3s;
}

.videos-image-cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.videos-image .play, .videos-image-cover .play {
    width: 60px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: url('../img/play-white.png') center center no-repeat rgba(0, 0, 0, 0.7);
    background-size: auto 70%;
    opacity: 0;
    transition: all 0.3s;
}

.videos-image:hover .play {
    opacity: 1;
    transition: all 0.3s;
}

.videos-item-title {
    margin-bottom: 5px;
    font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
}

.videos-item-subtitle {
    font-family: "MainFont-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
}
/* ======================= END VIDEOS CUSTOM SETTINGS ======================= */
    
/* ======================= TESTIMONIALS CUSTOM SETTINGS ======================= */

.container-content.testimonials {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.testimonials-item-container {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row;
}

.testimonials-item-container.showall .item-description-container {
    justify-content: flex-start;
}

.container-content.testimonials-showall .testimonials-item-container {
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
}

.testimonials-image {
    position: relative;
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
    margin-right: 10px;
    display: flex;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}

.testimonials-image .img-poster {
    width: 170px !important;
    max-width: 170px !important;
    min-width: 170px !important;
    height: 170px !important;
    max-height: 170px !important;
    min-height: 170px !important;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}

.testimonials-image .img-poster.fade-in {
    opacity: 1;
    transition: all 0.3s;
}

.testimonials-item-title {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 5px;
    font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
}

.testimonials-item-description {
    position: relative;
    width: auto;
    height: auto;
    font-family: "MainFont-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
}

.testimonials-item-readmore {
    position: relative;
    width: 100%;
    height: auto;
    font-family: "MainFont-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

.testimonials-item-readmore:hover {
    text-decoration: underline;
}
/* ======================= END TESTIMONIALS CUSTOM SETTINGS ======================= */
    


.videos-slider-controls,
.testimonials-slider-controls,
.recommended-slider-controls {
    position: relative;
    width: 85px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    transition: all 0.3s;
}

.videos-prev, 
.videos-next, 
.testimonials-prev, 
.testimonials-next,
.recommended-prev, 
.recommended-next {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s;
}

/*
.videos-prev, 
.testimonials-prev, 
.recommended-prev {
    background: url("../img/arr-prev.png") left center no-repeat;
    background-size: contain;
}

.videos-next, 
.testimonials-next, 
.recommended-next {
    background: url("../img/arr-next.png") right center no-repeat;
    background-size: contain;
}
*/

.videos-prev:hover, 
.videos-next:hover, 
.testimonials-prev:hover, 
.testimonials-next:hover, 
.recommended-prev:hover, 
.recommended-next:hover {
    opacity: 1;
    transition: all 0.3s;
}





    
    