/*!
 * 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: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

/* Custom Button Styles */

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

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

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

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

/* Custom Horizontal Rule */

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

/* Side Menu */

#jpt-sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -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;
}

.jpt-sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

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

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

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

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

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

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

#jpt-sidebar-wrapper.jpt-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;
}

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

/* Header */

.jpt-header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.jpt-about {
    padding: 50px 0;
}

/* Services */

.jpt-services {
    padding: 50px 0;
}

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

/* Callout */

.jpt-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 */

.jpt-portfolio {
    padding: 20px 0 50px;
}

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

.jpt-img-portfolio {
    margin: 0 auto;
}

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

/* Call to Action */

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

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

/* Map */

.jpt-map {
    height: 500px;
}

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

.jpt-map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 25px 0;
}

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