/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Import Section
====================================================================*/
@import url("icons.css"); /*Icons. */
@import url("social-icons.css"); /* Social Icons */
@import url("fancybox.css"); /* Fancybox */
@import url("font-awesome.css"); /* Font Awesome */
@import url("font-awesome-ie7.css"); /* Font Awesome */

.clear {
    clear: both;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/station.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h5 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.box3 {
    margin-bottom: 20px;
    padding: 30px 15px;
    border-style: solid;
    border-color: #b22222;
    border-radius: 25px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.row1 {
    margin-bottom: 5px;
    padding: 30px 15px;
    border-style: solid;
    border-color: #b22222;
    border-radius: 25px;
    /*background: #fff;*/
    background: rgba(255,255,255,0.9);
}

.row2 {
    margin-bottom: 5px;
    padding: 30px 15px;
    border-style: solid;
    border-color: #b22222;
    border-radius: 25px;
    /*background: #fff;*/
    background: rgba(255,255,255,0.9);
}

.box1 {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #5a3025;
    background: rgba(90, 48, 37, 0.9);
}

.intro-text {
     text-transform: uppercase;
     font-size: 1.25em;
     font-weight: 400;
     letter-spacing: 1px;
 }

.intro-text1 {
    text-transform: uppercase;
    color: #DAA520;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.00em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
}

th, td {
    border: none;
    text-align: center;
    padding: 6px;
    Font-weight: bold;
}

ul.horizontal-slide{
    margin: 10px;
    padding: 5px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

ul.horizontal-slide li[class*="col-md-2"] {
    display: inline-block;
    float: none;
}

ul.horizontal-slide li[class*="col-md-2"]:first-child {
    margin-left: 0;
}

.picture {
    position: relative;
}
.picture a {
    display: inline-block;
    position: relative;
}
.picture .item-description {
    padding: 0;
    border: none;
    margin-top: 1px;
    background: transparent;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.picture .item-description a {
    color: #414141;
    font-size: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.picture:hover .item-description {
    background: #080808;
    color: #fff;
}

.picture:hover .item-description a {
    color: #fff;
}

.post .picture {
    position: relative;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.25);
    box-shadow: 0px 1px 1px rgba(0,0,0,.25);
}

.post .picture:before, .post .picture:after {
    bottom:14px;
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg); /* Safari and Chrome */
    -o-transform: rotate(-1deg); /* Opera */
    -moz-transform: rotate(-1deg); /* Firefox */
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 5px;
    max-width: 50%;
    width: 50%;
}

.post .picture:after {
    -ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Safari and Chrome */
    -o-transform: rotate(1deg); /* Opera */
    -moz-transform: rotate(1deg); /* Firefox */
    left: auto;
    right: 5px;
}

#portfolio-wrapper .picture {
    position: relative;
}

#portfolio-wrapper .portfolio-item {
    margin-bottom: 20px;
    margin-left: 10px;
}

.picture img {width: 100%; height: auto; }

.image-overlay-link,
.image-overlay-zoom {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 40;
    display: none;
    background-color: #222;
    background: rgba(0, 0, 0, .6);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.image-overlay-link {
    background-image: url(../img/overlay-icon-01.png);
}

.image-overlay-zoom {
    background-image: url(../img/overlay-icon-02.png);
}

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color: #ffffff;
    dispaly:none;
}

#boxes .window{
    position:absolute;
    left:0;
    top:0;
    width:30px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
    border-radius:15px;
    text-align:center;
}


#boxes #dialog{
    width:400px;
    height:150px;
    padding:10px;
    background-color: #e2e2e2;
    font-family:'helvetic','sans-serif','arial';
    font-size:30px;
    color:#002a80;
}

#popupfoot{
    font-size:15px;
    position:absolute;
    bottom: 1px;
    width:150px;
    left:250px;
}

/* ============= Image Gallery =========================
========================================================*/

div.gallery {
    margin: 5px;
    border: 2px solid #000000;
    float: left;
    width: 180px;
    padding: 5px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}


