/**
 * Copyright Michael Albert
 * All Rights Reserved.
 */
html, body {
    height: 100%
}

body {
    padding-top: 50px;
    color: #484d55;
}

header.carousel {
    height: 80%
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.navbar-brand img{
    padding-top: 5px;
}

footer {
    background-color: #222;
    border-color: #080808;
    height: 100px;
}

.navbar-nav-bottom > a{
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    padding: 3px;
}
@media (max-width: 768px) {
    .navbar-nav-bottom{
        text-align: center;
    }
}

footer p {
    color: #ffffff;
    line-height: 60px;
}

@media (max-width: 991px) {
    .customer-img, .img-related {
        margin-bottom: 30px
    }
    #myCarousel{
        height: 70%;
    }

    header.carousel {
        height: 70%
    }

    .navbar-brand{
        padding-right: 2px;
        margin-right: 2px;
        width: 80%;
    }
}

@media (max-width: 767px) {
    .img-portfolio {
        margin-bottom: 15px
    }

    #myCarousel{
        height: 50%;
    }

    header.carousel {
        height: 50%
    }

    footer {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .img-portfolio {
        margin-bottom: 15px
    }

    #myCarousel{
        height: 40%;
    }

    header.carousel {
        height: 40%
    }

    .navbar-brand img{
        padding-top: 7px;
        width: 80%;
    }
}


.facebook-link a:hover {
    color: #3b5998
}

.linkedin-link a:hover {
    color: #007fb1
}

.twitter-link a:hover {
    color: #39a9e0
}

.google-plus-link a:hover {
    color: #d14836
}

/*#wrapper {
    text-align: center;
    padding: 50px 0;
    background: url('/upload/under_construction.png') no-repeat center center;
    min-height: 650px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}*/

#wrapper h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px
}

h2.subtitle {
    color: #fff;
    font-size: 24px
}

h1 {
    color: #484d55;
}

a {
    color: #72753f;
}

.nav-pills {
    border-bottom-style: none;
}

.list-inline {
    display: flex;
    justify-content: center;
}

.nav-pills > li > a {
    color: #FFFFFF;
    background-color: #72753f;
}

.nav-pills > li > a:hover {
    color: #FFFFFF;
    background-color: #999c56;
}

.nav-pills > li.active > a {
    background-color: #999c56;
}

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

.navbar-nav li a {
    color: #FFFFFF !important;
}

.navbar-nav > li > a:hover {
    color: #777777 !important;
}

.dropdown-menu li {
    float: none;
}

.preloader {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader span {
    background: rgb(153, 156, 86);
    background: -webkit-linear-gradient(45deg, rgba(129, 132, 71, 1) 0%, rgba(153, 156, 86, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(129, 132, 71, 1) 0%, rgba(153, 156, 86, 1) 100%);
    background: linear-gradient(45deg, rgba(129, 132, 71, 1) 0%, rgba(153, 156, 86, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#707546', endColorstr='#818447', GradientType=1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

@-webkit-keyframes mymove {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 20px rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 20px rgba(153, 156, 86, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
    }
}

@keyframes mymove {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 20px rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 20px rgba(153, 156, 86, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 10px rgba(153, 156, 86, 0.6), 0 0 0 10px rgba(153, 156, 86, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
        box-shadow: 0 0 0 0 rgba(153, 156, 86, 0.6), 0 0 0 0 rgba(153, 156, 86, 0.6);
    }
}

/** Custom CSS **/
.construction-body {
    color: #999C56;
    background: #464E5B;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

h1.error-number {
    color: #999C56;
    font-size: 90px;
    line-height: 90px;
    margin: 20px 0;
}

.page-title {
    color: #fff;
    line-height: 32px;
}

.checkbox label {
    padding-left: 0;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio label {
    padding-left: 0;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 25%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3);
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

label.btn {
    outline: none;
    outline-offset: 0;
    padding: 6px 0;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    display: inline;
}

div[data-toggle="buttons"] label {
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}