
/* ===========================================================
 * Filename: custom.css
 * Author: web360
 * =========================================================== */

/* header */

header { background-color: #262626; padding: 30px 0;}
#logo { float: left;}
#logo h1 {  color: #fff; padding-left: 100px; font-size: 3.5em;}

/* navigation */

nav { float: right; padding-top: 20px; padding-right: 100px;}
nav ul li { display: inline-block; padding-right: 30px; font-size: 1.7em; text-transform: uppercase;}
nav ul li a { color: #B0B0B0;}
nav ul li a:hover { color: #FF6760;}
nav ul .space { color: #FF6760;}

/* slider style */
	
.slider-wrapper{position:relative; overflow:hidden; width:100%; background:#1b1b1b; border:1px solid #000; box-shadow:0 3px 5px #666; }
.slider{position:relative; width:100%; margin:0 auto; background:#1b1b1b;}
@media only screen and (min-width: 1000px){.slider{width:1000px; } }
@media only screen and (min-width: 1440px){.slider{width:1440px; } } .claim{line-height:100% }
.slider h1 { font-size: 4em; font-weight: 300;}
.slider h2 { font-size: 3em; font-weight: 300;}

/* wrapper */

.details { color: #616161;}
.details h1 { font-size: 2em; padding: 20px 0; color: #FF6760;}
.details i { color: #616161;}
.details p { color: #616161; font-size: 1.3em; line-height: 1.5em;}

.finger_managment { background-color: #1B1B1B; padding: 70px 0; margin-top: 100px; box-shadow: 3px 0 15px #666;}
.finger_managment h1 { text-align: center; font-size: 3em; color: #fff;}

article { font-size: 1.5em; font-family: Open Sans;}
article h1 { padding-bottom: 20px;}
article h3 { font-size: 1.5em; padding-bottom: 20px;}

article ul { padding: 20px 0 0 50px;}
article ul li { font-size: 0.8em; padding-bottom: 10px;}
article table { width: 500px; margin: 0 auto;}
article table tr { border: 1px solid #ccc;}
article table tr td { padding: 5px 0;}
article img { max-width: 100%; height: auto;}

/* footer */

footer { padding: 30px 0; text-align: center; font-size: 2em; color: #ccc; font-weight: bold;}
