@charset "UTF-8";

/* Global Content Formatting and Styles */
html, body {
	height: 100%;
	margin: 0; padding: 0;
}
body {
	color: #fff;
	line-height: 1.5em;
	font-family: arial;
	font-size: 16px;
	background-color: #404041;
}
h1 {font-size: 2em; font-weight: normal; color: #fff; margin: 0 0 .5em 0;}
h2 {font-size: 1.7em; margin: 0 0 1em 0;}
h3 {font-size: 1.5em; margin: 0 0 1em 0;}
img {max-width: 100%; max-height: 100%;}
p {margin: 0 0 .75em 0;}
ul{list-style-type: none;}
a {text-decoration: none;}
a:hover {}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
	clear: both;
}
.center{
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
header{
	height: 8em;
	padding: 0;
	background-color: #fff;
	margin-top: -1.5em;
}
nav {
	display:block;
	margin: 0; padding: 0;
	font-family: 'Volkhov', serif;
}
nav li {
	display: inline;
}
nav a {
	text-decoration: none;
}
nav a:hover {}
section{
	margin: 0; padding: 0;
}
footer{
	display: block;
	clear: both;
	text-align: center;
	border-top: solid 1px #ccc;
	width: 100%;
}
footer ul{
	margin: 0;
	padding: 0;
}
footer p {
	font-size: .85em; 
	color: #9ba0bd;
}
.wrapper {
	min-height: 50%;
	width: 80%;
	max-width: 73.750em;
	margin: 2em auto;
}
.logosection{
	float: right;
	margin-right: 3em;
	margin-top: 1em;
}
.logo{
	background: url(../images/logo-raul-novo-small.png) no-repeat;
	height: 75px;
	width: 75px;
	display: block;
	/*position: relative;
	left: 80%;
	top: -2em;*/
	margin-left: 35%;
}
.logoText{
	/*position: absolute;
	left: 73%;
	top: 6em;*/
	color: #ccc;
	text-align: center;
}
/*Large Screen Layout*/
img.left {
	float: left;
	padding: 1rem;
	display: block;
}
img.right {
	float: right;
	padding: 1rem;
	display: block;
}
.mobileNav{
	display: none;
}
.topNav{
	position: relative;
	top: 2.5em;
}
.topNav button{
	display: none;
}
.topNav ul{
	font-size: 1.1em;
	text-align:center;
	padding: .3em;
	font-style: italic;
}
.topNav li{
	padding: 0 2em;
	border-right: solid 1px #ccc;
}
.topNav li:last-child{
	border-right: none;
}
.topNav a{
	color: #124091;
}
.topNav a:hover{
	text-decoration: underline;
}
/*footer*/
.footerAddressInfo{
	font-size: .8em;
}
.footerNav{
	padding-top: 2em;
}
.footerNav ul li{
	padding: 0 2em;
	border-right: solid 1px #ccc;
}
.footerNav ul li:last-child{
	border-right: none;
}
.footerNav a{
	color: #fff;
}
.footerNav a:hover{
	text-decoration: underline;
}
/*main content*/
.section_container {
	padding: 0 0 1em 1.5em;
	clear:both;
}
.small_section{
	width: 33%;
	float: left;
}
.content{
	padding: 2em 1em;
}
.entryTextContainter{
	margin-top: 5em;
}
.entryText{
	font-size: 8em;
	line-height: .8em;
	text-transform: uppercase;
	font-family: 'Volkhov', serif;
}
.bioImage{
	-webkit-border-radius: 5em; 
  	-moz-border-radius: 5em; 
  	border-radius: 5em; 
  	margin-bottom: 2em;
}
.squareImage {
	margin-bottom: 2em;
}
.bigNumber{
	font-size: 3em;
	padding-top: 1em;
}
.courtList{
	margin-top: 5em;
	font-size: 2em;
}
.courtList li{
	border-bottom: solid 1px #fff;
}
.courtList li a{
	color: #fff;
	display: block;
	padding: 1em 0;
}
.courtList li a:hover{
	color: #124091;
	/*zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;*/
	background: #616163;
}
.addressInfo h4{
	color: #000;
}
/*language*/
.language{
	position: absolute;
	margin: 2em 0;
	right: 10em;
}
.language span{
	padding-left: .3em;
	color: #fff;
}
.language span:hover{
	text-shadow: 1px 1px 1px #fff;
}
/*map*/
.map-wrapper {
    position: relative;
    padding-bottom: 60%;
    height: 0;
}
.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border: none;
}
.video{
	margin-top: 2.5em;
}
@media all and (max-width: 71.250em) {
	header {
		height: auto;
	}
	.logosection{
		padding-top: 1.8em;
		margin: 0 auto 0 auto;
		float: none;
	}
	.logo {
		margin-left: auto;
		margin-right: auto;
	}
	.topNav {
		position: inherit;
	}
	.topNav li{
		padding: 0 1em;
		border-right: solid 1px #ccc;
	}
	.language{
		right: 5em;
		top: -1em;
	}
	.language span{
	color: #000;
	}
	.language span:hover{
		text-shadow: 1px 1px 1px #000;
	}
}
@media all and (max-width: 40.625em) {
/* second break point */
.section_container .small_section{
	width: 100%;
	float: none;
}
/*.logo{
	top: 2.5em;
	left: 1em;
}*/
.logoText{
	/*left: 8em;*/
	color: #000;
	/*top: 2em;*/
	padding-right: 5em;
}
.entryText {
	font-size: 5em;
}
.bigNumber{
	font-size: 2.5em;
}
.topNav{
	display: none;
}
.mobileNav{
	display: block;
}
.mobileNav select{
	width: 100%;
	padding: .2em;
}
#nav { 
	display: none;
}
img.left, img.right {
	float: none;
}
.footerNav ul{
	padding-bottom: 3em;
}
.footerNav ul li{
	display: block;
	padding: .5em 0;
	text-decoration: underline;
	border-right: none;
}
.footerNav a:hover{
	color: #000;
}
}
@media all and (max-width: 30.000em) {
header{
	height: 10em;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1em;}
.wrapper{
	min-height: 0;
}
.content h1{
	text-align: center;
}
/*.logo{
	left: 40%;
}
*/
.logoText{
	/*top: 6em;
	left: .5em;*/
	padding-right: 0;
	padding-top: 1em;
	font-size: 1.3em;
}
.logoTextremove{
    display: none;
}
.language{
	right: 1em;
}
.entryText {
	font-size: 4em;
}
.bigNumber{
	font-size: 2em;
}
.map-wrapper{
	display: none;
}
.courtList {
	margin-top: 2em;
}
.courtList li{
	line-height: 1em;
}
}