﻿@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list { background: #fff url('../../img/ajax-loader.gif') center center no-repeat; }
/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('../../font/slick.eot'); src: url('../../font/slick.eot?#iefix') format('embedded-opentype'), url('../../font/slick.woff') format('woff'), url('../../font/slick.ttf') format('truetype'), url('../../font/slick.svg#slick') format('svg'); }
/* Arrows */
.slick-prev,
.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 80px; height: 80px; margin-top: -40px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: #fff url(../../img_2015/next-arr.png) no-repeat center; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.slick-prev { background-image: url(../../img_2015/prev-arr.png); }
.slick-prev:hover, .no-touch .slick-next:hover { opacity: .7; }
.slick-prev { left: 0; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-next { right: 0; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
/* Dots */
.slick-slider { margin-bottom: 80px; }
.slick-dots { position: absolute; bottom: -60px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 2px; 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:before { content: ''; width: 9px; height: 9px; background: #fff; display: block; border-radius: 9px; border: 1px solid #74716c; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.slick-dots li.slick-active button:before, .no-touch .slick-dots li button:hover:before { background: #74716c; }
.no-touch .slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
/* text-white */
.text-white .slick-dots li button:before { border: 1px solid #fff; background: none; }
.text-white .slick-dots li.slick-active button:before, .no-touch .text-white .slick-dots li button:hover:before { background: #fff; }
/* SM */
@media (min-width:768px) and (max-width:991px) {
}
/* XS */
@media (max-width:767px) {
}


/*--------------------------------------------------
mediaquery
--------------------------------------------------*/
/* LG */
@media (min-width:1200px) {
}
/* MD */
@media (min-width:992px) and (max-width:1199px) {
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
}
/* XS */
@media (max-width:767px) {
}
