a:hover{
	color: #41D6EA !important;
}

#front{
	text-align: center;
	background: #FFF;
}

.intro-logo{
	padding: 30px 0;
	 margin: 0 auto;
 width: 150px;

}

.logo-line{
	height: 1px; 
	width: 100%;
	background:#ededed;
}

.intro-image{
	display: inline-block;
	margin-top: 60px;
}

.intro-image img{
	height: 260px;
}

.intro-customer-comment{
	max-width: 820px;
	margin: 0 auto;
	margin-top: 40px;
}

.intro-customer-comment p{
	font-size: 15px;
	color: #656565;
	font-weight: 300;
}
.intro-back-color{
	background: #FFF;
}

.intro-but{
	text-align: center;
	padding-bottom: 60px;
}

.intro-buttons{
	display: inline-block;
	margin: 0 auto;
}

.intro-buttons .big-button-1 a{
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.big-button-1{
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;	
	border-radius: 3px;
	margin-right: 70px;
}

.big-button-1:hover{
    background: #282828;	
}

.demo-link{
	margin-top: 17px;
}

.demo-link a{
	font-size: 23px;
	font-weight: 300;
}

.demo-link i{
	margin-left: 10px;
	background: #FFF;
	width: 17px;
	height: 17px;
	border: solid 1px #222;
	font-size: 10px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	padding-top:3px;
}


#demos {
    background: url('../img/some-details-pattern.jpg');
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

#demos .title h2{
	font-size: 32px;
	font-weight: 200;
	color: #FFF;
}


.alt-line-one {
    width: 30px;
    background-color: #EDEDED;
    height: 1px;
    border: 0;
    margin-right: 10px;
    margin-top: 5px;
}

.alt-line-two {
    width: 30px;
    background-color: #EDEDED;
    height: 1px;
    border: 0;
    margin-left: 6px;
    margin-top: 5px;
}

.alt-seperator {
    max-width: 95px;
    margin: 0 auto;
}

.alt-seperator i {
    font-size: 11px;
    color: #41D6EA;
}

.demo-example a{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	margin-top: 10px;
}

.demo-e{
	text-align: center;
	margin-bottom: 40px;
}

.demo-e img{
	margin-bottom: 10px;
	position: relative;
	top: 0;
	-webkit-transition:  all 0.4s ease;
	-moz-transition:  all 0.4s ease;
	-o-transition:  all 0.4s ease;
	-ms-transition:  all 0.4s ease;
	transition:  all 0.4s ease;	
}

.demo-e{
	text-align: center;
}

.demo-e a{
	display: inline-block;
}

.demo-e img:hover{
	top: -5px;
}

.intro-underline{
	width: 50px;
	height: 1px;
	margin: 0 auto;
	background:#666;
	margin-bottom: 5px;
}

.list-style a{
	display: inline-block;
	text-transform: none;
	margin-top: 1px;
}

#features{
	background: #f6f6f6;
	padding: 60px 0;
}

#features .title-intro h2{
	color: #222;
	text-align: center;
	font-weight: 200;
}

.features-box i{
	font-size: 23px;
	color: #41d6ea;
	margin-top: 8px;
}

.features-box h3{
	font-size: 15px;
	font-weight: 500 !important;
	color: #222 !important;
	letter-spacing: 1px;
}

.features-box p{
	margin-top: 10px;
	font-size: 12px;
	line-height: 19px;
}

.features-box-c{
	margin-bottom: 30px;
	margin-top: 30px;
}


