@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.thumb1{
width: 90%;
text-align: center;
margin:auto;
margin-top: 10px;
}
.thumb1 img{
display:block;
max-width:100%;
width:100%;
height:auto;
}

.hide{opacity:0}
.slider {width: 95%;}
.slick-slide {  margin: 0px 20px;}
.slick-slide  img {
width: 100%;
height: auto;
-webkit-transition: all 1s ease-in-out;
-moz-transition:  all 1s ease-in-out;
-ms-transition:  all 1s ease-in-out;
-o-transition:  all 1s ease-in-out;
transition:  all 1s ease-in-out;
}
.slick-active img{    width:100%!important;}
.slick-center img{    width:100%!important;}
.slick-prev:before,.slick-next:before {color: black;}
.slick-slide {transition: all ease-in-out .3s;opacity: .2;}
.slick-active {opacity: .5;}
.slick-current {opacity: 1;}
.slide{position:relative;overflow:hidden;}
.slick-next {right:1%;z-index: 200; top:50%;}
.slick-prev {left:1%;z-index: 200;top: 50%;}
.slide .bottom * {font-size: 0.9em;}  
@media screen and (min-width:1201px) {
.slick-next {right:33.5%;z-index: 200;top: 50%;}
.slick-prev {left:33.5%;z-index: 200;top: 50%;}
.slide .top{
position:absolute;
top:-100%;
width:100%;
background: rgba(255, 255, 255, 0.38);
color:#222;
-webkit-transition: all 1s ease-in-out;
-moz-transition:  all 1s ease-in-out;
-ms-transition:  all 1s ease-in-out;
-o-transition:  all 1s ease-in-out;
transition:  all 1s ease-in-out;
opacity:0;
}
.slide .bottom{
position:absolute;
bottom:-100%;
width:100%;
background: rgba(0, 0, 0, 0.38);
color: #fff;
padding: 0.75em;
/*display:none;*/
-webkit-transition: opacity 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
-ms-transition: all 1.5s ease-in-out;
-o-transition: oall 1.5s ease-in-out;
transition: all 1.5s ease-in-out;
opacity:0;
}
.slick-center .bottom{opacity:1;bottom:0;}
/*.slick-center .bottom:hover, .slick-center .top:hover{opacity:0;}*/
.slick-center .top{opacity:1;top:0;}
/*.slick-center:hover .bottom, .slick-center:hover .top{opacity:0;}*/
.slide .bottom *{font-size: 0.8em;  margin: 0 0 .5em 0;}
.slide .bottom p{margin: 0 0 .25em 0;}
}
.slide .top{
text-align:center;
font-weight:900;
padding:0.5em 0;
font-size:1.5em;
}