/*!
 * jQuery Video Background plugin
 * https://github.com/georgepaterson/jquery-videobackground
 *
 * Copyright 2011, George Paterson
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
/*
 * The following styles are for example only.
 * Styling will likely be project specific. 
 *
 */	
@font-face {
  font-family: 'FBook';
  src: url("/themes/FuturaStd-Book/FuturaStd-Book.eot") format("eot"), url("/themes/FuturaStd-Book/FuturaStd-Book.woff") format("woff"), url("/themes/FuturaStd-Book/FuturaStd-Book.ttf") format("truetype");
}
 html {
 	overflow-x: hidden;
 }

a, li{
	text-decoration: none;
} 
body {
	color: #aba16c !important;
	font-family: 'FBook', sans-serif !important;
}
a {
	color: #aba16c;
}



.ui-video-background {
	position: absolute;
	top: 72%;
	left: 48%;
}
.ui-video-background-controls {
	margin: 0;
	padding: 0 10px;
}
.ui-video-background-controls li {
	float: left;
	padding: 10px;

}
.ui-widget-content {
	background: none;
	border: 1px solid white;
	border-radius: 0px;
}

body, html {
	width: 100%;
	height: 100%;
}
body {
	display: table;
}

.center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.middle {
	margin: 16% 0;
	font-weight: 500;
	width: 100%;
	max-width: 704px;
}

ul {
	margin: 0;
	padding: 0;
}


.menus {
	font-size: 13px;
}
#person {
	text-align: center;

}

#person li {
	
	font-size: 11px;
}
#menu {
	text-align: center;
	margin-bottom: 1em;

}

#menu li {
	display: inline-block;
	margin-right: 15px;
}

#clear {
	clear: both;
}

@media all and (max-width:800px) { 

 .logos {
 	width: 100% !important; 
 	position: relative !important;
 	margin-bottom: 5em;
 	top: 2em !important;
 }
 #logo img {
 	max-width: 220px !important;
 	margin-top: 4em;
 }
 .logos img{
 	width: 100%;
 }
 .menus {
 	width: 100% !important;
	margin: 0 auto;
	max-width: 100%;
	bottom: 0em !important;
	left: 0;
	position: relative !important;

 }
 .sound audio {
 	display: none !important;
 }
 .center {
 	width: 100%;
 	padding: 0 2em 5em;
 }
 body {
 	background-size: initial !important;
	background-repeat: no-repeat;
	background-position: center !important;
 }
 .middle {
 	margin: 8em 0;
 }
 #person {
 	margin-top: 2em !important;
 }
 #person li {
 	font-size: 9px;
 }
 /*#logo {
 	position: absolute;
	top: 2em;
	text-align: center;
	width: 100%;
	left: 0;
 }*/
 .menus {
/* 	position: absolute;
	bottom: 2em;
	text-align: center;
	width: 85%;
	left: 0;
	padding: 0 2em;*/
 }
 #menu li {
	display: block;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 1em;
	float: left;
	font-size: 12px;
 }
#menu {
text-align: center;
margin-bottom: 6em;
font-size: 110%;
margin-top: 2em;
}

}

@media all and (max-width:320px) { 

 .middle {
 	margin: 13em 0;
 }
 

}	
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

 .middle {
 	margin: 8em 0;
 }








}