
@font-face {
    font-family: 'Museo';
    font-weight: 300;
    src: url("font/Museo300-Regular.24bb7156f9d3.eot"); /* IE9 Compat Modes */
    src: url("font/Museo300-Regular.24bb7156f9d3.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
         url("font/Museo300-Regular.2f7e0f6bc82d.woff") format('woff'), /* Modern Browsers */
         url("font/Museo300-Regular.b1f91adf7c6b.ttf")  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Museo';
    font-weight: 500;
    src: url("font/museo500-regular-webfont.5cbafe96dc36.eot"); /* IE9 Compat Modes */
    src: url("font/museo500-regular-webfont.5cbafe96dc36.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
         url("font/museo500-regular-webfont.a40d8c425f9a.woff") format('woff'), /* Modern Browsers */
         url("font/museo500-regular-webfont.12da0458bb98.ttf")  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Museo Sans';
    font-weight: 500;
    src: url("font/MuseoSans500-Regular.52c84766a5d9.eot"); /* IE9 Compat Modes */
    src: url("font/MuseoSans500-Regular.52c84766a5d9.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
         url("font/MuseoSans500-Regular.6024b45845dc.woff") format('woff'), /* Modern Browsers */
         url("font/MuseoSans500-Regular.4b40dd2a2574.ttf")  format('truetype'); /* Safari, Android, iOS */
}

/* defaults */

html {
    background: none;
}

body {
    background: #a6a7a9;
    font: normal 14px/155% 'Museo Sans', 'Times New Roman', 'Times', serif;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #ffdd00;
}

hr {
    border-top: 1px solid #999;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    margin: 20px 0;
}

ul {
    padding-left: 17px;
    list-style: none outside url("images/li.21c843a39e93.png");
}

ul li {
    margin: 10px 0;
}

ul li p {
    margin: 0;
}

/* headings */

h1 {
    font: normal 24px/135% 'Museo Sans', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

h1 span {
    display: inline-block;
    line-height: 105%;
    padding: 5px 2px 2px 2px;
    background: #ffdd00;
}

h2 {
    font: 300 24px 'Museo', 'Times New Roman', 'Times', serif;
}

h3 {
    font: normal 18px 'Museo Sans', 'Helvetica', 'Arial', sans-serif;
}

h4 {
    text-transform: uppercase;
    font: normal 16px 'Museo Sans', 'Helvetica', 'Arial', sans-serif;
    margin: 20px 0;
    padding-bottom: 3px;
}

h5 {
    display: inline-block;
    text-transform: uppercase;
    font: normal 16px 'Museo Sans', 'Helvetica', 'Arial', sans-serif;
    border-bottom: 2px solid #ffdd00;
    margin: 20px 0 0 0;
}

/* paragraph rules */

p a {
    text-transform: uppercase;
    color: #000;
}

h4 + h5 {
    margin-top: 0;
}

h5 + p {
    margin-bottom: 0;
}

/* anchors in paragraphs... */

p a,
aside li a {
    display: block;
    margin-top: 8px;
    color: #000;
    text-transform: uppercase;

    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

/*******************************************************
 * The micro clearfix for magical self clearing floats
 * *****************************************************/

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}

/* for IE 6/7 (trigger hasLayout) */
.group {
    zoom:1;
}


/* structure */

.wrap {
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 10px;
}

header {
    margin: 0 0 10px 0;
}

section#content {
    width: auto;
}

/* header styles */

header h1 {
    margin-bottom: 5px;
    float: left;
    margin-top: 40px;
}

header h1 img {
    display: block;
}

header h2 {
    float: right;
    padding: 25px 7px 10px 8px;
    margin: 0;
    background: #fadc30;
    font-weight: 500;
    line-height: 100%;
    font-size: 16px;
}

header h2 a:hover {
    opacity: 0.8;
    color: black;
}


/* main navigation */

a.mobile-nav-expand {
    display: none;
    color: #333;
}

a.mobile-nav-expand img {
    width: 20px;
    height: 20px;
    margin-right: 10px;

    position: relative;
    top: 3px;
}

nav#main-nav {
    float: right;
    clear: right;
    width: 61.5%;
    margin-top: 38px;
}

nav#main-nav ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

nav#main-nav ul li {
    float: left;
    margin-left: 3%;
}

nav#main-nav ul li a {
    display: block;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;

    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

nav#main-nav ul li a:hover,
nav#main-nav ul li a:focus,
nav#main-nav ul li a.selected {
    color: #fadc30;
    text-decoration: none;
    padding-left: 0;
}

/* content */

section#intro img {
    display: block;
    width: 100%;
    height: auto;
}

article.homepage {
    margin-top: 20px;
}

/* columns */

.twocol {
    float: left;
    width: 49%;
}

.twocol.first {
    margin-right: 2%;
}

/* homepage */

.homepage .twocol {
    width: 47%;
    padding: 1%;
    background: #fff;
}

.homepage .twocol img {
    float: left;
    margin-right: 2.25%;
}

.homepage .twocol h1 {
    margin-bottom: 0;
    font-size: 20px;
    padding-left: 44.85%;
}

.homepage .twocol p {
    margin: 10px 0 0 0;
    padding-left: 44.85%;
}

.homepage .twocol h1 a:hover,
.homepage .twocol h1 a:focus {
    color: #000;
}

/* for pages with an aside, detail pages */

.page-detail {
    background: #fff;
}

.page-detail article {
    float: left;
    padding: 70px 8.675% 70px 5.6%;
    width: 59.69%;
}

.page-detail aside {
    float: left;
    width: 26%;
    padding: 70px 0;
}

/* actions */

aside a.download-catalogue {
    display: block;
    background: #ffdd00;
    color: #000;
    padding: 15px;
    margin-bottom: 30px;

    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}

aside a.download-catalogue img {
    float: left;
    margin: 2px 15px 0 0;
}

aside a.download-catalogue p {
    margin: 0;
}

aside a.download-catalogue p span {
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}

aside .action {
    display: block;
    background: url("images/action.2b1c4c603577.png") top left no-repeat #e7e7e7;
    color: #000;
    padding: 30px;
    margin-bottom: 30px;

    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}

aside .contact.action {
    padding: 30px 15px 15px 15px;
}

aside .action h2 {
    margin: 0;
}

aside .contact.action h2 {
    margin: 10px 15px 30px 15px;
}

/* hover effects */

aside a.download-catalogue:hover,
aside a.download-catalogue:focus,
aside a.action:hover,
aside a.action:focus {
    text-decoration: none;
    margin-left: 5px;
}

/* ul's in the aside */

aside ul li a {
    color: #000;
}

/* footer */

footer {
    clear: both;
    margin: 35px 0;
    text-align: right;
}

footer p {
    font-size: 13px;
}

footer div {
    float: right;
    text-align: left;
}

footer p.copyright {
    color: #444549;
}

nav#footer-nav {
    float: left;
}

nav#footer-nav ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

nav#footer-nav ul li {
    float: left;
    margin-right: 20px;
}

nav#footer-nav ul li a {
    color: #000;
    font-size: 13px;
}

nav#footer-nav p {
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    color: #444549;
    font-size: 12px;
}
