html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}                  
article, aside, figure, footer, header, hgroup, 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; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
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 #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:16px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea {  }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited {  }
a:hover {  }
ul { }
ol { list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{  }
::selection {  } 

a:link { } 


html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

}

::-moz-selection {
    color: white;
    background: #006b6e;
}

::-webkit-selection {
    color: white;
    background: #006b6e;
}

::selection {
    color: white;
    background: #006b6e;
}

html, body {
    font-family: dosis, 'Arial Narrow', sans-serif;
    background: #455560;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

#container {
    max-width: 1400px;
    margin: 0 auto;
    background: white url(/images/background.jpg) top left repeat;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

#header {
    padding: 15px 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header h1 a {
    display: block;
    background: url(/images/watsons.png) top left no-repeat;
    width: 157px;
    height: 110px;
    text-indent: -999em;
    float: left;
}

#header h2 {
    text-transform: uppercase;
    color: #aaa;
    font-weight: 200;
    font-size: 28px;
    right: 50px;
    position: absolute;
    top: 15px;
}

.header-left {
    flex-grow: 1;
}


#nav {
    margin-left: 20px;
    margin-top: 50px;
}

#menu {
    background: #4a8780; /* Old browsers */
    background: -moz-linear-gradient(top, #4a8780 0%, #287573 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a8780), color-stop(100%, #287573)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a8780 0%, #287573 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a8780 0%, #287573 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a8780 0%, #287573 100%); /* IE10+ */
    background: linear-gradient(top, #4a8780 0%, #287573 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8780', endColorstr='#287573', GradientType=0); /* IE6-9 */

    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);

    border: 1px solid #1a5956;
    border-radius: 5px;
    height: 32px;
    display: flex;
}

#menu li {
    padding: 6px 0;
    position: relative;
}

#menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 0 17px;
    border-right: 1px solid #51a79f;
}

#menu li:hover {
    background: #1f5856;
}

#menu li:last-child a {
    border-right: none;
}

#menu li span.active {
    display: block;
    width: 11px;
    height: 8px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -6px;
    background: url(/images/selected.png) top left no-repeat;
}

#content {
    clear: both;
}

.shadowtop {
    background: url(/images/shadow-top.png) top center repeat-x;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(30px, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
}

.shadowbottom {
    background: url(/images/shadow-bottom.png) bottom center repeat-x;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(30px, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 30px);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

div.content {
    min-height: 250px;
    padding: 50px 50px;
}

.content h1, .content h2 {
    color: #006b6e;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.content h1 {
    font-size: 50px;
}

.content h2 {
    font-size: 30px;
}

.content h3 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 15px;
}

.content ul {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.content li {
    line-height: 1.3em;
    margin: 4px 0;
}

.content p {
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

.content a {
    text-decoration: none;
    font-weight: bold;
    color: #006b6e;
}

.content a:hover {
    color: black;
}

.colourbox img {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.screenshots td {
    padding: 5px;
}

.background {
    background-position: top right;
    background-repeat: no-repeat;
}

.slider {
    margin: 0;
    list-style: none;
    width: 5000px;
    position: relative;
}

.slide {
    position: absolute;
    width: 860px;
    height: 250px;
    padding: 30px 50px;
    display: block;
    float: left;
}

.slide h1 {
    margin-bottom: 10px;
}

.slide p {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 200;
    color: #333;
}

.slide li {
    font-size: 17px;
    color: #333;
    font-weight: 200;
}

#buttons {
    position: absolute;
    margin-top: 250px;
    margin-left: 50px;
    z-index: 999;
}

#buttons li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

#buttons li a {
    color: white;
    display: block;
    text-decoration: none;
    background: url(/images/button.png) top left no-repeat;
    background: rgb(158, 11, 15); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(158, 11, 15, 1) 0%, rgba(132, 11, 15, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(158, 11, 15, 1)), color-stop(100%, rgba(132, 11, 15, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(158, 11, 15, 1) 0%, rgba(132, 11, 15, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(158, 11, 15, 1) 0%, rgba(132, 11, 15, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(158, 11, 15, 1) 0%, rgba(132, 11, 15, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(158, 11, 15, 1) 0%, rgba(132, 11, 15, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0b0f', endColorstr='#840b0f', GradientType=0); /* IE6-9 */

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.3);

    padding: 6px 8px;
    text-align: center;

    width: 197px;
    height: 43px;
}

#buttons .title {
    display: block;
    text-transform: uppercase;
    font-size: 17px;
}

#buttons .click {
    display: block;
    font-size: 12px;
}

#prev, #next {
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(/images/sprite.png);
    margin-top: 140px;
    z-index: 999;
}

#prev {
    margin-left: 5px;
    background-position: 0 -27px;
}

#next {
    margin-left: 928px;
    background-position: -27px -27px;
}

#prev:hover {
    background-position: 0 0;
    cursor: pointer;
}

#next:hover {
    background-position: -27px 0;
    cursor: pointer;
}


#contact label {
    float: left;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 2px;
    width: 80px;
    clear: left;
}

#contact input, #contact textarea {
    border: 1px solid #aaa;
    padding: 2px 5px;
    height: 25px;

    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-size: 16px;
}

#contact textarea {
    height: 100px;
    width: 300px;
}

#contact p {
    margin-bottom: 15px;
}

#contact input[type=submit] {
    margin-left: 84px;
    background: #006B6E;
    color: white;
    font-size: 14px;
    border: 1px solid #006B6E;
    width: 80px;
}

#contact input[type=submit]:hover {
    background: #51A79F;
}

.button {
    display: inline-block;
    padding: 1em 2em;
    background: #006b6e;
    color: white !important;
    margin: 20px 0;
    border-radius: 2em;
}

.button:hover {
    background: #455560;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

footer {

}

footer .logos p {
    display: flex;
    justify-content: center;
}

footer .logos a {
    display: block;
    margin: 20px;
}

footer .links {
    height: 140px;
    background: #006b6e;
    padding: 15px;
}

footer .links ul {
    text-align: center;
}

footer .links li {
    display: inline;
    margin: 0 10px;
}

footer .links a {
    color: white;
    text-decoration: none;
}

footer ul.pages {
    font-size: 16px;
    margin-bottom: 20px;
}

footer ul.legal {
    font-size: 15px;
    margin-bottom: 20px;
}

footer .credit {
    text-align: center;
    font-size: 14px;
    color: white;
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

.hamburger {
    display: none;
    width: 40px;
    cursor: pointer;
}

.hamburger svg {
    display: block;
    margin: 0;
}

@media (max-width: 1200px) {
    #nav {
        visibility: hidden;
        position: fixed;
        left: -250px;
        width: 250px;
        transition: all 0.3s ease-in-out;
        background: #455560;
        margin: 0;
        top: 0;
        bottom: 0;
        box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    }

    #menu {
        background: none;
        height: auto;
        flex-wrap: wrap;
        border: none;
        box-shadow: none;
    }

    #menu li {
        flex-basis: 100%;
    }

    #menu li a {
        display: block;
        width: 100%;
        border: none;
        padding: 0.5em 1.5em;
        font-size: 1.2em;
    }

    #menu li span.active {
        display: none;
    }

    .menu-open #nav {
        left: 0;
        visibility: visible;
    }

    .hamburger {
        display: block;
    }

    div.background {
        background-image: none !important;
    }
}