@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,800,400,600);
@import url(http://fonts.googleapis.com/css?family=Buenard:400,700);

/* GENERAL */
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.85em;
    color: #000;
    background: #a8a8a8;
}

a:link,a:visited {
    color: #005568;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,a.active {
    color: #006b91;
}

h1,h2,h3,h4,h5,h6,label {
    font-family: 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.25em;
    margin: 2em 0 0.25em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    font-size: 19px;
    font-family: 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 1em;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
}

p {
    margin: 0 0 1em;
}

p.first {
    margin-top: 0;
}

img {
    border: 0;
}

img,img a {
    border: 0;
}

/* --LAYOUT --*/
#wrapper {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    background: #fff;

    -webkit-box-shadow: 0 5px 60px #666;
    box-shadow: 0 5px 60px #666;
}

#wrapper-inner {
    text-align: left;
}

#header {
    position: relative;
}

#header .facebook {
    position: absolute;
    top: 65px;
    right: 60px;
    width: 38px;
    overflow: hidden;
    height: 38px;
}

#primary-nav {
    background: #005568;
    text-align: center;
    padding: 0.25em 0;
}

#primary-nav a {
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5em;
    line-height: normal;
}

#primary-nav a:hover,#primary-nav a.active {
    color: #d4d03a;
}

#imagebar {
    height: 286px;
}

#main {
    width: 900px;
    margin: 55px auto;
}

#left {
    width: 180px;
    text-align: right;
    float: left;
}

#left a {
    display: block;
    margin: 0 0 1em;
    height: 60px;
}

#content {
    width: 440px;
    margin: 0 20px 0 30px;
    float: left;
}

#right {
    width: 230px;
    float: left;
    font-size: 12px;
}

#footer {
    border-top: 1px solid #dce8ec;
    padding: 3em 50px 2em 50px;
    text-align: center;
    margin-top: 4em;
    font-size: 14px;
    color: #20505f;
}

/* --SECTIONS --*/
/* -Right -*/
#right h1,#right h2,#right h3,#right h4 {
    margin-top: 0;
}

#right .box {
    width: 180px;
}

/* Boxes */
.box {
    font-size: 1em;
    margin: 0 0 1.5em;
    line-height: 1.5em;
}

.box h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 0.75em 1em;
}

.box h3 {
    letter-spacing: normal;
    font-weight: normal;
    padding: 0.75em 1em;
}

.box p {
    padding: 0.5em 1em 1em;
}

.box table {
    padding: 0.5em 1em;
}

.box td {
    padding: 0;
}

.light {
    background: #f2f1c4;
    color: #686868;
}

.light h2 {
    font-size: 1em;
    color: #007d8c;
    border-bottom: 1px solid #d4d03a;
}

.light h3 {
    font-size: 1em;
    color: #007d8c;
    border-bottom: 1px solid #d4d03a;
}

.light a:link,.light a:visited {
    color: #f2f1c4;
}

.light a:hover,.light a.active {
    color: #e4e1ac;
}

.dark {
    color: #fff;
    background: #007d8c;
}

.dark h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 0.75em 1em;
}

.dark p {
    text-align: center;
    margin: 0;
    padding: 0.5em;
    line-height: 1.25em;
}

.dark a:link,.dark a:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: #e4e1ac;
}

.dark a:hover,.dark a.active {
    color: #f2f1c4;
}

.light-blue {
    background: #cce5e8;
    padding: 1em;
    margin: 0;
}

.light-blue a:link,.light-blue a:visited {
    color: #000;
}

.light-blue a:hover,.light-blue a.active {
    color: #333;
}

.light-blue .white-border {
    margin: 0;
    padding: 1em;
}

/* Pages */
body.home #content {
    width: 400px;
    margin: 0 35px 0 30px;
    float: left;
}

.inline-buttons {
    margin: 1.5em 0;
}

/* Buttons */
.button a {
    width: 180px;
    height: 60px;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999em;
    text-align: left;
}

.button-book-your-trip {
    background-image: url(/static/frontend/images/button-book-your-trip.png);
}

.button-book-your-trip:hover,.button-book-your-trip.active {
    background-image: url(/static/frontend/images/button-book-your-trip-o.png);
}

.button-aviation-services {
    background-image: url(/static/frontend/images/button-aviation-services.png);
}

.button-aviation-services:hover,.button-aviation-services.active {
    background-image: url(/static/frontend/images/button-aviation-services-o.png);
}

.button-car-rental {
    background-image: url(/static/frontend/images/button-car-rental.png);
}

.button-car-rental:hover,.button-car-rental.active {
    background-image: url(/static/frontend/images/button-car-rental-o.png);
}

.button-business-parc {
    background-image: url(/static/frontend/images/button-business-parc.png);
}

.button-business-parc:hover,.button-business-parc.active {
    background-image: url(/static/frontend/images/button-business-parc-o.png);
}

/* Extra */
.clear {
    clear: both;
}

.separator {
    padding: 0 10px;
}

span.spacer {
    margin: 0 1em;
}

.img-left {
    float: left;
    margin: 0 1em 1em;
}

.img-right {
    float: right;
    margin: 0 1em 1em;
}

.blue {
    color: #1f8891;
}

.white-border {
    border: 1px solid #fff;
}
