@media (max-width: 768px) {
	#header {
		padding-bottom: 0;
	}
}

@-webkit-keyframes back-bg-out {
	0% {
	    filter:alpha(opacity=0); 
	    opacity:0;

	}
	100% {
	    filter:alpha(opacity=50); 
	    opacity:0.5;
	}
}

@keyframes back-bg-out {
	0% {
	    filter:alpha(opacity=0); 
	    opacity:0;
	}

	100% {
	    filter:alpha(opacity=50); 
	    opacity:0.5;
	}
}

@-webkit-keyframes back-down-out {
	0% {
		right:-100%;

	}
	100% {
		right:0;
	}}

@keyframes back-down-out {
	0% {
	    filter:alpha(opacity=0); 
	    right:-100%;
	}

	100% {
	    filter:alpha(opacity=50);
		right:0;
	}
}

@media (min-width: 768px) {
	@-webkit-keyframes back-bg-out {
		0% {
			filter:alpha(opacity=0);
			opacity:0;

		}
		100% {
			filter:alpha(opacity=50);
			opacity:0.5;
		}
	}

	@keyframes back-bg-out {
		0% {
			filter:alpha(opacity=0);
			opacity:0;
		}

		100% {
			filter:alpha(opacity=50);
			opacity:0.5;
		}
	}

	@-webkit-keyframes back-down-out {
		0% {
			top:-100%;

		}
		100% {
			top:0;
		}}

	@keyframes back-down-out {
		0% {
			filter:alpha(opacity=0);
			top:-100%;
		}

		100% {
			filter:alpha(opacity=50);
			top:0;
		}
	}
}

html, body{
	overflow: hidden;
	background: #666;
}
#services{
  width: 100%;
  height:100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
#services .services-list{
  overflow: hidden;
  width: 100%;
  height: 300px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 0;
}
@media(min-width: 768px){
	#services .services-list{
		overflow: hidden;
		width: 25.00%;
		height: 100%;
		display: inline-block;
		float: left;
		position: relative;
		z-index: 0;
	}
}
#services .services-list img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media(min-width: 768px){
	#services .services-list img{
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media(max-width: 768px){
	#services .services-01{
		left: 0 !important;
	}
}


#services .s-01{
  margin-left:0;
}

#services .services-list a.s-l-b{
	display: block;
	overflow: hidden;
	width: 101%;
	height: 100%;
	z-index: 1;
}
#services .services-list a.s-l-b .s-l-t{
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
    filter:alpha(opacity=0); 
    opacity:0;
	background: url(../img/contact-t-bg.png);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#services .services-list a.s-l-b:hover .s-l-t{
	top: 0;
    filter:alpha(opacity=100); 
    opacity:1;
}

#services .services-list a.s-l-b .s-l-t h1{
    filter:alpha(opacity=0); 
    opacity:0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 47%;
    text-transform:uppercase;
    line-height: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: 200;
}
#services .services-list a.s-l-b:hover .s-l-t h1{
    filter:alpha(opacity=100); 
    opacity:1;
	top: 45%;
}
#services .services-list a.s-l-b .s-l-t h1 i{
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
	display: block;
}



.c-services{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	filter:alpha(opacity=0); 
    opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.active{
	display: block;
	filter:alpha(opacity=100); 
    opacity:1;
}

.active .bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	filter:alpha(opacity=50); 
	opacity:0.5;
    -webkit-animation: back-bg-out .3s;
	animation: back-bg-out .3s
}
.active .services{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #efefef;
	-webkit-animation: back-down-out .3s;
	animation: back-down-out .3s
}
@media(min-width: 768px){
	.active .services{
		position: relative;
		width: 25.00%;
		height: 100%;
		z-index: 2;
		background: #efefef;
		-webkit-animation: back-down-out .3s;
		animation: back-down-out .3s
	}
}

.active .services .s-s-con{
	position: absolute;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	
}
.active .services .s-s-con .s-s-l{
	float: left;
	width: 35%;
	padding-left: 5%;
	padding-top: 135px;
}
.active .services .s-s-con .s-s-l h2{
	width: 80%;
	text-transform:uppercase;
	padding:35px 0;
	line-height: 24px;
	background: #A0322B;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.active .services .s-s-con .s-s-l h2.h2h{
	width: 71%;
	text-transform:uppercase;
	padding:45px 0;
	line-height: 24px;
	background: #A0322B;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.active .services .s-s-con .s-s-r{
	line-height: 24px;
	padding-left: 30px;
	float: left;
	width: 100%;
	height: 100%;
	overflow-y:scroll;
	margin-top:110px;
}
.active .services .s-s-con .s-s-r .s-s-r-c{
	padding-bottom: 70px;
	font-size: 13px;
	padding-right: 15px;
}
.active .services .s-s-con .s-s-r .s-s-r-c ul{
	margin-left: 20px;
}
.active .services .s-s-con .s-s-r .s-s-r-c ul li{
	font-size: 13px;
	margin-bottom: 8px;
}
.active .services .s-s-con h3{
	margin:25px 0 35px 0;
	font-size: 25px;
	border-left: 4px solid #A0322B;
	text-transform:uppercase;
	padding-left:3%;
	font-weight: 400;
	padding-right: 15px;
}

.active .services .s-s-con .closed{
	float: right;
	right: 2%;
	top: 13%;
	position: absolute;
	z-index: 9;
}

@media (min-width: 768px) {
	.active .services .s-s-con .closed{
		display: none;
	}
}

.active .services h1{
	position: absolute;
	background: #A0322B;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
	text-transform:uppercase;
	text-align: center;
	font-weight: 200;
    letter-spacing: 1.5px;
}

.active .services-01{
	left: 0px;
}
.active .services-02{
	left: 25%;
}
.active .services-03{
	left: 50%;
}
.active .services-04{
	left: 75%;
}


::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}

::-webkit-input-placeholder element,
::-webkit-scrollbar-thumb {
  background-color: #A0322B;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 8px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 #A0322B, inset 0 -1px 0 #A0322B;
}

::-webkit-slider-thumb element,
::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

::-webkit-search-cancel-button element,
::-webkit-scrollbar-track {
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 4px;
}

::-webkit-search-results-decoration element,
::-webkit-scrollbar-corner {
  background: transparent;
}