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

 [ -Main Stylesheet-
  Theme: Firma
  Version: 1.0
  Assigned to:	Themeforest
  Last change: 30/10/2014 ]
  
	++++General Styles++++
	++++Typography++++
	++++Grid++++
	++++Page preload++++
	++++Content Styles++++
	++++Navigation++++
	++++Home++++
	++++About++++
	++++Subscribe++++
	++++Twitter++++
	++++Contact++++
	++++CSS Animation++++
	++++Media++++
*/

/*------------- General Style ---------------------------------------*/
html{
	height:100%;
	overflow:hidden;
}
body{
	margin:0;
	font-family: 'Open Sans', sans-serif; 
	font-size:13px;
	line-height:1.5;
	text-align:center;
	height:100%;	
	color: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
::-webkit-scrollbar , -moz-scrollbar {
    width: 6px;
	opacity:0.2;
}
::-webkit-scrollbar-track , -moz-scrollbar {
 	width: 6px;
	background:rgba(255,255,255,0);	
}
::-webkit-scrollbar-thumb , -moz-scrollbar {
	background:rgba(51,51,51,0.8);
}
/*------------- Grid ---------------------------------------*/
@media screen and (min-width: 580px) {
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-half,.grid-full {width: 96.969696969697%;margin: 0 1.315151515152%;float:left;}
.grid-half {width: 46.969696969697%;margin: 0 1.515151515152%;}
}
@media screen and (min-width: 840px) {
  .grid-1     { width: 13.636363636364%; }
  .grid-2     { width: 33.30303030303%; }
  .grid-3,
  .grid-half  { width: 46.969696969697%; }
  .grid-4     { width: 63.636363636364%; }
  .grid-5     { width: 80.30303030303%; }
  .grid-6,
  .grid-full  { width: 96.969696969697%; }
}
/*-------------General Style---------------------------------------*/ 
h1 {
	font-size: 5.46666666667em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	line-height: 1.17em;
}
h2 {
	margin: 0;
	padding: 0 20px;
	font-weight: 700;
	font-size: 32px;
 	font-family: 'Montserrat', sans-serif;
} 
h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 200;
}
.container p{
	max-width:800px;
	margin:20px auto;
	font-size: 1em;
	font-weight: 400;
	-webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.container p.margin-p {
	margin-top:50px;
}
.container h3{
	margin:20px auto;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	 -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}
/*------------- JpreLoader---------------------------------------*/
#jpreOverlay {
	background-color: #fff;
	width:100%;
	height:100%;
	position:fixed;
}
#jpreBar {
	display:none;
}
#jprePercentage {
	font-size: 14px;
	top:25%;
	left:125%;
	width:100px;
	height:100px;
	position:abolute;
	line-height:100px;
	color:#fff;
	border-radius:100%;
	font-weight: 700;
}
#jprePercentage:before {
	content:'';
	width:80px;
	height:80px;
	position:absolute;
	top:9px;
	left:9px;
	border-radius:100%;
	border:1px solid #fff;
}
/*-------------Content  Styles ---------------------------------------*/

#wrapper{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0
}
.clear{
	float:none;
	clear:both;
}
.scale-callback {
	-webkit-transform: scale(1);
	-moz-transform:scale(1);
	transform: scale(1);
	opacity:1;
}
.container-overlay , .nav-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#292929;
}
.container-overlay {
	background: #292929 url(../img/overlays/01.png);
	opacity:0.7;
}
.nav-overlay {
	opacity:0.5
}
.swiper-container{
	width:100%;
	height:100%;
	z-index:10;
	position:relative;
	opacity:1	
}
.main {
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position:absolute;
	z-index:10;
}
.swiper-slide {
	 cursor:move;
	 position:relative;
	 z-index:10;
}
.content{
	margin:0 auto;
	max-width:920px;
	position:relative;
	top:19%;
	padding:50px;
	z-index:2;
}
.container{
	float:left;
	width:100%;
	height:100%;
	overflow:auto;
	padding-bottom:30px;
	position:relative;
}
.site-bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment:fixed;
	background-position: center;
	background-repeat:repeat;
	z-index:1;
}	
.content-holder {
	position:fixed;
	top:0;
	right:0;
	width:60%;
	height:100%;
}
.decor-line{
	position:absolute;
	top:2.5%;
	left:2.5%;
	width:95%;
	height:95%;
	border:1px solid #fff;
	border-bottom:none;
}
.decor-line:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100px;
	height:1px;
	background:#fff;
}
.decor-line:after {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:100px;
	height:1px;
	background:#fff;
}
.decor-over{
	position:absolute;
	top:2.5%;
	left:2.5%;
	width:95%;
	height:95%;
	background:rgba(51,51,51,0.5)
}
.decor-over:after {
	content:'';
	position:absolute;
	bottom:-3px;
	right:50%;
	margin-right:-3px;
	width:6px;
	height:6px;
	border-radius:100%;
	background:#fff;
}
.separator {
	width:50px;
	height:2px;
	margin:15px auto 15px;
	background:#fff;
}
#fall-holder {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:200%;
	z-index:2;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg)
}
/*------------- Navigation ---------------------------------------*/
.navigation-holder {
	position:fixed;
	top:0;
	left:0;
	width:40%;
	height:100%;
	z-index:11;
}
.nav-button {
	display:none;
}
nav {
	margin:0 auto;
	width:150px;
	position:relative;
	z-index:20;
}
nav:before {
	content:'';
	position:absolute;
	top:-36px;
	left:50%;
	width:5px;
	margin-left:-10px;
	height:5px;
	background:#fff;
	border-radius:100%;
}
nav:after {
	content:'';
	position:absolute;
	bottom:-36px;
	left:50%;
	width:5px;
	margin-left:-10px;
	height:5px;
	background:#fff;
	border-radius:100%;
}
nav a {
	position:relative;
	width:130px;
	height:130px;
	display:block;
	color:#fff;
	margin-bottom:10px;
	line-height:130px;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
}
nav a span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100%;
	background:rgba(255,255,255,0.2);
	border:4px solid  #fff;
}
nav a.active span {
	background:rgba(255,255,255,0.4);
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
nav a:hover span {
	background:rgba(255,255,255,0.4);
}
.arrow-nav {
	position:absolute;
	top:50px;
	right:90px;
	z-index:20;
}
.arrow-nav a {
	width:40px;
	height:40px;
	float:right;
	font-size:18px;
	color:#fff;
	margin-left:6px;
	line-height:40px !important;
	background:rgba(49,49,49,0.8);
	border-radius:4px;
}
.arrow-nav a i {
margin-top:10px;}
/*------------- Home ---------------------------------------*/
.logo {
	margin-top:-40px;
}
.home h2 {
	margin-top:30px;
	position:relative;
}
ul.countdown {
	width:100%;
	list-style: none;
	margin: 25px 0;
	display: block;
	text-align: center;
}
ul.countdown li {
	float:left;
	padding:30px 0;
	position:relative;
	width:25%;
	height: auto;
}
ul.countdown li.dec:before {
	content:'';
	position:absolute;
	top:32%;
	left:100%;
	width:1px;
	height:40px;
	background:#fff;
	opacity:0.4;
}
ul.countdown li span {
	display: block;
	text-align:center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
ul.countdown li p {
	font-size: 13px;
	line-height:14px;
	position:relative;
	color:#fff;
	text-transform: uppercase;
}
/*------------- About ---------------------------------------*/
#about p {
	max-width:800px;
	margin:20px auto;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.8em;
	padding: 20px;
	font-weight: 300;
	margin: 0 auto;
	text-align: justify;
 
}
/*------------- Subscribe ---------------------------------------*/
.subcribe{
	margin:0 auto ;
	position:relative;
	max-width:350px;	
}
.subcribe div {
	display:none;
	width:100%;
	height:50px;
	font-size:14px;
	font-weight:300;
	letter-spacing:1px;
	position:absolute;
	bottom:-50px;
	left:0;
	line-height:40px;
	padding:4px;
}
.subcribe div#error,.subcribe div#success{
	color:#fff
}
.subcribe fieldset{
	border:1px solid #fff;
	background: none !important;
	position:relative;
	z-index:1;
	border-radius:4px;
}
.subscriptionForm input.inputForm{
	width:70%;
	float:left;
	height:48px;
	border:none;
	outline:none;
	background: none;
	padding-left:8px;
	letter-spacing:2px;
	color:#fff;
	font-size:14px;
	font-weight:200;
	line-height:50px;
	-webkit-appearance: none;
	border-radius:4px;
}
.subscriptionForm input#submitButton{
	border:none;
	width:25%;
	float:left;
	height:34px;
	cursor:pointer;
	margin:8px 0 0 2.5%;
	letter-spacing:2px;
	font-size:12px;
	color:#fff;
	letter-spacing:2px;
	-webkit-appearance: none;
	border-radius:4px;
}
.subscriptionForm input#submitButton:hover{
	background:rgba(49,49,49,0.8);
}
.suboverlay {
	position:absolute;
	background:#fff;
	opacity:0.3;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/*---------- twitter ------------------------------------------*/
.show-twitter {
	position:absolute;
	top:50px;
	right:44px;
	width:40px;
	height:40px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	line-height:40px;
	background:rgba(49,49,49,0.8);
	border-radius:4px;
	z-index:20;
	overflow:hidden;
}
.show-twitter i {
	position:absolute;
	left:0;
	width:100%;
	line-height:40px;
	height:100%;
}
.show-twitter i.showclass {
	top:0;
}
.show-twitter i.hideclass{
	top:-100%;
}
.vistwit   i.showclass {
	top:100%;
}
.vistwit   i.hideclass {
	top:0;
}
.twetter-box {
	position:absolute;
	top:100px;
	right:44px;
	width:450px;
	padding:20px;
	color:#fff;
	z-index:100;
	opacity:0;
	display:none;
}
.twetter-box:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(49,49,49,0.7);
	z-index:-1;
}
.twetter-box:after {
	bottom: 100%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.twetter-box:after {
	border-bottom-color: rgba(49,49,49,0.6);
	border-width: 10px;
	margin-left: -32px;
}
.twit-link {
	margin-bottom:10px;
	font-size:30px;
	color:#fff;
}
.twitter-feed li {
	font-size:14px;
}
.customNavigation a {
	color:#fff;
	cursor:pointer;
	margin:10px 10px 0 0 ;
	display: inline-block;
	font-size:24px;
}
.twit-link:hover , .customNavigation a:hover {
	opacity:0.6;
}
.tweet_hashtag {
	display:none;
}
/*---------- Contact ------------------------------------------*/
.contact-info{
	color:#fff;
	font-size: 1.1em;
	padding-bottom:50px;
}
.contact-info i {
	margin-bottom:10px;
	font-size:24px;
}
.contact-info a {
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.contact-info div{
	margin:10px 0;
}
.contact-text {
	position:relative;
	overflow:hidden;
	padding:12px 0;
}
.contact-text i {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.contact-text span {
	position:absolute;
	top:-100%;
	left:0;
	width:100%;
	height:100%;
}
.contact-info div:hover{
	opacity:0.8;
}
.contact-info  .grid-2:hover .contact-text i  {
	top:100%;
}
.contact-info  .grid-2:hover .contact-text span  {
	top:0;
}		
#contact-form {
	text-align:center!important;
	max-width:600px;
	padding-top:30px;
	margin:30px  auto;
}	
#contact-form input[type="text"], #contact-form  textarea {
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
	width: 100%;
	padding-left:10px;
	background:none;
	background:rgba(255,255,255,0.2);
	margin-bottom:20px;
	border:0;
	border:1px solid #fff;
	border-radius:4px;
	position:relative;
}	
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	color:#fff;
}	
#contact-form textarea {
	height:170px;
	resize:none;
}	
#contact-form input[type="submit"]	{
	background:none;
	border:none;
    border-radius: 0;
	padding:14px 20px;
	line-height:14px;
	cursor:pointer;
	font-size:13px;
	color:#fff;
	border-radius:4px;
	-webkit-appearance: none;
}
#contact-form input[type="submit"]:hover {
	background:rgba(49,49,49,0.8);
}	
.error_message {		
	text-align:center;		
	margin-bottom:30px;
	font-size:13px;		
	color:#fff;				
}	
#success_page h3{		
	text-align:center;
	font-size:18px;	
}		
#success_page p {		
	color:#fff;		
	margin-top:20px;		
}
#message fieldset {		
	border:none;
	color:#fff;		
}
.social-links{
	position:relative;
	float:left;
	margin-top:40px;
	width:100%;
	z-index:2;
}
.social-links ul {
	position:relative;
	padding-bottom:60px;
}
.social-links li {
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:6px;
}
.social-links li a {
	display:block;
	float:left;
	color:#fff;
	font-size:20px;
	width:40px;
	height:40px;
	position:relative;
}
.tooltip{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left:-50px;
	top:40px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index:2;
	opacity: 0;
	background:rgba(49,49,49,0.5);
	visibility: visible;
	pointer-events: none;
	-webkit-transform:   scale(0.5) ;
	-moz-transform:   scale(0.5);
	-o-transform:  scale(0.5);
	-ms-transform:   scale(0.5);
	transform:  scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-links li a:hover .tooltip {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0px) scale(1);
	-moz-transform: translate(0px) scale(1);
	-o-transform: translate(0px) scale(1);
	-ms-transform: translate(0px) scale(1);
	transform: translate(0px)  scale(1);
}
/*------------- Css animation ---------------------------------------*/
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 300ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 1100ms linear;
    -moz-transition: all 1100ms linear;
    -o-transition: all 1100ms linear;
    -ms-transition: all 1100ms linear;
    transition: all 1100ms linear;
}
.transition3{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.scale-callback {
	-webkit-transform: scale(0.8);
	-moz-transform:scale(0.8);
	transform: scale(0.8);
	opacity:0;
}
.rotade-callback{
	-webkit-transform: scale(0.8) rotate(360deg); 
	-moz-transform: scale(0.8) rotate(360deg) ; 
	-o-transform: scale(0.8) rotate(360deg) ;
	-ms-transform: scale(0.8) rotate(360deg);
	opacity:0;
}
/*------------- Responsive ---------------------------------------*/
@media only screen and  (max-width: 1034px) {
.content{
	top:15%;
}
.content-holder {
	width:100%;
}
.navigation-holder {
	right:100%;
	margin-left:-250px;
	width:250px;
}
.nav-button{
	width:46px;
	height:36px;
	position:absolute;
	top:28px;
	right:-80px;
	cursor:pointer;
	padding:4px;
	display:block;
	z-index:50;
}
.nav-button span{
	width:100%;
	height:4px;
	float:left;
	margin-bottom:6px;
	background:#fff;
}
.arrow-nav  , .show-twitter {
	top:30px;
}
 nav:before , nav:after  , .decor-over:after  {
	 display:none;
}
}
@media only screen and  (max-width: 754px) {
ul.countdown li {
	padding:0;
	width:50%;
}
nav a {
	display:inline-table;
	width:100px;
	height:100px;
	line-height:100px;
	font-size:14px;
}
ul.countdown li.dec:before , .decor-line {
	display:none;
}
.nav-button{
	right:-70px;
}
}
@media only screen and  (max-width: 540px) {
ul.countdown li {
	width:100%;
	display:inline-block;
}
.twetter-box {
	top:70px;
	width:300px;
}
.content {
	padding:50px 30px;
}	
}