/* -----------------------------------------------
    BASE ELEMENTS
----------------------------------------------- */
body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

footer {
    background: #404040;
    color: #fff;
}

footer .menu {
    list-style: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 70px auto 25px;
}

footer .keywords {
    list-style: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 20px auto 25px;
}

footer .menu li,
footer .keywords li {
    display: inline-block;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 20px;
}

footer .menu li a,
footer .menu li a:hover,
footer .keywords li a,
footer .keywords li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .copyright {
    margin-bottom: 50px;
    font-size: 1.2rem;
}

/***** BUTTON STYLES *****/
.btn-temp4 {
    padding: 5px;
    height: 45px;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #000;
    font-weight: 700;
}

.btn-temp4:hover {
    background-color: #404040;
    color: #fff;
    border: 1px solid #404040;
    font-weight: 700;
}

/***** LAYOUT STYLES *****/
.mt-20 {
    margin-top: 20px;
}


/* -----------------------------------------------
    NAVBAR
----------------------------------------------- */
.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 2.25rem;
}

.navbar .container-fluid {
    padding-right: 0;
}

.container-fluid>.navbar-header {
    margin-right: 0;
}

.navbar-toggle {
    margin-right: 5px;
}

/* -----------------------------------------------
    CARDS
----------------------------------------------- */
.card-containter {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin: -70px auto 70px;
}

.card {
    border: 1px solid #c0c0c0;
    padding: 10px;
}

.card h1,
.card .title {
    text-align: center;
}

.card .card-data p {
    text-align: left;
}

.card h1 {
    margin: 30px auto 50px;
    font-weight: 300;
}

.card p {
    margin-bottom: 40px;
}


/* -----------------------------------------------
    GENERAL STYLES
----------------------------------------------- */
.banner-image {
    width: 100%;
    height: 500px;
}

.reviews-block h2,
#home-services h2 {
    font-weight: 300;
}

/***** Contact Styles *****/
#contact,
#business-details {
    background-color: #f5f5f5;
}

#contact {
    padding-bottom: 20px;
}

#contact h2 {
    margin-top: 70px;
    margin-bottom: 70px;
    font-weight: 300;
}

#contact label:not(:first-child) {
    margin-top: 20px;
}

#contact label {
    font-weight: 400;
    font-size: 1.7rem;
}

#contact .comments {
    height: 200px;
    margin-bottom: 10px
}

/***** Business Data Styles *****/
#business-hours ul li.row div.col-sm-6 {
    padding: 0;
}

#business-details {
    padding-bottom: 50px;
}

#business-details h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#business-details #social h3 {
    margin-left: 10px;
}

#business-details .col-md-6 {
    margin: auto;
}

#business-details  .details-container {
    margin: 0 auto; 
}

#business-details .details-container  {
    width: 260px;
}

#business-details ul {
   padding-left: 0;
}

#business-details ul li {
    list-style: none;
    display: block;
}

#business-details #business-hours ul li,
#business-details #business-address div {
    font-size: 14px;
}

#business-details #business-address .phone a,
#business-details #business-address .email a {
    color: #000;
}

#business-details #business-address .email {
    margin-top: 30px
}

#business-details #social .social-block {
    width: 40px;
    height: 40px;
    background-color: #dfdfdf;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}

#business-details #social .social-block:hover {
    background-color: #404040;
}

#business-details #social .social-block:hover > a i.fa {
    color: #fff;
}

#business-details #social i.fa {
    font-size: 2.25rem;
    color: #b6b6b6;
}

#business-details #social .social-block {
    margin: 5px;
}

.hours-open {
    float: right;
}


/***** Privacy *****/
#privacy .card p {
    margin-bottom: 20px;
}

#privacy .card ol {
    margin-bottom: 20px;
}


/* -----------------------------------------------
    EFFECTS
----------------------------------------------- */
.slideanim {
    visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}


/* -----------------------------------------------
    BOOTSTRAP
----------------------------------------------- */
.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1024px;
}

.navbar-brand {
    padding: 15px 15px 15px 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    border-radius: 0;
}




.banner:before {
  display: block;
  content: "";
  width: 100%;
}

.banner > .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    height: 340px;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}



/* -----------------------------------------------
    Media Queries
----------------------------------------------- */
@media screen and (max-width: 320px) {
    .navbar-default .navbar-brand {
        font-size: 1.75rem;
    }

    .banner > .content {
        margin-bottom: 0;
        height: 120px;
    }
}

@media screen and (min-width: 768px) {
    .banner > .content {
        margin-bottom: 0;
        height: 500px;
    }

    header {
        margin-top: 20px;
    }

    #business-details #business-hours .details-container,
    #business-details #business-address .details-container {
        width: 80%;
    }

    #business-details #business-hours .details-container {
        margin: 0;
    }

    #business-details #social .details-container {
        width: 88%;
        margin-right: -10px;
    }

    .card {
        padding: 50px;
    }

    .card-containter {
        padding: 20px;
        width: 90%;
    }

    .btn-temp4,
    .btn-reviews {
        width: 175px;
    }

    #contact .row .col-md-6:first-child {
        padding-right: 20px;
    }
}

@media screen and (min-width: 991px) {
    #business-details  .details-container {
        width: 100%;
    }

    #business-details #social .details-container {
        width: 100%;
    }

    footer .menu li,
    footer .keywords li {
        margin-bottom: 0;
        border-bottom: 2px solid #404040;
    }

    footer .menu li a:hover,
    footer .keywords li a:hover {
        border-bottom: 2px solid #fff;
    }
}

@media screen and (max-width: 400px) {
    .banner > .content {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        height: 180px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        margin-bottom: 50px;
    }
}

@media screen and (min-width:412px) and (max-width: 567px) {
    .banner > .content {
        height: 210px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width:568px) and (max-width: 639px) {
    .banner > .content {
        height: 275px;
        margin-bottom: 50px;
    }
}


@media screen and (min-width:640px) and (max-width: 700px) {
    .banner > .content {
        height: 300px;
        margin-bottom: 50px;
    }
}