.main-header {
	display: none;
}
.main-header .logo {
	max-height: 33px;
}
.navbar-brand {
	padding:15px 15px;
}
.navbar-nav li {
	text-transform: uppercase;
	font-size: 12px;
	left: 1.5px;
	font-weight: bold;
}
.theme-list {
	padding: 0px 15px;
}
.theme-list li {
	margin-bottom: 10px;
}
.theme-list li i {
	color: #63b76c;
	margin-right: 2px;
}
.page-header {
	margin-top: 66px;
	margin-bottom: 30px;
}
.buy-section {
	background: #111;
	margin-top: 30px;
	padding: 60px 0px 80px 0px;
}
.buy-section h1 {
	color: #fff;
	margin-bottom: 30px;
}
.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: bold;
}

.buy-section .btn {
	padding: 15px 30px;
}
.btn-group-lg>.btn, .btn-lg {
	font-size: 14px;
	padding: 16px 30px;
}
.intro-header {
	padding: 70px 30px 90px; 
	text-align: center;
	position: relative;
	background: url('img/background.jpg');
}
.intro-header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	left: 0;
	background-color: rgba(0,0,0,0.34);
}
.intro-header .container {
	position: relative;
	z-index: 2;
}
.intro-header .logo {
	margin: 0 auto;
	max-width: 360px;
	margin-bottom: 50px;
}
.intro-header .btn {
	margin-right: 15px;
}
.btn-primary {
	    background: #f7c90d;
    background: linear-gradient(90deg,#f7c90d 0,#f7c90d 45%,#f77e0d);
}
.btn-secondary {
	background: #fff;

}
#demos {
	margin-top: 30px;
}
#demos .panel-default>.panel-heading {
	font-size: 18px;
	font-weight: bold;
}
#demos .demo {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
#demos .demo .thumbinal {
	max-height: 220px;
}
#demos .demo p {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background: rgba(0,0,0,0.8);
	transform: translateY(30px);
	-webkit-transform:translateY(30px);
	transition: transform 300ms;
	-webkit-transition: transform 300ms;
}
#demos .demo:hover p {
	transform: translateY(0);
	-webkit-transform:translateY(0);
}