/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/

@font-face {
    font-family:"Jenna Sue";src:url("/fonts/JennaSue.ttf")
}

@font-face {
    font-family:'icomoon';src:url("/fonts/icomoon.eot?ru3xtt");src:url("/fonts/icomoon.eot?ru3xtt#iefix") format("embedded-opentype"),url("/fonts/icomoon.ttf?ru3xtt") format("truetype"),url("/fonts/icomoon.woff?ru3xtt") format("woff"),url("/fonts/icomoon.svg?ru3xtt#icomoon") format("svg");font-weight:normal;font-style:normal
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2.25em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,*:before,*:after {
        background: transparent!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.btn-small>.caret,.btn-inline-small>.caret,.btn-inline>.caret,.btn-search>.caret,.dropup>.btn>.caret,.dropup>.btn-small>.caret,.dropup>.btn-inline-small>.caret,.dropup>.btn-inline>.caret,.dropup>.btn-search>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important
    }
}

/*
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
    */

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 2.25em
}

h2,.h2 {
    font-size: 2em
}

h3,.h3 {
    font-size: 1.75em
}

h4,.h4 {
    font-size: 1.5em
}

h5,.h5 {
    font-size: 1.25em
}

h6,.h6 {
    font-size: 1.125em
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,.small {
    font-size: 85%
}

mark,.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ul ol,ol ul,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\u2014\u00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after {
    content: '\u00A0\u2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width:768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width:device-width;
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.icon-office:before {
    content: "\uE903"
}

.icon-newspaper:before {
    content: "\uE904"
}

.icon-pencil2:before {
    content: "\uE906"
}

.icon-image:before {
    content: "\uE90D"
}

.icon-images:before {
    content: "\uE90E"
}

.icon-camera:before {
    content: "\uE90F"
}

.icon-price-tag:before {
    content: "\uE935"
}

.icon-price-tags:before {
    content: "\uE936"
}

.icon-phone:before {
    content: "\uE942"
}

.icon-address-book:before {
    content: "\uE944"
}

.icon-envelop:before {
    content: "\uE945"
}

.icon-location:before {
    content: "\uE948"
}

.icon-bubbles:before {
    content: "\uE96C"
}

.icon-user:before {
    content: "\uE971"
}

.icon-users:before {
    content: "\uE972"
}

.icon-lock:before {
    content: "\uE98F"
}

.icon-bin:before {
    content: "\uE9AC"
}

.icon-clipboard:before {
    content: "\uE9B8"
}

.icon-list:before {
    content: "\uE9BB"
}

.icon-star-empty:before {
    content: "\uE9D7"
}

.icon-star-half:before {
    content: "\uE9D8"
}

.icon-star-full:before {
    content: "\uE9D9"
}

.icon-happy:before {
    content: "\uE9E0"
}

.icon-point-right:before {
    content: "\uEA04"
}

.icon-point-left:before {
    content: "\uEA06"
}

.icon-cross:before {
    content: "\uEA0F"
}

.icon-checkmark:before {
    content: "\uEA10"
}

.icon-circle-down:before {
    content: "\uEA43"
}

.icon-facebook:before {
    content: "\uEA90"
}

.icon-instagram:before {
    content: "\uEA92"
}

.icon-twitter:before {
    content: "\uEA96"
}

.icon-linkedin:before {
    content: "\uEACA"
}


body {
    font-family: "Open Sans",Arial,Sans-Serif;
    font-size:  12.5pt;
    font-weight: 400;
    line-height: 1.75em;
    overflow-x: hidden; 
 
}





@media only screen and( -webkit-min-device-pixel-ratio: 1.25 ),
       only screen and(      -o-min-device-pixel-ratio: 5/4 ),
       only screen and( min-resolution: 120dpi ),
       only screen and( min-resolution: 1.25dppx ) {
    body {
        font-size: 10pt;
    }
}



html, body { margin: 0; padding: 0; } 

body { min-height: 100vh; position: relative; } 
.body-content { padding-bottom: 140px !important;}
                                      
footer {position: absolute; right: 0; left: 0; bottom: 0; min-height: 120px; }

@media (max-width: 768px)
{
    .body-content {padding-bottom: 160px !important;}
    footer {min-height: 140px;}
}

@media (max-width: 400px)
{
    .body-content {padding-bottom: 260px !important;}
    footer {min-height: 240px;}
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: #005c6d;
    font-family: "Open Sans",Arial,Sans-Serif;
    font-weight: 700;
    line-height: 1.25em
}

h1,.h1 {
    font-size: 1.6em
}

h2,.h2 {
    font-size: 1.4em
}

h3,.h3 {
    font-size: 1.3em
}

h4,.h4 {
    font-size: 1.15em
}

h5,.h5 {
    font-size: 1.1em
}

h6,.h6 {
    font-size: 1em
}

p {
    font-family: "Open Sans",Arial,Sans-Serif;
    font-size: 1em
}

a {
    color: #005c6d;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

a:hover {
    color: #243588;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

a:focus {
    outline: 1px solid #005c6d;
    text-decoration: none
}

.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:1200px) {
    .col-lg-2-4 {
        float: left;
        width: 20%
    }
}

.col-md-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:992px) {
    .col-md-2-4 {
        float: left;
        width: 20%
    }
}

.col-sm-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .col-sm-2-4 {
        float: left;
        width: 20%
    }
}

@media(min-width:992px) {
    .col-md-push-2-4 {
        left: 20%
    }
}

@media(min-width:992px) {
    .col-md-pull-2-4 {
        right: 20%
    }
}

@media(min-width:992px) {
    .col-md-offset-2-4 {
        margin-left: 20%
    }
}

.header {
    margin-top: 1em;
    margin-bottom: 1em
}

.main-content {
    margin-bottom: 2em
}

@media(min-width:992px) {
    .main-content {
        margin-bottom: 0
    }
}

.error {
    font-size: 1em;
    color: #e61a1a
}

.tick-list {
    padding: 0;
    list-style-type: none
}

.tick-list li {
    padding-left: 27px;
    padding-bottom: 5px;
    line-height: 1.2em
}

.tick-list li::before {
    content: "\uEA10";
    margin-left: -26px;
    padding-right: 8px;
    color: #fff;
    font-family: "icomoon";
    font-size: 1em
}

.footer {
    margin-top: 6em
}

.footer-nav {
    padding-bottom: 2em
}

.footer-links {
    padding-left: 0;
    margin-bottom: 2em;
    list-style-type: none
}

.footer-links a {
    color: #005c6d
}

.footer-links a:hover {
    color: #243588
}

.trading-name {
    text-align: center;
    padding: 2em 0;
    background-color: #f2f2f2
}

@media(min-width:768px) {
    .trading-name {
        text-align: left
    }
}

.times-logo {
    margin: 1em .5em
}

@media(min-width:768px) {
    .times-logo {
        float: right;
        margin: 0 .25em
    }
}

.logo {
    width: 100%;
    max-width: 230px;
    max-height: 80px
}

.page-title {
    font-size: 2.5em
}

@media(min-width:992px) {
    .page-title {
        font-size: 3.5em
    }
}

.form-title,.quote-form-title {
    display: inline-block;
    padding: 1em 1.5em;
    background-color: #005c6d;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25em;
    border-radius: 4px 4px 0 0
}

.quote-form {
    padding: 1em 1em;
    background-color: #243588;
    color: #fff;
    border-radius: 0 0 4px 4px
}

.quote-form-title {
    display: block
}

.divide-heading {
    margin-bottom: 1em;
    color: #fff
}

.product-cost {
    margin-bottom: 1.5em;
    color: #005c6d;
    font-size: 2em;
    font-weight: 700
}

.btn,.btn-small,.btn-inline-small,.btn-inline,.btn-search {
    display: inline-block;
    padding: .5em 1.25em;
    background: -webkit-gradient(linear,left top,left bottom,from(#005c6d),to(#0098b3));
    background: -webkit-linear-gradient(#0098b3,#0098b3);
    background: -o-linear-gradient(#0098b3,#0098b3);
    background: linear-gradient(#0098b3,#0098b3);
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    border: 0;
    border-radius: 4px;
    vertical-align: middle
}

.btn:active,.btn-small:active,.btn-inline-small:active,.btn-inline:active,.btn-search:active {
    background: -webkit-gradient(linear,left top,left bottom,from(#005c6d),to(#0098b3));
    background: -webkit-linear-gradient(#0098b3,#0098b3);
    background: -o-linear-gradient(#0098b3,#0098b3);
    background: linear-gradient(#0098b3,#0098b3)
}

.FormButton {
    width: 200px
}

@media(min-width:320px) {
    .FormButton {
        width: 200px
    }
}

@media(min-width:992px) {
    .FormButton {
        width: 200px;
        margin: 0 30px
    }
}

@media(min-width:1200px) {
    .FormButton {
        width: 324px;
        margin: 0 0
    }
}

.btn-small,.btn-inline-small {
    font-size: 1.25em;
    padding: .25em .75em;
    margin-right: 1em
}

.btn-inline {
    display: block;
    width: 100%
}

.btn-inline-small {
    display: block;
    width: 100%
}

.btn-search {
    display: block;
    padding: 0 1.5em;
    width: 100%;
    height: 50px;
    border-radius: 0 0 4px 4px
}

@media(min-width:992px) {
    .btn-search {
        display: inline-block;
        width: auto;
        border-radius: 0 4px 4px 0
    }
}

.btn-blue {
    background: -webkit-gradient(linear,left top,left bottom,from(#005c6d),to(#243588));
    background: -webkit-linear-gradient(#005c6d,#243588);
    background: -o-linear-gradient(#005c6d,#243588);
    background: linear-gradient(#005c6d,#243588)
}

.btn-blue:active {
    background: -webkit-gradient(linear,left top,left bottom,from(#005c6d),to(#243588));
    background: -webkit-linear-gradient(#005c6d,#243588);
    background: -o-linear-gradient(#005c6d,#243588);
    background: linear-gradient(#005c6d,#243588)
}

.btn-orange {
    background: -webkit-gradient(linear,left top,left bottom,from(#fac305),to(#ff9c00));
    background: -webkit-linear-gradient(#fac305,#ff9c00);
    background: -o-linear-gradient(#fac305,#ff9c00);
    background: linear-gradient(#fac305,#ff9c00)
}

.btn-orange:active {
    background: -webkit-gradient(linear,left top,left bottom,from(#fac305),to(#ff9c00));
    background: -webkit-linear-gradient(#fac305,#ff9c00);
    background: -o-linear-gradient(#fac305,#ff9c00);
    background: linear-gradient(#fac305,#ff9c00)
}

.cta-arrow,.cta-arrow-left,.cta-arrow-left-blue,.cta-arrow-left-orange,.cta-arrow-right,.cta-arrow-right-blue,.cta-arrow-right-orange {
    position: relative;
    display: inline-block;
    width: auto;
    height: 70px;
    padding: .5em 1.5em 0 1.5em;
    margin-top: .5em;
    margin-left: 1em;
    margin-right: 1em;
    background-color: #005c6d;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 0 5px rgba(64,64,64,.6);
    box-shadow: 0 0 5px rgba(64,64,64,.6);
    z-index: 1
}

.cta-arrow:hover,.cta-arrow-left:hover,.cta-arrow-left-blue:hover,.cta-arrow-left-orange:hover,.cta-arrow-right:hover,.cta-arrow-right-blue:hover,.cta-arrow-right-orange:hover {
    background-color: #243588;
    color: #fff
}

.cta-arrow-left,.cta-arrow-left-blue,.cta-arrow-left-orange {
    margin-left: 1em;
    margin-right: .5em
}

.cta-arrow-left:before,.cta-arrow-left-blue:before,.cta-arrow-left-orange:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    height: 50px;
    width: 50px;
    background-color: #005c6d;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0
}

.cta-arrow-left:hover:before,.cta-arrow-left-blue:hover:before,.cta-arrow-left-orange:hover:before {
    background-color: #243588
}

.cta-arrow-right,.cta-arrow-right-blue,.cta-arrow-right-orange {
    margin-left: .5em;
    margin-right: 1em
}

.cta-arrow-right:after,.cta-arrow-right-blue:after,.cta-arrow-right-orange:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    height: 50px;
    width: 50px;
    background-color: #005c6d;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cta-arrow-right:hover:after,.cta-arrow-right-blue:hover:after,.cta-arrow-right-orange:hover:after {
    background-color: #243588
}

.cta-arrow-right-blue {
    background-color: #243588
}

.cta-arrow-right-blue:after {
    background-color: #243588
}

.cta-arrow-right-blue:hover {
    background-color: #fff;
    color: #243588
}

.cta-arrow-right-blue:hover:after {
    background-color: #fff
}

.cta-arrow-left-blue {
    background-color: #243588
}

.cta-arrow-left-blue:after {
    background-color: #243588
}

.cta-arrow-left-blue:hover {
    background-color: #fff;
    color: #243588
}

.cta-arrow-left-blue:hover:after {
    background-color: #fff
}

.cta-arrow-right-orange {
    background-color: #243588
}

.cta-arrow-right-orange:after {
    background-color: #243588
}

.cta-arrow-right-orange:hover {
    background-color: #fff;
    color: #243588
}

.cta-arrow-right-orange:hover:after {
    background-color: #fff
}

.cta-arrow-left-orange {
    background-color: #243588
}

.cta-arrow-left-orange:after {
    background-color: #243588
}

.cta-arrow-left-orange:hover {
    background-color: #fff;
    color: #243588
}

.cta-arrow-left-orange:hover:after {
    background-color: #fff
}

.block,.contact-block,.terms-block,.cover-block,.blue-block,.submit-block,.advert-block {
    padding: 1.5em;
    margin-bottom: 1em;
    color: #fff;
    border-radius: 4px
}

.block a,.contact-block a,.terms-block a,.cover-block a,.blue-block a,.submit-block a,.advert-block a {
    color: #fff
}

.aside-title {
    margin-bottom: .5em;
    font-size: 2em;
    font-weight: 700;
    line-height: 1em
}

.contact-block {
    background-color: #005c6d
}

.contact-block h5 {
    color: #fff
}

.contact-block h5 a {
    font-size: 23px!important;
    text-decoration: underline
}

.contact-block .contact-name {
    margin-bottom: .5em;
    font-size: 1.25em
}

.contact-block .contact-name:before {
    font-family: "icomoon";
    content: "\uE971";
    padding-right: .5em
}

.terms-block {
    background-color: #bfbfbf
}

.cover-block {
    background-color: #243588
}

.blue-block {
    background-color: #005c6d
}

.submit-block {
    background-color: #fff
}

.submit-block .aside-title {
    color: #005c6d
}

.advert-block {
    background-color: #005c6d;
    overflow: hidden
}

.advert-block .aside-title {
    text-align: center;
    line-height: 1.25em
}

.advert-block .cta-arrow-right-blue {
    font-size: 1.75em
}

.product {
    display: block;
    margin-bottom: 3em;
    color: #404040;
    overflow: hidden
}

.product:hover {
    color: #404040
}

.product:focus {
    color: #404040
}

@media(min-width:768px) {
    .product {
        height: 460px
    }
}

.product-img {
    margin-bottom: 1.5em;
    overflow: hidden;
    border-radius: 4px
}

@media(min-width:768px) {
    .product-img {
        height: 220px
    }

    .product-img img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.product-page-img {
    margin-bottom: 1.5em;
    overflow: hidden;
    border-radius: 4px
}

@media(min-width:768px) {
    .product-page-img {
        height: 450px
    }

    .product-page-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.swiper-product-img {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    border-radius: 4px
}

.swiper-product-img .swiper-slide {
    border-radius: 4px;
    overflow: hidden
}

.product-title {
    margin-bottom: .5em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25em
}

.product-price {
    margin-bottom: .5em;
    color: #005c6d;
    font-size: 1.25em;
    font-weight: 700
}

.page-divide .product {
    color: #fff
}

.page-divide .product:hover {
    color: #fff
}

.page-divide .product:focus {
    color: #fff
}

.page-divide .product-price {
    color: #fff
}

.product-landscape {
    display: block;
    margin-bottom: 2em;
    color: #404040
}

.product-landscape:hover {
    color: #404040
}

.product-landscape:focus {
    color: #404040
}

.product-landscape:before,.product-landscape:after {
    content: " ";
    display: table
}

.product-landscape:after {
    clear: both
}

.product-landscape .product-img {
    max-width: 100%;
    max-height: 250px;
    margin-bottom: 1em;
    overflow: hidden;
    border-radius: 4px
}

@media(min-width:992px) {
    .product-landscape .product-img {
        width: 33.333%;
        float: left
    }
}

.product-landscape .product-info {
    max-width: 100%
}

@media(min-width:992px) {
    .product-landscape .product-info {
        width: 66.666%;
        float: right;
        padding-left: 2em
    }
}

.wanted {
    display: block;
    margin-bottom: 2em;
    color: #404040
}

.wanted:hover {
    color: #404040
}

.wanted:focus {
    color: #404040
}

.wanted-title {
    margin-bottom: .5em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25em
}

.wanted-price {
    margin-bottom: .5em;
    color: #005c6d;
    font-size: 1.25em;
    font-weight: 700
}

.wanted-description {
    margin-bottom: .5em
}

.svg-pink {
    fill: #db2775
}

.svg-white {
    fill: #fff
}

.svg-yellow {
    fill: #faa33d
}

.svg-green {
    fill: #005c6d
}

.svg-grey {
    fill: #404040
}

.svg-grey-light {
    fill: #7ca3b5
}

.info-title {
    margin-top: .75em;
    margin-bottom: .5em;
    color: #005c6d;
    font-size: 7rem;
    font-family: "Jenna Sue","Open Sans",Arial,Sans-Serif;
    line-height: 1.25em
}

@media(min-width:992px) {
    .info-title {
        font-size: 10rem
    }
}

.info-steps .step1 {
    position: relative;
    max-width: 500px;
    width: 100%
}

.info-steps .step2 {
    position: relative;
    width: 700px;
    width: 100%
}

.info-steps .step3 {
    position: relative;
    width: 500px;
    width: 100%
}

.info-steps #support,.info-steps #tip {
    display: none
}

@media(min-width:768px) {
    .info-steps {
        position: relative;
        height: 1200px
    }

    .info-steps .step1 {
        position: absolute;
        width: 500px;
        left: 70px
    }

    .info-steps .step2 {
        position: absolute;
        width: 700px;
        top: 380px;
        right: 0
    }

    .info-steps .step3 {
        position: absolute;
        width: 500px;
        top: 840px;
        left: 60px
    }

    .info-steps #support,.info-steps #tip {
        display: block
    }
}

@media(min-width:992px) {
    .info-steps {
        position: relative;
        height: 1100px
    }

    .info-steps .step1 {
        position: absolute;
        width: 500px;
        left: 60px
    }

    .info-steps .step2 {
        position: absolute;
        width: 700px;
        top: 350px;
        right: 0
    }

    .info-steps .step3 {
        position: absolute;
        width: 500px;
        top: 750px;
        left: 60px
    }
}

@media(min-width:1200px) {
    .info-steps {
        position: relative;
        height: 1100px
    }

    .info-steps .step1 {
        position: absolute;
        width: 500px;
        left: 100px
    }

    .info-steps .step2 {
        position: absolute;
        width: 700px;
        top: 350px;
        right: 15px
    }

    .info-steps .step3 {
        position: absolute;
        width: 500px;
        top: 700px;
        left: 15px
    }
}

.PaneContainer {
    border-radius: 4px;
    overflow: hidden
}

.PaneHeader {
    padding: .5em 1em;
    background-color: #005c6d;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer
}

.PaneHeader:after {
    content: '\uEA43';
    font-family: "icomoon";
    float: right
}

.SelectedPaneHeader {
    padding: .5em 1em;
    background-color: #005c6d;
    color: #fff;
    font-size: 1.5em;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear,-webkit-transform .5s linear,-o-transform .5s linear;
    cursor: pointer
}

.SelectedPaneHeader:after {
    content: '\uEA43';
    font-family: "icomoon";
    float: right;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear,-webkit-transform .5s linear,-o-transform .5s linear
}

.PaneContent {
    padding: .5em 1em;
    background-color: #f7f7f7
}

.device-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: #243588;
    text-align: center;
    opacity: .9;
    overflow: auto;
    z-index: 20;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.device-navigation.menu-open {
    top: 0%;
    height: 100%;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

@media(min-width:992px) {
    .device-navigation.menu-open {
        display: none
    }
}

.device-navigation a {
    color: #fff;
    font-weight: 700
}

.device-navigation .responsive-menu {
    position: relative;
    margin: 125px 0;
    color: #fff;
    font-size: 1.5em;
    list-style-type: none
}

.device-navigation .responsive-menu .parent-item {
    padding: .25em
}

.device-navigation .responsive-menu .child-item {
    padding-top: .25em;
    padding-left: 0;
    background-color: #243588;
    list-style-type: none
}

.device-navigation .responsive-menu .child-item li {
    padding: .25em 0
}

.device-navigation .responsive-menu .child-item li:last-child {
    padding-bottom: 0
}

@media(min-width:768px) {
    .device-navigation .responsive-menu {
        margin: 100px 0;
        font-size: 2.25em
    }

    .device-navigation .responsive-menu .parent-item {
        padding: .5em
    }

    .device-navigation .responsive-menu .child-item {
        padding-top: .5em;
        padding-left: 0;
        background-color: #243588;
        list-style-type: none
    }

    .device-navigation .responsive-menu .child-item li {
        padding: .5em 0
    }

    .device-navigation .responsive-menu .child-item li:last-child {
        padding-bottom: 0
    }
}

.open-menu {
    display: block
}

.open-menu:before,.open-menu:after {
    content: " ";
    display: table
}

.open-menu:after {
    clear: both
}

@media(min-width:992px) {
    .open-menu {
        display: none
    }
}

.is-fixed {
    overflow: hidden
}

@media(min-width:992px) {
    .is-fixed {
        overflow: auto
    }
}

.open-menu {
    position: relative;
    float: right;
    height: 62px;
    width: 62px;
    background-color: #005c6d;
    text-align: center;
    border-radius: 4px;
    z-index: 21
}

.open-menu:hover {
    background-color: #243588
}

.open-menu .span {
    position: absolute;
    top: 29px;
    left: 10px;
    height: 4px;
    width: 42px;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.open-menu .span::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 5px;
    height: 4px;
    width: 32px;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.open-menu .span::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -12px;
    height: 4px;
    width: 32px;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.open-menu.open .span {
    position: absolute;
    top: 29px;
    left: 10px;
    height: 4px;
    width: 0;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.open-menu.open .span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    height: 4px;
    width: 32px;
    background-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.open-menu.open .span::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    height: 4px;
    width: 32px;
    background-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.main-navigation {
    display: none
}

.main-navigation:before,.main-navigation:after {
    content: " ";
    display: table
}

.main-navigation:after {
    clear: both
}

@media(min-width:992px) {
    .main-navigation {
        display: block;
        float: right
    }
}

.main-menu {
    right: 0;
    height: 62px;
    float: right;
    padding-left: 0;
    background-color: #005c6d;
    color: #fff;
    border-radius: 4px;
    list-style-type: none
}

.main-menu a {
    color: #fff;
    font-weight: 700
}

.main-menu .parent-item {
    position: relative;
    float: left;
    height: 62px
}

.main-menu .parent-item>a {
    display: block;
    height: 100%;
    padding: 1.15em 1.25em
}

.main-menu .parent-item>a.active {
    background-color: #243588
}

.main-menu .parent-item:hover {
    background-color: #243588
}

.main-menu .parent-item:hover .child-item {
    display: block
}

.main-menu .parent-item:hover:first-child {
    border-radius: 4px 0 0 4px
}

.main-menu .parent-item:hover:last-child {
    border-radius: 0 4px 4px 0
}

.main-menu .child-item {
    position: absolute;
    left: 50%;
    display: none;
    min-width: 260px;
    padding-top: 1em;
    padding-left: 0;
    margin-left: -130px;
    list-style-type: none;
    border-radius: 4px;
    z-index: 2
}

.main-menu .child-item::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -13px;
    display: block;
    height: 26px;
    width: 26px;
    background-color: #243588;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-menu .child-item .user-login {
    position: relative;
    width: 300px;
    margin-left: -131px;
    padding: 1.25em;
    background-color: #005c6d;
    text-align: center;
    border-radius: 4px;
    z-index: 5
}

.main-menu .child-item .user-login .h4 {
    margin-bottom: 1em;
    font-weight: 700;
    color: #fff
}

.main-menu .child-item .user-login .password-forgot {
    font-size: .75em;
    font-weight: 300
}

.main-menu .child-item .create-account {
    position: relative;
    display: block;
    margin-left: -1.25em;
    margin-right: -1.25em;
    margin-bottom: -1.25em;
    padding: 1em;
    background-color: #243588;
    font-weight: 700;
    text-align: center;
    border-radius: 0 0 4px 4px
}

.main-menu .child-item li {
    position: relative;
    background-color: #243588;
    z-index: 5
}

.main-menu .child-item li:first-child {
    border-radius: 4px 4px 0 0
}

.main-menu .child-item li:last-child {
    padding-bottom: 0;
    border-radius: 0 0 4px 4px
}

.main-menu .child-item li>a {
    display: block;
    width: 100%;
    padding: 1.25em
}

.main-menu .child-item li>a::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.main-menu .child-item li>a:hover::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #fff
}

.main-menu .child-item li:hover {
    background-color: #005c6d
}

.swiper-container {
    position: relative;
    height: 480px;
    margin-bottom: 1em;
    border-radius: 4px
}

@media(min-width:768px) {
    .swiper-container {
        height: 480px
    }
}

@media(min-width:992px) {
    .swiper-container {
        height: 500px
    }
}

.swiper-container .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

.swiper-container .heading-text {
    position: relative;
    max-width: 100%;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 4em 1em 2em 1em;
    background: url(/Mobilers/media/Mobilers/Master/scribble.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center
}

@media(min-width:480px) {
    .swiper-container .heading-text {
        max-width: 100%;
        margin-top: 60px;
        margin-left: 20px;
        padding: 5em 4em 3em 4em
    }
}

@media(min-width:768px) {
    .swiper-container .heading-text {
        display: inline-block;
        max-width: 650px;
        margin-top: 30px;
        margin-left: 40px;
        padding: 5em 5em 3em 5em;
        text-align: left
    }
}

@media(min-width:992px) {
    .swiper-container .heading-text {
        max-width: 750px;
        margin-top: 40px;
        margin-left: 60px;
        padding: 5em 5em 3em 5em
    }
}

.swiper-container .heading-cta {
    margin-top: -2em;
    margin-left: 3em
}

@media(min-width:480px) {
    .swiper-container .heading-cta {
        margin-left: 2em
    }
}

@media(min-width:768px) {
    .swiper-container .heading-cta {
        margin-left: 10em;
        display: block
    }
}

@media(min-width:992px) {
    .swiper-container .heading-cta {
        margin-left: 20em
    }
}

.heading-cta-mobile {
    display: block;
    margin-bottom: 2em;
    text-align: center
}

@media(min-width:768px) {
    .heading-cta-mobile {
        display: none
    }
}

.banner-wrapper {
    position: relative;
    height: 250px;
    margin-bottom: 2em;
    border-radius: 4px;
    overflow: hidden
}

@media(min-width:768px) {
    .banner-wrapper {
        height: 250px
    }
}

@media(min-width:992px) {
    .banner-wrapper {
        height: 300px
    }
}

.banner-wrapper .swiper-slide {
    border-radius: 4px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.banner-wrapper .heading-text {
    position: relative;
    max-width: 100%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 4em 1em 2em 1em;
    background: url(/Mobilers/media/Mobilers/Master/scribble.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center
}

@media(min-width:480px) {
    .banner-wrapper .heading-text {
        max-width: 100%;
        margin-top: 0;
        margin-left: 20px;
        padding: 3em 4em 3em 4em
    }
}

@media(min-width:768px) {
    .banner-wrapper .heading-text {
        display: inline-block;
        max-width: 650px;
        margin-top: 20px;
        margin-left: 40px;
        padding: 3em 4em 3em 4em;
        text-align: left
    }
}

@media(min-width:992px) {
    .banner-wrapper .heading-text {
        max-width: 750px;
        margin-top: 30px;
        margin-left: 60px;
        padding: 3em 4em 3em 4em
    }
}

.banner-wrapper .heading-text .page-title {
    font-size: 2em
}

.banner-wrapper .heading-cta {
    margin-top: -4em;
    margin-left: 2em;
    display: none
}

@media(min-width:480px) {
    .banner-wrapper .heading-cta {
        margin-left: 2em
    }
}

@media(min-width:768px) {
    .banner-wrapper .heading-cta {
        margin-left: 10em;
        display: block
    }
}

@media(min-width:992px) {
    .banner-wrapper .heading-cta {
        margin-left: 30em
    }
}

.input-group {
    margin-bottom: 1.5em
}

.input-group-ppc {
    margin-bottom: .5em
}

.select-wrap {
    position: relative;
    display: block
}

.select-wrap .input-field {
    cursor: pointer
}

.select-wrap:before,.select-wrap:after {
    content: " ";
    display: table
}

.select-wrap:after {
    clear: both
}

.select-wrap::after {
    position: absolute;
    top: .5em;
    right: 1em;
    content: "\uEA43";
    font-family: "icomoon";
    color: #bfbfbf;
    pointer-events: none;
    z-index: 2;
    padding-top: 38px
}

.input-wrap {
    position: relative;
    display: block
}

.input-wrap:before,.input-wrap:after {
    content: " ";
    display: table
}

.input-wrap:after {
    clear: both
}

label {
    display: inline-block;
    margin-bottom: .2em;
    font-size: 1.25em;
    font-weight: 300
}

.input-field {
    display: block;
    min-width: 100%;
    min-height: 50px;
    padding-left: 1em;
    padding-right: 1em;
    background: #fff;
    color: #404040;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(64,64,64,.5);
    box-shadow: 0 0 4px rgba(64,64,64,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input-field::-webkit-input-placeholder {
    color: #bfbfbf
}

.input-field::-moz-placeholder {
    color: #bfbfbf
}

.input-field:-ms-input-placeholder {
    color: #bfbfbf
}

.input-field::placeholder {
    color: #bfbfbf
}

.input-field:focus {
    -webkit-box-shadow: 0 0 4px rgba(152,202,35,.5);
    box-shadow: 0 0 4px rgba(152,202,35,.5)
}

.radio {
    margin-bottom: 1.5em
}

.radio label {
    padding-right: 1em
}

.radio label input[type=radio] {
    margin-right: .5em
}

.search-form {
    position: relative;
    display: block;
    margin-bottom: 2em;
    -webkit-box-shadow: 0 0 4px rgba(64,64,64,.5);
    box-shadow: 0 0 4px rgba(64,64,64,.5);
    z-index: 1
}

select::-ms-expand {
    width: 12px;
    border: none;
    background: white
}

@media(min-width:992px) {
    .search-form {
        display: inline-block
    }
}

.search-form .select-wrap,.search-form .input-wrap {
    border: none;
    border-bottom: 1px solid #bfbfbf;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-form .select-wrap .input-field,.search-form .input-wrap .input-field {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

@media(min-width:480px) {
    .search-form .select-wrap:nth-child(1),.search-form .input-wrap:nth-child(1) {
        width: 100%
    }

    .search-form .select-wrap:nth-child(1) .input-field,.search-form .input-wrap:nth-child(1) .input-field {
        border-radius: 4px 0 0 4px
    }

    .search-form .select-wrap:nth-child(2),.search-form .input-wrap:nth-child(2) {
        width: 50%;
        float: left
    }

    .search-form .select-wrap:nth-child(2) .input-field,.search-form .input-wrap:nth-child(2) .input-field {
        border-right: 1px solid #bfbfbf
    }

    .search-form .select-wrap:nth-child(3),.search-form .input-wrap:nth-child(3) {
        width: 50%;
        float: left
    }
}

@media(min-width:992px) {
    .search-form .select-wrap,.search-form .input-wrap {
        min-width: 200px;
        float: left;
        border-bottom: 0
    }

    .search-form .select-wrap .input-field,.search-form .input-wrap .input-field {
        border-bottom: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0
    }

    .search-form .select-wrap:nth-child(1),.search-form .input-wrap:nth-child(1) {
        width: 225px
    }

    .search-form .select-wrap:nth-child(1) .input-field,.search-form .input-wrap:nth-child(1) .input-field {
        border-right: 1px solid #bfbfbf;
        border-radius: 4px 0 0 4px
    }

    .search-form .select-wrap:nth-child(2),.search-form .input-wrap:nth-child(2) {
        width: 225px;
        float: left
    }

    .search-form .select-wrap:nth-child(2) .input-field,.search-form .input-wrap:nth-child(2) .input-field {
        border-right: 1px solid #bfbfbf
    }

    .search-form .select-wrap:nth-child(3),.search-form .input-wrap:nth-child(3) {
        width: 20px
    }

    .search-form .select-wrap:nth-child(3) .input-field,.search-form .input-wrap:nth-child(3) .input-field {
        border-right: 0;
    }
}

.search-form-home {
    position: relative;
    text-align: center;
    margin-top: 3em;
    z-index: 2
}

.page-divide {
    position: relative;
    margin-top: -3em;
    margin-bottom: 3em;
    padding-top: 4em;
    height: auto;
    background-color: #005c6d;
    color: #fff
}

.page-divide:before {
    content: "";
    position: absolute;
    top: -69px;
    display: block;
    height: 70px;
    width: 100%;
    background: url(/img/border-scribble.png)
}

.page-divide:after {
    content: "";
    position: absolute;
    bottom: -69px;
    display: block;
    height: 70px;
    width: 100%;
    background: url(/img/border-scribble.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-divide {
    position: relative;
    margin-top: -8em;
    margin-bottom: 3em;
    padding-top: 8em;
    height: auto;
    background-color: #243588;
    color: #fff
}

.product-divide:before {
    content: "";
    position: absolute;
    top: -69px;
    display: block;
    height: 70px;
    width: 100%;
    background: url(/Mobilers/media/Mobilers/Master/border-scribble-blue.png)
}

.product-divide:after {
    content: "";
    position: absolute;
    bottom: -69px;
    display: block;
    height: 70px;
    width: 100%;
    background: url(/Mobilers/media/Mobilers/Master/border-scribble-blue.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.map-divide {
    position: relative;
    margin-top: -8em;
    height: auto;
    background-color: #005c6d;
    color: #fff
}

.map-divide:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 70px;
    width: 100%;
    background: url(/img/border-scribble-mask.png);
    z-index: 1
}

.map-divide:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 70px;
    width: 100%;
    background: url(/img/border-scribble-mask.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1
}

.swiper-product {
    overflow: hidden
}

.home-products {
    position: relative;
    margin-top: 1em;
    margin-bottom: 0;
    z-index: 1
}

.product-feature {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2em
}

.product-feature img {
    width: 100%
}

.product-feature-title {
    padding: 1em;
    background-color: #fff;
    color: #243588;
    font-size: 1.25em;
    font-weight: 700;
    text-align: center
}

@media(min-width:768px) {
    .product-feature-title {
        min-height: 125px
    }
}

.catersell-btn {
    display: block;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 2em;
    background: -webkit-gradient(linear,left top,left bottom,from(#9e1f63),to(#db2775));
    background: -webkit-linear-gradient(#9e1f63,#db2775);
    background: -o-linear-gradient(#9e1f63,#db2775);
    background: linear-gradient(#9e1f63,#db2775);
    text-align: center;
    border-radius: 4px;
    color: #fff
}

.catersell-btn:hover {
    color: #fff
}

.catersell-btn .brand-btn-title::before {
    content: "\uEA06";
    font-family: "icomoon";
    padding-right: 15px
}

.caterfind-btn {
    display: block;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 2em;
    background: -webkit-gradient(linear,left top,left bottom,from(#f15a29),to(#faa33d));
    background: -webkit-linear-gradient(#f15a29,#faa33d);
    background: -o-linear-gradient(#f15a29,#faa33d);
    background: linear-gradient(#f15a29,#faa33d);
    text-align: center;
    border-radius: 4px;
    color: #fff
}

.caterfind-btn:hover {
    color: #fff
}

.caterfind-btn .brand-btn-title::after {
    content: "\uEA04";
    font-family: "icomoon";
    padding-left: 15px
}

.brand-btn-title {
    margin-bottom: .5em;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    font-weight: 700
}

.top-tips {
    margin-top: 6em
}

.top-tips .h4 {
    text-align: center;
    color: #243588;
    margin-bottom: 2em
}

.top-tip {
    display: block;
    margin-bottom: 2em
}

@media(min-width:768px) {
    .top-tip {
        margin-bottom: 0
    }
}

.top-tip-title {
    padding-top: .75em;
    color: #243588;
    font-size: 1.25em;
    font-weight: 700
}

#map {
    height: 100%
}

.rating {
    text-align: right
}

.open {
    color: #005c6d;
    font-weight: bold
}

.closed {
    color: #e61a1a;
    font-weight: bold
}

.contact-phone {
    margin-bottom: .5em
}

.contact-phone:before {
    font-family: "icomoon";
    content: "\uE942";
    padding-right: .5em
}

.contact-email {
    margin-bottom: .5em
}

.contact-email:before {
    font-family: "icomoon";
    content: "\uE945";
    padding-right: .5em
}

.contact-location {
    margin-bottom: .5em
}

.contact-location:before {
    font-family: "icomoon";
    content: "\uE948";
    padding-right: .5em
}

.user-contact,.user-sale-items,.user-wanted-items {
    margin-bottom: 2em
}

.user-contact-details {
    margin-bottom: 1em
}

.product-list {
    list-style-type: none;
    padding-left: 10px
}

.product-list li a:hover {
    text-decoration: underline
}

.CalendarTextBox {
    display: block;
    min-width: 80%;
    min-height: 50px;
    padding-left: 1em;
    padding-right: 1em;
    background: #fff;
    color: #404040;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(64,64,64,.5);
    box-shadow: 0 0 4px rgba(64,64,64,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left
}

.DropDownField {
    width: auto!important
}

.icon-only {
    background-color: #005c6d;
    height: 53px;
    margin-left: 8px;
    margin-top: -2px;
    width: 16%
}

.terms-label {
    font-size: 12px;
    line-height: 1.3em!important;
    padding-top: 5px
}

.EditingFormErrorLabel {
    color: red
}

.kentico-select {
    margin-top: 39px
}

.contact-number-header {
    margin-top: 18px;
    margin-right: 16px;
    float: right;
    color: #005c6d;
    font-weight: bold;
    font-size: 28px;
    display: inline-block
}

.contact-number-header img {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
    height: 20px
}

@media(max-width:645px) {
    .contact-number-header {
        font-size: 15px
    }
}

@media(max-width:563px) {
    .contact-number-header {
        display: none
    }
}

#p_lt_ctl03_pageplaceholder_p_lt_WebPartZone3_ProductWidgetArea_BizForm_viewBiz_MarketingQuestion_checkbox {
    margin-top: 5px!important
}

#p_lt_ctl02_pageplaceholder_p_lt_WebPartZone3_ProductWidgetArea_BizForm_viewBiz_MarketingQuestion_checkbox {
    margin-top: 5px!important
}

.terms-label-ppc {
    color: #fff;
    font-size: 12px;
    line-height: 1.3em!important;
    padding-top: 5px
}

.input-field-ppc {
    min-height: 32px!important
}

.ppc-tandcs {
    color: #005c6d;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

.ppc-tandcs:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

.ppc-tandcs:focus {
    outline: 1px solid #005c6d;
    text-decoration: none
}

.heading-cta {
}

.dark-blue-text {
    color: #243588
}

.terms-label-ppc a:hover {
    color: #fff!important
}

@media(max-width:575.98px) {
    span[id$="RECAPTCHA_captcha"] iframe {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    span[id$="RECAPTCHA_captcha"] iframe {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.brexit {
    border: solid 2px green;
    padding: 1rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.brexit p {
    padding: 0;
    margin: 0
}
.cookie-message {
    width: 100%;
    background-color: #243588;
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 9999
}

.cookie-message a.cookie-link {
 /*   color: #005c6d */
      color: #ffffff;
     font-weight: bold;
}

.cookiebar-close {
    font-size: 1.2em
}

.cookiebar-close {
    background: linear-gradient(#0098b3,#0098b3);
    padding: 5px!important;
    border-radius: 5px;
    color: #fff
}

.cookiebar-close:focus {
    background-color: #f8090e;
    border: 1px solid #f8090e
}

/*
.header__logo {
    position: relative;
}

@media (min-width: 768px) {
    .header__logo {
        position: absolute;
        top: 323px;
    }
}
*/

footer {
color: rgb(153,153,153) !important;
background-color: rgb(48, 46, 53) !important;

}


footer a {
color: #fff !important;
font-weight: bold;

}

