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


/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Myriad Pro", sans-serif;
}

.fingerprint-box {
    position: absolute;
    top: 75%;
    left: 45.5%;
    z-index: 9000;
}

.fingerprint-box-f {
    position: absolute;
    top: 75%;
    left: 45.5%;
    z-index: 1000;
}

.fingerprint {
    width: 85px;
    background: rgba(84, 81, 81);
    padding: 11px 20px;
    transform: scale(1);
    opacity: 1;
    border-radius: 100px;
    animation: pulse 2s infinite;
}

.tut-img {
    max-width: 830px;
    padding-top: 15px;
}

.instruction {
    font-size: 18px;
    margin-top: -5px;
}

.inst-num {
    font-size: 70px;
    margin: 0px 20px;
    float: left;
    font-family: 'Gotham';
    font-weight: 600;
    line-height: 57px;
}

.help-box {
    position: absolute;
    bottom: 1%;
    right: 0.5%;
    z-index: 1000;
}

.help-icon {
    width: 65px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 0px;
    border-radius: 100px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

.tutorial {
    color: #fff;
    text-transform: uppercase;
    font-family: Gotham;
}

.temp-selector {
    background: #16191b;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1080px;
    z-index: 9000;
}

.learn-block {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 69%;
    left: -45%;
}

.tutorial-text {
    font-size: 17px;
    font-family: 'Gotham';
    color: #fff;
    letter-spacing: 7px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 900px;
        margin-top: 200px;
    }
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}


/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}


/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 530px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: rgba(84, 81, 81, 1);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 20px;
    width: 89%;
    margin-left: 30px;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}


/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* About */

.about {
    padding: 50px 0;
}


/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}


/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}


/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}


/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}


/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-33BC.eot');
    src: url('../fonts/CopperplateGothicStd-33BC.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-33BC.woff') format('woff'), url('../fonts/CopperplateGothicStd-33BC.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-31BC.eot');
    src: url('../fonts/CopperplateGothicStd-31BC.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-31BC.woff') format('woff'), url('../fonts/CopperplateGothicStd-31BC.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-29BC.eot');
    src: url('../fonts/CopperplateGothicStd-29BC.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-29BC.woff') format('woff'), url('../fonts/CopperplateGothicStd-29BC.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-31AB.eot');
    src: url('../fonts/CopperplateGothicStd-31AB.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-31AB.woff') format('woff'), url('../fonts/CopperplateGothicStd-31AB.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-32BC.eot');
    src: url('../fonts/CopperplateGothicStd-32BC.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-32BC.woff') format('woff'), url('../fonts/CopperplateGothicStd-32BC.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('CopperplateGothicStd-32AB.eot');
    src: url('CopperplateGothicStd-32AB.eot?#iefix') format('embedded-opentype'), url('CopperplateGothicStd-32AB.woff') format('woff'), url('CopperplateGothicStd-32AB.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-29AB.eot');
    src: url('../fonts/CopperplateGothicStd-29AB.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-29AB.woff') format('woff'), url('../fonts/CopperplateGothicStd-29AB.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-30BC.eot');
    src: url('../fonts/CopperplateGothicStd-30BC.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-30BC.woff') format('woff'), url('../fonts/CopperplateGothicStd-30BC.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic Std';
    src: url('../fonts/CopperplateGothicStd-30AB.eot');
    src: url('../fonts/CopperplateGothicStd-30AB.eot?#iefix') format('embedded-opentype'), url('../fonts/CopperplateGothicStd-30AB.woff') format('woff'), url('../fonts/CopperplateGothicStd-30AB.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-LightIt.eot');
    src: url('../fonts/MyriadPro-LightIt.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-LightIt.woff') format('woff'), url('../fonts/MyriadPro-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Cond.eot');
    src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Cond.woff') format('woff'), url('../fonts/MyriadPro-Cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-SemiboldIt.eot');
    src: url('../fonts/MyriadPro-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-SemiboldIt.woff') format('woff'), url('../fonts/MyriadPro-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BlackIt.eot');
    src: url('../fonts/MyriadPro-BlackIt.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-BlackIt.woff') format('woff'), url('../fonts/MyriadPro-BlackIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-It.woff') format('woff'), url('../fonts/MyriadPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-CondIt.eot');
    src: url('../fonts/MyriadPro-CondIt.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-CondIt.woff') format('woff'), url('../fonts/MyriadPro-CondIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-SemiCn.eot');
    src: url('../fonts/MyriadPro-SemiCn.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-SemiCn.woff') format('woff'), url('../fonts/MyriadPro-SemiCn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldIt.eot');
    src: url('../fonts/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-BoldIt.woff') format('woff'), url('../fonts/MyriadPro-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Light.eot');
    src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Black.eot');
    src: url('../fonts/MyriadPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Black.woff') format('woff'), url('../fonts/MyriadPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.card-text {
    padding-top: 20px;
    font-size: 22px;
    color: #d6c5a9;
    text-align: justify;
    line-height: 30px;
}

.card-header {
    font-size: 47px;
    color: #b9a27b;
    text-align: center;
    font-weight: 800;
    margin-bottom: -5px;
}

.card-img {
    padding-top: 15px;
}

.bottom-nav {
    position: fixed;
    top: 1077px;
    left: 0px;
    font-size: 62px;
    z-index: 10000;
    background-color: #3a3838;
    width: 100%;
    border-top: solid 2px #313131;
}

.contain {
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.slide-up {
    bottom: 170px !important;
}

.slide-down {
    bottom: -765px !important;
}

.card {
    position: absolute;
    top: 0px;
    width: 100%;
    margin-left: 0px;
    padding: 0;
    list-style: none;
}

.card1 {
    position: absolute;
    top: 1000px;
    width: 89%;
    margin-left: 30px;
    padding: 0;
    list-style: none;
}

.nav-icons a {
    color: #fff;
}

.nav-icons a:hover {
    color: #fff;
}

.homecard {
    height: 920px;
}

a {
    color: #989898 !important;
}

a:hover {
    color: #c3c3c3 !important;
}

.stmarys-spot {
    transform: matrix(1.03568, 0, 0, 1.03568, -5064.95, -496.479);
    transform-origin: 50% 50% 0px;
    cursor: move;
    transition: none;
}

.paystation-spot {
    transform: matrix(1.03568, 0, 0, 1.03568, -4964.95, -489.479) !important;
    transform-origin: 50% 50% 0px;
    cursor: move;
    transition: none;
}

.baptist-spot {
    transform: matrix(1.25318, 0, 0, 1.25318, -5781.06, -454.21) !important;
    transform-origin: 50% 50% 0px;
    cursor: move;
    transition: none;
}

.uniontown-spot {
    transform: matrix(1.25318, 0, 0, 1.25318, -5630.06, -445.21) !important;
    transform-origin: 50% 50% 0px;
    cursor: move;
    transition: none;
}

.grist-spot {
    transform: matrix(1.3785, 0, 0, 1.3785, -5809.96, -316.376) !important;
}

.pisedwen-spot {
    transform: matrix(0.33, 0, 0, 0.33, -2870.59, -2065.5) !important;
}

.vieux-spot {
    transform: matrix(1.4641, 0, 0, 1.4641, -5584.45, 24.4465) !important;
}

.burnett-spot {
    transform: matrix(1.51635, 0, 0, 1.51635, -4777.02, -2458.82) !important;
}

.zoomin-btn {
    background-color: #545151;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 1000px;
    lefT: 15px;
    z-index: 111111111;
    font-size: 75px;
    color: #c3c3c3;
    text-align: center;
    font-weight: 600;
    line-height: 75px;
    border: none;
}

.zoomin-btn:hover {
    background-color: #313131;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 1000px;
    lefT: 15px;
    z-index: 111111111;
    font-size: 75px;
    color: #989898;
    text-align: center;
    font-weight: 600;
    line-height: 75px;
    border: none;
}

.zoomin-btn:focus {
    background-color: #313131;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 1000px;
    lefT: 15px;
    z-index: 111111111;
    font-size: 75px;
    color: #989898;
    text-align: center;
    font-weight: 600;
    line-height: 75px;
    border: none;
}

.zoomout-btn {
    background-color: #545151;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 1090px;
    lefT: 15px;
    z-index: 111111111;
    font-size: 75px;
    color: #c3c3c3;
    text-align: center;
    font-weight: 600;
    line-height: 75px;
    border: none;
}

.zoomout-btn:hover {
    background-color: #313131;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 1090px;
    lefT: 15px;
    z-index: 111111111;
    font-size: 75px;
    color: #989898;
    text-align: center;
    font-weight: 600;
    line-height: 75px;
    border: none;
}

.zoomout-btn:focus {
    background-color: #313131;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 1090px;
    lefT: 15px;
    z-index: 111111111;
    font-size: 75px;
    color: #989898;
    text-align: center;
    font-weight: 600;
    line-height: 75px;
    border: none;
}