@charset "utf-8";

/* Table of contents

	Basic Template	
		 1 BASIC
		 2 TYPOGRAPHY
		 3 PRELOADER
		 
	Background
		 4 CUSTOM BACKGROUND
		 
	PAGES
		 5 MAIN PAGE
		 6 SUBSCRIBE PAGE
		 
	Other Classes
		 7 Hide & Helper Classes
		 
*/

/*==================================================
BASIC
==================================================*/

html, body{
	height: 100%;
}

.page {
    display: table;
	width: 100%;
    height: 100%;
    text-align: center;
	color:#000;
	z-index:10;
}

.page > div {
	display: table-cell;
    vertical-align: middle;
}

header, footer{
	margin:40px auto;
}

/* Form Reset */
/* Help to Solve Inconsistency between Browsers*/
input{
	
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Font Awesome Icons */
.fa{
	/* Remove Default Decoration when used as links */
	text-decoration:none;
}



/*=====================================================
TYPOGRAPHY
=====================================================*/

body{
	font-family:'Open Sans',Tahoma, Helvetica, Segoe, 'Segoe UI', sans-serif;
}

h2{
	font-size:1.2em;
	font-weight:700;
	text-transform:capitalize;
}

p{
	font-size:0.85em;
}

footer p{
	font-size:1em;
	font-weight:400;
	font-variant:small-caps;
}

ul.slides li{
	font-size:1.2em;
	font-weight:800;
	text-transform:uppercase;
}

.fa{
	font-size:1.6em;
}

.fa-social{
	font-size:1.8em;
}

.form-msg-icon{
	font-size:3.4em;
}

input{
	font-family:'Open Sans',Tahoma, Helvetica, Segoe, 'Segoe UI', sans-serif;
	font-size:0.9em;
}

#signup-button{
	font-weight:600;
	text-transform:uppercase;
}

/* Label Generated in Case of Invalid Email Value*/
#email-error{
	font-size:0.85em;
	font-style:italic;
	font-weight:300;
}



/*=====================================================
PRELOADER
=====================================================*/

#preloader{
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	background:#FFF;
	z-index:9999;
}

#loading {
  position:absolute;
  top:50%;
  left:50%;
  width: 64px; margin-top:-32px;
  height: 64px; margin-left:-32px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.fallback-loader{
	background:url(../img/loader_64x64.gif) top left no-repeat;
	background-size:contain;
}



/*==================================================
CUSTOM BACKGROUND
==================================================*/

/* Fallback Background Color */
html{
	background-color:#ECECEC;
}

/* Background Color Overlay */
#overlay{
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	z-index:-1;
	background:rgba(255,255,255,0.50);
}

/* Background Overlay Pattern */
#overlay #pattern{
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	/*background:url(../img/patterns/cream-pixels.png) top left repeat;
	opacity:0.5;*/
}



/*==================================================
MAIN PAGE
==================================================*/

#logoWrap {
    display: inline-block;
    position: relative;
	width:100%;
}

#logoWrap h1 {
    padding-top: 100%;
	visibility:collapse;
}

#logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 200;
	right: -82px;
	background: url(../img/logo_karat_media_480x312.png) no-repeat;
	background-size: contain;
	background-image: url(../img/logo_karat_media_480x312.png);
	width: 382px;
	height: 104px;
}

.flexslider{
	color:#1F1F1F;
}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear:both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

ul.social{
	display:inline-block;
	margin-top:4px;
	padding:6px 0 2px;
	border-top:1px solid rgba(0,0,0,0.50);
}

ul.social li{
	display:inline-block;
	margin:0 2.5px;
}

/* Social icons Inactive */
.fa-social{
	color:rgba(0,0,0,0.45);
	transition:all 0.5s ease-in-out;
}

.fa-chevron-down{
	color:rgba(0,0,0,0.60);
	transition:all 0.5s ease-in-out;
}

footer div{
	position:relative;
	margin:0 auto;
	width:27px;
}

footer div:before{
	content:"";
	background-color:rgba(0,0,0,0.50);
	display:inline-block;
	width:20px;
	height:2px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-40px;
}

footer div:after{
	content:"";
	background-color:rgba(0,0,0,0.50);
	display:inline-block;
	width:20px;
	height:2px;
	position:absolute;
	top:50%;
	right:50%;
	margin-right:-40px;
}



/*==================================================
SUBSCRIBE PAGE
==================================================*/

#subscribe{
	position:relative;
	background-color:rgba(255,255,255,0.80);
}

#subscribe h2{
	position:relative;
	padding:15px 0;
}

#subscribe h2:after{
	content:""; 
	position:absolute; 
	bottom:0; 
	left:50%;
	margin-left:-70px;
	width:140px;
	height:1px;
	background:rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(96,96,96,0.20);
	-moz-box-shadow: 0px 0px 5px 2px rgba(96,96,96,0.20);
	box-shadow: 0px 0px 5px 2px rgba(96,96,96,0.20);
}

#subscribe p{
	margin:0 auto;
	width:80%;
	max-width:800px;
}

#subscribe form{
	margin:40px auto;
	width:80%;
}

#subscribe form input{
	margin-bottom:15px;
	width:100%;
	height:42px;
	border-radius:5px;
	color:#000;
}

#signup-button{
	color:#FFF !important;
}

#subscribe form #email{
	padding-left:15px;
	border:1px solid rgba(60,60,60,0.50);
	background-color:rgba(255,255,255,0.50);
	transition:all 0.5s ease-in-out;
}

#subscribe form #email:focus{
	border-color:rgba(0,100,193,0.60);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,100,193,0.60);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,100,193,0.60);
	box-shadow: 0px 0px 5px 2px rgba(0,100,193,0.60);
}

/* ID Added by Script */
#subscribe #email-error{
	color:#FF0000;
}

/* Class Added by Script */
#email.errorHighlight{
	border-color:rgba(255,0,0,0.80) !important;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,0,0,0.80) !important;
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,0,0,0.80) !important;
	box-shadow: 0px 0px 5px 2px rgba(255,0,0,0.80) !important;
}

/* Placeholder Fallback */
/* Class Generated By Placeholder Script */
.fallback-placeholder{
	color:#aaa;
}

#form-message{
	display:none;
	margin-bottom:40px;
}

#form-message p{
	margin:20px auto 10px;
}

#form-message a{
	color:#ADD9D7;
	transition:all 0.5s ease-in-out;
}

#form-message a:hover, #form-message a:focus{
	color:#1DE4DB;
}

/* form-message - REFRESH BUTTON */
.fa-refresh{
	cursor:pointer;
	color:rgba(0,0,0,0.40);
	transition:all 0.5s ease-in-out;
}

/* form-message - SUCCESS SIGN */
.fa-check-circle-o{
	color:rgba(0,126,53,0.80);
}

/* form-message - WARNING SIGN */
.fa-exclamation-triangle{
	color:rgba(154,136,46,0.80);
}

/* form-message - ERROR SIGN */
.fa-times-circle-o{
	color:rgba(211,0,5,0.80);
}

#goToHome{
	z-index:100;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-32px; /* half its width */
	width:64px;
	height:32px;
	border-width:1px;
	border-style:solid;
	border-top:none;
	border-bottom-left-radius:32px;
	border-bottom-right-radius:32px;
	border-color:rgba(0,0,0,0.60);
	color:rgba(0,0,0,0.60);
	background-color:rgba(255,255,255,0.60);
	transition:all 0.5s ease-in-out;
}

#goToHome:hover{
	border-color:rgba(0,0,0,1.00);
	color:rgba(0,0,0,1.00);
}


/*==================================================
Hide & Helper Classes
==================================================*/

/* Hide for Intro Animation */
#logo,
.flexslider,
#mainPage footer{
	opacity:0;
}

/* Disable Overflow */
.preventOverflow{
	overflow:hidden;
}

.hide{
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
