
    /*

        NUR-ALAM 
        nuralam862@gmail.com

        Project Name : jQuery Slider

    */



    /*     preset     */


/* 
    *{
        margin:0px;
        padding:0px;
        outline:0px;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; 
    }

    html,
    body{   
        font-family : 'Open Sans', sans-serif;
        font-size : 14px;
        width : 100%;
        height : 100%;
    } */


	/*     preset     */

    
	#slider{
		height: 600px;
		overflow: hidden;
	}
	img{
	    width:100%;
	}

	ul.slides{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	ul.slides>li.slide{
		float: left;
	}

	ul.slides>li.slide>img{
		width: 100%;
		height: 100%;
	}

	.slider_inner{
		position: relative;
	}

	.prev_area,.next_area {
		position: absolute;
		top: 44%;
	}

	.next_area>a,
	.prev_area>a{
		color: #fff;
		font-size: 40px;
	}

	.prev_area{
		left: 40px;
	}

	.next_area {
		right: 40px;
	}

	.links {
	    margin-top: 15px;
	}

	.links .view-code {
	    background: #ddd;
	    padding: 10px;
	    font-weight: bold;
	}





















/*  Responsive Design  */


/*  Medium layout:1200px  */

@media only screen and (min-width: 992px) and (max-width: 1200px){


    
}



/*  Tablet layout:768px  */

@media only screen and (min-width: 768px) and (max-width: 991px){


    
}



/*  Mobile layout:768px  */
@media only screen and (min-width:250px) and (max-width: 767px){

    
    
}



/* Wide  Mobile layout:768px  */

@media only screen and (max-width: 480px){

	
	
}

/* Wide  Mobile layout:768px  */

@media only screen and (max-width: 240px){


  
}
