html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

iframe, img {border:0;}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


.header-container,
.footer-container {
    background: #880000;
}

.title {
    color: white;
}

nav	 ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #aa0000;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    color: #aa0000;
    background: white;
}

nav a.active {
    color: #aa0000;
    background: white;
}

.main {
    padding: 30px 0;
}

.main section h1 {
    font-size: 2em;
	text-align: center;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

.ie7 .title {
    padding-top: 20px;
}

a.mobile-version {
  display: block;
	width:120px;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #aa0000;	
}

/* Sections */


.movCon {display:none;}
.index-iframe {display:block;margin:0 auto;float:none;width:520px;height:380px;max-width:97%;}

@media(min-width:600px) {
	.mojeCon, .movCon {display:block; margin:0 auto; max-width:97%; padding:0;position:relative; width:530px;}
	#mov { width:640px;height:360px; max-width:97%;}

}


.map{
height:340px;
width:540px;
max-width:100%;
}

.showGallery {
	cursor: pointer;
	font-weight:bold;
	text-align:center;
}

.gallery-iframe{
height:300px;
max-height:auto;
width:460px;
float:left;
margin:10px;
max-width:100%;	
}

.thumbs a{
float:left;
margin:20px;
}



.cleaner {clear:both;}




/* Media Queries */

@media only screen and (min-width: 480px) {

    nav a {
        float: left;
        /*width: 33%;*/
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {
	
    .title {
        float: left;
    }

    nav {
        float: right;
        width: 48%;
    }

    .main article {
        /*float: left;
        width: 57%;*/
    }

}

@media only screen and (min-width: 1140px) {

    .wrapper {
        width: 70%; 
        margin: 0 auto;
    }
}

.hidden {
    position:absolute;
	left:-6000px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Print */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	
	nav {
		display: none;	
	}

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}