/*!
Counterbalance styles
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.wrap {
    position: relative;
}
.article-feed .thumbnail { margin:5px; height: 400px;}


/*  TYPOGRAPHY */

h1,h2,h3,h4,h5,h6 {
	line-height:150%;	
	letter-spacing:.20px;
    margin-bottom: 20px;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 40px 0;
    font-size: 2em;
    font-weight: 700;
	color:#fff;
}

.view-all {
	float:right;
}

.caption h3  {
    margin-bottom:0;
    font-weight: 900;
    font-size:1.3em;
    letter-spacing: -.2px;

}

.logo {
    width: 300px;
    z-index: 100;
}

.logo-xs { padding:5px; height: 5%;
height: 50px;}

/*Bootstrap primary overrides*/

.text-primary {
	color:#222222;
}

.bg-primary {
	background-color:firebrick;
}

.bg-gray {
	background-color:#ebebeb;
}

.thumbnail {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
	border:1px solid #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.back-top { 
	float:right;
	margin:-80px 10px 0 0;
}

.back-top a {
    color:#ebebeb;
    text-decoration: none;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.10), 0 2px 5px rgba(0, 0, 0, 0.10);
}

.back-top a:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
}



.btn-primary {
    background-color: firebrick;
    border:1px solid darkred;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: darkred;
    border:1px solid firebrick;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
	color: #ccc;
}


/* Horizontal nav */

.light {
    font-weight: 400;
}

.navbar-custom {
    border-bottom: 1px solid rgba(255,255,255, 0.5);
    text-transform: uppercase;
    font-weight:700;
    font-family: 'Lato',Sans-Serif;
    background-color: #ebebeb;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:  0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow:  0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    z-index: 20;
    text-align: center;
    height: 116px;
}

.navbar-header {
    height: 50px;
    }

.navbar-custom .navbar-brand {
    font-weight: 700;
    margin-top: -15px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
    color: #333;

}

.navbar-custom a {
    color:firebrick;
}

.navbar-custom .nav li.active {
    outline:none ;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
}

.navbar-toggle {
    margin:-106px 18px 30px 0;
    color:#333;
    position: relative;
}

 .navbar-toggle:hover {color:firebrick;  }



@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background-color: #ebebeb;
        border-radius: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .navbar-fixed-top { background-color: #ebebeb; position: relative; }

}       


/* Header */

.header-home {
    font-family: Lato ,Sans-Serif;
	text-transform:uppercase;
    display: table;
    position: relative;
    width: 100%;
    height: 70%;
    background: url(../img/bg-cbb.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.15);
}

.header-gallery {
    font-family: Lato ,Sans-Serif;
    text-transform:uppercase;
    display: table;
    position: relative;
    background: url(../img/bg-cbb.jpg) no-repeat center center fixed;
    width: 100%;
    height: 65%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.15);
}

.header-about {
    font-family: Lato ,Sans-Serif;
    text-transform:uppercase;
    display: table;
    position: relative;
    background: url(../img/bg-cbb.jpg) no-repeat center center fixed;
    width: 100%;
    height: 65%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.15);
}

.header-services {
    font-family: Lato ,Sans-Serif;
    text-transform:uppercase;
    display: table;
    position: relative;
    background: url(../img/bg-cbb.jpg) no-repeat center center fixed;
    width: 100%;
    height: 65%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.15);
}

.header-shoptalk {
    font-family: Lato ,Sans-Serif;
    text-transform:uppercase;
    display: table;
    position: relative;
    background: url(../img/bg-cbb.jpg) no-repeat center center fixed;
    width: 100%;
    height: 65%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.15);
}

.header-shoptalk-post {
    font-family: Lato ,Sans-Serif;
    text-transform:uppercase;
    display: table;
    position: relative;
    background: url(../img/bg-cbb.jpg) no-repeat center center fixed;
    width: 100%;
    height: 15%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.15);
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}


.intro {
	padding:20px;
}


/* Sections */

.top-section {
    padding: 40px 0;
}

.blog-roll {
    background: transparent;
    height: 60%;
}

.connect { padding:40px 0;}

.connect li a { color:#EBEBEB;
    padding:10px; }

.connect li a:hover {
    color:#FFF;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.10), 0 2px 5px rgba(0, 0, 0, 0.10);
    transition: all ease-in-out 0.2s  ;
}


/* About */

.about {
    padding: 40px 0;
}

.our-friends {
    background-color: #e0e0e0;
}

/* Services */

.services {
    padding: 10px;
}

.services btn a:link {
	text-align:center;
}

.contact-info {
    margin-top: -30px;	
}

.contact-info {
}

.contact-info p {
        color:#ebebeb;
        font-weight:400;
}

.contact-info a {
    color: #ebebeb;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

.contact-info a:hover {
    margin-top: 0px;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.contact-info h4 { 
    margin-bottom: 3px;
    font-weight: 900;
    letter-spacing: 1px;
}

.contact-item {
    margin-bottom: 20px;
}

a:hover .fa-stack {
    transition: all 0.5s ease 0s;
}

a:hover .text-primary {
    color:firebrick;
    transition: all 0.5s ease 0s;
}

.box {
    border-radius: 3px;
    padding: 20px 25px;
    text-align: center;
    display: block;
    margin-bottom: 55px;
    background-color:#fff;
}
.box-icon {
    background-color: firebrick;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    text-transform: uppercase;
}

.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;

}
    


.shop-talk {
	padding:10px 20px 55px 20px;
	background-color:#ebebeb;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
	padding:40px 20px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/*    Carousel Fade Transition   */

#fade-quote-carousel.carousel {
}
#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: firebrick;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    font-weight: 300;
    line-height: 1.75;

}


#fade-quote-carousel blockquote em {    font-family: 'volkhorn';
    font-weight: 400;
    font-style: italic;
}

 a:link.yelp-link  {
    color:#FFFFFF;
    font-size:2em;
}

a:hover.yelp-link {
    color:#fff;
    text-decoration: none;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
/* Newsletter */
.email-signup {
    padding: 50px 0;
}

.email-input {
	width:50%;
	margin:0 auto;
}



/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Section - Visit Us */

.visit-us {
	
}

.map {
    height: 300px;
	padding-bottom:30px;
	margin:0;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
	
	.email-input {
	width:90%;
	margin:0 auto;
}

.header-home {
    font-family: Lato ,Sans-Serif;
    text-transform:uppercase;
    display: table;
    position: relative;
    width: 100%;
    height: 65%;
    background: url(../img/bg-cbb.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.25);
}
.header-home h1 {
    font-size: 1.4em;
}

.navbar-custom {
    height:74px;
}

.logo {
    width: 240px;
    z-index: 100;
    margin-top: -20px;
}
}

/* Footer */

footer {
    padding: 50px 0;
}

footer a:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}