/****************************
*							*
*							*
* HilDes V1.0				*
*							*
* Copyright 2011, HilDes	*
*							*
* http://hildes.info		*
*							*
* 07/12/2017 (M/D/Y)		*
*							*
*							*
*****************************/

/* gray: #696a6e */
/* red: #c31f26 */


@font-face
{
    font-family: likhaie;
    src: url('fonts/UniNeue-Light.otf'),
    url('fonts/UniNeue-Light.eot');
}
*{
    position: relative;
    font-size: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none !important;
    transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-khtml-transition: all 1s ease;
	-o-transition: all 1s ease;
    vertical-align: baseline;
    font-family: 'Lato', sans-serif;
    font: inherit;
}
body{
    background: #fff;
}
.clear { clear: both; }
.margin { margin: 10px 0; }
div.theatre-cover{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	z-index: 4000;
	display: none;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
}
div.theatre-cover img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* HEADER */
header{
	position: fixed;
	top: 0;
	height: 70px;
	width: 100%;
	z-index: 2000;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background: #f8f8f8;
}
.header-mobile{
	position: fixed;
	top: 0;
	height: 70px;
	width: 100%;
	z-index: 2000;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background: #fff;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
	display: none;
}
.header-mobile #open-nav{
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 30px;
	color: #c31f26;
}
.header-mobile .logo{
	margin: 10px auto;
	width: 100px;
}
.header-mobile .logo img{
	width: 100%;
}
header .logo{
	text-align: left;
}
header .logo img{
	width: 150px;
}
.header-layer{
	height: 70px;
}
nav ul{
	text-align: right;
}
nav ul li{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	float: right;
}
nav ul li:hover,nav ul li.active{
	background: #c31f26;
}
nav ul li:hover > a,nav ul li.active a{
	color: #fff;
}
nav ul li a{
	display: block;
	padding:0 30px;
	color: #696a6e;
	font-size: 15px;
	text-transform: uppercase;
}
.mobile-navbar{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #c31f26;
	z-index: 3000;
	display: none;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.mobile-navbar ul li{
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.mobile-navbar ul li.active,.mobile-navbar ul li:hover{
	background: #696a6e;
}
.mobile-navbar ul li a{
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
/* SLIDER */
.slider{
	width: 100%;
}
.slider img{
	width: 100%;
}
.slider .carousel-indicators li{
	background: #696a6e;
}
.slider .carousel-indicators .active{
	background: #c31f26;
}

/* HOME CONTENT */
.home-content{
	padding: 50px 0;
}
.home-content p{
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 20px;
	color: #000;
}


/* HOME-BG-BLOCK */
.home-bg-block{
	background: url('img/home-bg.jpg') center center no-repeat fixed;
	background-position: cover;
	-webkit-background-position: cover;
}
.home-bg-block .block{
	background: rgba(195, 31, 38,.9);
	padding: 100px 50px;
}
.home-bg-block .block h1{
	padding: 10px 20px;
	font-size: 25px;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
	background: #c31f26;
}
.home-bg-block .block p{
	color: #fff;
	line-height: 30px;
	padding: 10px;
	font-size: 20px;
}

/* FOOTER */
footer{
	padding: 30px 0 0 0;
	background: #696a6e;
}
footer .menu ul li{
	margin-bottom: 7px;
}
footer .menu ul li a{
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer .menu ul li a span{
	font-size: 20px;
}
footer .menu ul li a:hover,footer .menu ul li a:hover > span{
	color: #c31f26;
}
footer .text h1{
	color: #fff;
	font-size: 20px;
}
footer .text p{
	line-height: 20px;
	font-size: 13px;
	color: #fff;
}
footer .bottom{
	text-align: center;
	background: #c31f26;
	color: #fff;
	padding: 5px;
}



/* PAGE */
.page-banner{
	width: 100%;
}
.page-banner img{
	width: 100%;
}
.page-head{
	background: url('img/services.jpg') center center no-repeat fixed;
	background-position: cover;
	-webkit-background-position: cover;
	text-align: center;
	padding: 100px 0;
}
.page-head h1{
	background: #c31f26;
	font-size: 40px;
	color: #fff;
	padding: 10px 30px;
	border: 1px solid #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
}

/* SERVICES */
.services-content{
	padding: 100px 0;
}
.services-content .block{
	height: 100px;
	width: 200px;
	background: #696a6e;
	margin: 20px auto;
	text-align: center;
	display: table;
	cursor: pointer;
}
.services-content .block:hover{
	background: #c31f26;
}
.services-content .block div{
	margin: auto;
	display: table-cell;
    vertical-align: middle;
    text-align:center
}
.services-content .block h3{
	display: inline;
    float: none;
    font-size: 17px;
    color: #fff;
}
.services-content .industry{
	margin-top: 50px;
	padding: 30px;
	/*background: #696a6e;*/
	text-align: center;
}
.services-content .industry h3{
	background: #c31f26;
	font-size: 40px;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.services-content .industry .block_{
	margin: 10px 0;
}
.services-content .industry .block_ .img{
	width: 200px;
	margin: 7px auto;
}
.services-content .industry .block_ .img img{
	width: 100%;
}
.services-content .industry .block_ .title{
	font-size: 20px;
	text-align: center;
}


/* MESSAGES */
.messages-content{
	padding: 100px 0;
}
.messages-content .block{
	margin: 10px 0;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #eee;
}
.messages-content .block .img{
	width: 200px;
	margin: 0 auto;
}
.messages-content .block .img img{
	width: 100%;
}
.messages-content .block .name{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.messages-content .block .post{
	font-size: 17px;
	font-weight: 100;
	text-align: center;
}
.messages-content .block .text p{
	font-size: 13px; 
	line-height: 17px;
	margin-bottom: 10px;
}

/* GROUP */
.group-content{
	padding: 100px 0;
}
.group-content p{
	font-size: 22px;
	line-height: 32px;
}


/* SLICK */
.sslider {
    width: 100%;
    margin: 50px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.friends img{
	height: 100px;
}
.friends .head{
	margin-top: 20px;
	text-align: center;
}
.friends .head h1{
	font-size: 35px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}












