@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/assets/fonts/glyphicons-halflings-regular.eot');
    src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* carousel */
.carousel-caption {
    position: relative;
    padding: 5px 5px 40px 5px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    font-size: .8em;
}
@media (min-width: 768px) {
    .carousel-caption {
        position: absolute;
        top: 20px;
        left: 45%;
        right: 10%;
        background-color: rgba(0,0,0,0.7);
    }
}
.carousel-control {
    top: 15%;
    bottom: inherit;
}
@media (min-width: 480px) {
    .carousel-control {
        top: 23%;
    }
}
@media (min-width: 768px) {
    .carousel-control {
        top: 0;
        bottom: 0;
    }
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}
@media (min-width: 768px) {
    .carousel-indicators {
        width: 45%;
        right: 10%;
        left: inherit;
    }
}


/* body */
body {
    background: #d9dad9 url("/assets/img/background.jpg") center repeat-y;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

/* Alerts */
div.messages-wrapper.container {
    margin-top: 20px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #843534;
}

/* Jumbotron */
.jumbotron {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.jumbotron .container {
    padding: 0;
    width: 100%;
}
.jumbotron img.img-responsive {
    width: 100%;
    margin: 0 auto;
}
.jumbotron .protag-line {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 34%;
    background-color: rgba(59,166,222,0.4);
    z-index: 1;
}
.jumbotron .protag-logo {
    margin-top: -20px;
}
.jumbotron .slogan {
    position: absolute;
    bottom: 3%;
    width: 100%;
    color: #fff;
    font-family: Arial,sans-serif;
    font-weight: 900;
    font-size: .6em;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .jumbotron .slogan {
        bottom: 4%;
        font-size: 1.4em;
    }
}

@media (min-width: 992px) {
    .jumbotron .slogan {
        bottom: 15%;
    }
}

/* navbar */
.navbar.affix {
    top: 0;
    padding-right: 0;
    padding-left: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px){
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}
.navbar.navbar-default {
    border: none;
    border-radius: 0;
    min-height: 54px;
}
.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    padding-top: 17px;
    padding-bottom: 17px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    font-weight: bold;
}
.navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #c6d8dc 0%, #dae5e8 100%);
    background-image:         linear-gradient(to bottom, #c6d8dc 0%, #dae5e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.navbar.affix .protag-logo {
    position: absolute;
    width: 132px;
    height: 54px;
    background: url("/assets/img/protag-nav-logo.png") no-repeat;
}

/* about-us */
.container.about-us {
    padding-top: 30px;
    padding-bottom: 100px;
}

.container.about-us p {
    margin-bottom: 20px;
}

.container.about-us p {
    font-size: 1.6em;
    text-align: center;
}

/* products */
.container.products {
    color: #fff;
    font-size: 1.2em;
    width: 100%;
    background: #3ca6dd url("/assets/img/product-background.jpg") center no-repeat;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container.products ul {
    list-style: square;
    margin-top: 30px;
}
.container.products ul li {
    line-height: 1.7em;
}
.container.products .text-background {
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: rgba(0,0,0,0.7);
}
.container.products a.btn {
    margin-top: 20px;
}

/* contact-us */
.container.contact-us {
    padding-top: 20px;
}
.container.contact-us .question {
    font-size: 1.4em;
    font-weight: bold;
}
.container.contact-us .phone {
    font-size: 1.5em;
    font-weight: bold;
    color: #2485B5;
}

/* footer */
.copyright {
    font-size: .7em;
}

/* Loading */
.loading {
    background: url("/assets/img/loading.gif") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
}