/* Theme Name: Zodkoo - Responsive Landing page template
   Author: Coderthemes
   Author e-mail: coderthemes@gmail.com
   Version: 1.2.0
   Created: May 2016
   File Description:Main CSS file of the template
*/

/*------------------------------------------------------------------

[Table of contents]

1. Reset
2. Helper classes
3. Buttons
4. Dropdown
5. Navbar Custom
6. Home
7. FEATURES
8. Pricing
9. Testimonials
10. SUBSCRIBE
11. Footer
12. Other pages CSS
    12.1 Contact
    12.2 Team
    12.3 FAQ
    12.4 JOB
    12.5 Intro Form
13. Responsive

-------------------------------------------------------------------*/


/*======= 1.Reset ======== */
body {
  font-family: 'Roboto', sans-serif;
  color: #496174;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow-x:hidden;
}

::selection{
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

::-moz-selection {
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

a:hover,a:focus,.a:active {
  text-decoration: none;
  outline: none !important;
}

/* Back to top */
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  left: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #496174;
}

.back-to-top i {
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}


/*======= 2.Helper classes ======== */
.section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.sub-title {
  margin-bottom: 40px;
  font-size: 15px;
}

.title {
  font-size: 22px;
  margin-top: 0;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: #82929f;
}

.text-light {
  color: rgba(255, 255, 255, 0.7);
}

.font-light {
  font-weight: 300;
}

.bg-light {
  background-color: #f3f6fa;
  border-top: 1px solid #E6EDF3;
  border-bottom: 1px solid #E6EDF3;
}




.cake-debug-output {
  z-index: 1000;

}
.text-centered {
  text-align: center;
}
/*======= 3.Buttons ======= */

/*======= 4.Dropdown ======= */
.dropdown-menu {
  box-shadow: none;
  padding: 4px;
  border-radius: 4px !important;
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
  border: 2px solid #eee;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 15px !important;
  color: #496174 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #ffffff !important;
}

@-webkit-keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* Modals */

.modal .modal-dialog .modal-content .modal-header {

  background-color: #01bf86;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 150%;
}

.modal .modal-dialog .modal-content .modal-footer {
  background-color: #FFFFFF;
}

/*.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}*/





/* ==== 7. FEATURES ==== */

.feat-description p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.feat-description h4 {
  font-weight: 300;
  line-height: 28px;
}

.title-box-icon i {
  font-size: 48px;
  margin-bottom: 20px;
}

.title-box-icon h3 {
  margin-bottom: 70px;
}

.features-box {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}

.features-box i {
  font-size: 48px;
}



/* ==== 8. Pricing === */

.pricing-column {
  position: relative;
  margin-bottom: 40px;
}

.pricing-column .inner-box {
  position: relative;
  margin: 20px auto 0px auto;
  /*max-width: 420px;*/
  padding: 0px 10px 30px;
  border: 2px solid #95A8B7;
}

.inner-box p {
  padding: 0px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #7f7f7f;
  margin-bottom: 30px;
}

.pricing-column.active .inner-box {
  background: #f3f6fa;
  /*-webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);*/
}

.pricing-column .js-deselect-plan {
  display: none;
}
.pricing-column.active .js-select-plan {
  display: none;
}
.pricing-column.active .js-deselect-plan {
  display: inline-block;
}

.pricing-column .plan-header {
  position: relative;
  padding: 20px 0px 0px;
}

.pricing-column .plan-header i {
  margin-bottom: 0px;
}

.pricing-column .plan-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

.pricing-column .plan-price {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.pricing-column .price-per-day {
  font-size: 13px;
  color: #496174;
  text-align: center;
  font-weight: normal;
  margin-top: 2px;
}



.pricing-column .plan-price .plan-price-discount-text {
  background-color: red;
  color: white;
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.pricing-column .plan-price .plan-price-discounted {
  text-decoration: line-through;
}

.pricing-column .plan-price .plan-price-with-discount {
  color: red;
}



.pricing-column .plan-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  min-height: 38px;
  text-align: center;
}

.pricing-column .plan-duration {
  margin-top: 20px;
  font-size: 13px;
  color: #98a6ad;
  text-align: center;
}

.recipe .plan-duration {

}

.pricing-column .plan-pic {

}

.pricing-column .plan-pic i {
  font-size: 48px;
}

.pricing-column .table.plan-data  {
  margin-bottom: 5px;
}

.pricing-column .plan-link  {
  margin-bottom: 25px;
  text-align: center;
  font-size: 80%;
  color: #98a6ad;
  font-style: italic;
}


.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.pricing-column .plan-stats li i {
  font-size: 18px;
  width: 26px;
  vertical-align: middle;
}

.pricing-column.recipe .plan-header {
  /*min-height: 534px;*/
}

.select-meal h3 {
  font-size: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #01bf86 !important;
  text-align: center;
  margin-bottom: 20px;
}


.dog .slider {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.dog .slider .slider-selection {
	background: #01bf86;
}
.dog .slider .slider-handle {
	background: #496174;
}

.body-composition {
  border: 2px solid #f3f6fa;
  padding: 5px;
  margin-bottom: 10px;
}

.body-composition p {
  min-height: 40px;
}

.body-composition.active {
  border: 2px solid #95A8B7;
  /*background-color:#f3f6fa;*/
}

.body-composition img {
  float: left;
  margin-right: 10px;
  width: 90px;
}
/*
.delivery {
  border: 2px solid #f3f6fa;
  padding: 5px;
  margin-bottom: 10px;
}
.delivery .icon {
  float: left;
}
.delivery .icon i {
  font-size: 28px;
}
.delivery .plan-duration {
  min-height: 66px;
}

.delivery .delivery-form {
  border: 2px solid #95A8B7;
  padding: 20px;
  background-color:#f3f6fa;
}

.delivery .delivery-form h4 {
  font-size: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #01bf86 !important;
}*/

.plans .pricing-column .plan-title {
  min-height: 44px;
}

.img-why {
  margin-top: 40px;
}
/* === 9.Testimonials === */

.testimonial-description {
  margin-top: 50px;
  border-radius: 5px;
  padding: 30px 30px 20px 30px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px rgba(222, 222, 222, 0.32);

}

.testimonial-description p {
}

.testimonial-description:after {
  content: "";
  bottom: -15px;
  left: 50px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.testimonial-description p {
  line-height: 24px;
  font-size: 14px;
  font-style: italic;
}

.testimonial-user-thumb img{
  border-radius:50%;
  width: 60px;
  height: 60px;
}

.testimonial-user-name {
  margin-bottom: 0px;
}

.user-thumb,
.user-text{
  display: inline-block;
  vertical-align:bottom;
}

.user-thumb{
  margin-right:15px;
}

.testimonial-user-info{
  padding-left:30px;
  margin-top: 35px;
}

.user-position{
  font-weight:400;
  display: block;
}

#checkout .pricing-column .inner-box {
  min-height: 555px;
}

#checkout .order-summary {
    text-align: left;

}
#checkout .order-summary .value {
    text-align: right;
}

/* === 10. SUBSCRIBE === */

.input-subscribe {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  padding-left: 20px;
  box-shadow: none !important;
  margin-bottom: 10px;
}

.input-subscribe:focus {
  border: 2px solid rgba(255, 255, 255, 0.6);
}

input.input-subscribe::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

input.input-subscribe:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

label.valid {
  color: #ffffff;
  font-weight: normal;
  margin: 10px 0;
}


/*======= 11 Footer =======*/

#footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3e47;
}

#footer h5{
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

#footer a{
  color: rgba(255, 255, 255, 0.4);;
}

#footer a:hover{
  color: rgba(255, 255, 255, 0.6);;
}

#footer ul li {
  margin: 5px 0px;
}

.footer-alt {
  margin-top: 30px;
  padding-top: 20px;
}

#footer address {
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  font-size: 13px;
}


/* == 12. Other pages CSS === */

.header-title-box {
  padding-top: 190px;
  padding-bottom: 155px
}

.header-title-box h3 {
  font-size: 30px;
  font-weight: 300;
}

.title-about h3 {
  margin-bottom: 30px;
}

.wide-img-showcase-row {
  position: relative;
}

.no-padding.img {
  background: url(../img/showcase-1.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.no-padding.img-2 {
  background: url(../img/showcase-2.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.about-detail-img-box {
  padding: 15% 0;
}


/* == 12.1 Contact ==*/
textarea {
  max-width: 100%;
}

.contact-form .form-control {
  height: 42px;
  box-shadow: none;
  border: 2px solid rgba(40, 40, 46, 0.3);
}

textarea.form-control {
  height: auto !important;
}
/*
.error {
  margin: 8px 0px;
  display: none;
  color: red;
  font-weight: normal;
}*/

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.contact-box {
  padding: 30px;
}

.contact-detail {
  margin-bottom: 40px;
}
.contact-detail i{
  float: left;
  width: 40px;
  font-size: 24px;
}

.contact-detail p,.contact-detail address{
  overflow: hidden;
}

.contact-detail a {
  color: #496174;
}
.parsley-error {
  border: 2px solid red !important;
}
.parsley-errors-list {
  padding-left: 0px;
}
.parsley-errors-list li {
  list-style: none;
  color: red;
  margin-top: 3px;
  font-size: 13px;
}


/*== 12.2 Team ==*/

.team img {
  max-width: 240px;
  margin: 0px auto;
  background-color: #fafafa;
}

.team .team-member {
  margin: 30px 0px;
}

.team .team-member h4 {
  padding-top: 10px;
  margin-bottom: 5px;
}

.team .team-member p {
  margin-bottom: 0px;
}

/* ==== 12.3 FAQ ==== */
.question {
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
}

/* === 12.4 JOB ===*/
.job-box {
  padding: 20px 30px;
  background-color: #f3f6fa;
  border: 1px solid #E6EDF3;
  border-radius: 5px;
  margin-bottom: 30px;
}

.job-box h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.btn-job {
  padding: 6px 20px !important;
  font-size: 12px;
  text-transform: none;
  margin-top: 10px;
}

/* == 12.5 Intro Form ===*/
.intro-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
  box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
}

.intro-form h3{
  color: #949799;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px;
}

.intro-form input {
  border: 1px solid #eee;
  height: 38px;
  box-shadow: none !important;
}


.intro-form .form-group:last-of-type {
  margin-bottom: 0;
}




/*======= 13. Responsive ======*/
@media (min-width: 768px) {
  .nav-custom-left {
    margin-left: 5%;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .no-padding.img,.no-padding.img-2 {
    position: relative;
    height: 300px;
  }
  .video-wrapper {
    padding-top: 50px;
  }
  .intro-form {
    margin-top: 50px;
  }
  .feat-description {
    margin-bottom: 50px;
    text-align: center;
  }
  .home-wrapper {
    font-size: 18px;
    padding: 100px 0px 15px 0px;
  }
  .home-wrapper h1{
    font-size: 26px;
    line-height: 26px;
    width: 90%;
    margin: 0 auto;
    color: #FFFFFF;
  }
  .home-wrapper h4{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    font-size: 80%;
    text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
  }
  .btn-xl {
    font-size: 120%;
  }
}


/* ========== Orders =========== */
.breadcrumb li.active {
  font-weight: bold;
}

.checkbox-inline input {
  margin-right: 5px;
}

.error-message {
  color: #DA7D6C;
  margin-bottom: 5px;
  font-size: 90%;
}

.error input, .error select {
  color: #DA7D6C;
  border-color: #DA7D6C;
}

.radio-div {
  border: 2px solid transparent;
  padding: 5px 10px;
  text-align: center;
}

.radio-div input {
  display: none;
}

.radio-div.active {
  border: 2px solid #95A8B7;
  /*background-color:#f3f6fa;*/
}

#order .well {
    min-height: 20px;
    padding: 15px 20px;
    margin-bottom: 20px;
    background-color: #01bf86;
    border: 1px solid #01bf86;
    border-radius: 2px;
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

#order .well h4 {
  font-size: 200%;
}

#order .plan .plan-duration {
  min-height: 88px;
}

#delivery .plan-duration {

}

#delivery .plan-title {
  min-height: 44px;
}

.delivery-frequency-radio {
  text-align: left;
  display: inline-block;
}

.delivery-frequency-radio input {
  margin-top: -5px;
  margin-right: 5px;
  box-shadow: inherit;
}
.delivery-frequency-radio label {
  margin-top: 5px;
}


#thankyou .coupon-container {
  display: none;
}

#thankyou .coupon {
  font-size: 200%;
  margin-top: 40px;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
}


#thankyou .coupon-container {

}

#onboarding {
  font-size: 18px;
  color: #82929f;
}
#onboarding input[type="text"], #onboarding input[type="email"], #onboarding select {
  border-width: 0px;
  border-bottom: 2px dashed #496174;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  color: #496174;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}
#onboarding .error input[type="text"], #onboarding .error input[type="email"], #onboarding .error select {
  background-color: #f2dede;
}
#onboarding select.error {
  background-color: #f2dede;
}

#onboarding input[type="email"] {
  width: 300px;
}
#onboarding .onboarding.show {

}

/*Bootstrap alignment issues*/
.checkbox-inline.no-indent,
.checkbox-inline.no-indent+.checkbox-inline.no-indent {
  margin-left: 0;
  margin-right: 10px;
  margin-top:10px;
}
.checkbox-inline.no-indent:last-child {
  margin-right: 0;
}
.checkbox-inline:first-child {
  margin-top: 0;
}
.breadcrumb > li + li:before {
    color: #ccc;
    font-family: "Pe-icon-7-stroke";
    src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
  	src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
  		url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
  		url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
  		url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    content: "\e684 ";
    padding: 0 5px;
}


#customPlan .recommendation {
  /*border: 2px solid #95A8B7;*/
  background-color:#f3f6fa;
  padding: 20px;
}

#customPlan .recommendation-card {
  display: table;
  height: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#customPlan .recommendation-card-inner {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #95A8B7;
  text-align: center;
  padding: 2px;
  background-color: #FFF;
}

#customPlan .recommendation-card-inner {
  color: #82929f;
  font-weight: bold;
  width: 100px;
  min-height: 100px;
  font-size: 90%;
}

#customPlan .recommendation-card-img {
  max-width:50%;
  display:block;
  margin: 10px auto;
}
#customPlan .recipe-card-inner.active {

  background-color: #95A8B7;
  color: #FFFFFF;
  font-weight: bold;

}

#customPlan .plan-card-inner {
  color: #82929f;
  width: 180px;
  min-height: 100px;
  font-size: 80%;
}

#customPlan .coupon-box {
  background-color: #01bf86;
  padding: 10px;
  border-radius:5px;
  text-align:center;
  color: #FFFFFF;
}
#customPlan .coupon-box .btn {
  margin-top: 2px;
  margin-bottom: 2px;
}

img.icon {
  margin-bottom: 20px;
  max-width: 48px;
  max-height: 48px;
}

#menu .dog-profile {
  border: 2px solid #496174;
  border-radius: 10px;
  margin-bottom: 10px;

}
#menu .dog-profile.green {
  border: 2px solid #01bf86;
  background-color: #01bf86;
  color: #FFFFFF;
}

#menu .dog-profile-pic {
  text-align: center;
}
#menu .dog-profile-pic img {
  margin: 20px 10px 0px 10px;
  max-width: 60%;
  display: inline-block;
}

#menu .dog-profile h3 {
  font-size: 24px;
  text-align: center;
  padding: 0px 5px;
}
@media (max-width: 1024px) {
  #menu .dog-profile h3 {
    font-size: 14px;
  }
}

#menu .dog-profile-right {
  margin: 20px 0px;
  padding: 0px 10px;
  margin-left: -30px;
  border-left: 1px solid white;
}

#menu .dog-recommendation-pic img {
  margin: 20px 10px 10px 10px;
  max-width: 80%;
  display: inline-block;
}

#menu .dog-recommendation-right {
  margin: 20px 0px;
  padding: 0px 10px;
  margin-left: -30px;
  border-left: 1px solid #496174;
  min-height: 180px;
}

#menu .dog-profile td {
  border: 0px;
}
#menu .dog-profile td.header {
  font-weight: bold;
}

#checkout .plan-description img {
  margin-bottom: 20px;
}
#checkout .plan-description i {
  font-size: 48px;
  margin-bottom: 20px;
}
#checkout .plan-description p {
  color: #496174;
}



#pickup-locations-container {

  margin-top: 20px;
  margin-bottom: 20px;
}

#pickup-locations-container .location {
  /*background: #f3f6fa;*/
  color: #7f7f7f;
  border: 2px solid #95A8B7;
  padding: 15px;
  margin-bottom: 20px;
}

#pickup-locations-container .location .js-deselect-plan {
  display: none;
}
#pickup-locations-container .location.active .js-select-plan {
  display: none;
}
#pickup-locations-container .location.active .js-deselect-plan {
  display: inline-block;
}
#pickup-locations-container .location.active {
  background: #f3f6fa;
}
#pickup-locations-container .location-body {
  min-height: 196px;
}
#pickup-locations-container h6 {
  font-family: 'Roboto', sans-serif;
  color: #496174;
  font-size: 16px;
}

#pickup-locations-container h5 {
  color: #01bf86;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
}

#pickup-locations-container .location-address {

}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 20px;
  height: 35px;
  margin-left: -20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  bottom: 50px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

h1.quote {
  line-height: 50px;
  font-style: italic;
}

@media (max-width: 767px) {
  h1.quote {
    line-height: 30px;
    font-size: 20px;
    font-style: italic;
  }
}

.carousel {
  max-width: 400px;
  margin: auto;
}
.carousel div.caption  {
  /*position: absolute;
   top: 0px;
   left: 0;
   width: 100%;
   background-color: rgba(0,0,0, 0);*/

   max-width: 400px;
}
.carousel-nav {
  max-width: 400px;
}


.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-right {
  float: right;
}

.example-pricing  {
  background-color: #f3f6fa;
  padding: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}


.example-pricing .media-left {
  padding-right: 20px;
}
.example-pricing .header {
  position: relative;
  padding: 30px 10px 0px;
  min-height: 40px;
}

.example-pricing .media-heading {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    color: #01bf86;
}
.example-pricing .plan-subtitle {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.example-pricing .description {
  font-size: 13px;
  color: #98a6ad;
  text-align: left;
}


#delivery #delivery-date {
  font-weight: bold;
  color: red;
}

#blog .blog-post h1 a, #blog .blog-post h1 {
  color: #01bf86 !important;
  margin-bottom: 20px;
}

#blog .blog-post .post-main-image {
  margin-top: 20px;
}

#blog .blog-post .post-body {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: justify;
}

#blog hr {
  margin: 20px 0px;
}

#blog .navbar-blog {
      min-height: 0px;
      background-color: #f3f6fa;
}

#blog .navbar-blog li a {
      color: #01bf86;
      text-transform: uppercase;
      font-size: 16px;
}
#blog .navbar-blog li.active a {
      background-color: #E6EDF3;
      color: #496174;
}
#press img {
  margin: 0px 20px;
}

#login .links {
  text-align: center;
}

#account .dog {
  position: relative;
  margin-bottom: 40px;
}

#account .dog .inner-box {
  position: relative;
  margin: 20px auto 0px auto;
  /*max-width: 420px;*/
  padding: 0px 10px 30px;
  border: 2px solid #95A8B7;
}

#account .inner-box p {
  padding: 0px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #7f7f7f;
  margin-bottom: 30px;
}

#account .dog.active .inner-box {
  background: #f3f6fa;
  /*-webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);*/
}

#account .dog .dog-header {
  position: relative;
  padding: 10px 10px 0px;
}
#account .dog .dog-footer {
  text-align: center;
}

#account .dog .dog-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  color: #01bf86 !important;
}

#account .dog .dog-price {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}



#account .dog .dog-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  min-height: 38px;
  text-align: center;
}

#account .dog .dog-description {
  margin-top: 20px;
  font-size: 13px;
  color: #98a6ad;
  text-align: center;
}

#account .edit-link {
  font-size: 80%;

}

.cart .addItemForm {
  padding: 20px;
  background-color: #01bf86 !important;
}
.cart .addItemForm h4 {
  color: white;
}








/* Extras */
/*a:visited{color:#888}
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}
* { font-family:monospace; }
.radio-image input{ margin: 5px 0 0 12px; }
.radio-image label{ margin-left: 7px; }
span.cc{ color:#6d84b4 }*/

.title2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #01bf86 !important;
}

#basket .plan h3 {
  margin-top: 10px;
}

.hidden-input {
  height: 46px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}


.locator {
  border: 2px solid #95A8B7;
  padding: 20px;
  background-color: #f3f6fa;
}
.location-list-container {
  height: 500px;
  overflow: auto;
}
.location-card {
  color: #7f7f7f;
  border: 2px solid #95A8B7;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
.location-card.active {
  color: #7f7f7f;
  border: 2px solid #01bf86;
  padding: 15px;
  margin-bottom: 20px;
  background: #FFFFFF;
}
.location-card h4 {
  font-size: 16px;
  margin-top: 0px;
}
.location-card label {
  border: 2px solid #95A8B7;
  padding: 5px 15px 5px 10px;
  border-radius: 22px;
  background-color: #f3f6fa;

}
.location-card.active label {
  border: 2px solid #01bf86;
}

.icon-lg {
  font-size: 48px;
  margin-bottom: 20px;
}

.text-bold {
  font-weight: bold;
}
