
/* Extra small devices (phones, less than 768px) */
body {
    padding-top: 50px;
    background-color: #fffeff;
}

fieldset {
    margin-bottom: 50px;
}

table {
    border-color: #dadada;
}

table > tbody > td {
    border-color: #dadada;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fffeff;
}

.table-striped > tbody > tr.status-10 td {
    background-color: #fefde2 !important;
}

.table-striped > tbody > tr.status-15 td {
    background-color: #edfbd8 !important;
}

.table-striped > tbody > tr.status-50 td {
    background-color: #fbdcde !important;
}

.table-risk-alert td {
    text-align: center;
}

.table-search td.image {
    width: 55px;
}

.table-search .fa,
.table-veterinarian .fa {
    width: 15px;
}

.table-veterinarian tr:hover {
    cursor: pointer;
}

.table-veterinarian label {
    font-weight: normal;
    color: #727375;
    cursor: pointer;
}

.table-veterinarian b {
    color: #428bca;
}

div small.error {
    color: #B94A48;
}

div.alert > ul {
    margin-bottom: 0;
}

div.alert > ul li {
    margin-bottom: 0;
}

.breadcrumb {
    background-color: #f7f6f4;
}

.breadcrumb > .active {
    color: #4d4d4d;
}

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

.navbar-default .navbar-nav > li > a {
    color: #c8c9cb;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;background-color: transparent;
}

.navbar-default .logo-brand {
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 10px;
}

.navbar-default .navbar-brand {
    color: #c8c9cb;
    padding: 15px 0px 5px 0px;
}

.navbar-default .navbar-brand:hover {
    color: #ffffff;
}

.navbar-default .navbar-brand img {
    vertical-align: middle;
}

.teaser {
    color: #31708f;
    padding: 15px;
    border-color: #bce8f1;
    border-bottom: 1px solid #31708f;
    background-color: #d9edf7;
}

.container-fluid {
    padding: 0;
}

.container-login {
    background-color: #f7f6f4;
    padding: 20px;
    border-bottom: 1px solid #dadada;
}

.container-login span.or-block {
    padding: 0 10px;
}

.container-login p.or-block-xs {
    margin: 10px 0;
}

.container-chart {
    padding: 10px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-captcha img {
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sheet {
    color: #4d4d4d;
    padding-top: 36px;
    padding-bottom: 36px;
}

.sheet h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.sheet h2.header-section {
    margin-top: 50px;
}

.sheet h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
}

.sheet p {
    margin: 0 0 15px 0;
    font-size: 1.0em;
    line-height: 1.5em;
    color: #727375;
}

.sheet ul.list {
    padding: 0;
    margin: 0 0 40px 20px;
    list-style-type: disc;
}

.sheet ul.list li {
    color: #727375;
    margin: 0 0 15px 0;
    line-height: 1.5em;
}

.sheet ol.terms li {
    margin: 0 0 15px 0;
    font-size: 1.0em;
    line-height: 1.5em;
    color: #727375;
}

.sheet .img-responsive {
    margin: 0 auto;
}

.sheet .carousel-indicators {
    bottom:-30px;
}

.sheet .carousel-indicators li {
    border-color: #727375;
}

.sheet .carousel-indicators li.active {
    background-color: #727375;
}

.sheet-light {
    background-color: #f7f6f4;
}

.sheet-padding {
    padding-top: 36px;
    padding-bottom: 36px;
}

.sheet-heading {
    border-bottom: 1px solid #dadada;
}

.sheet-heading h1 {
    margin: 0 0 12px 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 25px !important;
}

.sheet-heading h3 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.1;
}

.place-item {
    background: #ffffff;
    border-bottom: solid 1px #c7c9c8;
    margin-bottom: 20px;
}

.place-item div.pull-left {
    overflow: hidden;
    margin-right: -15px;
    margin-left: 14px;
}

.place-item .place-item-img {
    padding:0;
}

.place-item .place-item-img img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 2000ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 2000ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 2000ms;
    width: 100%;
    height: auto;
}

.place-item:hover .place-item-img img {
    -webkit-transform: scale(1.15, 1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1500ms;
    -moz-transform: scale(1.15, 1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1500ms;
    transform: scale(1.15, 1.15);
    transition-timing-function: ease-out;
    transition-duration: 1500ms;
    position: relative;
    z-index: 3;
}

.place-item .place-item-heading {
    font-size: 13px;
    margin: 0 0 5px;
}

.place-item .place-item-heading.amazon-item-heading {
    font-size: 13px;
    font-weight: normal;
}

.place-item .place-item-heading.amazon-item-heading img {
    vertical-align: top;
}

.place-item .place-item-body {
    padding: 20px 30px 10px 35px;
}

.place-item .place-item-address {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 0;
}

.place-item .place-item-address.amazon-item-title {
    padding-top: 5px;
}

.place-item .place-item-address.amazon-item-title a {
    color: #727375;
    font-size: 12px;
}

.place-item .place-item-address.amazon-item-title a.price {
    color: #088A4B;
    font-weight: bold;
}

.place-description {
    border-top: 1px solid #dadada;
    padding-top: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

.place-stats {
    margin-bottom: 25px;
    border-bottom: 1px solid #dadada;
}

#carousel-app {
    margin-bottom: 50px;
}

#google-map, .container-chart {
    display: block;
    height: 200px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.google-map-wrapper {
    position: relative;
}

.google-map-overlay {
    position:absolute;
    top:4.5em;
    right:6.25em;
    z-index:5;
    width: 300px;
}

#gmap {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 700px;
}

.btn-appstore {
    margin-right: 10px;
}

.btn-appstore img.img-responsive {
    margin: 0 0 10px 0;
    display: inline;
}

.mini-post {
    margin-top: 30px;
}

.mini-post div.image {
    padding-top: 15px;
}

.mini-post h3 {
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.mini-post .author {
    font-size: 14px;
    color: #7C7C7C;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mini-post .summary {
    font-size: 15px;
    line-height: 165%;
}

.thumbnail-press {
    width: 210px;
}

.thumbnail-press .caption {
    text-align: center;
}

.disclaimer {
    font-style: italic;
    font-size: 12px !important;
}

#alert-go-pro p {
    margin-bottom: 0;
}

.pagination ul {
    margin-left: 0 !important;
}

img.img-testimonial {
    margin-right: 10px;
    margin-bottom: 10px;
}

span.required {
    font-weight: bold;
    color: #a94442;
    padding-left: 5px;
}

/* ==========================================================================
    dropdown
   ========================================================================== */

ul.dropdown-menu {
    background-color: #f7f6f4;
    border-color: #dadada;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #f7f6f4;
}

ul.dropdown-menu > .active > a,
ul.dropdown-menu > .active > a:hover,
ul.dropdown-menu > .active > a:focus {
    color: #555;
    text-decoration: none;
    outline: 0;
    background-color: #f7f6f4;
}

ul.dropdown-menu > li > a:hover {
    color: #428bca;
}

/* ==========================================================================
    dashboard
   ========================================================================== */

.dashboard-bar {
    background-color: #f7f6f4;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #dadada;
    color: #4d4d4d;
}

.dashboard-bar .img-avatar {
    float: left;
    margin-right: 15px;
}

.dashboard-bar span.valid {
    color: green;
    font-weight: bold;
}

/* ==========================================================================
    dog box
   ========================================================================== */

.dog-box {
    width: 150px;
    height: 190px;
    margin: 0 10px 15px 0;
    padding: 25px 30px;
    background-color: #f7f6f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dadada;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.dog-box > p {
    min-height: 46px;
}

.dog-box > a > img {
    background-color: #FFFFFF;
}

/* ==========================================================================
    risk alert
   ========================================================================== */

.risk-alert {
    padding: 10px;
    margin-bottom: 10px;
}

.risk-alert h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.3em;
}

.risk-alert .fa {
    margin-right: 10px;
}

.risk-alert p {
    margin-bottom: 0 !important;
}

.risk-alert-very-low {
    background-color: #dff0d8;
    color: #5c5d5f;
}

.risk-alert-very-low p {
    color: #5c5d5f;
}

.risk-alert-low {
    background-color: #fcd1bb;
    color: #5c5d5f;
}

.risk-alert-low p {
    color: #5c5d5f;
}

.risk-alert-moderate {
    background-color: #fcbc78;
    color: #5c5d5f;
}

.risk-alert-moderate p {
    color: #5c5d5f;
}

.risk-alert-high {
    background-color: #fc833f;
    color: #5c5d5f;
}

.risk-alert-high p {
    color: #5c5d5f;
}

.risk-alert-extreme {
    background-color: #B42D22;
    color: #efefef !important;
}

.risk-alert-extreme p {
    color: #efefef !important;
}

/* ==========================================================================
    share buttons
   ========================================================================== */

.share-buttons {
    margin-top: 25px;
}

a.btn-share {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 20px;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .74902) 0px 1px 1px;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}

a.btn-login {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .74902) 0px 1px 1px;
    vertical-align: middle;
    background-color: #3c5b9c;
    border-color: #213256;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .247059) 0px -1px 0px;
    background-repeat: repeat no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.btn-share i.fa,
a.btn-login .fa {
    margin-right: 10px;
}

a.btn-facebook {
    background-color: #3c5b9c;
    border-color: #213256;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .247059) 0px -1px 0px;
    background-repeat: repeat no-repeat
}

a.btn-googleplus {
    background-color: #c9282f;
    border-color: #7d1418;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .247059) 0px -1px 0px;
    background-repeat: repeat no-repeat
}

a.btn-twitter {
    background-color: #0bb8e7;
    border-color: #007291;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .247059) 0px -1px 0px;
    background-repeat: repeat no-repeat;
    margin-right: 0;
}

a.btn-whats-app {
    background-color: #60b82d;
    border-color: #5CAC25;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .247059) 0px -1px 0px;
    background-repeat: repeat no-repeat;
    margin-right: 0;
}

/* ==========================================================================
    social media bar
   ========================================================================== */

.social-bar {
    background-color: #f7f6f4;
    padding: 2.5em 0;
}

.social-media .footer-buttons-wrapper {
    position:relative;
}

.social-media .footer-buttons-wrapper a.buttons-wrapper {
    display:inline-block;
}

.social-media .footer-buttons-wrapper a.buttons-wrapper:hover .footer-buttons {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0;
    -moz-transform:rotate(20deg);
    -ms-transform:rotate(20deg);
    -o-transform:rotate(20deg);
    -webkit-transform:rotate(20deg);
    transform:rotate(20deg);
}

.social-media .footer-buttons-wrapper a.buttons-wrapper:hover .dark {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity:1;
}

.social-media .footer-buttons {
    width:70px;
    height:70px;
    margin:0 10px;
    float:left;
    -moz-transition-property:all;
    -o-transition-property:all;
    -webkit-transition-property:all;
    transition-property:all;
    -moz-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    transition-duration:0.2s;
}

.social-media .footer-buttons.dark {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0;
    position:absolute;
    display:block;
}

.social-media .footer-buttons.facebook {
    background:url("../media/images/btn-facebook.png");
}

.social-media .footer-buttons.facebook.dark {
    background:url("../media/images/btn-facebook-hover.png") !important;
}

.social-media .footer-buttons.twitter {
    background:url("../media/images/btn-twitter.png");
}

.social-media .footer-buttons.twitter.dark {
    background:url("../media/images/btn-twitter-hover.png") !important;
}

.social-media .footer-buttons.google-plus {
    background:url("../media/images/btn-google-plus.png");
}

.social-media .footer-buttons.google-plus.dark {
    background:url("../media/images/btn-google-plus-hover.png") !important;
}

.social-media .footer-buttons.rss {
    background:url("../media/images/btn-rss.png");
}

.social-media .footer-buttons.rss.dark {
    background:url("../media/images/btn-rss-hover.png") !important;
}

/* ==========================================================================
    footer
   ========================================================================== */

.footer {
    color: #c8c9cb;
    padding: 30px 0 30px;
    background-color: #3F4446;
}

.footer ul {
    padding: 0;
    margin-bottom: 30px;
    list-style-type: none;
    font-size: 1.0em;
}

.footer ul li {
    line-height: 2em;
}

.footer ul li b {
    line-height: 1.5em;
    border-bottom: 1px solid #c8c9cb;
    display: block;
    font-weight: 500;
    margin: 0 0 8px;
    padding: 0 0 8px;
    text-transform: uppercase;
    color:#ffffff;
}

.footer ul li a {
    color: #c8c9cb;
}

.copyright {
    font-size: 13px;
}

/* ==========================================================================
    buy pro
   ========================================================================== */

.price {
    color: #479133;
    font-weight: bold;
}

.payment-input {
    padding-top: 25px;
}

.payment-icon {
    margin-left: 5px;
    margin-right: 15px;
}

.payment-box {
    font-size: 13px;
    border-top: 1px solid #99c380;
    border-bottom: 1px solid #99c380;
    padding: 15px 10px 15px 5px;
    margin-bottom:25px;
    background-color: #fcfff7;
    color:#444;
}

.payment-box > .price-value {
    float: right;
    color: #479133;
    font-size: 18px;
    line-height: 18px;
}

.payment-box > .price-description > div {
    padding-top: 15px;
    font-size: 11px;
}

/* ==========================================================================
    ad sections
   ========================================================================== */

.ad-leaderboard-top {
    margin-top: 35px;
}

/* ==========================================================================
    donations
   ========================================================================== */

ul.donations-stats {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}

ul.donations-stats li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    margin-right: 30px;
}

ul.donations-stats li b {
    font-size: 20px;
    line-height: 28px;
    display: block;
}

ul.donations-stats li span {
    color: #828587;
}

/* ==========================================================================
    Small devices (iphone 320px and up)
   ========================================================================== */

@media (min-width: 480px) {
    #google-map, .container-chart {
        height: 300px;
    }

    .sheet h2 {
        font-size: 2.0em;
        line-height: 1.2em;
        font-weight: 300;
        margin: 0 0 20px 0;
    }

    .payment-box > .price-description > div {
        width: 30%;
    }
}

/* ==========================================================================
    Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {

    .container-small {
        width: 750px;
    }

    #google-map, .container-chart {
        height: 400px;
    }

    .sheet {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sheet h2 {
        font-size: 2.2em;
    }

    .sheet h4 {
        font-size: 1.3em;
        line-height: 1.5em;
    }

    .sheet p {
        margin: 0 0 20px 0;
        font-size: 1.1em;
    }

    .sheet-padding {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sheet-heading h1 {
        font-size: 30px !important;
    }

    .place-item .place-item-heading {
        font-size: 15px;
    }

    .place-item .place-item-address {
        font-size: 14px;
        line-height: 19px;
    }

    .risk-alert {
        padding: 15px;
    }

    .risk-alert p {
        padding-left: 30px;
    }

    .dog-box {
        width: 200px;
        height: 240px;
    }
}

/* ==========================================================================
    Medium devices (desktops, 992px and up)
   ========================================================================== */

@media (min-width: 992px) {

    .container-small {
        width: 970px;
    }

    #google-map, .container-chart {
        height: 500px;
    }

    .sheet {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .sheet h2 {
        font-size: 2.4em;
    }

    .sheet-padding {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

/* ==========================================================================
    Large devices (large desktops, 1200px and up)
   ========================================================================== */

@media (min-width: 1200px) {
}