/*----------------------------------------------------------------------------------------------------
 *Theme Name: COSoo
 *Theme URI: http://woow.web.id/
 *Description: COSoo COming Soon Page Template. Designed and Developed by <a href="http://woow.web.id/" target="_blank">WOOW</a>.
 *Author: <a href="http://woow.web.id/" target="_blank">WOOW</a>
 *Version: 1.0.0 
 *
/*----------------------------------------------------------------------------------------------------*/
/* Main Global Layout Settings */
/*----------------------------------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#container {
	width: 1000px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 auto 20px;
}
/*----------------------------------------------------------------------------------------------------*/
/* Header */
/*----------------------------------------------------------------------------------------------------*/
#header {
	height: 220px;
	width: 820px;
	padding: 0 90px;
}
.logo {
	width: auto;
	height: 120px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------------------------------*/
/* Main Content */
/*----------------------------------------------------------------------------------------------------*/
#main-content {
	width: 820px;
	height: 340px;
	font-weight: normal;
	color: #333;
	float: left;
	padding: 0 90px;
}
.content-right {
	width: 330px;
	height: 340px;
	float: right;
}
.content-left {
	width: 490px;
	height: 340px;
	float: left;
}
/*----------------------------------------------------------------------------------------------------*/
/* Slider */
/*----------------------------------------------------------------------------------------------------*/
#slider {
	width: 385px;
	height: 250px;
	position: relative;
	padding: 0;
	margin: 0;
}
.coin-slider { 
	width: 370px;
	height: 236px;
	position: relative;
	padding: 2px;
	margin: 5px auto 0;
}
.coin-slider p {
	color: #fff;
	line-height: 18px;
	margin: 0;
}
.coin-slider b {
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 14px
}
.coin-slider a { 
	text-decoration: none; 
	outline: none; 
	border: none; 
	color: #eee;
}
.coin-slider img, .coin-slider a img {
	border: none; 
}
.cs-buttons {
	padding: 10px; 
	margin: 2px auto;
}
.cs-buttons a {
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	padding:  0 5px;
	float: left; 
	text-indent: 0;
	visibility: hidden;
}
.cs-buttons a:hover {
	color: #fff; 
}
.cs-active, .cs-buttons a:active { 
	color: #0080C0; 
}
.cs-title {
	width: 350px;
	height: auto;
	position: absolute;
	font-size: 12px;
	color: #ddd;
	padding: 5px 10px; 
	background: #000; 
	right: 0;
	bottom: 0;
	z-index: 1;
}
.cs-prev, .cs-next { 
	width:40px;
	height:40px;
	top: 100px;
	margin: 0;
}
.cs-prev { 
	background: url(images/btnPrevious.png) no-repeat;
}
.cs-next { 
	background: url(images/btnNext.png) no-repeat;
}
/*----------------------------------------------------------------------------------------------------*/
/* Countdown */
/*----------------------------------------------------------------------------------------------------*/
#countdown_container {
	margin: 0;
	width: 330px;
}
#countdown {
	width: 280px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
/*----------------------------------------------------------------------------------------------------*/
/* Progress Bar */
/*----------------------------------------------------------------------------------------------------*/
#progress_container {
	margin: 8px 0 0 0;
	width: 280px;
	height: 20px;
	padding: 0;
	margin: 10px 0;
}
#progress .text {
	font-size: 15px;
	font-weight: bold;
	padding: 1px 0 0 0;
}
.progressbar {
	width: 100%; 
	height: 20px;
}
/*----------------------------------------------------------------------------------------------------*/
/* Tabs */
/*----------------------------------------------------------------------------------------------------*/
ul.tabs {
	width: auto;
	height: auto;
	font-size: 14px;
	letter-spacing: -0.75px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	width: auto;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 25px;
	outline: none;
}
.tab_container {
	width: 405px;
	height: 270px;
	padding: 0;
	margin: 35px 0 0 55px;
	border-top: none;
	clear: both;
	float: left; 
}
.tab_content {
	padding: 8px 10px;
}
.tab_content h3, .tab_content h5, .tab_content h3 a {
	letter-spacing: -1px;
	padding: 8px 0 5px 0;
	margin: 0;
}
.tab_content p {
	font-size: 12px;
	line-height: 1.6em;
	padding: 5px 0;
	margin: 0;
}
.tab_content img {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
/*----------------------------------------------------------------------------------------------------*/
/* HolderBox  */
/*----------------------------------------------------------------------------------------------------*/
.holderBox {
	width: 362px;
	height: 225px;
	position: relative;
	padding: 10px;
	margin: 3px auto 0;
	background: #222;
}
img.holder {
	background: #ddd;
	border: 1px solid #555;
}
.holderBox h3 {
	color: #aaa;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #555;
}
.holderBox p {
	color: #aaa;
}
/*----------------------------------------------------------------------------------------------------*/
/* Contact Form */
/*----------------------------------------------------------------------------------------------------*/
#contactForm {
	margin: 15px auto 30px;
	float: left;
}
#contactForm .input {
	width: 330px;
	height: 20px;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 15px 15px 0;
}
.input#woow_code {
	width: 195px;
	height: 20px;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 10px 15px 0;
}
#contactForm textarea {
	width: 330px;
	font-size: 12px;
	padding: 10px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
#button {
	width: 120px;
	line-height: 50px;
	padding: 5px 20px 25px 20px;
	margin: 0;
	border: none;
}
#last {
	visibility: hidden;
}
#contactForm label {
	width: 60px;
	height: auto;
	margin: 0 20px 0 0;
	float: left;
}
#contactForm .button {
	width: 95px;
	height: auto;
	font-size: 14px;
	padding: 5px 20px;
	margin: 0 15px 0 0;
	float: right;
}
.process {
	width: auto;
	height: 35px;
	padding: 0;
	margin: 10px 20px 0 0;
	float: right;
}
img.loading {
	float: right;
	vertical-align: middle;
	margin: 0;
}
p.load {
	line-height: 35px;
	color: #F60;
	padding: 0;
	margin: 0;
}
.bot {
	visibility: hidden;
	display: none;
}
#captchaimg {
	padding: 0;
	margin: 0 15px 0 0;
	float: right;
	clear: both;
}
.message {
	width: 450px;
	height: auto;
	min-height: 140px;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	display: none;
	padding: 5px 15px 5px 15px;
	top: 0;
	left: 0;
	position: absolute;
}
.message ul {
	font-size: 12px;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.message li {
	line-height: 1.6em;
}
/*----------------------------------------------------------------------------------------------------*/
/* AJAX PopUp Contact Form */
/*----------------------------------------------------------------------------------------------------*/
#backgroundPopup {
	display:none;
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index: 0;
}
#popupContact {
	display: none;
	position: fixed;
	height: auto;
	width: 450px;
	z-index: 2;
	padding: 15px;
	font-size: 12px;
	line-height: 1.6em;
}
#popupContact h1 {
	width: 460px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding : 10px;
	margin: -15px 0 20px -15px;
}
#popupContactClose {
	font-size: 12px;
	line-height: 12px;
	right: 6px;
	top: 4px;
	position: absolute;
	font-weight: 700;
	display: block;
}
/*----------------------------------------------------------------------------------------------------*/
/* Newsletter Form */
/*----------------------------------------------------------------------------------------------------*/
#newsletter-form {
	width: 340px;
	height: auto;
	padding: 10px;
	margin: 10px auto 0 ;
	float: left;
}
.subbox {
	font-size: 12px;
	width: 250px;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	border: none;
	float: left;
}
.subbutton {
	width: 60px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: none;
	float: right;
}
.submessage {
	width: 340px;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	margin: 5px auto 0;
	display: none;
}
#warning p {
	text-align:center;
	padding: 0;
	margin: 0 auto;
	color: #fff;
}
.loader {
	width: 126px;
	height: 22px;
	margin: 5px auto 0;
}
/*----------------------------------------------------------------------------------------------------*/
/* Links */
/*----------------------------------------------------------------------------------------------------*/
#links {
	margin: 30px auto 0;
	padding: 0;
	width: 200px;
	height: 60px;
	overflow: hidden;
	list-style: none;
}
#links li, #links li a {
	width: 40px;
	height: 40px;
	margin: 10px 5px 0 0;
	float: right;
}
#links li:hover, #links li a:hover {
}
#links li a img{
	width: 40px;
	height: 40px;
	border: none;
}
#link_description{
	position: absolute;
	display: none;
	font-size: 12px;
}
li.twitter, li.facebook, li.rss, li.email {
	background-position: 0 0;
}
li.twitter:hover, li.facebook:hover, li.rss:hover, li.email:hover {
	background-position: 0 -40px;
}
/*----------------------------------------------------------------------------------------------------*/
/* Tweet */
/*----------------------------------------------------------------------------------------------------*/
.tweet {
	width: 480px;
	height: auto;
	padding: 0 20px 0 0;
	margin: 30px 0 0 0;
	float: right;
}
.tweet, .query {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: -0.5px;
}
.tweet_list {
	width: 440px;
	float: right;
}
.tweet .tweet_list, .query .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase; 
}
.tweet .tweet_list li, .query .tweet_list li {
	overflow: auto;
	padding: 5px;
	margin: 0 0 10px 0;
}
.tweet .tweet_list li a, .query .tweet_list li a {
	font-weight: bold;
	text-decoration: underline;
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding: 0;
	float: left; 
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
    vertical-align: middle;
	margin: 5px 5px 0 0;
	padding: 1px;
}
/*----------------------------------------------------------------------------------------------------*/
/* Footer */
/*----------------------------------------------------------------------------------------------------*/
#footer {
	width: 820px;
	height: auto;
	min-height: 240px;
	padding: 0 90px;
	margin: 0;
	float: left;
}
#foot {
	width: 820px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	float: left;
}
.foot-right {
	width: 240px;
	height: auto;
	min-height: 120px;
	margin: 0;
	float: right;
}
.foot-left {
	width: 580px;
	height: auto;
	min-height: 120px;
	margin: 0;
	float: left;
}
/*----------------------------------------------------------------------------------------------------*/
/* Copyright */
/*----------------------------------------------------------------------------------------------------*/
#copyright {
	width: 820px;
	height: auto;
	padding: 0;
	margin: 10px auto;
}
/*----------------------------------------------------------------------------------------------------*/
/* Typography */
/*----------------------------------------------------------------------------------------------------*/
h1.logotext {
	text-align: center;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -3px;
	padding: 140px 0 0 0;
	margin: 0 auto;
}
h1.main-content {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0;
	margin: 30px 0 0 -3px;
}
p.main-content {
	width: 275px;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	padding: 0;
	margin: 8px 0;
}
p.copyright {
	font-size: 10px;
	text-align: center;
}
p.loading {
	text-align: center;
	padding: 10px 0;
}
/*----------------------------------------------------------------------------------------------------*/
/* Clear Floated Elements */
/*----------------------------------------------------------------------------------------------------*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 10px; }
