/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

body {
    font-family:'Open Sans', Arial, Helvetica;
    background: #231f20;
}


.top{
    background:#e80c0c;
    padding:5px 0 5px;
    color:#fff;
}


.menubg{
    background: url(../images/hip-square.png) repeat;
    display: block;
}

.logo{
    width:226px;
    height:220px;
    padding:20px;
    border-radius:50px;
    background: #fff;
}

.navbar{
    margin-bottom:0px;
    padding:10px 0 10px;

}


#navbar-primary .navbar-nav {
  width: 100%;
  text-align: center;
}

#navbar-primary .navbar-nav li{
    display: inline-block;
    float: none;
}

#navbar-primary .navbar-nav li a{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color:#333;
}

#navbar-primary .navbar-nav li a.active, #navbar-primary .navbar-nav li a:hover{
    background-color:#e80c0c;
    color:#fff;
    border-radius:5px;
}




header{
    background: url(../images/header.jpg) no-repeat center center;
    display:block;
    height: calc(60vh - 10px);
    background-size:cover;
    padding-top:50px;
}

section{
    margin:0 auto;
    background: #fff;
    padding:35px 0 35px;
}

.container-fluid{
    padding-left:0px;
    padding-right:0px;
}

#panels{
     background:#e70d0d;

}


#panels .col-md-4{
    color:#fff;
    -webkit-box-shadow: inset -3px 0px 4px 0px rgba(163,6,6,1);
    -moz-box-shadow: inset -3px 0px 4px 0px rgba(163,6,6,1);
    box-shadow: inset -3px 0px 4px 0px rgba(163,6,6,1);
    padding:20px 0 20px;
}

#panels .col-md-4:last-child{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.contents{
    padding:30px 0 30px;
}

#brands{
    background:#1c1819;
    color:#fff;
}

/*testimonials*/


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #231f20;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

#gallery{
    background: #f3f2f2;
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

img.img-size{
    width: auto;
    max-height: 200px;
    height: 100%;
}




a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
    border-color:#e70d0d;
}

/*text styles*/


h1{
    font-size:70px;
    font-weight: 700;
    margin-bottom:10px;
    color:#fff;

}

h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom:10px;
    color:red;
}

h3{
    font-size:22px;
    font-weight: 700;
    margin-bottom:10px;
}

p{
    font-size:15px;
    line-height: 20px;
    margin-bottom:10px;
}

footer{
    background:#231f20;
    padding:20px 0 20px;
    color:#fff;
}

@media (max-width:767px){

    #navbar-primary .navbar-nav li{
    display: block;
    }

    .navbar-brand{
        height: auto;
        padding:5px 0px;
    }

    .navbar{
        padding:0px;
    }

    .logo {
    width: 186px;
    height: 180px;
    }

    #panels .col-md-4{
    color:#fff;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(163,6,6,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(163,6,6,1);
    box-shadow: inset 0px -2px 0px 0px rgba(163,6,6,1);
    padding:20px 0 20px;
    }


    img.img-size{
    width: auto;
    max-height: 120px;
    height: 100%;
    }

    footer{
        padding-bottom:35px;
    }
}

