/*
Design by Yadro Studio
*/
HTML, BODY
{
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000000;
	height: 100%;
	width: 100%;
	font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}



P
{
	line-height: 18px;
	text-align: right;
	font-size: 10px;
	color: #666;
	padding-right: 30px;
	margin-top: -50px;
}

/* Main BG
* --------------------------------------- */
.bg-block{display:block; position:relative;z-index:1;
	background-size: cover;
	 -webkit-background-size: cover;
	 -o-background-size: cover;
	 -moz-background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
}
.bg-block{background-image:url(/images/bg.jpg);}

/* FRAME BORDER
* --------------------------------------- */
#frame-top{
    position: fixed;
    top: 0;
    left: 0;
	height:5px;
	width:100%;
	background-color:#E31D1A;
	z-index:10;
}
#frame-right{
    position: fixed;
    top: 0;
    right: 0;
	height:100%;
	width:5px;
	background-color:#E31D1A;
	z-index:10;
}
#frame-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
	height:5px;
	width:100%;
	background-color:#E31D1A;
	z-index:10;
}
#frame-left{
    position: fixed;
    top: 0;
    left: 0;
	height:100%;
	width:5px;
	background-color:#E31D1A;
	z-index:10;
}

/* Content
* --------------------------------------- */
.logo img{display:block; width:15%; height:15%;}
.txt-bot{display:block; padding:10px 0; position:absolute; bottom:0px; height:auto; width:100%; margin:0 auto; text-align:center; background-color:rgba(0,0,0,.6);}
.txt-bot div.t1{display:block; font-size:3em; color:#fff;text-shadow:0 5px 5px #000000;}
.txt-bot div.t1 span.fnt-logo{display:inline-block; font-size:1.2em;}
.txt-bot div.t2, .txt-bot div.t3{display:block; margin:15px 0px; font-size:1.6em; color:#fff;text-shadow:0 5px 5px #000000;}
.txt-bot div.t2 span{display:inline-block; margin:0 15px;}
.txt-bot div.t2 span i{font-size:0.8em; font-style:normal;}
.txt-bot div.t3 span{display:inline-block; margin:0 15px; font-size:0.8em; font-style:normal;}
