/* CSS Document */

html,
body,
h1,
h2,
h3,
h5,
h6,
p,
a {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #ea0009;
}

#ccm-nav-intelligent-search-wrapper {
    display: none;
}

#c5wrapper {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    position: relative;
}

#c5wrapper {
    /*font-family:Arial, Helvetica, sans-serif; */
    font-family: 'Cabin', sans-serif;
}

#header {
    height: 100px;
    background-repeat: repeat-x;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #006699;
}

#logo {
    float: left;
    margin-left: 10px;
}

#tagline {
    padding: 5px 10px 5px 5px;
    color: #006699;
    font-size: 2.2em;
    font-weight: bold;
}

.menu-link {
    right: 0px;
    bottom: 0px text-align: right;
    margin: 10px 10px 0 0;
}

.menu-link li {
    font-size: 24px;
    background-color: #006699;
    color: #ffffff;
    padding: 5px;
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}

.menu-link a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.menu-link a:hover {
    color: #e50000;
}


/* Menu Overlay */

.menu_overlay {
    /* must be initially hidden */
    display: none;
    /* place overlay on top of other elements */
    z-index: 10000;
    /* styling */
    background-color: #fff;
    font-size: 16px;
    min-height: 200px;
    border: 1px none #999999;
    padding: 10px;
    /* CSS3 styling for latest browsers */
    box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}


/* Menu Overlay close button positioned on upper right corner */

.menu_overlay .close {
    background-image: url(/themes/HostUK/images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}


/* Menu Styling */

#menu ul,
#menu li {
    margin: 0px;
    padding: 0px;
}

#menu ul.nav {
    display: block;
}

#menu .nav li {
    float: left;
    margin: 10px;
    display: block;
    list-style: none;
    background-color: #ccc;
    line-height: 40px;
}

#menu ul {}

#menu ul.submenu li {
    clear: both;
    background-color: #eee;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

#menu li a {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #3399cc;
}

#menu .submenu li a {
    border-bottom-style: none;
}

#menu ul.nav a {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin: 0px;
    color: #3399cc;
}

#menu ul a:hover {
    color: #e50000;
}

#menu ul a.noHover-parent:hover {
    color: #3399cc;
    cursor: default
}

#menu ul.submenu li ul li {
    clear: both;
    background-color: #eee;
    display: block;
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

#menu ul.submenu li ul li a {
    border-top: 1px solid #fff;
    text-align: right;
}


/* Content Layout*/

#outer-wrap {
    background-color: #eee;
    width: 100%;
    overflow: hidden;
    /*background-image: url(/themes/HostUK/../images/content-shade-top.png);
	 background-repeat: repeat-x; */
    /* Add box-shadow */
    box-shadow: 0px 0px 10px #333 inset;
}

#outer-wrap h1,
#outer-wrap h2,
#outer-wrap h3,
#outer-wrap h5,
#outer-wrap h6,
#outer-wrap p {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0px;
}

#inner-wrap {
    margin-left: 80px;
    margin-top: 20px;
    margin-right: 80px;
    margin-bottom: 20px;
    padding-right: 80px;
    width: 3000px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.packery {
    max-width: 3000px;
    height: 620px;
}


/* clearfix */

.packery:after {
    content: ' ';
    display: block;
    clear: both;
}

.item {
    width: 200px;
    height: 300px;
    float: left;
    position: relative;
    background: #39C;
    border: 5px solid #39C;
    /* box-shadow:0px 0px 5px #666; */
}

.item.w2 {
    width: 400px;
    background: #39C;
}

.item.h3 {
    height: 620px;
    background: #fff;
}

.item.w3 {
    width: 600px;
    background: #fff;
    text-align: justify;
}

.item.w3 h1,
h2,
h3 {
    text-align: left;
}

.item a {
    color: #000;
}

.item.w3 a {
    color: #000;
}

.item.w3 img {
    padding: 5px;
}

.item.w3 p {
    padding: 5px;
}

.item a,
a:visited {
    color: #fff;
}

#outer-wrap table {
    margin: 10px;
    border: solid 1px #999999;
}

#outer-wrap td {
    border: solid 1px #999999;
    padding: 5px;
}


/* Content Nav*/

#nav-backward {
    height: 660px;
    width: 95px;
    position: absolute;
    left: -20px;
    top: 100px;
    background-image: url(/themes/HostUK/images/nav-left.png);
    background-repeat: no-repeat;
    z-index: 100;
    transition: all .45s ease;
}

#nav-backward:hover {
    transition: all .45s ease;
    left: 0px;
    width: 95px;
}

#nav-forward {
    height: 660px;
    width: 75px;
    position: absolute;
    right: 0px;
    top: 100px;
    background-image: url(/themes/HostUK/images/nav-right.png);
    background-repeat: no-repeat;
    z-index: 101;
    transition: all .45s ease;
}

#nav-forward:hover {
    transition: all .45s ease;
    right: 0px;
    width: 95px;
}

#nav-forward a {
    display: block;
    height: 650px;
    width: 75px;
}

#nav-forward a:hover {
    transition: all .45s ease;
    display: block;
    height: 650px;
    width: 95px;
}

#nav-backward a {
    display: block;
    height: 650px;
    width: 95px;
}


/* Footer */

#footer {
    width: 100%;
    /*background-image: url(/themes/HostUK/../images/footer-bg.png);
	 background-repeat: repeat-x; */
    padding-top: 10px;
    display: table;
    border-collapse: separate;
    border-spacing: 1em;
    border-color: #fff;
    background-color: #fff;
}

#footer ul,
#footer li,
#footer h1 {
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
}

#footer .col {
    width: 23%;
    margin: 1%;
    display: table-cell;
    background-color: #eeeeee;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .col h2 {
    font-size: 24px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    line-height: 30px;
    color: #006699;
}

#footer .col li {
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    line-height: 30px;
}

#footer .col li a {
    text-decoration: none;
    color: #3399cc;
}

#footer .col p {
    margin-top: 10px;
    margin-top: 10px;
}

#footer .col a {
    text-decoration: none;
    color: #3399cc;
}

#footer .col a:hover {
    color: #ff3333;
}

#copyright {
    text-align: center;
    font-size: 9px;
    background-color: #006699;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    line-height: 20px;
}

#oceanweb {
    right: 10px;
}

#b93-93,
#b90-93,
#b128-93,
#b150-93 {
    width: 25%;
    float: left;
}

#a93controls {
    display: none;
}

#hidden {
    display: none;
    position: absolute;
}

label#contact {
    display: block;
    float: left;
    margin: 5px 10px 5px 0;
    width: 130px;
}

label#contacthidden {
    display: none;
}

input,
textarea {
    margin: 5px 10px 5px 0;
}

input#submit {
    float: right;
    margin-right: 20px;
}

#contact span {
    color: #39C;
    font-size: 12px;
}

.contact-small {
    font-size: 12px;
}

.host_button {
    color: #fff!important;
    background-color: #39C!important;
    padding: 2px 10px!important;
    border: 1px solid white!important;
    transition: all .5s ease!important;
    width: auto!important;
}

.host_button a {
    color: #fff!important;
    padding 2px 10px!important;
    text-decoration: none!important;
}

.host_button:hover {
    color: #fff!important;
    padding 2px 10px!important;
    transition: all .5s ease!important;
    background-color: #336699!important;
}


/*! perfect-scrollbar - v0.4.10
 * http://noraesae.github.com/perfect-scrollbar/
 * Copyright (c) 2014 Hyeonje Alex Jun; Licensed MIT */

.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    bottom: 3px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: .5;
    filter: alpha(opacity=50);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: .8;
    filter: alpha(opacity=80)
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: .5;
    filter: alpha(opacity=50);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: .8;
    filter: alpha(opacity=80)
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #39C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #39C;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 6px;
    background-color: #39C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #39C;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

#scroll-container {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 590px;
    height: 610px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.scroll-content {
    width: 585px;
    height: 610px;
}

.login_block_form {
    margin-left: 10px;
}

.login_block_form .loginTxt {
    font-weight: bold
}

.login_block_form .uNameWrap {
    margin: 8px 0px;
}

.login_block_form .passwordWrap {
    margin-bottom: 8px;
}

.login_block_form .login_block_register_link {
    margin-top: 8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none !important;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}