body {
    background: #fbfbfb;
    color: #777;
	font: 14px/18px "Open Sans",Arial,Helvetica,sans-serif; 
	text-align: center;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #08c;
	text-decoration: none;
}

.blue {
    color: #0088cc;
}

.btn-purchase,
button {
    min-width: 150px;
    margin: 0 8px;
	padding:12px 20px;
	border:1px solid #08c;
	color:#08c;
    font-weight: 600;
    text-transform: uppercase;
	border-radius:5px;
	background-color: transparent;
	display: inline-block;
	text-decoration: none;
}
.btn-purchase,
button.btn-purchase {
	background-color: #08c;
	color: #fff !important;
	padding: 15px 25px;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
}
.btn-purchase:hover,
button.btn-purchase:hover {
	background-color: #0099e6;
}
button.active{
	background-color:#fff;
}

header {
	border-top: 5px solid #08c;
    text-align: center;
}

.logo {
    margin-top: 38px;
	margin-bottom: 45px;
}

h1.logo > * {
	display: inline-block;
	vertical-align: middle;
}

h1.logo > a {
	
}

h1.logo > img {
	margin-top: 12px;
}

h1.logo span {
	font-size: 20px;
}

.header-title {
    background: url(../images/header_bg.jpg) center no-repeat;
	padding: 38px 0;
	background-size: 100% 100%;
}

.header-title h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
	margin: 10px;
	vertical-align: middle;
    color: #fff;
}

.header-title h2 > span {
	font-size: 18px;
}

.header-title h3 {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	margin: 10px;
	vertical-align: middle;
    font-style: italic;
    color: #fff;
}

.header-title h2 b {
    font-weight: 600;
}

.header-title h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 10px;
	vertical-align: middle;
    color: #fff;
}

.header-title h4 b {
	font-weight: 600;
}

.header-title h4 span {
	display: inline-block;
	vertical-align: middle;
}

.header-title h4 i {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	margin: 5px 5px 0 5px;
}

header .gap {
	width: 1px;
	height: 47px;
	background-color: #ddd;
	background-color: rgba(128,128,128,0.3);
	display: inline-block;
	margin: 0 50px;
	vertical-align: middle;
}

.header-title .btn {
    background: #fff;
	border-radius: 6px;
	color: #000;
    font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 25px;
	margin: 0 15px;
    border: 0;
    box-shadow: inset -1px -1px 2px rgba(0,0,0,.6);
}

.header-title .btn:hover {
    background: #fff;
}

section {
    padding: 25px 35px 70px;
	overflow: hidden;
}

.home-layout {
	font-size: 24px;
	line-height: 1;
	color: #000;
	font-weight: 700;
	margin: 35px 0 8px;
}

.description {
	color: #777;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
    margin-bottom: 10px;
}
div#sorts {
	margin-bottom: 30px;
	padding: 20px;
	background: #131212;
}
div#sorts button {
    border-color: transparent;
	color: #fff;
}
div#sorts button:hover {
    color: #0088cc;
}
div#sorts button.active {
    background: #0088cc;
	border-color: #0088cc;
}
div#sorts button.active:hover {
    color: #fff;
}
section .demo {
	text-align: center;
}
section .demo p {
	font-size:13px;
	color:#777!important;
	line-height:1.4;
	margin-bottom: 40px;
}
section .demo .demo-title {

}

section .demo .demo-image-wrap {
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 3px;
	position: relative;
	margin-right:1px;
}

section .demo .demo-image {
	position: relative;
	border-radius: 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	height: 232px;
	-webkit-transition: all 0.8s linear 0s; /* Safari and Chrome */
       -moz-transition: all 0.8s linear 0s; /* Firefox 4 */
         -o-transition: all 0.8s linear 0s; /* Opera */
            transition: all 0.8s linear 0s;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
		    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

section .demo .demo-image.fixed-image {
	background-position: center;
}
section .demo-image-wrap:hover .demo-image.fixed-image {
	background-position: center;
}
section .demo-image-wrap:hover .demo-image {
	background-position: center bottom;
	-webkit-transition: all 2.5s linear 0s; /* Safari and Chrome */
       -moz-transition: all 2.5s linear 0s; /* Firefox 4 */
         -o-transition: all 2.5s linear 0s; /* Opera */
            transition: all 2.5s linear 0s;
}

section .demo.coming .demo-image { background-image: url(../images/coming_soon.png); background-position: center center; background-size: auto auto; background-color: #ddd; }

section .demo .demo-link {
    display: block;
    position: relative;
	margin: 20px 0;
    text-decoration: none;
}

section .demo h3 {
    font-size: 18px;
	color: #333;
	margin: 10px;
}

section .demo a:hover h3 {
    color: #08c;
}

section .tip {
	position: absolute;
    right: 30px;
    top: -8px;
    background: transparent url(../images/tip_bg.png) left top no-repeat;
	padding: 0 10px 0 18px;
	font-family: "Shadows Into Light",cursive;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
	z-index: 1;
	letter-spacing: 1px;
}

section .tip.new {
	background: #6dbcdb;
}
.owl-theme:hover .owl-controls {
	visibility: visible;
	opacity: 1;
}
.owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #08c;
	display: inline-block;
	zoom: 1;
	font-size: 26px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #999;
	padding: 0;
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	padding-left: 5px;
	right: -25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	padding-right: 5px;
	left: -25px;
}
.header-layouts img {
    max-width: 100%;
}

footer {
	background: #121214;
	color: #777;
	font-size: 13px;
	padding: 30px 15px;
}

footer a {
	color: #777;
}

footer a:hover {
	color: #08c;
}

@media (max-width: 767px) {
	.header-title h2 {
		display: block;
		margin: 10px 15px 20px;
	}
    .header-title .gap {
		display: none;
	}
	.header-title .btn {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
    section .demo {
		float: none;
		width: 100%;
	}
}

@media (max-width: 320px) {
	section {
		padding: 40px 20px 70px;
	}
}