@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Montage Preview 
  Version: 1.0
  Last change: 17/01/2015 ]
 
*/

/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
  	font-family: "Jost", sans-serif;
	font-size: 12px;
	color: #000;
	background:#f4f4f4;
	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: 800;
	text-transform: uppercase;
}
h3 {
	font-size: 1.2em;
	font-weight: 200;
	text-transform: uppercase;
}
/* ---------Content Styles--------------------------------------*/
.loader {
	position:fixed;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:4.7em;
	line-height:50px;
	margin-left:-25px;
	margin-top:-25px;
	color:#000;
}
.loader i:before {
    content: "\f1ce";
}
.cn-loader {
	top:10px !important;
	left:0;
	font-size:18px;
	margin:0 !important;
}
.fa-spin{
	animation:spin  .9s infinite linear
}
@keyframes spin{
0%{
 
	transform:rotate(0deg)
}
100%{ 
	transform:rotate(359deg)
}
}
#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:50%;
	left:150px;
	text-align:left;
	z-index:100;
	transform: translateY(-50%);
}
.preview-title h3 {
	margin-top:10px;
	font-size: 1.4em;
	font-weight: 600;
}
.preview-title h4 {
	text-transform:uppercase;
	margin-top:50px;
	font-size: 1.9em;
}
.iframe-holder {
	position:absolute;
	right:0;
	top:10%;
	bottom: 10%;
	left: 300px;
	visibility: visible;
	transform:  scale(.8);
}
.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;
}
.swiper-nav-holder {
	position: absolute;
	left:150px;
	bottom: 150px;
	width: 100px;
	height: 40px;
	line-height: 36px;
}
.swiper-nav  {
	display:inline-block;
	width: 40px;
	height: 40px;
	color:#fff;
	position:relative;
	z-index: 14;
	font-size:8px;
	background:#000;
}
.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 6px 0;
	margin-top:-70px;
	text-transform:uppercase; 
	font-size: 42px;
	letter-spacing:2px;
	font-weight: 600;
	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 h3:before  {
	 content:'';
	 position:absolute;
	 bottom:-5px;
	 background:#000;
	 width:0;
	 height:6px;
	 left:0;
	-webkit-transition: 1s 1.3s;
	transition: 1s 1.3s;
}
.swiper-slide-active   .slide-title h3:before   {
	width:100%;	
}
.slide-title a { 
	color:#000;
}

.swiper-container  , #horizontal-gallery {
	float:left;
	width: 100%;
	height: 100%;
}
.slides-counter {
	position:absolute;
	bottom:150px;
	right:40px;
	z-index:20;
}
.slides-counter li {
	display:inline-block;
	font-size:3.3em;
	position:relative;
	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:#666;
	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;
}
.body-bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0.2;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
/*------ css-animation - ------------------------------------------------*/
.transition{
    transition: all 500ms linear;
}
@media only screen and  (max-width: 1036px) {
 .iframe-holder {
	position:absolute;
	right:10%;
	top:10%;
	bottom: 10%;
	left: 10%;
}
.slides-counter {
    bottom:30px;
}
.slide-title-holder {
	top:50%;
	transform: translateY(-50%);
}	
.preview-title {
	top:50px;
	left: 0;
	text-align: center;
	transform: translateY(0);
	right: 0;
	padding: 0 30px;
}
.preview-title h4 {
 	margin-top: 30px;
}	
.swiper-nav-holder {
	left:10%;
	top:90%;
	margin-top:0;
	margin-left:0;
}
.slide-title h3{
	float: none;
}
.slide-title h3 {
	margin-top:20px;
	font-size: 3.2em;
	text-shadow: none;
}
.slide-title h3:before {
	display:none;
}
.slide-title h3 a {
	color:#000;
}
}