
::-moz-selection {
	background: #98aea2;
}

::selection {
	background: #98aea2;
}

a,
a:active,
a:visited {
	color: #98aea2;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
	color: #98aea2;
	text-decoration: none;
}

h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
	content: '';
	display: block;
	height: 1px;
	width: 70px;
	background: #98aea2;
	margin: 20px auto 0 auto;
	-webkit-animation: title-border .5s ease-in;
  	-moz-animation:    title-border .5s ease-in;
  	-o-animation:      title-border .5s ease-in;
	animation:         title-border .5s ease-in;
}

blockquote {
	font-size: 14px;
	color: #98aea2;
	padding: 0 20px;
	border-left: 1px solid #98aea2;
}

.banner--clone li.active a, .banner--clone li.active span {
	color: #98aea2;
}

.carousel-indicators li {
  border: 1px solid #98aea2;
}

.nav li a:hover span,
.nav li a:focus span {
	color: #98aea2;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav li.active a,
.nav li.current_page_ancestor a,
.nav li.current_page_ancestor span {
	color: #98aea2;
}

.carousel-indicators .active {
  background-color: #98aea2;
}

.navbar-toggle {
  border-color: #98aea2;
}

.navbar-toggle span {
  background: #98aea2;
}

.nav .dropdown-menu li a:hover,
.nav .dropdown-menu li.active a {
	background: #98aea2;
	color: #fff;
}

.section ul.bullet li a {
	color: #98aea2;
}

a.btn-default:hover {
	border-color: #98aea2;
	color: #98aea2;
	background: none;
}

a.btn-primary:hover,
a.btn-primary:focus {
	border-color: #98aea2;
	color: #98aea2;
	background: none;
}

a.btn-primary {
	border-color: #98aea2;
	background: #98aea2;
	color: #fff;
}

#tabs ul li span {
	font-family: 'LineaBasic';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #98aea2;
	text-transform: none;
	margin-bottom: 30px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

#tabs ul li i {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #98aea2;
	text-transform: none;
	margin-bottom: 30px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}


#horz_tabs ul li a:hover {
	background-color: #98aea2;
	border-color: #98aea2;
	color: #fff;
}

#accordion .ui-state-active {
	color: #fff;
	background-color: #98aea2;
	border-color: #98aea2;
	border-radius: 3px 3px 0 0;
}

.full-width-blog .category {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: 700;
	color: #98aea2;
	margin-left: 0;
	margin-right: 0;
}

.full-width-blog h3:hover {
	color: #98aea2;
}

.blog-2 h2 a:hover {
	color: #98aea2;
}

div.tag-sticky-2:before {
	content: "Featured";
	display: block;
	position: absolute;
	background: #98aea2 none repeat scroll 0% 0%;
	top: 25px;
	left: 30px;
	color: #fff;
	font-weight: 600;
	padding: 5px;
	border-radius: 3px;
	font-size: 12px;
}

.page-links span {
	display: inline-block;
	background: #98aea2;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 0px 3px;
}

.user a.url:hover {
	color: #98aea2;
}


form input[type="submit"] {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	font-weight: 600;
	padding: 13px 30px;
	margin-top: 10px;
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
	background: #98aea2;
	border-color: #98aea2;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
	background: transparent;
	border-color: #98aea2;
	color: #98aea2;
}


#commentform #submit {
    border-color: #98aea2;
    background: #98aea2 none repeat scroll 0% 0%;
    color: #FFF;
    width: auto;
}

#commentform #submit:hover {
	border-color: #98aea2;
    background: none;
    color: #98aea2;
}

#sidebar ul li a:hover {
	color: #98aea2;
	text-indent: 20px;
	background: url("images/sidebar-arrow.png") no-repeat 92% 50%;
}

#sidebar .tagcloud a:hover {
	background: #98aea2;
	color: #fff;
	border-color: #98aea2;
}

.newsletter .btn {
	display: inline-block;
	margin: 0;
	color: #fff;
	border-color: #98aea2;
}

.newsletter .btn:hover {
	color: #98aea2;
}

/**  Pricing table  **/

.price.popular {
	border-color: #98aea2;
}

.price.popular:before {
	content: 'Most popular plan';
	display: block;
	background: #98aea2;
	outline: 1px solid #98aea2;
	position: absolute;
	width: 100%;
	left: 0;
	top: -32px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 5px;
}

.price .head p {
	font-size: 60px;
	color: #98aea2;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0;
}

ul.check li:before {
	font-family: 'LineaArrows';
	content: "\e006";
	font-size: 28px;
	color: #98aea2;
	position: absolute;
	left: 0;
	top: -3px;
}

h1.left:after,
h2.left:after,
h3.left:after,
h4.left:after,
h5.left:after,
h6.left:after,
.left h1:after,
.left h2:after,
.left h3:after,
.left h4:after,
.left h5:after,
.left h6:after {
	content: '';
	display: block;
	height: 1px;
	width: 70px;
	background: #98aea2;
	margin: 20px 0 0 0;
	-webkit-animation: title-border .5s ease-in;
  	-moz-animation:    title-border .5s ease-in;
  	-o-animation:      title-border .5s ease-in;
	animation:         title-border .5s ease-in;
}

.icon span {
	font-family: 'LineaBasic';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #98aea2;
	text-transform: none;
	margin-bottom: 30px;
}

.icon-list span {
	font-family: 'LineaBasic';
	display: block;
	width: 100%;
	font-size: 60px;
	color: #98aea2;
	text-transform: none;
	margin-top: 30px;
}

.footer {
	background: #98aea2;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #98aea2;
  z-index: 999;
}

table > thead {
	background: #98aea2;
	color: #fff;
	font-size: 15px;
}


/** Mobile media queries  **/

@media (max-width: 480px) {

	#horz_tabs ul li.ui-tabs-active a {
		margin-bottom: 10px;
		border: none;
		background: #98aea2;
		border-radius: 3px;
	}

}