/* 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{
	/*width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index: 2;--*/
}
/*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;
}

/*---start-content-header----*/
.content-header h1{
	color: #2F2E2E;
	font-size: 2em;
	letter-spacing: 0.04em;
	font-weight: inherit;
}
.content-header p{
	color: #A2A1A1;
	font-size: 3em;
	font-weight: inherit;
	word-spacing: 0.2em;
}
.content-header {
	text-align: center;
	margin-top: 28em;
}

/*----start-copy-right-----*/
.copy-right{
	text-align:center;
	padding-top:5px;
}
.copy-right p {
	color: #fff;
	font-size: 1em;
	font-weight: inherit;
	word-spacing: 0.2em;
}
.copy-right p a{
	color: #BBBBBB;
	letter-spacing: 0.4em;
	-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:#F5FF00;
}
/*-----start-responsive-design------*/
@media (max-width: 1440px){
	.content-header {
		margin-top: 20em;
	}
}
@media(max-width:1024px){
	.content-header h1 {
		font-size: 2.5em;
		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;
	}
	.content-header p {
		font-size: 0.5em;
		line-height: 1.6em;
	}
	.copy-right p {
		font-size: 0.7em;
	}
}
@media(max-width:320px){
	.content-header h1 {
		font-size: 1.2em;
		margin: 0;
		line-height: 1.6em;
	}
	.content-header p {
		font-size: 0.1em;
		line-height: 1.6em;
	}
	.content-header {
		margin-top: 15em;
	}
	.notify {
		width: 77%;
	}
}
