/*
TEMPLATE NAME : Redo
AUTHOR   	  : Graycells
DESCRIPTION   : Coming Soon
VERSION  	  : 1.0

===TABLE OF CONTENTS===

1.0  BASIC DOCUMENT STYLE
2.0  TYPOGRAPHY
3.0  PRELOADER
4.0  LEFT CONTAINER
5.0  RIGHT CONTAINER
6.0  LEFT AND RIGHT CONTENTS
7.0  BUTTONS AND SOCIAL ICONS
8.0  MAIN MENU
9.0  SECTIONS
10.0 HOME SECTION
11.0 SUBSCRIBE FORM AND COUNTDOWN
12.0 ANIMATION
13.0 ABOUT SECTION
14.0 RESPONSIVE

*/

@import url(https://fonts.googleapis.com/css?family=Raleway|PT+Sans+Caption:700);

/*-- ========================================= --
			1.0 BASIC DOCUMENT STYLE
/*-- ========================================= */

html, body{
	-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	background-image:url("../images/black_slide3.jpg");
	background-size:cover;
	z-index:-1;
	overflow-y:scroll;
}
a{
	text-decoration:none;
	outline:none;
	border:none;
	background:none;
	color:#000
}
::-webkit-input-placeholder {
   color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

:-ms-input-placeholder {  
   color: #FFF;  
}
.outer-spacing{
	padding:100px 100px 0px 100px;
}
/*-- ========================================= --
			2.0 TYPOGRAPHY
/*-- ========================================= */
p{ 
	font-size:16px; 
	line-height:2.25; 
	letter-spacing:2px;
}
ul,h1,h2,h3,h4,h5,h6{
	list-style:none;
	border:0;
	margin:0;
	padding:0;
	font-weight:100;
}

h3{ 
	font-size:22px; 
	letter-spacing:8px; 
	color:rgba(208, 51, 79, 1); 
	margin-bottom:50px;
	text-transform:uppercase; 
	font-weight:bold;
}
h3::first-letter { 
	color:#FFF;
}
h4{
	font-size:20px; 
	letter-spacing:2px; 
	text-transform:uppercase;
}
h6{ 
	font-size:20px; 
	letter-spacing:1px; 
	text-transform:uppercase; 
	margin-bottom:15px; 
	font-weight:bold; 
	color:#D0334F;
}
/*-- ========================================= --
			3.0 PRELOADER
/*-- ========================================= */
.preloader{
	position:fixed;
	display:inline-block;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:99999999;
	opacity:1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.preloader.is-hidden{
	opacity:0;
	-webkit-transform: scale(1.5,1.5);
	-moz-transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5);
	-o-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}
.preloader .loader-div,
.nav-black-opac  .loader-div{
	position: absolute;
    left: 46%;
    top: 46%;
	display:inline-block;
	text-align: center;
}
.preloader .content-container{
	position:relative;
	width:100%;
	text-align:center;
	left:0px;
}
.preloader{
	background-color:#fff;
}
.preloader .line-scale-pulse-out-rapid div, #navigation-icon span{
	background-color:#CE0C0E;
}

/*-- ========================================= --
			4.0 LEFT CONTAINER
/*-- ========================================= */
.left-body-back{
	left:0px;
	background-image:url("../images/body-background/left-back.jpg");
	background-color:rgb(77, 93, 105);
	background-blend-mode: overlay;
	
}
/*-- ========================================= --
			5.0 RIGHT CONTAINER
/*-- ========================================= */	
.right-body-back{
	right:0px;
	background-image:url("../images/body-background/right-back.jpg");
	background-color:rgb(97, 38, 38);
	background-blend-mode:overlay;
    overflow: hidden;
}
/*-- ========================================= --
			6.0 LEFT AND RIGHT CONTENTS
/*-- ========================================= */	
.right-body-back,
.left-body-back,
.full-body-back{
	position:fixed;
	top:0px;
	width:50%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
}
.full-body-back{ 
	width:100%;
}
.main-container{
	max-width:90%;
	margin:0px auto
}
.top-header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:9999;
	opacity:1;
}
.top-header .main-container{ 
	position:relative;
}
.top-header .main-container:before{ 
	content:"";
	background-color:rgba(32, 51, 65, 0.42); 
	position:absolute; 
	width:50%; 
	left:0px; 
	bottom:0px;
	height:100px;
	z-index:-1;
}
/*-- ========================================= --
			7.0 BUTTONS AND SOCIAL ICONS
/*-- ========================================= */
.menu-button,
.social-icon-button,
.top-header,
.top-header .main-container,
.top-header .main-container:before{
	height:80px;
}

.menu-button,
.social-icon-button{
	color:#bd3d54;
	font-size:20px;
	width:80px;
	background-color:rgba(32, 51, 65, 1);
	text-align:center;
	float:left;
	cursor:pointer;
}
.social-icon-button{
	float:right;
	z-index:9;
	position:relative;
	background-color:rgba(97, 38, 38 ,1)
}
.menu-button i,
.social-icon-button i{
	margin-top:10px;
	display:inline-block;
	font-size:40px;
}
.main-menu,
.social-icon{
	position:absolute; 
	top:80px;
	background-color:rgba(32, 51, 65, 1); 
	color:#FFF; 
	width:50%; 
	min-height:0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
	overflow:hidden
}

@media only screen and (min-width:980px){

.menu-button:hover .main-menu,
.social-icon-button:hover .social-icon{
	min-height:280px; 
	padding:50px 0px;
}

.menu-button:hover .main-menu ul,
.social-icon-button:hover .social-icon ul{
	display:block!important;
	opacity:1
	}

}


.main-menu.open,
.social-icon.open{
	min-height:280px; 
	padding:50px 0px;
}
.social-icon{
	background-color:rgba(97, 38, 38 ,1);
}
.section-change-overlay .right-section,
.section-change-overlay .left-section{ 
	padding:0px;
}
.social-icon a{ 
	color:#FFF; 
	font-size:24px;
}
.social-icon i,
.main-menu i{ 
	font-size:24px;
}

.ion-android-share-alt{
	font-size:30px;
	margin-top:24px;
}
.social-icon i{ 
	margin-top:0px;
}
.main-menu i{ 
	font-size:22px;
}
.social-icon-button i{ 
	font-size:30px; 
	margin-top:18px;
}
.social-icon i{ 
	font-size:22px!important; 
	margin-top:0px!important;
}

/*-- ========================================= --
			8.0 MAIN MENU
/*-- ========================================= */
.main-menu ul,
.social-icon ul{ 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;  
	opacity:0
}
.main-menu ul i{
	margin-top:0px;
}

.social-icon{ 
	right:0px; 
	width:80px;
	text-align:center;
}

.social-icon ul li{ 
	margin-bottom:15px;
}

.social-icon ul li:last-child{ 
	margin-bottom:0px;
}

.main-menu ul.front,
.social-icon ul.front{
	opacity:1
}
.main-menu ul li{
	text-align:left
}

.main-menu a{
	color:#FFF; 
	font-size:18px; 
	letter-spacing:8px; 
	text-transform:uppercase;
	padding-bottom:20px; 
	display:inline-block;
}

.main-menu a:hover{
	color:#bd3d54; 
	font-weight:bold;
}

.main-menu a:hover span i{
	color:#FFF
}

.main-menu a span{ 
	width:100px; 
	text-align:center; 
	display:inline-block
}

.main-menu ul{ 
	position:relative
}

.main-menu li{ 
	width:100%; 
	display:block; 
	overflow:hidden
}

.main-menu li a{ 
	float:left;
	width:45%; 
}
.main-menu li:last-child a{ 
	padding-bottom:0px;
}
.main-menu li div{
	width:45%; 
	position:absolute; 
	top:-50px; 
	right:0px; 
	width:45%; 
	height:160%; 
	display:none; 
	overflow:hidden; 
	font-size:13px; 
	color:rgba(255,255,255,0.7); 
	letter-spacing:2px; 
	line-height:25px;
}
.main-menu li div b{ 
	text-transform:uppercase; 
	font-size:14px; 
	margin-bottom:10px;
}
.main-menu li div ul li:before{ 
	content:'\f363';
	font-family: Ionicons; 
	margin-right:15px;
}

.main-menu li:first-child div{
	display:block;
}
.main-menu li div img{ 
	max-width:100%; 
	height:auto;
}

.main-menu li:hover div{ 
	display:block;
	background-color:#000;
	z-index:99999;
}
/*-- ========================================= --
			9.0 SECTIONS
/*-- ========================================= */
section{ 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:auto; 
	display:none;
}

.left-section,
.right-section{
	padding:80px 0px;
	width:50%; 
	height:inherit; 
	position:relative;
	overflow:hidden
}

.left-section{ 
	float:left;
}

.right-section{ 
	float:right; 
	background-color:rgba(208, 51, 79, 0);
}

.left-section .blank-section{
	width:570px; 
	height:400px; 
	display:table-cell; 
	vertical-align:bottom;
}
.section-change-overlay{ 
	position:fixed; 
	top:0px;
	left:0px; 
	width:100%; 
	height:100%; 
	background-color:#bd3d54; 
	z-index:-1; color:#FFF; 
	opacity:0; 
	text-align:center; 
	background-image:url("../images/black_slide3.jpg"); 
	transition:0.5s;
}
.section-change-overlay .left-section{ 
	background-color: rgba(0,0,0,0.6);
}
.section-change-overlay h1{ 
	transition:0.7s; 
	opacity:1; 
	text-transform:uppercase; 
	font-size:40px;
	letter-spacing: 5px; 
	margin-left:100px; 
	text-align:left;
}
.section-change-overlay.active h1{
	opacity:1;
}
section .left-section{ 
	background-color:rgba(0,0,0,0.3); 
	color:#FFF;
}
section#home .left-section{ 
	background-color:rgba(0,0,0,0);
}
section .right-section{ 
	color:#FFF;
}
section .main-container{ 
	overflow:hidden;
}
section a{ 
	color:#FFF;
}
section .right-section h3{ 
	color:#FFF;
}
section .right-section h4{ 
	width:100%; 
	float:left; 
	text-align:center;
}
/* ============================
   		10.0 HOME SECTIONS
   ============================ */
.home-title{ 
	width:570px; 
	height:400px; 
	vertical-align:middle; 
	display:table-cell; 
	text-align:center;
	color:#FFF;
}

.home .blank-section p.main-heading{ 
	text-align:left; 
	text-transform:uppercase; 
	font-size:50px; 
	letter-spacing:5px; 
	line-height:0.8; 
	margin-bottom:0px;
	margin:0px 100px;
	font-family: 'PT Sans Caption', sans-serif;
}

.home-title h2{ 
	font-size:66px; 
	text-transform:uppercase; 
	letter-spacing:15px;
}
.copy_text{ 
	width:100%; 
	padding:15px 0px; 
	text-align:left; 
	color:#FFF; 
	overflow:hidden; 
	font-size:10px!important;
	padding-right:20%; 
	letter-spacing:2px; 
	margin-top:35px;
}
.home .left-section{ 
	padding-bottom:0px;
}
/* ============================================
   		11.0 SUBSCRIBE FORM AND COUNTDOWN
   ============================================ */
.subscribe-form,
.countdown-div{ 
	padding:100px; 
	font-size:15px; 
	letter-spacing:6px; 
	text-transform:uppercase; 
	color:#FFF
}
.countdown-div{
	background-color:rgba(0,0,0,0.4);
}

input[type=email],
input[type=text],
input[type=submit],
textarea{ 
	background-color:transparent; 
	padding:20px 20px; 
	border:#FFF solid thin; 
	width:100%;  
	margin-top:20px;
}
input[type=submit]{ 
	background-color:#D0334F; 
	border:none; 
	text-transform:uppercase; 
	font-size:20px; 
	display:inline-block; 
	width:auto!important; 
	letter-spacing:5px; 
	float:right; 
	padding:10px 20px; 
	color:#FFF; 
	font-weight:bold
}
 
input[type=submit]:hover{
	background-color:#000;
	color:#D0334F
}
textarea{ 
	height:120px;
}

#signup{
	position:relative
	}

.subscribe-form input[type=email]{
	background-color:transparent; 
	padding:20px 20px; 
	border:#FFF solid thin; 
	width:100%; 
	background-image:url("../images/sub.png"); 
	background-position:96% center; 
	background-repeat:no-repeat; 
	margin-top:20px;
}
.subscribe-form input[type=submit]{ 
	background-color:transparent; 
	padding:20px; 
	position:absolute; 
	top:0px; 
	right:10px; 
	border:none
}

input[type=email],
input[type=text],
textarea{ 
	background-color:rgba(255,255,255,0.2);
}

.msgbox{
	clear:both
}
.msgbox p{
	font-size:12px;
	margin-top:15px;
}

.countdown-div ul li{ 
	display:inline-block; 
	width:50%; 
	margin-right:40px;
}
.countdown-div ul li:last-child{ 
	margin-right:0px; 
	width:35%
}
.countdown-div ul li span:first-child{ 
	font-size:87px; 
	font-weight:bold;
	margin-right:0px;
	font-family: 'PT Sans Caption', sans-serif;
}

.countdown-div ul li div span:first-child{ 
	font-size:30px; 
	font-weight:bold; 
	margin-right:5px;
}

.page-title{ 
	float:right; 
	text-transform:uppercase; 
	color:#FFF;  
	text-align:left; 
	letter-spacing:5px; 
	padding-top:25px; 
	position:absolute; 
	width:50%; 
	z-index:1; 
	padding-left:100px; 
	right:0px; 
	background-color:rgba(97, 38, 38 ,1); 
	height:80px; 
	transition:1s;
}

.page-title.active{
	background-color:rgba(97, 38, 38 ,0);
}

.page-title h1{
	font-size:40px;
}
/* ============================
   		12.0 ANIMATION
   ============================ */
.animated { 
    -webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
    animation-duration: 1s; 
	transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both; 
	-moz-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeInUpBig { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(100%); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@-moz-keyframes fadeInUpBig { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(100%); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUpBig { 
    0% { 
        opacity: 0; 
        transform: translateY(100%); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.do.fadeInUpBig { 
    -webkit-animation-name: fadeInUpBig; 
    animation-name: fadeInUpBig; 
}

@-webkit-keyframes fadeInDownBig { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-100%); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@-moz-keyframes fadeInDownBig { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-100%); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDownBig { 
    0% { 
        opacity: 0; 
        transform: translateY(-100%); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.do.fadeInDownBig { 
    -webkit-animation-name: fadeInDownBig; 
    animation-name: fadeInDownBig; 
}

/*===image zoomIn zoomOut Animation===*/

@-webkit-keyframes imageAnimationzoominhome { 
	0% {
	    transform: scale(1.2,1.2); 
	}
	100% { transform: scale(1,1);}
}

@keyframes imageAnimationzoominhome { 
	0% {
	    transform: scale(1.2,1.2);
	}
	100% { transform: scale(1,1);}
}

@-webkit-keyframes imageAnimationhome { 
	0% {
	    transform: scale(1,1); 
	}
	100% { transform: scale(1.2,1.2);}
}

@keyframes imageAnimationhome { 
	0% {
	    transform: scale(1,1);
	}
	100% { transform: scale(1.2,1.2);}
}

.gradient-background-slider.inactive.imageAnimation{
	-webkit-animation-name: imageAnimationhome; 
    animation-name: imageAnimationhome;
}

.gradient-background-slider.active.imageAnimationzoomin{ 
	-webkit-animation-name: imageAnimationzoominhome; 
    animation-name: imageAnimationzoominhome;
}

.gradient-background-slider.animated { 
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

/* ============================
   		13.0 ABOUT SECTION
   ============================ */
section#about .right-section .bxslider span{ 
	float:right; 
	width:100%; 
	text-transform:uppercase; 
	text-align:right; 
	font-size:12px; 
	color:rgba(255,255,255,1); 
	letter-spacing:3px; 
	margin-top:10px;
	text-align:center;
}

.bx-wrapper p{
	text-transform:uppercase; 
	font-size:14px; 
	text-align:center; 
	margin-top:15px;
}

/* skills */
.contentOT {
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 40px 0px 0 0px;
	float: left;
	left: 0;
}

.colOT {
	position: relative;
	width: 100%;
	float: left;
	left: 0;
}

#skills { 
	list-style: none;
}

#skills li { 
	background:rgba(255,255,255,1);
	height: 3px;
	margin: 0 0 50px 0;
	font-size:18px;
	color:#FFF
}

#skills li.last { 
	background: #fff;
	height: 3px;
	margin: 0;
}

#skills li .skills-description {
	position: relative;
	top: -25px;
	color:#FFF;
}
.skills-per{
		position: relative;
	top: -25px;
	float:right;
}

.expand { 
	position: absolute;
	height: 3px;
	margin: 0;
	background: #bd3d54;
	width:0px;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease; 
}

.main-content{ 
	overflow:hidden;
}

.bx-overlay{ 
	position:absolute; 
	bottom:-10px; 
	width:100%; 
	text-align:center; 
	padding:20px; 
	background-color:rgba(0,0,0,0.8); 
	height:85px;  
	opacity:0;
}
.bx-overlay i{
	font-size:32px; 
	margin:10px 15px 0px 15px;
}
.bx-overlay-image:hover .bx-overlay{ 
	opacity:1;
}
.bx-overlay-image{ 
	position:relative;
}
.bx-viewport {
    width: 80% !important;
    left: 10%;
}
.section-change-overlay .left-section{ 
	background-color:transparent!important;
}

#snow-wrapper{ 
	width:90%; 
	overflow:hidden;
}

/* ============================
   		14.0 RESPONSIVE
   ============================ */
@media only screen and (min-width:0px) and (max-width:768px){
	.main-container{
		max-width:100%;
	}

	.top-header{
		background-color:#000
	}
	.right-section{
		padding-top:0px;
	}
	
	.home .right-section{
		padding-top:80px;
	}
	.menu-button{ 
		position:relative; 
		z-index:9999; 
		width:60px; 
		background-color:rgba(97, 38, 38 ,1);
	}
	.social-icon-button{  
		width:60px;
	}
	.main-menu{ 
		width:500%;
		background-color:rgba(97, 38, 38 ,1);
	}
	.left-section , .right-section,
	.top-header .main-container:after{ 
		width:100%;
	}
	.top-header .main-container:before{ 
		width:100%; 
		background-color:rgba(0,0,0,0.3)!important;
	}
	section .left-section ,section  .right-section{ 
		height:auto!important;
	}
	.home-title{
		height:200px!important;
	}
	.subscribe-form, .countdown-div{ 
		padding:30px;
	}
	.left-section .blank-section{ 
		height:auto;
	}
	.page-title{ 
		width:100%; 
		position:absolute; 
		padding-top:25px; 
		text-align:center; 
		z-index:1; 
		padding-left:0px;
	}
	.page-title h1{ 
		font-size:24px;
	}
	.section-change-overlay h1{ 
		font-size:24px; 
		position:absolute; 
		width:100%; 
		text-align:center; 
		margin-left:0px;
	}
	.bx-overlay-image:hover .bx-overlay{ 
		opacity:0;
	}
	.outer-spacing{ 
		padding:30px 30px 0px 30px;
	}
	.main-menu li a{ 
		width:100%;
	}
	.main-menu li:first-child div,
	.main-menu li:hover div{ 
		display:none;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{ 
		bottom:-10px!important;
	}
	section#about .right-section .bxslider span{ 
		margin-top:0px;
	}
	.home .blank-section p.main-heading{ 
		margin:0px 30px; 
		font-size:30px; 

	}
	.home .left-section{ 
		padding-top:0px;
	}
	.copy_text{ 
		padding-right:0px!important;
	}
	.countdown-div ul li span:first-child{ 
		font-size:75px;
	}
	.countdown-div ul li div span:first-child{ 
	font-size:24px;
	}
	section .right-section,
	.home .blank-section { 
		background-color:rgba(0,0,0,0.3)!important;
	}
	#snow-wrapper,
	#snow-wrapper canvas{ 
		width:100%!important;
	}
	.bx-wrapper .bx-controls-direction a{ 
		top:-15px!important;
	}
}
@media only screen and (min-width:769px) and (max-width:1000px){
	section#about .right-section .bxslider span{ 
		margin-top:0px;
	}

}

@media only screen and (min-width:769px) and (max-width:1140px){
	.outer-spacing{ 
		padding:40px 40px 0px 40px;
	}
	.page-title h1{ 
		font-size:32px;
	}
	.page-title { 
		padding-left:40px;
	}
	.section-change-overlay h1{ 
		font-size:32px; 
		margin-left:40px;
	}
	.main-menu li a{ 
		width:100%;
	}
	.main-menu li:first-child div,
	.main-menu li:hover div{ 
		display:none;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{ 
		bottom:-10px!important;
	}
	.subscribe-form, .countdown-div{ 
		padding:40px;
	}
	.countdown-div ul li span:first-child{ 
		font-size:65px;
	}
	.countdown-div ul li div span:first-child{ 
		font-size:22px;
	}
	.home .blank-section p.main-heading{ 
		margin:0px 40px; 
		font-size:30px;
	}
	/*section .right-section { 
		background-color:rgba(0,0,0,0.3)!important;
	}*/
}
