﻿/*=============================================================
	Authour URL: www.designbootstrap.com
	
	http://www.designbootstrap.com/

	License: MIT

	http://opensource.org/licenses/MIT

	100% Free To use For Personal And Commercial Use.

	IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Oswald);

body {
	font-family: 'Oswald', sans-serif;
}

.cc_banner-wrapper {
	position: static;
}

.cc_banner-wrapper .cc_banner {
	background-color: #999;
}

.cc_banner-wrapper p {
	color: white;
}

.cc_banner-wrapper p.cc_message a.cc_more_info {
	text-decoration: underline;
	color: white;
}

.cc_banner-wrapper a.cc_btn_accept_all {
	background-color: white;
	color: black;
}


/* =============================================================
   MAIN WRAPPER OVERLAY STYLES
 ============================================================ */
#main-wrapper .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 40px;
	padding-top: 80px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	overflow: auto;
}

/* =============================================================
   COUNTDOWN STYLES
 ============================================================ */

.clr-1 {
	color: #FFF200;
}

.clr-2 {
	color: #68ff00;
}

.clr-3 {
	color: #00CFFF;
}

.clr-4 {
	color: #FF1D1D;
}

.timer-text {
	font-size: 20px;
	padding-top: 10px;
	color: #fff;
}

/* =============================================================
   TEXT SECTION STYLES
 ============================================================ */


.text-section {
	padding-top: 60px;
	width: 100%;
}

	.text-section h1 {
		color: rgba(255, 255, 255, 0.85);
		padding-bottom: 30px;
		font-size: 100px;
		text-transform: uppercase;
	}

	.text-section h2 {
		margin: 0 auto;
		max-width: 725px;
		line-height: 34px;
	}

	.text-section h3 {
		margin: 20px auto 0 auto;
		max-width: 725px;
		line-height: 34px;
	}

	.text-section h4 {
		margin: 20px auto 0 auto;
		max-width: 725px;
		line-height: 24px;
	}

	.text-section p {
		font-size: 14px;
		margin: 20px auto 0 auto;
		max-width: 725px;
		line-height: 20px;
	}

	.text-section ul {
		margin: 20px auto 0 auto;
		max-width: 725px;
	}

	.text-section li {
		font-size: 14px;
		margin: 0 auto;
		line-height: 20px;
	}

.btn-social {
	color: white;
	opacity: 0.8;
}

	.btn-social:hover {
		color: white;
		opacity: 1;
		text-decoration: none;
	}

.btn-facebook {
	background-color: #3b5998;
}

.btn-google {
	background-color: #dd4b39;
}

.btn-twitter {
	background-color: #00aced;
}

.btn-instagram {
	background-color: #517fa4;
}

.copy-text {
	padding-top: 20px;
	color: #fff;
}

h3 a, h3 a:hover, .copy-text a,.copy-text a:hover {
	color: #fff;
	text-decoration: none;
}

h3 a:hover, .copy-text a:hover {
	opacity: 0.5;
}