* {
	margin: 0px;
	padding: 0px;
}
html, body, footer {
	color: #6D6E71;
    font-family: "Libre Baskerville", Cambria, Times New Roman, Times, serif;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
}
@keyframes banner {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@font-face {
    font-family: 'Libre Baskerville Italic';
    font-style: italic;
    src: url('fonts/LibreBaskerville-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Libre Baskerville Bold';
    font-weight: 700;
    src: url('fonts/LibreBaskerville-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Libre Baskerville Regular';
    font-weight: 400;
    src: url('fonts/LibreBaskerville-Regular.ttf') format('truetype');
}
a:link {
	text-decoration: none;
	color: #000000;  
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:visited {
	text-decoration: none; 
}
.container {
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	background: #f2f2f2;
}
.topmenu {
	position: fixed;
	margin: 0px;
	padding: 0px;
	height: 75px; width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px #999999;
	z-index: 5;
}
.topmenu img {
	margin: 0px 10px;
	padding: 10px 0px;
	height: 60px;
	cursor: pointer;
}
.contact {
	float: right;
	width: auto;
	margin-top: 20px;
	margin-right: 20px;
	border: 0px solid black;
	font-weight: bold;
}
.mail {
	display: inline-block;
	vertical-align: top;
	width: 100px; height: auto;
	padding-top: 7px;
	font-size: 14px;
	text-align: center;
	border: 0px solid black;
}
.mail img {
	width: 25px; height: auto;
	margin: 0px;
	padding: 0px;
}
.mail:hover img {
	content: url('emaily.jpg');
}
.phone {
	vertical-align: top;
	width: 140px; height: auto;
	margin-top: 7px;
	margin-left: 0px;
	border: 0px solid black;
	display: inline-block;
	font-size: 16px;
}
.header {
	margin: 0px 0px;
	margin-bottom: 0px;
	padding: 20px 0px;
	align: left;
	height: 720px !important;
	border: 1px solid black;
	background: url('headers/header1.jpg');
    background-repeat: no-repeat;
    background-attachment: auto;
	background-height: 100%;
    background-size: cover;
	background-position-top: -200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-transition: background-image 1s linear !important;
	-webkit-transition: background-image 1s linear !important;
	animation:  banner 2s linear !important;
	-webkit-animation: banner 2s linear !important;
}
.tagline {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	top: 450px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Libre Baskerville Italic';
	font-style: italic;
	font-size: 120px;
	font-weight: none;
	opacity: 0.8;
	text-shadow: -1px 0px 0px black;
}
.buttons {
	position: relative;
	padding-top: 0px;
	bottom: 70px;
	width: 300px;
	margin-left: auto;
	margin-right: 0px;
	text-align: center;
}
.buttons ul {
	list-style-type: none;
	padding: 0px;
}
.buttons li {
    display: inline-block;
	border: 2px solid #FFFFFF;
	background: #000000;
	width: 10px; height: 10px;
	margin: 2px;
	cursor: pointer;
}
.buttons li:hover {
	background: #FFFFFF !important;
}
.buttons li:active {
	background: red !important;
}
#b1 {
	background: red;
}
.sections {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	background: #FFFFFF;
	display: none;
	color: #000000;
}
.sections ul {
	font-family: Arial;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.sections li:hover {
	cursor: pointer;
}
#expandarrow {
	display: inline-block;
	width: 20px; height: 20px;
	margin-left: 10px;
	font-size: 12px;
	color: #CC9900;
    transform: scale(1,2); 
    -webkit-transform: scale(1,2); 
}
#expandedarrow {
	display: none;
	width: 20px; height: 20px;
	margin-left: 10px;
	padding-bottom: 7px !important;
	font-size: 18px;
	color: #CC9900;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.sectionmenuitem {
	display: inline-block;
	margin-top: 30px;
}
.menu {
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	background: #FFFFFF;
	cursor: pointer;
	z-index: 5;
}
.menu ul {
	list-style-type: none;
    margin-top: -40px;
	padding: 0;
}

.menu li {
    display: inline-block;
    width: 165px;
	height: 33px !important;
	border: 0px solid black;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    margin-top: 30px;
	letter-spacing: 2px;
    line-height: 1.5;
}
.menu li:hover {
	color: #CC9900;
}
.menu li:active {
	color: #CC9900;
}
.styleCurrentItem {
	color: #CC9900;
	border-bottom: 3px solid #CC9900 !important;
}
h1 {
	margin-bottom: 20px;
}
.summary {
	color: #000000;
	margin-top: 60px;
	width: 800px;
	text-align: left;
	margin-bottom: 40px;
	font-size: 16px;
	font-family: 'Libre Baskerville Regular';
}
.summary h1 {
	font-size: 35px;
	font-weight: 200;
}
article {
	width: 1000px; height: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	margin-top: 20px;
	margin-bottom: 40px;
	background: #FFFFFF;
	font-family: 'Libre Baskerville Regular';
	color: #000000;
}
article:hover {
	/*background: #CC9900;
	color: #FFFFFF;*/
}
.details {
	display: inline-block;
	padding: 22px;
	width: 500px; 
    vertical-align: top;
	font-size: 16px;
}
.details p {
	padding: 10px;
}
.detailsimage img {
	display: inline-block;
	width: auto; height: 300px;
	margin: 0;
	padding: 0;
}
.details h2 {
	padding-top: 0px;
	padding-bottom: 10px;
}
footer {
	height: 90px;
	background: #333333;
	color: #FFFFFF;
}
.sticky {
    position: fixed;
    top: 75px;
	max-width: 2400px;
	padding-top: 30px;
	margin-left: auto;
	left: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	right: 0px;
	height: 25px;
	background: #FFFFFF;
	z-index: 1;
	box-shadow: 0px 0px 10px 0px #999999;
}
.footer {
    margin-top: 40px;
	width: 100%;
	font-family: Arial;
}
.footerinfo img {
	position: absolute;
	float: left;
    margin-top: 28px;
    margin-left: 20px;
	width: 80px !important;
}
.logotext {
	position: absolute;
	float: left;
    margin-top: 45px;
    margin-left: 62px;
	font-size: 12px;
}
.copyright  {
    padding-top: 45px;
	width: 500px;
    margin-left: auto;
    margin-right: auto;
	font-family: Arial;
	font-size: 12px;
}
.footer ul {
	list-style-type: none;
    margin-top: 0px;
	padding: 0;
	float: right;
    margin-top: 42px;
    margin-right: 20px;
}

.footer li {
    display: inline-block;
    width: auto;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	padding-right: 15px;
}
.footer li a {
	color: #FFFFFF;
}

.footer li a:hover {
	color: #CC9900;
}
.footer li:hover {
	color: #CC9900;
}
.footer li:nth-child(1):hover {
	color: #FFFFFF;
	cursor: none;
}
.terms {
	display: none;
	background: #333333;
	height: auto;
	padding: 5px 80px;
	padding-bottom: 20px;
	font-size: 12px;
	border-top: 1px solid #999999;
	color: #FFFFFF;
}
.terms p {
	padding: 10px;
}
.terms a:link {
	color: #FFFFFF;
}
.terms a:hover {
	color: #CC9900;
}
.credits {
	display: none;
	background: #333333;
	height: auto;
	padding: 20px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	border-top: 1px solid #999999;
}
.credits h2 {
	padding: 10px 0px 0px 100px;
}
.credits div {
	display: inline-block;
	padding: 0px 40px;
}
.credits span {
	display: inline-block;
	padding: 5px 20px;
}
.credits a:link {
	color: #FFFFFF;
}
.credits a:hover {
	color: #CC9900;
}
.creditlinks {
	margin: 0px;
	padding: 0px;
}
.content {
  width: auto;
}

/* ipad landscape */
@media (max-width: 1044px) {
	.header {
		background-position: -100px 0px;
	}
	.tagline {
		font-size: 80px;
	}
	.menu {
		display: block;
	}
	.menu li {
	    width: 140px;
	}
	.summary {
		font-size: 16px;
	}
	.summary h1 {
		font-size: 25px;
	}
	article {
		width: 800px;
	}
	.details {
		width: 375px;
		margin: 0px;
		padding: 10px;
	}
	.detailsimage img, iframe {
		width: 400px !important;
	}
	.details h2 {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	.details p {
		font-size: 14px;
	}
	.terms {
		padding: 5px 50px;
	}
}

/* ipad portrait */
@media (max-width: 768px) {
	.header {
		height: 680px !important;
		background-position: -300px 0px;
	}
	.buttons {
		padding-top: 535px;
		bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.tagline {
		width: auto;
		font-size: 50px;
	}
	.sections {
		display: block !important;
		position: relative;
		font-family: 'Libre Baskerville Regular';
	}
	.menu {
		display: none;
		height: auto;
		margin-top: 40px;
		position: relative;
		z-index: 0;
	}
	.summary {
		width: 600px;
	}
	.summary h1 {
		font-size: 28px;
	}
	.menu li {
		display: block;
		padding: 0px;
		margin: 0px;
		height: 50px !important;
		width: 180px !important;
	}
	article {
		width: 575px; height: auto;
		padding: 0px;
	}
	.details {
		display: block;
		width: 550px;
	}
	.detailsimage img, iframe {
		display: block;
		width: 575px !important; height: 300px !important;
	}	
	.footer ul {
		text-align: right;
	}
	.footer li:nth-child(1) {
	    display: block;
	}
	.terms {
		padding: 5px 40px;
	}
}

/* iphone landscape */
@media (max-width: 600px) {
	.header {
		height: 680px !important;
		background-position: -300px 0px;
	}
	.menu {
		height: auto;
	}
	.menu li {
		height: 50px !important;
	}
	.summary {
		width: 400px;
	}
	.summary h1 {
		font-size: 26px;
	}
	article {
		width: 425px; height: auto;
		padding: 0px;
	}
	.details {
		display: block;
		width: 400px;
		font-size: 14px;
	}
	.detailsimage img, iframe {
		display: block;
		width: 425px !important; height: auto;
	}	
	.logotext {
		visibility: hidden;
	}
	.footerinfo img {
		margin-left: 8px;
	}
	.footer li {
		font-size: 11px;
		padding: 0px 5px;
	}
	.footer li:nth-child(1) {
	    display: inline-block;
	}
	.terms {
		padding: 5px 20px;
	}
}
/* iphone portrait */
@media (max-width: 480px) {
	.topmenu img {
		margin: 0px 5px;
		padding: 10px 0px;
		height: 60px;
		cursor: pointer;
	}
	.contact {
		display: none;
	}
	.mail img {
		width: 25px; height: auto;
	}
	.header {
		height: 580px !important;
		background-position: -400px 0px;
	}
	.buttons {
		padding-top: 450px;
	}
	.sections {
		margin-bottom: 30px !important;
	}
	.menu {
		margin-bottom: 30px !important;
	}
	.summary {
		width: 80%;
		font-size: 14px;
		margin-top: 0px !important;
	}
	.summary h1 {
		font-size: 26px;
	}
	article {
		width: 80%; height: auto;
	}
	.details {
		display: block;
		width: 90%;
		font-size: 12px;
	}
	.details p {
		font-size: 13px;
	}
	.detailsimage img, iframe {
		display: block;
		width: 100% !important; height: auto !important;
	}	
	.footerinfo img {
		margin-left: 5px;
	}
	.footer li {
		font-size: 10px;
	}
	.footer li:nth-child(1) {
	    display: inline-block;
	}
}