@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;
}

.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);
    }
}


/* 1.1. END Preloader */

.alignment{
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
}

.v-align{
	display: table-cell;	
}

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

.heart-animation {
	display: inline-block;
	margin: 0 auto;
	font-size: 21px; 
	line-height: 21px;
	letter-spacing:-21px;
}

.heart-animation.one {	
	-webkit-animation: heart-zoom infinite 1s;
	   -moz-animation: heart-zoom infinite 1s;
		-ms-animation: heart-zoom infinite 1s;
		 -o-animation: heart-zoom infinite 1s;
			animation: heart-zoom infinite 1s;
}

.heart-animation.two {
	-webkit-animation: heart-zoom infinite 1.5s;
	   -moz-animation: heart-zoom infinite 1.5s;
		-ms-animation: heart-zoom infinite 1.5s;
		 -o-animation: heart-zoom infinite 1.5s;
			animation: heart-zoom infinite 1.5s;
}

.heart-animation.three {
	-webkit-animation: heart-zoom infinite 2s;
	   -moz-animation: heart-zoom infinite 2s;
		-ms-animation: heart-zoom infinite 2s;
		 -o-animation: heart-zoom infinite 2s;
			animation: heart-zoom infinite 2s;
}

.heart-animation.four {
	-webkit-animation: heart-zoom infinite 2.5s;
	   -moz-animation: heart-zoom infinite 2.5s;
		-ms-animation: heart-zoom infinite 2.5s;
		 -o-animation: heart-zoom infinite 2.5s;
			animation: heart-zoom infinite 2.5s;
}

.heart-animation.one i{
	color: #e2b123;
}

.heart-animation.two i{
	color: #aaa609;
}

.heart-animation.three i{
	color: #8f8c07;
}

.heart-animation.four i{
	color: #626004;
}
/* 1.2. END Preloader */

#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;
}
.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{
    width: 100%;
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

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

.demo-info .bg_container {
    max-width: 300px;
    margin: 0 auto 20px;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

.demo-info .bg_container.red:hover {
    -webkit-box-shadow: 0 5px 20px rgba(228,18,23, 0.8);
    -moz-box-shadow: 0 5px 20px rgba(228,18,23, 0.8);
    -ms-box-shadow: 0 5px 20px rgba(228,18,23, 0.8);
    box-shadow: 0 5px 20px rgba(228,18,23, 0.8);
}

.demo-info .bg_container.blue:hover {
    -webkit-box-shadow: 0 5px 20px rgba(4,131,255, 0.8);
    -moz-box-shadow: 0 5px 20px rgba(4,131,255, 0.8);
    -ms-box-shadow: 0 5px 20px rgba(4,131,255, 0.8);
    box-shadow: 0 5px 20px rgba(4,131,255, 0.8);
}

.demo-info .bg_container.green:hover {
    -webkit-box-shadow: 0 5px 20px rgba(63,181,29, 0.8);
    -moz-box-shadow: 0 5px 20px rgba(63,181,29, 0.8);
    -ms-box-shadow: 0 5px 20px rgba(63,181,29, 0.8);
    box-shadow: 0 5px 20px rgba(63,181,29, 0.8);
}

.demo-info .bg_container.dark_cyan:hover {
    -webkit-box-shadow: 0 5px 20px rgba(31,106,114, 0.8);
    -moz-box-shadow: 0 5px 20px rgba(31,106,114, 0.8);
    -ms-box-shadow: 0 5px 20px rgba(31,106,114, 0.8);
    box-shadow: 0 5px 20px rgba(31,106,114, 0.8);
}

.demo-info .bg_container.pure_orange:hover {
    -webkit-box-shadow: 0 5px 20px rgba(230,115,0, 0.8);
    -moz-box-shadow: 0 5px 20px rgba(230,115,0, 0.8);
    -ms-box-shadow: 0 5px 20px rgba(230,115,0, 0.8);
    box-shadow: 0 5px 20px rgba(230,115,0, 0.8);
}

.demo-info .bg_container.strongy_yellow:hover {
    -webkit-box-shadow: 0 5px 20px rgba(179,179,0, 0.8);
    -moz-box-shadow: 0 5px 20px rgba(179,179,0, 0.8);
    -ms-box-shadow: 0 5px 20px rgba(179,179,0, 0.8);
    box-shadow: 0 5px 20px rgba(179,179,0, 0.8);
}

.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;
}

.bg_container a span {
    display: inline-block;
    float: left;
    width: 100%;
    height: 340px;
    background-size: 100% auto;
    -webkit-transition: all 1.9s ease 0s;
    -moz-transition: all 1.9s ease 0s;
    -ms-transition: all 1.9s ease 0s;
    -o-transition: all 1.9s ease 0s;
    transition: all 1.9s ease 0s;
}

.bg_container a:hover span {
    background-position: center bottom;
}

@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;
	}
}