﻿/* FONT */
@import url('../css-1.css');

@font-face {
    font-family: Norwester;
    src: url(../fonts/norwester.otf);
}


@font-face {
    font-family: 'norwesterregular';
    src: url('../fonts/norwester-webfont.woff2') format('woff2'),
        url('../fonts/norwester-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    width: 100%;
    height: 100%;
    font-family: Nunito, sans-serif !important;
    background: url(../images/search-page-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.hr_wrap {
    margin-bottom: 20px;
}

html {
    width: 100%;
    height: 100%;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

@media (max-width: 1280px) and (min-width: 320px) {
    video.banner-video {
        display: none;
    }
}


.msg-icon {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.msg-icon a:hover {
    color: #28ade8 !important;
}

.msg-icon .count_span {
    background: #f20;
    text-align: center;
    border-radius: 100%;
    width: 20px;
    position: absolute;
    top: -11px;
    right: -13px;
    z-index: 9;
}


.modal-footer {
    display: inline-block;
    width: 100%;
}


span.hoverspan {
    display: none;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);

}

.hoverimg img {
    width: 25px;
    height: auto !important;
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.contry_dropdown {
    position: relative;
}



.user-nm {
    display: inline-block;
}

.user-nm .register_btn1 {
    border: 0px;
}

.user-nm .dropdown-menu a {
    float: left;
    width: 100%;
    color: #2c3f50 !important;
    padding: 4px 15px;
}

.user-nm .dropdown-menu a:hover {
    background-color: #2e3f50;
    color: #fff !important;
}

.user-nm .dropdown button:hover {
    background: #2c3f50 !important;
}

.user-nm .dropdown-menu li:last-child a {
    border-top: 1px solid #cccccc8a;
}

.open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}


/*ionrangeslider*/

span.irs-single {
    margin-top: 0px;
}

.irs-line {
    background: linear-gradient(to bottom, #428bca -50%, #FFF 150%) !important;
    border: 1px solid #428bca !important;
}

.irs-bar {
    border-top: 1px solid #DDD !important;
    border-bottom: 1px solid #DDD !important;
    background: #428bca;
    background: linear-gradient(to top, rgb(239, 239, 239) 0%, rgb(233, 233, 233) 100%) !important;
}

.irs-bar-edge {
    border-top: 1px solid #DDD !important;
    border-bottom: 1px solid #DDD !important;
    background: #428bca;
    background: linear-gradient(to top, rgb(239, 239, 239) 0%, rgb(233, 233, 233) 100%) !important;
}


/*
.contry_dropdown:hover .dropdown_content{display: block;}
*/
.dropdown_content {
    width: 230px;
    float: left;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: 300;
    position: absolute;
    /* bottom: 100%; */
    top: auto;
    display: none;
    left: -60px;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
}

.dropdown_content a {
    float: left;
    width: 100%;
}

button.btn.btn-primary.Submit_btn01 {
    float: none;
    width: auto;
    padding: 7px 23px;
    font-size: 16px;
    margin: 17px auto 0px;
    display: block;
}


.electric {
    height: 15px !important;
    width: 15px !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}







/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


#meni {
    border-radius: 0 !important;
}


.slider_new {
    height: 1200px;
}

.slider_new .carousel-inner>.item {

    height: 100%;
}

.slider_new .carousel-inner>.item img {

    height: 100%;
}

.slider_new .carousel-inner {

    height: 100%;
}

.map-vector {
    height: 32px !important;
    border-radius: 0px !important;
    width: auto;
}

.slider_new .item:after {
    content: "";
    position: absolute;
    ;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    /**box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.47);**/
    background: linear-gradient(90deg, rgba(0, 48, 135, 0.7), rgba(0, 156, 222, 0.7));
}

.slider_new .carousel-caption {
    top: 300px !important;
    bottom: auto !important;
    text-align: center !important;
}

.slider_new .carousel-caption h3 {
    font-size: 37px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}

.slider_new .carousel-caption p {
    font-size: 20px;
}

.slider_new .carousel-caption ul {}

.slider_new .carousel-caption li {
    list-style-type: none;
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
}

.slider_new .carousel-caption li span {
    font-size: 25px;
}

.login_btn1 {
    border: 1px solid #25729a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 0px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85);
}

.login_btn1:hover {
    color: #fff !important;
    border: 1px solid #1c5675;
    background-color: #26759e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
    background-image: -moz-linear-gradient(top, #26759e, #133d5b);
    background-image: -ms-linear-gradient(top, #26759e, #133d5b);
    background-image: -o-linear-gradient(top, #26759e, #133d5b);
    background-image: linear-gradient(to bottom, #26759e, #133d5b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#26759e, endColorstr=#133d5b);
}

.register_btn1 {
    background: rgba(51, 122, 183, 0);
    color: #fff !important;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 3px;
    font-weight: 900;
}

.index_trans_btn_popup {
    color: #fff !important;
    padding: 1px 5px;
    margin-bottom: 20px;
    border-radius: 2px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.index_trans_btn_popup:hover {
    background-color: #286090;
    border-color: #204d74;
}

.transporter_btn_popup {
    border: 1px solid #616261;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px 10px 7px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
    background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.transporter_btn_popup:hover {
    border: 1px solid #4a4b4a;
    background-color: #646464;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
    background-image: -webkit-linear-gradient(top, #646464, #282828);
    background-image: -moz-linear-gradient(top, #646464, #282828);
    background-image: -ms-linear-gradient(top, #646464, #282828);
    background-image: -o-linear-gradient(top, #646464, #282828);
    background-image: linear-gradient(to bottom, #646464, #282828);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#646464, endColorstr=#282828);
}

.passenger_btn_popup {
    font-size: 16px;
}

.register_btn1:hover {
    background: #286090;
}

#RegistrationModal a {
    color: #fff;
    font-family: Norwester !important;
}

#RegistrationModal a font {
    color: #fff !important;
    font-family: Norwester !important;
}


/*Custom scroll-bar na frontpage-u
::-webkit-scrollbar {
    width: 7px;   remove scrollbar space
}
::-moz-scrollbar{
	width: 7px;   remove scrollbar space

}
::-ms-scrollbar{
	width: 7px;   remove scrollbar space
}
::-o-scrollbar{
	width: 7px;
}
 optional: show position indicator in red
::-webkit-scrollbar-thumb {
    background: #03a6e9;
	border-radius: 3px;
	height: 30px;
}
::-moz-scrollbar-thumb {
    background: #03a6e9;
	border-radius: 3px;
	height: 30px;
}
::-ms-scrollbar-thumb {
    background: #03a6e9;
	border-radius: 3px;
	height: 30px;
}
::-o-scrollbar-thumb {
    background: #03a6e9;
	border-radius: 3px;
	height: 30px;
}
*/

/* Logini in registracija v prvem divu */


#login {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px;
}

#login #omrezja {
    margin-left: 0;
    padding-left: 27px;
}

#login #omrezja a {
    padding-right: 12px;
}

#login #loginlinks {
    text-align: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#loginlinks {
    color: white;
    font-size: 14px;
    padding-left: 13%;
    margin-top: -20px;
}

#loginlinks a {
    color: white;
}

#loginlinks a:hover {
    color: #28ade8;
}

/* Language select Popover CSS */
.popover {
    background-color: #2b2b2b;
}

label.error {
    color: rgba(255, 0, 0, 0.91);
    font-weight: 400;
    /*position: absolute;
	bottom: -22px;
	width: 100%;
	left: -30px;*/
}

.popover-title {
    color: white;
    font-family: Nunito, sans-serif;
    text-align: center;
    border-bottom: 1px solid #03a6e9;
    background-color: #2b2b2b;
}

.popover-content {
    text-align: center;
    font-family: Nunito, sans-serif;
}

/*Slike, ki služijo kot povezave na družbena omrežja */
#omrezja img {
    height: 20px;
    margin-right: 12px;
}

#omrezja img:hover {
    background-color: #28ade8 !important;
}

@media (max-width: 2160px) {
    #loginlinks {
        margin-left: 930px;
    }

    #omrezja {
        margin-left: 590px;
    }


}

@media (max-width: 1920px) {
    #loginlinks {
        margin-left: 840px;
    }

    #omrezja {
        margin-left: 460px;
    }

}

@media (max-width: 1680px) {
    #loginlinks {
        margin-left: 620px;
    }

    #omrezja {
        margin-left: 205px;
    }

}

@media (max-width:1280px) {
    #loginlinks {
        margin-left: 530px;
        font-size: 13px;
    }

    #omrezja {
        margin-left: 180px;
    }

}

@media (max-width:1100px) {
    #loginlinks {
        margin-left: 480px;
    }

    #omrezja {
        margin-left: 140px;
    }

}

@media (max-width:1024px) {
    #loginlinks {
        margin-left: 460px;
        font-size: 12px;
    }

    #omrezja {
        margin-left: 100px;
    }

}

@media (max-width:950px) {
    #loginlinks {
        margin-left: 350px;
    }

    #omrezja {
        margin-left: 80px;
    }

    .menu-right-top {
        float: left !important;
    }
}

@media (max-width: 850px) {
    #loginlinks {
        margin-left: 270px;
    }

    #omrezja {
        margin-left: 50px;
    }
}

@media (max-width:767px) {
    span.hoverspan {
        display: none;
    }


    .hoverimg:hover span.hoverspan {
        display: inline-block;
        color: #fff !important;
        font-size: 16px;
    }

    #meni img {
        margin-left: 0px !important;
        height: 40px !important;
        margin-top: -10px !important;
    }

    .flag_section {
        top: -42px !important;
        right: 10px !important;
    }

    .location-ico {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 50%;
        white-space: nowrap;
    }



    .mb_none {
        display: none;
    }

    .register_btn1 {

        display: inline-block;
    }

    .fixed_booking_block {
        display: none;
    }

    #omrezja {
        display: none;
    }

    #login {
        height: 62px !important;
    }

    .slider_new .carousel-caption h3 {
        font-size: 25px;
    }

    .slider_new .carousel-caption p {
        font-size: 15px;
    }

    .slider_new .carousel-caption ul {
        padding-left: 0;
    }

    video {
        display: none;
    }

    .top-nav-collapse {
        padding: 0;
    }

    #loginlinks {
        font-size: 12px;
        margin-left: 230px;
    }

    #omrezja {
        margin-left: 0px;
    }

    .menu-right-top {
        float: left !important;
    }


    .mrgn12 {
        position: relative;
        left: -10px;
    }

    .mrgn00 img {
        top: -4px !important;
        left: 0;
        margin-left: 0 !important;
    }

    .affliate-ic {

        text-align: center !important;
        position: relative;
        left: 0;
        margin-bottom: 15px;

    }

    .m-custom {
        padding-top: 6px !important;
    }


}

@media (max-width: 550px) {
    #loginlinks {
        margin-left: 100px;
    }

    #omrezja {}

    .menu-right-top {
        float: left !important;
    }
}

#loginmodalbody {
    text-align: center;
}

#loginmodalrow {
    padding: 10px;
}

#loginmodalrow a {
    color: #337ab7;
    text-decoration: none;
    font-family: Nunito, sans-serif !important;
}

#sociallogin {
    margin-top: 20px;
}

.alert {
    text-align: justify;
}




/*responsive meni*/
#meni {
    margin-top: 0px;
    background-color: white;
    height: 90px;
    font-size: 15px;
    padding-top: 20px;
    opacity: 1;
    z-index: 1;
}

#meni img {
    height: 65px;
    width: auto;
    margin-top: -20px;
    margin-left: 5%;
}

#meni .page-scroll {
    color: #2c3f50;
    background: white;
    opacity: 1;
    text-align: center;
}

@media (max-width: 1200px) {
    #meni .page-scroll {
        font-size: 13px;
        padding-left: 8px;
    }
}

@media (max-width: 400px) {
    #meni img {
        margin-left: 0px;
        height: 50px;
        margin-top: -15px;
    }

    .menu-right-top {
        float: left;
    }
}

@media (max-width: 350px) {
    #meni img {
        margin-left: 0px;
        height: 40px;
        margin-top: -10px;
    }

    .menu-right-top {
        float: left;
    }
}

@media (max-width: 300px) {
    #meni img {
        margin-left: 0px;
        height: 35px;
        margin-top: -5px;
    }

    .menu-right-top {
        float: left;
    }
}

/* Div za iskanje prevozov */
.header-section {
    margin-top: -60px;
    height: auto;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.button_search {
    margin: auto !important;
    width: 100%;
    color: #fff;
    border: 1px solid #00d775;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d775), to(#00bd68));
    background-image: -webkit-linear-gradient(top, #00d775, #00bd68);
    background-image: -o-linear-gradient(top, #00d775 0, #00bd68 100%);
    background-image: linear-gradient(-180deg, #00d775, #00bd68);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bpk-button-primary-gradient-start-color, #00d775)), to(var(--bpk-button-primary-gradient-end-color, #00bd68)));
    background-image: -webkit-linear-gradient(top, var(--bpk-button-primary-gradient-start-color, #00d775), var(--bpk-button-primary-gradient-end-color, #00bd68));
    background-image: -o-linear-gradient(top, var(--bpk-button-primary-gradient-start-color, #00d775) 0, var(--bpk-button-primary-gradient-end-color, #00bd68) 100%);
    background-image: linear-gradient(-180deg, var(--bpk-button-primary-gradient-start-color, #00d775), var(--bpk-button-primary-gradient-end-color, #00bd68));
}

.button_search:hover {
    border: 1px solid #00d775 !important;
    background-color: #00ff8c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00ff8c), to(#00bd68)) !important;
    background-image: -webkit-linear-gradient(top, #00ff8c, #00bd68) !important;
    background-image: -moz-linear-gradient(top, #00ff8c, #00bd68) !important;
    background-image: -ms-linear-gradient(top, #00ff8c, #00bd68) !important;
    background-image: -o-linear-gradient(top, #00ff8c, #00bd68) !important;
    background-image: linear-gradient(to bottom, #00ff8c, #00bd68);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00ff8c, endColorstr=#00bd68) !important;
}

#search {
    -webkit-box-shadow: 0px 4px 26px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 26px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 26px 1px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    margin-left: 0%;
    margin-top: 20%;
    margin-bottom: 5%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#292929', GradientType=0);
}

#search .nav-tabs>li.active>a,
#search .nav-tabs>li.active>a:hover,
#search .nav-tabs>li.active>a:focus {
    color: #fff;
    background: #4477B4;
    border-color: #4477B4;
}

.nav>li>a {
    color: #555;
}

.nav>li>.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    border: 0px;
}

.nav>li>a:hover {
    color: #fff;
    background: #4477B4 !important;
    border-color: #4477B4 !important;
}

.nav-tabs {
    border-bottom: 1px solid #4477B4;
}

#search h2 {
    text-align: center;
    padding-top: 2%;
    font-style: bold;
    color: white;
    font-family: Norwester;
}

#inputs {
    padding-top: 1%;
    padding-left: 5%;
    padding-bottom: 1%;
    padding-right: 5%;
    text-align: left;
}

#inputs span {
    margin-top: 3%;
    margin-bottom: 7%;
}

.search-label {
    color: #fff;
}

@media (min-width: 320px) and (max-width: 1528px) {
    .return_none {
        display: none;

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_new {
        float: left;
        width: 100%;
        height: 750px;
    }

    .slider_new .carousel-inner>.item {
        height: 750px;
    }

    .slider_new .carousel-inner>.item>img {
        height: 100%;
    }

    .slider_new .carousel-caption {
        top: 15% !important;
        left: 80px;
        right: 80px;
    }

    .slider_new .carousel-caption li {
        list-style-type: none;
        font-size: 14px;
        text-align: left;
        margin-bottom: 0px;
    }

    .contact-section {
        clear: both;
    }

    .slider_new {
        clear: both;
    }


}


@media (max-width: 767px) {
    .header-section {
        font-size: 14px;
    }

    form#subscription {
        width: 270px;
    }

    #inputs {
        padding-left: 2%;
        padding-right: 2%;
    }

    #search {
        margin-top: 220px;
        margin-bottom: 10%;
    }

    .navbar-collapse.in {
        overflow-y: auto;
        width: 100% !important;
        text-align: left;
        overflow: hidden;
        float: left !important;
    }

    ul.nav.navbar-nav li a {
        text-align: left !important;
        padding: 10px 25px !important;
        border-bottom: 1px solid #ececec;
        float: left !important;
        width: 100% !important;
    }

    ul.nav.navbar-nav li a:hover {
        background-color: #337ab7 !important;
        color: #fff !important;
    }

    .navbar-nav {
        margin: 7.5px -15px;
        float: left !important;
        width: 100% !important;
        margin: -2px 0px 0px;
    }

    #login #loginlinks {
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: left;
        width: 100%;
        padding: 0px 10px;
        margin-top: 7px;
    }

    #login #omrezja {
        margin-left: 0;
        float: left;
        width: 100%;
    }

    #login {
        height: 82px;
    }

    #meni {
        margin-top: 0px;
        background-color: white;
        height: auto !important;
        font-size: 15px;
        padding-top: 0px !important;
        opacity: 1;
        z-index: 1;
    }
}

@media (max-width: 400px) {
    .header-section {
        font-size: 13px;
    }

    #inputs {
        padding-left: 1%;
        padding-right: 1%;
    }
}

/*Search-Results.html - CSS */
.results-section {
    height: auto;
    background-color: transparent;
    border-radius: 4px 4px 0px 0px;
    margin-top: 0px;
}

label {
    font-size: 13px;
    font-weight: normal;
}

#resultsbox {
    background-color: rgba(3, 166, 233, 0.7);
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 4px;
}

#resultsbox h3 {
    text-align: center;
}

.panel-heading a {
    color: white;
}

.panel-heading p {
    text-align: center;
    font-size: 13px;
    margin: 0px;
}

#rideresult {
    padding-top: 1px;
    padding-bottom: 1px;
    background: white;
    border-radius: 4px;
    margin: 0px;
    height: auto;
    font-size: 13px;
}

/*FLEXBOX ZA ENAKO VELIKOST VSEH DIVOV v RIDERESULTu*/
#rideresult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col-md>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

#ridedirections {
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    height: auto;
    margin: auto;
    border-radius: 4px 4px 0px 0px;
}

#providerinfo {
    background: transparent;
    color: #2b2b2b;
    margin: auto;
}

#providerinfo td {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

#providerinfo img {
    height: 100px;
    border-radius: 6px;
}

#basicrideinfo td {
    text-align: left;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#comfortinfo {
    background: rgba(3, 166, 233, 1);
    border-radius: 4px;
    padding-left: 10px;
    color: white;
    margin-bottom: 10px;
}

#comfortinfo table {
    margin: 0 auto 7px auto;

}

#comfortinfo td {
    padding-left: 3px;
    text-align: left;



}

#comfortinfo span {
    color: #2ce42c;
}

#rideinfo {
    background: transparent;
    color: #2b2b2b;
    text-align: center;
    padding: 15px;
    margin: auto;
}

#rideinfo td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

@media (max-width: 767px) {

    /* Izklopi flex-box za prirejanje višine divov */
    #rideresult {
        display: block;
    }

    #comfortinfo {
        text-align: center;
    }

    #comfortinfo table {
        text-align: center;
    }

}

/* Modals v Search-Results */
#fromto {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#messageabout {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

#message {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

#message b {
    margin-bottom: 8px;
}

/* Zadnji prevozi / LATEST RIDES */
.prevozi-section {
    height: auto;
    padding-top: 30px;
    text-align: center;
    background: white;
    color: #2c3f50;
}

.red-btnf {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.prevozi-section #zadnji_prevozi {
    overflow: auto;
    margin: auto;
    max-height: 600px;
    width: 100%;
    font-size: 17px;
    border-collapse: collapse;
    margin-bottom: 3%;
}

#zadnji_prevozi .pagination {
    font-size: 14px;
}

#zadnji_prevozi table {
    width: 100%;
    margin-top: 3%;
}

#zadnji_prevozi td {
    padding: 5px;
}

#zadnji_prevozi tr {
    border: solid;
    border-width: 1px 0;
    border-color: grey;
}

#zadnji_prevozi tr:first-child {
    border-top: none;
}

#zadnji_prevozi tr:last-child {
    border-bottom: none;
}

table th {
    text-align: center;
    padding: 5px;
}

.border_bottom {
    border-bottom: solid grey;
    border-width: 1px 0;
    margin-top: 2px;
}

@media (max-width:767px) {
    .prevozi-section #zadnji_prevozi {
        font-size: 13px;
    }

    h2 {
        font-size: 20px;
    }

    .prevozi-section {
        padding-top: 2%;
    }
}

/* oblikovanje modalnih oken ob kliku na Details v Latest Rides */
#modallogo {
    height: 35px;
    width: auto;
}

.modal-logo {
    height: 35px;
    width: auto;
}

#modaltitle {
    text-align: center;
    font-weight: bold;
}

#modalbody {
    text-align: left;
    font-size: 18px;
    padding-right: 0px;
    padding-left: 0;
}

.send_msg {

    text-align: left;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 1px;

}

hr {
    border: 0;
    height: 1px;
    background: white;
    background-image: linear-gradient(to right, #FFFFFF, #2b2b2b, #FFFFFF);
    opacity: 0.5;
    margin-top: 0px;
    margin-bottom: 0px;
}

.center-btn-sec {
    text-align: center;
    margin-bottom: 8px;
}

#modalbold {
    font-weight: bold;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 5px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 5px;
    /* color: white; */
    padding: 0;
}

#modalblue {
    font-weight: bold;
    background-color: rgba(3, 166, 233, 1);
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 5px;
    color: white;
    padding: 0;
}

#modalblue a {
    color: white;
}

#modalfooter {
    text-align: center;
}

@media (max-width: 767px) {
    #modalbody {
        font-size: 14px;
    }

    .slider_new {
        float: left;
        width: 100%;
        height: 1000px;
    }

    .slider_new .carousel-inner>.item {
        height: 1000px;
    }

    .slider_new .carousel-inner>.item>img {
        height: 100%;
    }

    .slider_new .carousel-caption {
        left: 20px !important;
        right: 20px !important;
        top: 160px !important;
    }

    .slider_new .carousel-caption li {
        list-style-type: none;
        font-size: 14px;
        text-align: left;
        margin-bottom: 0px;
    }

    .slider_new .carousel-control {
        display: none;
    }



}

/* da je modal box fiksen (ne premika strani v ozadju, ko ga odpreš) */
.modal-scrollbar-measure {
    overflow: hidden;
}



/* ABOUT US dizajn */
.about-section {
    height: auto;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    color: white;
    background: url(../images/about.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

#podnaslov1 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative
}

#abouttext {
    font-size: 22px;
    margin-top: 15%;
    margin-bottom: 5%;
}

@media (max-width: 767px) {
    #abouttext {
        font-size: 18px;
        margin-right: 3%;
        margin-left: 3%;
    }

    #podnaslov1 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    #abouttext {
        font-size: 14px;
    }

    #podnaslov1 {
        font-size: 15px;
    }
}

/*BLOG dizajn*/
.blog-section {
    width: 100%;
    height: auto;
    padding-top: 30px;
    text-align: center;
    color: #2c3f50;
    background: white;
}

#stranke {
    margin-bottom: 5%;
}

.blog-section hr {
    border-top: 5px solid #28ade8;
    border-radius: 5px;
}

.blog-section p {
    font-size: 14px;
    margin-top: 0px;
    text-align: justify;
}

#stranke h3 {
    color: #28ade8;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}

#stranke .review-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 100px;
    margin-top: 30px;
}

.panel-body .second_row .inner_second_column {
    font-size: 14px !important;
}

.panel {
    border-radius: 6px;
}

.panel-body {
    border-radius: 6px;
}

#review {
    opacity: 0.6;
    transition: all 0.3s ease;
}

#review:hover {
    opacity: 1;
    transform: translateY(-5px) scale(1.02);
}

@media (max-width: 767px) {
    .blog-section p {
        font-size: 12px;
    }

    #stranke h3 {
        font-size: 14px;
    }

    #review {
        margin-left: 3%;
        margin-right: 3%;
    }

    .mr-top-10 {
        margin-bottom: 10px;
    }
}

/*dizajn zadnjega (kontaktnega) diva*/
.contact-section {
    height: auto;
    padding-top: 30px;
    text-align: center;
    background: #000;
    bottom: 0;
    width: 100%;
}

#trikotnik {
    opacity: 0.5;
    margin-bottom: 3%;
}

#trikotnik:hover {
    opacity: 1;
}

#kontakt {
    margin-top: 30px;
    text-align: left;
    list-style-type: none;
}

#kontakt img {
    height: 25px;
    margin-left: 5%;
    margin-top: 1%;
}

#kontakt h3 {
    color: #28ade8;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-family: Norwester;
}

#kontakt p {
    color: white;
    text-align: left;
    font-size: 14px;
}

#kontakt input {
    width: 180px;
    float: left;
}

#kontakt a button {
    margin: 3px 1px;
}

@media (max-width: 767px) {
    #kontakt {
        margin-top: 5px;
    }

    #kontakt h3 {
        font-size: 15px;
    }

    #kontakt p {
        font-size: 12px;
    }

    #kontakt img {
        margin-left: 2%;
    }

    #trikotnik {
        height: 25px;
        margin-bottom: 0px;
    }
}

#terms {
    margin-top: 20px;
    color: white;
    font-size: 13px;
    font-family: Nunito, sans-serif;
}

#terms a {
    color: white;
}

#terms hr {
    border: 0;
    height: 1px;
    background: white;
    background-image: linear-gradient(to right, #FFFFFF, #2b2b2b, #FFFFFF);
    opacity: 0.5;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*Display profiles design */
.page-header {
    font-size: 20px;
    margin-top: 0px;
    color: white;
    padding-left: 40px;
    text-align: left;
}

.panel-heading {
    text-align: center;
}

.panel-body img {
    height: 150px;
    border-radius: 25px;
}

.panel-body {
    text-align: center;
}

#agentusername p {
    margin-top: 10px;
    font-weight: bold;
}

#reviewtext {
    font-size: 17px;
    color: #28ade8;
    margin-top: -20px;
    margin-bottom: 20px;
}

#reviewtext button {
    margin-top: 20px;
    margin-bottom: 20px;

}

#reviewtext button:hover {
    color: #fff;
    border: 1px solid #1c5675;
    background-color: #26759e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
    background-image: -moz-linear-gradient(top, #26759e, #133d5b);
    background-image: -ms-linear-gradient(top, #26759e, #133d5b);
    background-image: -o-linear-gradient(top, #26759e, #133d5b);
    background-image: linear-gradient(to bottom, #26759e, #133d5b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#26759e, endColorstr=#133d5b);
}

#modalrow {
    padding: 5px;
    margin-top: 4px;
    text-align: center;
    margin-bottom: 4px;
    font-size: 14px;
}

#modalrow input {
    margin-bottom: 10px;
}

#modaltextarea {
    height: 150px;
    resize: none;
    margin-bottom: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    .blog-section p {
        font-size: 12px;
    }

    #stranke h3 {
        font-size: 14px;
    }

    #review {
        margin-left: 3%;
        margin-right: 3%;
    }
}

/*copyright izpis*/
#copyright {
    color: #C0C0C0;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.rating-static {
    width: 60px;
    height: 22px;
    display: block;
    background: url('../blogfiles/rating/star-rating.png') 0 0 no-repeat;
}

.rating-50 {
    background-position: 0 0;
}

.rating-40 {
    background-position: -12px 0;
}

.rating-30 {
    background-position: -24px 0;
}

.rating-20 {
    background-position: -36px 0;
}

.rating-10 {
    background-position: -48px 0;
}

.rating-0 {
    background-position: -60px 0;
}

.rating-5 {
    background-position: -48px -16px;
}

.rating-15 {
    background-position: -36px -16px;
}

.rating-25 {
    background-position: -24px -16px;
}

.rating-35 {
    background-position: -12px -16px;
}

.rating-45 {
    background-position: 0 -16px;
}

/*************************************************************/
#navheader {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.modal-open {
    padding-right: 0 !important;
}

#returnrides {
    border-radius: 10px;
    background-color: #0094d5;
    padding: 4px;
}

#returnrides_single {
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
    width: 100%;
    background-color: white;
}

#returnrides_oneride {
    margin: 0px;
    padding: 4px;
    background-color: #0094d6;
    border-radius: 4px;
    border-right-color: rgba(3, 166, 233, 0.7);
    border-right-style: dotted;
    height: auto;
    width: 100%;
    color: #fff;
}

#returnrides_provider {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: center;
}

#returnrides_data {
    margin: 4px;
    padding: 4px;
    text-align: center;
    width: 100%;
}

#returnrides_provider td {
    width: 10%;
}

#returnrides_data td {
    width: 90%;
}

#returnrides_data td {
    width: 0%;
}

#returnrides_oneride_price {
    text-align: center;
    vertical-align: top;
    height: auto;
    background-color: lightcyan;
}

#returnrides_duration {
    text-align: center;
    width: 100%;
}

#returnrides_oneride_th {
    margin: 4px;
    padding: 4px;
    text-align: left;
}

#returnrides_oneride_total {
    margin: 4px;
    padding: 4px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.border_right0 {
    border-right: 0px;
}

.bg_white {
    background: #fff;
    float: left;
    width: 100%;
    padding-bottom: 1px;
    padding-top: 2px;
    border-radius: 0px 0px 4px 4px;
}

.bg_white_top {
    background: #fff !important;
    margin-bottom: 2px !important;
}

.bg_white_top table {
    margin-bottom: 0px;
}

.center_search_box .col-sm-4 {
    width: 32%;
    float: none;
    display: inline-block;
}

/*Payment Summary CSS */
#payment {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 30px;
    font-family: Norwester;
}

#payment h2 {
    font-size: 35px;
    color: #fff;
    background: rgba(3, 166, 233, 0.7);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}

#summary hr {
    border: 0;
    height: 2px;
    background: white;
    background-image: linear-gradient(to right, grey, #FFFFFF, grey);
    opacity: 0.8;
    margin-top: 40px;
}

#fullsummary {
    background-color: white;
    margin: 10px;
    border-radius: 8px;
    text-align: left;
    font-size: 15px;
}

#fullsummary .row {
    padding-top: 5px;
    text-align: center;
}

#fullsummary a {
    text-decoration: none;
}

#fullsummary #price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#fullsummary hr {
    border: 0;
    height: 2px;
    background: white;
    background-image: linear-gradient(to right, white, black, white);
    opacity: 0.3;
    margin-top: 0px;
}

#totalprice {
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
}

#checkbox {
    margin-top: 10px;
    margin-bottom: 20px;
    color: white;
    font-size: 14px;
    font-family: Nunito;
}

.panel-body h3 {
    color: black;
    font-family: Norwester;
}

.summary-section {
    height: auto;
    background-color: transparent;
    border-radius: 4px 4px 0px 0px;
    margin-top: 0px;
}

.tncagree {
    margin-top: 20px;
    margin-bottom: -14px;
    color: white;
}

.new-search-form .btn-primary {
    transition: all 0.1s ease-in;
}

.new-search-form .btn-primary:focus {
    transition: all 0.1s ease-in;
    animation-name: bounce;
    animation-duration: 0.5s;
}

@keyframes bounce {
    0% {
        padding-left: 20px;
    }

    25% {
        padding-left: 30px;
    }

    50% {
        padding-left: 20px;
    }
}

tr#returnrides_price {
    border-bottom: 1px solid #353535;
}

tr#returnrides_price td:last-child {
    text-align: left;
}

#returnrides_data {
    width: 95%;
}

#returnrides_oneride td:nth-child(2) {
    text-align: left;
}


.social {
    position: relative;
    z-index: 99;
    width: 25%;
}

body.modal-open {
    overflow: visible;
}

.paypal_image {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    margin: 30px 0px 20px;
}


.agent_pr_image {
    width: 231px;
    margin: auto;
    float: none;
}

.agent_pr_image img {
    height: 150px;
    border-radius: 25px;
}



.pr_wd {
    width: 180px;
    height: 180px;
    margin: auto;
}

.pr_wd img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 6 !important;
}

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

@media (min-width: 768px) {



    .navbar-header {
        float: left;
        width: auto;
    }

    .menu-right-top {
        float: left;
    }


}

@media (min-width: 1140px) and (max-width: 1450px) {

    video {
        width: auto;
        height: auto;
    }


}

@media (min-width: 1310px) and (max-width: 1410px) {

    video {

        width: auto !important;
        height: auto !important;

    }


}

@media (min-width: 1024px) and (max-width: 1410px) {

    video {

        width: auto;
        height: auto;

    }


}

@media (min-width: 992px) and (max-width: 1024px) {

    video {

        width: auto;
        height: auto;

    }

    #subscription {
        width: 450px !important;
    }

    #kontakt input {
        width: 360px !important;

    }

    .slider_new .carousel-caption {
        top: 140px !important;
    }

    .slider_new .carousel-caption p {
        font-size: 15px;
    }

    .slider_new .carousel-caption h3 {
        font-size: 27px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .carousel-inner {
        height: 1000px;
    }

    .carousel-inner>.item {

        height: 100%;
    }

    .carousel-inner>.item img {

        height: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_new .carousel-caption {
        top: 140px !important;
    }

    .slider_new .carousel-caption p {
        font-size: 15px;
    }

    .slider_new .carousel-caption h3 {
        font-size: 27px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .carousel-inner {
        height: 1000px;
    }

    .carousel-inner>.item {

        height: 100%;
    }

    .carousel-inner>.item img {

        height: 100%;
    }

    #subscription {
        width: 450px !important;
    }

    #kontakt input {
        width: 360px !important;

    }

    video {

        width: auto;
        height: auto;

    }

    #search {
        margin-top: 30%;
    }

    .menu-right-top {
        float: left;
    }


}



@media (min-width:1200px) {
    video.banner-video {
        width: 100%;
        top: 0;
        margin: 0;
        transform: none;
        left: 0;
    }
}

.menu-right-top {
    padding: 2px;
    float: right !important;
}

/*Language dropdown*/


.language {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 60px;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    list-style: none;
    top: 100%;
    left: 0;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.headernav {
    font-family: norwester;
    font-size: 18px;
}

.
/*dropdown-content a {
    color: black;
    padding: 3px 4px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.language:hover .dropdown-content {
    display: block;
}

.language:hover .dropbtn {
    background-color: #3e8e41;
}*/




/* Custom css*/
.footer_col_1 .footer_widget_content,
.footer_col_2 .footer_widget_content,
.footer_col_3 .footer_widget_content,
.footer_col_4 .footer_widget_content {
    margin: 20px 0 0 0;
}

.menu-right-top ul.nav li a:hover {
    background-color: #2c3f50 !important;
    color: #fff !important;
    border-radius: 5px;
}

#termsandconditions .contact_info_content {
    margin-top: 40px;
}

.footer_paypal {
    padding-left: 13px;
}

/* about page */
.about_page_content {
    height: auto !important;
}

.about_page_content .carousel-caption {
    top: 180px !important;
}

/*-- search results--*/
.search_drop_comfort {
    display: none;
}

@media (max-width:767px) {
    .search_drop_comfort {
        display: block;
    }

    .search_drop_comfort_btn {
        color: #fff !important;
        padding: 10px;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none !important;
    }

    .search_drop_comfort_content {
        display: none;
    }
}

/*-- Google Captcha---*/
.Captcha_box {
    width: 304px !important;
    margin: 0 auto 10px auto !important;
}

@media (max-width:1200px) {
    .Captcha_box {
        width: 304px !important;
        margin: 0 auto 10px auto !important;
    }
}

/*---navigation menu--*/
@media (max-width:767px) {
    .menu-right-top {
        float: left !important;
    }

    .footer_paypal {
        padding-left: 0;
    }
}

/* Custom css*/



form#send_messages .row div a {
    margin-left: -34px;
}

/* stripe payment */

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.feature-card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    min-height: 220px;
    background-color: #e0e0e0;
}

.feature-card .feature-image img {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
    height: auto;
}

.feature-card:hover .feature-image img {
    transform: scale(1.2);
}

.feature-card:hover .feature-details {
    bottom: 0;
}

.feature-card:hover .feature-details p {
    opacity: 1;
}

.feature-card .feature-details {
    position: absolute;
    bottom: -60px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    transition: all 0.5s;
    width: 100%;
}

.feature-card .feature-details h3 {
    color: #fff;
    font-family: norwester;
    font-size: 18px;
    margin: 0 0 15px;
}

.feature-card .feature-details p {
    color: #fff;
    margin: 0;
    opacity: 0;
    transition: all 0.5s;
}

@media screen and (max-width: 1199px) {
    .feature-card {
        min-height: 150px;
    }

    .feature-card .feature-details {
        bottom: -76px;
        min-height: 134px;
    }
}

@media screen and (max-width: 991px) {
    .feature-card {
        min-height: 150px;
    }

    .feature-card .feature-details {
        bottom: 0px;
        min-height: auto;
    }

    .feature-card .feature-details p {
        opacity: 1;
    }

    .color_wrapp_head {
        margin-top: 30px;
    }
}

.custom-select-option {
    border: 1px solid #25729a;
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85);
}

.custom-select-option.currency-dropdown {
    border: 0 solid #25729a;
}

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

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.bg-primary {
    background: #337ab7;
}

.bg-secondary {
    background: #badbed;
}

.min-width-140 {
    min-width: 140px;
}

.text-white {
    color: #fff !important;
}

.dropdown-toggle[href="#addCouponField"] .caret {
    vertical-align: top;
    border-top: 6px dashed;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: 6px;
}
