body {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

img { 
max-width: 100%;
}

a{
text-decoration: none;
}

#logo
{
	z-index:100;
    position:absolute;    
    color:white;
    left:40px;
    top:3px;
}


#header {
z-index: 10000;
position: fixed;
height: 75px;
background: rgba(67, 42, 49, 0.95);
width: 100%;

}

#header h3 {
font-family: 'Alegreya Sans SC', sans-serif;

}

#slides {
border: 0;
outline: none;
}

#line1
{
	font-family: 'Alegreya Sans SC', sans-serif;
	z-index:100;
    position:absolute;    
    color:white;
    font-size:2.4em;
    font-weight:bold;
    left:6%;
    top:19%;
	text-shadow: 0px 2px 3px #0a0000;
}
#line2
{
	font-family: 'Alegreya Sans SC', sans-serif;
	z-index:100;
    position:absolute;    
    color:white;
    font-size:2.6em;
    font-weight:bold;
    left:55px;
    top:180px;
	text-shadow: 0px 2px 3px #0a0000;
}
#line3
{
	font-family: 'Alegreya Sans SC', sans-serif;
	z-index:100;
    position:absolute;    
    color:white;
    font-size:2.6em;
    font-weight:bold;
    left:55px;
    top:240px;
	text-shadow: 0px 2px 3px #0a0000;
}
ul.steps, ul.steps li{
 display: block;
}
.step8{
    clear: both;
}
#download-elibrary {
	font-family: 'Roboto', sans-serif;
	z-index:100;
    position:absolute;    
    color:white;
    font-size:1.1em;
    font-weight:normal;
    right:322px;
    top:5px;
	text-shadow: 0px 1px 3px #0a0000;
	

}


#how-to-install {
	font-family: 'Roboto', sans-serif;
	z-index:100;
    position:absolute;    
    color:white;
    font-size:1.1em;
    font-weight:normal;
    right:185px;
    top:5px;
	text-shadow: 0px 1px 3px #0a0000;
	



}

#get-serial-key{
	font-family: 'Roboto', sans-serif;
	z-index:100;
    position:absolute;    
    color:white;
    font-size:1.1em;
    font-weight:normal;
    right:50px;
    top:5px;
	text-shadow: 0px 1px 3px #0a0000;

}

.container{
	width: 90%; 
	max-width: 970px;
	margin: auto;
}



#header img {
//margin-left: 20px;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 10px;

}


#tile {
padding: 10px 10px 10px 10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
display: inline-block;
transition: .5s;
}

#tile:hover {
background-color: rgba(245,134,52,0.6);
border-radius:  5px;
}

#tile a {
text-decoration: none;
}

.tile-image img {
display: block;
margin-left: auto;
margin-right: auto;
}

h3 {
text-align: center;
font-weight: normal;
font-family: 'Roboto', sans-serif;
font-size: 1.05em;
color: rgb(11,49,80);
}
h4 {
text-align: center;
font-weight: normal;
font-family: 'Roboto', sans-serif;
font-size: 0.8em;
color: rgb(107,112,115);
}

.title h2 {
font-family: 'Alegreya Sans SC', sans-serif;
font-size: 1.9em;
color: rgb(11,49,80);
font-weight: normal;
text-align: center;

}

.title hr {
	border: 0;
	background-color: rgba(76,9,123,0.2);
  	height: 1px;
}

#footer {
height: 60px;
width: 100%;
background-color: rgb(239,239,239);
}

#footer p {
font-family: 'Roboto', sans-serif;
font-size: 0.85em;
padding-top: 20px;
color: rgb(11,49,80);
text-align: center;
}

#footer a {
text-decoration: none;
}

.step2, .step3, .step4, .step5, .step6, .step7, .step8, .step9 {
display: block;
float: left;
width: 47.5%;
margin-top: 20px;
}

.step2, .step4, .step6, .step8 {
margin-top: 80px;
margin-left: 10px;
}

.step3, .step5, .step7, .step9, .step10, .step11 {
-moz-box-shadow:    6px 6px 3px #c3c2c2;
-webkit-box-shadow: 6px 6px 3px #c3c2c2;
 box-shadow:         6px 6px 3px #c3c2c2;
    margin-left: 10px;
}
.final-step{
    margin-top: 10px;
}
.step11 {
display:block;
margin-left: auto;
margin-right: auto;
}

.how-to-use h3 {
font-size: 1.1em;
text-align: left;

}

.how-to-use p {
font-family: 'Roboto', sans-serif;
font-size: 1.05em;
}

.how-to-use ul {
list-style-type: none;
}


.get-key p {
font-family: 'Roboto', sans-serif;
font-size: 1.05em;
text-align: center;
}

span {
font-family: 'Alegreya Sans SC', sans-serif;
padding-left: 2px;
padding-right: 2px;

font-size: 1.5em;
margin-right: 8px;

}


.btn-primary {
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD;
}
.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
}

