
.modal-full {
    min-width: 100%;
    margin: 0;
	background:none;
}

.modal-full .modal-content {
    min-height: 100vh;
background:none;
}

.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 0px solid #f1f1f1;
}

.close, close:hover {
    float: right;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

.font-title {
    font-family: 'Roboto', sans-serif;
}
.font-alt {
    font-family: 'Nanum Gothic', sans-serif;
}

a {
    color: #008BCE;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}

.block.product p a {
    color:#000!important;
}

a:focus {
    outline:none!important;
}

a.black {
    color: #000;
}

a.black:focus {
    outline:none!important;
}

a.black:hover {
    color:#666;
}

img:hover {

}

.navbar {
    border-bottom: 1px solid #f3f3f3
}

.mega-dropdown-menu .megadropdown-links .dropdown-item {
    text-transform: none;
}

.show > .dropdown-menu {
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}

.mt85 { 
    margin-top: 85px!important;
}

.red {
    color:red;
}

footer small, footer.small {
    font-size: 85%
}
footer h4 small {
    font-size: 75%
}

.text-dark {
    color: #333!important;
}


.center-block {
    margin: 0 auto;
}

.is_stuck {
    margin-top: 155px;
}
.pb0 {
    padding-bottom: 0px;
}
.pb20 {
    padding-bottom: 20px;
}

.top-navbar .top-navbar-menu > ul.top-menu > li > a > i {
    font-size: 20px
}

.font-normal {
    font-size: 0.95rem!important;
}

p.font-nenormal {
    line-height: 18px; 
}

h3.heading.heading-6.strong-600 {
    margin-bottom: 3px;
}



ul.inline-links.inline-links--style-2 > li:before {
    color:#008BCE; 
}




.font-nenormal {
    font-size: 0.75rem!important
}

.plavo {
    color:#008BCE!important;
}
.crveno {
    color:#008BCE!important;
}
.zeleno {
    color:#4BB543!important;
}
.fayt {
    color:#FF0000!important
}
.fafb {
    color:#3b5998!important
}
.belo {
    color:#fff!important;
}
.zuto {
    color:#FBBA00!important
}
.sivo {
    color:#666!important
}
.fainsta {
    color: #8a3ab9!important
}

.faglobe {
    color: #4c68d7!important 
}
.fanews {
    color: #666!important 
}
.fadsgn {
    color: #666!important 
}
.fagoogle {
    color: #4285F4!important 
}
.fagsrch {
    color: #34A853!important 
}
.fashop {
    color: #FBBC05!important 
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
    
}

.hr1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff
}
.hr2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f3f3f3;
}
.hr3 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid #f3f3f3;
}
.hrfooter {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.7)
}

.pt40p {
    padding-top: 40%;
}

.kontaktslice {
    margin-top: 180px;
}

.swiper-pagination-progressbar-fill {
    background:#fff!important
}

.no-padding {
    padding-left: 0!important;
}
.no-padding-bottom {
    padding-bottom: 0!important;
}

.footer-links i {
    text-align: center;
    width: 22px;
    padding: 0 10px 0 0;
}



.font-prvi {
    font-family: 'Roboto', sans-serif;
}

.font-drugi {
    font-family: 'Roboto Slab', serif;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f3f3f3;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .hidden-prike {
        display: none!important;
    }
    .footer .footer-links > li > a {
        font-size: .90rem;
    }
}

@media (max-width: 1006px)  {
    .hidden-prike {
        display: inline-block;
    }
}

@media (max-width: 991px)  {
    .footer p {
        font-size: .8rem
    }
  h1.slogan { font-size:16px!important}
}

@media (max-width: 640px) {
    .slajder { display: none;}
        h1.slogan { font-size:14px!important}

}

@media (max-width: 480px) {
    .background-image-holder .heading-1.heading-responsive {
        font-size: 44px!important
    }
       h1.slogan { font-size:13px!important}
}

.no-scroll{
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.mr20 {margin-right: 20px;}   
.mr40 {margin-right: 40px;}

.blueicon {
    color: #007aff
}

/* Restore Bootstrap 3 "hidden" utility classes. */

/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 
}


@media (min-width: 1006px) {
    .slice.slajder {
        padding-top: 5rem;
        padding-bottom: 0rem;
    }
}

@media (max-width: 1005px) {
    .slice.slajder {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}

@media (max-width: 1006px) {
    .container.containertopbar {
        padding: 0 30px!important;
        max-width: 100%;
    }
}

.dropdown-divider2 {
    height: 0;
    margin: .25rem 0;
    overflow: hidden;
    border-top: 1px solid #fff
}



.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
.embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

a.btn-success.btn.txt-white  {
    color: #ffffff;
}
a.btn-success.btn.txt-white i  {
    color: #ffffff;
}

.link-black {
    color: #000;
}

.inline-links .btn {
    padding: .0rem .25rem;
}
.socialdrop {
    min-width: 200px;
    padding-left: 35px;
    text-align: left;
}
.socialdrop p {
    font-size: 13px;
    font-weight: 300;
}
.socialdrop li {
    list-style: none;
    font-size: 14px;
    display:inline-block;


}
.socialdrop li i {
    font-size: 24px;
    margin-right: 8px;
    color: #67717d;
}
.socialdrop li i:hover {
    color: #c3002f;
}


.sparce-100 {
    height: 100px;
    position: relative
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.bagdered {
    background-color: #c3002f!important;
}
.bagdeblue {
    background-color: #008BCE!important;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%!important;
}

.bootstrap-select .btn {
    padding: 10px 15px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 15px;
}


.bootstrap-select .dropdown-toggle::after {
    margin-left: -1em;
    font-size: 14px;
    margin-top: 4px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #333;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 11px;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: 10px 15px;
    height: 44px;


}
/*bootstrap select fix - ghost menu overlap input field below */
.bootstrap-select .dropdown-menu {
    height: 0;
}
.bootstrap-select.show .dropdown-menu.show {
    height: inherit;
}
/* bootstrap select fix end */


.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    background-color:#fff;
}

.bordered {
    border-radius: 5px;
}


.feature--bg-6 {
    background-color: rgba(0,0,0,.5);
    border: 0px solid rgba(0,0,0,.4);
    border-radius: 0px;
}
.feature--bg-6 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.75);
    box-shadow:  0px 0px 0px 0px rgba(255,255,255,0.75);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.feature--bg-6:hover {
    -webkit-box-shadow: 1px 2px 15px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 1px 2px 15px 0px rgba(255,255,255,0.75);
    box-shadow: 1px 2px 15px 0px rgba(255,255,255,0.75);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.lgi-img i {
    font-size: 40px;
    color: #c3002f;
}
.lgi-img.icon {
    margin-right: 0px;
    position: relative;
    right: -3px;
    top: 4px;
}

.c-dark {
    color: #000!important;
}
.pv-3 {
    padding-bottom:1rem!important;
}
.feature-dropdown i {
    margin-right: 4px;
    color: #FED400;
}
.dropdown--style-2 .feature-dropdown.dropdown-toggle {
    padding: 0;
}
.dropdown--style-2 .feature-dropdown.dropdown-icon {
    font-size: 14px;
}
.mr-5 {
    margin-right: 5px;
}
.ml-2 {
    margin-left: 3rem!important;
}



.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 2px 0 6px 2px;
    font-size: 15px;
    border-radius: 15px;
    font-weight: 500;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #fff!important;
}


input[type="text"].form-control::-webkit-input-placeholder {
    color: #000!important;
}


.bootstrap-select .dropdown-toggle:before,
.dropup .dropdown-toggle::after {
    content: '';
}
.dropup .dropdown-toggle::before {
    content: '';
}
a.dropdown-item.selected.active,a.dropdown-item.selected.active:focus, 
.dropdown-item.active a, .dropdown-item:active a {
    background-color: #c3002f!important;
}


.shadowed {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
}

.shadowed:hover {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.25);
    transition-timing-function: linear;
}



.bordered {
    border-radius: 5px;
}

.flatpickr-calendar.static.open {
    border-radius: 5px;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0, .5);
}


/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}


#block {
    display:none;
    width: 100%;
    height: auto;
}

.ulajni {
    display: inline-block
}

.drugalokacija .dropdown-menu  {
    left:-10000px;
}



.cbxShowHideDesktop {
    display: block;
}
.cbxShowHideMobile {
    display: none;
}
.hide-1006 {
    display:none;
    width: 100%;
}
.show-1006 {
    display: none;
}
@media (max-width:1006px) {
    .cbxShowHideDesktop {
        display: none;
    }
    .cbxShowHideMobile {
        display: block;
    }
    .show-1006 {
        display: none;
    }
    .hide-1006 {
        display:none!important;
    } 
}
@media (max-width:991px) {
    .pv-1-2 {
        padding: 10px 0 20px 0!important;
    }
}

.list-icons {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.list-icons li {
    font-size: 30px;
    color: #818a91;
    padding: 15px;
}
.list-icons li i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.list-icons li:hover i {
    color: #c3002f;
}
.list-info {
    font-size: 85%;
}
@media (max-width:991px) {
    .list-icons li {
        font-size: 24px;
        padding: 12px;
    }
}
@media (max-width:767px) {
    .list-icons li {
        font-size: 30px;
        padding: 16px;
    }
}
@media (max-width:480px) {
    .list-icons li {
        font-size: 24px;
        padding: 16px;
    }
}
@media (max-width:360px) {
    .list-icons li {
        font-size: 24px;
        padding: 12px;
    }
}


.btn-link {
    background-color: transparent;
    color: #28a745;
    border:1px solid transparent;
}
.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    color: #218838;
    border: 1px solid transparent;
    text-decoration: none;
}
.btn-link span {
    color: #333!important;
}
.btn-link:hover i.fa-close::before {
    content: "\f00c"; 
}
.text-default {
    color: #004D87!important;
}
.block .block-body {
    position: relative;
    
}



.mb40 {
    margin-bottom: 40px!important;
}

.small-prike {
    font-size: 12px!Important;
}

.form-control:disabled, .form-control[readonly] {
    background: #fff;
}

.font-alert {
    font-size: 0.9rem!important;
}



.btn-success {
    color: #fff;
background-color: #008BCE;
border-color: #008BCE;
}
.btn-success:hover {
    color: #fff;
background-color: #1db33f;
border-color: #1db33f;
}

.padding20 {
    padding: 0px 20px 15px 20px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
    color:#333
}

.hamburger:hover:not(.is-active) .hamburger-inner, .hamburger:hover:not(.is-active) .hamburger-inner:after, .hamburger:hover:not(.is-active) .hamburger-inner:before {
    color:#666
}

.btn-light {
    color:#008BCE;
}
.btn-light:hover {
    color:#6CB715;
    background: #fff;
}


#google-map {
    height: 50%;
}

/* POZIV DUGME */
.pozivhidden {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    background: #008BCE;
    height:56px;
    width:56px;
    padding:9px 0 0 0!important;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 3pt 12pt;
    border: 2px solid #fff;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
}
.pozivhidden i {
    color:#fff;
}

.pozivhidden:hover, .pozivhidden:focus, .pozivhidden:active, .pozivhidden.active  {
    background-color: #999
}
/* POZIV DUGME */
.emailhidden {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    background: #008BCE;
    height:56px;
    width:56px;
    padding:7px 0 0 0!important;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 3pt 12pt;
    border: 2px solid #fff;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
}
.emailhidden i {
    color:#fff;
}

.emailhidden:hover, .emailhidden:focus, .emailhidden:active, .emailhidden.active  {
    background-color: #999
}

/* EU COOKIE */
#eucookielaw { display:none }
#eucookielaw {
    background: rgba(255, 255, 255, 1);
    color:#000;
    text-align: center;
    padding: 30px;
    bottom:20px;
    left:25%;
    width:50%;
    height: auto;
    position: fixed;
    -webkit-box-shadow: 0px 4px 25px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 4px 25px 1px rgba(0,0,0,0.27);
    box-shadow: 0px 4px 25px 1px rgba(0,0,0,0.27);
}
#eucookielaw p {
    font-size: 13px;
    line-height: 18px;
    text-align: left;

}
#eucookielaw a {
    font-size: 14px;
    padding: 8px 15px;
    margin-top: 30px;
}

.slider-padding {
    padding-top: 50px;
    padding-bottom: 100px
}

.serthigh {
    height:55px;
    font-size: 12px!important;
    line-height: 16px!important;
}

.serthigh span {
    font-size: 15px;
}

.width-100 {width: 100px}


.custom-input-file.has-focus + label, .custom-input-file:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.custom-input-file + label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em
}

.custom-input-file--2 + label {
    color: #000;
    border-color: #e6e6e6;
    background: transparent;
    font-weight: 400;
}

.custom-input-file--2 + label:hover, .custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label {
    color: #999;
    border-color: #999;
    background: transparent
}
