/*
* 	Owl Carousel TIR Theme 
*	v2.4
*/

/* Add padding to the navigation arrows so they are not pushed out of the screen */
@media(max-width:820px){
    .owl-navigation-wrapper{
        padding: 0 40px;
    }
}

@media(max-width:350px){
    .owl-navigation-wrapper{
        padding: 0 30px;
    }
}

.owl-theme{
    margin: 10px 0;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
    -webkit-tap-highlight-color: transparent
	
}

/* Styling Next and Prev arrows */

.owl-theme .owl-controls .owl-nav [class*=owl-] {    
    color:#4e4e4e;
	padding: 123px 0;	
	position: absolute;
	top: 0;
	font-size: 40px;
	z-index: 100;	
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #eee;
	color:#337ab7;
	opacity: 0.7;
    text-decoration: none    
}

.owl-prev{
    left:-45px;
}

.owl-next{
    right:-45px;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.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;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/* HACK: set the image width so the images are not distorted */
.owl-theme .owl-item img{
    height: 302px;
    width: 223px;
}

/* Remove magazine name underline in carousel */
.owl-item a:hover{
	text-decoration:none;
}

/* Change magazine name color on hover */
.owl-item a:hover h4{
	color: #777;
}

/* Hide the pagination bullets on devices with small height to move ads above the fold */
@media screen and ( max-height: 700px ) and ( min-width: 1100px ) {
    .owl-theme .owl-controls .owl-dots{
        display:none !important;
    }
}



/* Center items when carosell less than full */
.owl-theme .owl-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.owl-center-items {    
    margin: auto;
    text-align: center;
    width: 100% !important;
}
