@charset "UTF-8";

/*colors*/
  .text-color-light: {color: #B1BCC2;}

  .a-color {color: #1AA0E1;}
  .a-color-hover {color: #2a4959;}

  .menu-hover {color: #064669;}
  
  .text-color-h-elements: {color: #444444;}
  .text-color-body: {color: #626262;}
  .text-color-table-th: {color: #444444;}
  .text-color-ul {color: #737E86;}
  
  .more-information-button-background-color {color: #324968;}
  .category-button-background-color {color: #cd560a;}
  
  .background-color {color: #fcfcfc;}
  .header-color {color: #94b1c1;}
  .line-color {color: #4C8AB1;}
  .title-background-color {color: #a7bbc6;}
  .featuredarticle-price-line {color: #3d6f8e;}
  
  .footer-background-color {color: #292d30;}
  .footer-text-color {color: #cccccc;}

  
/*default*/

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
  }
  b, strong, dt {
    font-weight: 700;
  }

  html {
    background-color: #a7bbc6;
  }
  body {
  	background-color: #a7bbc6;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    color: #626262;
    font-size: 13px;
    line-height: 1.5em;
    font-stretch: 100%;
    -webkit-font-smoothing: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    _background: url(/images/template/kisnagyautoberles-logo-magyarorszag-250x250.png) no-repeat center center fixed;
  }

  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  *:focus {
    outline: none;
  }

  a, a:active, a:focus, a:visited {
    color: #1AA0E1;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  a:hover {
    color: #2a4959;
    text-decoration: underline;
    text-decoration-color: #2a4959;
    -webkit-text-decoration-color: #2a4959;
    -moz-text-decoration-color: #2a4959;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  p {
    margin: 0;
    padding: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Slabo 13px", Arial, Tahoma, sans-serif;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 0;
    vertical-align: baseline;
    color: #444444;
  }
  h2 {
    font-size: 30px;
    line-height: 1.5em;
  }
  h3 {
    font-size: 25px;
    line-height: 1.5em;
  }
  h4 {
    font-size: 21px;
    line-height: 1.5em;
  }

  ul {
    color: #737E86;
    margin: 0 0 15px 30px;
    padding: 0;
  }
  li {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
  }

  .clearboth {
    clear: both;
  }

/*wow*/

  .wow {
    visibility: hidden;
  }

/*logo*/

  .logo {
    max-width: 690px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .logoimage {
    width: 130px;
    display: inline-block;
    vertical-align: top;
  }
  .logodesc {
    width: calc(100% - 134px);
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    box-sizing: border-box;
  }

  .logoname {
    font-size: 30px;
    padding-top: 12px;
    line-height: 48px;
    color: #004870;
    font-weight: bold;
  }
  .logotext {
    font-size: 16px;
    line-height: 1.5em;
  }
  .locationbuttons a {
    display: inline-block;
    background: #324968;
    padding: 2px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 10px 10px 10px 0px;
  }

/*map*/
  #map {
    position: relative;
    max-width: 1000px;
    max-height: 643px;
    margin: 0 auto;
  }
  #hungary {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }

  .pin {
    position: absolute;
    width: 1px;
    height: 1px;
  }

  .pin img {
    padding: 10px;
    box-sizing: content-box;
    display: block;
    width: 30px !important;
    max-width: 60px;
    height: 44px;
    position: absolute;
    bottom: -10px;
    left: -25px;
    -webkit-transition: all .2s linear .2s;
    -moz-transition: all .2s linear .2s;
    -o-transition: all .2s linear .2s;
    transition: all .2s linear .2s;
  }
  .pin:hover img {
    z-index: 1000;
    padding: 0px;
    width: 60px !important;
    height: 88px;
    left: -30px;
    bottom: 0px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
  }
  

  #pin-budapest {
    top: 38.5%;
    left: 44.3%;
  }
  #pin-gyor {
    top: 33.1%;
    left: 23.5%;
  }
  #pin-alba {
    top: 49.5%;
    left: 34.7%;
  }
  #pin-godollo {
    top: 36.1%;
    left: 47.7%;
  }
  #pin-kecskemet {
    top: 58.8%;
    left: 52.4%;
  }
  #pin-szeged {
    top: 79.7%;
    left: 58.9%;
  }

  .locationdesc {
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    position: absolute;
    top: -97px;
    left: -90px;
    width: 160px;
    text-align: center;
    color: white;
    font-weight: normal;
    background: #324968;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px grey;
    -webkit-transition: opacity .2s linear .2s,top .2s linear .2s, visibility .2s linear .4s;
    -moz-transition: opacity .2s linear .2s,top .2s linear .2s, visibility .2s linear .4s;
    -o-transition: opacity .2s linear .2s,top .2s linear .2s, visibility .2s linear .4s;
    transition: opacity .2s linear .2s,top .2s linear .2s, visibility .2s linear .4s;
  }
  .pin:hover .locationdesc {
    visibility: visible;
    opacity: 1;
    top: -136px;
    -webkit-transition: opacity .2s linear 0s,top .2s linear 0s, visibility .2s linear 0s;
    -moz-transition: opacity .2s linear 0s,top .2s linear 0s, visibility .2s linear 0s;
    -o-transition: opacity .2s linear 0s,top .2s linear 0s, visibility .2s linear 0s;
    transition: opacity .2s linear 0s,top .2s linear 0s, visibility .2s linear 0s;
  }

  .pin .city {
    font-weight: bold;
  }

  .locationname {
    position: absolute;
    transform: translateX(-50%);
    top: 10px;
    background: #324968;
    padding: 2px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
  }

/*locationlist*/
  #locationlist {
    display: none;
  }

/*404 error*/

  .errorpage .errorcontainer {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .errorpage #pagetitle h1 {
    text-transform: initial;
  }
  .errorpage h1 .error404 {
    font-size: 100px;
    line-height: 100px;
    color: #4C8AB1;
    display: block;
  }
  .errorpage h1 .errordesc {
    font-size: 30px;
    line-height: 45px;
    color: #1AA0E1;
    display: block;
  }
  .errorpage p.errorhelp {
    font-size: 14px;
    line-height: 1.5em;
  }
  .errorpage .backtomainpage {
    margin-top: 30px;
    padding: 11px 20px;
    background-color: #324968;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    font-weight: normal;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    border: none;
  }

/*login logout*/

  body.com_users #pagetitle {
    top: 0;
  }
  body.com_users #wrapper {
    padding-top: 50px;
  }
  body.com_users button,
  body.com_users button:hover {
    padding: 11px 20px;
    background-color: #324968;
    color: #fff;
  }

/*logged in user*/

  .icons.tck-article-tools,
  .btn.jmodedit {
    display: none !important;
  }
  .vehicleitem.system-unpublished {
    position: relative;
  }
  .label-warning {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    text-shadow: none;
    color: black;
  }

/*cookies alert*/
  #cookiesck #cookiesck_text {
    max-width: calc(100% - 100px);
  }
  #cookiesck #cookiesck_accept,
  #cookiesck #cookiesck_accept:hover {
    float: left;
    padding: 9px 16px;
    margin: 1px;
    border-radius: 0px;
    background: #324968;
    color: white;
    font-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    font-weight: bold;
    font-family: "Roboto", Arial, Tahoma, sans-serif;
  }

/*responsive*/

  @media screen and (max-width: 758px) {
    
    /*logo*/
    .logo {
      max-width: 550px;
    }
    .locationbuttons {
      display: none;
    }
    
    /*map*/
    #map {
      display: none;
    }

    /*locationlist*/
    #locationlist {
      display: block;
      padding: 0px 10px;
    }
    .list {
      display: block;
      padding: 10px 20px;
      margin: 10px auto;
      background: #324968;
      border-radius: 5px;
      box-shadow: 2px 2px 6px grey;
      max-width: 300px;
    }
    .list:after {
      content: "";
      display: block;
      clear: both;
    }
    .list a {
      display: block;
      color: white;
    }
    .list img {
      display: block;
      float: left;
    }
    .list .list-locationdesc {
      display: block;
      float: left;
      padding: 21px 8%;
      width: calc( 100% - 60px );
      box-sizing: border-box;
      color: white;
    }
    .list .city {
      font-size: 16px;
      font-weight: bold;
    }
    .list .address {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 524px) {
    .logodesc {
      padding-left: 10px;
    }
    .logoname {
      font-size: 6vw;
    }
  }
  @media screen and (max-width: 440px) {
    .logoname {
      font-size: 5vw;
    }
    .logotext {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 360px) {
    .nowrap {
      white-space: normal;
    }
  }
