@charset "UTF-8";
/* CSS Document */
/* TYPE */
@font-face {
	font-family: 'Goudy';
	src: url('fonts/goudybqb.eot');
	src: local('☺'), 
		 url('fonts/goudybqb.woff') format('woff'), 
		 url('fonts/goudybqb.ttf') format('truetype'), 
		 url('fonts/goudybqb.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
#slideshow { 
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	z-index:-9998;
}
img.bgM {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
	z-index: -9999;
}
body.front {
	background: url(media/1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.title{
	position:relative;
	top:30px;
	width:815px;
	height:75px;
	font-family:'Goudy', Times, serif; 
	font-size:60px;
	letter-spacing:0.25em;
	line-height:100px;
	color:#FFFFFF; 
	text-transform:uppercase;
	border-bottom:#FFFFFF 1px solid;
}
.logo{
    position:relative;
	text-align: center;
    max-width:40%;
    height:auto;
    
}
.logo_vp{
    position:absolute;
	top:90%;
	left:-10%;
	max-width:50%;
    height:auto;
}
.two{
    position:absolute;
	top:41px;
	right:18%;
	margin-right:-157px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	letter-spacing:0.2em;
    max-width:40%;
    height:auto;
    
}
.social
{
    position:absolute;
    top:61px;
	right:18%;
	margin-right:-145px;
}
.sm{
	width: 20px;
	height: auto;
	margin-left: 4px;
}
.seven-thirty{
	position:absolute;
	bottom:10px;
	right:25%;
	margin-right:-105px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	letter-spacing:0.2em;
}
.six-thirty{
	position:absolute;
	bottom:41px;
	left:25%;
	margin-left:-105px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	letter-spacing:0.2em;
}
/*------------------------------LINKS-----------------------------*/
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a:active{
	color:#999999;
	text-decoration: none;
}
a:link.e {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited.e {
	text-decoration: none;
	color:#FFFFFF
}
a:hover.e {
	color:#FFFFFF;
	text-decoration:underline;
}
a:active.e{
	color:#999999;
	text-decoration: none;
}
a:link.f {
	color:#FFFFFF;
	text-decoration: underline;
	line-height:21px;
}
a:visited.f {
	text-decoration: underline;
	color:#FFFFFF
}
a:hover.f {
	text-decoration: none;
	color:#AAAAAA;
}
a:active.f{
	text-decoration: none;
	color:#999999;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #dddddd;}

.banner
{
    max-width: 100%;
    background-color: #000000;
    margin-top: 0%;
}