body,html{
     font-family: 'Open Sans', sans-serif;
     font-size: 100%;
     background: #eee;
     height: 100%
 }

.container-fluid{
    overflow: hidden;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    padding-left:0;
    position: relative;
    padding-right: 0;
}

.title{
    display: flex;
    height: 100%;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.title p{

}

footer .snappic-logo img{
    max-width: 80px;
}

footer p.snappac-logo{
    font-size: 12px;
    display: block;
    width: 100%
}

.gif-photo-holder{
    background: url('../img/background.jpg') no-repeat fixed;
    background-size: cover;
    position:relative;
}
header,footer{
    width: 100%;
    text-align: center;
    background: transparent;
    height: 100px;
    margin-bottom: 0 !important;
}

footer{
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

header img {
    max-height: 70px;
    max-width: 100%;
    padding-top: 0 !important;
    display: table-cell;
    margin: 0 auto;
}

footer p {
    padding: 0 8px;
}

.image-holder{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.image-holder img,
.image-holder .gif_video{
    display: block;
    max-width: 100%;
    -webkit-box-shadow: 5px 7px 12px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 5px 7px 12px 6px rgba(0,0,0,.1);
    box-shadow: 5px 7px 12px 6px rgba(0,0,0,.1);
    max-height: 550px;
    margin: 15px auto;
}

div#photo_gif_toggle {
    background: transparent;
}

div#photo_gif_toggle div.row:first-child {
    padding: 20px 15px;
}


ul.nav.nav-pills {
    text-align: center;
}

.nav-pills>li {
    float: none;
    display: inline-block;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000;
    background-color: transparent;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.social {
    text-align: center;
    padding: 15px 0;
}

.social .btn {
    border-radius: 100px;
    width: 45px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
    background: transparent;
    border: 2px solid #ffffff;
    margin: 0 8px;
}

.social .btn .fa {
    line-height: 29px;
}

.btn-default {
    color: #fff;
}

a#photo-gallery {
    background: transparent;
    border-radius: 0;
    border: 1px solid #ffffff;
    width: 170px;
    padding: 12px;
    text-shadow: none;
}

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

.btn-default:hover {
    color: #fff;
}

.nav li.active:after{
    content: "";
    position: absolute;
    width: 60%;
    height: 0;
    left: 20%;
    bottom: -4px;
    box-sizing: border-box;
    border: 1px solid #000;
}

footer img {
    max-width: 80px;
}

.nav-pills>li+li {
    margin-left: 0;
}

.nav-pills>li {
    width: 80px;
}

.row.buttons-cover {
    background: transparent;
}

/* Bootbox modal */

.bootbox .modal-content .modal-header {
    background: #444d58;
    color: #fff;
    text-transform: uppercase;
}

.bootbox h4.modal-title {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.bootbox .bootbox-body {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

button.btn.red,
button.btn.btn-primary[data-bb-handler="close"]{
    border: 1px solid red;
    border-radius: 0;
    padding: 6px 25px;
    background: transparent;
}

.modal-footer button.btn.btn-primary[data-bb-handler="close"]{
    color: red;
    float: left;
    border: 1px solid red;
}

.modal-footer button.btn.btn-primary {
    background: none;
    border: 1px solid #444d58;
    border-radius: 0;
    text-shadow: none;
    color: #444d58;
    padding: 6px 25px;
}

.modal-footer button.btn.btn-primary.instagram{
    background: rgb(9,73,146);
    color: #fff;
    text-transform: uppercase;
    width: 140px;
    box-shadow: none;
    border-radius: 4px;
    font-weight: 100;
    outline: none;
}

input#email {
    margin-top: 15px;
}

.bootbox-body ol li {
    text-align: left;
    font-size: 13px;
}

.bootbox .form-group {
    margin-bottom: 0;
}

.bootbox .modal-footer {
    border-top: 0;
    margin-bottom: 15px;
    padding: 0 15px 15px 15px;
    text-align: center;
}

@media screen and (max-width: 530px){
    .title p{
        font-size: 10px
    }
}

@media screen and (max-width: 430px) {
    header img {
        max-width: 60%;
        padding-top: 25px;
    }
}

@media screen and (max-width: 300px){
    .title p {
        font-size: 8px;
    }
}