/*************/
/* css reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: url(images/jpeg/body-bg.jpg) repeat;
    font-family: tahoma, arial, sans-serif;
}

ol, ul, li {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    padding: 0 0 12px;
    margin: 0 0 0 15px;
}

.nav ul, .nav li, .tabs li, .tabs, .categories, .categories li, .footer-nav, .footer-nav li, .category-list, .category-list li, .navigation ul, .navigation ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/******************/
/* embedded fonts */
/******************/

/*******************/
/* layout elements */
/*******************/

.container {
    width: 100%;
    margin: 0 auto;
}

.top-banner {
    background: #004B95;
    height: 3px;
}

.logo {
    width: 100%;
    max-width: 360px;
    display: block;
    height: auto;
    margin: 0 auto 0;
    padding: 18px 0 16px;
}

.section-1 {
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    padding: 0;
}

.product-small {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    padding: 2%;
    width: 42%;
    float: left;
    margin: 2%;
}

.product-small-image {
    width: 100%;
    margin: 0;
}

.navigation {
    background: #004B95;
    display: block;
    overflow: hidden;
}

.navigation li {
    float: right;
    width: 20%;
    overflow: hidden;
    cursor: pointer;
    background: #004B95;
}

.nav-phone {
    width: 99%;
    height: 45px;
    display: block;
    float: left;
    border-left: 1px solid #005BB4;
    background: url(images/png/phone-icon-nav.png) no-repeat center center;
}

.nav-search {
    width: 99%;
    height: 45px;
    display: block;
    float: left;
    border-right: 1px solid #005BB4;
    background: url(images/png/search-icon-nav.png) no-repeat center center;
}

.nav-account {
    width: 99%;
    height: 45px;
    display: block;
    float: left;
    border-right: 1px solid #005BB4;
    background: url(images/png/account-icon-nav.png) no-repeat center center;
}

.nav-navigation {
    width: 99%;
    height: 45px;
    display: block;
    float: left;
    background: url(images/png/nav-icon-nav.png) no-repeat center center;
    border-left: 1px solid #005BB4;
}

.nav-basket {
    width: 100%;
    height: 45px;
    display: block;
    float: left;
    background: #027939 url(images/png/basket-icon-nav.png) no-repeat center center;
}

.nav-item {
    border-bottom: 1px solid #FFFFFF;
    display: block;
    text-decoration: none;
    padding: 18px 0 18px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    width: 100%;
}

.main-image {
    background: #4C4C4C url(images/jpeg/main-image.jpg) no-repeat left top;
    background-size: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 6% 0 0 0;
}

.image01 {
    background: url(images/jpeg/image01.jpg) no-repeat center center;
    background-size: 116%;
    height: 182px;
    display: block;
    overflow: hidden;
}

.image02 {
    background: url(images/jpeg/image02.jpg) no-repeat center center;
    background-size: 116%;
    height: 182px;
    display: block;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.product-small h4 {
    float: left;
    width: 90%;
    padding: 2px 0 0 5%;
}

.basket-button-small {
    display: block;
    background: #027939 url(images/png/basket-small.png) no-repeat center center;
    width: 33px;
    height: 32px;
    float: right;
    margin: -35px 0 0;
    text-indent: -99999px;
}

.basket-button-small:hover {
    background: #015025 url(images/png/basket-small.png) no-repeat center center;
}

.view-button-small {
    height: 0;
    text-indent: -99999px;
    max-height: 0;
    overflow: hidden;
    float: left;
}

.productsearch {
    border: none;
    padding: 10px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    width: 215px;
    color: #888888;
    position: relative;
    float: left;
}

.search-box {
    border: 1px solid #C8C8C8;
    width: 265px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.search-bar, .phone-number, .login {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.search-button {
    background: url(images/png/search-icon.png) no-repeat center center;
    width: 45px;
    height: 38px;
    text-indent: -9999999px;
    float: left;
    border: 0 solid;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    position: absolute;
    top: 1px;
    right: 10px;
}

.phone-number {
    text-align: center;
}

.number-big {
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #3E3E3E;
}

.basket {
    background: #027939;
    padding: 15px 0;
    text-align: center;
    display: block;
}

.basket-text {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFFFFF;
}

.basket-overview {
    display: none;
}

/*************************/
/* links and navigations */
/*************************/

.home .nav-home a,
.about .nav-about a,
.contact .nav-contact a {}

.button {
    display: inline-block;
    background: #027939;
    padding: 12px 15px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    border: 1px solid #0A5C30;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 0 #019043;
    -moz-box-shadow: inset 0 1px 0 0 #019043;
    box-shadow: inset 0 1px 0 0 #019043;
}

/********/
/* text */
/********/
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #292A2A;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 0 0;
    color: #606161;
    text-decoration: none;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 10px 0;
    color: #3C3C3C;
}

.image01 h2, .image02 h2 {
    background: url(images/png/black60.png);
    text-align: right;
    float: right;
    width: 79px;
    min-height: 100%;
    padding: 5% 12px 5% 23px;
}

.image01 h2:hover, .image02 h2:hover {
    background: #000;
}

p {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    padding: 0 0 18px;
}

.midsection p {
    color: #FFF;
}

.person {
    width: 35%;
    bottom: 0;
    height: 200px;
    background: url(images/png/man-main-image.png) no-repeat center top;
    background-size: 100%;
    z-index: 200;
    position: relative;
    margin: 0 0 -179px 0;
}

.main-image h1 {
    float: left;
    display: block;
    text-align: right;
    padding: 10px 5% 10px 45%;
    background: url(images/png/green75.png) repeat;
}

.main-image p {
    clear: both;
    padding: 10px 5% 10px 35%;
    background: url(images/png/black70.png) repeat;
    text-align: right;
    color: #FFFFFF;
}

.featuredp {
    background: url(images/png/featured-products-icon.png) no-repeat 10px center;
    padding: 20px 0 20px 50px;
}

.blue {
    color: #2A4B88;
}

.price {
    color: #D94343;
    line-height: 18px;
}

.mandatory_error {
    color: #990000;
}

.featuredproducts {
    overflow: hidden;
    padding: 0 0 20px;
}

.midsection {
    background: url(images/jpeg/mid-section.jpg) repeat;
    overflow: hidden;
    padding: 5px 0 20px 0;
}

.midsection p {
    padding: 0 10px 12px;
    color: #D8D8D8;
}

.about-heading {
    color: #FFFFFF;
    background: url(images/png/about-lps-icon.png) no-repeat 10px center;
    padding: 20px 0 20px 50px;
}

.latest-news-heading {
    color: #FFFFFF;
    background: url(images/png/latest-news-icon.png) no-repeat 10px center;
    padding: 10px 0 10px 50px;
}

.latest-vacancies-heading {
    color: #FFFFFF;
    background: url(images/png/latest-vacancies-icon.png) no-repeat 10px center;
    padding: 10px 0 10px 50px;
}

.news-snippet {
    padding: 5px 10px;
    overflow: hidden;
}

.news-image-small {
    border: 5px solid #3D3D3D;
    float: left;
    -moz-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    width: 87px;
    height: auto;
}

hr {
    width: 94%;
    background: #FFFFFF;
}

.news-bottom {
    border: none;
    border-top: 1px solid #363636;
}

.news-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 4px 0 0 10px;
    width: 60%;
    float: left;
}

.news-title-a {
    color: #FFF;
    text-decoration: none;
}

.news-title-a:hover {
    text-decoration: underline;
}

.news-title-col {
    text-decoration: none;
    color: #004B95;
}

.news-title-col:hover {
    text-decoration: underline;
}

.news-info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px 0 0 10px;
    width: 60%;
    float: left;
    color: #848484;
}

.news-button {
    position: relative;
}

.green-button {
    display: block;
    width: 82px;
    background: #027939;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px 0;
    overflow: hidden;
    text-decoration: none;
    float: left;
    margin: 10px;
    text-align: center;
}

.green-button:hover {
    background: #015025;
}

.more-button {
    padding: 7px 10px;
    color: #FFFFFF;
    background: #363636;
    float: right;
    margin: -17px 3% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.hidden-news {
    max-height: 0;
    border: none;
    position: relative;
    overflow: hidden;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.active-news {
    max-height: 1000px;
    -moz-transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
}

.hidden-vacancies {
    max-height: 0;
    border: none;
    position: absolute;
    overflow: hidden;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.active-vacancies {
    max-height: 1000px;
    -moz-transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
}

.vacancies-snippet {
    overflow: hidden;
}

.vacancies-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 4px 0 0 10px;
    width: 90%;
    float: left;
}

.vacancies-title:hover {
    text-decoration: underline;
}

.vacancies-salary {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 6px 0 10px 10px;
    width: 120px;
    float: left;
    color: #848484;
}

.vacancies-cd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 6px 0 10px 10px;
    width: 180px;
    float: left;
    color: #848484;
}

.vacancies-button {
    margin: 0 3% 0 0;
}

.footer-section {
    padding: 20px 10px;
}

.footer-nav-item {
    display: block;
    padding: 12px 0 12px 5px;
    border-bottom: 1px solid #BCBCBC;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #606060;
}

.footer-section ul {
    padding: 0 0 20px;
}

.footer-section p {
    color: #5E5E5E;
    padding: 0 20px 18px 0;
}

.footer {
    border-top: 1px solid #BCBCBC;
    padding: 10px 10px 20px;
    overflow: hidden;
}

.footer-text {
    color: #6F6F6F;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    padding: 5px 0;
    line-height: 1.2em;
}

.footer-text a {
    text-decoration: none;
    color: #6F6F6F;
}

.location {
    color: #3A3A3A;
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0 0 50px;
    background: url(images/png/location-icon.png) no-repeat 15px 12px;
    float: left;
}

.phone {
    padding: 12px 0 5px 50px;
    background: url(images/png/phone-icon.png) no-repeat 15px 12px;
    font-size: 13px;
    line-height: 18px;
    color: #3A3A3A;
    font-family: Arial, Helvetica, sans-serif;
}

.email {
    padding: 12px 0 5px 50px;
    background: url(images/png/email-icon.png) no-repeat 15px 12px;
    font-size: 13px;
    line-height: 18px;
    color: #3A3A3A;
    font-family: Arial, Helvetica, sans-serif;
}

.email p {
    padding-bottom: 0;
}

.email > p {
    padding: 0;
    font-size: 10px;
    line-height: 12px;
}

.fax {
    padding: 12px 0 5px 50px;
    color: #3A3A3A;
    background: url(images/png/fax-icon.png) no-repeat 15px 12px;
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.bold {
    font-weight: bold;
}

.payment-types {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

/*****************/
/* website forms */
/*****************/
.formrow {
    overflow: hidden;
    clear: both;
    padding: 0 0 8px;
    zoom: 1;
}

.errormessage {
    border: 1px solid #A32121;
    background: #CC3838 url(images/png/errormessage.png) no-repeat 9px center !important;
    padding: 8px 8px 8px 35px;
    color: #FFFFFF !important;
    font-size: 13px;
    margin: 5px 0 13px;
}

.notice {
    background: #027939 url(images/png/notice.png) no-repeat 9px center !important;
    border: 1px solid #0A5C30;
    padding: 8px 8px 8px 35px;
    color: #FFFFFF !important;
    font-size: 12px;
    margin: 5px 0 10px;
}

.error:focus,
.error {
    border-color: #F00;
}

/********/
/* misc */
/********/
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.loading {
    display: block;
}

.error_container {
    text-align: center;
    padding: 10px 0;
}

.nav {
    background: #004B95;
    overflow: hidden;
}

.home .nav {
    /* border-bottom: 10px solid #fff; */
}

.login-text {
    float: left;
    padding: 10px 0 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 145px;
    background: #004B95;
    margin: 0 5px 10px 9px;
}

.register {
    background: #027939;
}

.header-info {
    width: 100%;
}

.hidden {
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    max-height: 0;
    width: 100%;
    transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}

.show {
    width: 100%;
    max-height: 1000px;
    -moz-transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
}

.top-smaller-padding {
    padding: 0;
}

.number-small, .login-split, .hidden-prod {
    display: none;
}

.breadcrumbnav {
    padding: 15px 0 15px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #9A9A9A;
    line-height: 18px;
}

.breadcrumbnav a {
    text-decoration: none;
    color: #434343;
}

.breadcrumbnav .bredactive {
    color: #004B95;
}

.productcategories {
    background: url(images/png/product-categories-icon.png) no-repeat 10px center;
    padding: 20px 0 20px 50px;
}

.newscategories {
    background: url(images/png/news-categories-icon.png) no-repeat 10px center;
    padding: 20px 0 20px 50px;
}

.category-selection {
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    overflow: hidden;
    padding: 0 0 30px 0;
}

.category-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #4B4B4B;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 14px;
}

.categories {
    width: 88%;
    padding: 10px 0 15px 14px;
    overflow: hidden;
}

.categories li {
    list-style: none;
    float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4B4B4B;
    border-top: 1px solid #CDCDCD;
}

.categories li:last-child {
    border-bottom: 1px solid #CDCDCD;
}

.categories li a {
    text-decoration: none;
    color: #4B4B4B;
    display: block;
    padding: 13px 0 10px 20px;
    background: url(images/png/bullet-footer.png) no-repeat 10px center;
}

.categories li a:hover, .categories li .selected {
    background: #CDCDCD url(images/png/bullet-footer.png) no-repeat 10px center;
}

.left-button {
    display: block;
    background: url(images/png/pag-buttons.png) no-repeat left 0;
    float: left;
    margin: 5px 5px 5px 10px;
}

.right-button {
    display: block;
    background: url(images/png/pag-buttons.png) no-repeat -31px 0;
    float: left;
    margin: 5px 5px 5px 0;
}

.pag-item, .pagination a {
    padding: 8px 10px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    float: left;
    margin: 5px 5px 5px 0;
    color: #434343;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #C3C3C3;
    text-decoration: none;
    text-align: center;
}

.pag-active, a.page_selected, .pagination a:hover {
    color: #FFFFFF;
    background: #004B95;
}

.pagination {
    float: right;
    margin: 0 auto;
    padding: 0px 0 10px;
    overflow: hidden;
}

.viewall {
    color: #5E5E5E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    float: left;
    padding: 10px 0 0 5%;
}

.showing {
    color: #5E5E5E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    float: left;
    padding: 10px 0 0 10px;
    width: 60%;
}

.product-med {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    padding: 3px 3% 12px;
    width: 74%;
    margin: 5px 10% 15px;
    overflow: hidden;
    float: left;
}

.product-med-image {
    width: 95%;
    margin: 10px 2%;
    height: 207px;
    display: block;
}

.product-med h4 {
    font-size: 16px;
    max-width: 165px;
}

.product .product-med h4 {
    max-width: 115px;
}

.product-med .basket-button-small {
    margin: -36px 0 0 0;
}

.customSelect {
    font-size: 11px;
    background: #FFF url(images/png/select-button.png) no-repeat right top;
    color: #818181;
    padding: 8px 7px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #A1A1A1;
    float: left;
    width: 260px;
}

.select-container {
    width: 280px;
    margin: 0 0 0 5%;
    overflow: hidden;
    padding: 5px 0;
    clear: both;
    zoom: 1;
}

.cat-bottom-hidden {
    display: none;
}

.product-holder-main {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    padding: 10px;
    margin: 0 0 20px;
    overflow: hidden;
}

.product-quick-buy {
    margin: 10px !important;
}

.inner-page {
    border-bottom: 1px solid #D9D9D9;
    width: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    padding: 10px;
    margin: 0;
    overflow: hidden;
}

.image-holder {
    width: 90%;
    padding: 10px;
    border: 1px solid #D9D9D9;
    background: #E7E7E7;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.image-holder-main {
    width: 100%;
    height: 280px;
    margin: 0 auto;
}

.product-side-info {
    width: 96%;
    padding: 10px 3%;
    margin: 0 auto;
}

h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 10px 0;
    color: #004B95;
}

.product-details {
    color: #5D5D5D;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    padding: 0 0 6px 0;
}

.price-big {
    color: #D94343;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 28px;
    padding: 5px 0 12px 0;
    float: left;
}

.main-price {
    float: left;
}

.sale_price {
    font-size: 13px;
    color: #A9A9A9;
    text-transform: uppercase;
    padding: 4px 0 0 8px;
    float: left;
}

.onsale {
    position: absolute;
    background: #DB4343;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 120px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 0;
    margin: 0 0 0 -20px;
}

.availability {
    border: 1px solid #D9D9D9;
    background: #E7E7E7;
    padding: 10px 0;
    text-align: center;
}

.nostock {
    background: #D94343;
    color: #FFFFFF;
    border: 1px solid #6C2121;
}

.stock {
    background: #027939;
    color: #FFFFFF;
    border: 1px solid #014822;
}

.hidden_2 {
    display: none;
}

.product-hr {
    width: 100%;
    height: 1px;
    border: none;
    background: #E3E3E3;
}

.product-snippet {
    font-size: 13px;
    color: #5D5D5D;
    line-height: 20px;
    width: 80%;
    padding: 0 0 10px 0;
}

.select-container2 {
    width: 180px;
    overflow: hidden;
    padding: 5px 0 10px;
    clear: both;
    zoom: 1;
}

.select-container2 .customSelect {
    font-size: 11px;
    background: #FFF url(images/png/select-button.png) no-repeat right top;
    color: #818181;
    padding: 8px 7px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #A1A1A1;
    float: left;
    width: 150px;
}

.hide_option {
    display: none;
}

.add_basket {
    width: 105px;
    clear: both;
    float: right;
    display: block;
    transition: 0.5s ease-in;
    text-indent: 0;
    margin: 10px 0 10px 20px;
    background: #027939 url(images/png/add-to-basket-ico.png) no-repeat 0 center;
    padding: 16px 0 0 60px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    height: 28px;
}

.disabled {
    cursor: none;
    cursor: not-allowed;
    background: #C7C7C7 url(images/png/add-to-basket-ico-disabled.png) no-repeat 0 center;
}

.social {
    padding: 5px 0 0;
}

.tab_content {
    width: 90%;
    padding: 10px 5%;
    border: 1px solid #D9D9D9;
    background: #E7E7E7;
}

.tabs li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #565454;
    background: #D3D3D3;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #292A2A;
}

.tabs_container {
    padding: 10px 3%;
    width: 94%;
    overflow: hidden;
}

.tabs {
    width: 100%;
    display: block;
    overflow: hidden;
}

.tabs li {
    margin: 0;
    display: block;
}

.activetab {
    background: #004B95 !important;
    color: #FFFFFF !important;
}

.tab-hidden {
    display: none;
}

.tab-active {
    display: block;
}

.tab-active p {
    color: #797979;
    font-family: Tahoma, sans-serif;
    padding: 0 10px 15px 0;
}

.swiper-slide {
    width: 75px;
    height: 75px;
    float: left;
    margin: 10px 15px 0 0;
    cursor: pointer;
}

.products-selections {
    overflow: hidden;
}

.article-meta {
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: #777;
    padding: 0 0 12px 0;
    display: block;
}

.news-article p {
    color: #3A3A3A;
}

.news-article {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
}

.news-article .article-image {
    width: 150px;
    margin: 0 15px 0 0;
    height: 100px;
    float: left;
}

.main-news-article .article-image {
    width: 100%;
    height: 200px;
    margin: 0 0 10px;
}

.news-article h3 {
    padding: 0;
}

.news-article h3 a {
    color: #005BB4;
}

.news-article h3 a:hover {
    color: #222;
}

.news-article a {
    text-decoration: none;
}

.main-news-article-big {}

.main-news-article-big p {
    color: #3A3A3A;
    padding: 0 0 13px 0;
}

.main-news-article-big .article-image {
    width: 100%;
    height: 200px;
    margin: 0 0 10px;
}

.share {
    border: 1px solid #D9D9D9;
    background: #E7E7E7;
    width: 100%;
}

.share-title {
    background: #2A4B88;
    color: #FFFFFF;
    padding: 10px 10px;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
}

.bookmarks {
    padding: 2px 5px 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    clear: both;
    display: block;
}

.bookmarks li {
    margin: 0;
    display: block;
    float: left;
    padding: 10px 17px;
    overflow: hidden;
    zoom: 1;
}

.bookmarks a {
    display: block;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    font-family: Tahoma, sans-serif;
    padding: 0 0 0 20px;
    height: 20px;
    line-height: 18px;
}

.bookmarks .delicious a {
    background: url(images/gif/del.gif) no-repeat;
}

.bookmarks .digg a {
    background: url(images/gif/digg.gif) no-repeat;
}

.bookmarks .facebook a {
    background: url(images/gif/fb.gif) no-repeat;
}

.bookmarks .reddit a {
    background: url(images/gif/reddit.gif) no-repeat;
}

.bookmarks .stumbleupon a {
    background: url(images/gif/su.gif) no-repeat;
}

.bookmarks .twitter a {
    background: url(images/gif/tw.gif) no-repeat;
}

.checkout th {
    border: 1px solid #D9D9D9;
    border-left: none;
    border-bottom: none;
    background: #E7E7E7;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    color: #363636;
}

.checkout th:last-child {
    border-right: 1px solid #D9D9D9;
}

.checkout td {
    border: 1px solid #D9D9D9;
    border-left: none;
    border-bottom: none;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
}

.checkout td:last-child {
    border-right: 1px solid #D9D9D9;
}

.checkout-product {
    width: 140px;
}

.mobi-hidden {
    display: none;
}

.qty_box {
    width: 25px;
    text-align: center;
    padding: 3px;
    border: 1px solid #CCC;
}

.basket-image-small {
    display: none;
}

.checkout-product a {
    text-align: left;
    width: 95%;
    padding: 5px 0 5px 5%;
    font-size: 12px;
    display: block;
    margin: 0;
}

.checkout-product .product-details {
    font-size: 11px;
    text-align: left;
    width: 95%;
    padding: 0 0 5px 5%;
}

.checkout {
    width: 100%;
    border-left: 1px solid #D9D9D9;
}

.checkout2 th {
    border: 1px solid #D9D9D9;
    border-right: none;
    background: #E7E7E7;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    color: #363636;
}

.checkout2 {
    margin: 0;
    width: 100%;
    border-right: 1px solid #D9D9D9;
}

.news-holder-main p {
    color: #3A3A3A;
    padding: 0 0 13px 0;
}

.to_checkout {
    clear: both;
    float: right;
    display: block;
    transition: 0.5s ease-in;
    text-indent: 0;
    margin: 10px 10px 10px 0;
    background: #027939;
    padding: 16px 30px 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    height: 28px;
    border-bottom: 2px solid #0A5C30;
}

.to_checkout.disabled {
    background: #9D9D9D;
    border-bottom: 2px solid #8A8A8A;
    cursor: not-allowed;
}

.update_qty {
    clear: both;
    float: right;
    display: block;
    transition: 0.5s ease-in;
    text-indent: 0;
    margin: 10px 10px 10px 0;
    background: #004B95;
    padding: 16px 30px 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    height: 28px;
    border-bottom: 2px solid #003366;
}

.full-button {
    padding: 16px 0 0;
    clear: both;
    width: 100%;
    text-align: center;
    float: none;
    margin: 10px 0;
}

.checkout a {
    text-decoration: none;
    color: #003366;
    font-size: 12px;
    font-weight: bold;
}

.checkout-buttons {
    clear: both;
    overflow: hidden;
}

.secure-payments {
    overflow: hidden;
    clear: both;
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    border-top: 0;
    padding: 10px;
}

.secure-payments p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.cards-basket {
    float: left;
    padding: 0 20px 0 0;
}

.checkout-boxes {
    overflow: hidden;
}

.checkout-box {
    padding: 20px 30px;
}

iframe {
    width: 100%;
    height: 400px;
}

.sagepay {
    border: 1px solid #EEE;
    padding: 5px 20px;
    margin: 5px 0;
    clear: both;
}

.payment_options_container {
    float: left;
    width: 49%;
    margin: 5px 0;
}

.payment_options {
    border: 1px solid #EEE;
    padding: 20px;
}

.payment_options h4 {
    padding: 0;
    margin: 0;
}

.marg_right {
    margin-right: 1%;
}

.marg_left {
    margin-left: 1%;
}

.no-float {
    float: none !important;
}

.forgotten {
    padding: 6px 2px;
}

.forgotten a {
    font-size: 11px;
}

.order-summary {
    width: 30%;
    padding: 0;
    overflow: hidden;
}

.order-summary-inner {
    border: 3px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 0;
    overflow: hidden;
    background: #EEE;
    margin: 0 0 15px;
}

label {
    display: block;
    font-size: 0.8em;
    color: #333;
    line-height: 1.4em;
    padding: 4px 0 2px;
    font-weight: bold;
    width: 90%;
    margin: 0 0 0 4%;
    font-family: tahoma, arial, sans-serif;
}

label em {
    font-weight: normal;
    font-style: normal;
}

.label {
    font-size: 1em;
}

.checkboxrow label {
    float: left;
    margin-top: 6px;
    margin-bottom: 6px;
}

.checkbox {
    margin: 6px 5px 0 0;
}

.input {
    font-size: 0.9em;
    color: #333;
    padding: 5px;
    height: 21px;
    width: 90%;
    margin: 0 0 0 4%;
    border: 1px solid #CCC;
    font-size: 13px;
    color: #777;
    font-family: tahoma, sans-serif;
}

.textarea {
    font-size: 0.9em;
    color: #333;
    padding: 5px;
    height: 21px;
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    height: 70px;
    margin: 0 0 0 4%;
    border: 1px solid #CCC;
    font-size: 13px;
    color: #777;
    font-family: tahoma, sans-serif;
}

.large {
    width: 288px;
}

.small {
    width: 140px;
}

.accounts-nav {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 25%;
}

.accounts-nav li {
    display: block;
    margin: 0;
    padding: 0;
    width: 95%;
    border-bottom: 0;
}

.accounts-nav a {
    padding: 12px;
    background: #EEE;
    display: block;
    color: #444;
    font-size: 0.9em;
    text-decoration: none;
    border: 1px solid #CCC;
}

.accounts-nav li:last-child a {
    border-bottom: 2px solid #CCC;
}

.accounts-nav a:hover,
.accounts-nav li:last-child a:hover {
    background: #177537;
    color: #FFF;
    border-color: #177537;
}

.vacancy-med {
    width: 96%;
    margin: 0 auto 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    overflow: hidden;
}

.vacancy-title {
    background: #2A4B88;
    display: block;
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
}

.vacancy-info {
    padding: 5px 10px;
    display: block;
}

.info2 {
    padding: 5px 10px 5px 2px;
}

.vacancy-info-inner {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    padding: 5px 0;
    display: block;
}

.vacacny-info-bottom {
    border: none;
    height: 1px;
    background: #D7D7D7;
    width: 98%;
}

.vacancy-med p {
    padding: 0 10px 14px;
}

.vacancy-cat {
    background: url(images/png/latest-vacancies-icon.png) no-repeat 10px center;
}

.submit {
    border: none;
    cursor: pointer;
    margin: 5px 4% 0 0;
}

.apply {
    background: #004B95;
    color: #FFFFFF;
    margin: -20px -40px 20px;
    padding: 20px 40px;
    text-transform: uppercase;
}

.form {
    background: #E7E7E7;
    padding: 10px;
    margin: 0 -10px -10px -10px;
}

.form-information {
    padding: 10px 4%;
}

.contact-form {
    background: #E7E7E7;
    padding: 10px;
    margin: 0 -10px -10px -10px;
}

.application-form {
    background: #E7E7E7;
    padding: 10px;
    margin: -10px;
}

.vacancy-search {
    width: 90%;
}

.vacancy-search .search-button {
    float: right;
}

.full-section {
    display: block;
    background: #FFFFFF;
    margin: 10px 0;
    overflow: hidden;
    padding: 20px 10px 10px;
}

.map {
    width: 100%;
    height: 220px;
    background: #E7E7E7;
    margin: 10px 0;
    clear: both;
}

.contact-left {
    padding: 0 0 20px;
}

.left-section {
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
    padding: 20px 10px 10px;
    margin: 0 0 20px;
}

.right-section {
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    overflow: hidden;
    padding: 10px 0 30px 0;
}

.right-section h3, .right-section .news-title, .right-section .vacancies-title, .right-section .vacancies-salary, .right-section .vacancies-cd {
    color: #292A2A;
}

.account-inner {
    overflow: hidden;
}

.full-width {
    width: 98%;
    margin: 0 auto;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #444;
}

.col_hidden_mob {
    display: none;
}

.full-width th {
    color: #FFFFFF;
    background: #004B95;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
}

.full-width td {
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
}

.full-width a {
    color: #444;
}

.full-width tr {
    background: #E5E5E5;
    color: #444;
}

.full-width .alt_row {
    background: #CECECE;
}

.remove-icon {
    background: url(images/png/remove-icon.png) no-repeat center center;
    height: 30px;
    width: 40px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}

.formrow_select {
    position: relative;
}

.formrow_select .customSelect {
    margin: 0 0 0 4%;
    position: relative;
    width: 90% !important;
}

.formrow_select .hasCustomSelect {
    margin: 20px 0 0 4%;
    float: none;
    left: 0;
    z-index: 200;
    width: 93% !important;
}

.formrow_select2 .hasCustomSelect {
    margin: 0 0 0 4%;
}

.checkbox {
    float: left;
}

.red-button {
    background: #BF1E2D;
    margin: 5px 10px;
    padding: 11px 0 12px;
}

.red-button:hover {
    background: #A20B19;
}

.order-details .alt_row {
    background: #DCDCDC !important;
}

.del-colour {
    background: #CECECE;
}

.sub-nav-button {
    width: 94%;
    border: 1px solid #444444;
    margin: 7px auto 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    background: #DEDEDE url(images/png/select-button-2.png) no-repeat right center;
    color: #444444;
    cursor: pointer;
}

.accounts-nav {
    position: relative;
    display: block;
    max-height: 0;
    width: 94%;
    float: none;
    overflow: hidden;
    margin: 0 auto 12px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}

.account-active {
    max-height: 700px;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
}

.accounts-nav li {
    width: 100%;
}

.tot-colour {
    background: #C1C1C1;
}

.gb-auto {
    width: auto;
    padding: 10px 15px;
}

.billing_address {
    clear: both;
}

.change {
    margin: 10px 0;
}

.mob-hidden-only {
    display: none;
}

.full-width .product_td {
    text-align: left;
}

.full-width .cards_td {
    background: #FFFFFF;
}

.news-main {
    background: #FFFFFF;
    padding: 10px;
    margin: 0 0 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
}

.checkout-container {
    background: #FFFFFF;
}

.form-part-hidden {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
    width: 100%;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}

.show-form-part {
    max-height: 640px;
    padding: 10px 0;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
}

.checkbox {
    float: left;
    margin: 20px;
}

.checkbox2 {
    float: left;
    margin: 15px;
}

.category-block {
    width: 260px;
    margin: 10px auto 20px;
    background: #FFF;
    -webkit-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    -moz-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
    display: block;
    text-decoration: none;
    padding: 10px 0 0;
    overflow: hidden;
}

.product-image {
    background: no-repeat center;
    height: 150px;
    width: 240px;
    margin: 0 auto;
}

.category-label {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-decoration: none;
    min-height: 80px;
}

.product-amount {
    width: 60%;
    clear: both;
    float: none;
    text-indent: 0;
    margin: 10px auto 20px;
    background: #004B95 url(images/png/products-icon.png) no-repeat 0 center;
    padding: 16px 0 0 50px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    height: 32px;
    font-family: 'Roboto', sans-serif;
    max-height: 20000px;
    display: block;
}

.category-label h3 {
    color: #004B95;
}

.product-amount h4 {
    font-size: 14px;
    line-height: 10px;
    color: #BBB;
}

.category-block img {
    width: 100%;
    height: auto;
}

.cat-title {
    display: block;
    background: #FFFFFF;
    padding: 10px 20px;
}

.update {
    display: inline-block;
    height: 10px;
    width: 10px;
    text-indent: -9999px;
    background: url(/images/gif/update.gif) no-repeat;
    cursor: pointer;
}

.no_results {
    text-align: center;
    font-size: 110%;
    padding-top: 10px !important;
    color: #2A4B88;
}

.confirm {
    background: none;
    background-color: #FFFFFF;
    padding: 10px;
}

.confirm h1 {
    color: #333;
}

.centre {
    text-align: center;
}

.red {
    color: #990000;
}

.product-med a {
    text-decoration: none;
}

.contianer_max {
    padding: 10px 0 0;
}

.options-holder {
    clear: both;
    padding: 20px 0 0;
}

.options-heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 0 30px 7px 0;
    color: #004B95;
    cursor: pointer;
    border-bottom: 1px solid #004B95;
    display: block;
    position: relative;
}

.option {
    padding: 8px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #CDCDCD;
}

.option table {
    padding: 0 0 4px;
}

.information {
    width: 50%;
    font-size: 14px;
}

.price_2 {
    width: 40%;
    text-align: center;
    vertical-align: middle;
    color: #D94343;
    font-size: 13px;
}

.checkbox_holder {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.option-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #444;
}

.option label {
    width: 100%;
    margin: 0;
    font-size: 1.0em;
    padding: 0;
}

.always-right {
    float: right !important;
    padding: 20px 0 !important;
}

.open-close-holder {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
}

.open-close-icon {
    background: url(images/png/cross.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.options-holder-inner {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.open-options {
    max-height: 1500px;
    transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

.option p {
    font-size: 11px;
    padding: 0 0 9px;
}

.open .open-close-icon {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#twitter-widget-0 {
    width: 80px !important;
}

.social {
    clear: both;
    float: right;
}

.delivery-box {
    padding: 0 4%;
}

.select_label {
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
}

.to_checkout {
    margin: 50px 0 20px;
}

.checkout-product p {
    padding: 0 0 5px 5%;
    text-align: left;
}

.qty_box, .remove, .update {
    clear: both;
}

.downloads li {
    list-style: none;
    margin: 0;
    text-decoration: none;
    color: #004B95;
}

.downloads li a {
    text-decoration: none;
    color: #004B95;
    font-weight: bold;
    padding: 15px 50px 10px 0;
    background: url(images/png/downloads.png) no-repeat right center;
}

.small {
    color: #D94343;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    clear: both;
    float: left;
    padding: 0 0 10px;
}

.gallery {
    border: 1px solid #D9D9D9;
    background: #E7E7E7;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 10px 10px 0;
}

.gallery-item {
    width: 27%;
    padding-top: 27%;
    display: block;
    float: left;
    border: 4px solid #3D3D3D;
    margin: 0 10px 10px 0;
}

@media screen and (min-width: 470px) {
    .product-small h4 {
        font-size: 14px;
    }

    .delivery_address, .billing_address {
        float: left;
        width: 48%;
        margin: 0 1%;
        clear: none;
    }

    .checkbox {
        float: left;
        margin: 10px;
    }

    .checkbox2 {
        float: left;
        margin: 7px;
    }

    .category-block {
        width: 40%;
        margin: 10px 5%;
        float: left;
        padding: 10px 0 0;
    }

    .two-clear {
        clear: both;
    }

    .product-image {
        width: 90%;
    }

    .social {
        float: left;
        clear: none;
        margin: -58px 0 0;
    }

    .product-hr {
        display: none;
    }
}

li ul li {
    border: none !important;
}

li ul {
    margin: 0 0 0 10px;
}

.categories li ul li a {
    background: url(images/png/bullet-footer-2.png) no-repeat 6px center;
    padding: 4px 0 4px 20px;
    font-size: 11px;
    border: none;
}

.categories li ul li a:hover {
    background: url(images/png/bullet-footer-2.png) no-repeat 6px center;
    text-decoration: underline;
}

.categories li ul li .selected {
    background: url(images/png/bullet-footer-2.png) no-repeat 6px center;
    text-decoration: underline;
}

.no-border {
    border-top: none !important;
    padding: 0 0 10px !important;
}

@media screen and (min-width: 600px) {
    .contianer_max {
        padding: 0;
    }

    .product-image {
        width: 90%;
    }

    .logo {
        margin: 0;
        padding: 18px 5% 16px 2%;
        float: left;
    }

    .accounts-nav {
        display: block;
    }

    .checkout-box {
        float: left;
        width: 47%;
        padding: 10px 1.45%;
    }

    .checkout-box .input {
        max-width: 90%;
    }

    .navigation {
        width: auto;
        float: right;
        margin: 25px 10px 0 0;
        background: none;
    }

    .navigation li {
        width: 50px;
    }

    .product-med {
        -webkit-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
        -moz-box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
        box-shadow: 0 2px 2px rgba(145, 145, 145, 0.36);
        padding: 10px 2%;
        width: 35%;
        margin: 5px 2% 15px;
        overflow: hidden;
        float: left;
    }

    .product-med-image {
        width: 95%;
        margin: 10px 2%;
    }

    .main-image, .header-info {
        border-top: 2px solid #004B95;
        clear: both;
    }

    .login-text {
        margin: 0 2% 0 17%;
    }

    .search-box {
        width: 500px;
    }

    .productsearch {
        width: 438px;
        outline: 0;
        -webkit-appearance: none;
        box-shadow: none;
        border: 0 solid;
    }

    .image01, .image02 {
        width: 50%;
        float: right;
        margin: 0;
    }

    .section-1 {
        overflow: visible;
    }

    .news-title, .news-info {
        width: 80%;
    }

    .vacancies-title {
        width: 100%;
    }

    .vacancies-button {
        margin: 3px 3% 0 0;
    }

    h1 {
        font-size: 28px;
        line-height: 42px;
    }

    .person {
        width: 42%;
        height: 312px;
        margin: 0 0 -285px 0;
        background-size: 78%;
    }

    .main-image p {
        padding: 10px 5% 10px 45%;
    }

    .product-med {
        float: left;
        margin: 5px 0 10px 50px;
    }

    .select-container {
        float: left;
        clear: none;
        margin: 0 7px;
        width: 200px;
    }

    .customSelect {
        width: 180px;
    }

    .viewall {
        padding: 12px 0 0 1%;
    }

    .showing {
        padding: 12px 0 0 14px;
        width: 16%;
    }

    .categories {
        width: 94%;
        padding: 15px 0 20px 14px;
    }

    .image-holder {
        float: left;
    }

    .product-side-info {
        float: left;
        width: 255px;
        overflow: hidden;
        margin: 0 0 0 10px;
    }

    .tabs_container {
        float: left;
        width: 100%;
        padding: 10px 3% 10px 0;
    }

    .product-holder-main {
        overflow: hidden;
    }

    .product-snippet {
        width: 250px;
    }

    .tabs li a {
        float: left;
        padding: 20px 20px 15px;
        margin: 0;
        border: none;
    }

    .tab_content {
        clear: both;
        width: 96%;
        padding: 10px 2%;
    }

    .product-hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #E3E3E3;
    }

    .image-holder {
        width: 45%;
    }

    .product-side-info {
        width: 42%;
    }

    .update_qty {
        float: left;
        clear: none;
        width: 49%;
    }

    .checkout-buttons .to_checkout {
        float: right;
        clear: none;
        width: 49%;
    }

    .span3 {
        margin: 0 12px;
    }

    .img_td img {
        display: none;
    }

    .vacancy-info-inner {
        float: left;
        margin: 0 10px 0 0;
    }

    .vacacny-info-bottom {
        border: none;
        height: 1px;
        background: #D7D7D7;
        width: 98%;
        clear: both;
        display: block;
    }

    .vacancy-search {
        width: 90%;
        max-width: 500px;
        margin: 0 0 0 10px;
    }

    .contact-form {
        float: right;
        width: 48%;
        margin: 10px;
        overflow: hidden;
    }

    .application-form {
        margin: 10px;
    }

    .application-form--alt {
        margin: -20px -10px -10px;
    }

    .application-form .apply {
        margin: -10px -10px 10px;
    }

    .contact-left {
        float: left;
        width: 40%;
    }

    .account-label {
        margin: 0;
    }

    .account-input {
        margin: 0;
    }

    .formrow_select .customSelect {
        margin: 0;
    }

    .formrow_select .hasCustomSelect {
        margin: 20px 0 0;
    }

    .formrow_select2 .hasCustomSelect {
        margin: 0;
    }

    .sub-nav-button {
        display: none;
    }

    .accounts-nav {
        display: block;
        max-height: 700px;
        float: left;
        width: 25%;
        padding: 0 20px 0 0;
    }

    .account-active {
        max-height: 700px;
        transition: 0.5s ease-in;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
    }

    .accounts-nav li {
        width: 100%;
    }

    .mob-hidden-only {
        display: inline;
    }

    .delivery_address, .billing_address {
        float: left;
        width: 190px;
        margin: 0 1%;
        clear: none;
    }

    .form_small {
        width: 80%;
        margin: 0 auto;
    }

    .always-right {
        width: 100%;
    }

    .select_wrapper {
        width: 40%;
        overflow: hidden;
        float: left;
        padding: 0 0 30px;
    }

    .gallery-item {
        width: 21%;
        padding-top: 21%;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 32px;
        line-height: 46px;
    }

    .main-image p {
        padding: 15px 5% 15px 45%;
    }

    .person {
        background-size: 84%;
        height: 350px;
    }

    .logo {
        padding: 13px 0 13px 2%;
    }

    .product-small {
        padding: 10px 1%;
        width: 20%;
        margin: 5px 2% 0 1%;
    }

    .login-text {
        margin: 0 2% 0 22%;
    }

    .about-container {
        width: 98%;
        float: left;
    }

    .news-container {
        width: 48%;
        float: left;
        padding: 10px 0 0 0;
    }

    .vacancies-container {
        width: 48%;
        float: left;
        padding: 10px 0 0 0;
    }

    .main-image {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .contianer_max {
        position: relative;
        overflow: hidden;
    }

    .content-pos-bottom {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        width: 100%;
    }

    hr {
        display: none;
    }

    .news-bottom {
        display: block;
    }

    .news-title, .news-info {
        width: 65%;
    }

    .main-image {
        width: 60%;
        float: left;
    }

    h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .main-image p {
        font-size: 12px;
    }

    .image01, .image02 {
        width: 40%;
        height: 148px;
        overflow: hidden;
        clear: both;
    }

    h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .footer-containers {
        float: left;
        width: 21%;
        padding: 0 2%;
    }

    .footer-security {
        width: 32%;
    }

    .footer-contact {
        width: 34%;
    }

    .category-selection {
        width: 28%;
        padding: 0 0 15px 0;
        float: left;
        margin: 0 0 0 10px;
    }

    .categories {
        width: 205px;
        padding: 15px 0 20px 14px;
    }

    .products-selections {
        width: 70%;
        float: right;
    }

    .products-outer-selections {
        width: 100%;
        float: right;
    }

    .product-med {
        margin: 5px 0 10px 25px;
    }

    .customSelect {
        width: 160px;
    }

    .select-container {
        width: 180px;
    }

    .span2 {
        width: 150px;
    }

    .span2 .customSelect {
        width: 130px;
    }

    .product-holder-main {
        width: 66%;
        float: right;
        margin: 0 10px 0 0;
    }

    .spacer {
        height: 30px;
    }

    .product-snippet {
        clear: both;
    }

    .product-hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #E3E3E3;
        display: block;
    }

    .tabs li a {
        float: left;
        padding: 20px 17px 15px;
        margin: 0;
        border: none;
    }

    .showing {
        width: 17%;
    }

    .main-news-article {
        padding: 0;
        clear: both;
        overflow: hidden;
        float: none;
    }

    .pag-news {
        margin: 0 auto;
    }

    .checkout-container {
        padding: 10px;
        width: auto;
        float: none;
    }

    td.mobi-hidden,
    th.mobi-hidden {
        display: table-cell;
    }

    .basket-image-small {
        display: block;
    }

    .checkout .img_td {
        text-align: left;
        padding: 0;
        width: 75px;
        border-left: 1px solid #D9D9D9;
        border-right: 0;
    }

    .img_td img {
        padding: 5px 0 5px 5px;
        width: 70px;
        height: auto;
        display: block;
        margin: 0;
    }

    .checkout-product {
        width: auto;
    }

    .secure-payments p {
        padding: 5px 0 0;
    }

    .main-news-article .article-image {
        width: 50%;
        margin: 0 15px 0 0;
    }

    .checkout-box {
        float: left;
    }

    .box-right {
        float: right;
    }

    .box-left {
        float: left;
    }

    .vacacny-info-bottom {
        border: none;
        height: 1px;
        background: #D7D7D7;
        width: 98%;
        clear: both;
    }

    .vacancy-search {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }

    .vacancy-search .productsearch {
        width: 140px;
    }

    .vacancy-search .search-button {
        float: right;
    }

    .contact-left {
        float: left;
        width: 40%;
    }

    .contact-form, .application-form {
        margin: 0 20px 10px;
    }

    .application-form--alt {
        margin: -20px -10px -10px;
    }

    .left-section {
        width: 60%;
        float: left;
    }

    .left-section.full {
        width: 100%;
        max-width: 940px;
    }

    .right-section {
        width: 35%;
        float: right;
    }

    .right-section .vacancies-container, .right-section .news-container {
        width: 100%;
    }

    .right-section .news-title, .right-section .news-info {
        width: 50%;
    }

    .right-section {
        padding: 0 0 20px;
    }

    .col_hidden_mob {
        display: table-cell;
    }

    .full-width .button_small {
        text-decoration: none;
        display: block;
        background: #027939;
        color: #FFFFFF;
        padding: 10px 0;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        width: 80%;
    }

    .full-width {
        width: 100%;
    }

    .formrow_select2 .hasCustomSelect {
        margin: 0;
    }

    .form_small {
        width: 75%;
        margin: 0 auto;
    }

    .news-main {
        width: 66%;
        margin: 0 1% 30px 0;
        float: right;
    }

    .checkbox2 {
        margin: 10px;
    }

    .product-holder-main {
        padding: 10px 10px 0;
    }

    .app-form {
        padding: 15px;
    }
}

@media screen and (min-width: 960px) {
    .container {
        width: 960px;
    }

    .categories li a {
        padding: 11px 0 10px 20px;
    }

    .navigation {
        display: none;
    }

    .logo {
        max-width: 506px;
    }

    .input,
    label,
    .textarea {
        margin: 0;
    }

    .hidden {
        max-height: 999999px;
    }

    .top-header-section {
        float: right;
        overflow: hidden;
    }

    .header-info {
        float: right;
        clear: none;
        border: none;
        width: auto;
        padding: 0;
    }

    .phone-number {
        width: 200px;
        float: right;
    }

    .nav {
        width: 940px;
        margin: 10px auto 0;
        clear: both;
    }

    .home .nav {
        margin: 10px auto 10px;
    }

    .nav ul {
        width: 940px;
        margin: 0 auto;
    }

    .nav-item {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        float: left;
        border: none;
        padding: 18px 3px 18px 2px;
    }

    .nav-home {
        border-right: 1px solid #005BB4;
        background: #004B95 url(images/png/home-icon.png) no-repeat center center;
        text-indent: -999999px;
        width: 50px;
    }

    .nav-fines {
        border-right: 1px solid #005BB4;
        background: #004B95;
        width: 235px;
    }

    .nav-parking {
        border-right: 1px solid #005BB4;
        background: #004B95;
        width: 190px;
    }

    .nav-products {
        border-right: 1px solid #005BB4;
        background: #004B95;
        width: 90px;
    }

    .nav-news {
        border-right: 1px solid #005BB4;
        background: #004B95;
        width: 64px;
    }

    .nav-vacancies {
        border-right: 1px solid #005BB4;
        background: #004B95;
        width: 94px;
    }

    .nav-about {
        border-right: 1px solid #005BB4;
        background: #004B95;
        width: 76px;
    }

    .nav-contact {
        background: #004B95;
        width: 92px;
    }

    .nav-item:hover {
        background: #003366;
    }

    .nav-home:hover {
        background: #003366 url(images/png/home-icon.png) no-repeat center center;
    }

    .home .nav-home {
        background: #0055A9 url(images/png/home-icon.png) no-repeat center center;
    }

    .product .nav-products, .vacancies .nav-vacancies, .contact-body .nav-contact, .managed-parking-services-body .nav-parking, .fines-body .nav-fines, .about-body .nav-about, .news-body .nav-news {
        background: #0055A9;
    }

    .footer-nav li {
        padding: 5px 0;
    }

    .main-image {
        width: 640px;
        height: 327px;
        border: none;
        overflow: hidden;
        padding: 50px 0 0 0;
        margin: 0;
        background-size: 125%;
        background-position: center -150px;
    }

    .person {
        background-size: 106%;
        margin: 0 0 -185px;
    }

    .section-1 {
        padding: 0 10px 10px;
        position: relative;
    }

    .image01, .image02 {
        width: 289px;
        height: 183px;
        overflow: hidden;
        background-size: 115%;
    }

    .image01 {
        margin: 0 0 11px 0;
    }

    .product-small {
        padding: 12px;
        width: 206px;
        margin: 5px 5px;
    }

    .product-small-image {
        width: 206px;
        margin: 0;
    }

    .about-container {
        width: 33%;
    }

    .news-container {
        width: 33%;
    }

    .news-title, .news-info {
        width: 63%;
    }

    .vacancies-container {
        width: 34%;
    }

    .slider-section, .slider-section2 {
        max-height: 99999px;
    }

    .more-button {
        display: none;
    }

    .hidden-vacancies {
        overflow: visible;
        position: relative;
    }

    .productsearch {
        width: 170px;
    }

    .search-box {
        width: 218px;
    }

    .search-bar {
        width: 220px;
        float: left;
    }

    .number-small {
        display: block;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        color: #626262;
    }

    .phone-number {
        text-align: right;
        padding: 33px 10px 0 55px;
        width: 204px;
    }

    .search-bar {
        padding: 0 15px 0;
    }

    .login-text {
        background: none;
        text-decoration: underline;
        font-size: 12px;
        padding: 0;
        margin: 0;
        float: none;
        display: inline;
        color: #686767;
        width: auto;
        font-family: Tahoma, sans-serif;
    }

    .login-split {
        font-family: Tahoma, sans-serif;
        color: #686767;
        font-size: 12px;
        display: inline;
    }

    .login {
        float: right;
        padding: 10px 5px;
        text-align: right;
        width: auto;
    }

    .basket {
        float: left;
        width: 161px;
        font-size: 13px;
        cursor: pointer;
    }

    .basket-text {
        padding: 13px 0;
        display: block;
    }

    .basket-icon {
        width: 48px;
        background: #0A5C30 url(images/png/basket-small.png) no-repeat center center;
        height: 40px;
        display: block;
        float: left;
        border-right: 1px solid #019043;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .showing {
        width: 14%;
    }

    .footer-nav-item {
        display: inline;
        padding: 5px 0 5px 17px;
        border: none;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #606060;
        background: url(images/png/bullet-footer.png) no-repeat 5px center;
    }

    .footer-nav-item:hover {
        text-decoration: underline;
    }

    .footer-information {
        width: 210px;
    }

    .footer-customers {
        width: 110px;
    }

    .footer-security {
        width: 260px;
    }

    .footer-contact {
        width: 387px;
    }

    .payment-types {
        float: right;
        padding: 10px 0;
        margin: 0 0 -47px;
    }

    h4 {
        font-size: 16px;
    }

    .product-small h4 {
        width: 165px;
    }

    .featuredproducts {
        padding: 0 0 20px;
        overflow: visible;
    }

    .button-left {
        width: 30px;
        height: 30px;
        display: block;
        background: url(images/png/slider-buttons.png) no-repeat left -31px;
        float: left;
        margin: 0 2px 0 0;
    }

    .button-left-disabled {
        background: url(images/png/slider-buttons.png) no-repeat left top;
        cursor: default;
    }

    .button-right {
        width: 30px;
        height: 30px;
        display: block;
        background: url(images/png/slider-buttons.png) no-repeat -31px -31px;
        float: left;
    }

    .contianer_max {
        width: 939px;
    }

    .button-right-disabled {
        background: url(images/png/slider-buttons.png) no-repeat -31px top;
        cursor: default;
    }

    .featuredp {
        float: left;
    }

    .products-buttons {
        padding: 25px 8px 0 0;
        float: right;
        position: relative;
        z-index: 99;
    }

    .products-holder {
        padding: 0 10px;
    }

    .form {
        margin: 0 -20px -10px -20px;
    }

    .carousel {
        width: 960px;
        float: left;
    }

    .products-container {
        overflow: visible;
        width: 960px;
    }

    .location {
        max-width: 140px;
    }

    .phone, .fax, .email {
        width: 140px;
        float: left;
    }

    .products-slide {
        position: relative;
        left: 0;
        width: 960px;
        height: 100%;
    }

    .hidden-prod {
        display: block;
    }

    .products-selections {
        width: 76%;
        overflow: visible;
    }

    .products-outer-selections {
        width: 100%;
        overflow: visible;
    }

    .product-med {
        margin: 5px 14px 10px 9px;
    }

    .pag-item {
        margin: 5px 2px 5px 0;
    }

    .viewall {
        padding: 12px 0 0 3px;
    }

    .customSelect {
        width: 140px;
    }

    .select-container {
        width: 156px;
    }

    .span2 .customSelect {
        width: 140px;
    }

    .viewall {
        padding: 14px 16px 0 3px;
    }

    .showing {
        padding: 14px 0 0 14px;
        float: right;
    }

    .cat-bottom-hidden {
        display: block;
    }

    .category-selection {
        width: 218px;
    }

    .categories {
        width: 195px;
        padding: 4px 0 18px 14px;
    }

    .product-med {
        position: relative;
        z-index: 100;
        float: none;
        width: auto;
        margin: 0;
        padding: 10px;
    }

    .product-med-container {
        width: 24%;
        position: relative;
        margin: 5px 1.333% 15px 0;
        min-height: 260px;
        float: left;
    }

    .full-clear {
        margin: 5px 0 15px 0;
    }

    .product-med-image {
        width: 100%;
        margin: 0;
        height: 150px;
    }

    .product-med:hover {
        z-index: 200;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .product-med:hover > h4 {
        display: block;
        text-align: center;
    }

    .product-med:hover > .basket-button-small {
        width: auto;
        clear: both;
        float: none;
        text-indent: 0;
        margin: 10px auto 10px;
        background: #027939 url(images/png/add-to-basket-ico.png) no-repeat 0 center;
        padding: 16px 0 0 50px;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 13px;
        line-height: 14px;
        font-family: 'Roboto', sans-serif;
        display: block;
    }

    .product-med:hover > .basket-button-small:hover {
        background: #0A5C30 url(images/png/add-to-basket-ico.png) no-repeat 0 center;
    }

    .product-med:hover > .view-button-small {
        width: auto;
        clear: both;
        float: none;
        text-indent: 0;
        margin: 10px auto 0;
        background: #004B95 url(images/png/view-product-bg.png) no-repeat 0 center;
        padding: 16px 0 0 50px;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 13px;
        line-height: 14px;
        text-align: center;
        height: 32px;
        font-family: 'Roboto', sans-serif;
        max-height: 20000px;
        display: block;
    }

    .product-med:hover > .view-button-small:hover {
        background: #003366 url(images/png/view-product-bg.png) no-repeat 0 center;
    }
    h4, .view-button-small, .basket-button-small, .product-med {}

    .basket-overview {
        position: absolute;
        top: 80px;
        right: 10px;
        width: 330px;
        background: #FFFFFF;
        display: block;
        -webkit-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
        -moz-box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
        box-shadow: 0 5px 5px rgba(145, 145, 145, 0.36);
        padding: 10px;
        z-index: 800;
        margin: 0;
        visibility: hidden;
        opacity: 0;
        border: none;
        height: 0;
    }

    .basket-product {
        float: left;
    }

    .basket-product-image {
        width: 45px;
        height: 0;
        float: left;
    }

    .basket-product-title {
        width: 175px;
        font-size: 14px;
        float: left;
        padding: 10px 0 0 5px;
    }

    .basket-product-price {
        width: 75px;
        font-size: 14px;
        float: left;
        padding: 10px 0 0 5px;
    }

    .remove {
        font-size: 14px;
        float: left;
        margin: 5px 2px 0 5px;
        font-family: 'Roboto', sans-serif;
        text-decoration: none;
    }

    .basket-split {
        background-color: #C3C3C3;
        width: 100%;
        border: none;
        height: 1px;
        float: left;
        clear: both;
        display: block;
    }

    .total {
        float: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 14px;
        width: 230px;
        text-align: right;
        padding: 5px 10px 5px 0;
    }

    .tp {
        float: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 14px;
        width: 75px;
        padding: 5px 0;
        text-align: right;
        color: #D94343;
    }

    .vc-button {
        width: 75px;
        float: left;
        background: #004B95 url(images/png/view-product-bg.png) no-repeat 0 center;
        padding: 12px 0 0 60px;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 12px;
        line-height: 14px;
        height: 28px;
        font-family: 'Roboto', sans-serif;
        margin: 10px 15px 5px;
    }

    .checkout-button {
        width: 75px;
        float: left;
        background: #027939 url(images/png/add-to-basket-ico.png) no-repeat 0 center;
        padding: 12px 0 0 60px;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 12px;
        line-height: 14px;
        height: 28px;
        font-family: 'Roboto', sans-serif;
        margin: 10px 15px 5px;
    }

    .basket-overview:hover {
        max-height: 99999px;
        border-top: 2px solid #027939;
        transition: 0.1s ease-in;
        visibility: visible;
        opacity: 1;
    }

    .basket-active {
        max-height: 99999px;
        border-top: 2px solid #027939;
        transition: 0.5s ease-in;
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    .basket-active .basket-product-image {
        height: 45px;
    }

    .product-hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #E3E3E3;
    }

    .product-holder-main {
        width: 71%;
    }

    .image-holder {
        width: 49%;
    }

    .image-holder-main {
        height: 302px;
        background: url(images/jpeg/no_image_holder.jpg) center;
    }

    .product-side-info {
        width: 270px;
    }

    .tabs li a {
        padding: 20px 20px 15px;
        margin: 0;
    }

    .news-article {
        overflow: hidden;
    }

    .main-news-article {
        float: none;
    }

    .three-split {
        width: 310px;
        margin: 0;
        padding: 10px 10px 10px 0;
        float: left;
        border: 0;
    }

    .three-split:nth-child(3) {
        width: 299px;
        padding: 10px 0;
    }

    .three-split .article-image {
        width: 100%;
        height: 150px;
    }

    .main-news-article .article-image {
        height: 250px;
    }

    .main-news-article h3 {
        padding: 10px 0 0;
        font-size: 28px;
        line-height: 36px;
    }

    .split-clear {
        clear: both;
        overflow: hidden;
        float: none;
        padding: 10px;
        border-top: 1px solid #D9D9D9;
    }

    .checkout-container {
        clear: both;
        width: auto;
    }

    .checkout-buttons {
        width: 300px;
        float: right;
        clear: none;
        padding: 0 0 0 10px;
    }

    .delivery-box {
        border: 1px solid #EEE;
        padding: 20px;
        float: left;
        width: 268px;
        margin: 10px 0 0;
        min-height: 220px;
    }

    .returns-box {
        float: right;
    }

    .checkout-box {
        width: 360px;
        float: left;
        border: none;
    }

    .box-left {
        float: left;
    }

    .box-right {
        float: right;
    }

    .vacacny-info-bottom {
        border: none;
        height: 1px;
        background: #D7D7D7;
        width: 98%;
        clear: both;
    }

    .vacancy-search {
        width: 90%;
    }

    .vacancy-search .productsearch {
        width: 140px;
    }

    .vacancy-search .search-button {
        float: right;
    }

    .contact-left {
        width: 40%;
    }

    .span3 {
        margin: 0 22px;
    }

    .col_1 {
        width: 20%;
    }

    .form_small {
        width: 70%;
        margin: 0 auto;
    }

    .news-main {
        width: 72%;
        margin: 0 0 30px 0;
        float: right;
    }

    .check-label {
        padding: 8px 0;
    }

    .category-block {
        width: 211px;
        margin: 0 2% 10px 0;
        float: left;
    }

    .two-clear {
        clear: none;
    }

    .three-clear {
        clear: both;
    }

    .product-image {
        height: 150px;
    }

    .bigger-select {
        width: 160px;
    }

    .bigger-select select {
        width: 156px !important;
    }

    .bigger-select .customSelect {
        width: 140px;
    }

    .login-form input {
        margin: 0;
    }

    .login-form label {
        margin: 0;
    }

    .register-form {
        width: 960px;
    }

    .register-form .formrow {
        padding: 0 0 15px;
    }

    .register-form .submit {
        margin: 5px 1% 0 0;
    }

    .register-form .input {
        width: 95%;
    }

    .register-form .input:focus {
        border: 1px solid #004B95;
    }

    .register-form .select1 {
        width: 94% !important;
    }

    .register-form .form-left {
        width: 44%;
        padding: 0 55px 0 0;
        float: left;
    }

    .no_margin {
        margin: 0;
    }

    .products-home .product-med:hover > h4 {
        line-height: 24px;
        padding: 2px 0 2% 0;
        float: none;
        width: auto;
    }

    .products-home h4 a {
        text-decoration: none;
        color: #606161;
        float: none;
    }

    .products-home .product-med-container {
        width: 23%;
    }

    .products-home .product-med:hover {
        position: absolute;
    }
    .products-home {}

    .midsection {
        position: relative;
        z-index: 10;
        overflow: visible;
    }

    .price_non_sale {
        float: left;
        padding: 0 0 10px;
    }

    .always-right {
        width: 100%;
    }

    .social {
        margin: -102px 0 0;
    }

    .category-list {
        padding: 0 0 0 20px;
    }

    .select_wrapper {
        width: 100%;
        padding: 0 0 20px;
    }

    .select_label {
        padding: 0;
    }

    .checkout-buttons {
        float: right;
        margin: 10px 0 0 10px;
        width: 260px;
    }

    .to_checkout {
        background: #027939 url(images/png/payment-icon.png) no-repeat 0 center;
        padding: 19px 0 6px 50px;
        border: none;
        font-size: 12px;
        margin: 30px 0 20px;
    }

    .to_checkout.disabled {
        background: #9D9D9D url(images/png/payment-icon.png) no-repeat 0 center;
    }

    .update {
        margin: 9px 4px 0;
        float: right;
        padding: 0 4px 0 0;
        clear: none;
    }

    .gallery-item {
        width: 75px !important;
        padding-top: 75px !important;
    }
}

@media screen and (min-width: 20000px) {
    .container {
        width: 980px;
        padding: 0 10px;
    }

    .main-image {
        margin: 0 11px 0 10px;
    }

    .footer-contact {
        width: 235px;
    }

    .footer-security {
        width: 310px;
    }

    .featuredp {
        width: 840px;
    }

    .header-info {
        width: 707px;
    }

    .phone-number {
        padding: 33px 10px 0 82px;
    }

    .nav-parking {
        width: 220px;
    }

    .image01, .image02 {
        width: 299px;
    }

    .image01 {
        margin: 0 0 11px 0;
    }

    .category-selection {
        width: 228px;
    }

    .categories {
        width: 205px;
    }

    .product-hr {
        width: 100%;
        height: 1px;
        border: none;
        background: #E3E3E3;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0B0B0B;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCCCCC;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    color: #333333;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCCCCC;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.form-section {
    margin-bottom: 30px;
    border: 1px solid #999;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 8px 4% 8px 4%;
}

.form-section .input, .form-section .textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.form-section .input, .form-section .textarea, .form-section label {
    margin-left: 0;
}

.form-section .input {
    resize: vertical;
    height: 33px;
}

.form-section textarea {
    resize: vertical;
    min-height: 50px;
}

.form-section legend {
    font-size: 20px;
    padding: 0 8px;
}

.employment-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid #AAA;
    box-sizing: border-box;
    background: #EEE;
    font-size: 14px;
}

.employment-table th, td {
    border: 1px solid #AAA;
}

.employment-table th {
    padding: 14px 8px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.9em;
    color: #333;
    line-height: 1.4em;
    font-weight: bold;
    font-family: tahoma, arial, sans-serif;
}

.employment-table input {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    border: 0;
    padding: 4px 8px;
    font-size: 0.9em;
    color: #777;
    font-family: tahoma, sans-serif;
}

.add-more-button {
    display: inline-block;
    background: #027939;
    padding: 10px 25px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    border: 1px solid #0A5C30;
    text-decoration: none;
    margin: 10px;
}

.employment-table tfoot td {
    text-align: center;
}

.employment-table input:focus {
    outline: #ACE9EE;
}

.reference {}

.reference h3 {
    margin-top: 8px;
}

.yes-no-header {
    margin-right: 30px;
}

.yes-no-wrap {
    display: block;
    width: 100%;
}

.yes-no-radio {
    opacity: 0;
    position: fixed;
    top: -30px;
    left: -30px;
}

.yes-no-label {
    border: 1px solid #777;
    background: #CCC;
    display: block;
    width: 50%;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.yes-no-label:nth-child(4) {
    border-left: none;
}

.yes-no-radio:checked + .yes-no-label.yes {
    background: #027939;
    border: 1px solid #0A5C30;
    color: #FFF;
}

.yes-no-radio:checked + .yes-no-label.no {
    border: 1px solid #A32121;
    background: #CC3838;
    color: #FFF;
}

.checkboxrow--checkbox {
    position: relative;
    padding-left: 50px;
    margin: 0 0 20px;
}

.checkboxrow--checkbox .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px 10px 10px 20px;
}

.checkboxrow--checkbox label {
    margin: 0;
}

@media screen and (min-width: 470px) {
    .checkboxrow--checkbox {
        margin: 0;
    }

    .checkboxrow--checkbox .checkbox {
        float: left;
        margin: 6px 10px 10px 20px;
    }
}

.submitrow .green-button {
    width: 100%;
    margin: 0px 0 10px;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 600;
}

@media screen and (min-width: 760px) {
    .yes-no-wrap {
        width: 150px;
    }

    .form__row {
        overflow: hidden;
    }

    .form__col {
        width: calc(50% - 8px);
        float: left;
    }

    .form__col:nth-child(even) {
        float: right;
    }

    .form__col .formrow textarea {
        min-height: 95px;
    }

    .employment-table {
        margin: 10px 0;
    }

    .submitrow .green-button {
        width: auto;
        padding: 15px 35px;
        margin: 0;
    }
}

@media screen and (min-width: 960px) {
    .form-section {
        padding: 8px 16px;
    }

    .reference {
        width: 49%;
        display: inline-block;
    }

    .reference:last-of-type {
        float: right;
    }
}

@media screen and (max-width: 760px) {
    .employment-table {
        display: block;
        border: none;
        padding: 10px 0 0;
        background: none;
        width: 100%;
    }

    .employment-table thead {
        display: none;
    }

    .employment-table tbody,
    .employment-table tfoot {
        display: block;
    }

    .employment-table tbody tr {
        display: block;
        margin: 0 0 15px;
        border: 1px solid #BFBFBF;
        padding: 10px 10px 5px;
    }

    .employment-table tfoot tr {
        display: block;
        border: none;
    }

    .employment-table tbody td {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        border: none;
    }

    .employment-table tbody td:before {
        content: attr(data-th);
        display: block;
        font-size: 13px;
        color: #333;
        line-height: 1.4em;
        padding: 4px 0 6px;
        font-weight: bold;
        width: 100%;
        font-family: tahoma, arial, sans-serif;
    }

    .employment-table tbody td input {
        border: 1px solid #CCC;
    }

    .employment-table tfoot td {
        display: block;
        border: none;
    }

    .employment-table .add-more-button {
        width: 100%;
        margin: 5px 0 10px;
        padding: 8px 10px;
    }
}

.loading--alt {
    margin: 0 0 20px;
}

.apply-block {
    display: block;
    border: 1px solid #DEDEDE;
    margin: 10px 0 20px;
    background: #F1F1F1;
    padding: 15px 20px;
    overflow: hidden;
}

.apply-block .apply-btn {
    display: block;
    background: #027939;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-decoration: none;
    float: left;
    text-align: center;
    width: 100%;
    margin: 20px 0 10px;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 600;
    box-sizing: border-box;
}

@media screen and (min-width: 760px) {
    .apply-block .apply-block__left {
        float: left;
        padding: 8px 0 0;
    }

    .apply-block .apply-btn {
        float: right;
        width: auto;
        padding: 15px 35px;
        margin: 0;
    }
}

.vacancy-details {
    padding: 7px 0 5px;
}

.vacancy-details h6 {
    padding: 0;
}

iframe[name=indconv] {
    width: 1px;
    height: 1px;
    position: fixed;
    top: -100px;
    left: -100px;
}

.hero {
    max-width: 940px;
    padding: 10px 0 1px;
}

@media screen and (min-width: 600px) {
    .hero {
        padding: 10px 0;
    }
}

.hero__main {
    width: 100%;
    min-height: 270px;
    max-height: 380px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: column;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 600px) {
    .hero__main {
        /*background: url("/images/jpeg/video-bg.jpg") no-repeat right center / auto 100%;*/
    }
}

.hero__main-text {
    background: url("/images/png/hero__text-bg--mobile.png") no-repeat top center / cover;
    order: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

@media screen and (min-width: 600px) {
    .hero__main-text {
        position: static;
        order: 0;
        max-width: 397px;
        max-height: 380px;
        background: url("/images/png/hero__text-bg.png") no-repeat left center / auto 125%;
    }
}

@media screen and (min-width: 768px) {
    .hero__main-text {
        background-size: auto 100%;
    }
}

.hero__main-text-inner {
    padding: 60px 0 10px 10px;
    width: 75%;
    max-width: 265px;
}

@media screen and (min-width: 600px) {
    .hero__main-text-inner {
        width: 100%;
        padding: 60px 0 50px 30px;
    }
}

@media screen and (min-width: 768px) {
    .hero__main-text-inner {
        padding: 90px 0 70px 30px;
    }
}

@media screen and (min-width: 960px) {
    .hero__main-text-inner {
        padding: 96px 0 96px 30px;
    }
}

.hero__main-text-inner h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    width: 80%;
}

@media screen and (min-width: 600px) {
    .hero__main-text-inner h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .hero__main-text-inner h1 {
        width: 100%;
        font-size: 34px;
        line-height: 38px;
    }
}

.hero__main-text-inner p {
    font-family: Tahoma, sans-serif;
    color: #FFF;
    font-size: 13px;
    line-height: 17px;
}

@media screen and (min-width: 600px) {
    .hero__main-text-inner p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 768px) {
    .hero__main-text-inner p {
        font-size: 16px;
        line-height: 20px;
    }
}

.hero__main-video {
    height: 280px;
    background: url("/images/jpeg/car-park-3.jpg") no-repeat center center / cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    transition: opacity 350ms linear;
}

.hero__main-video--flyover {
    background-image: url("/images/jpeg/video-bg--flyover.jpg");
}

.hero__main-video--active {
    opacity: 1;
    pointer-events: all;
}

@media screen and (min-width: 600px) {
    .hero__main-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        background-size: cover;
        background-position: right center;
    }
}

.hero__play-btn {
    display: block;
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: url("/images/svg/play-icon.svg") no-repeat center center / contain;
}

@media screen and (min-width: 600px) {
    .hero__play-btn {
        top: 50%;
        right: 25%;
        left: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) {
    .hero__play-btn {
        right: 30%;
    }
}

@media screen and (min-width: 960px) {
    .hero__play-btn {
        width: 70px;
        height: 70px;
        right: 290px;
    }
}

.hero__cta {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
    .hero__cta {
        margin-bottom: 0;
        width: 49.5%;
        float: left;
        margin-right: 0.5%;
    }

    .hero__cta--2 {
        margin-right: 0;
        margin-left: 0.5%;
    }
}

.hero__cta--1 {
    background: url("/images/jpeg/hero__cta--1.jpg") no-repeat right center / cover;
}

@media screen and (min-width: 600px) {
    .hero__cta--1 {
        background-image: url("/images/jpeg/hero__cta--1-phablet.jpg");
        background-size: auto 100%;
    }
}

.hero__cta--2 {
    background: url("/images/jpeg/hero__cta--2.jpg") no-repeat right center / cover;
}

@media screen and (min-width: 600px) {
    .hero__cta--2 {
        background-image: url("/images/jpeg/hero__cta--2-phablet.jpg");
        background-size: auto 100%;
    }
}

@media screen and (min-width: 768px) {
    .hero__cta--2 h2 {
        padding-right: 30px;
    }
}

.hero__cta-text {
    padding: 40px 10px;
    width: 57%;
    max-width: 222px;
}

@media screen and (min-width: 600px) {
    .hero__cta-text {
        width: 100%;
        max-width: 233px;
        padding: 68px 10px;
    }
}

@media screen and (min-width: 768px) {
    .hero__cta-text {
        padding: 68px 22px;
    }
}

.hero__cta-text h2 {
    max-width: 142px;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (min-width: 600px) {
    .hero__cta-text h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (min-width: 768px) {
    .hero__cta-text h2 {
        max-width: 210px;
        font-size: 30px;
        line-height: 34px;
    }
}

.hero__cta--1 .hero__cta-text {
    background: url("/images/png/hero__cta-text--1-bg.png") no-repeat -30px center / cover;
}

@media screen and (min-width: 600px) {
    .hero__cta--1 .hero__cta-text {
        background-position: -50px center;
    }
}

.hero__cta--2 .hero__cta-text {
    background: url("/images/png/hero__cta-text--2-bg.png") no-repeat -30px center / cover;
}

@media screen and (min-width: 600px) {
    .hero__cta--2 .hero__cta-text,
    .hero__cta--1 .hero__cta-text {
        background-position: -50px center;
    }
}

@media screen and (min-width: 768px) {
    .hero__cta--2 .hero__cta-text,
    .hero__cta--1 .hero__cta-text {
        background-position: left center;
    }
}

body.modal-active {
    overflow: hidden;
}

.modal {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 36px 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.modal__container {
    padding-top: 55.9%;
    width: 100%;
    max-width: 940px;
    max-height: 526px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 940px) {
    .modal__container {
        padding-top: 0;
        height: 526px;
    }
}

.modal__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal__close-btn {
    width: 36px;
    height: 36px;
    background: url("/images/png/close-btn.png") center center / contain;
    position: absolute;
    top: -36px;
    right: 0;
    border: 0;
    outline: none;
    z-index: 2;
    cursor: pointer;
}

@media screen and (min-width: 1020px) {
    .modal__close-btn {
        right: -36px;
    }
}

.mfp-content .mfp-close {
    width: 36px;
    height: 36px;
    background: url("/images/png/close-btn.png") center center / contain;
    color: transparent;
}

@media screen and (min-width: 1020px) {
    .mfp-content .mfp-close {
        right: -36px;
    }
}
