@import url(http://fonts.googleapis.com/css?family=Lato:100,300);

/* fixed footer -------------------------------- */

html, body {height: 100%;}

#wrap {
clear: both;
height: auto !important;
margin-bottom: -70px;
min-height: 100%;
}
#push {
height: 70px;
}

footer {
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	clear:both;
	}

/* main styles -------------------------------- */

body{
	background-color: #ececec;
	font: 100%/1.5em Georgia, "Times New Roman", Times, serif;
	background: url(../img/sonipm_bg_tex_2.png) #eeede6;
}
.hidden {
	display: none;
	visibility: hidden;
}
img, object, embed {
	height: inherit;
}
a {
	color: black;
}
a:hover {
	color: black;
}
a img {
	border-width: 0;
	border-style: none;
}
.header .row {
	position: relative;
}
header {
		border-bottom: 3px double black;
	}
.logo {
	height: 112px;
	text-align: center;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
.columns .logo a img {
	border-style: none;
	margin-bottom: 0;
}
.right {
	float:right;
	margin: 0;
}
.switch {
	background-color: silver;
	z-index: 2000;
	position: absolute;
	right: 24px;
	top: 0;
}
.switch li {
	float: left;
	font-weight: bold;
	list-style-type:none;

}
.switch li a {
	color: white;
	display: block;
	padding: 5px 10px;
	font: bold 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.switch li a:hover {
	background-color: white;
	color: #DBC891;
}
.switch li.active a {
	background-color: #DBC891;
	color: white;
}
.columns img {
	margin-bottom: 20px;
}
.left {
	margin-right: 16px;
}
a.nomad {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 3px;
	text-transform: uppercase;
	color: gray;
}
.nomad img {
	width: 36px;
	height: 36px;
	background-color: silver;
	border-radius: 8px;
	margin-top: -11px;
	margin-left: 8px;
	margin-bottom: 0;
	vertical-align:text-top;
}
.nomad:hover img {
	background-color: gray;
}

.nomad.active img {
	background-color: #DBC891;
}

img.nomad_128 {
	width: 128px;
	height: 128px;
	background-color: silver;
	border-radius: 24px;
	float: left;
	margin-right: 16px;
}

.menu nav {
	padding-top: 16px;
	border-bottom: 3px double black;
}

.menu nav ul { 
	font-weight: bold;
	list-style-type:none;
	margin-bottom: 14px;
}
.menu nav li {
	display:inline;

}
.menu nav li a {
	text-decoration:none;
	border-radius: 16px;
	padding: 6px 12px;
	display: inline;
		color: gray;
}
.menu nav li.active a {
	background-color: #DBC891;
	color: black;
}
.menu nav li a:hover {
	background-color: white;
	color: black;
}
.pad {
	padding-right: 16px;
	padding-left: 16px;
}

.header .columns, .headband .columns, footer .columns, form .columns {
	margin-bottom: 0;
}

.headband {
	margin-bottom: 20px;
}

.headband .columns img {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.02em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'Lato', sans-serif;
	color: black;
}

h1 {
	margin-top: 16px;
	color: black;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 100;
	margin-bottom: 20px;
}
	
.headband h1 {
	padding: 10px 10px;
	text-align: center;
	/*
	position: absolute;
	top: 0;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
	*/
	margin-top: 20px;
	margin-bottom: 10px;
}
h2, h3 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 0.8em;
}
h2 a, h3 a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: black;
}
h2 {
	border-bottom: 3px double #666666;
	padding-bottom: 16px;
}

.columns h2 img {
	margin-bottom: 0;
	height: 36px;
}
.rnd {
	background-color: white;
	height: 52px;
	width: 52px;
	padding: 8px;
	margin-right: 16px;
	border-radius: 26px;
	float: left;
}

.link {
	color: gray;
}

a.link:before
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	content: "\2794" "\00A0";  /* Some fancy character */
	font-weight: bold;
	color: #DBC891;
}
.hideme {
	color: white;
}
a:hover .hideme {
	color: gray;
}
ul {
	list-style-position:inside;
}
.demi {
	width: 50%;
	float: left;
}
img.framed {
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 5px;
}
.framed p {
	margin-bottom: 0;
}


article {
	margin-bottom: 64px;
}

.columns p, .columns ul, .columns .framed {
	margin-bottom: 1.6em;
}
.sitemap {
	padding-top: 16px;
}
.sitemap ul {
	list-style-type:none;
}

.sitemap a, .footer p {
	color: white;
	font-weight: bold;
	font-size: 0.7em;
	margin-bottom: 0;
}
.sitemap a:hover {
	color: #33CCFF;
}
.footer {
	background-color: black;
	padding-top: 8px;
	padding-bottom: 8px;
}

table {
	margin-bottom: 40px;
}

table, 
table thead tr th, 
table tfoot tr td, 
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
	font: 10px Verdana, sans-serif;
}
table thead tr th {
	font-weight: bold;
}

div#mep_0.mejs-container, video {
	width: 100%;
	height: auto;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #FF6600;
}
.date {
	display: inline-block;
	margin-bottom: 8px;
		background-color: #DBC891;
		color: black;
	}


@media (max-width: 1138px) {


}

@media (max-width: 767px) {
.header {
position: static;
right: 0;
left: 0;
	z-index: 1000;
}
.nomad {
	margin-top: -56px;
}
.menu nav ul {
	margin-bottom: 10px;
}
.menu nav li a {
	display: block;
}
/*
.menu nav li a:hover {
	
}
.menu nav li.active a {

}
*/
.headband {
	margin-top: 0px;
}
.headband h1 {
	position: static;
	margin-top: 0;
	margin-bottom: 0;
}
.headband .columns img {
	margin-bottom: 0;
}
}

@media (min-width: 768px) {

}
@media (max-width: 480px) {

}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}