@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Monolit - intro
  Version: 1.0
  Last change: 16/02/2016 ]
*/
/*-------------Import fonts ---------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,200,100,400italic,700,900|Muli&subset=latin,vietnamese,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek);
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background:#1B1B1B;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
}
/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:105px;
	height:8px;
	z-index:100;
	font-size:34px;
	opacity:0.8;
	margin:-4px 0 0 -53px;
}
#movingBallG{
	position:relative;
	width:105px;
	height:8px;
}
.movingBallLineG{
	position:absolute;
	left:0px;
	top:3px;
	height:1px;
	width:105px;
	background:rgba(255,255,255,0.21);
}
.movingBallG{
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:8px;
	-moz-border-radius:4px;
	-moz-animation-name:bounce_movingBallG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:4px;
	-webkit-animation-name:bounce_movingBallG;
	-webkit-animation-duration:1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:4px;
	-ms-animation-name:bounce_movingBallG;
	-ms-animation-duration:1.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:4px;
	-o-animation-name:bounce_movingBallG;
	-o-animation-duration:1.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:4px;
	animation-name:bounce_movingBallG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}
@-moz-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}	
	50%{
		left:97px;
	}	
	100%{
		left:0px;
	}
}
@-webkit-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}	
	100%{
		left:0px;
	}
}
@-ms-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}	
	50%{
		left:97px;
	}	
	100%{
		left:0px;
	}
}
@-o-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}	
	50%{
		left:97px;
	}	
	100%{
		left:0px;
	}
}

@keyframes bounce_movingBallG{
	0%{
		left:0px;
	}	
	50%{
		left:97px;
	}	
	100%{
		left:0px;
	}
} 
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:fixed;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	color: #fff;
	background-color:#292929;
}
 
.particular {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-3;
	opacity:0.8;
 
}
.logo-holder {
	position:fixed;
	top:0;
	left:0;
	width:30%;
	height:100%;
}
.logo-inner {
	position:absolute;
	top:50%;
	left:0;
	width:100%;

}
.logo-inner h3 {
	font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.logo-inner h3 strong {
	font-weight:bold;
}
.content {
	float:left;
	width:70%;
	margin-left:30%;
	position:relative;
	height:100%;
}
.container{
	max-width: 1224px;
	width:92%;
	margin:0 auto;
	position: relative; 
	z-index:2;
	height:100%;
}
.box-inner{
	width:100%;
	position:absolute;
	top:50%;
	left:0;
 
}
.box {
	float:left;
	width:33.3%;
	position:relative;
	padding:20px;
		-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0,0,0,0.2)));
}
  
.box h4 {
	float:left;
	width:100%;
	color:#fff;
	font-size:16px;
	padding-bottom:10px;
	letter-spacing:7px;
	text-transform:uppercase;
	text-align:left;
	font-weight:200;
	
 
}
.box img {
	width:100%;
	height:auto;
}
.box ul {
	float:left;
	width:100%;
	margin-top:10px;
}
.box ul li {
	float:left;
	padding:6px 16px 6px 0;
}
.box ul li a {
	color:#fff;
	font-size:10px;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:left;
	font-weight:500;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box ul li a:hover {
	color:rgba(255,255,255,0.51);
}
.iframe-holder {
	position:fixed;
	bottom:8%;
	right:-30%;
	width:85%;
	height:85%;
	visibility: visible;
	-webkit-transform:scale(0.65);
	-moz-transform: scale(0.65);
	-o-transform: scale(0.65);
	-ms-transform:  scale(0.65);
	transform:  scale(0.65);
	z-index:-2;
	opacity:0.3;
	perspective: 1000px;
}
.iframe-holder  iframe{
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	transform: rotateY(-25deg);
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0,0,0,0.2)));
}
@media only screen and  (max-width: 1036px) {
.content {
	margin-left:0;
	 width:100%;
	 height:auto;
}
.logo-holder {
	position:relative;
	 width:100%;
	 height:auto;
	 padding:50px;
}
.box-inner  , .logo-inner{
	position:relative;
	top:0!important;
	margin-top:0 !important
}
.box-inner  {
	padding:50px 0;
}
.iframe-holder , .particular {
	display:none;
} 
}
@media only screen and  (max-width: 736px) {
.box {
	width:50%;
}
.box h4 {
	text-align:center;
}
.box li  {
	display:inline-block;
	padding:6px;
	float:none !important;
}
.box ul li a {
	text-align:center ;
}
}
@media only screen and  (max-width: 540px) {
.box {
	width:100%;
}
}