@font-face {
    font-family: 'bbc_quote';
    src: url('https://www.gocar.gr/data/fonts/bbc_quote.eot');
    src: url('https://www.gocar.gr/data/fonts/bbc_quote.eot#iefix') format('embedded-opentype'),url('https://www.gocar.gr/data/fonts/bbc_quote.woff') format('woff'),url('https://www.gocar.gr/data/fonts/bbc_quote.ttf') format('truetype'),url('https://www.gocar.gr/data/fonts/bbc_quote.svg#bbc_quote') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

img {
    display: inline;
    width: auto;
    vertical-align: inherit;
}

html {
    height: 100%;
    overflow-x: hidden;
}
body {
    font-size: 20px;
    line-height: 1.4;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #777;
    background-color: #fff;
}
h1{
    font-size: 90px;
    color: #ffffff;
    line-height: 90px;
    margin: 10px 0px;
}
h2{
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    font-weight: normal;
}
h3{
		margin: 0px;
    font-size: inherit;
}

p {
	margin: 1em 0;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .with-bgimg {
    position: relative;
    /*opacity: 0.65;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    
	-webkit-transform:  translateZ(0);
	-moz-transform:     translateZ(0);
	-ms-transform:      translateZ(0);
	-o-transform:       translateZ(0);
	transform:          translateZ(0);
}
.bgimg-1 {
    background-attachment: scroll;
}
.bgimg-2 {
    /*min-height: 400px;*/
    height: 150%;
}
.bgimg-3 {
    height: 100%;
}
.bgimg-4 {
    height: auto;
}
.background-overlay {
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.caption {
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 60%;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 80%;
    margin: 0px auto;
}
.bgimg-1 .caption {
    top: 28%;
}
.caption h1 {
  font-size:80px;
  line-height:80px;
}
.caption p{
    margin-top : 0px;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}
.bottom-arrow {
    width: 200px;
    margin-right: -100px;
    right: 50%;
    background: rgba(0,0,0,.5);
    padding-top: 28px;
    font-size: 18px;
    bottom: 30px;
    line-height: 20px;
    z-index: 3;
    color: #fff;
    display: block;
    position: absolute;
}
.bottom-arrow div{
    padding-bottom: 38px;
    letter-spacing: 0;
    text-align: center;
    background: url(http://www.bbc.co.uk/news/special/2014/newsspec_7141/static/img/scrolldownicon.png) center bottom no-repeat;
}
.two-columns{
    width: 100%;
    margin: auto;
    padding: 0px;
}
.two-columns .first-column{
    width: 45%;
    color: #000;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 50px 40px;
    text-align: justify;
    margin-left: 5%;
    float: left;
    text-align: left !important;
}

.two-columns.with-bgimg .first-column{
    width: 30%;
    margin-left: 10%;
}
.two-columns.with-bgimg.right .first-column{
    width: 30%;
    float: right;
    margin-right: 10%;
}
.second-column, .sticky, .sticky-b {
    width: 45%;
}
.two-columns .second-column{
    margin-left: 50%;
    padding-top: 80px;
}
.two-columns img{
    max-width: 100%;
    height: auto;
}
.second-column img{
    height: auto;
    max-width: 80%;
    margin: 0px auto;
    display: block;
}
.sticky {
    position: fixed;
    top: 0;
    padding-top: 20px !important;
}
.sticky-b{
    position: absolute;
    bottom: 80px;
}
.two-columns .first-column bside{
    /*display: none;*/
    height: 0;
    overflow: hidden;
}

.quoteHolder {
    width: 100%;
    position: relative;
}
.quoteHolder div {
    position: absolute;
    top: -30px;
}
.quoteHolder h1 {
    color: #000000;
    font-family: 'bbc_quote';
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 67px;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}
.quoteHolder p {
    font-family: Georgia,Times,serif;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    padding-left: 45px;
    line-height: 1.3;
    text-align: justify !important;
    color: #6d6a6a;
    
}
.quoteHolder span {
    font-weight: bold;
    font-size: 22px;
}
.quoteHolder.no-symbol p {
    padding-left: 0px;
}
.with-bgimg .quoteHolder p {
    color: #000000;
}
.credits{
    width: 100%;
    display: block;
    padding: 50px 50px;
    color: #000000 !important;
}
.credits .inner{
    display: block;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
}
.credits .inner:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.credits-left{
    width: 70%;
    float: left;
}
.credits-right{
    width: 30%;
    float: left;
}
.credits h3{
    text-align: left;
    margin-bottom: 20px;
    text-decoration: underline;
}
.credits p{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.credits p.pushed{
    margin-left: 35px;
}
.credits p span{
    font-weight: bold;
}
.credits .sharer{
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    height: 40px;
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.credits .email_share{
    background-color: #615f5d;
}
.credits .facebook_share{
    background: #3c5a98 url(https://www.gocar.gr/static/tmp/share_tools.png) no-repeat;
    background-position: center -106px;
}
.credits .twitter_share{
    background: #47c7fa url(https://www.gocar.gr/static/tmp/share_tools.png) no-repeat;
    background-position: center -148px;
}
.credits .viber_share{
    background-color: #665cac;
    display: none;
}
.top-table-container:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.top-table-header{
    background-color: #d2d3d5;
    text-align: center;
    padding: 0px 5px;
    font-weight: bold;
    color: #000000;
}
.bottom-table-header{
    text-align: left;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}
.top-table{
    width: 25%;
    float: left;
}
.top-table img{
    width: 100%;
    display: block;
}
.table-holder{
    color: #777;
    background-color:white;
    text-align:center;
    padding:50px 80px;
    text-align: justify;
}
/* Turn off parallax scrolling for tablets and phones */
@media (max-width: 1024px) {
    h1{
        font-size: 30px;
        line-height: 30px;
    }
    h2{
        font-size: 17px;
        line-height: 17px;
    }
    .caption {
        font-size: 20px;
        line-height: 20px;
    }
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
    .two-columns .first-column{
        width: 100%;
        margin-left: 0%;
    }
    .two-columns.with-bgimg .first-column{
        width: 100%;
        margin-left: 0%;
    }
    .two-columns.with-bgimg.right .first-column{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .two-columns .first-column bside{
        display: block;
        height: auto;
        overflow: initial;
    }
    .two-columns .second-column{
        display: none;
    }
    .credits .viber_share{
        background-color: #665cac;
        display: block;
    }
    
    .quoteHolder p {
        font-family: Georgia,Times,serif;
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
        padding-left: 45px;
        line-height: 1.3;
        text-align: left !important;
        color: #6d6a6a;

    }
    
    .credits-left{
        width: 100%;
        float: left;
    }
    .credits-right{
        width: 100%;
        float: left;
    }
    .table-holder{
        color: #777;
        background-color:white;
        text-align:center;
        padding:50px 20px;
        text-align: justify;
    }
}




.map {
    width:100%;
    min-height:100%; 
    pointer-events: none;
}
.map-wrap {
    width:100%;
    height:70%;	
    position:relative; 
}
.overlay {
    width:100%;
    min-height:100%; 
    position:absolute; 
    top:0;
}






































table { 
    width: 100%; 
    border-collapse: collapse; 
}
tr:nth-of-type(odd) { 
    background: #eee; 
}
th { 
    background: #5eb2d4; 
    color: white; 
    font-weight: bold; 
}
td, th { 
    padding: 0px 6px; 
    border: 1px solid #ccc; 
    text-align: center;
}
th:nth-of-type(1),
td:nth-of-type(1){ 
    text-align: left;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    /* Force table to not be like tables anymore */
    table, thead, tbody, tfoot, th, td, tr { 
        display: block; 
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
        text-align: left;
    }
    tr { border: 1px solid #ccc; }
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        text-align: left;
    }
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    tfoot th { 
        text-align: center !important;
    }
    /* Label the data */
    td:nth-of-type(1):before { content: "Διαδρομή"; }
    td:nth-of-type(2):before { content: "Τιμή € / lt"; }
    td:nth-of-type(3):before { content: "lt"; }
    td:nth-of-type(4):before { content: "km"; }
    td:nth-of-type(5):before { content: "lt/100 km"; }

    tfoot th:nth-of-type(1):before { content: ""; }
    tfoot th:nth-of-type(2):before { content: ""; }
    tfoot th:nth-of-type(3):before { content: "lt: "; }
    tfoot th:nth-of-type(4):before { content: "km: "; }
    tfoot th:nth-of-type(5):before { content: "lt/100 km: "; }
}


.two-columns .first-column bside img {
	height: 0px;
}

