/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09/05/2016, 12:50:25 PM
    Author     : duncanc
*/
.id-swipe-hover {
    position: relative;
    display: inline-block;
}

.id-swipe-hover::after {
    content: '\f00e';
    font-family: fontAwesome;
    color: rgba(255,255,255, 0);
    text-shadow: 0 0 2px rgba(0,0,0,0.0);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    font-size: 24px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.id-swipe-hover:hover::after {
    color: rgba(255,255,255, 1);
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wc-gallery>a {
    padding: 0 2.5px;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wc-gallery>a>img {
    min-width: 100%;
    width: 100%;
    display: block!important;
    padding: 7.5px 5px;
}

.wc-gallery {

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* ROW */
    -ms-flex-direction: row;

    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

}
.wc-gallery>* {
    display: block;
    width: 100%;
/*    -webkit-box-flex: 1;    
    -moz-box-flex: 1;  
    -ms-box-flex: 1;  
    -moz-flex:1 1 100%;
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex: 1 1 100%;*/
}

@media screen and (min-width: 480px) {
    .wc-gallery>* {
        width: 50%;
/*        -webkit-box-flex: 1;    
        -moz-box-flex: 1;  
        -ms-box-flex: 1;  
        -moz-flex:1 1 49%;
        -webkit-flex:1 1 49%;
        -ms-flex:1 1 49%;
        flex: 1 1 49%;*/
    }
}

@media screen and (min-width: 768px) {
    .wc-gallery>* {
        width: 33%;
/*        -webkit-box-flex: 1;    
        -moz-box-flex: 1;  
        -ms-box-flex: 1;  
        -moz-flex:1 1 33%;
        -webkit-flex:1 1 33%;
        -ms-flex:1 1 33%;
        flex: 1 1 33%;*/
    }
}

@media screen and (min-width: 992px) {
    .wc-gallery>* {
        width: 25%;
/*        -webkit-box-flex: 1;    
        -moz-box-flex: 1;  
        -ms-box-flex: 1;  
        -moz-flex:1 1 24%;
        -webkit-flex:1 1 24%;
        -ms-flex:1 1 24%;
        flex: 1 1 24%;*/
    }
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


.id-gallery-slideshow--item {
    display: block;
    min-height: 400px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media screen and (min-width: 992px) {
 .id-gallery-slideshow--item {
    background-position: center 25%;
 }   
}


.wild-cherry-slideshow-gallery.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: auto;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    margin-top: -15px;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}


.wild-cherry-slideshow-gallery.owl-carousel .owl-item {
    display: block;
}