/*-----------------------------------------------------------------------------------

	Template Name: Tempo
	Template URI: http://www.deliciousthemes.com
	Description: Full Screen Coming Soon Template
	Author: Madalin Tudose
	Author URI: http://www.deliciousthemes.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	1.	CSS Reset & Clearfix
	2.	Document Setup (body, common classes, structure etc)
	3.	Main Content Styles
		3.1. Countdown
		3.2. Contact Form & Subscribe Form
		3.3. Social Links
		3.4. Full Screen Slider - http://buildinternet.com/project/supersized/

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

input,textarea {
	font-size:12px;
	line-height:20px;
	font:inherit;
	resize:none;
}

[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	color:#bfbfbf;
	font-family: 'Museo500', Museo500, Helvetica, Arial, sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

/* Museo Font - http://www.fontspring.com/fonts/exljbris/museo#fontface_license */
@font-face {
    font-family: 'Museo300';
    src: url('fonts/museo/Museo300-Regular-webfont.eot');
    src: url('fonts/museo/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo/Museo300-Regular-webfont.woff') format('woff'),
         url('fonts/museo/Museo300-Regular-webfont.ttf') format('truetype'),
         url('fonts/museo/Museo300-Regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

body {
	font: 12px/20px 'Museo500', Museo500, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	color:#bfbfbf;
	background:#ACA095;
}


#wrapper {
	width: 100%;
	height:100%;
	overflow: hidden;
	position: fixed;
	text-align:center;
	background:url(images/patterns/pat6.png) repeat scroll 0 0;
	z-index:10;
}

a.logo {
	text-align: center;
	display: block;
	margin-top:7px;
}

h1 {
	font-size:14px;
	text-align:center;
	margin:20px 0;
}

h1 span {
	background:none;
	padding:7px 10px;
}

h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
	color:#fff;
}

h3 {
	color:#fff;
	font-size:14px;
	margin-bottom:5px;
}

#container {
	width:535px;
	position:relative;
	background:url(images/container-bg.png) repeat scroll 0 0;
	overflow:hidden;
	display:inline-block;
	top:100px;
	z-index:1000;
}

#totoggle {
	position:relative;
}

#infopage, #contactpage {
	display:none;
	position:relative;
}

.content {
	padding:10px 30px;
	text-align:left;
}
.content p {
	margin-bottom:10px;
}

.one-half { 
	width: 48%; 
}

.one-half  {
	position: relative;
	margin-right: 4%;
	float: left;
}

.last {
	margin-right: 0!important;
	clear: right;
}

.clear {
	clear:both;
}

.separator {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #BFBFBF;
	clear: both;
	padding-bottom: 15px;
}

.text {
	position:absolute;
	top:0;
	left:20px;
	height:31px;
	line-height:31px;
}

.top-buttons {
	position:relative;
	height:31px;
	width:100%;
}
.buttons {
	position:relative;
	height:31px;
	width:100%;
}
.buttons a, .top-buttons a {
	opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);	
    display: block;
	position:absolute;
	width:31px;
	height:31px;
	cursor:pointer;
	text-indent:-9999px;
}

a.trigger {
	background:url(images/toggle-minus.png) no-repeat scroll 0 0;
	top:0;
	right:0;
}

a.active {
    background:url(images/toggle-plus.png) no-repeat scroll 0 0;
}

a.drag {
	background:url(images/drag.png) no-repeat scroll 0 0;
	top:0;
	right:32px;
}

a.contact, a.infocontact {
	background:url(images/contact.png) no-repeat scroll 0 0;
	bottom:0;
	right:0;
}
a.info, a.contactinfo {
	background:url(images/info.png) no-repeat scroll 0 0;
	bottom:0;
	right:32px;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

/* 3.1 Countdown */

#countdown {
	float:left;
	padding:0;
	position:relative;
	width:400px;
	margin-left:70px;
}

.hasCountdown {
	height:70px;
	margin-bottom:40px;
	margin-top:20px;
}

.item {
	float:left;
	text-align:center;
	margin:0 15px;
	width:67px;
	height:67px;
	position:relative;
	background:url(images/countdown-item.png) no-repeat scroll 0 0;
}

.item span {
	font-size:14px;
	clear:both;
	color:#fff;
	width:85px;
	height:20px;
	display:inline-block;
	text-transform:lowercase;
}

.item p {
	text-align:center;
	margin:13px 0 5px;
	font-size:24px;
}


/* 3.2. Contact Form & Subscribe Form */

#subscribe {
	clear:both;
}

.error_message {
	margin-bottom:10px;
	text-align:center;
}

#subscribeform {
	margin-bottom:10px;
	width:380px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
}

#contactform {
	overflow:hidden;
	position:relative;	
}

#contactform input[type="text"] {
	background:url(images/bg-form.png) repeat scroll 0 0;
	width:90%;
	height:15px;
	border:0 none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5%;
	padding-right:5%;
	float:left;
	color:#bfbfbf;
	margin-bottom:5px;
}

#contactform textarea {
	background:url(images/bg-form.png) repeat scroll 0 0;
	width:90%;
	height:100px;
	border:0 none;
	padding:5%;
	float:left;
	color:#bfbfbf;
	margin-bottom:5px;	
}

#subscribeform input#subemail {
	background:url(images/bg-form.png) repeat scroll 0 0;
	width:265px;
	height:15px;
	border:0 none;
	padding:10px;
	float:left;
	color:#bfbfbf;
}

input[type="submit"] {
	border:0 none;
	color:#fff;
	height:35px;
	width:70px;
	float:right;
	cursor:pointer;
	-webkit-transition:background 0.2s linear; 
	-moz-transition:background 0.2s linear;
	-0-transition:background 0.2s linear;
	transition:background 0.2s linear;	
}

.cf {
	margin-bottom:30px;
}
.contact-loader {
	position:relative;
	float: right;
	margin-top: 13px;	
	margin-right:10px;
}

#subscribeform input#subsubmit {
	height:35px;
	width:95px;
	float:left;
}	

#subscribeform .subscribe-loader {
	position:absolute;
	top:12px;
	right:103px;
}

