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


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 45px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -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;
    background: transparent;
}

.slick-prev
{
    left: -35px;
}
[dir='rtl'] .slick-prev
{
    right: -35px;
    left: auto;
}

.slick-next
{
    right: -35px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -35px;
}

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

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

    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 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: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;
}

/* modal */

#simplemodal-container .modalCloseImg {
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-35px;
	right:8vw;
	cursor:pointer;
}

.sjm-attachment-modal {
	display:none;
	position:relative;
}

.sjm-attachment-modal .sjm-attachment-wrapper {
	max-width: 80vw;
	margin:auto;
	max-height:80vh;
	text-align: center;
}

.sjm-attachment-modal .sjm-attachment-wrapper figure {
	display: table;
}

.sjm-attachment-modal .sjm-attachment-wrapper img {
	width:auto;
	max-width: 80vw;
	max-height: 80vh;
	margin-bottom: 0;
}

.sjm-attachment-modal .sjm-attachment-wrapper .sjm-attachment-caption {
	display:table-caption;
	caption-side:bottom;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

.sjm-attachment-modal .sjm-modal-prev, .sjm-attachment-modal .sjm-modal-next {
	width:10vw;
	cursor: pointer;
}

.sjm-attachment-modal .sjm-modal-prev img, .sjm-attachment-modal .sjm-modal-next img {
	width:27px;
	height: 60px;
}

.sjm-attachment-modal .sjm-modal-prev {
	text-align: right;
	padding-right: 15px;
}

.sjm-attachment-modal .sjm-modal-next {
	text-align: left;
	padding-left: 15px;
}

.sjm-attachment-modal .sjm-attachment-caption {
	background: #fff;
	color:#000;
}
