/*
Start Global Styles
------------------------------------------------------------*/
@import  url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
/*@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #5a5a5a;
}
a {
  -o-transition:color .5s ease-out, background .5s ease-in;
  -ms-transition:color .5s ease-out, background .5s ease-in;
  -moz-transition:color .5s ease-out, background .5s ease-in;
  -webkit-transition:color .5s ease-out, background .5s ease-in;
  transition:color .5s ease-out, background .5s ease-in;
}

.navbar-fixed-top {
    top: 32px;
}

#top-nav-container {
    background-color: #000;
    padding: 5px ;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1031;
}

#top-nav-container p {
    margin: 0;
    color: #c5c5c5;
}

#top-nav-container .btn {
    margin-right: 15px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 24px;
}

.dropdown-menu {
    background-color: #222;
    border: none;
    padding: 0px;
}

.dropdown-menu > .active > a {
    background-color: #1abc9c;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #1abc9c;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1abc9c;
    color: #fff;
}

.dropdown-menu > li > a {
    color: #fff;
    padding: 10px 20px;
}

#banner {
    border-bottom: 4px solid #000;
    padding-top: 83px;
}

#banner img {
	width: 100%;
}

#banner .carousel-indicators {
        display: none;
}

p {
    color: #5a5a5a;
    font-size: 16px;
}
p a:link  {
    color: #1abc9c;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dotted #1abc9c;
}

p a:visited {
    color: #1abc9c;
}

p a:hover {
    color: #17a387;
}

.bold {
    font-weight: 400;
}
.red {
    color: red;
}

blockquote h3 {
    margin-top: 0px;
}

section {
    padding: 40px 0px;
}

section h1 {
    margin-top: 0px;
    font-size: 40px;
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
}

section h2 {
    margin-top: 0px;
    text-align: center;
    font-size: 24px;
    color: #7a7a7a;
    font-weight: 300;
    margin-bottom: 30px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.bg-grey {
    background-color: #fcfcfc;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mtb20 {
    margin: 20px 0;
}

.mtb40 {
    margin: 40px 0;
}

.mb40 {
    margin: 0 0 40px 0;
}

.mt40 {
    margin-top: 40px;
}

.green {
    background-color: #1abc9c;
}
.green-text {
    color: #1abc9c;
}

.btn-green {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #17a387;
    border-color: #1abc9c;
}

.sort-btn .btn-green:hover, .sort-btn .btn-green:focus, .sort-btn .btn-green:active, .sort-btn .btn-green.active, .sort-btn .open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/*ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
}*/

.list li {
    line-height: 25px;
}
/*
End Global Styles
------------------------------------------------------------*/

/*
Start Footer
------------------------------------------------------------*/
footer {
    background-color: #2c3e50;
    padding: 30px 0 0 0;
    color: #a6a6a6;
}

footer h4 {
    font-weight: 300;
    color: #fff;
}

footer p {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
}

footer p a:link {
    color: #ccc;
    text-decoration: none;
    font-weight:400;
    border-bottom: 1px dotted #ccc;
}

footer p a:visited {
    color: #ccc;
}

footer p a:hover{
    color: #fff;
}

ul.footer-links {
    padding-left: 15px;
}
.footer-links li a {
    color: #ccc;
    text-decoration: none;
    line-height: 28px;
}

.footer-links li a:visited {
    color: #ccc;
}

.footer-links li a:hover{
    color: #fff;
}

footer address {
    color: #ccc;
}

footer address a:link, footer address a:visited {
    color: #ccc;
    text-decoration: none;
    font-weight:400;
    border-bottom: 1px dotted #ccc;
}
footer address a:hover {
    color: #fff;
}

.hours div {
    border-bottom: 1px dashed #808080;
    overflow: hidden;
    padding: 10px 0;
}

.hours div:last-child {
    border-bottom: none;
}

.hours p {
    margin: 0;
}

.hours div .day {
    float: left;
}

.hours div .time {
    float: right;
}

.terms {
    margin-top: 20px;
}

.terms p {
    font-size: 11px;
}
/*
End Footer
------------------------------------------------------------*/


/*
Start Map
------------------------------------------------------------*/
#map-container {
    margin-top: 20px;
}
/*
End Map
------------------------------------------------------------*/

/*
Start Accordion Panel
------------------------------------------------------------*/
.panel-heading {
    padding: 0px;
}

.panel-heading a:hover {
    text-decoration: none;
}

.panel-title > a {
    color: inherit;
    padding: 20px 15px;
    display: block;
    text-decoration: none;
    outline: none;
}

/*
End Accordion Panel
------------------------------------------------------------*/

/*
Start Nav Tabs
------------------------------------------------------------*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #1abc9c;
}
.nav-tabs > li > a {
    color: #7a7a7a;
}
#kennel-refurb h4 {
    margin-top: 20px;
}
/*
End Nav Tabs
------------------------------------------------------------*/

/*
Start Customer Carousel
------------------------------------------------------------*/
.carousel#customers {
    padding-bottom: 40px;
    padding-top: 10px;
}

.carousel#customers img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel#customers .carousel-indicators {
    bottom: -16px;
}

.carousel#customers .carousel-indicators li {
    border: none;
    background-color: #ebebeb;
    border-radius: 0px;
    width: 15px;
    height: 15px;
}

.carousel#customers .carousel-indicators .active {
    background-color: #1abc9c;
    width: 15px;
    height: 15px;
    margin: 1px;
}

/*
End Customer Carousel
------------------------------------------------------------*/

/*
Start Carousel for Multiple Carousels
------------------------------------------------------------*/
.carousel .carousel-indicators.single .active {
    background-color: #1abc9c;
    width: 15px;
    height: 15px;
    margin: 1px;
}

.carousel .carousel-indicators.single {
    bottom: -76px;
}
.carousel .carousel-indicators.single li {
    border: none;
    background-color: #ebebeb;
    border-radius: 0px;
    width: 15px;
    height: 15px;
}

.carousel .single  {
    margin-bottom: 40px;
}

.carousel .single img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*
End Carousel for Multiple Carousels
------------------------------------------------------------*/

/*
Start Carousel for Single Carousels
------------------------------------------------------------*/
.carousel#slider-single {
    margin-bottom: 40px;
}

.carousel#slider-single img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel#slider-single .carousel-indicators .active {
    background-color: #1abc9c;
    width: 15px;
    height: 15px;
    margin: 1px;
}

.carousel#slider-single .carousel-indicators {
    bottom: -51px;
}
.carousel#slider-single .carousel-indicators li {
    border: none;
    background-color: #ebebeb;
    border-radius: 0px;
    width: 15px;
    height: 15px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
/*
End Carousel for Single Carousels
------------------------------------------------------------*/

/*
Start Parking Prices
------------------------------------------------------------*/
#parking-prices .panel-heading {
    padding: 10px 15px;
}

#parking-prices .panel h2 {
    margin-bottom: 0px;
}
#parking-prices .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*
End Parking Prices
------------------------------------------------------------*/


/*
Start Sales Template
------------------------------------------------------------*/
.sales h2 {
    text-align: left;
    margin-bottom: 10px;
}
.sales .price {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0px;
}
.sales .title {
    margin-bottom: 5px;
    margin-left: -16px;
    font-weight: 600;
}
.sales .title span {
    font-weight: 400;
}

/*
End Sales Temeplate
------------------------------------------------------------*/

/*
Start Contact Form
------------------------------------------------------------*/
#contact-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact-form textarea, input[type=text],input[type=email],input[type=search],input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

#contact-form .form-control:focus {
    border-color: #1abc9c;
}
#contact-form label {
    font-weight: 600;
    font-size: 18px;
}

#contact-form small {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
#contact-form .input-lg {
    border-radius: 2px;
}

.form-control1 {
    background: #f2dede;
}
/*
End Contact Form
------------------------------------------------------------*/

/*
Start Gallery Lightbox
------------------------------------------------------------*/
#dog-gallery h3, #cat-gallery h3 {
    font-size: 20px;
}

.sort-btn {
    margin: 20px 0;
}

.carousel-control.left,.carousel-control.right {
    background-image:none;
}

#gal .thumbnail {
    cursor: pointer;
}

.modal-body {
    position: relative;
    padding: 20px 20px 0px 20px;
}

.modal-footer {
    padding: 0px 20px 20px;
    margin-top: 0px;
    text-align: right;
    border-top: none;
}

.close {
    color:#1abc9c;
opacity: 1;
text-shadow: none;
}

.close:hover, .close:focus {
    color:#1abc9c;
}

*:focus {
    outline: none;
   }

/*
End Gallery Lightbox
------------------------------------------------------------*/


/*
Start Media Queries
------------------------------------------------------------*/
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }

}

@media (max-width: 991px) {
    /* Make logo fit*/
    .nav > li > a {
        padding: 15px 7px;
    }

    #top-nav-container .btn {
        margin-right: 0px;
    }
}


/*--- iPhone5 Portrait ---*/
 @media (min-width: 320px) and (max-width: 567px) {
    body::-webkit-scrollbar {
    display: none;
    }
}

/*--- iPhone5 Landscape ---*/
 @media (min-width: 568px) and (max-width: 767px) {
    .navbar-collapse {
    max-height: 170px;
    }

    body::-webkit-scrollbar {
    display: none;
    }
}