/*** START bootstrap ***/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #4ab0d8;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hidden {
    display: none !important;
}
.text-danger {
    color: #ed284f;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
    border-collapse: collapse;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 1px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1170px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
    display: table;
    content: " ";
}
.clearfix::after,
.container::after,
.row::after,
.form-horizontal .form-group::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-right: 15px;
    padding-left: 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-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 321px) {
    .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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 469px) {
    .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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 769px) {
    .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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 320px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 321px) and (max-width: 468px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 469px) and (max-width: 768px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 769px) {
    .visible-lg {
        display: block !important;
    }
}
@media (max-width: 320px) {
    .hidden-xs {
          display: none !important;
    }
}
@media (min-width: 321px) and (max-width: 468px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 469px) and (max-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .hidden-lg {
        display: none !important;
    }
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.form-control {
    display: block;
    width: 100%;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.pr15 {
    padding-right: 15px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #97dea3;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
}
.form-control:focus {
    border-color: #fa424c;
    outline: 0;
}
.btn-primary {
    text-align: center;
    padding: 0 20px;
    border: none;
    text-decoration: none;
    font-weight: 700;
    background: #3fbd53;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.btn-primary:hover {
    background: #058dec;
    color: #fff;
    text-decoration: none;
}
.btn-success {
    text-align: center;
    padding: 0 40px;
    border: none;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #10bb4c;
    background: #43da76;
    background: -webkit-linear-gradient(0deg, #10bb4c, #43da76);
    background: -o-linear-gradient(0deg, #10bb4c, #43da76);
    background: -moz-linear-gradient(0deg, #10bb4c, #43da76);
    background: linear-gradient(0deg, #10bb4c, #43da76);
    border-radius: 26.5px;
    -moz-border-radius: 26.5px;
    -webkit-border-radius: 26.5px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    letter-spacing: 1px;
    width: 163px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-success:hover {
    background: #10bb4c;
    color: #fff;
    text-decoration: none;
}
.btn-default {
    text-align: center;
    padding: 0 40px;
    border: none;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    border: 2px solid #dad7d7;
    background-color: #eaeaea;
    border-radius: 26.5px;
    -moz-border-radius: 26.5px;
    -webkit-border-radius: 26.5px;
    color: #000;
    font-size: 16px;
    height: 53px;
    line-height: 49px;
    letter-spacing: 1px;
}
.btn-default:hover {
    background-color: #dad7d7;
    text-decoration: none;
}
.btn-info{
    text-align: center;
    padding: 0 20px;
    border: none;
    text-decoration: none;
    font-weight: 700;
    background: #123b87;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.btn-info:hover {
    background: #0050a7;
    color: #fff;
    text-decoration: none;
}
.btn-sm {
    height: 41px;
    line-height: 37px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.dropdown-menu.dropdown-menu-right::before {
    right: 12px;
    left: auto;
}

.dropdown-menu.dropdown-menu-right::after {
    right: 13px;
    left: auto;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.text-success {
    color: #09b646;
}
.text-danger {
    color: #f24049;
}
/*** END bootstrap ***/
/*** START style ***/
body {
    background-color: #f8fbff;
}
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    max-width: 100%;
    vertical-align: middle;
}
header {
    background-color: #0050a7;
    padding-bottom: 20px;
    position: relative;
    z-index: 8;
}
@media (min-width: 769px) {
    header {
        padding-bottom: 24px;
    }
}
.top-bar {
    position: relative;
}
@media (min-width: 769px) {
    .top-bar {
        padding-top: 6px;
    }
}
.top-bar::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #266ab4;
    content: " ";
}
@media (min-width: 769px) {
    .top-bar::before {
        content: none;
    }
}
.top-bar > .container {
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width: 769px) {
    .top-bar > .container {
        padding-right: 15px;
    }
}
.top-bar__left {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
@media (min-width: 469px) {
    .top-bar__left {
        padding-left: 30px;
    }
}
.top-menu__toggler {
    width: 32px;
    height: 60px;
    position: relative;
}
.top-menu__toggler .svg-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.top-menu__toggler .svg-icon.bars {
    width: 32px;
    height: 20px;
    fill: #fff;
}
.top-bar__right {
    margin-left: 72px;
}
@media (min-width: 769px) {
    .top-bar__right {
        margin-left: 0px;
    }
}
.top-bar__menu {
    float: left;
}
@media (min-width: 769px) {
    .top-bar__menu {
        float: right;
    }
}
.top-bar__menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
}
.top-bar__menu ul li {
    float: left;
    padding: 0 10px;
    display: block;
    line-height: 60px;
    height: 60px;
}
/* DOCASNE *****/
.top-bar__menu ul li {
    display: none;
}
.top-bar__menu ul li:nth-child(1) {
    display: block;
}
@media (min-width: 769px) {
    .top-bar__menu ul li {
        display: block;
    }
}
/* DOCASNE *****/
@media (min-width: 769px) {
    .top-bar__menu ul li {
        line-height: 39px;
        height: 39px;
    }
}
.top-bar__menu ul li:first-child {
    padding-left: 0;
}
.top-bar__menu ul li:last-child {
    padding-right: 0;
}
.top-bar__menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.top-bar__menu ul li a:hover {
    text-decoration: underline;
}
.top-bar__contact {
    float: right;
}
.top-bar__contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar__contact ul li {
    float: left;
}
.top-bar__contact ul li a {
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    background-color: #3fbd53;
}
.top-bar__contact ul li a .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    fill: #fff;
}
.top-bar__contact ul li.email a .svg-icon {
    width: 30px;
    height: 22px;
}
.top-bar__contact ul li.phone a .svg-icon {
    width: 26px;
    height: 26px;
}
.header {
    padding-top: 20px;
    position: relative;
}
@media (min-width: 769px) {
    .header {
        padding-top: 0;
    }
}
.header__left {

}
@media (min-width: 469px) {
    .header__left {
        padding-left: 15px;
    }
}
@media (min-width: 769px) {
    .header__left {
        padding-left: 0;
    }
}
.header__logo {
    color: #fff;
    text-align: center;
}
@media (min-width: 469px) {
    .header__logo {
        text-align: left;
        float: left;
    }
}
.header__logo .slogan {
    color: #fff;
    margin: 0;
    padding: 10px 0 0;
    font-size: 13px;
    text-align: center;
}
@media (min-width: 769px) {
    .header__logo .slogan {
        text-align: left;
    }
}
.header__logo .slogan span {
    color: #81ceff;
}
.header__right {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 17px;
}
@media (min-width: 469px) {
    .header__right {
        padding-left: 0;
        padding-right: 15px;
        padding-top: 0;
    }
}
@media (min-width: 769px) {
    .header__right {
        padding-right: 0px;
        float: right;
    }
}
.header__search {

}
@media (min-width: 769px) {
    .header__search {
        float: left;
        padding-right: 40px;
    }
}
.search {
    position: relative;
    z-index: 7;
}
.search__form {
    position: relative;

}
@media (min-width: 769px) {
    .search__form {
        width: 350px;
    }
}
.search__input {

}
.search__input .form-control {
    padding-right: 61px;
}
.search__input .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}
.search__input .form-control:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.search__input .form-control::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.search__input .form-control:-ms-input-placeholder {
    color: #aaaaaa;
}
.search__input .form-control::-ms-input-placeholder {
    color: #aaaaaa;
}
.search__btn {
    position: absolute;
    right: 0;
    top: 0;
}
.search__btn button {
    width: 46px;
    background-color: #3fbd53;
    border: none;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
}
.search__btn button .svg-icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.header__contact {
    float: left;
}
.header__contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__contact ul li {
    float: left;
}
.header__contact ul li a {
    display: block;
    width: 52px;
    height: 40px;
    background-color: #3fbd53;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.header__contact ul li a:hover {
    background-color: #058dec;
}
.header__contact ul li a .svg-icon {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.header__contact ul li.email a .svg-icon {
    width: 30px;
    height: 22px;
}
.header__contact ul li.phone {
    padding-left: 17px;
    padding-right: 10px;
}
.header__contact ul li.phone a .svg-icon {
    width: 26px;
    height: 26px;
}
.header__contact ul li.number {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.header__contact ul li.number small {
    display: block;
    font-size: 14.5px
}
nav {
    display: none;
    position: relative;
    z-index: 8;
}
@media (min-width: 769px) {
    nav {
        display: block;
    }
}
.top-menu {
    background-color: #123b87;
}
.top-menu__toggler {

}
.top-menu__links {
    padding-left: 22px;
    padding-right: 22px;
}
.top-menu__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menu__links ul li {
    float: left;
}
.top-menu__links ul li a {
    line-height: 58px;
    height: 58px;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    display: block;
    overflow: hidden;
    position: relative;
}
.top-menu__links ul li:hover a::after,
.top-menu__links ul li.active a::after {
    content: " ";
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
}
.default {
    padding-bottom: 35px;
}
@media (min-width: 769px) {
    .default {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
.default__left {
    padding: 0px 20px;
}
@media (min-width: 469px) {
    .default__left {
        padding: 0px 30px;
    }
}
@media (min-width: 769px) {
    .default__left {
        padding: 0px 15px;
    }
}
.default__header {
    padding-bottom: 25px;
}
.default__header h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #123b87;
    font-weight: 600;
}
@media (min-width: 469px) {
    .default__header h2 {
        font-size: 32px;
    }
}
@media (min-width: 769px) {
    .default__header h2 {
        font-size: 40px;
    }
}
.default__content {
    border-radius: 6px;
    padding: 15px 20px 40px 20px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -moz-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
}
@media (min-width: 469px) {
    .default__content {
        padding: 15px 30px 40px 30px;
    }
}
@media (min-width: 769px) {
    .default__content {
        padding: 20px;
    }
}
.default__content h2 {
    margin-top: 0;
}
.default__right {
    padding: 0;
}
@media (min-width: 769px) {
    .default__right {
        padding: 0 15px;
        float: right !important;
    }
}
.kontext__menu {
    display: none;
}
@media (min-width: 769px) {
    .kontext__menu {
        display: block;
        padding-bottom: 20px;
    }
}
.kontext__menu ul {
    background-color: #123b87;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 6px;
}
.kontext__menu ul li {

}
.kontext__menu ul li a {
    display: block;
    color: #fff;
    padding: 7.5px 10px 7.5px 36px;
    text-decoration: none;
    position: relative;
}
.kontext__menu ul li a::before {
    content: "\f105";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.kontext__menu ul li a:hover {
    background-color: #3fbd53;
}
.search__block {
    border-radius: 6px;
    padding: 15px 20px 40px 20px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -moz-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
}
@media (min-width: 469px) {
    .search__block {
        padding: 15px 30px 40px 30px;
    }
}
@media (min-width: 769px) {
    .search__block {
        padding: 20px;
    }
}
.search__toggle {
    text-align: right;
    padding-bottom: 19px;
}
@media (min-width: 769px) {
    .search__toggle {
        display: none;
    }
}
.search__toggle a {
    position: relative;
    display: inline-block;
    color: #123b87;
    text-decoration: none;
}
.search__toggle span {
    font-size: 19px;
    line-height: 21px;
    display: inline-block;
}
.search__block .select-wrapper {
    position: relative;
    background-color: #fff;
    border: 1px solid #97dea3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search__block .select-wrapper::before {
    display: block;
    content: " ";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 44px;
    height: 42px;
    background-color: #3fbd53;
    z-index: 1;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search__block .select-wrapper::after {
    content: "\f0d7";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}
.search__block .form-control {
    background-color: transparent;
    border-color: transparent;
    padding: 6px 20px;
    height: 40px;
    font-weight: 400;
    color: #555555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
    line-height: 26px;
}
.search__block .fieldset {
    position: relative;
    border: 1px solid #97dea3;
    padding: 23px 21px 34px 21px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search__block .fieldset.fieldset--slider {
    padding-bottom: 15px;
}
.search__block .legend {
    position: absolute;
    top: 0;
    left: 11px;
    padding: 0 10px;
    background-color: #fff;
    transform: translateY(-50%);
}
.price__slider.ui-widget-content,
.year__slider.ui-widget-content{
    background: none;
    background-color: #dddddd;
    border: none;
    height: 3px;
}
.price__slider.ui-slider-horizontal .ui-slider-range,
.year__slider.ui-slider-horizontal .ui-slider-range {
    background: none;
    background-color: #123b87;
}
.price__slider.ui-slider .ui-slider-handle,
.year__slider.ui-slider .ui-slider-handle {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    cursor: pointer;
}
.price__slider.ui-slider-horizontal .ui-slider-handle,
.year__slider.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}
.price__slider .ui-state-default,
.price__slider .ui-widget-content .ui-state-default,
.year__slider .ui-state-default,
.year__slider .ui-widget-content .ui-state-default{
    background: none;
    border: none;
    background-color: #3fbd53;
}
.year__amount,
.price__amount {
    padding-top: 15px;
    font-size: 13px;
}
.search__more {
    text-align: center;
    padding-bottom: 20px;
}
@media (min-width: 469px) {
    .search__more {
        text-align: right;
    }
}
.search__more a {
    position: relative;
    display: inline-block;
    padding-right: 13px;
    color: #123b87;
    text-decoration: none;
}
.search__more a::after {
    content: "\f0d7";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #123b87;
}
.search__submit {

}
.search__submit .btn-primary {
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0px 4px 16px 0px rgba(51, 169, 251, 0.5);
    -moz-box-shadow: 0px 4px 16px 0px rgba(51, 169, 251, 0.5);
    -webkit-box-shadow: 0px 4px 16px 0px rgba(51, 169, 251, 0.5);
    height: 60px;
    line-height: 60px;
    background: #0581e6;
    background: -webkit-linear-gradient(45deg, #05b3ff, #0581e6);
    background: -o-linear-gradient(45deg, #05b3ff, #0581e6);
    background: -moz-linear-gradient(45deg, #05b3ff, #0581e6);
    background: linear-gradient(45deg, #05b3ff, #0581e6);
}
.search__submit .btn-primary:hover {
    box-shadow: 0px 4px 16px 0px rgba(63, 189, 83, 0.5);
    -moz-box-shadow: 0px 4px 16px 0px rgba(63, 189, 83, 0.5);
    -webkit-box-shadow: 0px 4px 16px 0px rgba(63, 189, 83, 0.5);
    background: #3fbd53;
    background: -webkit-linear-gradient(45deg, #97dea3, #3fbd53);
    background: -o-linear-gradient(45deg, #97dea3, #3fbd53);
    background: -moz-linear-gradient(45deg, #97dea3, #3fbd53);
    background: linear-gradient(45deg, #97dea3, #3fbd53);
}






footer {
    background-color: #123b87;
}
.footer__top {
    border-bottom: 1px solid #355899;
}
.footer__top > .container {
    padding: 0 20px;
}
@media (min-width: 769px) {
    .footer__top > .container {
        padding: 0 15px;
    }
}
.footer__links {
    padding-bottom: 15px;
    padding-top: 15px;
}
@media (min-width: 769px) {
    .footer__links {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.footer__links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.footer__links ul li {
    display: inline-block;
    padding: 0 10px;
}
@media (min-width: 769px) {
    .footer__links ul li {
        padding: 0 20px;
    }
}
.footer__links ul li.facebook {
    display: block;
}
@media (min-width: 469px) {
    .footer__links ul li.facebook {
        display: inline-block;
    }
}
.footer__links ul li.facebook a {
    display: block;
}
.footer__links ul li.facebook .svg-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    vertical-align: middle;
}
.footer__links ul li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 769px) {
    .footer__links ul li a {
        line-height: 54px;
    }
}
.footer__links ul li a:hover {
    text-decoration: underline;
}
.footer__bottom {
    padding: 30px 0;
}
.footer__bottom > .container {
    padding: 0 20px;
}
@media (min-width: 769px) {
    .footer__bottom > .container {
        padding: 0 15px;
    }
}
.footer__logo {
    text-align: center;
    padding-bottom: 20px;
}
.footer__logo img {
    width: 170px;
    height: 24px;
}
.footer__copyright {
    text-align: center;
    color: #fff;
}
.footer__copyright a {
    color: #fff;
    text-decoration: none;
}
.footer__copyright a:hover {
    text-decoration: underline;
}
.footer__author {
    text-align: center;
    font-size: 13px;
    color: #5b85d4;
    font-weight: 600;
}
.footer__author p:last-child {
    margin-bottom: 0;
}
.footer__author a:hover {
    text-decoration: underline;
}









.cookies-usage {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    border-top: 2px solid #4ab0d8;
    padding: 10px;
    z-index: 20;
}
.cookies-usage__text,
.cookies-usage__actions {
    text-align: center;
}
.cookies-usage__text {
    padding-bottom: 10px;
}
@media (min-width: 769px) {
    .cookies-usage__text {
        padding-top: 10px;
        text-align: left;
    }
    .cookies-usage__actions {
        text-align: right;
    }
}
.cookies-usage__more-info {
    margin: 0 5px;
}
.cookies-usage__agree {
    margin: 0 5px;
    text-align: center;
    padding: 9px 15px;
    border: none;
    border-bottom: 2px solid #9fb425;
    background-color: #adc330;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.cookies-usage__agree:hover {
    background-color: #9fb425;
    color: #fff;
}
/*** END style ***/
/*** START old styles ***/
#main {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1140px;
}
.loading-16 { background:url("/public/themes/images/loading-16.gif") no-repeat center center #FFF; }
.loading-24 { background:url("/public/themes/images/loading-24.gif") no-repeat center center #FFF; }
.loading-32 { background:url("/public/themes/images/loading-32.gif") no-repeat center center #FFF; }
.loading-64 { background:url("/public/themes/images/loading-64.gif") no-repeat center center #FFF; }
.loading-top { background-position: top center; }

.no-indent    { padding:0; }

.indent       { padding:15px; }
.indent-box   { padding:15px 30px; }
.indent-box-row { padding:5px 30px; }
.indent-row   { padding:5px 15px; }
.indent-small { padding:5px 10px; }
.indent-cell  { padding:3px; }
span.indent, strong.indent, label.indent { display: inline-block; }

.ucase { text-transform: uppercase; }

.line-through { text-decoration: line-through; }

.fs-xlarge   { font-size: 1.6em; }
.fs-xxlarge  { font-size: 2.2em; }

.fr { float:right; }
.fl { float:left; }

.nowrap { white-space: nowrap; }

.pointer { cursor: pointer; }

.bold { font-weight: bold; }
.green  { color:#ed284f; }

.block { background: #efefef; }
.block-light { background: #FFF; }
.block-green { background: #54B948; color:#FFF; }
.block-red { background: #e92700; color:#FFF; }
.block-red .invert { color:#5b0f01; }
.block-silver { background: #F8F8F8; }
.block-light-dark { background: #DADADA; }
.block-dark { background: #A9A9A9; color:#FFF; }

.shadow { box-shadow:0 0 15px rgba(0,0,0,0.10); }
.shadow-big { box-shadow:0 0 40px rgba(0,0,0,0.20); }

.spinner { padding-left:0; padding-right:0; text-align: center; }
.btn-spinner { padding:0 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay { position:absolute; top:0; left:0; background:#000; display:none; z-index:10002; }

/*
 * REPORTS
 */
.report { min-height:18px; _height:18px; text-align:left; margin:0 auto 5px auto; color:#000000; font-size:1.3em; padding:5px 25px 5px 40px; position:relative; background:none; z-index:1; }
.report span.ico { display:block; width:29px; height:27px; margin:1px 3px 1px 1px; background:url('/public/themes/images/reports.png') no-repeat top left; position:absolute; top:0; left:0; z-index:2; }
.report span.ico-OK    { background-position:0 0; }
.report span.ico-ERROR { background-position:-36px 0; }
.report span.ico-INFO  { background-position:-72px 0; }
.report span.ico-ALERT { background-position:-108px 0; }
.report span.ico-HELP  { background-position:-144px 0; }

#reports { background:#FFF; padding:0; text-align:left; position:absolute; z-index:10003; top:-1000px; zoom: 1; -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3); box-shadow: 0 0 50px rgba(0,0,0,0.3); }
#reports img.close { position:absolute; top:11px; right:12px; z-index:10003; cursor:pointer; }
div.report-title { font-size: 16px; font-weight: bold; padding:9px 15px; }
div.report-title-ERROR { background: #E9573F; color:#FFF; }
div.report-title-ALERT { background: #FAA732; color:#FFF; }
div.report-title-OK { background: #37BC9B; color:#FFF; }
div.report-title-INFO { background: #3BAFDA; color:#fff; }
div.report-title-HELP { background: #3BAFDA; color:#fff; }

.report-content { padding: 15px; line-height: normal; font-size: 14px; }

#passwordStrength { width:138px; height:7px; background:url('/public/themes/images/progress1.png') no-repeat top left; float:left; margin:0.4em 0.5em 0.3em 0; position: relative; }
#passwordStrength .bar { width:0; height:7px; background:url('/public/themes/images/progress1.png') no-repeat bottom left; }
#passwordStrength .bar span { position:absolute; top:-5px; left:105%; font-size:0.9em; color:#666; }

.processing { max-width:450px; width: 90%; background: url(/public/themes/images/infinity.gif) no-repeat bottom center #FFF; text-align:center; padding:25px 0 90px 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius: 5px; box-shadow:0 0 40px rgba(0,0,0,0.20); position:absolute; z-index:9999; }
.processing span { display:block; font-size:1.6em; padding:0 30px; }

#add-to-cart-popup div.deliveryInfo { display: block; }
#add-to-cart-popup div.deliveryProgressbar { display: block; }
#cart-detail a.btn {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
#cart-detail a.btn:hover {
    background-color: transparent;
    color: #ed284f;
}

#eshop-cart-items {
    margin-top: 30px;
}

@media only screen and (max-width: 540px) {
    #eshop-cart-items .fs-medium { font-size: 1em; }
    #eshop-cart-items .fs-xlarge { font-size: 1.3em; }
}
#cartCancelAndGiftcard {
    margin-bottom: 30px;
}
#cartCancelAndGiftcard input[type="text"],
#deliveryPayment input[type="text"],
#cart-price-summary input[type="text"] {
    border: 2px solid rgba(183, 183, 183, 0.4);
    height: 41px;
    padding: 10px;
}
#cart-price-summary input[type="text"],
#cartCancelAndGiftcard input[type="text"] {
    width: auto;
    display: inline-block;
    margin: 0 10px;
}
#cart-price-summary .table > tbody > tr > td,
.table.no-border > tbody > tr > td {
    border-top: none;
}
.table.no-padding > tbody > tr > td:first-child {
    padding-left: 0px;
}
.table.no-padding > tbody > tr > td:last-child {
    padding-right: 0px;
}
#order-summary-checks,
#order-addresses {
    padding-bottom: 20px;
}
#eshop-cart-detail .table > tbody > tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td {
    border-top: none;
}
.ui-dialog .login__form {
    
}
.ui-dialog .login__form label,
#loginFormDialog label {
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}
.ui-dialog .login__form .form-control,
#loginFormDialog .form-control {
    height: 41px;
    padding: 10px;
    border: 1px solid rgba(183, 183, 183, 0.4);
}
.ui-dialog .login__form .form-action {
    padding-bottom: 25px;
}
.ui-dialog .login__form .form-action .btn {
    text-align: center;
    padding: 9px 15px;
    border: 2px solid #ed284f;
    background-color: #ed284f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.ui-dialog .login__form .form-action .btn:hover {
    background-color: transparent;
    color: #ed284f;
}

section.order {
    padding-top: 40px;
    padding-bottom: 40px;
}
#order-steps {
    padding-bottom: 30px;
}
#order-steps .col { float: left;width: 25%; box-sizing: border-box; position: relative; padding:0; color:#888; border-left:1px solid transparent; }
#order-steps .col:first-child { border-left:none; }
#order-steps .col a, #order-steps .col span { border-bottom:5px solid #DDDDDD; color:#888; text-decoration: none; display: block; padding:0 0 10px 0; }
#order-steps .col.active a, #order-steps .col.active span { color:#333333; border-bottom:5px solid #f24049; }
#order-steps .col.done a, #order-steps .col.done span { color:#333333; border-bottom:5px solid #ed284f; }

@media only screen and (max-width: 880px) {
    #order-steps > .col { font-size: 1.3em; padding-right:25px; }
    #order-steps .col a, #order-steps .col span { padding: 12px 0 12px 15px }
}

@media only screen and (max-width: 680px) {
    #order-steps { background: none; }
    #order-steps > .col { background: #dadada; width:100%; margin:2px 0; padding:0; }
    #order-steps .col a, #order-steps .col span { padding: 7px 15px; border:none; }
    #order-steps .col.active a, #order-steps .col.active span { border:none; background: #ed284f; color:#FFF; }
    #order-steps .col.done a, #order-steps .col.done span {  border:none; background:#ed284f; color:#FFF; }
}
.btn-google {
    background: url(/public/themes/images/btn-google.png) no-repeat bottom left #d84734;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    color: #FFF;
}
.btn-fb {
    background: url(/public/themes/images/btn-fb.png) no-repeat bottom left #4065b3;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    color: #FFF;
}
.order > .container {
    max-width: 1140px;
}
.ui-widget-header {
    background: #123b87;
    color: #ffffff;
}
/*** END old styles ***/