﻿@charset 'UTF-8';
/* Slider */
.turbo-loading .turbo-list
{
    background: #fff url('../turbo/ajax-loader.gif') no-repeat center;
}

.turbo-slide, .turbo-slide *{ outline: none !important; }

/* Icons */
@font-face
{
    font-family: 'turbo';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/turbo.eot');
    src: url('fonts/turbo.eot?#iefix') format('embedded-opentype'), url('fonts/turbo.woff') format('woff'), url('fonts/turbo.ttf') format('truetype'), url('fonts/turbo.svg#turbo') format('svg');
}
/* Arrows */
.turbo-prev,
.turbo-next
{
    font-size: 0;
    line-height: 0;
	
	
  	position: absolute;
  	top:0;
  	
    display: block;
	padding:0;
	margin:0;
    cursor: pointer;
    height:65px;
    width:15px;
    border-radius:0;
    color: transparent;
    outline: none;
    border: none;
    background-color:#fff;
    z-index:2;
}

.turbo-prev:hover,
.turbo-prev:focus,
.turbo-next:hover,
.turbo-next:focus
{   background-color:#f1f1f1;
    color: transparent;
    outline: none;
}
.turbo-prev:hover:before,
.turbo-prev:focus:before,
.turbo-next:hover:before,
.turbo-next:focus:before
{
    opacity: 1;
}
.turbo-prev.turbo-disabled:before,
.turbo-next.turbo-disabled:before
{
    opacity: 1;
}

.turbo-prev:before,
.turbo-next:before
{
    font-family: 'turbo';
    font-size: 20px;
    line-height: 1;
    border-radius:0;
    padding:0;
    margin:0;
    opacity: 1;
    color:#272829;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.turbo-prev
{
    left:-14px;
    border-right:0.5px rgba(217, 217, 217, 0.5) solid 
}


.turbo-next
{
    right:-14px;
    border-left:0.5px rgba(217, 217, 217, 0.5) solid 
}

[dir=rtl] .turbo-prev
{
	left:;
    right: auto;
}
.turbo-prev:before
{
    content: "❮";
}
[dir=rtl] .turbo-prev:before
{
    content: '❯';
}



[dir=rtl] .turbo-next
{
    right:;
    left: auto;
}
.turbo-next:before
{
    content: '❯';
    font-weight:normal
}
[dir=rtl] .turbo-next:before
{
    content: '❮';
}

.turbo-prev.hidden,
.turbo-next.hidden {
    opacity: 0;
    pointer-events:none;
}

/* Dots */
.turbo-slider
{
    
}

.turbo-dots
{
    position: absolute;
    bottom: 0;
    

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.turbo-dots li
{
    position: relative;
    
    bottom: 0;
    left: 40%;


    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}

@media screen and (max-width:750px){
.turbo-dots li
{
    
    bottom: -10px;
    left: 0;
    width: 15px;
    height: 15px;

}
}
.turbo-dots li button
{
    font-size: 0;
    line-height: 0;
    margin:0;
    padding:0;

    display: block;

    width: 20px;
    height: 20px;
   
    cursor: pointer;

    color: transparent;
    border: 0;
    background: transparent;
}

@media screen and (max-width:750px){
	.turbo-dots li button{
	width: 15px;
    height: 15px;
}
}

.turbo-dots li button:focus
{
    outline: none;
}
.turbo-dots li button:hover
{
    outline: none;
}
.turbo-dots li button:focus:before
{
    opacity: 1;
}
.turbo-dots li button:hover:before
{
    opacity: 1;
}
.turbo-dots li button:before
{
    font-family: 'turbo';
    font-size: 20px;
    line-height: 0;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;
    
    content: '•';
    text-align: center;

    opacity: .8;
    color:transparent;
    border-radius:0;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width:750px){
.turbo-dots li button:before{
    width: 10px;
    height: 10px;
}
}


.turbo-dots li.turbo-active button:before
{
    opacity: 1;
    color:;
    background-color:#fff;
    border:2px #fff solid;
          
}

.turbo-slide{
    opacity: 1;
}

.turbo-center{
    display: block;
    opacity: 1;
}

