/*
 * Template Name: Delta - Responsive Website Template for mobile apps
 * Version: 1.8
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/








/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #333333;
}
a {
  color: #5B7E33;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus {
  text-decoration: none;
  color: #000;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #000;
  /*border: 1px solid #F88C24;*/
  color: #fff;
  border-radius: 0;
}
.btn-theme:hover {
  background: #5B7E33;
  /*border: 1px solid #E37100;*/
  color: #fff;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
}
.form-control {
  height: 30px;
  padding: 0px 8px;
  font-size: 13px;
  color: #222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #2290BD;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group label {
  color: #666;
  font-weight: 300;
}
.input-group .form-control:last-child, .input-group .form-control:first-child {
  border-radius: 4px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc !important;
    font-weight: 300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc !important;
   opacity:  1;
   font-weight: 300;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc !important;
   opacity:  1;
   font-weight: 300;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc !important;
   font-weight: 300;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #14607E;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #000;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #598E6B;  
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  margin-top: 75px;
}
.panel-smart{
  padding:20px;
  background:#fff;
  /*border:4px solid #D5E9BC;*/
  /*-webkit-border-radius:8px;*/
  /*-moz-border-radius:8px;*/
  /*border-radius:8px;*/
}

.panel-smart .panel-heading{
  padding:5px 0 15px 0;
  color:#000;
  /*border-bottom:1px solid #ECF8DE;*/
}
.panel-smart h3.panel-title{
  font-size:24px;
}
.panel-smart .panel-body{
  padding:20px 0 0;
}
.panel-smart .terms{
  font-size: .9em;
  color: #666;
}

/* ======= Shipping SECTION ======= */
.shipping {
  margin-top: 30px; 
}
.shipping-bg {
  /*background: transparent url('../images/cbd/starburst.png') no-repeat center -400px;*/
  padding-bottom: 40px;
}

/* ======= Shipping Panel ======= */

.shipping-panel {
  padding: 0; 
}
.shipping-panel .panel-heading {
  padding: 0;
  color: #000;
  /*border-bottom: 1px solid #79A04D;*/
  /*box-shadow: 0px 4px 6px -3px #9c9c9c;*/
  background: #000; /* For browsers that do not support gradients */
/*  background: -webkit-linear-gradient(#79A04D, #000); */      /* For Safari 5.1 to 6.0 */
/*  background: -o-linear-gradient(#79A04D, #000); */      /* For Opera 11.1 to 12.0 */
/*  background: -moz-linear-gradient(#79A04D, #000);*/       /* For Firefox 3.6 to 15 */
/*  background: linear-gradient(#79A04D, #000); */      /* Standard syntax */
  /*#2290BD*/
}
.shipping-panel h3.panel-title {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.shipping-panel h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-weight: 700;
}
.panel-smart .panel-body{
  padding:20px;
}
.shipping-panel .btn {
/*   font-size: 18px; */
}





.has-pattern {
  background-image: url('../images/pattern_paws.png');
  background-repeat: repeat;
  background-position: left top;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header {
  padding: 20px 0;
  background: #fff;
  z-index: 9999;
  /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);*/
  /*-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);*/
  /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);*/
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}
.header h1.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a img {
  margin-top: 5px;
  margin-right: 5px;
  max-height: 40px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav button {
  background: #000;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 0px;
}
.header .main-nav .nav .nav-item.active a {
  color: #5B7E33;
  font-weight: bold;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 8px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #2290BD;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #2290BD;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
  padding: 15px 0;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #2290BD;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #2290BD;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #2290BD;
}
.flexslider .slides li {
  position: relative;
}



/* ======= Promo Section ======= */
.promo-bg {
  background-size: auto 100%;
  margin: 0;
}
.promo {
  background-color: #FFFEEC;
  background-size: auto 100%;
}
.promo .container {
  padding-bottom: 15px;
}
.promo .overview {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000;
}
.promo .overview h2 {
  margin-bottom: 30px;
  color: #000;
  /* EXAMPLE: font: italic small-caps bold 12px/30px Georgia, serif;*/        
  font: normal  500 40px/40px 'Barlow Condensed', 'Lato', 'sans-serif';
}
.promo .overview .summary {
  margin-bottom: 40px;
  margin-left: 70px;
}
.promo .overview .summary li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  padding-left: 5px;
  font-weight: bold;
  color: #666;
}
.promo .overview .summary li span{
  font-weight: bold;
  color: #fff;
}
.promo .overview .summary li i{
  margin-left: -20px; 
  color: #5B7E33;
}
.promo .overview p.description { 
  font-size: 18px;
  font-weight: 300;
  font-weight: bold;
  color: #666;
}
.promo .overview .download-area {
  display: inline-block;
}
.promo .overview .btn-theme {
  background: #F8AA47;
  border: 1px solid #F88C24;
  color: #fff;
}
.promo .overview .btn-theme:hover {
  background: #E37100;
  border: 1px solid #E37100;
  color: #fff;
}
.promo .overview .btn-theme:active,
.promo .overview .btn-theme:focus {
  color: #fff;
}
.promo .overview .note {
  position: relative;
  color: #444;
}
.promo .overview .note p {
  padding-top: 15px;
}

.promo .overview .note {
  position: relative;
  /*color: #598E6B;*/
  color: #444;
}
.promo .overview .note p {
  padding-top: 15px;
}


.promo .main-product-pic {
  margin-top: 30px !important; 
  text-align: center;
  z-index: 1;
}
.promo .main-product-pic img {
  max-width: 80%;
  margin-right: 170px;
}
.dog-bg {
  background-image: url(../images/cbd/dog_small.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250px 250px;
  padding-bottom: 0;
}
.small-dog-bg  {
  background-image: url(../images/cbd/dog_small.png);
}
.medium-dog-bg  {
  background-image: url(../images/cbd/dog_medium.png);
}
.large-dog-bg  {
  background-image: url(../images/cbd/dog_large.png);
}



/* ======= MainDescription Section ======= */

.maindescription {
  background-color: #000;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 2em;
}



/* ======= Features Section ======= */
.features {
  padding: 40px 0;
}
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #79A04D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.features .icon:hover {
  background: #5B7E33;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon:hover .pe-icon {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #5B7E33;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .icon .pe-icon {
  color: #5B7E33;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
}
.features .content .title {
  color: #79A04D;
  font-size: 18px;
  margin-top: 0;
}
.features .content p {
  font-weight: 300;
}
.features .feature-row-last {
  margin-top: 30px;
}
.features .btn-link {
  color: #2290BD;
}
.features .btn-link:hover {
  color: #000;
}



























/* ======= Choose Section ======= */
.choose {
  background-color: #EBEFF5;
  padding: 20px 0 0;
}
.choose .content {
  padding: 0 30px;
}
.choose .content .title {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
  font: 40px 'Barlow Condensed', 'Lato', 'Serif';
}
.choose .content .intro {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #444444;
}
.choose .content .intro span {
  font-weight: bold;
}





















/* ======= How Section ======= */
.how {
  background-color: #EBEFF5;
  padding: 60px 0 40px;
}
.how .content {
  padding: 0 30px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #000;
  font: 40px 'Barlow Condensed', 'Lato', 'Serif';
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  text-align: left;
}
.how .content .intro span {
  font-weight: bold;
}
.how .diagram {
  margin-top: 20px;
  padding: 0 20px;
}
.how .diagram img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ======= Ingredients Section ======= */
.ingredients {
  background-color: #EBEFF5;
  padding: 80px 0 40px;
}
.ingredients .content {
  padding: 0 30px;
}
.ingredients .content .title {
  color: #000;
  font: 40px 'Barlow Condensed', 'Lato', 'Serif';
}
.ingredients .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.ingredients .content ul {
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 10px;
  text-align: left;
}
.ingredients .content li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px;
  padding-left: 30px;
  background: url('../images/bullet_paw.png') no-repeat left 4px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.ingredients .content li span{
  font-size: 20px;
  font-weight: bold;
  color: #5B7E33;
}
.ingredients .content .note{
  padding-bottom: 15px;
}
.ingredients .content .ingredient-details .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.ingredients .content .ingredient-details .item p {
  color: #777777;
}
.ingredients .diagram {
  margin-top: 20px;
  padding: 0 20px;
}
.ingredients .diagram img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0 40px;
}
.faq .title {
  margin-bottom: 60px;
  color: #000;
  font: 40px 'Barlow Condensed', 'Lato', 'Serif';
}
.faq .item {
  padding: 30px;
  background: #EBEFF5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #D5E9BC;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
  color: #5B7E33;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #5B7E33;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}



  /* ======= INFO Section ======= */
.info {
  padding: 60px 0 40px;
}
.info .title {
  margin-bottom: 60px;
}
.info .item {
  padding: 30px;
  background: #EBEFF5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #c4e7d9;
}
.info .item .statement-header {
/*   margin-top: 0; */
  font-size: 18px;
  margin-bottom: 15px;
}
.info .item .statement-header .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.info .item .statement {
  color: #777777;
  font-weight: 300;
}
.info .more {
  margin-top: 30px;
}
.info .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.info .more .btn {
  font-size: 18px;
/*   padding-left: 30px; */
}
.info .more .btn .fa {
  margin-left: 5px;
}


/* ======= Story Section ======= */
.story {
  background-color: #D5E9BC;
  color: #fff;
  padding: 30px 0 10px;
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .content .btn-theme {
  background: #F8AA47;
  border: 1px solid #F88C24;
  color: #fff;
}
.story .content .btn-theme:hover {
  background: #E37100;
  border: 1px solid #E37100;
  color: #fff;
}
.story .content .btn-theme:active,
.story .content .btn-theme:focus {
  color: #fff;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #14607E;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #c4e7d9;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #598E6B;
}
.story .team .connect a:hover {
  color: #1b4434;
}



/* ======= Testimonials Section ======= */
.testimonials {
  padding: 60px 0 40px;
}
.testimonials .title {
  margin-bottom: 20px;
  font: 40px 'Barlow Condensed', 'Lato', 'Serif';
}
.testimonials .item {
  margin-bottom: 20px;
}
.testimonials .item .quote-box {
  background: #EBEFF5;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #D5E9BC;
  position: relative;
  margin-bottom: 15px;
}
.testimonials .item .quote-box .fa {
  color: #5B7E33;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EBEFF5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
  font: 14px 'Lato', 'Arial', 'sans-serif';
}
.testimonials .press .note {
  color: #2290BD;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}





/* ======= About Section ======= */
.about .title {
  font: 40px 'Barlow Condensed', 'Lato', 'Serif';
}
.about p {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
}




/* ======= Photoslider ======= */
.photoslider {
  background: #2F7B5E url('../images/dog_gallery.jpg') repeat-x center top;
  background-size: auto 100%;
  color: #fff;
  padding: 40px 0;
  min-height: 420px;
}
.single-carousel {

}
.single-carousel p {
  font-size: 1.3em;
}






/* ======= Pricing ======= */
.pricing {
  background-color: #fff;
  padding: 40px 0 40px;
}
.pricing .title {
  margin-bottom: 60px;
  margin-top: 0;
}
.pricing .item {
  padding: 30px 15px;
}
.pricing .item.best-buy {
  top: -15px;
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  background: #c4e7d9;
  position: relative;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .item .heading .title {
  margin-bottom: 10px;
  color: #14607E;
  padding-bottom: 5px;
  font-size: 18px;
}
.pricing .item .heading img {
  max-width: 100%;
}


.pricing .item .content {
  padding: 30px 15px;
  padding-top: 50px;
}
.pricing .item .price-figure {
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  border-radius: 5%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  width: 120px;
  height: 60px;
  background: #2290BD;
  color: #fff;
  padding-top: 5px;
  border: 5px solid #9fd9c2;
  position: absolute;
  bottom: -10%;
  left: 50%;
  margin-left: -60px;
}
.pricing .item .price-figure .number {
  font-size: 28px;
}
.pricing .item .price-figure .unit {
  font-weight: 300;
}
.pricing .item .price-figure .currency {
  top: -5px;
  position: relative;
}
.pricing .item .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.pricing .item .ribbon .text {
  font-family: 'Lato', arial, sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #F8AA47;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #C26D1A;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
  left: 0;
}
.pricing .item .ribbon .text:after {
  right: 0;
}
.pricing .item .feature-list {
  margin-bottom: 30px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #2290BD;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}
/* ======= Contact Section ======= */
.contact {
  background-color: #2290BD;
  color: #fff;
  padding: 80px 0 40px;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #598E6B;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #598E6B;
}
.contact .intro li a:hover {
  color: #14607E;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;
  padding: 10px 15px;
}
.contact .contact-form .btn-theme {
  background-color: #598E6B;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}





/* ======= bo-story Section ======= */
.bo-story {

}

.bo-story .content {
  font-size: 14px;
  font-family: Verdana, sans-serif;
  line-height: 23px;
  color: #222222;
}
.bo-story .content .item {
  background-color: #ffffff;
}
.bo-story h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.bo-story h2 {
  font-size: 1.3em;
}
.bo-story h4 {
  font-size: .9em;
  margin: 3px 0;
}
.bo-story h5 {
  margin: 3px 0 20px;
  color: #777;
}
.bo-story figure {
  text-align: center;
  max-width: 100%;
  margin: 20px 0;
}
.bo-story img {
  max-width: 100%;
}
.bo-story figcaption {
  font-weight: bold;
  font-style: italic;
  font-size: .9em;
  text-align: center;
  margin-top: 5px;
}
.bo-story figure .box {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}












/* ======= PAYMENT ======= */
.product-choice {
  cursor: pointer;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #D5E9BC;
  color: #000;
  position: relative;
  }
  .product-choice.checked {
    /*background-color: #C3E4F3;*/
    /*border: 4px solid #D5E9BC;*/
    background-color: #FFEBC8;
    border: 4px solid #F8AA47;
  }
  .product-choice.checked .product-description hr {
    border: 1px solid #F8AA47;
  }
  .product-choice .product-pic {

  }
  .product-choice .product-img {
    
  }
  .product-choice .product-description {

  }
  .product-choice .product-description h3 {
    margin: 0 0 5px;

  }
  .product-choice .product-description h4 {
    margin: 5px 0 8px;
    color: #2290bd;
  }
  .product-choice .product-description h4 span {
    font-weight: bold;
    color: #000;
  }
  .product-choice .product-description h5 {
    margin: 0 0 5px;
    color: #5B7E33;
  }
  .product-choice .product-description h5 span {
    font-weight: bold;
    color: #000;
  }
  .product-choice .product-description hr {
    margin: 10px 0;
    border: 1px solid #EBEFF5;
  }

  .product-choice .product-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.8em;
    color: #D5E9BC;
    display: visible;
  }
  .product-choice.checked .product-checkbox {
    display: none;
  }
  .product-choice .product-checkbox-checked {
    position: absolute;
    top: 10px;
    left: -1000px;
    font-size: 1.8em;
    display: visible;
  }
  .product-choice.checked .product-checkbox-checked {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.8em;
    display: visible;
  }

  .panel-body.terms {
    display: none;
    font-size: .85em;
    color: #888;
    line-height: 1.3;
    text-align: center;
  }
  .panel-body.terms.checked {
    display: block;
  }





/* ======= CHECKOUT Section ======= */
.checkout {
  background-color: #ECF8DE;
  padding-bottom: 40px;
}





/* ======= Studies Section ======= */
.studies {
  padding: 20px 0 60px;
}




/* ======= CHECKOUT SUMMARY Panel ======= */
.checkout-summary .dl-horizontal dt {
  text-align: left;
  width: 80px;
  clear: left;
  float: left;
}
.checkout-summary .dl-horizontal dd {
  text-align: left;
  margin-left: 80px;
}
.checkout-summary  .total {
  margin-bottom: 0;
}



/* ======= RETURNING BANNER ======= */
  
  #returning_banner {
    margin: 20px 0;
    padding: 20px 0;
  }
  #returning_banner .banner-body {
    background-color: #D5E9BC;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  #returning_banner .banner-body .banner-save-sm {
    display: none;
    border-radius: 5px;
  }
  #returning_banner .banner-body img {
    float: left;
    margin: -20px 20px -20px -60px;
  }  
  #returning_banner .banner-body h3 {
    font-size: 28px;
    color: #000;
    margin: 10px 0 5px 0;
  }
  #returning_banner .banner-body p {
    font-size: 20px;
    color: #000;
    line-height: 1.2em;
  }
    #returning_banner .banner-body p span {
    font-weight: bold;
  }

  @media (max-width: 767px) {
    #returning_banner .banner-body {
      padding: 0 0 10px 0;
    }
    #returning_banner .banner-body .banner-save-sm {
      display: inline-block;
      width: 100%;
      background-color: #FFEBC8;
      color: #000;
      font-size: 24px;
      font-weight: bold;
      padding: 1px;
      margin: 0 0 15px 0;
      border: solid 3px #F8AA47;
      border-width: 0 0 3px 0;
    }
    #returning_banner .banner-body img {
      display: none;
    }  
    #returning_banner .banner-body h3 {
      font-size: 24px;
      margin: 0px 0 5px 10px;
    }
    #returning_banner .banner-body p {
      font-size: 17px;
      line-height: 1.4em;
      margin: 0 10px 5px 10px;
    }
  }
  @media (max-width: 992px) {
    #returning_banner .banner-body {
      margin-bottom: 30px;
    }
    #returning_banner .banner-body p {
      font-size: 17px;
    }
  } 




/* ======= 404 page ======= */
.section-404 {
  background-color: #2290BD;
  padding-top: 80px;
  padding-bottom: 200px;
  color: #fff;
}
.section-404 .title-404 {
  font-size: 120px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.section-404 .intro {
  font-size: 20px;
  color: #fff;
}
.section-404 .guide {
  font-size: 16px;
}
.section-404 .btn-theme {
  background-color: #598E6B;
  margin-top: 30px;
}
/* ======= Modal ======= */
.modal {
  z-index: 10050;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}
.modal .modal-title {
  color: #2290BD;
}
.modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.modal .modal-footer {
  border-top-color: #efefef;
}
.modal .figure {
  text-align: center;
  margin-bottom: 30px;
}
.modal .figure img {
  margin: 0 auto;
}
.modal .figure .caption {
  color: #999999;
  font-style: italic;
  padding: 10px;
}
.modal .content ul {
  margin-left: 30px;
}
.modal .content ul .fa {
  margin-right: 5px;
  color: #2290BD;
}
.modal .quote {
  margin: 15px 0;
  border-color: #9fd9c2;
}
.modal .quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
  font-style: italic;
}
.modal .quote .fa {
  color: #2290BD;
  margin-right: 10px;
}
.modal .quote .people {
  margin-top: 10px;
  font-size: 13px;
  color: #444444;
  font-style: normal;
}
.modal .quote .people .name {
  color: #2290BD;
}




/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 20;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.config-panel #device-options {
  margin-bottom: 0;
}
.config-panel #device-options a {
  color: #999999;
}
.config-panel #device-options a:hover {
  color: #2290BD;
}
.config-panel #device-options li.active a {
  color: #8dd2b7;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #2290BD;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}
.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}
.config-panel #color-options li.theme-5 a {
  background-color: #37ba67;
}
.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}
.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}
.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}
.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}
.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}



 

/* ======= Extra small devices (phones, less than 768px) ======= */
@media (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
  .offset-header {
    margin-top: 60px;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .promo-bg {
    background-position: -1100px 0;
  } 
  .promo {
    background-color: #FFFEEC;
  }
  .promo .overview {
    margin-top: 20px;
    text-align: center;
  }
  .promo .overview h2 {
    font-size: 40px;
  }
  .promo .overview .summary li {
    font-size: 17px;
  }

  .promo .overview .summary {
    margin-left: -20px; 
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .overview .btn-group li {
    display: block;
  }
  .maindescription {
    font-size: 1em;
  }
  .promo .main-product-pic {
    margin-top: 0; 
  }
  .promo .main-product-pic img {
    max-width: 40%;
  }

  .choose {
    padding-top: 0px;
  }

}





/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header {
    padding: 10px 0;
  }
  .promo-bg {
    /*opacity: 90%;*/
  }
  .promo {
    background-color: #FFFEEC;
  }
  .promo .overview {
    text-align: center;
    margin-top: 30px;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 30px auto 0;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 5px;
    font-size: 13px;
  }
  .maindescription {
    font-size: 1.5em;
  }

  .promo .main-product-pic {
    margin-top: 0; 
  }
  .promo .main-product-pic img {
    max-width: 40%;
  }

}




/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .promo {
    background-color: #FFFEEC;
  }
  .promo .overview {
    text-align: left;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 20px;
    font-size: 14px;
  }
  .modal-lg {
    width: 780px;
  }
  .main-dog-pic {
    right: -60px;
    bottom: -120px;
    width: 40vw;
  }
}
/* Large devices (large desktops, 1200px and up) */








