@charset "utf-8";
/* CSS Document */

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}
body {
	
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	word-spacing: 0.1em;
	margin-top: 0px;
	color: #333;
}
a:hover{
	color: #F60;
}
#wrap {
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
}

header{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-bottom: 0px;
	overflow: hidden;
	background-repeat: repeat-x;
	margin-top: 0px;
	clear: both;
	padding-top: 20px;
}
header h1 {
	float: left;
	width: auto;
	padding-right: 2px;
	font-size: 2em;
	font-family: 'Playfair Display', serif;
	font-style: italic;

}
h2 {
	font-family: 'PT Sans', sans-serif;
}
nav {
	width: auto;
	float: right;	
	padding-top: 15px;
	}
nav ul{
	float: left;
	top: 35px;
	margin-top: 7px;
}

nav li {
	float: left;
	}	
nav a {
	display: inline-block;
}
nav li a{
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
	padding-left: 20px;
	padding_right: 10px;
	padding-right: 10px;
}
nav li a:hover{
	}
nav a#pull {
	display: none;
}
#subHeader {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 1.25em;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 2px;
	margin-bottom: 15px;
	font-family: 'Playfair Display', serif;
	font-style:italic;
	display: block;
}

article {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 0.9em;
	color: #FFF;
}
article .home
{
	position: absolute;
	top: 65%;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 90px;
	background-position: center top;
	text-align: center;
	font-family: 'Playfair Display', serif;
	clear: both;
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #FFF;
	opacity: 0.75;
}
.home p{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #232323;
	background-image: url(../images/bg_p.png);
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	background-position: center;
}
.article_panel{
	width: 90%;
		
}
article .about {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding:20px;
	line-height: 24px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;	
}
article a{
	color: #fff;
}
article a:hover{
	color: #F60;
}
article .photo {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	background:#7f7f7f;
	background:rgba(0,0,0,0.7);
}
article .photo h2{
	font-size: 1em;
}
footer{
	position: absolute;
	width: 100%;
	height: auto;
	bottom:0px;
	background-color: #000;
	opacity:0.80;
	clear: both;
	font-size: 0.8em;
	line-height: 0.8em;
	text-align: center;
	left: 1px;
}
footer ul {
	padding-top: 15px;
	list-style-type: none;
	display: inline-table;
}
footer li {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #fff;
	
}

/*Styles for max screen 1024 and table horizontal*/
@media screen and (max-width: 1150px) {

header h1 {
	font-size: 1.75em;
}
.article_panel{
	width: 90%;
}

}

/*Styles for medium screen - tablet vertical & phone horizontal*/
@media screen and (max-width: 768px) {
header h1 {
	font-size: 1.5em;

}


}
.subText {
	font-size: 0.6em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.agent {
	float: right;
}
