/*!
 * Author: bonefishcode
 * Url: http://themeforest.net/user/bonefishcode/
 * Url: http://demo.bonefishcode.com/
 */
/**
 * import
 * --------------------------------------------------
 */

/**
 * reset
 * --------------------------------------------------
 */
/* list */
li > ul, li > ol {
	margin-bottom: 0;
}
/* img */
img {
	vertical-align: middle;
	max-width: 100%;
	font-style: italic;
}
/**
 * helper class
 * --------------------------------------------------
 */
/* float */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* hardware acceleration */
.ha-3d, .demo_img, .new .demo_badge_new:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.ha-z {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.transition-base, a, .btn, .demo_img {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* layout */
.layer, .site-header:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* border radius */
.border-radius-base, .btn, .demo, .demo_img, .notify {
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/* text */
.text-light h1, .site-header h1, .text-light h2, .site-header h2, .text-light h3, .site-header h3, .text-light h4, .site-header h4, .text-light h5, .site-header h5, .text-light h6, .site-header h6, .text-light p, .site-header p, .text-light span, .site-header span {
	color: #fff;
}
/**
 * base
 * --------------------------------------------------
 */
body {
	line-height: 1.5;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0.5px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #000;
	margin: 0;
}
h1 {
	font-size: 35px;
}

@media (min-width: 768px) {
h1 {
	font-size: 40px;
}
}

@media (min-width: 992px) {
h1 {
	font-size: 45px;
}
}
h2 {
	font-size: 30px;
}

@media (min-width: 768px) {
h2 {
	font-size: 35px;
}
}

@media (min-width: 992px) {
h2 {
	font-size: 40px;
}
}
h3 {
	line-height: 1.75;
	font-size: 18px;
	font-weight: 500;
}

@media (min-width: 768px) {
h3 {
	font-size: 20px;
}
}
h4 {
	line-height: 1.75;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width: 768px) {
h4 {
	font-size: 18px;
}
}
h5 {
	font-size: 15px;
	font-weight: 500;
}

@media (min-width: 768px) {
h5 {
	font-size: 16px;
}
}
h6, .small {
	font-size: 12px;
	font-weight: 500;
}
p, ol, ul, blockquote, pre {
	margin-bottom: 20px;
}
p:last-child, ol:last-child, ul:last-child, blockquote:last-child, pre:last-child {
	margin-bottom: 0;
	text-transform:capitalize;
}
a {
	color: #37d4bd;
}
a:focus {
	outline: 0;
}
a:focus, a:hover {
	color: #29bea8;
	text-decoration: none;
}
i {
	display: inline-block;
	letter-spacing: 0;
}
/*
 * element
 * --------------------------------------------------
 */
/*
 * button
 * -------------------------
 */
/* button layout */
.btn {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:active:focus {
	outline: 0;
}
.btn:focus {
	outline: 0;
}
.btn.btn-success {
	background-color:#f44a56;
	border-color:#f44a56;
}
/**
 * site header
 * --------------------------------------------------
 */
.site-header {
	position: relative;
	padding: 80px 0;
	padding-bottom:50px;
	background-image: url(../img/bg/site_header.jpeg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	background-attachment:fixed;
	min-height:610px;
}
.site-header:before {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
}
.site-header .btn.btn-success {
	background-color:transparent;
	border-color:#F9F9F0;
	color:#FFF;
	float:right;
	padding:12px 30px;
	margin-top:7px;
}
.site-header h2 {
	margin-top:80px;
	margin-bottom:30px;	
}
.logo img {
	display:block;
	margin:0 auto;	
}
.site-header p {
	width:60%;	
	margin:0 auto;
	display:block;
	font-size:18px;
}
#demo h2 {
	text-align:center;
}
.site-header h2 span.color {
	font-size:70px;
	color:#f44a56;
}
.btn-colored-blog, .btn-colored-blog:focus {
    background-color: #f44a56;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
	font-size:16px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
	margin-right:10px;
}
.btn-colored-blog:hover {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}
.main-buttons {
	position:relative;
	overflow:hidden;
	margin-top:50px;	
}
.btn-colored-blog.white {
	background-color: transparent;
	color:#FFF;
	border:1px solid #FFF;
}


/* SITE FOOTER */

.site-footer-main {
	position: relative;
	padding: 120px 0;
	background-image: url(../img/bg/site_header-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	background-attachment:fixed;
}
.site-footer-main::before {
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 0.8);
}
.site-footer-main .btn.btn-success {
	background-color:transparent;
	border-color:#F9F9F0;
	color:#FFF;
	float:right;
	padding:12px 30px;
	margin-top:7px;
}
.site-footer-main h2 {
	color:#242424;	
}
.layer, .site-footer-main::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.site-footer-main h2 span.color {
    color: #f44a56;
    font-size: 70px;
}
.site-footer-main .btn-colored-blog:focus, .site-footer-main .btn-colored-blog:hover  {
	color:#000;
	border-color:#000;	
}



/**
 * site common
 * --------------------------------------------------
 */
.site-wrap {
	position: relative;
	height: 100%;
}
.site-main {
	position: relative;
	height: 100%;
}
.hr {
	width: 20px;
	height: 2px;
	margin: 20px auto;
	background-color: #242424;
}
.section {
	padding: 90px 0;
}




.site-header .btn-success {
	font-size:16px;	
	font-weight:500;
}
/**
 * demo
 * --------------------------------------------------
 */
.demo {
	display: block;
	margin-top: 40px;
	border: 1px solid #eee;
	padding: 5px;
	background-color: #fff;
}

@media (min-width: 992px) {
.demo {
	margin-top: 60px;
}
}
.demo_img {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.demo:hover .demo_img {
	opacity: .8;
}
.demo_img-wrap {
	position: relative;
	overflow: hidden;
}
.demo_info {
	 background-color: #f5f5f5;
    padding: 16px 25px;
}
.demo_info h4 {
	text-align: center;
	text-transform: uppercase;
}
.notify {
	max-width: 500px;
	margin: 0 auto 50px;
	padding: 20px 30px;
	color: #fff;
	text-align: center;
}
.notify._info {
	background-color: #37d4bd;
}
.notify i {
	margin-right: 10px;
}

@media (min-width: 992px) {
.notify {
	margin: 0 auto 30px;
}
}

.general-features {
	padding:80px 0;
	background-color:#F9f9f9;	
}
.general-features h2 {
	margin-bottom:50px;	
}
.core-features {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
}
.circle img {
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}
.core-features h3 {
    color: #232323;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize;
}
.call-to-action-1 {
	background-color:#F5F5F5;
	padding:50px 0;	
}

.call-to-action-1 h2 {
	color:#000;	
	text-transform:capitalize;
	font-size:30px;
	margin-bottom:10px;
}
.call-to-action-1 p {
	color:#000;	
}
.call-to-action-1 .btn-colored-blog:focus, .call-to-action-1 .btn-colored-blog:hover  {
	color:#000;
	border-color:#000;	
}
.call-to-action-1 .btn-colored-blog {
	margin-top:10px;	
}
.introductory-price-badge {
	position:absolute;
	top:0px;
	right:50px;	
}
/**
 * site footer
 * --------------------------------------------------
 */
.site-footer {
	padding: 60px 0;
	background-color: #F9F9F9;
	text-align: center;
	color: #242424;
}
.site-footer a {
	color: #999;
}


@media (min-width: 992px) {
.site-footer {
	padding: 50px 0;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.site-header img {
	margin:0 auto;	
}
.site-header .btn.btn-success {
	float:none;
	margin-top:50px;	
}
.site-footer-main h2 span.color {
    color: #f44a56;
    font-size: 46px;
}
.call-to-action-1 .btn-colored-blog {
    margin-top: 30px;
	display:block;
}
.main-buttons .btn-colored-blog {
	margin-bottom:10px;
	display:block;
}
.site-header p {
    width: 100%;
	font-size:16px;
}
.introductory-price-badge {
	display:none;	
}
}