@import url(https://fonts.googleapis.com/css?family=Varela+Round);



.hbs ul, li { display: block; }



.hbs input { display: none; }

.hbs #img-inner {
    top: 0;
    opacity: 0;
    width: 80%;
    height: 450px;
    display: block;
    position: absolute;    
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);    
    transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.hbs #img-inner img {
    //width: 85%;
    height: 100%;
}

.hbs #img-inner:nth-of-type(1) {
    /* And... CSS3 image preloading :D */
    /*background-image:
        url("http://farm9.staticflickr.com/8504/8365873811_d32571df3d_z.jpg"),
        url("http://farm9.staticflickr.com/8068/8250438572_d1a5917072_z.jpg"),
        url("http://farm9.staticflickr.com/8061/8237246833_54d8fa37f0_z.jpg"),
        url("http://farm9.staticflickr.com/8055/8098750623_66292a35c0_z.jpg"),
        url("http://farm9.staticflickr.com/8195/8098750703_797e102da2_z.jpg");*/
}

.hbs #img-inner:hover ~ label.sb-bignav { opacity: 0.5; }

.hbs label.sb-bignav:hover { opacity: 1; }


.hbs .sb-bignav {
    width: 50%;
    height: 100%;
    display: none;
    position: absolute;    
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
  
    color: white;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}
.hbs .right-arrow{
	float: right;
}

.hbs label[title="Next"] { right: 0; }

.hbs input:checked + li > #img-inner {
    opacity: 1;
        
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.hbs input:checked + li > label { display: block; }

 .nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.hbs .nav-dots .nav-dot {
  top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
  position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.hbs .nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

.hbs input#img-1:checked ~ .nav-dots label#img-dot-1,
.hbs input#img-2:checked ~ .nav-dots label#img-dot-2,
.hbs input#img-3:checked ~ .nav-dots label#img-dot-3,
.hbs input#img-4:checked ~ .nav-dots label#img-dot-4,
.hbs input#img-5:checked ~ .nav-dots label#img-dot-5,
.hbs input#img-6:checked ~ .nav-dots label#img-dot-6
{ background: rgba(0, 0, 0, 0.8); }

.hbs{
	width: 100%;
	overflow:hidden;
}
.banner-button{
	border: 2px solid #652B82;
	color: #652B82;
}
.banner-button:hover{
	background: #652B82;
	color: #fff;
}


.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff;
}