body {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #282B34;
}

.container {
    max-width: 1250px;
}

h2 {
    text-align: center;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
    color:#282b34;
}

h1, h2, h3, h4, h5, h6 { line-height: normal; margin: 20px 0; font-family: 'ItcStoneSansMedium', Arial, sans-serif; }
h1 { font-size: 32px; font-size: 3.2rem; }
h2 { font-size: 24px; font-size: 2.4rem; }
h3 { font-size: 20px; font-size: 2rem; }
h4 { font-size: 17px; font-size: 1.7rem; }
h5 { font-size: 14px; font-size: 1.4rem; }
h6 { font-size: 12px; font-size: 1.2rem; }

.form .block-calculationformblock .form-group input[type="text"]:focus {
    border-color: none;
    box-shadow: none;
    outline:0 none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*********************
Header section
*********************/

.top-links ul {
    padding: 0;
    margin: 0;
    float: right;
}

.top-links li {
    list-style: none;
    float: right;
}

.top-links li a:hover {
    text-decoration: none;
}

.top-links .login-menu a {
    color:#0059ab;
    font-size: 12px;
    line-height: 55px;
    font-family: Arial;
    margin-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.top-links .login-menu a:before {
    content:'';
    top:17px;
    left:0;
    position: absolute;
    width: 15px;
    height: 18px;
}

.top-links .login-menu .login a:before {
    background:url("/shop/brod/images/login.jpg") no-repeat;
}

.top-links .login-menu .register a:before {
    background:url("/shop/brod/images/register.jpg") no-repeat;
}

.top-links .languages-switcher {
    margin-left: 60px;
}

.top-links .languages-switcher a {
    color: #b2b2b2;
    font-size: 12px;
    font-family: Arial;
    line-height: 55px;
    margin-left: 15px;
    text-transform: uppercase;
}

.top-links .languages-switcher a.active {
    color:#0059ab;
}

.top-links .languages-switcher a:hover,
.top-links .login-menu a:hover {
    color:#b2b2b2;
}


.mobile-nav {
    display: none;
}

.logo.centered {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.logo {
    border: 1px solid #ededed;
    display: block;
    height: 94px;
    width: 102px;
    z-index: 10;
    background-color: #ffffff;
    color: #005CA9;
}

.logo img {
    position: relative;
    margin: 10px auto 0;
    display: block;
}

.main-menu {
    background: #205aa7;

}

.main-menu .container {
    position: relative;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style: none;
    display: inline-block;
}

.main-menu ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: inline-block;
}

.main-menu ul li a.green-button {
    background: #00b773;
    padding: 7px 15px;
}

.main-menu .menu-left {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 65px;
}

.main-menu .menu-right {
    float: right;
    width: 50%;
    padding-left: 65px;
}

.mobile-version, a.account-type.mobile-version:link, a.account-type.mobile-version:visited {
    display: none;
}

.form_block {
    display: none;
}

.form_block_down {
    position: absolute;
    right: 25px;
    top: 0;
    width: 43px;
    height: 50px;
    cursor: pointer;
}

.form_block_down .search-icon {
    width: 27px;
    height: 26px;
    top: 12px;
    display: block;
    right: 0;
    background: url(/shop/brod/images/search-icon-header.jpg) no-repeat;
    position: absolute;
}

.form_block_down_search {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 9999;
    display: none;
    background: #205aa7;
    width: 300px;
    padding: 12px;
    cursor: default;
}

.form_block_down:hover .form_block_down_search {
    display: block;
    z-index: 1;
}

.form_block_down #top_search_text {
    border: 1px solid #e1e1e1;
    display: inline-block;
    height: 35px;
    margin: 0 2%;
    vertical-align: middle;
    width: 80%;
}

.form_block_down_search button.button-search {
    display: inline-block;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
}

.form_block_down_search .fa-search {
    background: #205aa7;
    cursor: pointer;
    padding: 10px;
    color:#fff;
    font-size: 18px;
}

.form-section {
    position: relative;
    height: 420px;
    background: #fff;
}

.form-section:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 420px;
    background: url("../images/form_bg_brod2.png") no-repeat;
    bottom:0;
    max-width: 1357px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.form-section .breadcrumb {
    background: #fff;
    width: 60%;
    z-index: 9;
}

.form-section .breadcrumb ul {
    padding: 10px 0;
    margin: 0;
}

.form-section .breadcrumb ul li {
    float: left;
    list-style: none;
}

.form-section .breadcrumb ul li a {
    font-size: 12px;
    color:#282b34;
    padding-right: 15px;
    position: relative;
}

.form-section .breadcrumb ul li a:before {
    content: '';
    right: 6px;
    top: 4px;
    width: 5px;
    height: 5px;
    display: block;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    position: absolute;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
}

.infobox a {

    color: #282b34;
    text-decoration: underline;

}

.form-section .form {
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 10px 35px;
    z-index: 10;
    position: relative;
}

.form-section .form:before {
    position: absolute;
    content:'';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
   /* background: #fff;*/
    opacity: 0.8;
    z-index: -1;
}

.form h1 {
    text-align: center;
    position: relative;
    padding-left: 24px;
}

.form h1 .uniqa-brod-icon {
    position: absolute;
    top:0;
    left:0;
    width: 34px;
    height: 54px;
    background: url("/shop/brod/images/uniqa-brod-icon.png") no-repeat;
    background-size: 34px 54px;
}

.form .block-calculationformblock .form-group {
    text-align: center;
}

.form .block-calculationformblock .form-group label,
.form .block-calculationformblock .wrap-select,
.form .block-calculationformblock .form-group span {
    display: inline-block;
    position: relative;
}

.form .block-calculationformblock .form-group label,
.form .block-calculationformblock .form-group span {
    font-size: 20px;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
}

.form .block-calculationformblock .form-group input {
    max-width: 135px;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #7FADD4;
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
    max-height: 26px;
    background: none;
    text-align: center;
}

.form .block-calculationformblock .form-group input.field-error,.form .block-calculationformblock .form-group select.field-error {
    border-bottom: 2px solid red;
}

.form .block-calculationformblock .form-group select {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #7FADD4;
    line-height: 1;
    width: auto;
    height: 27px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 20px;
    color:#282b34;
    background: none;
    text-align: center;
    position: relative;
}

.form .block-calculationformblock .form-group select:focus,
.form .block-calculationformblock .form-group input:focus {
    box-shadow:none;
}

.form .block-calculationformblock  i {
    content: '';
    position: absolute;
    top: 5px;
    right: 3px;
    width: 10px;
    height: 9px;
    display: block;
    border-left: solid 2px #000;
    border-bottom: solid 2px #000;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
    background: #fff;
    z-index: 99999;
}

.form .block-calculationformblock .form-group select option {
    font-size: 20px;
    text-align: center;
}

.form .block-calculationformblock .actions {
    text-align: center;
}

.form .block-calculationformblock .form-submit-button {
    font-size: 18px;
    color:#fff;
    background: #00b773;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:none;
    line-height: 18px;
    padding: 15px 40px;
    margin-top: 15px;
    position: relative;
}

.form .block-calculationformblock .form-submit-button:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 19px;
    width: 10px;
    height: 9px;
    display: block;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
    background: transparent;
    z-index: 99999;

}

.packages {
    padding: 80px 0 30px;
}

.telprefix {
    width: 25%;
    margin-right: 5%;
}


.vrstastranke {
    line-height: 35px;
    width: 56%;
    max-width: 56%;
    font-size: 14px;
    height: 37px!important;
}

.twipsy::before {
    display: inline-block;
    width: 18px;
    height: 25px;
    background-image: url(/shop/brod/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -892px -47px;
    cursor: pointer;
    vertical-align: middle;
    content: "";

}
.twipsy {content: ""; color: #fff !important;}
.tipsy {

    background-color: #fff;
    max-width: 500px;
    border: 1px solid #484848;
    box-sizing: border-box;
}
.tipsy-inner {
    font-family: 'StoneSansITCStd-Medium';
    color: #282b34;
    line-height: 21px;
    padding: 12px 16px;
    font-size: 14px;

}
.tipsy-inner {
}
.tipsy-north {
    background-position: center top;
}
.tipsy-south {
    background-position: center bottom;
}
.tipsy-east {
    background-position: right center;
}
.tipsy-west {
    background-position: left center;
}

.packages .container {
    max-width: 330px;

}

.packages .package {
    padding: 35px 20px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.19);
    text-align: center;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 13px;
}

.packages .package:first-child {
    margin-right: 0;
}

.packages .package .top-package {
    position: absolute;
    top:-20px;
    right: 30px;
}

.packages .package h3 {
    font-size: 24px;
    color:#282b34;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
    margin:0;
}

.packages .package .subtitle {
    font-size: 18px;
    line-height: 20px;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
    color:#282b34;
    padding-bottom:25px;
}

.packages  .price {
    line-height: 32px;
}

.packages .price span {
    font-size: 32px;
    color:#00b773;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
}

.packages .price .currency {
    font-size: 24px;
}

.packages .euro-price {
    line-height: 18px;
}

.packages .euro-price span {
    font-size:16px;
    line-height: 18px;
    color:#999999;
}

.packages .package .description {
    padding-top: 25px;
}

.packages .package .description p {
    font-size: 16px;
    color:#999999;
    line-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.packages .package ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.packages .package ul li,
.desniboxpokrica ul li {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    color:#282b34;
    padding-left: 37px;
    position: relative;
    font-weight: bold;
}

.desniboxpokrica ul li {
    font-size: 14px;
    padding-bottom: 10px;
}

.packages .package ul li:before,
.desniboxpokrica ul li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 14px;
    height: 7px;
    display: block;
    border-left: solid 3px #00b773;
    border-bottom: solid 3px #00b773;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
}

.desniboxpokrica ul li{
    list-style: none;
}

.desniboxpokrica ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 14px;
    height: 7px;
    display: block;
    border-left: solid 3px #00b773;
    border-bottom: solid 3px #00b773;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
}

.packages .package ul li.white:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 14px;
    height: 7px;
    display: block;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
}

.packages .further  {
    font-size: 14px;
    color:#999999;
    text-decoration: underline;
}

.packages .btn.green {
    width: 100%;
    color:#fff;
    background: #00b773;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 20px;
    font-size: 16px;
    font-family: Arial;
    line-height: 50px;
    padding: 0;
}

.protection {
    padding: 45px 0;
}

.protection .container {
    max-width: 430px;
}

.protection h2 span {
    font-family: 'ItcStoneSansSemiBold',Arial,sans-serif;
}

.protection {
    text-align: center;
}

.protection .box {
    padding: 0 35px;
    text-align: center;
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 25px;
}

.protection .box h5 {
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
}

.protection .box span {
    width: 50px;
    height: 70px;
    display: block;
    margin: 0 auto 15px;
}

.protection .box .screen {
    background: url("/shop/brod/images/ship icon isplata_blue.png") no-repeat;
  

}

.protection .box .display {
    background: url("/shop/brod/images/ship icon fransiza_blue.png") no-repeat;
  
}

/*************************
Testimonials section
*************************/

.testimonials {
    padding: 50px 0;
}

.testimonials .container {
    max-width: 630px;
}

.testimonials .item {
    display: flex;
}

.testimonials .testimonials-image {
    /*    flex-basis: 28%;*/
}

.testimonials .testimonials-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 180px;
    object-fit: cover;
}

.testimonials .content {
    /*    flex: 1;*/
    padding-top: 25px;
    position: relative;
}

.testimonials .content:before,
.testimonials .content:after {
    position: absolute;
    content:'';
    width: 37px;
    height: 25px;
}

.testimonials .content:before {
    top:0;
    left:0;
    background: url("../images/guotes-start.png") no-repeat;
}

.testimonials .content:after {
    bottom:40px;
    right:0;
    background: url("../images/guotes-end.png") no-repeat;
}

.testimonials .content p {
    padding: 0 58px 0 80px;
    position: relative;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
}

.testimonials .content .author {
    display: block;
    color:#282b34;
    font-family: Arial;
    padding-left: 80px;
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

.features {
    padding: 60px 0;
    background:#7fadd4;
    color:#282b34;
}

.features .row {
    padding: 0 50px;
}

.features h2 {
    margin-bottom: 35px;
}

.icon-item {
    font-family: Arial;
    font-size: 16px;
}

.icon-item .icon-wrapper {
    padding-left: 65px;
    max-width: 300px;
}

.icon-item .icon-wrapper p {

}

.icon-item .icon-wrapper span {
    position: absolute;
    top:14px;
    left:0;
    width: 65px;
    height: 45px;
}

.icon-item .icon-wrapper span.uniqa-casco {
    background: url("/shop/brod/images/ship_icon_black.png") no-repeat;
}

.icon-item .icon-wrapper span.uniqa-medical_expenses {
    background: url("/shop/brod/images/uniqa-medical_expenses.png") no-repeat;
}

.icon-item .icon-wrapper span.uniqa-service {
    background: url("/shop/brod/images/uniqa-service.png") no-repeat;
}

.icon-item .icon-wrapper span.uniqa-uniqa {
    background: url("/shop/brod/images/uniqa-uniqa.png") no-repeat;
}

.icon-item .icon-wrapper span.uniqa-csr {
    background: url("/shop/brod/images/uniqa-csr.png") no-repeat;
}

.icon-item .icon-wrapper span.uniqa-branches {
    background: url("/shop/brod/images/uniqa-branches.png") no-repeat;
}


.video-section {
    padding: 60px 0 40px;
}

.video-section h2 {
    margin-bottom:25px;
}

.video-section .yt-wrapper {
    max-width:845px;
    margin:0 auto;
}

.reasons {
    background:#f4f4f4;
    padding: 60px 0 40px;
    position: relative;
}

.reasons:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,white 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,white 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0)
}

.reasons .container {
    max-width: 695px;
    position: relative;
}

.reasons .container .row {
    margin: 0 auto;
    max-height: 570px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
}

.reasons .container.open .row {
    max-height: 100%;
}

.reasons .dialog-btn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -20px;
    background: #04B675;
    display: block;
    z-index: 999;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.reasons .dialog-btn i {
    color: #fff;
    padding: 0 13px;
    font-size: 24px;
    line-height: 40px;

}

.reasons .dialog-btn i:before {
    content:"\f107";
}

.reasons .container.open .dialog-btn i {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reasons .item {
    width: 100%;
}

.reasons .questions {
    background:#7fadd4;
    color:#fff;
    max-width: 60%;
    text-align: left;
    padding: 12px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    font-family: Arial;
    display: inline-block;
    position: relative;
}

.reasons .questions:before {
    position: absolute;
    content:'';
    bottom: -4px;
    left: -14px;
    width: 24px;
    height: 16px;
    background: url("../images/left-dialog.png") no-repeat;
}

.reasons .answer {
    font-family: Arial;
    background: #fff;
    color:#282b34;
    max-width: 70%;
    float: right;
    padding: 12px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    position: relative;
}

.reasons .answer:before {
    position: absolute;
    content:'';
    bottom: -4px;
    right: -14px;
    width: 24px;
    height: 16px;
    background: url("../images/right-dialog.png") no-repeat;
}

.blog {
    padding: 65px 0;

}

.blog h2 {
    margin-bottom: 32px;
    width: 100%;
}

.blog .item {
    overflow: hidden;
    padding: 0 20px 25px;
}

.blog .item img {
    margin-bottom: 20px;
    height:218px;
    width: 100%;
    object-fit: cover;
}

.blog .item h3 {
    font-size: 24px;
    color:#282b34;
    line-height: 26px;
    margin:0;
    padding-bottom: 20px;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
}

.blog .item p {
    margin: 0 0 20px 0;
    color:#282b34;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial;
}

.blog .item a {
    font-family: Arial;
    color:#005ca9;
    font-size: 16px;
    padding-bottom: 25px;
}

.blog .row:first-child {
    position: relative;
}

.blog .row:first-child:before {
    position: absolute;
    bottom:0;
    height:1px;
    width: 100%;
    content:'';
    background: #b2b2b2;
}

.blog .btn.primary {
    background:#0059ab;
    color:#fff;
    display: inline-block;
    padding: 0 70px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin:0 auto;
}

.blog .further-info {
    padding-top: 20px;
    border-top:1px solid #e1e1e1;
}

.map-section {
    background: #f1f1f1;
    padding: 40px 0;
}

.footer-menu {
    position: relative;
}

.footer-menu:before {
    content:'';
    bottom:0;
    left: 15px;
    height: 1px;
    width: 100%;
    background:#e0d8d8;
    position: absolute;
    width: 94%;
}

.footer-menu .footer-link {
    border-top: 1px solid #e0d8d8;
}

.footer-menu .footer-link:last-child {
    border-bottom: 1px solid #e0d8d8;
}

.footer-menu .footer-link h4 {
    color: #005CA9;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Arial Regular,sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 25px 50px 25px 20px;
    position: relative;
    cursor: pointer;
    -webkit-text-stroke: 0.2px;
}

.footer-menu .footer-link .desc {
    margin-bottom: 15px;
    display: none;
}

.footer-menu .footer-link .desc p {
    display: block;
    padding: 0 20px;
    color: #999;
    line-height: 22px;
    font-family: Arial-Regular,Arial,sans-serif;
    font-weight: bold;
    margin: 0;
    font-style: normal;
    font-size: 13px;
    font-size: 1.3rem;
}

.footer-menu .footer-link i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
}

.footer-menu i.plus {
    background: url(/shop/brod/images/blue-plus.svg) no-repeat;
}

.footer-menu .size16 {
    height: 16px;
    width: 16px;
}

.footer-menu i.minus {
    background: url(/shop/brod/images/blue-minus.svg) no-repeat;
}

.footer-map {
    background-color: #fff;
    padding: 40px 30px 40px 40px;
}

.footer-map .address {
    margin: 30px 0;
}

.footer-map .address p {
    font-size: 16px;
    font-size: 1.6rem;
    color: black;
}

.footer-map h3 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 0;
}

footer .links {
    float: right;
    padding: 30px 0 10px;
}

footer .links a {
    color:#1f59a7;
    padding-left: 23px;
}

.social-block {
    margin: 0 auto;
    clear:both;
    text-align: center;
    padding: 30px 0;
}

.social-block a {
    text-indent: -9999px;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 13px;
}

.social-block a:before {
    width: 50px;
    height: 50px;
    background-color: #1f59a7;
    color: #ffffff;
    font-size: 24px;
    font-size: 2.4rem;
    text-indent: 0;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 50px;
}



/*********************
Form Pages
*********************/

.form-page .logo {
    position: absolute;
    left:0;
    top:5px;
}

.form-page header {
    position: relative;
    height: 80px;
    margin-bottom: 50px;
}

.form-page header:before {
    position: absolute;
    top:30px;
    height: 50px;
    width: 100%;
    content:'';
   /* background: #005ca9;*/
}

.form-page .container {
    max-width:960px;
    position: relative;
}

.customer-services {
    position: fixed;
    top:20%;
    right:-52px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    display: block;
    z-index: 999;
}

.customer-services span {
    width: 150px;
    height: 30px;
    padding: 10px;
    font-size: 13px;
    line-height: 13px;
    background: #7fadd4;
    color:#fff;
    letter-spacing: 1px;
}


.customer-services:hover {
    text-decoration: none;
}

#brod-form {
    padding: 0 0 40px 0;
}

#brod-form fieldset {
    max-width: 100%;
    width: 99%;
}

#brod-form fieldset > .row {
    padding-top: 20px;
    clear:both;
}

#brod-form .field-row label.row {
    margin-bottom: 9px;
    position: relative;
}

#brod-form .field-row label.row.invoices {
    position: relative;
    margin-bottom: 30px;
}

#brod-form .field-row label.row.brand-row input,
#brod-form .field-row label.row.start-date input {
    background:#f7f7f7;
    border:none;
}

#brod-form .field-row label.row.vrsta-placanja {
    margin-bottom: 30px;
}

#brod-form .field-row label.row.vrsta-placanja .label-field {
    font-weight: bold;
    text-align: left;
}

#brod-form .field-row label.row.vrsta-placanja .validate-wrap {
    top: -9px;
    right: 15px;
}


#brod-form .field-row label.row.vrsta-placanja .odabrano-placanje {
    padding: 0 100px 0 0;
    text-align: right;
}

#brod-form .field-row label.row.invoices .validate-wrap {
    position: absolute;
    top: 0px;
    right: 28%;
    height: 23px;
}

.uniqasecurepayment {
    max-width: 50%;
    position: absolute;
    width: 100%;
    min-height: 1px;
    padding-left: 45px;
    top:-5px;
    left:0;
    font-size: 32px;
    line-height: 40px;
    background: url("/shop/brod/images/uniqa-brod-icon-h3.png") no-repeat;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
}

#brod-form .steps {
    max-width: 50%;
    float: right;
}

#brod-form legend.description {
    background:#00b773;
    color:#fff;
    width: auto;
    float: left;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px;
    font-family: Arial;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin:0 30px 20px 0;
    position: relative;
}

#brod-form legend.description:before {
    position: absolute;
    content:'';
    bottom:25px;
    right: -18px;
    width: 18px;
    height: 17px;
    background: url("../images/first-step-legend-dialog.png") no-repeat;
}


#brod-form .rating {
    display: inline-block;

}

#brod-form .rating span.value {
    color: #282b34;
    font-size: 32px;
    padding: 0 15px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#brod-form .rating span.checked {
    color:#ecad17;
}

#brod-form .rating .description {
    font-size: 12px;
    line-height: 14px;
    color:#999999;
    font-family: Arial;
    text-align: center;
}

#brod-form  .row legend {
    position: relative;
    margin-bottom: 30px;
    height:14px;
}

#brod-form  .row legend .legend-span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    text-transform: uppercase;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 14px;
    z-index: 1;
    width: 30%;
}

#brod-form  .row legend:before {
    position: absolute;
    content: '';
    height: 1px;
    top: 8px;
    background: #b2b2b2;
    width: 100%;
    right: 0;
    z-index: 1;
}

#brod-form .label-field {
    align-self: center;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    color:#282b34;
    padding-right: 20px;
}

#brod-form .field-row .row.personal-id-row {
    margin-bottom: 30px;
}

#brod-form input {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #ffffff;
    color: #282B34;
    padding: 0 10px;
    line-height: 35px;
    width: 56%;
    max-width: 56%;
    font-size: 14px;
    height: 37px;
}

#brod-form .date-row {
    margin-left: -20px;
    margin-right: -20px;
}


#brod-form .date-row div[class*='col'] {
    padding-left: 5px;
    padding-right: 5px;
}

#brod-form .date-row div[class*='col'] input {
    padding: 0 7px;
    width:100%;
    max-width: 100%;
    text-align: center;
}

#brod-form .date-row #day-error,
#brod-form .date-row #month-error,
#brod-form .date-row #year-error {
    position: absolute;
    top:0;
    width: 155px;
    right: -292px;
}
#brod-form .date-row #month-error {
    right: -235px;
}

#brod-form .date-row #year-error {
    right: -158px;
}


#brod-form .gender-row label,
#brod-form .gender-row label span,
#brod-form .gender-row label input {
    display:inline;
    padding: 0;
}

#brod-form .gender-row label.error {
    padding-left: 1.5em;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
}

#brod-form .gender-row div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#brod-form .gender-row div span {
    line-height: 16px;
}


#brod-form .gender-row label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#brod-form .gender-row label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#brod-form .gender-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border:1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 50%;
}

#brod-form .gender-row label:hover input ~ .checkmark {
    background-color: #fff;
}

#brod-form .gender-row label input:checked ~ .checkmark {
    background-color: #fff;
}

#brod-form .gender-row .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#brod-form .gender-row label input:checked ~ .checkmark:after {
    display: block;
}

#brod-form .gender-row label .checkmark:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #282b34;
}

#brod-form  .postal-input {
    flex: 0 0 14.33333%;
    max-width: 14.33333%;
    margin: 0 -15px;
}

#brod-form  .postal-input input,
#brod-form .nums-row input {
    width: 100%;
    max-width: 100%;
}

#brod-form  .city-input {
    flex: 0 0 33.80%;
    max-width: 33.80%;
}

#brod-form  .city-input input {
    border-color: #f7f7f7;
    background-color: #f7f7f7;
    width: 100%;
    max-width: 100%;
}

#brod-form  .postal-input #postal_code-error {
    right: -345px;
}

#brod-form .nums-row {
    margin: 0 -15px;
    font-size: 22px;
}

#brod-form .nums-row .error {
    right: -260%;
}

#brod-form #datetimepicker span.date-arrow {
    content: '';
    position: absolute;
    top: 11px;
    left: 51%;
    width: 10px;
    height: 9px;
    display: block;
    border-left: solid 2px #000;
    border-bottom: solid 2px #000;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
    z-index: 2;
    cursor: pointer;
}

#brod-form .invoices .between-label-field {
    color:#999999;
    font-size: 14px;
    font-family: Arial;
    padding: 16px 0;
    width: 100%;
}

#brod-form .invoices .invoices-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#brod-form .invoices label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background-image: linear-gradient(to right, #d1d1d1 50%, white 50%);
    background-position: top;
    background-size: 32px 0px;
    background-repeat: repeat-x;
}



#brod-form .invoices .label-field {
    margin-top: -260px;
}

#brod-form .invoices label.error {
    border: none;
    font-size: 14px;
    font-weight: normal;
    right: -75%;
    top: -10px;
}

#brod-form .invoices label .dashed-frame {
    padding: 19px;
    border-color: #d1d1d1;
    border-width: 2px;
    border-style: dashed;
    border-radius: 5px;
    border-color: #d1d1d1;
    border-width: 2px;
    border-style: dashed;
    border-radius: 5px;
}

#brod-form .invoices label figure {
    font-size: 14px;
    font-weight: 300;
    padding: 25px 25px 18px;
    background: #f5f5f5;
    margin: 0;
}

#brod-form .invoices label figure i {
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    margin-bottom: 17px;
    font-size: 34px;
    line-height: 34px;
}

#brod-form .invoices label figure svg {
    display: block;
}

#brod-form .invoices label span.browse {
    color:#fff;
    font-size: 16px;
    line-height: 32px;
    padding: 0 20px;
    background:#888a87;
    text-align: center;
    display: block;
    margin: 20px 0 0;
}

#brod-form  label.check-group {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

#brod-form  label.check-group input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
}

#brod-form  label.check-group input:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    width: 12px;
    height: 6px;
    display: block;
    border-left: solid 3px #000;
    border-bottom: solid 3px #000;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
    z-index: 2;
    cursor: pointer;
    display: none;
}

#brod-form  label.check-group input:after {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    content: "";
    background-color: #ffffff;
    cursor: pointer;
}

#brod-form  label.check-group input:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 1px;
    width: 14px;
    height: 7px;
    display: none;
    border-left: solid 3px #000;
    border-bottom: solid 3px #000;
    background: none;
    -moz-transform: rotate(-50grad);
    -o-transform: rotate(-50grad);
    -ms-transform: rotate(-50grad);
    -webkit-transform: rotate(-50grad);
    transform: rotate(-50grad);
}

#brod-form  label.check-group input:checked:before {
    z-index: 11;
    display: block;
}


#brod-form  label.check-group input.valid:before {
    display:block!important;
}

#brod-form .terms-row label.check-group span,
#brod-form .pre-contractual-row label.check-group span {
    font-size: 14px;
    color:#282b34;
    display: inline;
}

#brod-form .terms-row label.check-group span a,
#brod-form .pre-contractual-row label.check-group span a {
    color:#282b34;
    text-decoration: underline;
}

#brod-form  #maestro .valid-card-row .form-control[name="control-month"] {
    width: 25%;
    margin-right: 5%;
}

#brod-form  #maestro .valid-card-row .form-control[name="control-year"] {
    width: 26%;
}

#brod-form  .card-select {
    text-align: center;
    padding-bottom: 40px;
}

#brod-form  .card-select li {
    display: inline-block;
    margin-right:20px;
}

#brod-form .field-row.has-error label.postal-row .validate-wrap #postal_code-error,
#brod-form .field-row.no-error label.postal-row .validate-wrap #postal_code-error,
#brod-form .field-row.has-error label.street-row .validate-wrap #street_num-error,
#brod-form .field-row.no-error label.street-row .validate-wrap #street_num-error,
#brod-form .field-row.has-error label.street-row .validate-wrap #street_numosig-error,
#brod-form .field-row.no-error label.street-row .validate-wrap #street_numosig-error,
#brod-form .field-row.has-error label.street-row .validate-wrap #ugovaratelj_adresapravna_br-error,
#brod-form .field-row.no-error label.street-row .validate-wrap #ugovaratelj_adresapravna_br-error,
.tel-wrapper .error{
    width: 155px;
    position: absolute;
    top: 0;
    padding-left: 2.3em;
}


#brod-form .field-row label.cvc-row {
    margin-bottom: 35px;
    position: relative;
}

#brod-form .field-row label.cvc-row .info-block-open {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #7FADD4;
    color: #ffffff;
    padding-top: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#brod-form .field-row label.cvc-row .info-block {
    position: absolute;
    height: auto;
    top: 174%;
    left: 10px;
    right: -30px;
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
    padding: 17px 20px;
    z-index: 1;
    font-weight: normal;
    line-height: 1.456;
    text-align: left;
    z-index: 10;
}

#brod-form .field-row label.cvc-row .info-block .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 11;
}

#brod-form .field-row label.cvc-row .info-block-open:before {
    content: "\e936";
}

#brod-form  .nav-pills li {
    list-style: none;
}

#brod-form  .nav-pills li a {
    display: block;
}

#brod-form  .nav-pills li a:hover {
    text-decoration: none;
}

#brod-form  .nav-pills li a img {
    border:1px solid #fff;
}

#brod-form  .nav-pills li a:hover img {
    border:1px solid #00b773;
}

#brod-form  .nav-pills li a .name {
    font-size: 12px;
    font-family: Arial;
    color:#282b34;
}

#brod-form  .nav-pills li a .sum {
    font-size: 12px;
    font-family: Arial;
    color:#999999;
}

#brod-form  .payment-frequency {
    float: left;
    font-size: 14px;
    color:#282b34;
    border-bottom: none;
}

#brod-form  .payment-frequency li {
    width: 100%;
}

#brod-form  .payment-frequency li a {
    display: block;
    color:#999999;
    position: relative;
    padding: 0 0 0 32px;
    font-size: 12px;
}

#brod-form  .payment-frequency li a label {
    cursor: pointer;
    margin-bottom: 20px;

}

#brod-form  .payment-frequency li a span {
    color:#282b34;
    display: block;
    font-size: 14px;
}

#brod-form  .payment-frequency li a.active span {
    font-weight: bold;
}

#brod-form  .payment-frequency li a input {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
}

#brod-form .payment-frequency-content {
    float: right;
}

#brod-form .payment-frequency .label-field {
    margin-bottom: 17px;
    padding: 0;
    text-align: left;
    display: block;
}

#brod-form .payment-frequency-content .tab-pane {
    box-shadow: 0 0 5px rgba(0,0,0,0.19);
    position: relative;
    z-index: 2;
    display: none;
}

#brod-form .payment-frequency-content .tab-pane.active {
    display: block!important;
}

#brod-form .payment-frequency-content .tab-pane.active:after {
    content: '';
    position: absolute;
    top: 17px;
    left: -11px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/shop/brod/images/boxic2.png);
    background-repeat: no-repeat;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}

#brod-form .payment-frequency-content .tab-pane .wrap-helper {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 18px 15px 15px 15px;
    font-size: 14px;
}

#brod-form .payment-frequency-content .tab-pane h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;

}

#brod-form .payment-frequency-content .tab-pane table {
    width: 100%;
}
#brod-form .payment-frequency-content .tab-pane table tr td {
    padding: 10px 0;
}


#brod-form .payment-frequency li a input#payment {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#brod-form .payment-frequency .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 50%;
}

#brod-form .payment-frequency a.active .checkmark:after {
    content: "";
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #282b34;
    position: absolute;
}

.next-steps {
    display: none;
    clear: both;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    float: left;
}

.next-steps.display {
    display: block;
}

.next-steps.display h4 {
    text-align: center;
    color:#999999;
    font-size: 14px;
    padding: 16px 0 0;
    line-height: 18px;
    text-transform: uppercase;
}

.next-steps.display p {
    font-size: 14px;
    color:#282b34;
    line-height: 16px;
    text-align: center;
    padding: 0 30px;
}

.thanks-page h2 {
    text-align: left;
    padding-left: 50px;
    position: relative;
    font-size: 32px;
}

.thanks-page h2:after {
    content:'';
    position: absolute;
    top:2;
    left: 0;
    background: url(/shop/brod/images/thank-you-icon.png) no-repeat;
    width: 33px;
    height: 33px;
}

.thanks-page .message {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial;
    margin-bottom: 20px;
    width: 100%;
}

.thanks-page p {
    font-size: 16px;
    color:#282b34;
    margin-bottom: 20px;
    line-height: 18px;
}

.thanks-page .download-insurance {
    clear:both;
    background: #f4f4f4;
    color:#282b34;
    padding: 30px 80px 20px 58px;
    font-size: 14px;
    font-family: Arial;
    position: relative;
    width: 61%;
    display: block;
    margin: 20px 0 45px;
}

.thanks-page .download-insurance span {
    color:#999999;
}

.thanks-page .download-insurance:after,
.thanks-page .download-insurance:before {
    content:'';
    position: absolute;
}

.thanks-page .download-insurance:after {
    background: url("/shop/brod/images/uniqa-pdf.png") no-repeat;
    width: 28px;
    height: 28px;
    top:23px;
    left:10px;
}

.thanks-page .download-insurance:before {
    background: url("/shop/brod/images/uniqa-download.png") no-repeat;
    width: 20px;
    height: 20px;
    top:25px;
    right: 20px;
}

.thanks-page .rating-block {
    width: 100%;
}

.thanks-page .rate-item {
    width: 100%;
    overflow: hidden;
}

.thanks-page .rate-title {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color:#282b34;
}

.thanks-page .rating-container {
    display: inline-block;
    float: right;
}

.thanks-page button {
    background: #00b773;
    color: #fff;
    display: block;
    padding: 17px 35px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    height: 50px;
    width: 80%;
}

.thanks-page .navigations {
    margin: 0;
    padding: 80px 0 50px;
    width: 100%;
    overflow: hidden;
}

.thanks-page .navigations li {
    list-style: none;
}

.thanks-page .navigations li a {
    color:#282b34;
    font-size: 16px;
    padding: 0 16px;
    line-height: 16px;
    position: relative;
    line-height: 20px;
}

.thanks-page .navigations li.back a {
    float: left;
}

.thanks-page .navigations li.next a {
    float: right;
}

.thanks-page .navigations li.back a:before {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    content: '\f0d9';
    font-family: FontAwesome;
}

.thanks-page .navigations li.next a:before {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    content: '\f0da';
    font-family: FontAwesome;
}

/*****************
validation
******************/

#brod-form .validate-wrap {
    position: absolute;
    top: 0px;
    right: 28%;
}

#brod-form .birth-row .validate-wrap{
    right: 42%;
}

#brod-form .field-row.has-error label.birth-row .validate-wrap #day-error,
#brod-form .field-row.has-error label.birth-row .validate-wrap #month-error,
#brod-form .field-row.has-error label.birth-row .validate-wrap #year-error,
#brod-form .field-row.no-error label.birth-row .validate-wrap #day-error,
#brod-form .field-row.no-error label.birth-row .validate-wrap #month-error,
#brod-form .field-row.no-error label.birth-row .validate-wrap #year-error {
    width: 155px;
    position: absolute;
    top: 0;
    padding-left: 2.3em;
}

[class^="uniqa-"], [class*=" uniqa-"] {
    font-family: 'uniqa-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#brod-form .validate-wrap span[class*='uniqa'] {
    font-size: 20px;
    position: relative;
    top: 8px;
    color: #e1e1e1;
}

#brod-form .validate-wrap .uniqa-field_ok:before {
    content: "\e926";
}

#brod-form .validate-wrap .uniqa-field_ok_filled:before {
    content: "\e927";
    color: #00b773;
}

#brod-form .validate-wrap .uniqa-field_error {
    width: 20px;
    height: 20px;
    position: relative;
}

#brod-form .validate-wrap .uniqa-field_error:before {
    content: '';
    height: 24px;
    background: url(/shop/brod/images/error.png) no-repeat;
    width: 24px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -3px;
}

#brod-form .validate-wrap .uniqa-field_ok_filled,
#brod-form .validate-wrap .uniqa-field_error {
    display: none;
}

#brod-form .has-error .validate-wrap .uniqa-field_ok,
#brod-form .has-error .validate-wrap .uniqa-field_ok_filled {
    display: none;
}

#brod-form .has-error .validate-wrap .uniqa-field_error {
    display: block;
}

#brod-form .no-error .validate-wrap .uniqa-field_ok_filled {
    display: block;
    top:7px;
}

#brod-form .no-error .validate-wrap .uniqa-field_ok {
    display: none;
}

#brod-form .no-error.has-error .validate-wrap .uniqa-field_ok_filled {
    display: none;
}



.form-package {
    padding: 35px 20px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.19);
    text-align: center;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    flex-basis: 0;
    flex-grow: 1;
}

.form-package.mobile-show {
    display: none;
}

.form-package h3 {
    font-size: 24px;
    color: #282b34;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
    margin: 0;
}

.form-package .subtitle {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
    color: #282b34;
    padding-bottom: 25px;
}

.form-package .price {
    line-height: 32px;
}

.form-package .price span {
    font-size: 32px;
    color: #00b773;
}

.form-package .euro-price {
    line-height: 18px;
}

.form-package .euro-price span {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
}

.form-package .change-product {
    color:#282b34;
    font-weight: bold;
    font-size: 14px;
}

.form-package .protection {
    padding: 5px 0 0;
}

.form-package .protection h4 {
    font-size: 20px;
    font-family: 'ItcStoneSansMedium',Arial,sans-serif;
    color:#999999;
    text-transform: uppercase;
    margin: 20px 0 15px;
}

.form-package .protection .box {
    padding: 0 17px;
    margin-top: 15px;
}

.form-package .protection .box span {
    height: 40px;
    width: 22px;
}

.form-package .protection .box .screen {
    background: url(/shop/brod/images/mobila-small.jpg) no-repeat;
}

.form-package .protection .box .display {
    background: url(/shop/brod/images/mobila-small-crashed.jpg) no-repeat;
}

.form-package .protection .box h5 {
    color:#999;
    font-size: 14px;
    font-family: Arial;
}

footer.form-page {
    background: #f1f1f1;
}

footer.form-page .footer-language {
    float: left;
}

footer.form-page .footer-language ul {
    margin: 0;
    padding: 0;
}

footer.form-page .footer-language ul li {
    list-style: none;
    float: right;
}

footer.form-page .footer-language ul li a {
    color: #b2b2b2;
    font-size: 12px;
    font-family: Arial;
    line-height: 55px;
    margin-left: 15px;
    text-transform: uppercase;
}

footer.form-page .footer-language ul li a.active {
    color:#0059ab;
}
/*
.form-page .social-block {
float: right;
clear: none;
padding: 8px 0;
}

.form-page .social-block a {
width: 24px;
height: 24px;
}

.form-page .social-block a:before {
width: 24px;
height: 24px;
background-color: #1f59a7;
color: #ffffff;
font-size: 14px;
text-indent: 0;
border-radius: 50%;
position: absolute;
top: 0px;
left: 0;
text-align: center;
line-height: 24px;
}
*/
footer.form-page .links {
    padding: 8px 0;
}

footer.form-page .links a {
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
}

.ui-state-disabled {
    color: #cbcbcb;
    cursor: default!important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    color: #282b34;
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-hover {
    background-color: #005ca9;
}

.telprefix {
    width: 68px;
    float: left;
    height: 37px!important;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.tel-wrapper-all {
    position: relative;
}

#brod-form .tel-wrapper-all .nums-row .error {
    right: -127%;
    width: 100%;
}

.wizard > .content {
    overflow: visible;
}


/* datepicker*/

.ui-datepicker .ui-datepicker-buttonpane button{
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	min-width:75px;
	
}

.ui-datepicker .ui-datepicker-buttonpane button:hover{
	background-color: #005CA9;
	border-color:#005CA9;
	color:white;
	
}

.ui-timepicker-select{
	  background: #fff;
	  border: 1px solid #ccc;
	  border-radius: 3px;
	  padding: 5px;

}

.ui-timepicker-div dl dt{
	position: relative;
	top: 5px;
}


@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .main-menu {
        height: 50px;
    }
    .main-menu .menu-left,
    .main-menu .menu-right,
    .form_block_down {
        display: none !important;
    }

    .mobile-version {
        display: block;
    }

    .mobile-version .logo.centered {
        display: block;
        top:47px;
        padding: 5px 9px 0 9px;
    }

    #show-mobile-menu {
        background: none;
        display: block;
        height: auto;
        line-height: normal;
        border:none;
        padding: 0;
        position: absolute;
        right: 20px;
        width: 20px;
        margin-top: 65px;
        z-index: 999;
    }

    .lines {
        display: inline-block;
        width: 20px;
        height: 3px;
        background: #fff;
        border-radius: 0.28571rem;
        transition: 0.3s;
        position: relative;
    }

    .lines:before, .lines:after {
        display: inline-block;
        width: 20px;
        height: 3px;
        background: #fff;
        border-radius: 0.28571rem;
        transition: 0.3s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 0.28571rem center;
        transform-origin: 0.28571rem center;
    }

    .lines:before {
        top: 6px;
    }

    .lines:after {
        top: -6px;
    }

    ul.mobile-nav {
        background: #205aa8;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: none;
        left: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 85%;
        z-index: 12;
    }

    ul.mobile-nav li {
        display: block;
    }

    ul.mobile-nav li.last {
        border-top: 1px solid #fff;
        padding: 20px;
    }

    ul.mobile-nav li > a:link,
    ul.mobile-nav li > span,
    ul.mobile-nav li > a:visited {
        color: #fff;
        line-height: 35px;
        margin-top: 1px;
        padding: 5px 20px 0 20px;
        position: relative;
        display: block;
        border-top:1px solid #fff;
    }

    ul.mobile-nav li > a.main:visited {
        background: #005aab;
        color: #fff;
    }

    ul.mobile-nav li > a.green-button {
        background: #00b773;
    }

    .mobile-version .main-search input#top_search_text {
        border: 0 none;
        border-radius: 0;
        box-sizing: border-box;
        height: 26px;
        line-height: 2px;
        outline: medium none;
        padding: 0 25px 0 10px;
        width: 80%;
    }
    .mobile-nav .main-search .button-search {
        background: #005cbf;
        cursor: pointer;
        border:none;
    }
    .mobile-nav .main-search .fa-search {
        color:#fff;
        background: #005aab;
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {

    .form-page .logo {
        left: 20px;
    }

    .top-links ul.login-menu {
        float: left;
    }

    .uniqasecurepayment {
        position: relative;
        padding-bottom: 25px;
        max-width: 100%;
        margin: 0 20px;
    }

    #brod-form .steps {
        max-width: 100%;
        float: none;
        padding: 0 20px 45px;
    }

    .wizard > .steps > ul > li:before,
    .wizard > .steps > ul > li:first-child:before{
        right: 20%;
    }

    .wizard > .content {
        width: 98%;
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {

    #brod-form .content .col-md-8 {
        margin-bottom: 50px;
    }
    #brod-form .postal-input #postal_code-error {
        right: -390px;
    }

    #brod-form .date-row #day-error, #brod-form .date-row #month-error, #brod-form .date-row #year-error {
        position: absolute;
        right: -413px;
    }

    #brod-form .date-row #month-error {
        right: -305px;
    }

    #brod-form legend.description:before {
        position: absolute;
        content: '';
        bottom: -17px;
        left: 30px;
        width: 18px;
        height: 17px;
        background: url(../images/first-step-legend-dialog.png) no-repeat;
        -webkit-transform: rotate(30deg);
        transform: rotate(90deg);
    }

}

@media screen and (max-width: 767px) {
    .desniboxpokrica ul {
        width: 230px;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 575px) {

    .testimonials .item {
        display: block;
    }

    .testimonials .testimonials-image,
    .testimonials .content {
        width: 100%;
    }

    .testimonials .testimonials-image img {
        display:block;
        margin: 0 auto;
    }

    .wizard > .actions > ul,
    .next-steps {
        max-width: 100%;
    }

    .form-package.mobile-show {
        display: block;
    }

    #brod-form .form-package {
        display: none;
    }

    #brod-form input {
        width: 90%;
        max-width: 90%;
    }

    #brod-form .validate-wrap {
        padding-left: 0;
        padding-top:20px;
        right: 5px;
    }

    #brod-form .content > fieldset {
        padding: 0 10px 20px;
    }

    #brod-form .label-field {
        text-align: left;
        padding: 0 0 3px;
    }
    #brod-form .field-row label.row {
        margin-bottom: 25px;
        margin-right: 10px;
        margin-left: 10px;
    }

    #brod-form .row label.error,
    #brod-form .field-row.has-error label.postal-row .validate-wrap #postal_code-error {
        width: 100%;
        padding-left: 0;
    }

    #brod-form .gender-row label.error {
        left:0;
        right: auto;
        top:33px;
    }

    #brod-form .nums-row .error,
    #brod-form .postal-input #postal_code-error,
    #brod-form .nums-row .error {
        left: 45px;
    }

    #brod-form .invoices .label-field {
        margin-top: 0;
    }

    #brod-form .terms-row label.check-group span,
    #brod-form .pre-contractual-row label.check-group span {
        line-height: 20px;
        display: block;
    }

    #brod-form .field-row label.row.invoices .validate-wrap {
        padding: 5px 0 0 0;
        position: relative;
    }

    #brod-form .birth-row .validate-wrap {
        right: 5px;
    }

    #brod-form .date-row #month-error {
        width: 100%;
        padding-left: 0;
    }

    .wizard > .steps > ul > li:before {
        display: none;
    }
    .wizard > .steps > ul > li {
        width: auto;
        padding-right: 15px;
        float: left!important;
    }
    #brod-form legend.description {
        margin: 0 10px 20px;
    }

    #brod-form .rating {
        margin: 0 10px;
    }
    #brod-form .postal-input {
        flex: 0 0 30%;
        max-width: 30%;
        margin: 0 -15px;
    }

    .thanks-page button {
        position: relative;
        margin: 20px auto;
    }
    .wizard > .actions {
        padding: 0 10px;
    }

    .wizard > .actions > ul > li:nth-child(3) a {
        padding: 17px 20px;
    }

    .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
        padding: 17px 50px;
    }

    #brod-form #datetimepicker span.date-arrow {
        left:85%;
    }

    #brod-form #maestro .valid-card-row .form-control[name="control-year"] {
        width: 45%;
    }

    #brod-form .field-row.has-error .birth-row .validate-wrap,
    #brod-form .field-row.no-error .birth-row .validate-wrap,
    #brod-form .field-row.has-error label.postal-row .validate-wrap,
    #brod-form .field-row.no-error label.postal-row .validate-wrap,
    #brod-form .field-row.no-error label.street-row .validate-wrap {
        position: relative;
        width: 100%;
    }

    #brod-form .field-row.no-error label.street-row .validate-wrap {
        right:0;
    }

    #brod-form .field-row.no-error label.street-row .validate-wrap #street_num-error {
        padding-left: 0;
        width: 100%;
    }

    #brod-form .field-row.no-error label.street-row .validate-wrap #street_numosig-error {
        padding-left: 0;
        width: 100%;
    }

    #brod-form .field-row.has-error label.birth-row .validate-wrap #day-error,
    #brod-form .field-row.has-error label.birth-row .validate-wrap #month-error,
    #brod-form .field-row.has-error label.birth-row .validate-wrap #year-error,
    #brod-form .field-row.no-error label.birth-row .validate-wrap #day-error,
    #brod-form .field-row.no-error label.birth-row .validate-wrap #month-error,
    #brod-form .field-row.no-error label.birth-row .validate-wrap #year-error {
        padding-left: 5px;
    }

    #brod-form .field-row.has-error label.birth-row .validate-wrap span[class*='uniqa'],
    #brod-form .field-row.no-error label.birth-row .validate-wrap .uniqa-field_ok_filled,
    #brod-form .field-row.has-error label.postal-row .validate-wrap span[class*='uniqa'],
    #brod-form .field-row.no-error label.postal-row .validate-wrap .uniqa-field_ok_filled,
    #brod-form .field-row.no-error label.street-row .validate-wrap span[class*='uniqa'],
    #brod-form .field-row.no-error label.street-row .validate-wrap .uniqa-field_ok_filled {
        position: absolute;
        top:-35px;
        right: 0;
    }

    #brod-form .field-row.no-error label.birth-row .validate-wrap .uniqa-field_ok_filled {
        top:-30px;
    }

    #brod-form .tel-wrapper-all .nums-row .error {
        right: auto!important;
        position: relative;
        left: -77%;
        bottom: -60px;
        width: 200%;
    }

    #brod-form .tel-wrapper-all .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #brod-form .tel-wrapper-all .col-2 {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }

    #brod-form .tel-wrapper-all .telprefix {
        width: 100%;
    }

}

@media screen and (max-width: 425px) {
    .logo.centered {
        top:30px;
    }

    .form-section {
        padding: 40px 0;
        overflow: hidden;
        height: auto;
    }

    .form-section .form {
        padding: 10px 10px 35px;
    }

    .packages .package {
        flex-grow: 0;
        flex-basis: auto;
        margin: 0 auto;
    }
    .packages .package:first-child {
        margin-bottom: 25px;
        margin-right: auto;
    }

    #brod-form .row legend .legend-span {
        width: 47%;
    }

    #brod-form .tel-wrapper-all .nums-row .error {
        left: -82%;
    }
}

@media screen and (max-width: 360px) {
    .wizard > .steps > ul > li {
        width: auto;
        padding-bottom: 15px;
        padding-right: 5px;
    }
    .top-links .languages-switcher {
        margin-left: 15px;
    }

    .form-section .breadcrumb {
        width: 100%;
    }

    #brod-form .row legend .legend-span {
        width: 60%;
    }

}

@media screen and (max-width: 320px) {
    .wizard > .steps > ul > li > a {
        width: 45px;
        overflow: hidden;
        color: #fff!important;
        text-align: center;
    }
}

.spinner{width:50px;margin-top: 22px;display:none; position:absolute}
.spinner2{width:50px;margin-top: 7px;display:none; position:absolute}
#popustbutton{
	position: absolute;
	left: 216px;
	height: 36px;
}