html, body {
    /*overflow-y: hidden;*/
}

body {
    font-size: 15px;
    overflow-x: hidden;
}

.white {
    background-color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clickable {
    cursor: pointer;
}
body {
    background-color: #eeeeee;
}

.logo img {
    max-height: 40px !important;
}

.navbar-header {
    padding-left: 15px;
}

.pt-bkg08 {
    padding-top: 210px;
    padding-bottom: 45px;
}

.pdr26 {
    padding-right: 26px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.services-gallery li,
.vehicle-gallery li {
    width: 25%;
}

#news .vehicle-gallery li h3 {
    font-size: 16px;
    line-height: 1.2em;
}

#news .gallery-item-container figcaption h1, #news .gallery-item-container figcaption h2, #news .gallery-item-container figcaption h3, #news .gallery-item-container figcaption h4, #news .gallery-item-container figcaption h5 {
    padding-bottom: 5px;
}

.master-slider .pi-caption01,
.master-slider .pi-text {
    width: 100%;
    text-align: center;
    text-shadow: 2px 1px 1px #000;
}

.master-slider .pi-text a.btn {
    color: #fff;
    transition: ease all .3s;
    border: 2px solid #fac312 !important;
}

.master-slider .pi-text a.btn:hover {
    background-color: transparent !important;
}

.gallery-item-container .gallery-item img,
.post-media .post-img img,
.service-feature-box .service-media img {
    transition-duration: 1s;
}

.hover-zoom .fa.fa-search {
    font-size: 25px;
    width: 48px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    color: #fff;
}

form .has-error label {
    color: #ce292d;
}

form .has-error input,
form .has-error textarea {
    border-color: #ce292d;
}

.error-message {
    display: none;
}

.error-message h4 {
    margin-bottom: 5px;
    color: #ce292d;
}

#quick-links a,
.page-title-style01 {
    text-shadow: 2px 1px 1px #000;
}

#quick-links a:hover {
    color: #fff;
}

.breadcrumb li:nth-child(2)::before {
    content: "";
}

.service-feature-box {
    background-color: #fff;
}

.custom-heading02::after {
    bottom: -10px;
}

.post-list .blog-post .post-body, .post-single .blog-post .post-body {
    padding-left: 0;
}

.pt-bkg08.overlay-header::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: " ";
    height: 333px;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumb li {
    height: auto;
}

.breadcrumb li:nth-child(2)::before {
    content: " ";
    padding: 0 4px;
}

.gmnoprint {
    display: none !important;
}

.copyright-container a, .copyright-container p, .copyright-container span {
    font-size: 13px;
}

.footer-dark .footer-social-icons li a {
    font-size: 20px;
}

.aside-widgets li.active a {
    color: #2a6496;
}

.aside-left {
    /*position: relative;*/
    margin-left: -15px;
    padding-left: 30px;
    margin-right: 15px;
}

.aside-left > ul,
.aside-right > ul {
    position: relative;
    z-index: 2;
}

.aside-right > ul {
    overflow: hidden;
}

.aside-left > .background {
    background-color: #fff !important;
    height: auto;
    left: -2000px;
    position: absolute;
    right: 0;
    top: -69px;
    width: auto;
    z-index: 1;
}

.aside-right > .background {
    background-color: #fff !important;
    height: auto;
    right: -2000px;
    position: absolute;
    left: -10px;
    top: -69px;
    width: auto;
    z-index: 1;
}


#contact .background {
    background-color: #fff !important;
    height: auto;
    right: -2000px;
    position: absolute;
    overflow: hidden;
    left: -10px;
    top: -89px;
    width: auto;
    z-index: 1;
}

#hours .background {
    height: auto;
    right: 0px;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: -100px;
    bottom: -100px;
    width: auto;
    z-index: 1;
}

#hours .background.left {
    left: -2000px;
    /*background-image: url(/data/images/en.png);*/
    background-position: bottom right;
    background-repeat: no-repeat;
}

#hours .background.right {
    right: -2000px;
    /*background-image: url(/data/images/si.png);*/
    background-position: bottom left;
    background-repeat: no-repeat;
}

#hours .data {
    position: relative;
    z-index: 2;
}

#contact .custom-heading,
#contact #contact_form {
    z-index: 2;
    position: relative;
}

@media (max-width: 991px) {
    .ngn-background,
    #contact .background {
        display: none !important;
    }

    #quick-links a {
        text-shadow: none;
    }

    .header-wrapper {
        position: absolute;
    }
    #index .header-wrapper,
    #contact .header-wrapper {
        position: relative;
    }

    .header-wrapper.header-transparent {
        top: 0 !important;
    }
}
@media (max-width: 767px) {
    #hours .background {
        display: none !important;
    }
    .page-title-map.page-title-negative-top #map {
        height:450px;
    }
}

@media (max-width: 508px) {
    .breadcrumb-container {
        margin-top: 20px;
        min-height: 58px;
    }
    .breadcrumb li:first-child {
        display: none;
    }
    .page-title-style01 h1 {
        display: none;
    }
    .pt-bkg08 {
        padding-bottom: 30px;
        padding-top: 225px;
    }
    #quick-links li:not(:first-child) {
        display: none;
    }

    .header-style01 #top-bar-wrapper {
        padding: 10px 0 0;
    }
    .dl-menuwrapper {
        max-width: 100%;
    }
    .page-title-map.page-title-negative-top #map {
        height: 300px;
    }
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    min-width: 250px;
}

.text strong {
    color: #333;
}

.text ul {
    list-style: outside none none;
    margin-left: 25px;
    padding-left: 0;
    padding-bottom: 10px;
}
.text ul>li::before {
    background: rgba(0, 0, 0, 0) url("/data/images/arrow.png") no-repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 10px;
    margin-left: -20px;
    margin-right: 10px;
    width: 7px;
}

.footer-social-icons > li {
    float: right;
}

.newsfiles {
    margin-top: 30px;
    list-style: none;
    margin-left: 0;
}

.newsfiles > li {
    padding-left: 0;
}

.newsfiles > li i {
    padding-right: 15px;
    font-size: 44px;
    float: left;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.compass a {
    padding: 5px;
    color: #fff;
    width: 37px;
    display: inline-block;
    text-align: center;
    background-color: #0c83e7;
}

.compass a:hover,
.compass a.selected {
    background-color: #fac312;
}

.compass a.selected {
    cursor: none;
    pointer-events: none;
}

#timeline {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#dates {
    background: rgba(0, 0, 0, 0) url("/data/images/dot.gif") repeat-x scroll left 45px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 740px;
}
#dates li {
    background: rgba(0, 0, 0, 0) url("/data/images/biggerdot.png") no-repeat scroll center bottom;
    float: left;
    font-size: 24px;
    height: 50px;
    list-style: outside none none;
    text-align: center;
    width: 100px;
}
#dates a {
    line-height: 38px;
    font-size: 15px;
    vertical-align: middle;
    padding-bottom: 10px;
    text-decoration: none;
}
#dates .selected {
    font-size: 25px;
}
#issues {
    height: 625px;
    overflow: hidden;
}
#issues li {
    float: left;
    height: 625px;
    list-style: outside none none;
}
#issues li img {
    float: left;
}
#issues li h1 {
    color: #ffcc00;
    font-size: 48px;
    margin: 20px 0;
    text-shadow: 1px 1px 2px #000;
}
#issues li p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin-right: 70px;
    text-shadow: 1px 1px 2px #000;
}

.service-icon-left .icon-container {
    background-color: transparent;
    border: none;
}

.service-icon-left .icon-container img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 0;
}

img.float-left {
    margin: 5px 5px 5px 0;
}

img.float-right {
    margin: 5px 0 5px 5px;
}

#services-home .row:not(:first-child):not(:last-child) {
    margin-bottom: 30px;
}

.centered {
}

.centered > div {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.widget ul > li.empty {
    background-image: none;
}

.widget ul > li li {
    padding-left: 20px;
}

.widget_nav_menu ul li a {
    /*border-bottom-color: #fac312;*/
    position: relative;
}

.widget_nav_menu ul li.active a::before {
    border-left: 3px solid #fac312;
    bottom: 0;
    content: " ";
    left: -10px;
    position: absolute;
    top: 5px;
    width: 2px;
}

.btn-archive {
    border: 2px solid #fac312 !important;

    background-color: transparent !important;
}

.btn-archive span {
    color: #333;
}

.btn-archive:hover {
    background-color: #fac312 !important;
    color: #fff;
}

.btn-archive:hover span {
    color: #fff;
}

.team-extra {
    font-size: 13px;
}

.widget .address {
    font-size: 13px;
}

.navbar-nav {
    position: relative;
}

.dropdown {
    position: static !important;
}

.dropdown-menu {
    right: 0;
}

.dropdown-menu .dropdown {
    position: relative !important;
}

.dropdown-menu .dropdown > a {
    font-weight: 700;
    overflow: hidden;
    white-space: normal;
}


.dropdown-menu > li > a {
    padding: 15px 0 8px;
    text-transform: uppercase;
}

.dropdown-submenu > .dropdown-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0 0;
    top: 0;
    left: 0;
    display: block !important;
    position: relative;
    min-width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.dropdown-submenu > .dropdown-menu > li {
    left: 0;
    padding: 0;
    right: 0;
}

.dropdown-submenu > .dropdown-menu > li > a {
    padding: 5px 0;
    width: auto;
    text-transform: none;
}

.dropdown-menu > li:last-child a {
    border-bottom: 1px dotted #ddd;
}

.dropdown .dropdown-menu .dropdown-submenu > a::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
    border-bottom: none;
}

table td {
    border: 1px #ccc solid ;
    vertical-align: middle;
    padding: 10px;
}

table td p:not(:last-child) {
    padding-bottom: 10px;
}

#grid .pagination {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#grid .pagination ul {
    float: right;
}

#grid .pagination li {
    background-color: #f5f9fc;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: left;
    height: 30px;
    list-style: outside none none;
    margin-right: 5px;
    transition: all 0.2s ease 0s;
    width: 30px;
}

#grid .pagination li a {
    display: table-cell;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

#grid .pagination li.active, #grid .pagination li:hover {
    background-color: #006db7;
}

#grid .pagination li.active a, #grid .pagination li:hover a {
    color: #fff;
}

.reset-padding {
    padding: 0 !important;
}

.reset-margin {
    margin: 0 !important;
}


#panorama .row {
    margin: 0 !important;
}

#panorama iframe {
    width: 100%;
    height: 400px;
}

#weather {
    background-color: #006db7;
}

#weather h1 {
    text-align: center;
    text-transform: uppercase;
}

#weather h1,
#weather h4,
#weather p {
    color: #ffffff;
}

#weather .row {
    margin: 60px 0;
}

#footer-wrapper {
    z-index: 2;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 50px;
}

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

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: #FFFFFF;
}

.has-error .re-captcha > div iframe {
    border: 1px solid #ce292d !important;
}

@media (max-width: 767px) {
    #panorama iframe {
        height: 200px;
    }
}

@media only screen and (max-width: 767px){
    .service-icon-left .icon-container{
        width: 100px !important;
        height: 100px !important;
    }
}


#masterslider.master-slider {
    margin-bottom: 0 !important;
}
.newsletter:not(form) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.newsletter .title h1 {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
#newsletter .row {
    margin-bottom: 0 !important;

}
.ms-slide > h2, .ms-slide > p {
    position: absolute;
    z-index: 55;
}