@charset "UTF-8";

/* ------------------------ RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;	padding: 0;	border: 0; font-size: 100%;	font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { margin: 0px; padding: 0px; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: '';	content: none; } table { border-collapse: collapse;	border-spacing: 0; }

/* -------------------------------------------------------------------------- SPLASH STYLE */

body.splash {
	font: normal 400 16px/20px "Libre Baskerville", "Times New Roman", Times, serif;
	color: #1b1b1b;
}

#ribbon {
	background-color: rgba(255,255,255,1);
	width: 234px;
	height: 234px;
	margin: 0;
	text-align: center;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 30px;
	border-radius: 120px 120px 120px 120px;
	font: normal 400 10px/20px "Libre Baskerville", "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #999;
}

img#logosplash {
	width: 183px;
	height: auto;
	margin: 30px auto 15px;
	display: block;
}

#ribbon a, #ribbon a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	font-weight: 400;
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

#ribbon a:hover, #ribbon a:active {
	color: #1b1b1b;
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.social {
	position: absolute;
	top: 40px;
	right: 0px;
}

body.splash .social {
	position: relative;
	top: auto;
	right: auto;
	margin: 10px auto 0;
}

.social a img {
	opacity: 0.4;
	height: 13px;
	width: auto;
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.social a:hover img {
	opacity: 1;
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.vegas-loading, .vegas-overlay {
	display: none !important;
}

/* -------------------------------------------------------------------------- SITE STYLE */

body {
	font: normal 400 14px/24px "Libre Baskerville", "Times New Roman", Times, serif;
	color: #262626;
}

.bold {
	font-weight: 700;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	text-align: center;
	padding: 42px 0 10px;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
}

#logo {
}

#languages {
	position: absolute;
	top: 38px;
	right: 90px;
}

#languages a {
	margin: 0 5px;
}

body.splash #languages {
	top: 20px;
	right: 20px;
}

#menu {
	letter-spacing: 4px;
	text-transform: uppercase;
}

ul.rmm-main-list a, ul.rmm-main-list a:hover {
  -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out; 
}

body#newspage ul.rmm-main-list a#menu1, 
body#aboutpage ul.rmm-main-list a#menu2, 
body#gallerypage ul.rmm-main-list a#menu3, 
body#videopage ul.rmm-main-list a#menu4 {
	color: #333;
}

#content {
	margin: 32px auto;
}

#footer {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #d4d4d4;
	width: 100%;
}

.clear {
	clear: both;
}

a, a:visited {
	color: #262626;
	text-decoration: underline;
	font-weight: 400;
}

p {
	margin: 0 0 30px;
}

h2 {
	text-align: center;
	font: normal 700 20px/18px "Libre Baskerville", "Times New Roman", Times, serif;
	color: #262626;
	letter-spacing: 10px;
	margin: -20px 0 20px -20px;
	display: none;
}

i {
	font-style: italic;
}

b {
	font-weight: 700;
}

/* -------------------------------------------------------------------------- GALLERY PAGE */

body#gallerypage #content {
	width: 970px;
}

a.gallery {
	display: block;
	float: left;
	position: relative;
	width: 187px;
	height: 259px;
	margin: 0 6px 6px 0;
}

a.gallery img {
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------------------------------- VIDEO PAGE */

.videowrap {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 25px;
	height: 0;
}
.videowrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 530px), only screen and (max-device-width: 530px), only screen and (device-aspect-ratio: 2/3), only screen and (device-aspect-ratio: 40/71) {

#ribbon {
	background-color: rgba(255,255,255,1);
	position: relative;
	top: auto;
	font: normal 400 11px/14px "Libre Baskerville", "Times New Roman", Times, serif;
	letter-spacing: 0;
	left: auto;
	margin: 220px auto 0;
	width: 200px;
	height: 200px;
}

img#logosplash {
  width: 140px;
  height: auto;
  margin: 0 auto 20px;
  padding-top: 20px;
  display: block;
}

#container {
	width: 100%;
}

#header {
	padding: 20px 0 0;
}

#logo {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.social {
	position: absolute;
	top: 15px;
	right: 10px;
}

body.splash .social {
	position: relative;
	top: auto;
	right: auto;
	margin: 15px auto 0;
}


#languages {
	top: 14px;
	right: auto;
	left: 4%;
}

body.splash #languages {
	top: 20px;
	right: 20px;
	left: auto;
}

#content {
	padding: 0 20px;
	margin: 7% auto;
}

h2 {
	margin: -10px 0 25px 10px;
	display: block;
}

p {
	text-align: justify;
}

/* -------------------------------------------------------------------------- GALLERY PAGE */

body#gallerypage #content {
  width: 90%;
  padding: 0 5%;
}

a.gallery {
  display: block;
  float: left;
  position: relative;
  width: 46%;
  height: auto;
  margin: 0 2% 4%;
}

a.gallery img {
  width: 100%;
  height: auto;
}

}