/* the css for all dealer websites templetes */

#container {
    max-width: 1380px;
    width: 90%;
    min-width: 360px;
    margin: 0 auto;
}

.page-header {
    margin-bottom: 5px;
}

h1 {
    margin: 0;
    font-size: 20px;
}

li {
    list-style: none;
}

#top_nav {
    padding: 10px;
    margin: 0px;
    width: 100%;
    font-weight: bold;
}

#top_nav ul {
    margin: 0;
}

#top_nav ul li {
    display: inline-block;
    list-style: none;
    padding: 10 10px;
    margin: 8px;
}

.panel.nested {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
}

#top_nav ul li :hover {
    text-decoration: underline;
}

#footer {
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}

.details_clsfd .photos {
    float: right;
    width: 350px;
}

.details_clsfd .photos .photo {
    text-align: center;
}

.details_clsfd dl {
    line-height: 1.42em;
}

.details_clsfd .option {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.details_clsfd .option .fa {
    display: block;
    float: left;
    height: 25px;
    width: 30px;
    padding-right: 5px;
}

.side_bar {
    float: left;
    padding: 20px;
    width: 230px;
}

.side_bar .facetgroup ul {
    overflow: auto;
    list-style: none;
    padding: 0px;
}

.side_bar .facetgroup ul .defer {
    display: none;
}

.side_bar .facetgroup ul .selected {
    border-bottom: none;
}

.panel .panel-body {
    padding: 5px 10px;
}

.shadow-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#classified_type ul.pagination:last-child {
    margin-bottom: 20px;
}

#classified_type .pagination {
    margin-top: 6px;
    margin-bottom: 0;
}

.footer .contact {
    margin-bottom: 25px;
}

.footer .contact,
.footer .links {
    text-align: left;
}

.footer .links {
    border-left: 4px dotted #1A3970;
    border-right: 4px dotted #3699D4;
    height: 420px;
}

.footer .footer-second-row {
    margin-left: 0;
}

.footer hr {
    margin-top: 5px;
}

.footer .links ul,
.footer .footer-text ul {
    padding-left: 0;
}

.footer .links li {
    margin-bottom: 10px;
    padding: 5px;
}

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

.footer .footer-logo {
    display: block;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.footer h4 {
    font-size: 16px;
}

.footer h5 {
    font-size: 14px;
}

.footer .footer-dealer-title,
.footer .footer-other-ads-title {
    padding: 10px;
}

.footer .contact h3.with-banner {
    text-align: center;
    background-color: #CCC;
    padding: 22px 20px 21px 20px;
    margin-top: 0;
    margin-bottom: 18px;
}

.footer .footer-dealers-info {
    margin-left: 2px;
}

.footer .footer-dealers-info .fa {
    width: 15px;
}

.footer .links .ix-links {
    display: flex;
    justify-content: space-between;
}

.footer .links .ix-links span {
    background-color: red;
    padding: 3px;
    border-radius: 5px;
}

.footer .links .ix-links ul:first-child {
    margin-right: 20px;
}

.footer {
    padding: 10px;
}

.footer .footer-logo-wrapper {
    display: block;
    background-color: #1D0D4E;
}

.footer .footer-dealer-ads ul {
    padding-left: 0;
}

.footer .footer-dealer-ads ul li {
    margin-bottom: 5px;
    padding: 5px;
}

#header {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 340px;
}

#header_bg {
    /* background-size: cover; */
    background-position: center center;
    background-repeat: no-repeat;
    height: 280px;
    width: 100%;
    background-size: contain !important;
}

#header_box {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    padding: 10px;
}

#header_box h1 {
    float: left;
    margin-right: 10px;
}

#header_box span {
    font-size: 14px;
    margin-top: 3px;
    float: right;
    margin-right: 15px;
}

.business-info-header-wrapper {
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

header#burger-menu-wrapper {
    display: none;
}

header#burger-menu-wrapper {
    min-height: 60px;
    width: 100%;
}

header#burger-menu-wrapper h1 {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding-left: 15px;
}

.footer .footer-text h4 {
    color: #6EC74F;
}

.footer .footer-text ul li {
    line-height: 25px;
    padding: 5px;
}

.footer-dealers-info p {
    padding: 5px;
}


/* burger menu start: */

header {
    border-bottom: 1px solid #eee;
    height: 4rem;
}

.burger-wrapper {
    cursor: pointer;
}

#meny {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10, 2, 3, 1);
    transform: translateX(100%);
    top: 0;
    z-index: 2001;
    transition: 0.5s;
}

#menyAvPaa {
    display: none;
}

#menyAvPaa:checked~#meny {
    transform: translateX(0rem);
}

#burger {
    position: absolute;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 2002;
}

#burger>span {
    height: 2px;
    background-color: #000;
    transition: 0.5s;
    z-index: 999;
}

#menyAvPaa:checked~#burger>span {
    background-color: #fff;
}

#menyAvPaa:checked~#burger>span:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}

#menyAvPaa:checked~#burger>span:nth-child(2) {
    opacity: 0;
}

#menyAvPaa:checked~#burger>span:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

#meny h2 {
    margin: 0;
    padding: 20px;
}

#meny>div {
    background: #333;
    float: right;
    width: 85%;
    height: 100%;
}

#meny ul {
    padding-left: 0;
    margin-top: 10px;
}

#meny ul li {
    border-bottom: 1px solid #dedede;
    padding: 10px 10px;
    font-size: 16px;
}

#meny ul li a {
    display: block;
}


/* burger menu end */

.youtube-icon {
    width: 75px;
    height: 20px;
    position: absolute;
    top: -13px;
    left: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://www.ix.gr/assets/img/youtube-logo-transparent-5.png');
}

.listing-wrapper .parkHandler {
    border: none;
    background-color: #1a3970;
}


/* parking start */

#parked {
    bottom: 0;
    font-size: .85em;
    height: 100%;
    padding: 0;
    position: fixed;
    right: -295px;
    top: 0;
    width: 290px;
    z-index: 1002;
}

#parked p {
    text-align: center;
    padding: 10px;
    background: #fff
}

#parking_controls {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 110
}

#parking_handle {
    /*  box-shadow: #666 -2px 2px 2px;*/
    background: #1A3970;
    /*#fa6800*/
    ;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 40px;
}

#parking_handle a {
    text-decoration: none;
    font-family: arial;
    width: 100%;
    padding: 7px;
    font-size: 1.2em
}

#parking_handle a {
    display: block
}

#parking_handle span {
    font-size: 2em;
}

#parked_inner {
    border-left: 2px solid rgba(10, 24, 44, 0.3);
    background: #1A3970;
    height: 100%;
    width: 100%;
    /* padding-top: 10px;*/
    -webkit-box-shadow: -5px 0px 19px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 0px 19px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 0px 19px -8px rgba(0, 0, 0, 0.75);
}

#parked_list {
    overflow: auto;
    height: 400px;
    /*border: 2px solid #eee*/
}

#parked_list ul {
    /* border: 1px solid #ccf;*/
    border-collapse: collapse;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
    position: relative
}

#parked_list li:nth-child(even) {
    background: #eee
}

#parked_list li:nth-child(odd) {
    background: #fff
}

#parked_list li {
    padding: 5px;
    /* border: 1px solid #aaa;*/
    border-width: 1px 1px 0 1px;
    vertical-align: top;
    position: relative
}

#parked_list div.title a {
    font-weight: bold
}

#parked_list li div.photo {
    float: left
}

#parked_list li div.details {
    float: left;
    width: 150px
}

#parked_list li div.price {
    font-weight: bold
}

#parked .info {
    margin: 10px
}

.rel_container {
    width: 100%;
    height: 100%;
    position: relative
}

#parked_list li:hover .parked_list_remove {
    visibility: visible
}

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
    z-index: 2000;
}

input#form_submit,
a.btn-block {
    font-weight: 600;
}


/* parking stop */

.or-similar-listing {
    color: white;
}

div.additional-info-wrapper-car_rental {
    color: #4b4b4b;
}

@media screen and (max-width: 1200px) {
    #header_bg {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center bottom;
    }
}

@media screen and (max-width: 1024px) {
    #header {
        height: 270px;
    }
    #header_bg {
        height: 210px;
    }
}

@media screen and (max-width: 768px) {
    #container {
        width: 100%;
    }
    #header {
        height: 165px;
    }
    #top_nav {
        display: none !important;
    }
    #header>#header_box {
        display: none;
    }
    #header_bg {
        height: 174px;
        background-position: center 0 bottom 5px;
    }
    header#burger-menu-wrapper {
        display: table !important;
    }
    .business-info-header-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    .footer .contact h4,
    .footer .links h4,
    .footer .footer-dealer-ads {
        text-align: center;
    }
    .footer .links .ix-links {
        justify-content: space-evenly;
    }
    .footer .footer-dealers-info,
    .footer .footer-text {
        text-align: center;
    }
    .footer .links {
        border-left: none;
        border-right: none;
        height: auto;
    }
    .footer .footer-dealer-title,
    .footer .footer-other-ads-title {
        display: inline-block !important;
    }
    #top_main .photo_container {
        background-color: transparent;
    }
}

@media screen and (max-width: 640px) {
    #header,
    #header_bg {
        height: 150px;
    }
}

@media screen and (max-width: 440px) {
    #menu-items-dealer-page {
        padding-left: 0;
        line-height: 14px;
    }
    .business-info-header-wrapper .header-address {
        width: 75%;
    }
    #header,
    #header_bg {
        height: 82px;
    }
}
