/*
	Template Name: Landing
	Author: Bio Theme
    Version: 1.0
    Description: HTML5 Responsive Classifieds Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}
.bg-image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;	
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37b44e+0,31b25b+24,1bab89+77,15a997+100&1+0,1+100,0.94+100 */
	background: -moz-linear-gradient(left,  rgba(55,180,78,0.9) 0%, rgba(49,178,91,0.9) 24%, rgba(27,171,137,0.96) 77%, rgba(21,169,151,0.94) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(55,180,78,0.9) 0%,rgba(49,178,91,0.9) 24%,rgba(27,171,137,0.96) 77%,rgba(21,169,151,0.94) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(55,180,78,0.9) 0%,rgba(49,178,91,0.9) 24%,rgba(27,171,137,0.96) 77%,rgba(21,169,151,0.94) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b44e', endColorstr='#f015a997',GradientType=1 ); /* IE6-9 */
	z-index: -1;	
}


.section-padding {
	padding-top: 120px;
	padding-bottom: 130px;
}

.section-title h1{
	font-weight:300;
}

.section-title h1 span {
	font-weight:500;
}

#header .landing .navbar.navbar-default {
	background-color:#2d3038;
	padding: 15px 0 25px;
	margin-bottom: 0px;
	border-radius:0;
	border: 0;
	z-index:99999;
}

#header img {
	text-align: center;
}
.navbar-default .navbar-brand {
    display: inline-block;
    float: none;
    padding: 0;
}
.landing .navbar-collapse {
	float: left;
}

.landing-menu {
	margin-top: 10px;
}

.landing .navbar-default .navbar-nav>li {
	margin:0 15px;
}

.landing .nav li a, 
.landing .navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	border-bottom: 1px solid transparent;
	padding: 5px 0;
}

.landing .nav li a:hover, 
.landing .navbar-default .navbar-nav>li>a:focus, 
.landing .navbar-default .navbar-nav>li>a:hover, 
.landing .navbar-default .navbar-nav>.active>a:focus, 
.landing .navbar-default .navbar-nav>.active>a:hover,
.landing .navbar-default .navbar-nav>.active>a {
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.header-icons {
	float: left;
	margin-top: 13px;
} 

.header-icons i {
	font-size: 25px;
	color: #0a445a;
}

.header-icons i:hover {
	color: #a6c47c;
}


.header-icons li a img {
	opacity:0.4;
	-webkit-filter: grayscale(100%) contrast(0);
	filter: grayscale(100%) contrast(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-icons li a:hover img {
	opacity:1;
	-webkit-filter: grayscale(0) contrast(100%);
	filter: grayscale(0) contrast(100%);
}

#header a.btn.btn-default {
	margin-left: 0;
	margin-top: 8px;
	background-color: transparent;
	border:1px solid #fff;
	color: #fff;
-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#header a.btn.btn-default:hover {
	color: #fff;
	border:1px solid #F58D21;
background-color:#F58D21;
}

.header-bottom {
	padding-left: 90px;
	padding-right: 50px;
	color: #fff;
	position: relative;
}

.landing .version {
    background-color: rgba(247, 148, 29, 0.9);
    padding:8px 20px;
    border-radius: 5px;
    color: #fff;
}

.landing .version:hover {
	color: #8dc63f;
}

.landing .left-content {
	max-width: 400px;
	margin-top: 125px;
	padding-bottom: 45px;
}

.header-bottom h1 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 25px;
}

.btn.btn-primary {
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
	padding: 15px 45px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	margin-top: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn.btn-primary:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
	border-radius: 0 0 35px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.btn.btn-primary:hover.btn.btn-primary:before {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius:4px;
}

#header a.btn.btn-primary {
	padding: 15px 45px;
}


.header-image {
	position: relative;
	min-height: 652px;
}

.header-image img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.landing .social-icons {
	margin-top: 115px;
}

.landing .social-icons,
.landing .social-icons a {
	font-size: 16px;
	color: #fff;
}

.landing .social-icons a:hover {
	color: #4a4a4a;
}

.section-title {
	margin-bottom: 60px;
	text-align: center;
}

.section-title h1 {
	font-weight: 300;
	color: #2e2e2e;
	text-transform: uppercase;
	position: relative;
}

.section-title h1 span {
	font-weight: 500;
}

.landing-demos {
	padding-top: 50px;
	padding-bottom: 105px;
	background-color: #f2f2f2;
}

.section-title h1:before {
	position: absolute;
	content: "";
	top: 55px;
	left: 50%;
	margin-left: -92px;
	width: 185px;
	height: 1px;
	background-color: #dbdbdb;
}

.demos {
	background-image: url(../images/bg/2.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 0 30px;
	padding-top: 55px;
	padding-bottom: 20px;	
}

.demo-image {
	position: relative;
	display: block;
}

.demos-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.45);	
	opacity: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;	
}

.demo-info {
	position: absolute;
	top: 50%;
	left: 50%;	
	margin-top: -55px;
	margin-left: -62px;
}

.demo-info a {
	color: #fff;
}

.demo-info span {
	display: block;
	font-size: 24px;
	font-weight: 500;
}

.demos h3 {
	margin-top: 30px;
}

.demos-overlay i {
	font-size: 70px;
	margin-bottom: 15px;
}

.demos-overlay:hover {
	opacity: 1;
}

/* Features Section */

.features-section {
	background-color:#fff;
	padding-top: 50px;
	padding-bottom: 105px;
}

.features-section h1 {
	color: #000;
} 

.features-section .features {
	color: #858585;
	padding: 50px 0;
	margin-bottom: 20px;
	background-color:#fafafa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.features-section .features:hover {
	background-color:#f5f5f5;
}

.features-section .features img {
	display: inline-block;
}

/* money back section */


.money-back-section img {
	display: inline-block;
}

.back-info {
	font-size: 24px;
	max-width: 800px;
	display: inline-block;
}

.back-info span {
	color: #f26c4f;
}

/* Classified Section */

.classified-section {
	background-image: url(../images/bg/4.html);	
	background-color:#e84b3c;
	color: #fff;
}

.classified-section img {
	margin-bottom: 20px;
	display: inline;
}

.classified-section h1 {
	margin-bottom: 20px;
}

.classified-info {
	max-width: 650px;
	display: inline-block;
}

.classified-info .btn.btn-primary {
	margin-top: 30px;
}


/* Support Section */

.support-content {
	margin-top: 15px;
}

.support-content .support-social {
	margin-top: 50px;
}

.support-content h2 {
	font-size: 42px;
	font-weight: 300;
}

.support-content li {
	margin-right: 20px;
}

.footer {
	background-image: url(../images/5.jpg);	
	background-repeat: no-repeat;
}

.footer {
	padding-top: 10px;
	padding: 10px;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {}

.footer img {
	float: left;
	display: inline-block;
}

.copyright {
	display: inline-block;
	margin-top: 30px;
	margin-left: 10px;
	color: #fff;
}

.footer .social-icons {
	margin-top: 25px;
}

.footer .social-icons i {
	color: #fff;
	font-size: 16px;
}

.footer .social-icons i:hover {
	color: #4a4a4a;
}

.footer .footer-right {
	margin-top: 25px;
}

.footer .footer-right a:hover {
	text-decoration: underline;
}