body{
	padding: 0;
	margin: 0;
	 background-image: url('../images/background.jpg');
     background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
	/*font-family: 'Cinzel', serif;*/
	font-family: 'BookAntiqua';		
}


/*fonts*/

@font-face {
  font-family: 'BookAntiqua';
  src: url('../fonts/BookAntiqua.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BookAntiqua.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       
       url('../fonts/BookAntiqua.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/BookAntiqua.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BookAntiqua.svg#svgBookAntiqua') format('svg'); /* Legacy iOS */
}






a {
	color:#fff;
}



.container{
	width: 1100px;
	margin:0 auto;
	/*border: 1px #fff solid*/
}

.clearfix{
	clear: both
}

header {
	background: #383233;
	height:100px;
	opacity: .8;
	font-family: 'Cinzel', serif;
}

footer {
	background: #383233;
	height:80px;
	opacity: .8;
	/*font-family: 'Cinzel', serif;*/
}

footer p {
	color:#fff;
	margin-left:15px;
	font-size: 13px;
}

ul.menu-nav {
	padding: 40px 0 0 0;
	margin: 0;
}

.menu-nav li{
	list-style: none;
	display: inline;
	padding:37px 31px;
}

.menu-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400
}

.menu-nav li:hover {
	background: #940104;
}

.menu-nav li.active {
	background: #940104;
}

h1{
	font-family: 'BookAntiqua';
	font-size: 48px;
	color:#fff;
}

h2{
	font-family: 'BookAntiqua';
	font-size: 32px;
	color:#fff;
}


.left-content{
	width: 750px;
	float:left;
}

.right-content{
	width:330px;
	float:right;
}

.title {
}



.flexslider {
    background: none  !important;
    border: 0 !important;
    border-radius: 0;
    position: relative;
}

p.content {
	color:#fff;
	text-align: left;
	font-size: 15px;
	font-family: "BookAntiqua";
	line-height: 20px;
	padding: 15px;
}

footer table {
	margin-top: 30px
}


.inner-right-content{
	width:720px;
	float:right;
	padding: 15px;
}

.inner-left-content {
	width: 330px;
	float:left;
}

.inner-right-content p {
	font-size: 15px;
	color:#fff;
	line-height: 37px;
	/*font-weight: 600;
*/
}

.fullwidth-container {
	background: rgba(31, 4, 4, .3);
	width: 100%;
}

.fullwidth-container p {
	color:#fff;
	text-align: left;
	font-size: 15px;
	font-family: "BookAntiqua";
	line-height: 20px;
	padding: 15px;
}

.margintopnegative {
	margin-top: -72px !important;
}