﻿@font-face {
 font-family: 'Trajan';
 src: url("fonts/Trajan_Bold.eot") / EOT file for IE /
}
@font-face {
 font-family: 'Trajan';
 src: url("fonts/Trajan_Bold.ttf") / TTF file for CSS3 browsers /
}

body {
    background: #000 url("img/bg.jpg") no-repeat scroll center center / cover;
    /* min-height: 900px; */
    padding-bottom: 0;
    padding-top: 15px;
	font-family: verdana;
}
#wrapper{
	max-width:1420px;
	margin: 0 auto;
}
.top-content p {
    font-family: verdana;
    font-size: 12px;
    color: #000;
    margin-bottom: 8px;
}
.page-top {
    float: left;
    margin-bottom: 0;
    padding-bottom: 40px;
    width: 100%;
}
.page-top h2 {
    color: #e36e00;
    font-family: verdana;
    font-size: 14px;
    font-style: italic;
    padding: 0 0 5px;
    font-weight: 600;
}
.page-top a {
    font-family: verdana;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
	text-transform:uppercase;
}
.char-logo {
    display: table;
    left: 12%;
    position: relative;
}
.top-content {
    margin-left: 3%;
    float: left;
    max-width: 454px;
    text-align: center;
    width: 100%;
}
.page-top span {
    float: left;
    margin-left: 6%;
    width: 80%;
}
.page-bottom {
    float: right;
    margin-top: 4%;
    margin-bottom: 1%;
}
.page-bottom a {
    font-family: verdana;
    font-size: 13px;
    color: #c0c0c0;
    text-decoration: underline;
	text-transform:uppercase;
}
.bottom-content p {
    margin-bottom: 6px;
    font-family: verdana;
    font-size: 12px;
    line-height: 21px;
    color: #c0c0c0;
}
.tapas-logo {
    display: table;
    left: 25%;
    position: relative;
}
.bottom-content {
    margin: auto;
    max-width: 407px;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.page-bottom span {
    display: block;
    margin: auto;
    text-align: center;
}
.page-bottom h2 {
    text-align: center;
    max-width: 500px;
    line-height: 23px;
    color: #fcffc5;
    font-family: verdana;
    font-size: 14px;
    font-style: italic;
    padding: 17px 0 0;
}
.copyright {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
	clear: both;
	position:absolute;
	bottom:0;
}
.copyright a {
    color: #3C599B;
    text-decoration: underline;
}
@media only screen and (max-width: 660px) {
body {
    background: #000 none repeat scroll 0 0;
    min-height: 100%;
}
.page-top {
    background: rgba(0, 0, 0, 0) url("img/mob-bg.png") no-repeat scroll center bottom / contain ;
    margin-bottom: 0;
	text-align: center;
    margin-left: 0px;
    padding-bottom: 28%;
    width: 96%;
}
.top-content p{color:#fff;}
.char-logo{margin:0 auto;left:0;}
.top-content {
    float: left;
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    width: 100%;
}
.tapas-logo {
    display: table;
    left: 0;
    margin: 0 auto;
    position: relative;
}
.bottom-content {
    margin: auto;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.page-bottom h2{max-width:100%;}
.page-bottom {
    float: left;
    margin: 0 auto;
    width: 100%;
}
.copyright {
    display: inline-block;
    margin-top: 20px;
	margin-left:0px;
    position: relative;
    text-align: center;
    width: 100%;
}
.page-top span {
    display: table;
    float: none;
    margin: 0 auto;
    width: 100%;
}
.page-top a {
    color: #fff;
    text-transform: uppercase;
}
}