@charset "UTF-8";

/***********************************
			/* 1. BODY */
/***********************************/

* {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
	color: #e94145;
	text-decoration: none;
}

a {
	color: #e94145;
}

input:focus,
textarea:focus,
button:focus,
button:hover {
	outline: none;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Open Sans";
	color: #e94145;
}

body.show-content {
	overflow: scroll;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 20px;
	line-height: 25px;
}

h4 {
	font-size: 16px;
	line-height: 1.333;
}

h5 {
	font-size: 14px;
	line-height: 1.333;
}

h6 {
	font-size: 12px;
	line-height: 1.333;
}

.container {
    width: 90% !important;
}

.text-center {
	text-align: center;
}

.section-title.t60{
	margin-top: 70px;
}

img {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.no-space {
	padding: 0 !important;
	margin: 0 !important;
}

.w100{
	width: 100% !important;
	padding: 0 !important;;
	margin: 0 !important;
}

/* 1.1. Bootstrap Fix: IE10 in Windows 8 & Windows Phone 8 */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* 1.1. END Bootstrap Fix: IE10 in Windows 8 & Windows Phone 8 */

/* 1.1. Preloader */

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-block {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    font-size: 10px;
    text-indent: -1236px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    border-left: 3px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 800ms infinite linear;
    animation: spinner 800ms infinite linear;
    z-index: 10000;
}

.status-block {
  border-left: 2px solid #e94145;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#head-info{
	background: #fff;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#head-info .all-title{
	font-family: "Open Sans";
    color: #e94145;
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0;
    display: block;
}
#head-info .all-title span{
    font-size: 64px;
}
.demo-info {
    padding: 70px 0 50px;
    background: #eeeeee;
}
.footer{
	background: #fff;
	color: #222;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.footer a{
	color: #222;
}
.footer a:hover{
	text-decoration: underline;
}
.m50{
	margin-top: 50px;
}
.demo-info h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 15px 0;
	color: #222;
	font-weight: 600;
}

.demo-info img:hover {
    opacity: .7;
}

.demo-info .bg_container {
    max-width: 500px;
    margin: 0 auto 20px;
    background-size: cover;
    overflow: hidden;
}

.btn {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.42857143;
    text-align: center;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #222;
    border-radius: 2px;
    width: 120px;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
}
.btn:hover {
    background: #e94145;
    color: #fff;
}

.links .btn{
    width: 170px;
    color: #e94145;
    border: 1px solid #e94145;
    background: #eee;
    font-size: 16px;
    margin-top: 50px;
    padding: 10px 12px;
}

.links .btn:hover{
    color: #fff;
    border: 1px solid #e94145;
    background: #e94145;
}

@media only screen and (max-width: 1024px) {
	#head-info .all-title{
	    font-size: 32px;
	}
	.m50{
		margin-top: 10px; 
	}
}
@media only screen and (max-width: 640px) {
	.logo img{
	    height: 30px;
	}
	.demo-info {
    	padding: 50px 0 0;
	}
	.btn {
    	margin-bottom: 50px;
	}
	.footer {
		font-size: 12px;
	}
}