/* ------------------------------- 3. Slider Styles ------------------------------- */

#fwslider {
	font-family: 'Open Sans', sans-serif;
    position: relative;
    width:100%;
	display:table;
    overflow: hidden;
    margin-top: 20px;
    align-content:center;
}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}
div#fwslider {
	
}

#fwslider .slide img {
    width:100%;
}

#fwslider .slidePrev {
    width: 64px;
	height: 64px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 1;
}

#fwslider .slidePrev span {
	background-image: url("../images/arrows.png");
	width: 64px;
	height: 64px;
	float: left;
	background-position:0% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#fwslider .slideNext {
    width:64px;
    height:64px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 1;
}

#fwslider .slideNext span {
	background-image: url("../images/arrows.png");
	width: 64px;
	height: 64px;
	float: left;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.carousel-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20%;
    bottom: auto;
    text-shadow: none !important;
}
.item-1 {
    position: absolute;
    width: 100%;
    height: 80%;
    background: url(../images/clothing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.item-1-top {
   /* background: rgba(0,0,0,.2);*/
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}
#fwslider .timers {
    height:6px;
    position: absolute;
    bottom:35px;
    right: calc(50% - 90px);
    z-index: 3;
}

#fwslider .timer {
    height:15px;
    width:20px;
    background-color: transparent;
    float:left;
    margin-right: 10px;
	border-radius:5%;
}

#fwslider .progress {
    height:15px;
    width:0%;
    background-color: #080;
    float:left;
}

#fwslider .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1280px;
    margin:15% auto;
}

#fwslider .title {  /* Slider Title Style */
	display: none;
}

#fwslider .description { /* Slider Description Style */
	display:none;
}
/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 ------------------------------- */
@media only screen and (min-width:720px) and (max-width: 1300px) {

    #fwslider .slide_content_wrap { margin-left:50px; margin-top:15%;}
    #fwslider .title { font-size:26px; }
    #fwslider .description {  font-size:12px;}

}

/* ------------------------------- 5. Media Query Max Width 719 ------------------------------- */

@media only screen and (max-width:719px) {
   
    #fwslider .slide_content_wrap { display:none; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}

}

@media  ( min-width: 719px) {
    #fwslider {
        max-height: 600;
    }
}

@media  ( max-width: 719px) {
   /* #fwslider .slidePrev span{
        width: 32px!important;
        height: 32px!important;
    }*/
    #fwslider {
        max-height: 400px;
    }
    #fwslider .slidePrev {
        width: 64px;
        height: 64px;
        position: absolute;
        left:-50px;
        opacity:0.5;
        z-index: 1;
    }
    
    #fwslider .slidePrev span {
        background-image: url("../images/arrows.png");
        width: 32px;
        height: 32px;
        float: left;
        background-position:0% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: 64px 32px;
    }
    #fwslider .slideNext {
        width:32px;
        height:32px;
        position: absolute;
        right:-50px;
        opacity:0.5;
        z-index: 1;
    }
    #fwslider{
        margin-top:-30px;
    }
    
    #fwslider .slideNext span {
        background-image: url("../images/arrows.png");
        width: 32px;
        height: 32px;
        float: left;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: 64px 32px;
    }
}