/*
Theme Name: QUARTZ SLIDESHOW - Version: 1.0
Description: Designed by <a href="http://themeforest.net/user/josweb">josweb</a>.
Author: <a href="http://www.spiralpixel.com">Jo</a>
*/
/*
1. 	General
2.	Main Content
3.	Slideshow
4.	Modal Box
5. 	KeyFrames
 */

/*	--------------------------------------------------
	1: General
	-------------------------------------------------- */
@import url('reset.css');
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { background: #222; font-family: arial,sans-serif; }

a {
	color: #fff;
	outline: 0;	
    text-decoration: none;
	-moz-transition: color .3s ease-in,background .3s ease-in,opacity .3s ease-in;
    transition: color .3s ease-in,background .3s ease-in,opacity .3s ease-in;
    -webkit-transition: color .3s ease-in,background .3s ease-in,opacity .3s ease-in;
    -o-transition: color .3s ease-in,background .3s ease-in,opacity .3s ease-in;
}
/* === Preloader === */
.QOverlay {
	background: #222 url(../images/pattern.png) repeat;
	z-index: 99999;
}

.QLoader { background: #111;
	border: 1px solid #000;
	border-bottom: 1px solid #444;
	height: 1px;
}

.wrapper {  width: 100%; position: relative;  overflow: hidden; }

#logo { margin: 10px auto; text-align: center;
	-webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s; }

/*	--------------------------------------------------
	2: Main Content
	-------------------------------------------------- */
.container {
    font-family: 'BebasNeueRegular';
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.5));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.5));
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.5));
	background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.5));
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
	z-index: 3000;
}

/* === Circular Link === */
.circle-link {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -50px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    background: #000 url(../images/noise.png) repeat;
    color: #fff;
    font-size: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: fadeInRotate 1s linear 16s backwards;
    -moz-animation: fadeInRotate 1s linear 16s backwards;
    -ms-animation: fadeInRotate 1s linear 16s backwards;
    animation: fadeInRotate 1s linear 16s backwards;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.circle-link:hover { background: #b51515 url(../images/noise.png) repeat; color: #fff; }

.container h2 {
    position: absolute;
    top: 50%;
    line-height: 100px;
    height: 100px;
    margin-top: -50px;
    font-size: 100px;
    width: 100%;
    text-align: center;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
}

/* === Frames === */
.container h2.frame-1 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

.container h2.frame-2 {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}

.container h2.frame-3 {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}

.container h2.frame-4 {
    /*font-size: 180px;
    line-height: 170px;*/
    -webkit-animation-delay: 11s;
    -moz-animation-delay: 11s;
    -ms-animation-delay: 11s;
    animation-delay: 11s;
}

.container h2.frame-5 {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: transparent;
    text-shadow: 0px 0px 1px #fff;
}

.container h2.frame-5 span {
    -webkit-animation: blurFadeIn 3s ease-in 14s backwards;
    -moz-animation: blurFadeIn 1s ease-in 14s backwards;
    -ms-animation: blurFadeIn 3s ease-in 14s backwards;
    animation: blurFadeIn 3s ease-in 14s backwards;
    color: transparent;
    text-shadow: 0px 0px 1px #fff;
}

.container h2.frame-5 span:nth-child(2) {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

.container h2.frame-5 span:nth-child(3) {
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
/*	--------------------------------------------------
	3: Slideshow
	-------------------------------------------------- */
#supersized-loader { 
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(../images/progress.gif) no-repeat center center;
}
	
#supersized {
	display:block;
	position:fixed;
	left:0; top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}

#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}

#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	
/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0; left:0;
	width:100%;
	height:100%;
	background:#111;
}

#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

/*	--------------------------------------------------
	4: Reveal Modal Box
	-------------------------------------------------- */
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 0;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 60px;
    color: #bbb;
    margin: 0 auto;
    width: 500px;
    background: #222 url(../images/texture.jpg) repeat;
    position: absolute;
    z-index: 3000;
    padding: 20px 40px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    -moz-box-shadow: 0 0 5px 2px #111;
    -webkit-box-shadow: 0 0 5px 2px #111;
    box-shadow: 0 0 5px 2px #111;
}

a.close-reveal-modal:hover { color: #fff; }

.reveal-modal h1 {
    font-size: 20px;
    color: #ccc;
    line-height: 1.9;
    font-family: 'BebasNeueRegular';
}

.reveal-modal h2 {
    font-size: 16px;
    line-height: 1.9;
    font-family: 'BebasNeueRegular';
}

.reveal-modal p { margin: 5px 0 10px; font-size:12px; line-height:1.5;}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    font-family: arial,sans-serif;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
} 

/* === Countdown === */
.counter {
    height: 100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.countdown li {
    margin: 15px 10px 0px 0px;
    display: inline;
    text-align: center;
    float: left;
	height: 54px;
    border: 1px solid #333;
    padding-top: 32px;
    -moz-box-shadow: 0 0 3px 0px #111;
    -webkit-box-shadow: 0 0 3px 0px #111;
    box-shadow: 0 0 3px 0px #111;
    background: #222 url(../images/pattern.png) repeat;
}


.number {
    text-shadow: 0 -1px 0 rgba(0,0,0,.9);
    font-size: 50px;
    line-height: 5px;
    color: #fff;
    font-family: 'BebasNeueRegular', sans-serif;
}

.time {
    font-size: 11px;
    margin-top: 5px;background:transparent;
    text-transform: uppercase;
    color: #aaa;
	width:100px;
	display:block;
    font-family: 'arial', sans-serif;
}

/* === Social Icons === */
#social {
    margin: 30px auto 5px;
    border-top: 3px double #333;
}

#icons a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#icons a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* === Twitter === */

#twitter-wrapper { margin-top: 0px; text-align: left; }

#tweet {
    margin: 0px auto;
    color: #ccc;
    font-size: 12px;
    font-family: 'arial', sans-serif;
    margin: 0 auto;
}

#tweet ul {
    list-style: none;
    display: inline;
    overflow: hidden;
}

#tweet li {
    line-height: 20px;
    list-style: none;
    display: block;
}

#tweet a {
    color: #777;
    font-family: arial, sans-serif;
    font-size: 12px;
}

#tweet a:hover { color: #ccc; }

/* === Email Contact === */
.details {
    float: left;
	width: 500px;
    height: 60px;
    margin: 0 auto;
    padding: 55px 0px 0px;
    text-align: left;
}

input#email {
    background: url(../images/mail-bg.png) no-repeat;
    width: 217px;
    height: 46px;
    border: 0 none;
    padding: 0 10px 0 10px;
    color: #ccc;
    font: normal 12px 'arial', sans-serif;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .90;
}

input#submit {
    background: url(../images/submit.png) no-repeat 0px -1px;
    width: 130px;
    height: 46px;
    border: 0 none;
    cursor: pointer;
    color: #ccc;
    padding-left: 10px;
    float: left;
    font-family: 'arial', sans-serif;
    letter-spacing: 2px;
}

input#submit:active {
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.success {
    font: normal 30px 'BebasNeueRegular', serif;
    color: #999;
    margin-top: 0px;
}

.error {
    color: #999;
    font: normal 10px 'arial', sans-serif;
    position: relative;
    float: right;
    margin: 0px 5px 0px 0px;
    width: 100px;
}

/*	--------------------------------------------------
	5: Keyframes
	-------------------------------------------------- */
/**/
@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }

    20%,75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: scale(5);
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
    }
}
/**/
@-moz-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    20%,75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -moz-transform: scale(0);
    }
}

@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
}

@-moz-keyframes fadeInBack {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -moz-transform: scale(5);
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1) rotate(0deg);
    }
}
/**/
@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    20%,75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}
