﻿/* 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, dl, dt, dd, ol, nav ul, nav 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here */
a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}
/* text align right */
.txt-lt {
	text-align: left;
}
/* text align left */
.txt-center {
	text-align: center;
}
/* text align center */
.float-rt {
	float: right;
}
/* float right */
.float-lt {
	float: left;
}
/* float left */
.clear {
	clear: both;
}
/* clear float */
.pos-relative {
	position: relative;
}
/* Position Relative */
.pos-absolute {
	position: absolute;
}
/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
	display: block;
}
/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}
/* horizontal menu */
img {
	max-width: 100%;
}
/*end reset*/


body {
	background: url(../images/bg.jpg) no-repeat #E7E7E7;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: 'bebasregular';
}
body:after {
	background: rgba(134,6,71,0.7);
}
.container1 {
}
/*end reset*/
@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.wrap {
	width: 80%;
	margin: 0 auto;
}
/* ---------- TIMER ---------- */
/*---start-content-header----*/
.content-header h1 {
	color: #fff;
	font-size: 4em;
	font-weight: inherit;
}
.content-header h1 img {
	max-width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.content-header p {
	color: #fff;
	font-size: 1em;
	font-weight: inherit;
	word-spacing: 0.2em;
}
.content-header {
	text-align: center;
	margin-top: 10em;
}

.devlogo {
	text-align: center;
	margin-top: 90px;
}

.devlogo img {
	max-width: 300px;
	width: auto;
}

/*----start-copy-right-----*/
.copy-right {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em
}
.copy-right p {
	color: #fff;
	font-size: 0.6em;
	font-weight: inherit;
	word-spacing: 0.2em;
	font-family: Verdana, Geneva, Tahoma, sans-serif
}
.copy-right p a {
	color: rgb(255, 255, 255);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
}
.copy-right p a:hover {
	color: #EEE;
}
/*-----start-responsive-design------*/
@media (max-width: 1440px){
.content-header {
	margin-top: 7em;
}
}
@media(max-width:1024px){
.content-header h1 {
	color: #fff;
	font-size: 3.4em;
	margin: 0 0 0.3em 0;
}
}
@media(max-width:768px){
.content-header h1 {
	font-size: 2.5em;
	margin: 0 0 0.2em;
}
.content-header p {
	color: #fff;
	font-size: 0.85em;
}
}
@media(max-width:640px){
.content-header h1 {
	font-size: 2em;
}
}
@media(max-width:480px){
.content-header h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em;
}
.content-header p {
	font-size: 0.8em;
	line-height: 1.6em;
}
.copy-right p {
	font-size: 0.7em;
}
}
@media(max-width:320px){
.content-header h1 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
	line-height: 1.6em;
}
.content-header p {
	font-size: 0.7em;
	line-height: 1.6em;
}
.content-header {
	margin-top: 5em;
}
}
