div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, section, summary, time, mark, audio, video { margin: 0;  padding: 0; border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent; }





article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

nav ul {list-style: none;}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

input, select { vertical-align: middle; }

/* ------------------------------- 2. Slider Styles ------------------------------- */

#fwslider {
    position: relative;
    background:#ffffff;
    width:100%;
	
}

#fwslider .slider_container {
}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}

#fwslider .slide img {
    width:100%;
}

#fwslider .slidePrev {
    
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slidePrev span {
    background-image:url(".https://hanasushibothell.com/img/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slideNext span {
    background-image:url(".https://hanasushibothell.com/img/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #000;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    background-color: #FC3;
    float:left;
}

#fwslider .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    width:100%;
    margin-top:2%;
	margin-left:10%;
}

#fwslider .title {  /* Slider Title Style */
    opacity: 0;
    	font-family: FuturaRound-Demi;
	font-weight: normal;
	font-style: normal;

	font-size:35px;
	line-height:40px;
	
	text-transform:uppercase;
    
    
    padding-top:2px;

	padding-right:20px;
	padding-bottom:5px;
    float:left;
    
	margin-bottom:0px;
	color:#ffffff;
}

#fwslider .description { /* Slider Description Style */
    opacity: 0;
    color:#ffffff;
    padding-bottom:8px;
    clear:both;
    float:left;
    margin-top:0px;
    margin-bottom:0px;
   	font-family: 'Montserrat', sans-serif; font-weight: 400; font-style: normal;
	line-height: 20px;	
	font-size: 15px;
}

#fwslider .readmore { /* Slider Read More button Style */
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:14px;
    color:#ffffff;
    border: #ffffff;
border-style: solid;
border-width: 2px;
    padding-top:8px;
	padding-left:18px;
	padding-right:18px;
	padding-bottom:10px;
    text-decoration: none;
    margin-top:3px;
   font-family: FuturaRound-Demi;
	font-weight: normal;
	font-style: normal;

}

#fwslider .readmore:hover {
    color:ffffff;
	background:#C00;
	border: #C00;
	
border-style: solid;
border-width: 2px;
}



/* ------------------------------- 3. Media Query Max Width 1300, Min Width 720 ------------------------------- */



@media only screen and (min-width:800px) and (max-width: 1000px) {

    #fwslider .slide_content_wrap { margin-left:50px; margin-top:2%;}
    #fwslider .title { font-size:30px; }
    #fwslider .description {  font-size:18px;}

}

/* ------------------------------- 4. Media Query Max Width 719 ------------------------------- */

@media only screen and (max-width:800px) {

    #fwslider .slide_content_wrap { display:none; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}

}