/* Blue color */

/* Basic */

a, a:visited{
	color: #31a7c5;
}

a:hover{
	color: #2492ae;
}

.color{
	color: #31a7c5;
}

.button a{
	background: #31a7c5;
	border-bottom: 2px solid #2492ae;
}

.button a:hover{
	background: #2492ae;
}

/* Header */

header{
	border-bottom: 5px solid #31a7c5;
}

/* Navigation */

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background: #31a7c5 !important;
}

.navbar .nav > li > a:hover{
	background: #31a7c5 !important;
}

.navbar .btn{
background:#2492ae !important;  
margin-bottom: 5px;
}

.navbar .btn:hover{
background:#31a7c5 !important;
}

/* Content */

.content h2,
.content h3,
.content h4,
.content h5{
	background: url("../img/border-b.png") left bottom no-repeat;
}

/* Slider */


.flexslider{
	background: #31a7c5;
}

/* Review */

.hero{
	background: #31a7c5;
}

/* About */

.about .amore{
	background: #31a7c5 url("../img/white-arrow.png") no-repeat right -50px;
	border-bottom: 2px solid #2492ae;
}

.about .active {
	background-position: right 12px;
}

/* Footer */

footer{
	border-top: 4px solid #31a7c5;
}
.clearfix::after{content:"";display:table;clear:both}
