/*-----------------------------------------------------
Site: Prijevozi-jakus.hr | All rights reserved
Author: Mihovil Mikulec @ Soulstudio.info
-----------------------------------------------------*/


/* CSS reset */

* {
    margin: 0;
    padding: 0;
    border: 0;
}


/* Global styles */

body { 
    color: #f3f3f3; 
    font: 62.7% "PT Sans", Arial, sans-serif;
    background: url('../img/bg.jpg') center center fixed;
}

a {
    color: #d25d0f;
    text-decoration: none;
}

h1 {
    text-indent: -9999px;
}

h1, h2, h3 {
    font-family: "PT Sans Narrow", Arial, sans-serif;
}

h2 {
    font-size: 3.5em;    
}

h3 {
    font-size: 2.8em;
    text-align: center;
    margin-top: 20px;
    color: #d8691f;
    text-shadow: 1px 1px 1px #000;
}

img.about_thumb {
    float: left;
    margin: 30px 20px 0px 50px;
    border-radius: 8px;
    border: 1px solid #d25d0f;
}

img.bus_thumb {
    float: left;
    margin: 30px 0px 0px 10px;
    border-radius: 8px;
    border: 1px solid #d25d0f;
}

/* BRANDING & NAVIGATION */

#top {
    position: fixed;
    top: 0px;
    height: 100px;
    width: 100%;
    background: transparent;
    z-index: 1111;
}

#header {
    margin: 0px auto;
    width: 960px;
}

#branding {
    float: left;
    width: 460px;
    height: 100px;
    list-style-type: none;
    font-size: 0.5em;
    text-align: center;
    background: #efefef url('../img/logo.png') center left no-repeat;
    border-bottom: 1px solid #999;
}

#navigation {
    float: right;
    width: 500px;
    height: 100px;
    list-style-type: none;
    font-size: 0.5em;
    text-align: center;
    background: #efefef;
    border-bottom: 1px solid #999;
}

#navigation ul {
    margin: 0px auto;
    list-style-type: none;
    font-size: 0.5em;
    text-align: center;
}

#navigation li {
    display: inline-block;
    margin-left: 12px;
}

#navigation a {
    font-size: 7.5em;
    display: block;
    height: 55px;
    width: 146px;
    padding-top: 25px;
    background: #333;
    text-decoration: none;
    color: #ccc;
    text-shadow: 2px 2px #000;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid #333;
    border-top: 0px;
}

#navigation a:hover {
    background: #222;
    text-decoration: none;
    color: #fff;
    border: 2px solid #222;
    border-top: 0px;
}


/* CONTENT */

#wrapper {
    margin: 0px auto;
    width: 960px;
    height: auto;
    background: rgba(239,239,239,0.4);
    padding-bottom: 120px;
    overflow: auto;
}

#about {
    margin: 0px auto;
    padding-top: 120px;
    padding-bottom: 30px;
    height: auto;
    width: 960px;
    background: rgba(239,239,239,0.3);
    border-bottom: 1px solid #999;
	overflow: auto;
}

#about .left-side {
	float: left;
}

#about .right-side {
   float: right;
   width: 680px;
}

#about p {
    font-size: 1.5em;
    color: #222;
    text-align: justify;
    margin: 24px 30px 30px 0;
}

#about h2 {
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px #000;
    margin: 0px 0px 0px 50px;
}

#gallery {
    margin: 0px auto;
    padding-top: 120px;
    padding-bottom: 50px;
    height: auto;
    width: 960px;
}

#gallery span.model {
    font-size: 0.8em;
    margin-top: 15px;
    display: block;
}

#gallery p {
    font-size: 1.5em;
    color: #111;
    text-align: justify;
    margin: 50px;   
}

#gallery h2 {
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px #000;
    margin: 0px 0px 0px 50px;
}

#gallery .bus_info {
    margin-top: 40px;
    margin-left: 50px;
    width: 860px;
    background: rgba(239,239,239,0.6);
    overflow: auto;
    border: 1px solid #444;
    border-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#gallery .bus_info ul {
    margin-top: 10px;
    margin-left: 50px;
    list-style-type: none;
    font-style: italic;
    font-size: 1.5em;
    color: #333;
    float: left;
    width: 370px;
}

#gallery .bus_info ul li {
    margin-top: 20px;
}

#gallery .bus_info ul li span {
    font-weight: bold;
    font-style: normal;
    color: #d8691f;
    padding-right: 8px;
}

#gallery .bus_info ul li.additional_line_bus {
    margin-top: 8px;
    margin-left: 136px;
}

#gallery .bus_details p {
    background-image: linear-gradient(bottom, rgb(216,216,34) 42%, rgb(242,242,109) 71%, rgb(250,250,135) 86%);
    background-image: -o-linear-gradient(bottom, rgb(216,216,34) 42%, rgb(242,242,109) 71%, rgb(250,250,135) 86%);
    background-image: -moz-linear-gradient(bottom, rgb(216,216,34) 42%, rgb(242,242,109) 71%, rgb(250,250,135) 86%);
    background-image: -webkit-linear-gradient(bottom, rgb(216,216,34) 42%, rgb(242,242,109) 71%, rgb(250,250,135) 86%);
    background-image: -ms-linear-gradient(bottom, rgb(216,216,34) 42%, rgb(242,242,109) 71%, rgb(250,250,135) 86%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.42, rgb(216,216,34)),
        color-stop(0.71, rgb(242,242,109)),
        color-stop(0.86, rgb(250,250,135))
        );
    border: 1px solid #999;
    border-radius: 6px;
    margin-top: 60px;
    margin-right: 80px;
    height: 70px;
    width: 300px;
    float: right;
    text-align: center;
    font-size: 2.5em;
    padding-top: 30px;
    box-shadow: 0px 0px 3px #000 inset;
    color: #222;
}

#gallery .bus_gallery {
    margin-left: 50px;
    padding: 10px 0px 50px 0px;
    width: 860px;
    background: rgba(239,239,239,0.6);
    overflow: auto;
    border: 1px solid #444;
    border-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#contact {
    margin: 0px auto;
    padding-top: 20px;
    height: auto;
    width: 960px;
}

#contact h2 {
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px #000;
    margin: 0px 0px 40px 50px;
}

#contact-info {
    width: 860px;
    height: 300px;
    background: rgba(239,239,239,0.6);
    border: 1px solid #444;
    border-radius: 8px;
    float: left;
    margin-left: 50px;
}

#contact-info ul {
    list-style-type: none;
    font-size: 1.5em;
    color: #333;
    margin: 0px auto;
    width: 320px;
}

#contact-info ul li {
    margin-top: 30px;
}

#contact-info ul li span {
    font-weight: bold;
    font-style: normal;
    margin-right: 20px;
    color: #d8691f;
    text-shadow: 1px 1px 0px #222;
}

#contact-info ul li.line_two_mob {
    margin-top: 5px;
    margin-left: 52px;
}

#contact-info ul li.line_two_address {
    margin-top: 5px;
    margin-left: 69px;
}


/* FOOTER */

#footer {
    margin: 0px auto;
    width: 960px;
    background: #222;
    height: 30px;
}

#footer p {
    margin: 8px 0px 0px 15px;
    font-size: 1.1em;
    float: left;
}

#footer p.webmaster {
    font-size: 1.1em;
    float: right;
    margin-right: 15px;
}


/* LIGHTBOX ADDITIONS */

#lightbox {
    margin-top: -60px;
}