body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

a {
	color: #000;
}

.wrapper {
	z-index: 800;
    min-height: calc(100% - 65px);
}

.btn-orange,
.btn-orange:hover,
.btn-orange:focus {
	background-color: #f15722;
	color: #fff;
	font-weight: bold;
}

.btn-white,
.btn-white:hover,
.btn-white:focus {
	background-color: #fff;
	color: #f15722;
	font-size: 20px;
	font-weight: bold;
}

.div-tb {
	display: table;
	width: 100%;
}

.div-cell {
	display: table-cell;
	vertical-align: middle;
}

.navbar-default .navbar-nav>li.active>a {
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #f15722;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>li:last-child.active>a {
		background-color: transparent;
		border: 2px solid #e7e7e7;
		color: #fff;
		border-radius: 6px;
	}

	.navbar-default .navbar-nav>li:last-child.active.fill>a,
	.navbar-default .navbar-nav>li:last-child.active>a:focus,
	.navbar-default .navbar-nav>li:last-child.active>a:hover {
	    background-color: #f15722;
	    border-color: #f15722;
	}
}

header.banner {
	background: url('../img/home/banner.png') no-repeat center center/cover;
	height: 549px;
	display: table;
	width: 100%;
	color: #fff;
}

header.banner .masthead {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding: 10px 0;
}

body header.banner .masthead.navbar-fixed-top {
	position: fixed;
	background-color: #484848;
	border-color: #484848;
	animation:slide-down 0.7s;
}

body header.banner .masthead.navbar-up {
	animation:slide-up 0.8s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.navbar-fixed-top .navbar-right {
	margin-right: inherit;
}

header.banner .inner {
	margin: auto;
	text-align: center;
	max-width: 633px;
}

header.banner .inner h1 {
	font-size: 42px;
}

header.banner .inner p {
	font-size: 23px;
	font-weight: 300;
}

.learning .btn,
header.banner .inner .btn {
	margin-top: 20px;
    padding: 17px 57px;
    font-size: 20px;
}

header.banner .navbar-default {
	height: auto;
	background-color: transparent;
	border: none;
}

header.banner .navbar-default .navbar-brand {
	padding: 7px 15px;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>li>a {
		color: #fff;
		font-size: 16px;
	}

	.navbar-default .navbar-nav>li + li {
		margin-left: 20px;
	}

	.navbar-default .navbar-nav>li:last-child {
		margin-left: 40px;
		font-weight: 600;
	}
}

@media (min-width: 768px) and (max-width: 882px) {
	.navbar-default .navbar-nav>li + li {
		margin-left: 0px;
	}

	.navbar-default .navbar-nav>li:last-child {
		margin-left: 5px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-collapse {
		background-color: #fff;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		border: none;
		color: #777;
	}
}
section h2 {
    margin-bottom: 2%;
    font-size: 34px;
    color: #000;
    margin-top: 0;
}

section h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

section .circle {
    border-radius: 50%;
    border: 2px dashed #f15722;
    padding: 30px;
    width: 177px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
}

section.custom-padding {
    padding: 3% 0;
}

.thumb-box {
	padding: 5px;
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.07);
}

.thumb-box h3 {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
}

.category-search-links a {
	text-decoration: none !important;
}

.category-search-links a:hover {
	color:#ff721c;
}

.category [class*="col-md"] {
	margin-bottom: 30px;
}

.category a {
	text-decoration: underline;
}

.img-responsive {
	width: 100%;
}

@media (max-width: 991px) {
	.marketplace .img-responsive {
		width: auto !important;
		margin: auto;
	}
}

.marketplace span {
	padding-left: 52px;
	float: left;
	font-size: 16px;
	margin-top: 5px;
}

.marketplace li {
	position: relative;
}

.marketplace li + li {
	margin-top: 40px;
}

.marketplace li > img {
	position: absolute;
	top: -2px;
}

.marketplace h3 {
	color: #f15722;
}

.marketplace .content {
    padding: 10.84% 10%;
}

.learning {
	background: url('../img/home/learning-bg.png') no-repeat center center/cover;
	color: #fff;
}

.learning h3 {
	font-size: 36px;
	font-weight: 600;
}

.learning p {
	font-size: 23px;
}

.main-footer {
	position: static !important;
}

/* Pnotify setting */
.ui-pnotify .alert {
	padding: 10px 15px;
	height: auto;
	text-align: center;
	font-size: 15px;
}
