@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* 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-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 45%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: url(../images/top/arrow_next.png) no-repeat left top;
	text-indent:-9999px;
	z-index: 1000;
	background-size:100% auto;
}
.slick-prev{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 45%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: url(../images/top/arrow_prev.png) no-repeat left top;
	background-size:100% auto;
	text-indent:-9999px;
	z-index: 1000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: .5;
}
.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
{
    left: -7%;
}
[dir='rtl'] .slick-prev
{
    right: -7%;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '<';
}

.slick-next
{
    right: -7%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -7%;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '>';
}


.slick-dots
{
    position: absolute;
    bottom: 10px;
	left:0px;
	right:0px;
	margin:auto;
    display: block;
    width: 150px;
	height:auto;
    padding: 0;
    list-style: none;
    text-align: center;
	
}
.slick-dots li{
    display: block;
	float:left !important;
    width: 10px !important;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
}
.slick-dots li button{
    display: block;
    width: 100%;
    height: 10px;
    cursor: pointer;
    border: 0;
    background:#00426E;
	text-indent:-9999px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    background:rgba(255,255,255,1) !important;
}
.slick-dots li.slick-active button{
    background:rgba(255,255,255,1) !important;
}

@media screen and (max-width: 640px) {
.slick-dots
{
    position: absolute;
    bottom: 10px;
	left:0px;
	right:0px;
	margin:auto;
    display: block;
    width: 150px;
	height:auto;
    padding: 0;
    list-style: none;
    text-align: center;
	
}
.slick-dots li{
    display: block;
	float:left !important;
    width: 12px !important;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
}
.slick-dots li button{
    text-align: center;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0;
    background:#00426E;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
}	
}