@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
}

td {
    padding: 10px 15px;
}

td.menu {
    font-size:14px
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr, acronym {
    border: 0;
}

body {
    font: 12px/18px "Open Sans", sans-serif;
    width: 100%;
    background: #fff;
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    body {
        max-width: 100%;
    }
}

* {
    color: rgb(51, 51, 51);;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

input {
    vertical-align: middle;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#header {
    height: 88px;
    padding: 0 28px 0 28px;
}

#menu {
    height: 46px;
    padding: 0
}

#menu ul {
    margin: 0
}

#menu ul li {
    font-family: 'MyriadProSemiboldCondensed', serif;
    display: block;
    float: left;
    font-size: 20px;
    padding: 0 0 0 37px;
}

#menu ul li:first-child {
    padding: 0 0 0 40px;
}

#menu ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    height: 32px;
    padding: 14px 28px 0 15px;
    margin: 0 0 0 -28px;
    background: url(/i/down-menu-arrow.png) no-repeat 90% center;
}

#menu ul li a.over {
    background: #00CCFF url(/i/down-hover-menu-arrow.png) no-repeat 90% center;
    color: #FFF;
    -webkit-box-shadow: 0 2px 12px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 0 2px 12px rgba(50, 50, 50, 0.43);
    box-shadow: 0 2px 12px rgba(50, 50, 50, 0.43);
}

#menu ul li a.single {
    background: none;
    padding: 14px 15px 0 15px;
    margin: 0 0 0 -28px;
}

#menu ul li a.single.over {
    background: #00CCFF;
    color: #FFF;
}

#menu ul li .child {
    display: none;
    position: absolute;
    background: #EEEEEE;
    width: 250px;
    margin-left: -28px;
    padding: 12px 0 12px 0;
    -webkit-box-shadow: 2px 6px 8px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 2px 6px 8px rgba(50, 50, 50, 0.43);
    box-shadow: 2px 6px 8px rgba(50, 50, 50, 0.43);
}

#menu ul li .child li {
    float: none;
    font-size: .65em;
    padding: 4px 16px 4px 16px;
}

#menu ul li .child a {
    font-family: 'MyriadProSemibold', serif;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
}

#menu ul li .child a:hover {
    text-decoration: underline;
    color: #00CCFF
}

#content {
    font-family: 'MyriadProRegular', serif;
    background: #FFF url(/i/content-bg.png) repeat-x top;
    padding: 10px 28px 0 28px;
}

#content strong {
    font-family: 'MyriadProSemibold', serif;
}

#content.shortcontentbg {
    background: #FFF url(/i/content-bg-short.png) repeat-x top;
}

#content .price {
    background: #fff;
    width: 100%;
    border: 1px solid #E0E0E8;
}



br.clear {
    clear: both
}

h1, h2, h3 {
    line-height: 1;
}

h1 {
    font-size: 2.7em;
    margin: 10px 0 -5px 0
}

h2 {
    font-size: 1.5em;
    margin: 40px 0 15px 0;
    font-weight: bold;
}

.multi-column h1 {
    font-size: 1.7em;
    margin: 15px 0 15px 0
}

h3 {
    font-size: 1.5em;
    margin: 15px 0 15px 0
}

div.noscheme {

}

div.noscheme img {
    margin: 0 0 20px 0;
    border: 1px solid #dcdcdc
}

a {
    color: #f86e03;
}


#footer {
    padding: 0 28px;
    margin: 0 0 28px 0;
}

table {
    margin: 5px 0;
}

table tr {
    background: #fff !important;
}

tr.tbl_even,
.details tr:nth-child(even) {
    /*background: rgba(223, 226, 236, .4) !important;*/
    background: rgba(0, 131, 255, 0.07) !important;
}

.active-orders td,
.closed-orders td,
.details td {
    border: 1px solid rgba(1, 84, 247, 0.24);
    padding: 7px;
}

td.menu a {
    text-decoration: none;
    padding: 3px 15px;
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

td.menu a:hover {
    /*background: #4e6390;*/
    color: #9E9E9E;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
    color: #fff;
    background: #0154f7;
    border: 1px solid #0154f7;
    border-radius: 5px;
    height: 46px;
    padding: 0 15px;
    font-weight: bold;
}

input[type=button]:hover,
input[type=submit]:hover {
    background-color: #f86e03;
    color: #fff;
    border-color: #f86e03;
}

input[type=text] {
    padding: 11px 5px;
}

marquee {
    padding: 10px 0 !important;
    width: 100% !important;
    font-size: 20px;
    color: #ef1f11;
    background: rgba(255, 203, 203, 0.12);
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 20px;
}

.free,
.holiday,
.busy,
.trust {
    color: #fff !important;
}

.dropdown-details td,
#commTray {
    background: #0D47A1 !important;
    border-radius: 5px;
    margin-top: 2px;
}

.client {
    height: 50px;
}

.client img {
    max-width: 150px;
}

.menu.info {
    background: #E8E8E85C;
    padding: 20px;
}