/*
  $Id: stylesheet.css - 4.0 2018/04/11 13:40:21

  Charles Studios. All Rights Reserved
  http://www.charlesstudios.com
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0 4px;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #777;
    text-decoration: none;
    border-bottom: 1px dotted #777;
}

a:hover { color: #e70000; border-bottom: 1px dotted #e70000; }

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #DFDFDF;
    border-bottom:1px solid #FFF;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* MAIN STYLE STARTS HERE */
body {
    background: #FFF;
    margin: 0;
    padding: 0;
    font-family: 'Gafata', sans-serif;
    font-size: 18px;
    color: #000;
}

.toTop {
    position: fixed;
    display: none;
    bottom: 0;
    right: 10px;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 12px;
    font-family: 'Gafata', sans-serif;
    z-index: 999;
}

.toTop a {
    display: block;
    background-color: rgba(0,0,0,0.2);
    padding: 8px;
    color: #777;
    font-weight: 300;
}

.toTop a:hover {
    background-color: #e70000;
    color: #FFF;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    z-index: 99;
}

.container {
    position: relative;
    width: 860px;
    margin: 0 auto;
}

/* SLIDESHOW */
.logo {
    position: absolute;
    top: 355px;
    left: 1080px;
    z-index: 9;
}

#slideshow {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#slideshow img.active { z-index: 7; }
#slideshow img.last-active { z-index: 6; }

/* FOOTER */
.footer {
    position: relative;
    display: block;
    border-top: 1px solid #FFF;
    background: #EBEBEB;
    width: 100%;
    margin: 0 auto;
    color: #888;
    font-size: 14px;
}

.copyrights {
    display: inline-block;
    margin: 35px 20px;
    text-align: left;
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.pull-left { float: left; }
.pull-right { float: right; }

.appear { display: none; }

/* COLUMNS */
.col-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 25px 0 50px 0;
}

.col-container:after {
    content: "";
    clear: both;
    display: table;
}

.col-half {
    float: left;
    margin: 0 8px;
    padding: 12px;
    width: 44%;
}

.col-third {
    float: left;
    margin: 0 12px;
    padding: 0;
    width: 29%;
}

.col-quarter {
    float: left;
    margin: 0 12px;
    padding: 0;
    width: 21%;
}

.col-three-quarters {
    float: left;
    margin: 0 12px;
    padding: 0;
    width: 68%;
}

.status {
    font-size: 16px;
    margin-top: 16px;
    margin-left: -16px;
    float: left;
    font-weight: bold;
    color: #e70000;
}

.status span { color: #595959; }

.table-1 { width: 100%; margin: 25px auto; }
.table-1 td { vertical-align: middle; }

h1.not-found {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #e70000;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 172px;
    border: none;
}

.gallery a, .video a { border: none; }
.gallery a:hover, .video a:hover { opacity: 0.7; }
.video span { font-size: 16px; display: block; padding-bottom: 24px; }

.loading {
    position: absolute;
    display: none;
    width: 100%;
    height: 475px;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../img/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

/* TITLES */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

h1 {
    color: #000;
    background: url('../img/mtp-small.png') center right no-repeat;
    margin: 0;
    margin-bottom: 16px;
    padding: 4px 0;
    font-size: 36px;
    border-bottom: 1px solid #EAEAEA;
}

h2 {
    margin: 10px 0;
    padding: 0;
    font-size: 22px;
    color: #E70000;
    font-weight: 400;
}

h3 {
    padding: 6px 0;
    background: none;
    color: #222;
}

.blockquote {
    display: block;
    width: 80%;
    background: url('../img/quote.png') no-repeat top right;
    margin: 0 auto;
    padding: 0 16px 0 8px;
    border-left: 4px solid #E70000;
}

.quote {
    display: block;
    padding: 2px 20px;
    color: #595959;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.author {
    padding: 2px 20px;
    font-size: 14px;
    color: #444;
}

em {
    color: #E70000;
    font-weight: bold;
    font-size: 14px;
}

/* IMAGES */
.img { border: 0; }

.img-left {
    border: 1px solid #DADADA;
    margin: 0 16px 16px 0;
    padding: 4px;
    float: left;
}

.img-right {
    border: 1px solid #DADADA;
    margin: 0 0 16px 16px;
    padding: 4px;
    float: right;
}

.img-center {
    display: block;
    border: none;
    margin: 0 auto;
}

.thumb {
    border: 1px solid #DADADA;
    width: 100%;
    margin: 8px auto;
    padding: 3px;
}

/* BUTTONS & FIELDS */
.btn {
    border: none; /* No border */
    background: #000;
    color: #FFF;
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn:hover { background: #E70000; color: #FFF; }

.btn-small { padding: 6px 12px; font-size: 11px; }
.btn-medium { padding: 12px; font-size: 13px; }
.btn-large { padding: 12px 20px; font-size: 13px; }

input[type=text], textarea {
    width: 100%;
    float: right;
    padding: 3px;
    border: 1px solid #EAEAEA;
    font-family: 'Gafata', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 6px 0;
    padding: 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* MESSAGES */
.success { color: green; }
.warning { color: #be8900; }

/*LIST */
ul.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

ol.list {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

ul.list li {
    background-image: url('../img/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 16px;
    padding-left: 18px;
    line-height: 18px;
}

/* MAIN MENU */
nav {
    position: relative;
    display: block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #EBEBEB;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu {
    position: relative;
    display: block;
    width: 830px;
    height: 59px;
    line-height: 59px;
    margin: 0 auto;
    overflow: hidden;
}

.menu ul {
    list-style: none;
    position: relative;
    display: block;
}

.menu ul * { margin:0; padding:0 }

.menu ul li {
    position: relative;
    float: left;
    display: inline-block;
}

.menu ul li a {
    display: block;
    padding: 0 32px;
    font-size: 16px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.menu ul li a:hover { background: #FFF; color: #e70000; }
.menu ul li.current a { background: #FFF; color: #e70000; }

ul.useful-links {
    list-style: none;
    position: relative;
    display: block;
}

ul.useful-links * { margin:0; padding:0 }

ul.useful-links li {
    position: relative;
    float: left;
    display: inline-block;
    width: 33%;
    padding: 4px 0;
}

.menu ul li a {
    display: block;
    padding: 0 32px;
    font-size: 16px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
