@charset "utf-8";
 
/*	Theme Name: Photography - Coming Soon								*\
 *	Description: Coming Soon Site Template								*
 *	Author: Giant Design												*
 *	Author URL: http://www.giantdesign.biz								*
\*	Version: 1.3														*/

	/* TABLE OF CONTENT *\
/*	===================================================================	*\
	Common Style
	Background Slideshow
	Kenburns Slideshow
	lwtCountdown
	Quotes Slider
	Social Icon
	Subscribe Form
	Footer
\*	=================================================================== */



/*	===================================================================
	Common
	=================================================================== */

@import url(http://fonts.googleapis.com/css?family=Aller:300,400,700);

@font-face {
	font-family: 'Aller';
	src: url('../fonts/aller_rg-webfont.eot');
	src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/aller_rg-webfont.woff') format('woff'),
	     url('../fonts/aller_rg-webfont.ttf') format('truetype'),
	     url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html { 
	height: 100%;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body.giantdesign {
	height: 100%;
	color: #fafafa;
	font: 14px 'Aller', sans-serif;
}
html,
body.giantdesign,
.giantdesign .wrapper,
.giantdesign .content {
	height: auto!important;
	min-height: 100%;
}
.giantdesign section {
	position: relative;
}
::selection {
	background: #303030;
	color: #a6a6a6;
}
::-moz-selection {
	background: #303030;
	color: #a6a6a6;
}

.overlay-pattern {
	background-image: url(../images/misc/overlay-pattern.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
}

/* Content */
.giantdesign .wrapper {
	height: 100%;
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 2.8125em !important;
}
.giantdesign .content {
	height: 100%;
	position: relative;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*	===================================================================
	Background Slideshow
	=================================================================== */

.giantdesign #slides { 
	position: fixed !important; 
	top: 0; 
	left: 0; 
	z-index: -1; 
	overflow-x: hidden !important;
}
.giantdesign .slideoverlay {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
.giantdesign .giantdesign_hidden_overlay,
.giantdesign .giantdesign_hidden_slide { display: none; }

/*	===================================================================
	Kenburns Slideshow
	=================================================================== */

.slideshow {
	margin: 0 !important;
}
.slideshow,
.slideshow:after {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.slideshow:after {
    content: '';
    background: transparent url(../images/misc/overlay-pattern.png) repeat top left;
}
.slideshow li figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li:nth-child(1) figure {
	background-image: url(../images/background_1.jpg);
}
.slideshow li:nth-child(2) figure {
    background-image: url(../images/background_1.jpg);
}
 
.slideshow li:nth-child(1) figure {
	-webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
 
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	25% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	100% { 	   
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
}
 
 

/*	===================================================================
	lwtCountdown
	=================================================================== */

#container {
	margin: 30px auto;
	width: 666px;
}
#countdown_dashboard {
	height: 110px;
}
.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/misc/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}
.dash .digit {
	font-family: 'Aller', sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 90px;
	float: left;
	width: 55px;
	text-align: center;
	color: #303030;
	position: relative;
}
.dash_title {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0px;	
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*	===================================================================
	Quotes Slider
	=================================================================== */

#quote_container h1 {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	list-style: none;
}
#quote_container p {
	font-weight: 200;
	letter-spacing: 1.6px;
}
#quote_container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0 10px;
	color: #fafafa;
	z-index: 100;
}

/*	===================================================================
	Social Icon
	=================================================================== */

#contact-us {
	margin-top: 20px;
}
#contact-us h2 {
	font-size: 18px;
	letter-spacing: 1px;
}
ul.social {
	margin-top: 10px;
}
ul.social li {
	position: relative;
	display: inline-block;
	list-style: none;
	width: 45px;
}
ul.social i {
    transition: all .2s ease-in-out;
}

/* Social Icon Hover Effect */
ul.social i:hover {
    transform: translateY(-6px);
}
.fa-behance:hover {
	color: #349ad0;
}
.fa-deviantart:hover {
	color: #c8da2c;
}
.fa-digg:hover {
	color: #000;
}
.fa-dribbble:hover {
	color: #f26798;
}
.fa-dropbox:hover {
	color: #007ee5;
}
.fa-facebook:hover {
	color: #3b5998;
}
.fa-flickr:hover {
	color: #ff0071;
}
.fa-github:hover {
	color: #000;
}
.fa-google-plus:hover {
	color: #df4b38;
}
.fa-instagram:hover {
	color: #205c82;
}
.fa-linkedin:hover {
	color: #0073b2;
}
.fa-pinterest:hover {
	color: #cb2027;
}
.fa-rss:hover {
	color: #ff6600;
}
.fa-skype:hover {
	color: #00aaec;
}
.fa-soundcloud:hover {
	color: #fe4600;
}
.fa-tumblr:hover {
	color: #34465d;
}
.fa-twitter:hover {
	color: #55acee;
}
.fa-yahoo:hover {
	color: #400192;
}
.fa-youtube:hover {
	color: #ce2727;
}
.fa-vimeo-square:hover {
	color: #1ca7cc;
}
.fa-wordpress:hover {
	color: #21759b;
}

/*	===================================================================
	Subscribe Form
	=================================================================== */

form.form-inline {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
input.form-bar {
	width: 300px;
	height: 30px;
	line-height: normal;
	letter-spacing: 1px;
	font-family: 'Aller', sans-serif;
	font-size: 12px;
	color: #fafafa;
	border: solid 1px #ffffff;
	background: transparent;
	padding: 0 10px;
	margin-right: 6px;
}
input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:0 0 0px transparent;
}
button.btn {
	width: 90px;
	height: 30px;
	line-height: normal;
	font-family: 'Aller', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	padding: 0 !important;
	margin-top: 10px;
}

/* Success Message */
#notification_container {
  display: block;
  margin: 0 auto 30px auto;
  padding-top: 15%;
}
#notification_container .success, #notification_container .alert {
  display: block;
  width: 100%;
  padding: 30px 60px;
  border: 1px solid #fafafa;
  color: #fafafa;
  font-size: 20px;
  line-height: 1.6;
  background-color: #303030;
}

.button-inverse {
	font-weight: 400;
	color: #fafafa;
	background: #303030;
	border: solid 1px #303030;
	padding: 10px 30px;
	letter-spacing: 1px;
	transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-webkit-transition: color 300ms ease-out;
}
.button-inverse:hover {
	color: #303030;
	background: transparent;
	padding: 10px 30px;
	letter-spacing: 1px;
}

/*	===================================================================
	Footer
	=================================================================== */

.quote-footer {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 1.3;
}
#main-footer .divider {
	width: 100%;
	max-width: 330px;
	margin: auto;
	margin-bottom: 5px;
	position: relative;
}
footer .copyright {
	font-size: 14px;
}
#main-footer span a {
	font-family: 'Aller', sans-serif;
	text-decoration: none;
	color: #ffffff;
	transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-webkit-transition: color 300ms ease-out;
}
#main-footer span a:hover {
	color: #a6a6a6;
}
