@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Montage Preview 
  Version: 1.0
  Last change: 17/01/2015 ]
 
*/

/*-------------Import fonts ---------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Montserrat:400,700);
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#eee;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
 
/*--------------Typography--------------------------------------*/
 
h2 {
	font-size: 2.2em;
	font-weight: 800;
	text-transform: uppercase;
}
h3 {
	font-size: 1.2em;
	font-weight: 200;
	text-transform: uppercase;
}
 

/* ---------Content Styles--------------------------------------*/
.loader {
	position:fixed;
	top:50%;
	left:50%;
	margin:-4px 0 0 -52.5px;
	width:105px;
	height:8px;
}
#movingBallG{
	position:relative;
	width:105px;
	height:8px;
}

.movingBallLineG{
	position:absolute;
	left:0px;
	top:3px;
	height:2px;
	width:105px;
	background-color:#FFFFFF;
}

.movingBallG{
	background-color:#000000;
	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;
}

} 
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:2;
}
#wrapper{
	height:100%; 
	margin-left:0;
	vertical-align:top; 
	position: absolute; 
	left:0; 
	top:0; 
	right:0;
	z-index:2;
 
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
}
.container{
	max-width: 900px;
	width:100%;
	margin:0 auto;
	position: relative; 
	z-index:2;
}
.content {
	float:left;
	width:100%;
	position:relative;
	z-index:2;
 
}
.full-height {
	height:100%;
} 
.preview-title {
	position:absolute;
	top:20%;
	left:10%;
	text-align:left;
	z-index:100;
}
.preview-title h3 {
	margin-top:10px;
}
.iframe-holder {
	position:relative;
	float:right;

	width:100%;
	height:100%;
	visibility: visible;
	-webkit-transform: perspective(1200px) rotateX(45deg) scale(0.65);
	-moz-transform: perspective(1200px) rotateX(45deg) scale(0.65);
	-o-transform: perspective(1200px) rotateX(45deg) scale(0.65);
	-ms-transform: perspective(1200px) rotateX(45deg) scale(0.65);
	transform: perspective(1200px) rotateX(45deg) scale(0.65);
}
.iframe-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:#fff;
	opacity:0.3;
}
.iframe-holder  iframe{
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
/*------ Home pages  ------------------------------------------------*/
.swiper-nav-holder {
	position: absolute;
	left:10%;
	top:80%;
	width: 100px;
	height: 40px;
	margin-top:80px;
	margin-left:-50px;
	line-height: 36px;
}
.swiper-nav  {
	display:inline-block;
	width: 40px;
	height: 40px;
	color:#000;
	position:relative;
	z-index: 14;
	font-size:8px;
	background:#FFFD82;
}
.swiper-nav:hover {
	background:#fff;
}
.slide-title-holder {
	position:absolute;
	top:30%;
	width:100%;
	z-index:10;
}
.slide-title {
	max-width:800px;
	margin:-20px auto;
}
.slide-title h3{
	position:relative;
	opacity:0;
	top:50px;
	float:right;
}
.swiper-slide-active   .slide-title h3{
	opacity:1;
	top:0;
	-webkit-transition: 1s 0.5s;
	transition: 1s 0.5s;
}
.slide-title h3 {
	padding:6px 10px;
	margin-top:-70px;
 	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 32px;
	letter-spacing:2px;
	position:relative;
	display:inline-table;
	text-shadow: -50px 41px 2px rgba(150, 150, 150, 0.32);
}
.slide-title h3 span {
	float:left;
	width:100%;
}
.slide-title span.title-date {
	width:100%;
	display:block;
	color:#fff;
	margin-top:16px;	
	font-size:14px;
	font-weight: 400;
	text-transform:uppercase;
} 
.slide-title h3:before  {
	 content:'';
	 position:absolute;
	 bottom:-5px;
	 background:#FFFD82;
	 width:0;
	 height:4px;
	-webkit-transition: 1s 1.3s;
	transition: 1s 1.3s;
}
.slide-title h3:before  {
	 right:10%;
}
 
.swiper-slide-active   .slide-title h3:before   {
	width:100%;	
}
 
.slide-title a { 
	color:#666;
}

.swiper-container  , #horizontal-gallery {
	float:left;
	width: 100%;
	height: 100%;
}
.slides-counter {
	position:absolute;
	bottom:60px;
	right:80px;
	z-index:20;
}
.slides-counter li {
	display:inline-block;
	font-size:34px;
	position:relative;
 	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	text-transform:uppercase;
	margin-left:20px;
	width:30px;
	height:30px;
}
.slides-counter li:last-child:before {
	content:'/';
	font-size:25px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	right:100%;
	margin-right:6px;
	top:10px;
}
.presSlidesFrom {
	position:relative;
	top:-10px;
}
.presSlidesActive {
	color:#fff;
	font-size:54px;
}
.slides-counter.black-colr    {
	width:140px;
	height:40px;
	font-size:14px;
}
.slides-counter.black-colr li {
	font-size:16px;
	color:#000  !important;
	margin-left:10px;
}
.slides-counter.black-colr li:last-child:before {
	font-size:15px;
	color:#000  !important;
	position:absolute;
	margin-right:8px;
	top:0;
}
.slides-counter.black-colr .presSlidesFrom {
	position:relative;
	top:-4px;
}
.slides-counter.black-colr .presSlidesActive {
	color:#000;
	font-size:24px;
}


/*------ css-animation - ------------------------------------------------*/
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
 
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 736px) {
.preview-title {
 
	top:10%;
 
}
.swiper-nav-holder {
	left:10%;
	top:90%;

	margin-top:0;
	margin-left:0;

}
.slide-title-holder {
 
	top:60%;
 
}
.slide-title h3{
	float: none;
}
.slide-title h3 {
	margin-top:20px;
	font-size: 22px;
	text-shadow: none;
}
.slide-title h3:before {
	display:none;
}
.slide-title h3 a {
	color:#000;
}
}