/* Font Styles */
@font-face {
    font-family: "Neo Sans";
    src: url("fonts/neosans.ttf");
}

@font-face {
    font-family: "Neo Sans";
    src: url("fonts/neobold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Neo Sans";
    src: url("fonts/neoitalic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Neo Sans";
    src: url("fonts/neobolditalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Neo Sans Regular";
    src: url("fonts/NeoSansPro-Regular.ttf");
}

/* Global Styles */
html, body {
    height: 100%;
    font-family: "Neo Sans";
    font-style: normal;
    font-weight: normal;
}

body {
    padding-top: 133px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    color: #3a3b3d;
    line-height: 26px;
}

h2 {
    background: url(../img/title-bg.png) left no-repeat;
    padding-left: 30px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #3a3b3d;
    font-style: normal;
    margin: 35px 0 20px 0;
}

body a, img, div, span, input, button, textarea, h1, h2, h3, h4, h5, h6 {
    /*
    -webkit-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    -ms-transition: .15s ease-out;
    transition: .15s ease-out;
    */
}

a:hover {
    color: #333;
}

/* Navbar Styles */
.navbar-nav {
    margin: 0;
}

.navbar-default {
    border: none;
    background: #fdfdfd;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a {
    color: #ea580a !important;
    background-color: transparent !important;
}

.top-menus {
    width: 100%;
    max-width: 510px;
}

.top-menus .row {
    margin-right: 0 !important;
}

.languages > .navbar-nav > li > a {
    font-weight: normal;
}

.languages > .navbar-nav > li > a:hover, .languages > .navbar-nav > .active > a {
    color: #555 !important;
    font-weight: bold;
    background-color: transparent !important;
}

.languages > .navbar-nav > li > a {
    margin: 10px 0;
    padding: 0px 8px;
    border-right: 1px solid #f3ad3d;
}

.languages > .navbar-nav > li:last-child > a {
    border-right: none;
}

.navbar-brand {
    background: url(../img/logo.jpg);
    background-size: 100%;
    width: 295px;
    height: 82px;
    margin: 25px 0 25px 10px;
}

/* Home Page Carousel */
header.carousel {
    height: 55vw;
    max-height: 600px;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-indicators li {
    background-color: #eceaea !important;
    border: none;
}

.carousel-indicators .active {
    background-color: #f7c339 !important;
    border: none;
}

.carousel-caption{
    width: 100%;
    right: 0;
    left: 0;
    padding-bottom: 0;
    bottom: 0;
}

header .orange-text {
    background-color: #ea580a;
    width: 388px;
    height: 100%;
    padding: 0 0 0 0;
    top: 0px;
    bottom: 0px;
    left: 60%;
    text-shadow: none;
}

header .orange-text p {
    font-size: 20px;
    margin-top: 50%;
}

.slider-content-bg {
    /* position: relative; */
    margin-top: -55vw;
    /* z-index: 1; */
}

.slider-content {
    width: 100%;
    height: 55vw;
    max-height: 785px;
    /* min-height: 450px; */
    background-color: #ea580a;
    text-align: center;
    color: white;
    font-size: 2.5vw;
    padding-top: 24vw;
    font-family: "Neo Sans Regular";
    line-height: 4vw;
}

/* Content Styles */
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.content {
    margin-bottom: 30px;
    font-style: italic;
}

.content-title {
    height: 395px;
    background-size: cover;
    background-position: center;
}

.content-title-text {
    width: 100%;
    height: 395px;
    background-color: #ea580a;
    text-align: center;
    color: white;
    font-size: 24px;
    padding: 165px 20px 0 20px;
    line-height: 30px;
}

.author {
    float: right;
    display: block;
    text-align: right;
    font-style: italic;
}

.author span {
    font-size: 14px;
}

.carpark {
    padding: 30px 0;
    background: #e1e1e1;
}

.carpark img {
    width: 100%;
}

.general-manager img {
    width: 100%;
}

.check-list {
    padding: 0;
    margin: 20px 0;
}

.check-list li {
    list-style: none;
    background: url(../img/icon-check.png) left center no-repeat;
    padding: 0 0 0 30px;
    margin: 20px 0;
}

.title {
    background: url(../img/title-bg.png) left no-repeat;
    background-size: 16px;
    padding: 6px 0 6px 20px;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #3a3b3d;
    font-style: normal;
    margin: 35px 0 20px 0;
}

.address {
    max-width: 290px;
    margin: 8% 10% 0 10%;
}

.address-area {
    position: absolute;
    top: 40px;
    right: 0;
    height: 400px;
    width: 1px;
    background-color: #ccc;
}

.contact-form {
    margin: 8% 10% 0 0;
    font-style: normal;
}

.contact-form label {
    margin-top: 5px;
}

.form-control {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border-radius: 0;
}

.contact-form span {
    font-weight: bold;
    color: #ef912f;
}

.contact-form .btn {
    background-color: #ef912f;
    color: white;
    font-weight: bold;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
}

.contact-form .btn:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
}

.carparks-list {
    padding: 70px 0 50px 0;
}

.thumbnail-carpark {
    text-align: center;
}

.thumbnail-carpark a {
    text-decoration: none;
}

.thumbnail-carpark img {
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.thumbnail-bg {
    background-color: #777474;
    opacity: 0.83;
    width: 100%;
    height: 57px;
    position: relative;
    margin-top: -57px;
}

.thumbnail-name {
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    margin: -43px 0 0 0;
    z-index: 1;
}

.thumbnail-name span:last-child {
    margin: 0px 0 0 8px;
    display: inline-block;
}

.fa-empark {
    background: url(../img/title-bg.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 28px;
    position: absolute;
    margin-left: -15px;
}

.thumbnail-carpark > a:hover .thumbnail-bg {
    background-color: #ea580a;
}

.thumbnail-carpark > a:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.accordion-toggle {
    background-color: transparent;
    border-radius: inherit;
    border: none;
    text-decoration: none !important;
    padding-bottom: 17px;
    /*border-bottom: 1px solid #000 !important;*/
    display: inline-block;
}

.content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content .panel-default {
    background-color: transparent !important;
    border-radius: inherit !important;
    border: none !important;
}

.content .panel-heading .title {
    margin: 0;
    padding: 13px 0 10px 30px;
}

.content .panel-heading {
    padding: 0px 15px !important;
    background-color: transparent !important;
}

.content .panel-heading .title:hover, .content .panel-heading [aria-expanded=true] {
    color: #ea580a;
}

.content .panel-body {
    border: none !important;
}

.tariff-table{
    padding-left: 0;
}

.content table {
    width: 100%;
    border-top: 1px solid black;
    border-left: 1px solid black;
    text-align: center;
    font-style: normal;
}

.content table thead {
    background-color: #f29e28;
    color: black;
    font-weight: bold;
}

.content table tr td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 2px 10px;
}

.tariff-description{
    padding-top: 35px;
}

/* Footer Styles */
footer {
    padding: 25px 0;
    background-color: white;
    font-style: italic;
    border-top: 1px solid #ef8b2b;
    text-align: right;
}

footer span {
    color: #f09238;
    font-weight: bold;
}

footer a {
    color: #555;
}

footer .links {
    margin-top: -10px;
}

footer .links a {
    color: #f09238;
    font-weight: bold;
    font-style: normal;
}

footer a {
    padding: 0 10px;
    border-right: 1px solid #555;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 20px;
}

footer div div a:last-child {
    border: none;
}


.documents {
    text-align: left;
}

.documents a{
    border: none;
    margin-right: 5px;
    padding: 0;
}

.documents img {
    width: 100%;
    max-width: 255px;
}

.cinadam {
    padding: 20px 0 13px 0;
    background-color: #e1e1e1;
}

.cinadam a {
    background: url(../img/cinadam.jpg) no-repeat;
    width: 125px;
    height: 28px;
    display: inline-block;
    -webkit-transition: .0s ease-out;
    -moz-transition: .0s ease-out;
    -o-transition: .0s ease-out;
    -ms-transition: .0s ease-out;
    transition: .0s ease-out;
}

.cinadam a:hover {
    background: url(../img/cinadam.jpg) no-repeat 0 -28px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Slider with thumbnail */
#carousel-custom > .carousel-indicators .active{
    background-color: transparent !important;
}
#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#carousel-custom {
    margin: 20px auto;
    width: 400px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

.car-park-detail-slider{
    width: 600px;
    min-height: 500px !important;
}

.open-on-the-map{
    background-repeat: no-repeat;
    width: 249px;
    height: 92px;
    padding: 20px 10px;
    display: inline-block;
    margin-top: 20px;
}
.open-on-the-map:hover{
    filter: brightness(115%);
    -webkit-filter: brightness(115%);
    -moz-filter: brightness(115%);
}

footer p{
    margin: 0 0 3px 0;
}

/* Responsive Styles */
@media (min-width: 1200px) {
    .slider-content-bg{
        margin-top: -600px;
    }
    .slider-content {
        height: 600px;
        padding-top: 54%;
        font-size: 36px;
        line-height: 48px;
    }
}

@media (min-width: 1050px) {
}

@media (max-width: 991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .navbar-brand {
        width: 250px;
        height: 70px;
    }

    .top-menus {
        max-width: 470px;
        font-size: 12px;
    }
    
    .thumbnail-carpark a{
        display: inline-block;
    }

    .thumbnail-name {
        font-size: 14px;
        margin: -40px 0 15px 0;
    }
    
    .car-park-detail-slider{
        height: 560px !important;
        min-height: 320px !important;
    }
    
    .contact-form label{
        font-size: 12px;
    }
}

@media (max-width: 845px) {
    .languages .nav > li {
        float: left;
    }
}

@media (max-width: 767px) {
    .top-menus {
        width: 100%;
        max-width: none;
    }

    .navbar-default .navbar-toggle {
        margin: 40px 10px 0 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 0px;
    }

    .navbar-default .languages .navbar-nav > li > a {
        padding-left: 10px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        box-shadow: 0 5px 5px #999;
    }

    .img-portfolio {
        margin: 0 10px 15px 10px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .slider-content-bg {
        position: inherit;
        margin: 0px -30px;
        height: auto;
    }

    .slider-content {
        min-height: inherit;
        height: auto;
        padding: 5px 0;
        margin-top: 10px;
    }

    .content-title-text {
        /*width: 100%;
        height: 395px;
        background-color: #ea580a;
        text-align: center;
        color: white;
        font-size: 36px;
        padding-top: 170px;*/
        display: none;
    }

    .content-title {
        height: 200px;
    }

    .carousel-caption .container{
        padding: 0;
    }

    .carousel-caption{
        bottom: 30px;
    }

    .carousel-indicators{
        bottom: -10px;
    }
    
    .car-park-detail-slider{
        height: 320px !important;
        min-height: 320px !important;
    }
}