@charset "utf-8";
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strike, strong, 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, section, summary, button, input, select, textarea, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus {
    outline: 0;
}
/* HTML */
html {
    background: #222 url(../../images/background-dark.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin: 0 auto;
}
a {
    color: #f3352e;
    text-decoration: none;
}
a:hover {
    color: #7f100b;
}
h1, h2, h3, h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
}
h1 {
    color: #fff;
    font-family: 'Changa One', 'Open Sans Condensed', sans-serif;
    font-size: 5em;
    margin: 0;
    padding: 0;
}
h2 {
    color: #f3352e;
    font-size: 2em;
    margin: 0;
}
h3 {
    border-bottom: 1px solid #ddd;
    font-size: 2em;
    font-weight: 700;
    margin: 30px 0 10px 0;
    padding: 0 0 5px 0;
}
h4 {
    font-size: 2em;
    font-weight: 400;
    margin: 30px 0 10px 0;
}
h5 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
strong, b {
    font-weight: 700;
}
em, i {
    font-style: italic;
}
button, input, select, textarea {
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
button, input[type=text], input[type=password], input[type=submit], select, textarea {
    -webkit-appearance: none;
}
.floatr {
    display: block;
    float: right;
    margin-left: 5px;
    max-width: 100%;
    max-height: 200px;
}
.floatl {
    display: block;
    float: left;
    margin-right: 5px;
    max-width: 100%;
    max-height: 200px;
}
/* LAYOUT */
.holder {
    margin: 0 auto;
    max-width: 1200px;
}
.padding {
    padding: 0 20px;
}
#top {
    position: relative;
}
#header {
    height: 150px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
}
body.not-home #header {
    background: #f7f7f7 url(../../images/background.jpg) center top repeat-y;
    background-size: 100% auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    position: fixed;
}
#logo {
    height: 0;
    position: relative;
    z-index: 2;
}
#logo a {
    display: block;
    height: 150px;
    width: 360px;
}
#logo span {
    background: url(../../images/logo.png) left top no-repeat;
    background-size: 360px auto;
    display: block;
    height: 190px;
    pointer-events: none;
    text-indent: -9180px;
    width: 100%;
}
html.no-backgroundsize #logo a {
    background-image: url(../../images/logo-alt.png);
}
/* LAYOUT*/
#subnav-padding {
    background: #f3352e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
#subnav {
    float: right;
    height: 25px;
}
#details {
    color: #ffe0df;
    float: left;
    font-size: 1.2em;
    line-height: 25px;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
#details li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#details li:after {
    content: '|';
    color: #d31912;
    padding: 0 5px;
}
#menu-social {
    font-size: 15px;
    float: left;
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
#menu-social > li {
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
}
#menu-social > li > a {
    color: #fff;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 25px;
}
#menu-social > li > a:hover {
    background: #fff;
    color: #f3352e;
}
#menu {
    float: right;
    margin-top: 50px;
}
#menu-main {
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#menu-main > li {
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
}
#menu-main > li > a {
    background: #fff;
    color: #222;
    display: block;
    padding: 8px 10px;
}
#menu-main > li:hover > a, #menu-main > li:hover.menu-current > a {
    background-color: #f3352e;
    color: #fff;
}
#menu-main > li.menu-current > a {
    background-color: #333;
    color: #fff;
}
#menu-main li ul {
    background: #f3352e;
    font-size: 0.9em;
    font-weight: 300;
    left: -9180px;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    width: 200px;
    z-index: 10;
}
#menu-main li:hover > ul {
    left: auto;
    opacity: 1;
}
#menu-main > li ul > li {
    margin: 0;
    padding: 0;
}
#menu-main > li ul a {
    color: #fff;
    display: block;
    padding: 10px;
}
#menu-main ul ul {
    margin: -27px 0 0 195px;
}
#menu-main ul li:hover > a {
    background: #fff !important;
    color: #f3352e !important;
}
#contentholder {
    background: #f7f7f7 url(../../images/background.jpg) center top repeat-y;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
body.not-home #contentholder {
    padding-top: 150px;
}
#footer {
    color: #bbb;
    padding: 20px 0 50px;
    overflow: hidden;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #bbb;
}
#footer-holder {
    overflow: hidden;
    padding: 0 10px;
}
.footercol {
    float: left;
    width: 25%;
}
.footercol h5 {
    color: #ccc;
    font-size: 1.4em;
    font-weight: 700;
    margin: 10px 0 5px 0;
    padding: 0;
}
.footercol p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 5px 10px;
}
.footercol ul {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-top: 5px;
}
.footercol li {
    margin: 0 0 0 25px;
    padding: 0 0 0 5px;
}
#copyright {
    font-size: 1em;
    margin: 20px auto 0;
    padding: 0 20px;
    text-align: center;
}
#copyright p {
    line-height: 1.4em;
    margin: 5px;
}
/* MOBILE */
#menu-mobile-icon {
    display: none;
    float: left;
}
#menu-mobile-icon a {
    background: #fff;
    color: #111;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}
#menu-mobile-icon a:hover, html.mobile-open #menu-mobile-icon a {
    background: #f3352e;
    color: #fff;
}
#menu-mobile {
    display: none;
    font-size: 13px;
    left: -200px;
    position: fixed;
    top: 75px;
    width: 200px;
    z-index: 1;
}
#menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-mobile li {
    margin: 0;
    padding: 0;
}
#menu-mobile a {
    color: #fff;
    display: block;
    padding: 10px 15px;
}
#menu-mobile a:hover {
    background: #f3352e;
}
#menu-mobile > ul ul {
    display: none;
    font-size: 11px;
    margin: 5px 15px;
}
#menu-mobile > ul ul a {
    padding: 10px;
}
/* SLIDES */
#slides {
    overflow: hidden;
    position: relative;
}
#slides-sizer {
    font: normal 0/0 sans-serif;
    z-index: -1;
}
#slides-sizer img {
    height: auto;
    min-height: 200px;
    max-width: 100%;
}
#slides-items, #slides-items > li, #slides-texts, #slides-texts > li {
    height: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#slides-items > li {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#slides-texts {
    z-index: 2;
}
.slides-text {
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
}
.slides-text h1 {
    color: #fff;
    font-size: 4.8em;
}
.slides-text h2 {
    color: #fff;
    font-size: 4em;
}
.slides-text p {
    font-size: 1.4em;
    margin: 10px 0 0;
    padding: 0 20px;
}
.slides-text a {
    background: #f3352e;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
}
.slides-text a:hover {
    background: #fff;
    color: #f3352e;
}
.slides-text-block {
    bottom: 100px;
    position: absolute;
    width: 100%;
}
#slides li.slides-normal {
    opacity: 0;
    z-index: 0;
    transition: opacity 350ms ease-in-out;
}
html.no-csstransforms #slides li.slides-normal {
    display: none;
}
#slides li.slides-current {
    opacity: 1;
    z-index: 1;
}
html.no-csstransforms #slides li.slides-current {
    display: block;
}
#slides-nav {
    bottom: 25px;
    height: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 4;
}
#slides-nav, #slides-nav li {
    margin: 0;
    padding: 0;
}
#slides-nav li {
    display: inline-block;
    font-size: 14px;
}
#slides-nav a {
    color: #ccc;
}
#slides-nav li.slides-current-button a, #slides-nav a:hover, #slides-nav li.slides-current-button a:hover {
    color: #fff;
}
/* ADS */
#ads {
    font: normal 0/0 sans-serif;
    overflow: hidden;
    position: relative;
}
#ads .ads-sizer, #ads .ads-item {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-indent: -9180px;
    width: 100%;
}
#ads .ads-item {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
#map.map-small {
    border: 1px solid #ccc;
    height: 200px;
    margin: 10px 0;
}
/* DESIGNER */
html.webgl #designdisabled {
    display: none;
}
html.no-webgl #designframe {
    display: none;
}
html.no-webgl #designbutton {
    display: none;
}
#designframe {
    font: normal 0/0 sans-serif;
    margin: 50px auto 20px;
    width: 960px;
}
#designframe iframe {
    height: 620px;
    overflow: hidden;
    width: 960px;
}
/* MAP */
#map {
    height: 400px;
}
#map.map-small {
    border: 1px solid #ccc;
    height: 200px;
    margin: 10px 0;
}
.mapinfo {
    margin: 10px 0;
}
.mapinfo p {
    margin: 5px 0;
}
/* BG */
.section {
    position: relative;
}
.section-content {
    position: relative;
}
.section-header {
    background: #222;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 2;
}
.section-higher {
    z-index: 3;
}
.section-header h2 {
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
}
.section-highlight {
    background: #f3352e;
}
.section-highlight h2 {
    color: #111;
}
.section-normal {
    overflow: hidden;
    z-index: 1;
}
.section-blank {
    background: #ccc;
    z-index: 1;
}
.section-medium {
    background: #eaeaea;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    z-index: 3;
}
.section-dark {
    background: #02351d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 4;
}
.section-dark a {
    color: #7fecb9;
}
.section-dark a:hover {
    color: #fff;
}
.section-side {}
.section-side .content-right {
    background: #eaeaea;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    overflow: hidden;
    padding: 0 10px;
}
/* CONTENT */
.content100, .content80, .content75, .content70, .content67, .content60, .content50, .content40, .content33, .content30, .content25, .content20, .content17, .inner100, .inner80, .inner75, .inner70, .inner5070, .inner67, .inner60, .inner50, .inner5050, .inner40, .inner33, .inner30, .inner5030, .inner25, .inner20, .inner17 {
    float: left;
}
.content, .inner {
    width: 100%;
}
.content100, .inner100 {
    width: 100%;
}
.content80, .inner80 {
    width: 80%;
}
.content75, .inner75 {
    width: 75%;
}
.content70, .inner70, .inner5070 {
    width: 70%;
}
.content67, .inner67 {
    width: 66.7%;
}
.content60, .inner60 {
    width: 60%;
}
.content50, .inner50, .inner5050 {
    width: 50%;
}
.content40, .inner40 {
    width: 40%;
}
.content33, .inner33 {
    width: 33.3%;
}
.content30, .inner30, .inner5030 {
    width: 30%;
}
.content25, .inner25 {
    width: 25%;
}
.content20, .inner20 {
    width: 20%;
}
.content17, .inner17 {
    width: 16.6%;
}
.content-header {
    padding: 25px 0;
}
.content-footer {
    margin: 20px 10px;
}
.content-side {
    margin: 10px 0;
}
.content-full {
    margin: 50px 0;
}
.content-bottom {
    margin: 0 0 50px;
}
.content-left {
    margin: 30px 30px 30px 0;
}
.content-middle {
    margin: 30px;
}
.content-right {
    margin: 30px 0 30px 30px;
}
.inner-gap {
    margin: 30px 0;
}
.inner-left {
    margin: 0 20px 0 0;
}
.inner-middle {
    margin: 0 20px;
}
.inner-right {
    margin: 0 0 0 20px;
}
/* CONTENT DISPLAY */
.contenttext {
    color: #676767;
    font-size: 1.3em;
}
.contenttext p {
    font-weight: 300;
    line-height: 1.6em;
    margin: 10px 0;
}
.contentblock {
    font-size: 1.4em;
}
.contentblock h3 {
    font-size: 1.5em;
}
.contentblock h4 {
    font-size: 1.3em;
}
.contentblock p {
    line-height: 2em;
    margin: 10px 0;
    text-align: justify;
}
.contentblock ul, .contentblock ol {
    margin: 10px 0;
    padding: 0;
    text-align: left;
}
.contentblock li {
    line-height: 1.2em;
    margin: 5px 0 5px 25px;
    padding: 0 0 0 5px;
}
.contentblock table {
    border-collapse: collapse;
    margin: 20px 0;
}
.contentblock table td {
    font-size: 13px;
    margin: 0;
    padding: 10px;
}
.contentblock table thead td {
    border: 1px solid #f3352e;
    background: #f3352e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.contentblock table tbody td {
    border: 1px solid #ddd;
}
.contentblock table tbody tr, .contentblock table tbody tr:nth-child(odd) {
    background: #fafafa;
}
.contentblock table tbody tr:nth-child(even) {
    background: #f7f7f7;
}
.contentblock img {
    height: auto;
    max-width: 100%;
}
.contentblock img[align="left"] {
    float: left;
    margin: 0 25px 5px 0;
}
.contentblock img[align="right"] {
    float: right;
    margin: 0 0 5px 25px;
}
.contentblock img[align="middle"], .contentblock img[align="center"] {
    display: block;
    margin: 10px auto;
}
.contentblock blockquote {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    font-style: italic;
    font-weight: 300;
    margin: 20px 0;
    padding: 15px 50px;
    font-size: 1.5em;
    line-height: 1em;
    text-align: center;
}
.contentblock blockquote p {
    line-height: 1.3em;
}
.contentblock blockquote p:first-child, .contentblock blockquote p:last-child {
    display: inline;
}
.contentblock .button {
    font-size: 1em;
}
/* CRUMBS */
.crumbs {
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    list-style: none;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.crumbs li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.crumbs li + li::before, .crumbs li:first-child:before {
    content: '/';
    color: #555;
    font-size: 9px;
    padding: 0 5px;
}
.crumbs li:first-child:before {
    padding-left: 0;
}
.crumbs a {
    color: #999;
}
.crumbs a:hover {
    color: #fff;
}
/* PAGE MENU */
.pagemenu {
    margin: 10px 0;
    overflow: hidden;
}
.pagemenu h4 {
    background: #999;
    border: none;
    color: #fff;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.pagemenu ul {
    background: #ccc;
    font-size: 1.2em;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagemenu > ul > li {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.pagemenu > ul > li + li {
    border-top: 1px solid #eaeaea;
}
.pagemenu > ul > li a {
    color: #444;
    display: block;
    padding: 10px;
    text-align: center;
}
.pagemenu > ul > li a:hover {
    background: #f3352e;
    color: #fff;
}
.pagemenu > ul > li a:hover > em {
    color: #fff;
}
.pagemenu > ul > li > span {
    color: #676767;
    display: block;
    line-height: 1.4em;
    padding: 10px;
    text-align: center;
}
.pagemenu-current {
    font-weight: 700;
}
/* SIMPLE MENU */
.simplemenu {
    border: 1px solid #ddd;
    margin: 10px 0;
    overflow: hidden;
}
.simplemenu h4 {
    background: #ddd;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.simplemenu ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
.simplemenu li {
    border-top: 1px solid #ddd;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: center
}
.simplemenu li a {
    display: block;
    padding: 8px;
    text-decoration: none;
}
.simplemenu li a:hover {
    background: #f7f7f7;
}
/* PAGINATION */
.pagination {
    border-top: 1px solid #ddd;
    font-size: 1.2em;
    line-height: 1em;
    margin: 20px 0;
    overflow: hidden;
}
.pagination ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.pagination li {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
}
.pagination a {
    background: #fff;
    color: #777;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}
.pagination ul li.pagination-current a {
    background: #ddd;
    color: #111;
}
.pagination ul li.pagination-current a:hover, .pagination a:hover {
    background: #f3352e;
    color: #fff;
}
/* BUTTONS */
.button {
    background: #f3352e;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1em;
    margin: 10px auto;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}
.button:hover {
    background: #111;
    color: #fff;
}
.button-inline {
    display: inline-block;
}
.button-small {
    box-shadow: none;
    font-size: 0.9em;
    margin: 0;
    padding: 0.8em;
}
/* IMAGE ITEM LIST */
.imageitemlist {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.imageitemlist > li {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
.imageitemlist-3 > li {
    width: 33.3%;
}
.imageitemlist-4 > li {
    width: 25%;
}
.imageitemlist-5 > li {
    width: 20%;
}
.imageitemlist-6 > li {
    width: 16.66%;
}
.imageitemlist-7 > li {
    width: 14.28%;
}
.imageitemlist-8 > li {
    width: 12.5%;
}
.imageitemlist-holder {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    display: block;
    margin: 0 10px 30px;
    max-width: 400px;
    overflow: hidden;
    padding: 5px;
}
.imageitemlist-wide {
    margin: 20px;
}
.imageitemlist-wide .imageitemlist-holder {
    margin: 0 20px;
}
.imageitemlist-sizer {
    margin: 5px;
    overflow: hidden;
}
.imageitemlist-image {
    border-bottom: 5px solid #f3352e;
    font: normal 0/0 sans-serif;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.imageitemlist-image img {
    height: auto;
    max-width: 100%;
}
.imageitemlist-header {
    color: #111;
    font-size: 1.5em;
    font-weight: 700;
    margin: 5px 0;
    padding: 0;
    text-align: center;
}
.imageitemlist-holder:hover .imageitemlist-header {
    color: #f3352e;
}
.imageitemlist-text {
    color: #676767;
    font-size: 1.3em;
    font-weight: 300;
    margin: 5px 0;
    overflow: hidden;
    text-align: center;
}
.imageitemlist-text p {
    line-height: 1.2em;
    margin: 5px 0;
}
.imageitemlist-date {
    color: #676767;
    border-top: 1px solid #eaeaea;
    padding-top: 3px;
    text-align: center;
}
/* LISTS */
.sitemap {
    font-size: 1.4em;
    margin: 10px 0;
    padding: 0;
    text-align: left;
}
.sitemap > li > a {
    font-size: 1.1em;
    font-weight: 700;
}
.sitemap li {
    margin: 5px 0 5px 25px;
    padding: 0 0 0 5px;
}
.normallist {
    font-size: 1.4em;
    margin: 10px 0;
    padding: 0;
    text-align: left;
}
.normallist li {
    line-height: 1.4em;
    margin: 0 0 0 25px;
    padding: 0 0 0 5px;
}
.itemlist {
    margin: 10px;
}
.itemlist dt {
    font-size: 0.9em;
    font-weight: 700;
    margin: 10px 5px 0 0;
}
.itemlist dt span {
    background: #777;
    color: #fff;
    display: inline-block;
    padding: 5px;
}
.itemlist dd {
    font-size: 1.4em;
    margin: 5px 5px 5px 15px;
    line-height: 1.3em;
}
.itemlist dd.itemlist-text {
    color: #777;
    font-size: 1.2em;
    font-weight: 300;
}
.titlelist {
    margin: 20px;
}
.titlelist dt {
    font-size: 1.6em;
    font-weight: 700;
    margin: 15px 0 5px 0;
    padding: 0;
}
.titlelist dd {
    margin: 0 0 0 10px;
}
.titlelist dd p {
    margin: 5px 0;
}
/* FRAME */
.frame {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    max-width: 100%;
    overflow: hidden;
}
.objectframe {
    font: normal 0/0 sans-serif;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.objectframe iframe, .objectframe embed, .objectframe object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* IMAGES */
.img {
    font: normal 0/0 sans-serif;
    max-width: 400px;
}
.img a {
    display: block;
}
.img a:hover img {
    opacity: 0.9;
}
.img img {
    height: auto;
    max-width: 100%;
}
.imagebox {
    border: 1px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    font: normal 0/0 sans-serif;
    margin: 0 0 20px 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.imagebox img {
    height: auto;
    max-width: 100%;
}
.thumbnails {
    list-style: none;
    margin: 5px 0 0 5px;
    padding: 0;
}
.thumbnails > li {
    float: left;
    margin: 0;
    padding: 0;
    width: 16.66%;
}
.thumbnails > li > a {
    font: normal 0/0 sans-serif;
    display: block;
    margin: 5px 10px 10px 5px;
    max-width: 150px;
    padding: 0;
}
.thumbnails a:hover img {
    opacity: 0.9;
}
.thumbnails img {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    height: auto;
    max-width: 100%;
}
.inner-split .thumbnails li {
    width: 25%;
}
/* THUMBS */
.thumbs {
    overflow: hidden;
    width: 100%;
}
.thumbs-item {
    float: left;
    width: 20%;
}
.thumbs-holder {
    display: block;
    margin: 10px;
}
.thumbs-item-image {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    font: normal 0/0 sans-serif;
    margin: 0 auto;
    max-width: 150px;
}
.thumbs-item-image img {
    height: auto;
    max-width: 100%;
}
.thumbs-item h5, .thumbs-item p {
    margin: 5px 0;
    text-align: center;
}
/* GENERAL */
.fi {
    margin-top: 0;
}
.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.mobile {
    display: none !important;
}
.hide {
    display: none;
}
.indent {
    margin-left: 20px;
}
.gap {
    margin: 20px 0;
}
.gap-alt {
    margin: 10px 0;
}
.more {
    border-top: 1px solid #ddd;
    font-size: 1em;
    line-height: 1em;
    padding: 5px 0 0 0;
    text-align: right;
}
.quote {
    padding: 0 0 0 25px;
    margin: 20px 0;
}
.quote p {
    font-size: 1.7em;
    font-style: italic;
    font-weight: 300;
    margin: 10px 0;
    line-height: 1.5em;
    text-indent: -13px;
}
.quote p:before {
    color: #f3352e;
    content: "\201C";
    font-size: 2em;
    left: -10px;
    position: relative;
    top: 10px;
}
.clear {
    font: normal 0/0 sans-serif;
    clear: both;
}
.clearfix:after, .section:after, .section-holder:after, .section-content:after, .content:after, .inner:after, .contentblock:after, .imageitemlist:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
video {
    width: 100%;
    max-height: 100%;
}
/* FORMS */
.formitem {
    margin: 20px 0 30px;
    width: 100%;
}
.formitem-title {
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}
.formitem-required {
    color: #f3352e;
}
.formitem-object {
    margin: 5px 0;
}
.formitem-input {
    margin: 5px 0;
}
.formitem-input input, .formitem-input select {
    vertical-align: middle;
}
.formitem-box {
    margin: 5px 0 5px 20px;
}
.formitem-message {
    color: #888;
    font-size: 1em;
    margin: 5px 0;
}
.forminput, .formselect {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    min-width: 100px !important;
    padding: 10px;
}
.forminput option, .formselect option {
    color: #333;
}
.formbutton {
    background: #f3352e;
    color: #fff;
    cursor: pointer;
    font-size: 1.4em;
    font-weight: 700;
    padding: 10px;
}
.formbutton:hover {
    background: #f3352e;
    color: #fff;
}
.errormessage {
    background: #fff;
    border: 1px solid #f3352e;
    margin: 0 0 16px 0;
    padding: 0;
}
.errormessage dt {
    background: #f3352e;
    border-bottom: 1px solid #f3352e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
}
.errormessage dd {
    font-size: 13px;
    margin: 10px 0 10px 20px;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ccc;
}
input:invalid {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
/* SHARE */
#socialbar {
    background: #222;
    bottom: 10%;
    font-size: 14px;
    right: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10000;
}
#socialbar h6 {
    background: none;
    border: none;
    color: #999;
    font-size: 9px;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}
#socialbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#socialbar li {
    margin: 3px;
    overflow: hidden;
    padding: 0;
}
#socialbar a {
    color: #f3352e;
    display: block;
    padding: 5px;
}
#socialbar a:hover {
    background: #f3352e;
    color: #fff;
}
/* WIDTHS */
.w5 {
    width: 5%;
}
.w10 {
    width: 10%;
}
.w15 {
    width: 15%;
}
.w20 {
    width: 20%;
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w35 {
    width: 35%;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w75 {
    width: 75%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}
/* TEXT COLORS */
.light {
    color: #888;
}
.highlight {
    color: #f3352e;
}
.sep {
    color: #f3352e;
    font-weight: 800;
}
/* TEXT */
.normalcase {
    text-transform: none;
}
.uppercase {
    text-transform: uppercase;
}
.italics {
    font-style: italic;
}
.bold {
    font-weight: 700;
}
.unbold {
    font-weight: 400;
}
.strike {
    text-decoration: line-through;
}
.xsmall {
    font-size: .8em;
}
.small {
    font-size: .9em;
}
.medium {
    font-size: 1em;
}
.large {
    font-size: 1.2em;
}
.xlarge {
    font-size: 1.3em;
}
.xxlarge {
    font-size: 1.5em;
}
.big {
    font-size: 2em;
    font-weight: 300;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.justify {
    text-align: justify !important;
}
@media screen and (max-height: 800px) {
    #slides-sizer img {
        max-height: 700px;
    }
}
@media screen and (max-height: 400px) {
    #menu-mobile {
        position: absolute;
    }
}
@media screen and (max-width: 1350px) {
    #socialbar {
        bottom: 0;
        right: 10px;
        top: auto;
    }
    #socialbar h6 {
        float: left;
        padding: 12px 0 0 5px;
    }
    #socialbar ul {
        float: left;
    }
    #socialbar li {
        float: left;
    }
}
@media screen and (max-width: 1240px) {
    html {
        overflow-x: hidden;
        background-attachment: scroll;
    }
    body {
        font-size: 9px;
    }
    #top {
        left: 0;
        z-index: 2;
    }
    #header {
        background: #f7f7f7 !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        height: 75px;
        position: fixed;
    }
    #logo a {
        height: 75px;
        width: 180px;
    }
    #logo span {
        background-size: 180px auto;
        height: 95px;
    }
    #top, #menu-mobile {
        transition: left 250ms ease-in-out;
    }
    #menu-mobile {
        display: block;
    }
    #menu-mobile-icon {
        display: block;
    }
    html.mobile-open #top {
        left: 200px;
    }
    html.mobile-open #menu-mobile {
        left: 0;
    }
    #subnav {
        height: 20px;
    }
    #details {
        font-size: 1.1em;
        line-height: 20px;
    }
    #menu-social {
        font-size: 15px;
    }
    #menu-social > li > a {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
    #menu {
        float: left;
        margin: 15px 0 0 200px;
    }
    #menu-main {
        display: none;
    }
    #contentholder {
        padding-top: 75px !important;
    }
    #ads .ads-item {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 1000px) {
    .imageitemlist-wide {
        margin: 20px 0;
    }
    .imageitemlist-wide .imageitemlist-holder {
        margin: 0 10px;
    }
}
@media screen and (max-width: 900px) {
    body {
        font-size: 8px;
    }
    h1 {
        font-size: 4em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.75em;
    }
    h5 {
        font-size: 1.25em;
    }
    .section-side {
        margin: 20px 0;
    }
    .content75, .content67, .content50, .content33, .content25 {
        width: 100%;
    }
    .imageitemlist-wide {
        margin: 20px 0;
    }
    .imageitemlist-wide .imageitemlist-holder {
        margin: 10px;
    }
    .imageitemlist-wide.imageitemlist-4 > li, .imageitemlist-wide.imageitemlist-5 > li, .imageitemlist-wide.imageitemlist-7 > li, .imageitemlist-wide.imageitemlist-8 > li {
        width: 50%;
    }
    .thumbnails > li {
        width: 20%;
    }
    .inner-split .thumbnails li {
        width: 33.3%;
    }
    .not-mobile {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    .content-header {
        padding: 20px 0;
    }
    .content-footer {
        margin: 10px;
    }
    .imageitemlist-4 li {
        width: 50% !important;
    }
    .inner70, .inner30 {
        width: 100%;
    }
    .inner30 .inner-left, .inner70 .inner-right {
        margin: 10px 0;
    }
    .thumbs-item {
        width: 25%;
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 7px;
    }
    .padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footercol {
        width: 50% !important;
    }
    .formitem {
        margin: 10px 0 15px;
    }
    .thumbnails > li {
        width: 25%;
    }
    .thumbnails > li > a {
        margin: 0 5px 5px 0;
    }
}
@media screen and (max-width: 500px) {
    #delivery {
        display: none !important;
    }
    .content-home .content30 {
        float: none;
        width: 100%;
    }
    .content-full, .content-left, .content-middle, .content-right {
        margin: 20px 0 !important;
    }
    .imageitemlist > li {
        width: 100% !important;
    }
    .big {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 450px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.5em;
    }
    .inner80, .inner75, .inner70, .inner60, .inner50, .inner40, .inner33, .inner30, .inner25, .inner20 {
        width: 100%;
    }
    .inner-left, .inner-middle, .inner-right {
        margin: 0 0 10px;
    }
    .imageitemlist-full li {
        width: 100% !important;
    }
    .thumbnails > li {
        width: 33.3% !important;
    }
    .thumbs-item {
        width: 33.3%;
    }
}
@media \0screen {
    html.no-backgroundsize #top {
        min-width: 980px;
    }
    #slides-sizer img, .contentblock img, .imageitemlist-image img, .imagebox img, .thumbnails img {
        width: auto;
    }
}
#iwrap {
    width: 100%;
    height: 2000px;
    padding: 0;
    background-color: transparent;
    margin-top: 20px;
    overflow: hidden;
}
#scaled-frame {
    width: 100%;
    height: 2000px;
    border: 0px;
}