/** General **/
html {
	/*position:fixed;
	overflow-x:hidden;*/
	background-color:#faf9ee;
	border:15px solid #faf9ee;
	height:100%;
}
.fluid {
	width:100%;
	height:auto;
}
.fullbg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center 50%;
}	
.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.no-gutter .col-12 {
	padding:0;
}
.valign {
	display: flex;
	align-items: center;
}

.table {
	display: table;
	height:100%; width:100%;
	}
.table .tr {
	display: table-cell;
	vertical-align: middle;
	}

.curtain {
	position:fixed; top:0; left:0;
	width:100%; height:100%; background:#fff;
	z-index:9999;
	display:none;
}

.preloader-home {
	width:200px;
	height:10px;
	position:fixed;
	z-index:999;
	top:50%; left: 50%;
	transform:translate(-50%, -50%);
	display:none;
}

.hideme
{
    /*opacity:0;
	margin-top:100px;
	margin-bottom:-100px;*/
}

.text {
	font-size:0.9em;
}
.title {
	color:#faf9ee;
	font-weight:600;
	font-size:1.4em;
	padding-bottom:7px;
	font-family: 'Montserrat', sans-serif;
	
}


.liner {
	position:fixed; z-index:99;
	border-right:1px solid #faf9ee;
	height:100%;
	width:10px; top:0; right:20%;
	opacity:0.5;
}
.container-fluid {
}

