/*************/
/* 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: #eeeeee;
}

ol, ul {
    list-style: none;
}

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: "" "";
}

@font-face {
    font-family: 'DejaVuSans';
    src: url('fonts/DejaVuSans-webfont.eot');
    src: url('fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuSans-webfont.woff') format('woff'),
    url('fonts/DejaVuSans-webfont.ttf') format('truetype'),
    url('fonts/DejaVuSans-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVuSansItalic';
    src: url('fonts/DejaVuSans-Oblique-webfont.eot');
    src: url('fonts/DejaVuSans-Oblique-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuSans-Oblique-webfont.woff') format('woff'),
    url('fonts/DejaVuSans-Oblique-webfont.ttf') format('truetype'),
    url('fonts/DejaVuSans-Oblique-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DejaVuSansBold';
    src: url('fonts/DejaVuSans-Bold-webfont.eot');
    src: url('fonts/DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuSans-Bold-webfont.woff') format('woff'),
    url('fonts/DejaVuSans-Bold-webfont.ttf') format('truetype'),
    url('fonts/DejaVuSans-Bold-webfont.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVuSansCondensed';
    src: url('fonts/DejaVuSansCondensed-webfont.eot');
    src: url('fonts/DejaVuSansCondensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuSansCondensed-webfont.woff') format('woff'),
    url('fonts/DejaVuSansCondensed-webfont.ttf') format('truetype'),
    url('fonts/DejaVuSansCondensed-webfont.svg#DejaVuSansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVuSansCondensedBold';
    src: url('fonts/DejaVuSansCondensed-Bold-webfont.eot');
    src: url('fonts/DejaVuSansCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuSansCondensed-Bold-webfont.woff') format('woff'),
    url('fonts/DejaVuSansCondensed-Bold-webfont.ttf') format('truetype'),
    url('fonts/DejaVuSansCondensed-Bold-webfont.svg#DejaVuSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*******************/
/* layout elements */
/*******************/
html {
    background: #e8e8e8;
}

body {
    background: #eeeeee;
    font-family: sans-serif;
}

.header-container {
    background: url('/images/jpeg/home-header-background.jpg') no-repeat top center;
    background-size: cover;
    -ms-behavior: url(js/backgroundsize.min.htc);
}

.header-top {
    background: rgba(11, 30, 52, 0.80);
    padding: 0 10px;
    overflow: hidden;
}

.header-top__container {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.header-top__hours {
    float: right;
    text-align: right;
}

.header-top__hours h3 {
    display: inline-block;
    font-family: 'DejaVuSansCondensedBold';
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #98cfff;
    padding: 12px 0;
    cursor: pointer;
}

.opening-hours {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 48px;
    right: 0;
    background: #17426e;
    text-align: center;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease, padding 0.3s ease;
}

.opening-hours.active {
    height: 33px;
    padding: 14px 0 0;
}

.opening-hours span {
    display: inline-block;
    font-family: 'DejaVuSans';
    font-weight: 400;
    font-size: 11px;
    color: #98cfff;
}

.header-link {
    font-size: 11px;
    font-weight: 400;
    font-family: 'DejaVuSansCondensed';
    color: #98cfff;
    text-decoration: none;
    width: 30px;
    height: 100%;
    display: inline-block;
    background: none;
    outline: none;
    border: 0;
    padding: 14px 0;
    cursor: pointer;
}

.header-link:hover {
    color: #fff;
}

.header-link__icon {
    display: inline-block;
    width: 22px;
    height: 16px;
    position: relative;
    text-align: right;
}

.header-link__icon svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.header-link__text {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    background: #17426e;
    text-align: center;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease, padding 0.3s ease;
    z-index: 10;
    text-decoration: none;
    color: #98cfff;
}

.header-link__text:hover {
    color: #fff;
}

.header-link__text.active {
    height: 28px;
    padding: 14px 0 0;
}

.blue-bg {
    /*background: url(images/jpeg/header-bg.jpg) no-repeat center top;*/
    /*background-size: cover;*/
    padding-bottom: 20px;
    position: relative;
}

.container {
    width: 1120px;
    min-width: 320px;
    max-width: 100%;
    margin: 0 auto;
}

.top {
    overflow: hidden;
}

.header {
    padding: 40px 0 0;
    margin: 0 0 20px;
    text-align: center;
}

.form-outer {
    width: 96%;
    margin: 20px 2%;
}

.form-container {
    border: 5px solid #5c9ee3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: left;
    width: 90%;
    margin: 0 0 0 3%;
    max-width: 545px;
}

.below {
    background: #195db2;
    background: rgba(0, 0, 0, 0.15);
    padding: 7px 11px;
    overflow: hidden;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #c4ddff;
    font-size: 12px;
    font-family: arial, sans-serif;
    width: 70%;
    max-width: 475px;
    margin: 0 auto;
    text-align: center;
}

.icons {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
}

.icon {
    width: 100%;
    overflow: hidden;
}

.blue-row {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.fourth {

    float: left;
    min-height: 48px;
    color: #595959;
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.storage {
    background: url(images/png/storage.png) no-repeat 20px top;
    padding: 36px 26px 0 88px;
}

.time {
    background: url(images/png/time.png) no-repeat 20px top;
    padding: 36px 35px 0 86px;
}

.box {
    background: url(images/png/box.png) no-repeat 20px top;
    padding: 36px 25px 0 98px;
}

.van {
    background: url(images/png/van.png) no-repeat 20px top;
    padding: 36px 0 0 130px;
    margin-bottom: 10px;
}

.content {
    border-top: 1px solid #eee;
    background: #f3f3f3;
    overflow: hidden;
    padding: 25px 0 0;
}

.content.content--estimator {
    padding: 25px 0 30px;
}

.content.home-content {
    background: #eeeeee;
    padding: 0;
}

.est .content {
    overflow: visible;
}

.col {
    float: left;
    width: 306px;
    overflow: hidden;
    padding: 0 20px 30px 0;
}

.last_col {
    padding: 0;
}

.footer {
    background: #e0e0e0;
    overflow: hidden;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
}

.estimator {
    width: 1120px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.size25 {
    background: #c0bec1 url(images/jpeg/25.jpg) no-repeat center;
    background-size: contain;
}

.size50 {
    background: #c0bec1 url(images/jpeg/50.jpg) no-repeat center;
    background-size: contain;
}

.size100 {
    background: #c0bec1 url(images/jpeg/100.jpg) no-repeat center;
    background-size: contain;
}

.size150 {
    background: #c0bec1 url(images/jpeg/150.jpg) no-repeat center;
    background-size: contain;
}

.storage_lower {
    background: #dcdcdc;
    padding: 15px 0 48px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

}

.storage_lower_content {
    padding: 0 15px;

}

.tick {
    padding: 5px 40px 25px 23px;
    float: left;
    overflow: hidden;
    background: url(images/gif/tick.gif) no-repeat 0 5px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #4b4b4b;
}

.quote_lower {
    background: #e1e1e1;
    padding: 10px 0 10px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.quote_form_lower {
    padding: 10px 6px;
}

.quote_result {
    overflow: hidden;
    clear: both;
}

.inner_left {
    float: left;
    width: 620px;
    max-width: 96%;
    padding: 0 2%;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.inner_right {
    float: left;
    width: 96%;
    padding: 0 2%;
    overflow: hidden;
}

.testimonial-item {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    margin: 0 0 30px;

}

.testimonial-desc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

.testimonial-desc:after, .testimonial-desc:before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -21px;
    border-width: 21px 18px 0 18px;
    border-style: solid;
    border-color: #fff transparent;
}

.testimonial-desc:before {
    border-width: 21px 18px 0 18px;
    border-style: solid;
    border-color: #666 transparent;
    left: 20px;
}

.testimonial-desc p {
    font-style: italic;
    padding: 10px 0 12px;

}

.testimonial-user p {
    margin: 22px 0 0;
    padding: 5px 0 5px 4px;
    color: #033a94;
}

/*************************/
/* links and navigations */
/*************************/
.arrow {
    width: 66px;
    height: 66px;
    display: block;
    text-indent: -99999px;
    background: url(images/png/arrows.png) no-repeat;
    position: absolute;
    left: 0;
    top: 190px;
}

.next {
    background-position: right 0;
    right: 0;
    left: auto;
}

.prev:hover {
    background-position: 0 bottom;
}

.next:hover {
    background-position: right bottom;
}

.nav {
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    list-style-image: none;
    position: absolute;
    top: 93px;
    background: #ECECEC;
    left: 10px;
    right: 10px;
    z-index: 200;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}

.dropdown {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    list-style-image: none;
}

.nav.active {
    max-height: 400px;
    transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

.nav li {
    display: block;
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 0;
    position: relative;
}

.nav a {
    font-size: 15px;
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    color: #454343;
    text-decoration: none;
    line-height: 20px;
    display: block;
    padding: 14px 20px;
}

.nav li span {
    display: none;
}

.nav a:hover {
    color: #fff;
    background: #2D86DF;
}



.home .nav-home a,
.self .nav-self a,
.est .nav-est a,
.about .nav-about a,
.testimonials .nav-testimonials a,
.contact .nav-contact a {
    color: #fff;
    background: #1C579C;
}

a {
    color: #1561c9
}

a:hover {
    color: #000;
}

.footer a {
    color: #656565;
}

.footer a:hover {
    color: #000;
}

.below a {
    color: #c4ddff;
}

.below a:hover {
    color: #fff;
}

.small a {
    color: #c4ddff;
}

.small a:hover {
    color: #fff;
}

.calcnav {
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

.calcnav li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 25%;
}

.calcnav a {
    font-size: 16px;
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0;
    text-align: center;
    height: 49px;
    line-height: 51px;
    text-transform: uppercase;
    background: url(images/gif/calcnav2.gif) no-repeat center 0;
    border-right: 1px solid #0d4096;
    border-left: 1px solid #0b52be;
}

.calcnav-25 a {
    background: url(images/gif/calcnav2.gif) no-repeat left 0;
    border-left: 0;
}

.calcnav-150 a {
    background: url(images/gif/calcnav2.gif) no-repeat right 0;
    border-right: 0;
}

.calcnav a:hover,
.calcnav a.active {
    background-position: center bottom;
}

.calcnav-25 a:hover,
.calcnav-25 a.active {
    background-position: 0 bottom;
}

.calcnav-150 a:hover,
.calcnav-150 a.active {
    background-position: right bottom;
}

/********/
/* text */
/********/
p {
    color: #656565;
    margin: 0;
    padding: 0 0 20px;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.subheading {
    color: #fff;
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px 1px #1e5397;
    padding: 0 15px 14px 10px;
}

.price {
    font-family: DejaVuSansCondensedBold, tahoma, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 5px 0 2px;
    color: #fff;
    text-shadow: 2px 2px 2px #10407b;
    padding: 0;
}

.small {
    color: #c4ddff;
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px 1px #1e5397;
    padding: 0 0 3px;
}

.price_lower {
    font-family: DejaVuSansCondensedBold, tahoma, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 15px 0 0;
    color: #033a94;
    text-align: center;
}

.small_lower {
    color: #555;
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 0 0 3px;
}

h1 {
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #033a94;
    line-height: 30px;
    margin: 0;
    padding: 0 0 4px;
}

.header h1 {
    font-family: DejaVuSansCondensedBold, tahoma, sans-serif;
    color: #fff;
    padding: 0 0 4px;
    font-size: 32px;
    line-height: 40px;
}

.header p {
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 0 0 18px;
}

h2 {
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0 6px;
    margin: 0;
    color: #1561c9;
    font-weight: normal;
}

h3 {
    font-family: DejaVuSansCondensed, tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0 6px;
    margin: 0;
    color: #033a94;
    font-weight: normal;
}

.quote_lower h3 {
    padding: 12px 0 0;
    line-height: 20px;
}

.quote_lower p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0 0 0 20px;
    padding: 0 0 20px;
    list-style: none;
    list-style-image: url(images/gif/bullet.gif);
}

ul li {
    font-size: 13px;
    color: #656565;
    font-family: arial, sans-serif;
    padding: 0 0 2px;
    line-height: 20px;
    margin: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.footer p {
    color: #666;
    font-size: 12px;
    padding: 0;
}

.footer .right {
    text-align: right;
    padding-right: 10px;
}

.footer strong {
    color: #3a3a3a;
}

.btn-container {
    text-align: center;
}

.btn {
    height: 50px;
    font-family: 'DejaVuSansCondensedBold', sans-serif;
    font-size: 14px;
    line-height: 54px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px 10px;
    padding: 0 20px;
}

.btn--orange {
    background: #ffa800;
    color: #8b3b25;
}

.btn--orange:hover {
    background: #111;
    color: #fff;
}

.btn--blue {
    background: #c7e5ff;
    color: #1b5aa1;
}

.btn--blue:hover {
    background: #fff;
    color: #1b5aa1;
}

.services {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
}

.services--inner .services__icon {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin: 0 0 10px;
}

.services--inner .services__item {
    flex: 0 0 auto;
}

.services--inner .services__item p {
    font-size: 13px;
    padding: 0 10px;
}

.services__item {
    width: 100%;
    display: inline-block;
    padding: 25px 0 30px;
    float: left;
}

.services__item h3 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'DejaVuSansCondensedBold', Tahoma, sans-serif;
}

.services__item p {
    color: #cce7ff;
    padding: 0 19px;
    font-family: 'DejaVuSans', Tahoma, sans-serif;
}

.services__icon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.services__icon svg {
    width: 100%;
    height: 100%;
}

.services__item--multiple {
    background: url('/images/jpeg/service-multiple-background.jpg') no-repeat center center;
    background-size: cover;
}

.services__item--van {
    background: url('/images/jpeg/service-van-background.jpg') no-repeat center center;
    background-size: cover;
}

.services__item--time {
    background: url('/images/jpeg/service-time-background.jpg') no-repeat center center;
    background-size: cover;
}

.services__item--time .services__icon {
    border: 2px solid #13355b;
}

.services__item--time h3, .services__item--time p {
    color: #13355b;
}

.services__item--offer {
    background: url('/images/jpeg/service-packing-background.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.services__item--offer::after {
    content: "Offer";
    position: absolute;
    top: 18px;
    right: -42px;
    width: 150px;
    transform: rotate(45deg);
    text-transform: uppercase;
    font-family: 'DejaVuSansCondensedBold', sans-serif;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    background: #ffa800;
    color: #8b3b25;
    height: 26px;
}

.home-strapline {
    text-align: center;
    padding: 50px 0 44px;
}

.home-strapline p {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    font-family: DejaVuSans, Tahoma, sans-serif;
    font-weight: normal;
}

.home-strapline p em {
    font-family: DejaVuSansItalic, Tahoma, sans-serif;
}

.home-strapline p strong {
    font-family: DejaVuSansBold, Tahoma, sans-serif;
}


.quote-footer {
    overflow: hidden;
    background: #e7e7e7;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

.quote-footer h4 {
    font-family: DejaVuSansCondensed, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    color: #555555;
    padding: 0 20px 15px;
}

.quote-footer .btn--orange {
    max-width: 155px;
}

/*****************/
/* website forms */
/*****************/

label {
    width: 70px;
    font-family: arial, sans-serif;
    float: left;
    display: block;
    margin: 0;
    padding: 4px 0 0;
    color: #666;
    font-size: 13px;
}

div.formrow {
    clear: both;
    overflow: hidden;
    padding: 0 0 10px;
}

div.submitrow {
    clear: both;
    overflow: hidden;
    padding: 0 0 14px 70px;
}

input {
    width: 70%;
    color: #333;
    height: 22px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

textarea {
    width: 70%;
    color: #333;
    height: 100px;
    background: #eee;
    border: 1px solid #ccc;
    resize: none;
    padding: 3px;
    margin: 0;
    font-family: arial, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input:focus,
textarea:focus {
    border-color: #333;
}

#submit {
    height: 36px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border: none;
    width: 127px;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: arial, sans-serif;
    background: #033a94;
    border: 1px solid #092757;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#submit:hover {
    border: 1px solid #000;
    background: #000;
}

p.errormessage {
    color: #f00;
    font-weight: bold;
}

.quote {
    background: #ececec url(images/gif/form.gif) repeat-x;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 8px 2%;
    width: 96%;
    float: left;
}

select {
    display: none;
}

div.selector,
div.selector span {
    -webkit-font-smoothing: antialiased;
    display: block;
    height: 40px;
    color: #777;
    font-size: 14px;
    font-family: tahoma;
}

div.selector {
    background-position: right 4px;
    line-height: 38px;
    margin: 0 8px 10px 0;
    height: 44px;
    display: block;
    cursor: pointer;
    vertical-align: middle;
    zoom: 1;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
}

div.selector span {
    background: #f3f3f3 url(images/gif/select.gif) no-repeat right 6px;
    line-height: 38px;
    padding: 2px 30px 0 18px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.ie7 div.selector span {
    cursor: normal;
}

div.selector select {
    top: 0;
    left: 5px;
    font-size: 12px;
    position: absolute;
    height: 43px;
    cursor: pointer;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ie7 div.selector select {
    top: 7px;
    font-size: 22px;
}

div.selector.hover,
div.selector:hover,
div.selector.hover span,
div.selector:hover span {
    background-position: right -64px;
    color: #555;
}

div.selector.focus,
div.selector.focus span,
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
    background-position: right -134px;
    color: #333;
    border-color: #919191;
}

.submit {
    border: 0;
    display: block;
    background: #ff930c url(images/gif/submit.gif) repeat-x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    border: 1px solid #d07300;
    height: 44px;
    text-align: center;
    color: #8b3b25;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
}

.submit_large {
    width: 100%;
    margin: 0 auto 10px;
}

.submit:hover {
    color: #111;
}

.submit:active,
.submit:focus {
    border-color: #111;
}

/********/
/* misc */
/********/
.left {
    float: left;
}

.right {
    float: right;
}

.no_margin {
    margin: 0;
}

hr {
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 10px 0 30px;
}

table {
    width: 100%;
    border-left: 1px solid #fff;
    border-top: 1px solic #fff;
    margin: 10px 0 40px;
}

th {
    background: #033a94;
    font-family: 'DejaVuSansCondensed', 'arial narrow', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10px 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #eee;
    font-family: tahoma, sans-serif;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    color: #333;
}

.contact table {
    border: 0;
    margin: 0;
}

.contact th {
    background: none;
    font-family: arial, sans-serif;
    color: #555;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    padding: 0;
    border: 0;
}

.contact td {
    background: none;
    font-family: arial, sans-serif;
    color: #555;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    padding: 4px;
    border: 0;
}

.padding {
    padding: 10px;
}

table h3 {
    padding: 0;
}

img.right {
    margin: 0 0 10px 10px;
}

img.left {
    margin: 0 10px 10px 0;
}

.photo {
    display: block;
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
}

.man {
    display: none;
}

.col {
    padding: 0 3%;
    width: 94%;
}

.footer {
    padding: 25px 2%;
}

.nav-icon {
    float: right;
    width: 44px;
    height: 44px;
    background: #12355e url(images/png/nav-icon.png) no-repeat center center;
    margin: 23px 10px 0 0;
    cursor: pointer;
}

.nav-icon.active {
    background: #12355e url(images/png/nav-icon-close.png) no-repeat center center;
}

.arrow {
    display: none;
}

.clear {
    clear: both;
}

.nav-close a {
    background: #12355e url(images/png/nav-icon-close.png) no-repeat left center;
    padding: 14px 10px 14px 44px !important;
    color: #ffffff !important;
    display: block;
    cursor: pointer !important;
}

.nav-close a:hover {
    background: #2D86DF url(images/png/nav-icon-close.png) no-repeat left center;
}


.logo {
    width: 202px;
    height: 43px;
    position: relative;
    display: inline-block;
    margin: 23px 0 24px 12px
}

.logo svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 500px) {

    .fourth {
        min-height: 64px;
    }

    .col {
        width: 45%;
        padding: 0 2%;
    }

    .last_col {
        width: 94%;
        padding: 0 2%;
    }

    .icon {
        width: 46%;
        float: left;
    }

}

@media screen and (min-width: 600px) {

    .services--inner .services__item {
        min-height: 105px;
    }

    .services__item {
        width: 50%;
    }

    .fourth {
        width: 148px;
        min-height: 52px;
    }

    .van {
        width: 120px;
    }

    div.selector {
        float: left;
        margin: 0 8px 0 0;
    }

    .submit_large {
        float: left;
        margin: 0;
    }

    .form-container {
        width: 545px;
        float: none;
        margin: 0 auto;
    }

    .form-outer {
        width: auto;
        margin: 20px 0 0;
    }

    .quote_form_lower {
        float: right;
        max-width: 173px;
    }

    .quote_form_lower .selector {
        margin-bottom: 10px;
    }

    .estimator {
        background: #c0bec1;
    }

    .wrapper {
        width: 100%;
        text-align: center;
    }

    #image {
        max-height: 450px;
        width: auto;
        margin: 0 auto;

    }

    .submit_large {
        width: 144px;
    }
}

@media screen and (min-width: 768px) {
    



    .header p {
        font-size: 16px;
        line-height: 24px;
    }

    .quote-footer {
        padding: 25px 0;
    }

    .quote-footer h4 {
        padding: 0 30px 10px;
    }

    .quote-footer .btn--orange {
        margin: 0;
    }

    .header {
        padding: 80px 20px 0;
    }

    .services__item {
        width: 25%;
    }

    .header-link__icon {
        position: absolute;
        top: -3px;
        left: 0;
    }

    .header-link {
        width: auto;
        height: 100%;
        margin: 6px 10px 0 6px;
        padding: 0 0 0 22px;
        position: relative;
    }

    .header-link__text {
        display: inline-block;
        margin-left: 8px;
        position: static;
        background: none;
        height: auto;
        padding: 0
    }

    .header-link__text.active {
        height: auto;
        padding: 0;
    }

    .header-top {
        padding: 12px 10px;
    }

    .header-top__hours {
        margin-left: auto;
        width: 55.9%;
    }

    .header-top__hours h3 {
        padding: 0;
        cursor: auto;
    }

    .opening-hours {
        display: inline;
        padding: 0 20px 0 0;
        text-align: right;
        background: none;
        position: static;
    }

    .opening-hours.active {
        padding: 0 10px 0 0;
        height: auto;
    }


    .col {
        width: 31.667%;
        padding: 0 0.8% 30px;
    }

    

    .inner_left {
        width: 50%;
    }

    .inner_right {
        float: right;
        width: 40%;
    }

    .arrow {
        display: block;
    }

    .nav-close {
        display: none !important;
    }

    .nav li a {
        border-top: none;
    }

    .clr {
        clear: left;
    }

}

@media screen and (min-width: 960px) {

    .nav li.nav-home {
        display: none;
    }

    .header-link__icon {
        left: 2px;
    }

    .header .btn {
        margin: 0 5px;
    }

    .logo {
        margin: 22px 0 22px 12px;
    }

    .header-top {
        padding: 9px 10px;
    }

    .header-top__hours {
        margin-top: -2px;
    }

    .opening-hours {
        padding: 0 10px 0 0;
    }

    .opening-hours span {
        margin: 0 10px;
    }

    .header-link {
        margin: 4px 26px 0 6px;
    }

    .quote-footer h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .services {
        margin-top: -118px;
    }

    .services--inner {
        margin-top: -80px;
    }

    .header {
        min-height: 100%;
        margin: 0 auto;
        max-width: 645px;
        width: 100%;
        position: relative;
        padding: 100px 0 255px;
    }

    .header--inner {
        padding: 114px 0 177px;
    }

    .header h1 {
        padding: 0 0 10px;
        font-size: 40px;
        line-height: 42px;
    }

    .header p {
        font-size: 16px;
        line-height: 24px;
    }

    .last_col {
        padding: 0;
    }

    .relative {
        position: relative;
    }

    .icon {
        width: 25%;
    }

    .blue-bg {
        padding: 0;
    }

    .footer {
        padding: 50px 0;
    }

    .nav-icon {
        display: none;
    }

    .nav {
        max-height: none;
        max-width: none;
        width: auto;
        float: right;
        position: relative;
        top: auto;
        background: none;
        padding: 36px 0 0;
    }

    .nav li {
        float: left;
        background: none;
        padding: 0 10px;
    }

    .nav li a {
        font-size: 13px;
        background: none;
        color: #99b9d6;
        padding: 0 0 2px;
    }

    .nav li a:hover {
        background: none;
        color: #fff;
    }

    .home .nav-home a,
    .self .nav-self a,
    .est .nav-est a,
    .about .nav-about a,
    .testimonials .nav-testimonials a,
    .contact .nav-contact a {
        color: #fff;
        background: none;
        border-bottom: 3px solid #fff;
    }

    .nav {
        float: right;
        margin: 0;
        padding: 0;
        display: block;
        list-style: none;
        list-style-image: none;
        overflow: visible;
        left: auto;
        right: auto;
    }

    .nav li {
        display: block;
        float: left;
        padding: 36px 20px 0;
        height: 54px;
        margin: 0;
        list-style: none;
        list-style-image: none;
        position: relative;
    }

    .nav li span {
        display: inline;
    }

    .nav li a,
    .nav li span  {
        font-size: 16px;
        font-family: DejaVuSansCondensed, tahoma, sans-serif;
        color: #c4e0f9;
        text-decoration: none;
        line-height: 20px;
        display: block;
        padding: 0 0 2px;
    }

    .nav li.nav-dropdown span {
        padding-right: 20px;
        cursor: default;
    }

    .nav li.nav-dropdown::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #c4e0f9 transparent transparent transparent;
         content: " ";
         display: block;
         right: 22px;
         top: 41px;
         position: absolute;
    }

    .self .nav li.nav-dropdown::before {
        border-color: #fff transparent transparent transparent;
    }


    .nav .dropdown {
        display: none;
        position: absolute;
        margin: 0;
        padding: 10px 0;
        background: #dbe9f6;
        top: 76px;
        left: 50%;
        margin-left: -115px;
        width: 230px;
        border-radius: 5px;
    }

    .nav li:hover .dropdown {
        display: block;
    }

    .nav .dropdown::before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(219, 233, 246, 0);
        border-bottom-color: #dbe9f6;
        border-width: 10px;
        margin-left: -10px;
    }




    .nav .dropdown li {
        display: block;
        float: none;
        clear: both;
        padding: 0;
        height: auto;
    }

    .nav .dropdown li a {
        color: #0e5dba;
        display: block;
        padding: 10px 40px;
        font-size: 14px;
        position: relative;
    }

    .nav .dropdown li a:hover {
        background: #0a478a;
        color: #fff;

    }

    .nav .dropdown li a::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #13355b;
        position: absolute;
        left: 25px;
        top: 12px;
        content: '';
        display: block;
    }

     .nav .dropdown li a:hover::before {
        border-color: transparent transparent transparent #fff;
    }
    

    .top {
        overflow: visible;
    }

    .form-outer {
        margin: 0;
    }

    .man {
        background: url(images/png/man.png) no-repeat left bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 378px;
        height: 359px;
        display: block;
    }

    .inner_left {
        width: 64%;
        padding: 0 20px 0 30px;
    }

    .inner_right {
        width: 292px;
        padding: 0;
    }

    .quote_form_lower {
        max-width: 323px;
    }

    .clr {
        clear: none;
    }
}

@media screen and (min-width: 1060px) {

     .inner_right {
        width: 306px;
        padding: 0;
    }

    .services--inner .services__item {
        display: flex;
        align-items: center;
        min-height: 100%;
        padding: 13px 0;
    }

    .services--inner .services__icon {
        float: left;
        margin: 0;
        margin-left: 15px;
    }

    .services--inner .services__item p {
        float: left;
        width: 60%;
        padding: 0 0 0 15px;
        text-align: left;
    }

    .services--inner .services__item.services__item--offer p {
        padding: 0 18% 0 15px;
    }
}

@media screen and (min-width: 1200px) {

    .col {
        padding: 0;
        padding-right: 2.5%;
    }

    .last_col {
        padding: 0;
    }

    .quote-footer h4 {
        padding: 0;
    }

    .quote-footer .btn--orange {
        margin-left: 50px;
    }
}


/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 5x;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: default;

    background: #f3f3f3 url(images/gif/select.gif) no-repeat right 6px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #aaa;
    margin: 0 0 6px;
    color: #777;
    font-size: 14px;
    font-family: tahoma;
    width: 100% !important;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 11px 30px 7px 18px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 4px;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    margin: 0;
}

.selectBox-options.selectBox-options-top {
    border-bottom: none;
    margin-top: 1px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.selectBox-options.selectBox-options-bottom {
    border-top: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    padding: 6px 4px;
    color: #777;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #063D8D;
    color: #ffffff;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.select-small, .select-big {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

@media screen and (min-width: 500px) {

    .sbHolder {
        width: 90%;
    }
}

@media screen and (min-width: 600px) {
    .select-small {
        width: 161px;
        float: left;
        margin: 0 12px 0 0;
        display: block;
    }

    .select-big {
        width: 191px;
        float: left;
        margin: 0 12px 0 0;
        display: block;
    }
}

/* Drop Container Styles */

.dropcontainer {
    position: relative;
}

.trigger {
    min-width: 150px;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 5x;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: default;
    background: #f3f3f3 url(images/gif/select.gif) no-repeat right 6px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #aaa;
    color: #777;
    font-size: 14px;
    font-family: tahoma;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 35px 10px 15px;
}

.trigger:hover {

}

.trigger:after {

}

.activetrigger {
    min-width: 150px;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 5x;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: default;
    background: #f3f3f3 url(images/gif/select.gif) no-repeat right 6px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #aaa;
    color: #777;
    font-size: 14px;
    font-family: tahoma;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 35px 10px 15px;
}

.activetrigger:after {

}

.activetrigger:hover {

}

.activetrigger:active {

}

.dropcontainer ul {
    font-size: 13px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    list-style-type: none;
    padding: 0;
    position: absolute;
    text-decoration: none;
    margin: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropcontainer ul li {
    padding: 7px 4px;
    margin: 0;
    list-style: none;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dropcontainer ul li a {
    text-decoration: none;
    color: #777777;
    cursor: pointer;
    display: block;
}

.dropcontainer ul li:hover {
    background: #f5f5f5;
    outline: none;
}

.dropcontainer ul li:last-child {
    border-bottom: none;
}

.dropdownhidden {
    display: none;
}

.dropdownvisible {
    height: auto;
}

.quote_form_lower .dropcontainer ul {
    max-height: 150px;
    overflow: scroll;
}

