html,
body {
	width: 100%;
	height: 100%;
}

html {
    overflow: hidden;
}

body {
    background: #fff;
    color: #4a4a4a;
    font: normal 12px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

/* Layout *********************************************************************/
#wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px;
    width: 940px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#preloader {
    background: #a0c5d5 url(../img/preloader.gif) no-repeat center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#top,
#top-menu,
#breadcrumbs,
#header,
#main,
#footer {
    margin: 0 auto;
    width: 940px;
}

#top {
    height: 70px;
}

#top-menu {
    margin-bottom: 1px;
    height: 39px;
}

#breadcrumbs {
    margin: 0 0 1px;
}

#header {
    margin: 0 0 16px;
    height: 219px;
}

#main {
    overflow: hidden;
    margin: 0 -30px;
    padding: 0 30px 340px;
}

#sidebar {
    float: left;
    margin: 0 20px 0 0;
    width: 220px;
}

#sidebar-right {
    float: right;
    margin: 0 0 0 16px;
    width: 154px;
}

#content {
    overflow: hidden;
    padding: 0 7px 0 16px;
}

#sidebar + #content {
    padding: 0;
}

#footer {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    height: 90px;
}

/* Misc ***********************************************************************/
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

ul, ol {
    margin: 0 0 18px;
}

ul li {
    margin: 0 0 6px;
    padding: 0 0 0 16px;
    background: url(/img/list-marker.png) no-repeat -100px -47px;
}

a {
    color: #1f5d97;
    text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
}

p {
    margin: 0 0 18px;
}

/* Headers ********************************************************************/
h1 {
    margin: 10px 0 13px;
    color: #205f9a;
    text-transform: uppercase;
    font: bold 17px/17px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

h1 cufon {
   padding: 0 0 7px;
}

h2 {
    color: #fff;
    letter-spacing: -1px;
    font: bold 18px/22px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

h3 {
    color: #fff;
    letter-spacing: -1px;
    font: normal 18px/22px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

h4 {
    margin-bottom: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -1px;
    font: normal 15px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

h4 cufon {
    margin-bottom: 4px;
}

h5 {
    color: #4a4a4a;
    font: bold 14px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

h5 cufon {
    margin-bottom: 4px;
}

h6 {
    margin: 0 0 18px;
    font: bold 12px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

/* Button *********************************************************************/
form td button,
form.custom-form button,
a.button {
    position: relative;
    float: left;
    display: block;
    margin: 0;
    padding: 8px 0;
    width: 137px;
    height: 12px;
    background: url(/img/button.png) no-repeat top;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font: normal 12px/12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    cursor: pointer;
}

form td button:hover,
form.custom-form button:hover,
a.button:hover {
    background-position: bottom;
}

form td button,
form.custom-form button {
    height: 28px;
}

form.custom-form button {
    float: none;
    display: inline-block;
}

*+html form.custom-form button {
    display: inline;
    vertical-align: middle;
}

/* To Top Button **************************************************************/
a.toTop {
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 25;
    display: block;
    padding: 7px 0 7px 36px;
    width: 74px;
    height: 12px;
    background: url(/img/toTop-button.png) no-repeat;
    color: #1f5d97;
    text-decoration: none;
    font: normal 11px/11px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

a.toTop i {
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    width: 9px;
    height: 5px;
    background: url(/img/arrows.gif) no-repeat 0 -13px;
}

a.toTop span {
    display: inline-block;
    height: 11px;
    border-bottom: 1px solid #1f5d97;
}

a.toTop:hover span,
a.toTop:active span {
    border-bottom-color: transparent;
}

*+html a.toTop span cufon {
    top: -2px !important;
}

/* Feedback Popup *************************************************************/
#popup-feedback,
#popup-support,
#popup-question {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 600;
    display: none;
    margin: -200px 0 0 -374px;
    padding: 24px;
    width: 668px;
    height: auto;
    background: url(/img/feedback-popup.png) no-repeat;
background-size:cover;
}

#popup-feedback a.close,
#popup-support a.close,
#popup-question a.close {
    position: absolute;
    top: -6px;
    right: -5px;
    display: block;
    overflow: hidden;
    width: 21px;
    height: 21px;
    background: url(/img/feedback-popup-close.png) no-repeat;
    text-indent: -9999px;
}

#popup-feedback form,
#popup-support form,
#popup-question form {
    margin: 0;
    padding: 0;
}

#popup-feedback form table tbody tr td:first-child,
#popup-support form table tbody tr td:first-child,
#popup-question form table tbody tr td:first-child {
    padding-left: 0;
    width: 220px;
}

#popup-feedback form table tbody tr td:first-child label,
#popup-support form table tbody tr td:first-child label,
#popup-question form table tbody tr td:first-child label {
    left: 0;
    padding-left: 0;
    background: none;
    font-weight: bold;
}

#popup-feedback form table tbody tr td input[type="text"],
#popup-feedback form table tbody tr td textarea,
#popup-support form table tbody tr td input[type="text"],
#popup-support form table tbody tr td textarea,
#popup-question form table tbody tr td input[type="text"],
#popup-question form table tbody tr td textarea {
    width: 363px;
}

#popup-feedback form table tbody tr td input[type="text"]#tel,
#popup-support form table tbody tr td input[type="text"]#tel,
#popup-question form table tbody tr td input[type="text"]#tel {
    width: 188px;
}

#popup-feedback form table tbody tr td textarea,
#popup-support form table tbody tr td textarea,
#popup-question form table tbody tr td textarea {
    height: 84px;
}

#popup-feedback form table tbody tr td button,
#popup-support form table tbody tr td button,
#popup-question form table tbody tr td button {
    width: 205px;
    background-image: url(/img/feedback-button.png);
}

#popup-feedback form table tbody tr td button span.left,
#popup-support form table tbody tr td button span.left,
#popup-question form table tbody tr td button span.left {
    padding-left: 40px;
    width: auto;
}

#popup-feedback form table tbody tr td button span.right,
#popup-support form table tbody tr td button span.right,
#popup-question form table tbody tr td button span.right {
    width: 35px;
}

#popup-feedback form table tbody tr td button i,
#popup-support form table tbody tr td button i,
#popup-question form table tbody tr td button i {
    position: absolute;
    top: 9px;
    left: 20px;
    display: block;
    width: 5px;
    height: 9px;
    background: url(/img/arrows.gif) no-repeat;
}

.news-detail h3 {
    color: #4a4a4a;
}

.news-date-time {
    display: block;
    margin-bottom: 10px;
}
/*cookie disclaimer*/
 .cookie-disclaimer {
width: 100%;
            position: fixed;
            bottom: 0;
left:0;
            z-index: 2;
            background: #eee;
padding: 20px 30px 0;
            display: block;
            box-sizing: border-box;
            border-radius: 8px 8px 0 0;
        }
        .cookie-disclaimer.close {
            display:none;
        }
        .cookie-disclaimer .cookie-close {
            background: url('/img/feedback-popup-close.png') no-repeat;
            width: 21px;
            height: 21px;
            position: absolute;
            right: 5px;
            top: 5px;
            cursor: pointer;
        }
        .cookie-disclaimer .cookie-text {
            overflow: hidden;
            transition: .2s;
        }
        .cookie-disclaimer .cookie-text.closed {
            height: 0;
        }