/*
 * Globals
 */

/* Links */
 a, a:focus, a:hover {
    color: #fff;
    outline: 0;
}
/* Custom default button */
 .btn-default, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    border: 0px;
    border-top-left-radius:0em;
    border-top-right-radius:0em;
    background-color: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    color: #fff;
    outline: 0;
}
.btn-default:hover {
    border: 0;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    color: #fff;
}
.viewbutton {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    filter: alpha(opacity=10);
    /* IE */
    -moz-opacity: 0.1;
    text-shadow: none;
    /* Prevent inheritence from `body` */
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px 20px;
    margin-left: 10px;
    font-size: 20px;
}
.viewbutton:hover {
    background-color: #066fc3;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}
/* Popovers */
 .popover-title {
    color: #fff;
    background-color: #066fc3;
    text-align: center;
}
.popover-content {
    background-color: #fff;
    color: #515151;
    padding: 10px;
}
.arrow {
    color: #fff;
}
.popover {
    max-width: 90%;
}
/* Header */
 .h1, h1 {
    font-size:70px;
    margin-bottom: 20px;
}
.inner-container h1 {
    text-align: center;
}
/*
 * Base structure
 */
 html, body {
    height: 100%;
}
body {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    background-image: #fff;
    background-image:url('../img/bg.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 100%;
}
.inner-container {
    padding: 80px;
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* Mozilla */
    opacity: 1;
}
.cover-bottomcontainer {
    width: 100%;
    padding-left: 20px;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
 .site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
/* Padding for spacing */
 .inner {
    padding: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
}
/* Custom */
 .bluetext {
    color: #066fc3;
}
.subtitle {
    font-size: 18px;
    padding-left: 10px;
}
/* Social Media Links */
 .socialicons {
    list-style-type: none;
    padding: 0;
    margin-right: 40px;
    padding: 0;
    float: right;
}
.socialicons li {
    display:inline-block;
    *display:inline;
    /*IE7*/
    *zoom:1;
    /*IE7*/
    color:white;
    padding: 0 20px 0 20px;
    border-right: 1px solid #fff;
}
.socialicons li:last-child {
    border-right: 0;
}
.socialicons li a:hover {
    color: #066fc3;
}
/*
 * Header
 */
 .masthead img {
    float: right;
    padding: 30px;
}
.masthead {
    position: fixed;
    top: 0;
}
.mastfoot {
    position: fixed;
    bottom: 0;
}
/* Start the vertical centering */
 .site-wrapper-inner {
    vertical-align: middle;
}
/* Handle the widths */
 .masthead, .mastfoot, .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
}
.logo {
    visibility: hidden;
    height: 0;
}
@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
    }
}
/*
 * Cover
 */
 .cover {
    padding: 0 20px;
}
.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}
/*
 * Footer
 */
 .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
}
/*
 * Affix and center
 */
 @media (max-width: 1100px) {
    .viewbutton {
        margin-left: 0;
    }
    .inner-container {
        padding: 40px;
    }
}
@media (max-width: 991px) {
    .inner-container {
        text-align: center;
    }
    .side-divider {
        border: 0;
    }
    .h1, h1 {
        font-size: 50px;
    }
    .row {
        text-align:center;
    }
    .socialicons {
        float: none;
        margin: 0 0 30px 0;
    }
    .logo {
        visibility: visible;
        height: auto;
        padding-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .h1, h1 {
        font-size: 40px;
    }
}
@media (max-width: 500px) {
    body {
        background-size: auto;
    }
    .socialicons {
        visibility: visible !important;
        height: auto !important;
    }
    .col-md-8 {
        padding: 0;
    }
    .map {
        float: none !important;
        width: 265px !important;
    }
    .info {
        text-align: center;
        width: auto !important;
    }
    .logo img {
        height: 60%;
        width: 60%;
    }
}