@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/assets/fonts/LatoRegular.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/assets/fonts/LatoBold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(/assets/fonts/OpenSans.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/assets/fonts/OpenSans-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(/assets/fonts/OswaldRegular.woff) format('woff');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(/assets/fonts/OswaldBold.woff) format('woff');
}

body {
    font-family: 'Oswald', sans-serif;
    position: relative;
    overflow-x: hidden;
}

.form-wrapper {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    color: #17354c;
    font-size: 14px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .see-more {
        max-width: 960px;
    }
}

@media (min-width: 996px) and (max-width: 1360px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1360px) and (max-width: 1500px) {

    .container, .see-more {
        max-width: 860px;
    }

    .container2 {
        max-width: 960px;
    }
}

@media (min-width: 1501px) and (max-width: 4000px) {
    .container {
        max-width: 950px;
    }

    .container2 {
        max-width: 960px;
    }
}

.container.see-more {
    padding: 0;
}

.main-logo {
    display: block;
    float: left;
    background: url('../images/logo.png') no-repeat top left;
    width: 235px;
    height: 38px;
    margin-top: 13px;
    text-indent: -9999px;
}

.inline {
    display: inline;
}

.header {
    height: 82px;
    position: relative;
}

.header .navbar {
    position: absolute;
    right: 0;
}

.header .navbar .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    background: #666;
}

.main-head {
    background: url('../images/head-nav.png') no-repeat;
}

.main-nav {
    margin-top: 50px;
    font-family: 'Oswald', sans-serif;
}

.bg-grad {
    background: url('../images/bg-grad.png') repeat-y center;
}

.steps {
    float: left;
    margin: 16px 0 18px 10px;
    padding: 10px;
    line-height: 32px;
    text-align: center;
    color: #868787;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.steps span {
    color: #dddedf;
}

.steps.active {
    background-position: 0 -52px;
    color: #fff;
}

.steps.active span {
    color: #4d6a7f;
}

.step-1-s {
    background: url('../images/step-1-small.png') no-repeat 0 0;
    width: 311px;
}

.step-2-s {
    background: url('../images/step-2-small.png') no-repeat 0 0;
    width: 311px;
}

.step-3-s {
    background: url('../images/step-3-small.png') no-repeat 0 0;
    width: 301px;
}

.step-1-b {
    background: url('../images/step-1-big.png') no-repeat 0 0;
    width: 473px;
}

.step-2-b {
    background: url('../images/step-2-big.png') no-repeat 0 0;
    width: 461px;
}

.step-1-xs {
    background: url('../images/step-1-xs.png') no-repeat 0 0;
    width: 231px;
}

.step-2-xs {
    background: url('../images/step-2-xs.png') no-repeat 0 0;
    width: 231px;
}

.step-3-xs {
    background: url('../images/step-3-xs.png') no-repeat 0 0;
    width: 221px;
}

.panel-default.bg-346 > .panel-heading {
    background: #346393;
    color: #FFF;
}

.bg-4a9.mid-head {
    padding: 5px 15px;
}

.bg-4a9.mid-head p {
    margin: 0;
    font-size: 14px;
}

.panel-default.bg-4a9 > .panel-heading, .bg-4a9 > .heading, .bg-4a9.heading, .bg-4a9.mid-head, .bg-4a9.mid-head p {
    background: #4a91c8;
    color: #FFF;
}

.form-wrapper .glyphicon {
    color: #cad7e4;
    margin-left: 10px;
}

.form-wrapper label .glyphicon {
    color: #cad7e4;
    margin-left: 5px;
    margin-top: 0;
}

.ml-0 {
    margin-left: 0 !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.clearfix:after {
    display: block;
    clear: both;
    float: none;
    content: " ";
    visibility: hidden;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.form-wrapper .panel-body > div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.panel-body {
    background: #f2f2f2;
}

.panel-body-white {
    background: white;
    padding-bottom: 40px;
}

.panel-body-white.pb-15, .pb-15 {
    padding-bottom: 15px;
}

.panel-body.insurance-heading {
    background: #fff;
}

.insurance_heading_ocp.highlight {
    position:relative;
}

.highlight-offer {
    position: absolute;
    z-index: 1000;
    margin-left: -9px;
    margin-top: -9px;
    left: 0;
    top: 1px;
}

.insurance-heading .radio {
    min-width: 135px;
}

.sub-node {
    margin-left: 20px;
}

.territory > div:first-child .input-group {
    padding-left: 15px;
}

.sub-node label {
    font-size: 12px;
    font-weight: normal;
}

.form-inline .sub-node input[type="checkbox"] {
    margin-right: 5px;
}

.no-cbx label {
    margin-left: 20px;
}

.no-cbx input.input-sm {
    width: 50%;
}

.btn-pink, .btn-pink:active, .btn-pink:focus {
    color: #FFF;
    border-color: #ea3d3d;
    background: #ff6161;
    background: -moz-linear-gradient(top, #ff6161 0%, #f24242 100%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6161), color-stop(100%, #f24242), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, #ff6161 0%, #f24242 100%, #7db9e8 100%);
    background: -o-linear-gradient(top, #ff6161 0%, #f24242 100%, #7db9e8 100%);
    background: -ms-linear-gradient(top, #ff6161 0%, #f24242 100%, #7db9e8 100%);
    background: linear-gradient(to bottom, #ff6161 0%, #f24242 100%, #7db9e8 100%);
}

.btn-pink:hover {
    color: #FFF;
    background: #ea3d3d;
    border-color: #ea3d3d;
}

.btn {
    font-family: 'Oswald', sans-serif;
}

.footer {
    background: #2b2a2a;
    font-family: 'Lato', sans-serif;
    color: #5c5c5c;
    border-top: 1px solid #a30000;
    padding: 10px;
    line-height: 1em;
}

.form-wrapper label {
    font-weight: normal;
    line-height: 32px;
}

.form-wrapper label.bold {
    font-weight: bold;
}

.form-wrapper .radio label, .form-wrapper .checkbox label {
    line-height: normal;
}

.bg-f3f {
    background: #f3f3f3;
}

.partners {
    margin-top: 50px;
    padding: 14px 25px;
    background: #f3f3f3 url('../images/arr-down.png') center 5px no-repeat;
}

.partners span {
    color: #6d6262;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
}

.partners span, .partners a {
    display: block;
    float: left;
    width: 50%;
}

/*
.partners > * {
    display: block;
    float: left;
    padding: 0 35px;
}*/
.right-position {
    position: fixed;
    -webkit-transform: translateZ(0);
    right: -2px;
    top: 150px;
    width: 218px;
}

.calculation-no {
    border-radius: 4px;
    border: 1px solid #4a91c8;
    padding: 12px 19px;
    background: #4a91c8;
    margin-bottom: 20px;
}

.contact-us-panel {
    padding: 30px 10px 30px 30px;
    width: 218px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px #dddedf;
    box-shadow: 0 2px 6px #dddedf;
    background: #f1f1f1;
    position: fixed;
}

.left-position {
    position: fixed;
    -webkit-transform: translateZ(0);
    left: 10px;
    top: 250px;
}

.right-position h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #FFF;
}

.btn-blue, .btn-blue:active, .btn-blue:focus {
    color: #FFF;
    border-color: #1c3c5e;
    background: #336291;
    background: -moz-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #336291), color-stop(100%, #1c3c5e));
    background: -webkit-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: -o-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: -ms-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: linear-gradient(to bottom, #336291 0%, #1c3c5e 100%);
}

.btn-blue:hover {
    color: #FFF;
    background: #1c3c5e;
    border-color: #1c3c5e;
}

.w180 {
    width: 180px;
}

.w310 {
    width: 310px;
}

.control-buttons label {
    font-weight: normal;
    margin-bottom: 10px;
}

.w130 {
    width: 130px;
}

.w100 {
    width: 100px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.contact-us-panel .btn {
    margin: 10px 0;
}

.contact-us-panel select,
.contact-us-panel input[type="date"],
.contact-us-panel input[type="time"],
.contact-us-panel input[type="text"] {
    margin: 5px 0;
    font-family: 'Open Sans', sans-serif;
}

.contact-us-panel input[type="text"].mb-20, .mb-20 {
    margin-bottom: 20px;
}

.contact-us-panel h3 {
    color: #696969;
}

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

.contact-us-panel .phone-no {
    font-size: 20px;
    color: #696969;
}

.contact-us-panel .email-address {
    font-size: 15px;
    font-weight: 300;
}

.contact-us-panel span.glyphicon {
    color: #dad9d9;
    margin-right: 7px;
    text-align: right;
    font-size: 22px;
}

.popover.right .arrow, .popover.right .arrow:after {
    border-right-color: #cad7e4;
    border-right-color: rgba(202, 215, 228, 1);
}

.popover.left .arrow, .popover.left .arrow:after {
    border-left-color: #cad7e4;
    border-left-color: rgba(202, 215, 228, 1);
}

.popover.top .arrow, .popover.top .arrow:after {
    border-top-color: #cad7e4;
    border-top-color: rgba(202, 215, 228, 1);
}

.popover.bottom .arrow, .popover.bottom .arrow:after {
    border-bottom-color: #cad7e4;
    border-bottom-color: rgba(202, 215, 228, 1);
}

.popover .popover-title {
    display: none;
}

.popover {
    color: #4f5c69;
    font-size: 10px;
    background: #cad7e4;
    border-color: #cad7e4;
    cursor: text;
}

.popover-small {
    color: #696969;
    font-size: 10px;
    background: white;
    border-color: #cad7e4;
    position: absolute;
}

.small-popover {
    cursor: default;
}

.eee-panel {
    background-color: #eee;
}

.f7f-panel {
    background-color: #f7f7f7;
}

.gradient-panel {
    background-image: url('../images/grad-panel.png');
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 1px solid #edecec;
}

.insurance-heading {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 15px 15px 0 15px;
}

.insurance-heading .border-ccc {
    border-left: 1px solid #ccc;
    min-height: 75px;
}

.insurance-heading .btn {
    margin-top: 20px;
}

.price {
    display: block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.old-price {
    text-decoration: line-through;
    color: #3e3e3e;
    font-size: 18px;
}

.new-price {
    color: #f24141;
    font-size: 36px;
}

.form-inline .radio {
    padding-left: 25px;
}

.form-inline .radio:first-child {
    margin-left: 0;
}

.form-inline .radio input[type="radio"] {
    margin-right: 5px;
}

.info-text {
    color: #8393a0;
    font-size: 12px;
}

.h25 {
    height: 25px;
    border-top: 1px solid #fff;
}

.line-shadow {
    border-top: 2px solid lightgray;
    box-shadow: 0 2px 3px 0 lightgray;
    margin-bottom: 40px;
}

.compare-oc-table {
    width: 100%;
    vertical-align: middle;
}

.compare-oc-table .ul-extended li  {
    background-position: 0 3px;
    line-height: 1.2;
}

.compare-oc-table .ul-extended li small {
    font-size: 10px;
}

small.text-underline {
    text-decoration: underline;
}

.compare-oc-table td {
    padding: 10px;
    vertical-align: middle;
}

.compare-oc-table tr:nth-child(odd) {
    background: #eeeeee;
}

.compare-oc-table tr:nth-child(even) {
    background: #f7f7f7;
}

.scope_basic .checkbox {
    margin-left: 10px;
}

.scope_extended .checkbox {
    margin-left: 10px;
}

.compare-oc-table td:first-child {
    width: 30%;
}

.w-auto {
    width: auto;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px;
}

.compare-oc-table ul {
    list-style: none;
    padding-left: 0;
}

.compare-oc-table ul > li {
    background: url('../images/tick.png') no-repeat center left;
    padding-left: 20px;
    margin-bottom: 10px;
}

.compare-oc-table .popover-content ul > li {
    background: none;
    padding-left: 20px;
}

.single-owu label {
    display: block;
}

.download-owu {
    display: inline-block;
}

.mb-40 {
    margin-bottom: 40px;
}

.show-details {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

a.show-details {
    color: #17354c;
    z-index: 9998;
}

.show-details span {
    background: #eeeeee;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
}

.show-details-helper {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #eeeeee transparent;
    float: left;
}

.form-wrapper p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    margin-bottom: 10px;
}

.form-wrapper p span {
    color: #999;
}

.form-wrapper smal {
    font-size: 14px;
    color: #666;
}
.popover ul li {
    margin-bottom: 2px;
}

.form-wrapper .popover p {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 7px;
}

.mid-head {
    line-height: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-error-fix ul li {
    margin-left: 15px;
}

.control-buttons span {
    color: #999999;
    font-size: 18px;
    line-height: 45px;
}

.control-buttons small {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-size: 12px;
}

/*BOOTSTRAP OVERWRITE*/
.nav-pills.main-nav > li > a {
    border: 0;
    border-radius: 0;
    color: #685e5e;
    text-align: right;
    padding: 5px 10px;
    margin-left: 30px;
    font-size: 16px;
}

.nav-pills.main-nav > li:first-child > a {
    margin-left: 0;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav-pills.main-nav > li.active > a,
.nav-pills.main-nav > li.active > a:hover,
.nav-pills.main-nav > li.active > a:focus {
    color: #685e5e;
    background: #fafafa;
    background: -moz-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fafafa), color-stop(50%, #dcdbdb), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: -o-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: -ms-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: linear-gradient(to right, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
}

input[disabled="disabled"] {
    cursor: default !important;
}

.bold, .bold label {
    font-weight: bold;
}

.popover {
    min-width: 250px;
    z-index: 10000;
}

.form-wrapper .panel-body > div.vehicle-data {
    padding: 30px 15px;
}

.vehicle-data tr th {
    width: 18%;
}

.vehicle-data tr th:first-child {
    width: 5%;
}

.vehicle-data tr th:first-child + th {
    width: 35%;
}

.vehicle-data tr th:first-child + th + th + th + th {
    width: 25%;
}

.vehicle-data tr td:first-child {
    text-align: center;
    padding-top: 8px;
}

.compensation-data tr td:first-child {
    text-align: center;

}

.form-wrapper .errors ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 15px;
}

.form-wrapper .has-error ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.form-wrapper .errors ul li, .form-wrapper .has-error ul li {
    color: #b94a48;
}

label.has-error {
    color: #b94a48;
}

.panel-default.bg-b94 > .panel-heading {
    background: #f2dede;
    color: #b94a48;
}

.mb-0 {
    margin-bottom: 0;
}

.btn-gray, .btn-gray:active, .btn-gray:focus {
    margin: auto;
    color: #868787;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #aaaaaa));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #aaaaaa 100%);
}

.btn-default-red {
    color: #FFF;
    background: #e90000;
    background: -moz-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e90000), color-stop(100%, #a30101));
    background: -webkit-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: -o-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: -ms-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: linear-gradient(to bottom, #e90000 0%, #a30101 100%);
    border-color: #a30101;
}

.loading-container .button-wrapper {
    text-align:center;
}
.loading-container .popup-btns {
    padding: 6px 29px;
}


.btn-default-red:hover,
.btn-default-red:focus,
.btn-default-red:active,
.btn-default-red.active,
.open .dropdown-toggle.btn-default-red {
    color: #ffffff;
    background-color: #a30101;
    border-color: #a30101;

    background-image: none;
}

.btn-default-red.disabled,
.btn-default-red[disabled],
fieldset[disabled] .btn-default-red,
.btn-default-red.disabled:hover,
.btn-default-red[disabled]:hover,
fieldset[disabled] .btn-default-red:hover,
.btn-default-red.disabled:focus,
.btn-default-red[disabled]:focus,
fieldset[disabled] .btn-default-red:focus,
.btn-default-red.disabled:active,
.btn-default-red[disabled]:active,
fieldset[disabled] .btn-default-red:active,
.btn-default-red.disabled.active,
.btn-default-red[disabled].active,
fieldset[disabled] .btn-default-red.active {
    background-color: #e90000;
    border-color: #a30101;
}

.form-wrapper .alert-danger .glyphicon {
    color: #b94a48;
    margin-left: 10px;
    margin-top: 9px;
}

.alert-danger .popover.right .arrow, .alert-danger .popover.right .arrow:after {
    border-right-color: #eeeeee;
}

.alert-danger .popover.left .arrow, .alert-danger .popover.left .arrow:after {
    border-left-color: #eeeeee;
}

.alert-danger .popover.top .arrow, .alert-danger .popover.top .arrow:after {
    border-top-color: #eeeeee;
}

.alert-danger .popover.bottom .arrow, .alert-danger .popover.bottom .arrow:after {
    border-bottom-color: #eeeeee;
}

.alert-danger .popover {
    background: #eeeeee;
}

.form-wrapper .text p {
    font-size: 14px;
    line-height: 20px;
    color: #17354c;
}

.compare-oc-table ul.default {
    list-style: disc;
    margin-left: 20px;
    padding-left: 0;
}

.compare-oc-table ul.default li {
    background: none;
    padding-left: 0;
}

.underline {
    text-decoration: underline;
}

.mb-30 {
    margin-bottom: 30px;
}

.form-wrapper .disabled *,
.disabled * {
    color: #eee !important;
}

.contact-tab {
    display: block !important;
    position: absolute;
    top: 15px;
    left: -38px;
    height: 115px;
    width: 37px;
    cursor: pointer;
}

.submenu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.submenu a, .submenu li {
    color: #bfbfbf;
}

.submenu li {
    padding: 10px 0;
    max-width: 290px;
}

.submenu a:hover, .submenu .active a, .submenu li.active, .submenu li:hover, .submenu li:hover a {
    color: #346393;
    text-decoration: none;
}

.submenu li:before {
    content: ">";
    width: 8px;
    display: inline-block;
}

@media (max-width: 1400px) {
    .submenu li {
        max-width: 250px;
    }
}

.form-inline label, .form-group label {
    line-height: 32px;
}

.form-inline .checkbox label, .form-group .checkbox label,
.form-inline .radio label, .form-group .radio label {
    line-height: 20px;
}

.popover {
    line-height: 13px;
}

.lh-35 {
    line-height: 35px;
}

.form-inline:after {
    clear: both;
    content: " ";
    visibility: hidden;
    display: block;
}

.panel-body.territory {
    padding: 0;
}

.panel-body.territory label {
    font-size: 13px
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.panel-border {
    border-bottom: 1px solid #dddddd;
}

.no-float {
    float: none;
}

.compensations > div > div > div > div > div {
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.compare-oc-table ul.untick > li {
    background: url('../images/untick.png') no-repeat center left;
    padding-left: 20px;
}

.compare-oc-table ul li.untick {
    background: url('../images/untick.png') no-repeat center left;
    padding-left: 20px;
}

.relative {
    position: relative;
}

@media (max-width: 767px) {
    .header .navbar {
        position: relative;
    }

    .navbar-collapse {
        z-index: 999;
        position: relative;
        background: #fff;
        padding-bottom: 20px;
    }

    .main-nav {
        margin-top: 0;
        width: 100%;
        float: none !important;
    }

    .nav-pills.main-nav > li > a {
        text-align: left;
        margin-left: 0;
        padding: 10px;
    }

    .main-nav.nav-pills > li {
        float: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-nav {
        margin: 0;
    }
}

html, body {
    min-width: 410px;
    overflow: auto;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .blue-link {
        display: none;
    }

    .navbar .mobile-device-btn.calculation-no {
        display: none;
    }
}

@media (min-width: 1361px) {
    .mobile-device-btn.calculation-no {
        display: none;
    }
}

@media (max-width: 1360px) {
    .right-position .contact-us-panel {
        display: none;
    }

    .right-position {
        position: absolute;
        top: 0;
        width: auto;
    }

    .left-position {
        width: 160px;
    }

    .mobile-device-btn.calculation-no {
        display: block;
    }

    .right-position .calculation-no {
        float: left;
        margin-left: 10px;
    }
}

@media (max-width: 1260px) {
    .left-position {
        display: none;
    }
}

@media (max-width: 767px) {
    .right-position .calculation-no, .right-position .mobile-device-btn.calculation-no {
        display: none;
    }

    .right-position .calculation-no.my-number {
        display: block;
        margin: 0;
        padding: 5px;
    }

    .right-position {
        top: 52px;
    }

    /*JEŚLI PRZERZUCISZ MONITORING ZAMÓWIENIA DO CZĘŚCI KTÓRA KORZYSTA Z TEGO CSSA TO MUSISZ PONIŻEJ NONE ZMIENIĆ NA BLOCK!*/
    .blue-link {
        display: none;
    }

    .navbar .mobile-device-btn {
        display: block;
    }

    .territory > div .input-group {
        padding-left: 15px;
    }

}

.red {
    color: #f24141;
}

a.red:hover, a.red:focus {
    color: #f24141;
    text-decoration: underline;
}

.first-step,
.second-step,
.third-step,
.fourth-step,
.fifth-step {
    max-width: 230px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 70px;

}

.first-step strong,
.second-step strong,
.third-step strong,
.fourth-step strong,
.fifth-step strong {
    display: block;
    height: 100px;
    padding: 0 15px;
}

.temporary-show {
    font-size: 12px;
    padding: 0 15px;
}

.first-step {
    background-image: url('../images/step-1.png')
}

.second-step {
    background-image: url('../images/step-2.png')
}

.third-step {
    background-image: url('../images/step-3.png')
}

.fourth-step {
    background-image: url('../images/step-4.png')
}

.fifth-step {
    background-image: url('../images/step-5.png');
}

@media (max-width: 767px) {
    .see-more > div {
        float: none;
        margin: 0 auto;
    }

    .see-more > div .temporary-show {
        margin-bottom: 10px;
    }

    .form-inline .radio {
        margin-left: 0;
    }

    .insurance-heading img {
        margin: auto;
        display: block;
    }
}

ol {
    padding-left: 15px;
}

.logistics {
    margin-left: 15px;
}

li.wciecie {
    margin-left: 20px;
}

/*OVERLAY+POPUP*/
.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/popup-overlay.png");
    top: 0;
    left: 0;
    z-index: 9999;
}

.popup-body {
    background: #FFF;
    text-align: center;
    width: 400px;
    padding: 48px 10px 20px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #0a2d43;
}

.popup-body h4 {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0;
    margin: 0 0 18px 0;
    color: #0a2d43;
}

.contact-popup .popup-body h4 {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0;
    margin: 0 0 18px 0;
    color: #0a2d43;
    text-align: left;
    padding: 20px;
    line-height: 20px;
}

.contact-popup .popup-body p {
    padding-left: 20px;
    line-height: 20px;
    padding-right: 9px;
}

.popup-close {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("../images/close-btn.png") no-repeat center;
    display: block;
    right: -14px;
    top: -14px;
}

.installments-popup{
    display: none;
}

.page-two{
    height: 200px;
}

.installments-popup .popup-body {
    width: 1000px;
    margin-left: -495px;
    text-align: left;
    padding: 15px;
    color: #000;
    height: 540px;
    position: fixed;
    top: 58px;
    z-index: 8000;
}

.installments-popup p{
    font-size: 14px;
    color: #000;
    line-height: 14px;
    line-height: 19px;
}

.installments-popup .bacca-logo, .installments-popup .smart-logo {
    margin-bottom: 18px;
}

.installments-popup .popup-btns {
    padding-bottom: 0;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    width: 100px;
}

.installments-popup .point-description {
    display: none;
    margin-top: 109px;
}

.installments-popup #faq a{
    color: #000;
    outline: none;
    text-decoration: none;
    z-index: 9999;
}

.installments-popup #faq a.hover, .installments-popup #faq a:hover{
    font-weight: bold !important;
}

.installments-popup #faq {
    padding-left: 5px;
}

.installments-popup #faq li{
    line-height: 22px;
    list-style-type: none;
    padding-left: 0;
}

.installments-popup .left {
    width: 49.4%;
    float: left;
}

.installments-popup #right {
    width: 49.4%;
    float: right;
    margin-top: 110px;
    z-index: 9999;
    display: block;
    position: relative;
}

.installments-popup .smart-remember{
    position: absolute;
    bottom: 10px;
}

.popup-btns {
    width: 200px;
    margin: auto;
    padding: 20px 0;
}

.popup-btns .btn-default-red {
    padding: 6px 29px;
    font-size: 15px;
}

@media (max-width: 420px) {
    .popup-body {
        width: 360px;
        margin-left: -180px;
    }
}

.input-group-addon {
    font-size: 13px;
}

.alert {
    margin-bottom: 15px;
    padding: 5px 11px;
    padding-top: 0;
}

.additional-input {
    margin-left: 57px;
    margin-top: 10px;
}

.sub-node .additional-input {
    margin-left: 62px;
}

.sub-node .form-group.w90 {
    width: 90px;
    display: inline-block;
}

.sub-node .form-group.w38 {
    width: 38px;
    display: inline-block;
}

@media (max-width: 767px) {
    .form-group.input-small {
        width: 300px;
        display: inline-block;
    }

    .form-group.lbl-small {
        width: 45px;
        display: inline-block;
    }

    .additional-input {
        margin-top: 0;
    }
}

.cookie {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: #848f98;
    color: white;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Lato';
    z-index: 2;
    height: 78px;
}

.cookie a {
    color: white;
    text-decoration: underline;
}

.cookie .main-content .text-center {
    margin-top: -3px;
}

.cookie .container {
    border-top: none;
    border-bottom: none;
}

.cookie .zamknij {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Lato';
    color: white;
    float: right;
    padding-bottom: 5px;
}

.cookie .zamknij2 {
    background-color: rgb(78, 86, 92);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
}

.error-pnl .panel-heading {
    border-bottom: 0;
}

.error-pnl .panel-border, .panel-body-white.error-pnl {
    border: 1px solid #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.compare-logo {
    max-width: 135px;
}

.total-center-table th {
    text-align: center;
}

.total-center-table td {
    text-align: center;
}

.flota-bold-text {
    font-weight: bold;
    font-size: 18px;
    margin-left: 50px;
    margin-right: 50px;
}

.installments-container {
    position: relative;
    width: 280px;
}

.installments-container .smart11-helper {
    position: absolute;
    top: 47px;
    right: 28px;
}

@media (min-width: 768px) {
    .marker {
        position: absolute;
        top: 20px;
        right: 13px;
    }
}

.blue-box {
    background: url('../images/top-slider-calc-bg.png');
    padding: 30px;
    height: 359px;
    float: right;
    width: 445px;
}

.blue-box h3, .blue-box h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 42px;
}

.blue-box .select-box.radio,
.blue-box .select-box.checkbox {
    padding-left: 0;
}

.blue-box .select-box label {
    background: url('../images/top-slider-checkbox.png') no-repeat bottom left;
    width: 359px;
    height: 50px;
    line-height: 50px;
    font-family: 'Open sans', sans-serif;
    padding-left: 30px;
    display: block;
}

.blue-box .select-box.small-box label {
    background: url('../images/top-slider-checkbox-small.png') no-repeat bottom left;
    width: 359px;
    height: 40px;
    line-height: 40px;
}

.blue-box .select-box label span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.blue-box .select-box input[type="checkbox"] {
    margin-top: 20px;
}

.blue-box .select-box.small-box input[type="checkbox"] {
    margin-top: 15px;
}

.blue-box .select-box input[type="radio"] {
    margin-top: 20px;
}

.blue-box .select-box.small-box input[type="radio"] {
    margin-top: 15px;
}

.blue-box .select-box label.selected {
    background-position: top left;
}

.blue-box p {
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 18px;
}

.blue-box .text {
    min-height: 140px;
    max-height: 150px;
    margin-bottom: 0;
}

.blue-box input, .blue-box select {
    font-family: 'Open sans', 'sans-serif';
}

.blue-box select {
    padding-left: 0;
}

.blue-box input[type="text"],
.blue-box input[type="mail"],
.blue-box input[type="date"],
.blue-box input[type="time"],
.blue-box select {
    color: #999;
}

.w-220 {
    width: 220px;
}

.w-125 {
    width: 125px;
}

.blue-box .form-inline {
    margin-bottom: 15px;
}

.contact-popup .popup-body {
    width: 475px;
    padding: 15px 15px;
    top: 100px;
}

#conversation_type_data {
    float: left;
}

.copyProducts{
    line-height: 27px;
}

.loading-container .popup-body {
    width: 475px;
    text-align: left;
    padding: 15px 20px;
    top: 100px;
}
.loading-container .loader-wrapper  span{
    font-size:  13px;
    line-height: 25px;
}

.loading-container  .popup-btns {
    border-radius: 8px;
    width: 160px;
    text-decoration: none;
}

.compare-form .popup-body {
    text-align: left;
    padding-top: 20px;
    top: 100px;
    font-size: 12px;
    width: 475px;
    padding-bottom: 35px;
}

.loading-container label {
    font-weight: bold;
}

.compare-form .btn-wrapper, .success-compare-send .btn-wrapper {
    text-align: center;
}

.compare-form label {
    width: 109px;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
    line-height: 32px;
    vertical-align: top;
}

.compare-form span.error{
    display: block;
    color: #b94a48;
    padding-left: 10px;
}

.compare-form span.glyphicon{
    vertical-align: top;
    padding-top: 10px;
}

.compare-form .form-group{
    display: inline-block;;
}

.compare-form input[type="text"] {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}
.compare-form span {
    display: inline-block;
    color: #cad7e4;
}

.compare-form .popup-btns {
    padding: 5px 10px;
}

.success-compare-send .button-wrapper{
    text-align: center;
}

.success-compare-send .popup-btns {
    padding: 5px 10px;
    width: auto;
}

.compare-form .btn-default-red, .success-compare-send .btn-default-red {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-decoration: none;
    display:inline-block;
}
.success-compare-send .popup-body {
    text-align: left;
}

.scope-above-standard-poland, .scope-above-standard-international {
    display: none;
}

#web_commonbundle_calculation_8_3_deductibleUnder35.form-control[disabled] {
    background-color: #fff;
}

.loading-container img{
    margin-left: -8px;
    margin-top: -10px;
}