html { height: 100% }
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

@font-face {
    font-family: 'PacificaCondensed';
    src: url('../fonts/PacificaCondensed.eot');
    src: url('../fonts/PacificaCondensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PacificaCondensed.woff') format('woff'),
    url('../fonts/PacificaCondensed.svg#PacificaCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tele-Marines';
    src: url('../fonts/Tele-Marines.eot');
    src: url('../fonts/Tele-Marines.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Tele-Marines.woff') format('woff'),
    url('../fonts/Tele-Marines.svg#Tele-Marines') format('svg');
    font-weight: normal;
    font-style: normal;
}

footer .container {
    padding-bottom: 15px;
}

footer .col-xs-4 p {
    color: #002654;
    font-size: 12px;
    margin: 0;
}

.tooltip > .tooltip-inner {
    background-color: #002654;
}

.navbar.navbar-fixed-top {
    padding-top: 20px;
    z-index: 500 !important;
}

.modal-dialog {
    top: 150px;
}

ul.nav.navbar-nav {
    margin-top: 35px;
    z-index: 500;
    position: relative;
}

ul.nav.navbar-nav > li > a {
    color: #075579;
    font-size: 26px;
    text-transform: uppercase;
    font-family: PacificaCondensed;
    text-shadow: #000000 0 0 1px;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a {
    background-color: transparent;
    color: #ffffff !important;
    text-decoration: none;
}

p {
    margin: 20px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: normal !important;
}

.modal-body p {
    color: #101010;
}

.modal-body ul {
    padding: 10px;
}

.modal-body ul li {
    list-style: disc;
}
a.button-more, .btn-dugra {
    color: #075579 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Tahoma', Arial;
    padding: 15px 15px;
    background: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
    white-space: normal !important;
    margin-bottom: 10px;
}

.btn-default {
    color: #075579 !important;
}

a.button-more:hover, .btn-dugra:hover {
    background: #075579 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.page {
    background: rgba(29, 159, 235, 0.3) !important;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    overflow: auto;
}

.pageiternal {
    margin: 2% 2%;
    width: 96%;
}

a.navbar-brand {
    height: 75px !important;
}

.thumbnail h3 {
    color: #3A3A3A;
    text-decoration: none;
}

a.thumbnail:hover {
    text-decoration: none;
}

/*
    BANNER Background
*/

.tp-bullets.preview2 .bullet .first {
    margin-top: 0;
}

.tp-bullets.preview2 .bullet {
    display: block !important;
    margin-top: 3px;
}

.tp-caption {
    white-space: normal;
}

.thumbnail a {
    color: #FFFFFF;
}

.thumbnail a:hover {
    color: #333333;
}

.thumbnail {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.thumbnail > img {
    width: 160px !important;
    height: 160px !important;
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.thumbnail:hover > img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.thumbnail .retina{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(29, 159, 235, 0.5);
    border-radius: 2px;
    text-align: center;
    padding: 20px;
    -webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.thumbnail:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 50px 50px rgba(29, 159, 235, 0.5);
    cursor: pointer;
}

.thumbnail .retina p {
    color: #fff;
}

#map {
    width: 100%;
    height: 100%;
    z-index: 100;
    margin-top: -10px;
}

.contact {
    padding-top: 30px;
    z-index: 200;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(29, 159, 235, 0.8);
}

#form label {
    color: #ffffff;
}

.modal-header p {
    color: #999999;
    margin: 0;
}

.mobile {
    z-index: 1000;
    position: relative;
    margin-top: 20px !important;
    padding: 5px !important;
}


.modal-header, .modal-body {
    color: #101010;
}

#main{
    /* The main container div */
    position:relative;
    width: 100%;
}

@media (max-width: 768px) {

    footer .col-xs-6 p {
        font-size: 10px !important;
    }

    .thumbnail .retina {
        opacity: 1 !important;
    }

    .thumbnail img {
        min-height: 130px !important;
        min-width: 130px !important;
    }

    .contact {
        position: absolute !important;
        height: 100%
    }

    .contact p {
        margin-top: 150px;
    }

}

@media (min-width: 769px) and (max-width: 992px) {

    .contact {
        position: absolute !important;
        height: 50%;
    }

    .contact input[placeholder], textarea[placeholder] {
        font-size: 18px;
    }

    .contact input {
        height: 60px;
        font-size: 18px;
    }

    .contact textarea {
        height: 150px;
        font-size: 18px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .contact {
        position: absolute !important;
        height: 50%;
    }

    .contact input[placeholder], textarea[placeholder] {
        font-size: 18px;
    }

    .contact input {
        height: 60px;
        font-size: 18px;
    }

    .contact textarea {
        height: 150px;
        font-size: 18px;
    }

}

@media (min-width: 1201px) {

    .contact {
        position: absolute !important;
        height: 50%;
    }

    .contact input[placeholder], textarea[placeholder] {
        font-size: 18px;
    }

    .contact input {
        height: 60px;
        font-size: 18px;
    }

    .contact textarea {
        height: 150px;
        font-size: 18px;
    }

}

@media (max-height: 599px) {

    .thumbnail {
        width: 100% !important;
        position: relative;
        overflow: hidden;
    }
    .thumbnail > img {
        width: 100%;
        border-radius: 2px;
    }
    .thumbnail:hover > img {
    }

    .thumbnail .retina{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1 !important;
        text-align: center;
        padding: 20px;
    }

    .thumbnail:hover .retina {
        opacity: 1;
    }

    .thumbnail .retina p {
        color: #fff;
    }

    .thumbnail img {
        min-height: 130px !important;
    }

    #form {
        height: 200px !important;
        overflow: scroll !important;
    }

    .page {
        margin-top: 70px;
        height: 200px;
        overflow: scroll;
    }
}


@media (min-height: 600px) {

    .page {
        margin-top: 70px;
        height: 400px;
    }

    .contact input {
        height: 40px !important;
        font-size: 18px;
    }

    .contact textarea {
        height: 130px !important;
        font-size: 18px;
    }

}

@media (min-height: 700px) {

    .page {
        height: 500px;
    }

}

@media (min-height: 800px) {

    .page {
        height: 550px;
    }

}

@media (min-height: 900px) {

    .page {
        height: 600px;
    }

}

.col-xs-4.text-center > a:hover {
    text-decoration: none;
}

.snippet { display: none}