@charset "utf-8";

.top-deco, .bottom-deco{
	position:fixed;
	top:0px;
	z-index:11;
	height:5px;
	left:0px;
	right:0px;
}
.bottom-deco{bottom:0px!important; top:auto;}

#page-background{
	background-size:70px 70px;
	background-image:url(../images/body-bg.png);
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}

#page-preloader{
	background-color:#FFFFFF;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:999;
	opacity:1;
	transition:all 350ms ease!important;
	background-image:url(../images/status.gif);
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position: center center;
}

.hide-preloader{
	opacity:0!important;
	pointer-events: none!important;
	transition:all 350ms ease!important;
}

/*Homepage Slider*/

.home-slider-wrapper{
	margin:0px 20px 30px 20px;
	background-color:#FFFFFF;
	border:solid 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.15);
	padding:5px;
}

.home-slider{
	box-sizing: border-box;
}

.home-slider em{
	position:absolute;
	z-index:10;
	bottom:0px;
	background-color:rgba(0,0,0,0.7);
	color:#FFFFFFFF;
	left:0px;
	right:0px;
	height:35px;
	line-height:35px;
	font-style:normal;
	text-align:center;
	font-size:12px;
}

.home-intro{
	text-align:center;
	padding:25px 0px;
	color:#909090;
	text-shadow:0px 1px 0px #FFFFFF;
}

/*Quote Slider*/

.quote-slider{margin-bottom:30px;}
.quote-slider em{
	width:166px;
	display:block;
	margin:0 auto;
}

.quote-slider em i{
	font-size:20px;
	margin:0px 5px 0px 5px;
	text-shadow:0px 2px 0px #FFFFFF;
}

.quote-slider p{
	padding:0px 20px 0px 20px;
	text-align:center;
	font-size:18px;
	line-height:34px;
	font-weight:200;
	color:#000000;
	text-shadow:0px 1px 0px #FFFFFF;
}

/*Header*/

.page-content{position:relative; z-index:9; transition:all 450ms ease;}

/*Copyright Text*/

.copyright-text{
    font-size: 11px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 110px;
    color: #FFFFFF;
    line-height: 20px;
}
.copyright-text a{color:#e34e47;}

.footer-socials{
    position: absolute;
    right: 398px;
    bottom: -223px;
    width: 130px;
}

.footer-socials a{
	width:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	border-radius:30px;
	float:left;
	font-size:12px;
	margin:0px 5px 0px 5px;
}

.footer-socials:after {content: "";  display: table;  clear: both;}

/*Icon Column*/
.icon-column{min-height:70px;}
.icon-column div{
	width:80px;
	height:80px;
	position:absolute;
}

.icon-column div img{width:75px;}
.icon-column h4{padding-left:95px; font-size:15px;}
.icon-column p{padding-left:95px; display:block; line-height:22px;}


.icon-column-small i{
	font-size:12px;
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:30px;
	text-align:center;
}

.icon-column-small h4{
	padding-left:50px;
	line-height:30px
}

/*Page Logo*/

.header{
	margin:30px 20px 20px 20px;
}

.header-logo{
	background-image:url(../images/logo/logo.png);
	background-size:80px 20px;
	width:100px;
	margin-top:20px;
	display:block;
	height:40px;
	background-repeat: no-repeat;
	background-position: top left;
}

.header-icon{
	position:absolute;
	top:-10px;
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
}

.header-icon i{
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:25px;
	color:#FFFFFF;
	font-size:10px;
}

.header-icon-3{right:0px;}
.header-icon-2{right:40px;}
.header-icon-1{right:80px;}


.menu{
	position:fixed;
	bottom:30px;
	height:55px;
	left:10px;
	right:10px;
	z-index:10;
	border-radius:5px;
    background:linear-gradient(to bottom,rgba(46,46,46,1) 0%,rgba(31,31,31,1) 49%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
	transition:all 350ms ease;
}

.submenu{z-index:9!important; transform:translateY(100px); transition:all 350ms ease;}

.active-submenu{transform:translateY(0px)!important;}
.disable-menu{transform:translateY(100px)!important;}

.menu a em{
	display:block;
	text-align:center;
	color:#b9b9b9;
	font-size:9px;
	font-weight:600;
	font-style: normal;
	text-transform:uppercase;
}

.menu a{
	border-right:solid 1px rgba(255,255,255,0.05);
	border-left:solid 1px rgba(0,0,0,0.1);
	transition:all 350ms ease;
}

.menu a i{
	display:block;
	text-align:center;
	font-size:14px;
	padding-bottom:3px;
	color:#FFFFFF;
	padding-top:10px;
}

.active-item{
	background-color:rgba(255,255,255,0.1);
	border-right:0px!important;
	transition:all 350ms ease;
}

.menu a:hover{
	background-color:rgba(255,255,255,0.1);
	border-right:0px!important;
	transition:all 350ms ease;
}
