.card {
    background: white;
    text-align: center;
    padding-bottom: 20px;
}

.odd {
    background: #98d4ec !important;
    background-color: #98d4ec !important;
}

.equal {
    background: #73C5ED !important;
    background-color: #73C5ED !important;
}

.large-text {
    font-size: x-large;
}

.light-color {
    color: #103597;
}

.height-730px {
    height: 730px;
}

.oddTriangleTop {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 322px;
    border-color: transparent transparent transparent #98d4ec;
}

.equalTriangleTop {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 322px;
    border-color: transparent transparent #73C5ED transparent;

}

.oddTriangleBottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 322px 0 0;
    border-color: #98d4ec transparent transparent transparent;
}

.equalTriangleBottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 322px 30px 0;
    border-color: transparent #73C5ED transparent transparent;
}

.noLateralPadding {
    padding-left: 0;
    padding-right: 0;
}

.modal-content {
    background: transparent !important;
    box-shadow: none;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.close {
    display: none;
}

.routing-box {
    margin-top: 15px;
    /*border-radius: 10px;*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.font-size-6em {
    font-size: 3.5em;
}

.about-us-homepage {
    margin-top: -200px;
}

.about-us-homepage-content {
    padding-top: 200px
}

.incentives-separator {
    border: 1px solid #ccc;
    width: 100%;
}

.incentives-principal-title {
    color: #103597;
    text-transform: uppercase;
}

.incentives-secondaty-title {
    color: #9EADE4;
}

.white-background {
    background-color: white;
    border-top: 1px solid #ccc;
}

.font-size-1em {
    font-size: 1em;
}

.round-icon {
    border: 1px solid #2C6EAB;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}

.testimonials.layout-1 {
    background-color: #fff;jQuery("#slide_wrap").css("height", "auto");
    padding: 50px;
    text-align: center;
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.background-pos-center {
    background-position: center !important;
}

.dark-green-color {
    color: #73C5ED;
}

.light-green-color {
    color: #98d4ec;
}

.flag {
    width: 16px;
    height: 12px;
    background-size: cover !important;
    display: inline-block;
}

.en-GB {
    background: url('/flags/us.svg');
}

.it-IT {
    background: url('/flags/it.svg');
}

.hr-HR {
    background: url('/flags/hr.svg');
}

.eu {
    background: url('/flags/eu.svg');
}

.active-dark-green {
    background: #73C5ED;
}

.services-list ul li a:hover {
    background-color: #73C5ED;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.twitter:hover {
    background: #2e99ea;
    color: white !important;
}

.facebook {
    background: #3B5998;
    color: white;
}

.facebook:hover {
    color: white !important;
    background: #324b81;
}

.linkedin {
    background: #007bb5;
    color: white;
}
.linkedin:hover {
    background: #006999;
    color: white !important;
}

.gmail {
    background: #cb2027;
    color: white;
}

.gmail:hover {
    background: #b01c21;
    color: white;
}

a:hover {
    color: #98d4ec !important;
}


#homePageFirstBlock > div> a:hover {
    color: #103597 !important;
}

#homePageSecondBlock > div > a:hover {
    color: #103597 !important;
}

#homePageThirdBlock > div > a:hover {
    color: #103597 !important;
}

#homePageFourthBlock > div > a:hover {
    color: #103597 !important;
}

#find-a-route:hover {
    /*background: #98d4ec !important;*/
    color: #103597 !important;
}

.action-bottom:hover {
    background: #98d4ec !important;
    color: #103597 !important;
}

#homepage-read-more:hover {
    background: #98d4ec !important;
    color: white !important;
}

.active-dark-green > a:hover {
    color: white !important;
}
.services-list > ul > li > a:hover {
    color: white !important;
}

.dark-text {
    color: #4c4c4c !important;
}
footer.layout-dark .nile-widget.widget_nav_menu ul li a::before {
    color: #4c4c4c;
}

.light-footer {
    background: #f2f3f4;
}

.footer-menu > li {
    border-bottom: 1px solid #ccc;
}

.incentives-image {
    float: left;
    margin-right: 15px;
    width: 50%;
}

@media screen and (max-width: 576px){
    .incentives-image {
        width: 100%;
    }
}

.font-size-2-5em {
    font-size: 2.5em;
}

.font-size-1-3em {
    font-size: 1.3em;
}

@media screen and (max-width: 975px) {
    .sidemenu-incentives-bottom {
        display: none;
    }
}

.horizontal {
    list-style-type: none;
}

.horizontal li {
    float: left;
    margin-right: 10px;
}

.no-left-padding {
    padding-left: 0;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.full-width {
    width: 100% !important;
}

.full-opacity {
    opacity: 1 !important;
}

.horizontal-languages {
    list-style-type: none !important;
    display: inline !important;
}

.horizontal-languages li {
    float: left;
    margin-right: 10px;
}

.flag-big {
    width: 32px;
    height: 24px;
    background-size: cover !important;
    display: inline-block;
}

.half-opacity {
    opacity: 0.4;
}

@media screen and (max-width: 576px) {

}

.padding-left-45px {
    padding-left: 45px !important;
}

.text-blue {
    color: #103597;
}

background-blue-eu {
    background-color: #103597 !important;
    background: #103597 !important;
}.history-tl-container{
    font-family: "Roboto",sans-serif;
    margin:auto;
    display:block;
    position:relative;
}
 .alert-info{
     white-space: pre-line;
 }
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:120px;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #86D6FF;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 35px;
    width: 35px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
    width:100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}

.margin-right-35-neg {
    margin-right: -35px;
}

.callout {
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid white;
    border-left-color: white;
    border-left-width: 1px;
    border-left-color: #5CB85C;
    border-left-width: 5px;
}

#getaquote-startdate {
    border-color: white !important;
}
span.input-group-addon:nth-child(1) {
    border-color: white !important;
}

span.input-group-addon:nth-child(2) {
    border-color: white !important;
}

#dateStartRouting-datetime span {
    border-color: #ccc !important;
    color: #4c4c4c;
    background-color: white;
}
#dateStartRouting-datetime input {
    border-color: #ccc !important;
}

.margin-top-neg-25px {
    margin-top: -25px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.yellow-eu {
    background: #ffcc00;
}

.four-c {
    color: #4c4c4c;
}

.yellow-eu:hover {
    background-color: #ffdb4d !important;
}

@media screen and (max-width: 1024px) {
    .homepage-boxes .col-md-3{
        flex: 100%;
        max-width: 100%;
        margin: 0px;
    }
    .homepage-boxes .triangle.oddTriangleTop, .homepage-boxes .triangle.oddTriangleBottom,
    .homepage-boxes .equalTriangleTop, .homepage-boxes .equalTriangleBottom{
        display:none;
    }
}
@media screen and (max-width: 1194px)  {
    .no-right-pads {
        padding-right: 0;
    }
}

.yellow-eu-box {
    background: #ffcc00;
}

#mapExternal {
    position: sticky;
    top: 10px;
}

#modalform-submit {
    color: #4c4c4c !important;
    border-color: #4c4c4c !important;
}

#modalform-submit:hover {
    background-color: #ffdb4d !important;
}

.CookieMonsterBox {
    box-shadow: none !important;
    font-weight: normal;
    border-top: 1px solid #103597;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.CookieMonsterOk {
    background: #103597;
    border: none;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}

.custom-td {
    color: #262626;
    border: 1px solid;
    height:50px;
    display:inline-block;
    float:none;
    text-align: center;
    height: 71px;
}

.custom-td-header {
    color: #262626;
    border: 1px solid white;
    height:50px;
    display:inline-block;
    float:none;
    text-align: center;
    height: 71px;
}

.first-custom-td {
    height: 71px;
    border: 1px solid;
}

.timestamp-custom {
    left: -32% !important;
    top: 0 !important;
}
