body {
    color: #ccc;
    line-height: 120%;
    font-family: Garamond,Tahoma,Arial,sans-serif;
    font-size:1.3rem;
}

a {
  color: #ccc;
}
a:hover {
  color: #e6e6e6;
}

nav ul {
  padding: 0;
  list-style-type: none;
}

.center {
    text-align:center;
    margin:0 auto;
}
.right {
    text-align:right;
}
.left {
    text-align:left;
}
.hidden {
    display:none;
}

.font-colour-red {
   color:#aa0000;
}
.ci-colour-dark {
    background-color:#383838;
}

img {
    margin-bottom:20px;
}

header {
    width: 50%;
    height: 76px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    padding: 10px;
}

footer {
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

footer .footer-nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
footer .footer-nav li {
    float: left;
    padding: 10px;
    list-style-type: none;
}

h1 {
    font-weight:700;
    width: 70%;
    float: left;
    margin: 10px;
    margin-left: 0px;
    z-index: 2;
}
h1 a {
    text-decoration: none;
}
h2 {
    font-size: 2.8rem;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 2.0rem;
}
.clear {
    clear: both;
}

.collapsed {
    display: none;
}
.collapser {
    cursor: pointer;
}

table.products thead tr > th:nth-child(1) {
    width: 85%;
}
table.products td {
    line-height: 100%;
}

/* iframe responsive */
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* end iframe responsive */

/* media queries */

/* mobile */
@media (min-width: 320px) {
    h1 {
        font-size: 2.5rem;
    }

    ul.footer-nav li {
        padding: 4px;
    }
}
/* phablet */
@media (min-width: 480px) {
    header {
        left: 60%;
    }
}

/* Larger than phablet */
@media (min-width: 550px) {
}

/* Larger than tablet */
@media (min-width: 750px) {
    header {
        left: 50%;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}

