/* Slider */
#sections .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

#sections .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
#sections .slick-list.dragging { cursor: pointer; cursor: hand; }
/*#sections .slick-loading .slick-list { background: white url(../images/ajax-loader.gif) center center no-repeat; }
#sections .slick-slide img.slick-loading { background: white url(../images/ajax-loader.gif) center center no-repeat; padding-bottom: 100%; }*/

#sections .slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
#sections .slick-track:before,#sections .slick-track:after { content: ""; display: table; }
#sections .slick-track:after { clear: both; }


#sections .slick-slide { float: left; height: 100%; min-height: 1px; display: none;outline:none; }
#sections .slick-slide img { display: block; }
#sections .slick-slide.dragging img { pointer-events: none; }
#sections .slick-initialized .slick-slide { display: block; }
#sections .slick-loading .slick-slide { visibility: hidden; }
#sections .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }


/* Arrows */
#sections .slick-prev,#sections .slick-next { position: absolute; display: block;  width: 59px;height:118px;margin-top: -59px;  line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; padding: 0; border: none; outline: none; }
#sections .slick-prev { left: -120px; background:url(../images/sec_lbtn.png) no-repeat;}
#sections .slick-next { right:-120px; background:url(../images/sec_rbtn.png) no-repeat;}

/* Dots */
#sections .slick-dots { position: absolute; bottom: -65px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
#sections .slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer;background-color: #d1af6b; border-radius:10px; text-indent:-10em; overflow:hidden;border: 1px solid #d1af6b;}
#sections .slick-dots li a{display: block;width: 100%;height: 100%;}
#sections .slick-dots li.slick-active{background-color: transparent; }