/*
Theme Name: Hanif Pitafi
Theme URI: http://www.Hanifpitafi.com/
Description: This is Html Theme.
Version: 1.0
Author: WinnyWeb
Author URI: http://www.winnyweb.com/
Frontend & WordPress Developer: Ahmad Madni
*/


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Header
...............


**********************************************/

@import url('bxslider.css');

/*** 
====================================================================
	Reset
====================================================================
 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 
====================================================================
	Global Settings
====================================================================
***/

body {
	line-height:1.6em;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
}

p{
	font-size:14px;
	line-height:1.6em;	
}

textarea {
	resize:none;
}

.out{
	opacity:0;	
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow:hidden;
}

ul,li{
	list-style:none;	
	margin:0;
	padding:0;
}

/*** 
====================================================================
	Slider
====================================================================
****/

#slider {
	position:relative;
}

#slider .slides section {
	margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

#slider .slides section img {
    margin: 0 auto;
}
