/*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. PRICING TABLE 
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  line-height: 26px;
}

a:hover, a:focus {
  color: #F55400;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #F55400;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 120px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 2.25rem;
  margin-top: 4rem;
/*  text-transform: uppercase;*/
  font-weight: 700;
  color: #333;
  position: relative;
}

.section-header .section-title span {
  color: #F55400;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 1.25em;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #F55400;
  margin-top: 15px;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 11px 25px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #F55400;
  background: #F55400;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}

.btn-common:hover, .btn-common-brn:hover {
  color: #fff;
  cursor: pointer;
  background: #2ab570;
  border-color: #2ab570;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn-common-brn {
  border: 1px solid #F55400;
  background: #a57c51;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #F55400;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  /* margin-top: 40px;
  updated left column removed */
  line-height: 5rem;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2rem;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li:not(:last-child) {
  padding: 0 4px 0 0;
}

.social-icons ul li a {
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
  line-height: 2.74rem;
}

.social-icons ul li.email a i.envelope {line-height: 1.57em!important;}
.social-icons ul li a i {margin: 0 auto; /*line-height: 1.73em!important;*/ font-size: 1.5em;}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #3b5998;
}

.facebook a:hover {
  background: #3b5998;
}

.instagram a {
  color: #8a3ab9;
}

.instagram a:hover {
  background: #8a3ab9;
}

.envelope a:hover {
  background: #4E717C;
}

.envelope a {
  color: #4E717C;
}

.envelope a i {
  font-size: 1.35em!important;
}

.sms a:hover {
  background: #a57c51;
}

.sms a {
  color: #a57c51;
}

.phone a {
  color: #007bff;
}

.phone a:hover {
  background: #007bff;
}

.vimeo a {
  color: #1ab7ea;
}

.vimeo a:hover {
  background: #1ab7ea;
}

.yelp a {
  color: #af0606;
}

.yelp a:hover {
  background: #af0606;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999998;
}

/* hide by default */
#loader { display:none; position:fixed; inset:0; z-index:9999; 
  background:rgba(255,255,255,.6); backdrop-filter: blur(2px); }

/* center the spinner */
#loader .spinner { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }

/* spinkit-style double bounce (if not already present) */
.double-bounce1, .double-bounce2 {
  width: 48px; height: 48px; border-radius: 50%;
  background: #333; opacity: 0.6; position: absolute;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 { animation-delay: -1s; }

@keyframes bounce {
  0%, 100% { transform: scale(0.0); }
  50%      { transform: scale(1.0); }
}
/*
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F55400;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
*/
/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #F55400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
 /* background: url(../img/bg2.jpg) fixed no-repeat;*/
 background-repeat: no-repeat;
 background-position: fixed;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-bottom: 6px solid #d3cec7;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #F55400;
  opacity: 0.9;
}

#hero-area .contents {
  margin: 200px 0 130px;
}

#hero-area .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: 0.5px;
}

#hero-area .contents .btn {
  margin: 0;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #F55400;
}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
}

div.navbar-header a.navbar-brand img {
  width: 50%!important;
  height: auto;
}

.top-nav-collapse {
  background: #000;
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  /*background: #fff !important;*/
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #666 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #F55400 !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 0 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #F55400;
}

.navbar .nav-link.active {
  color: #fff !important;
  background: #F55400;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #F55400;
}

.slicknav_menu .slicknav_icon-bar {
  background: #F55400;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 70%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #F55400;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #F55400;
    background: #f8f9fa;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #F55400;
  }
}

/* ==========================================================================
  5. Services section
   ========================================================================== */
.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes p {line-height: inherit;}
.item-boxes.obedience .icon {background-color: #4E717C;}
.item-boxes .icon img {height:90%;}
.item-boxes.leash .icon {background-color: #a57c51;}
.item-boxes.boarding .icon {background-color: #2ab570;}
.item-boxes.cat .icon {background-color: #663f17;}
.item-boxes .icon.leashPull {margin: 0 0 .5em 0; width: 100%; height: 130px !important; background-color: #8e7d77; display: block; border-radius: 12px;
padding: 6px;}
/*.item-boxes.obedience .icon {background-color: #8e7d77;}*/
#hero-area .contents p {text-align: left;}
/*.item-boxes .icon.leashPull a {width: auto!important;}
.item-boxes .icon.leashPull a:first-child {float: left;}
.item-boxes .icon.leashPull a:first-child {float: left;}*/
.item-boxes .icon {
  /*width: 60px;
  height: 60px;*/
  border-radius: 30px;
  padding: 12px;
  padding: 12px;
  width: 85%;
  height: 13em;
  text-align: center;
  border: 2px solid #f1f1f1;
  display: inline-block;  
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #F55400;
}

.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.leash .item-boxes:hover .icon {
/*  background: #F55400;*/
border: 2px solid #000;
}

.item-boxes:hover .icon i {
  color: #fff;
}

/* ==========================================================================
  6. Features Section Style
   ========================================================================== */
#features {
  background: url(/img/bg1.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#features .section-title {
  color: #fff;
}

#features .section-subtitle {
  color: #fff;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .box-item {
  padding: 15px 0;
}

#features .box-item .icon {
  border: 1px solid #F55400;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color: #F55400;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text {
  padding-left: 80px;
}

#features .box-item .text h4 {
  color: #F55400;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover .icon {
  background: #F55400;
}

#features .box-item:hover .icon i {
  color: #ffffff;
}

#features .show-box img {
  position: absolute;
  bottom: -120px;
}

/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.video-promo {
  background: #F55400;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.video-promo .video-promo-content p {
  margin-bottom: 30px;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i {
  line-height: 72px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #F55400;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* ==========================================================================
  8. Portfolio Section
   ========================================================================== */
#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #F55400 !important;
  border-color: #F55400;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.shot-item img {
  width: 100%;
}

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #F55400;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #F55400;
  border-radius: 50%;
}

.overlay .item-icon:hover {
  background: #F55400;
  color: #fff;
}

.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
	9. Pricing Table
	========================================================================== */
.pricing-table {
  padding: 0;
  margin: 0 auto 45px auto;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-details h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  text-transform: uppercase;
  background: #f1f1f1;
  padding: 5px 0;
}

.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
/*  margin-bottom: 20px;*/
  text-shadow: 1px 1px 1px #333;
}
  /*
.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}*/

.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px dotted #f1f1f1;
}

.table-left {
  margin-top: 20px;
}

/* ==========================================================================
 9. Lead Capture Form
 ========================================================================== */

div.leadCapture form#leadCaptureForm input {margin: .5rem 0;}

div.leadCapture {
  border: 1px solid #214754;
}

.leadCapture form#leadCaptureForm input:nth-of-type(odd),
.leadCapture form#leadCaptureForm select:nth-of-type(odd),
.leadCapture form#leadCaptureForm textarea:nth-of-type(odd){
  background-color: #dad6d0;
}

.leadCapture form#leadCaptureForm input:nth-of-type(even),
.leadCapture form#leadCaptureForm select:nth-of-type(even),
.leadCapture form#leadCaptureForm textarea:nth-of-type(even) {
  background-color: #d3cec7;
}

form-control::placeholder {
color: #dad6d0;
opacity: 1;
}

.leadCapture form#leadCaptureForm input[type="file"] {
  /*background-color: #dad6d0;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;*/
  color: #a57c51;
}

.leadCapture .form-control {
  border: 1px 0 1px 0 solid rgba(0,0,0,.15)!important;
}

.leadCapture #leadCaptureForm .form-control {
  width: 100%;
 /* box-shadow: h-offset v-offset blur spread color inset;*/
 /* padding: 14px;*/
  padding: 8px;
  color: #214754;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.leadCapture #leadCaptureForm .form-control:focus {
  box-shadow: none;
  color: #000;
  border: 1px 0 1px 0 #F55400;
  outline: none;
  font-weight: bold;
  background-color: #fff;
}

.leadCapture .btn.disabled, .btn:disabled {
  opacity: 1;
}

.leadCapture label {color: #fff;}

/* ==========================================================================
 10. Counter Section Style
 ========================================================================== */
.counters {
  background: url(/img/counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
}

.counters .facts-item .icon {
  margin-bottom: 30px;
}

.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.counters .facts-item .fact-count h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* ==========================================================================
11. Testimonial Section Style
 ========================================================================== */
.testimonial-text {height: auto; width: 85%; padding: 18px; position: relative; background: #8e7d77; border-radius: .9em; box-shadow: 1px 1px 1px #333;} 
.testimonial-text:after {content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 0; border: 20px solid transparent; border-top-color: #8e7d77; border-bottom: 0; border-left: 0; margin-left: -10px; margin-bottom: -20px; }


.testimonial-text img {float: right; margin: .4em 0 0 .4em; box-shadow: 1px 1px 1px #333;}

#testimonial {
  background: url(/img/testimonials_bg.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.testimonial-item {
  text-align: center;
}

.testimonial-item img {
  width: 80px;
  border: 3px solid #fff;
  height: 80px;
  border-radius: 50%;
}

.testimonial-item .testimonial-text h3 {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin: 1em;
}

.testimonial-item .testimonial-text span {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  /*color: #999;*/
}
.testimonial-item .testimonial-text span:before {font-style: italic; margin: 0 .3em 0 0; content: "\2013";}

.testimonial-item .testimonial-text a:hover {cursor: pointer;}

.testimonial-item .testimonial-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1.26rem;
  text-align: left;
  color: #d3cec7;
}

.owl-theme .owl-controls .owl-page span {
  background: #F55400;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

/* ==========================================================================
  12. Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background: #F55400;
  overflow: hidden;
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 15px;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.single-team .team-details p {
  color: #333;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  margin: 2px;
  color: #F55400;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

/* ==========================================================================
  13. Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

#blog .blog-item-img {
  position: relative;
}

#blog .blog-item-img img {
  width: 100%;
}

#blog .blog-item-text {
  padding: 20px 0;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
  color: #333;
}

#blog .blog-item-text h3 a:hover {
  color: #F55400;
}

#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

.meta-tags {
  margin-bottom: 20px;
}

.meta-tags span {
  color: #999;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #F55400;
}

/* ==========================================================================
  14. Contact Us
  ========================================================================== */

.contact-us {
  margin: 0 auto;
}

.contact-us h3 {
  font-size: 36px;
  text-align: center;
}

.contact-us p span {
  color: #F55400;
  padding-left: 10px;
}

#contact {
  background: #343a40;
  color: #fff;
  position: relative;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
 /* padding: 14px;*/
  padding: 8px;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  color: #fff;
  border-color: #F55400;
  background: transparent;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #F55400;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #292f35;
  padding: 20px 0;
}

.footer-links {
  line-height: 1.2em;
  display: table;
  margin: 0 auto;
}

ul.footer-links:nth-of-type(2) {
}  

ul.footer-links:nth-of-type(2) li span:first-child {
  border-right: 1px solid #666;
  margin: 0 .5em;
  padding: 0 .5em;
}

ul.footer-links:nth-of-type(2) li span a:link, ul.footer-links:nth-of-type(2) li span a:visited {color: #007bff; text-decoration: none;}
ul.footer-links:nth-of-type(2) li span a:hover, ul.footer-links:nth-of-type(2) li span a:active {color: #fff; text-decoration: none;}

.footer-links li {
  float: left;
  color: #dad6d0;
  font-weight: normal;  
}

.footer-links li:nth-child(2) {border-left: 1px solid #666; border-right: 1px solid #666;margin: 0 .5em; padding: 0 .5em;}
.footer-links li.copyright {text-align: center; font-size: .9em; float: none; margin: 0 auto; clear: both; padding: 1em 0 0 0; border-right: none;}

.footer-links li a {
  color: #666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

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

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #F55400;
}

/* custom */
section#services .col-md-3 {float: left;}


.paymentBtn img {width: 25%;}
.paymentBtn a.cancel {display: block; margin: 1em auto;}
.paymentBtn a.cancel:before {font-family: 'FontAwesome'; content: "\f05e"; margin: 0 .25em 0 0;}

.text-success {color: #2ab570!important; margin: 16px 0 0 0;}
.faded {z-index: 1;/*position: absolute; left: 0; top: 0; right: 0; bottom: 0; background:#fff; background:rgba(255,255,255,0.8); filter:blur(4px); -o-filter:blur(4px); -ms-filter:blur(4px); -moz-filter:blur(4px); -webkit-filter:blur(4px);*/opacity: .25;}
.faded:hover {cursor:not-allowed;}
.paymentBtn.centerAlign {text-align: center;}
span.comingSoon {background-color: #fff; width: 80%; margin: 0 auto; text-align: center; color: #999; display: block; position: absolute; top: 25%; border-top: 1px dotted #666; border-bottom: 1px dotted #666; padding: 12px; font-weight: bold; font-variant: small-caps; font-size: 1.3rem; overflow: hidden; opacity: 1; z-index: 2; left: 10%;}
a.back-to-top {border-radius: 6px; border: 2px solid transparent;}
a.back-to-top:link, a.back-to-top:visited {}
a.back-to-top:hover, a.back-to-top:focus, a.back-to-top:active {border-color: #fff;}
a.back-to-top:hover i {font-weight: bold;}

/* buttons */
.actionBtns {width: 90%; text-align: center; margin: 0 auto;}
.actionBtns a:first-of-type {float: left;}
.actionBtns a:nth-of-type(2) {margin: 0 0 0 .5em; border: 1px solid #2ab570; background-color: #2ab570; display: table; float: right;}

.plan-button.buy a {margin: 12px 0; display: block; background: none!important; border: none!important;}
.plan-button.buy a:link, .plan-button.buy a:visited {color: #214754;}
.plan-button.buy a:hover, .plan-button.buy a:active {color: #214754;}

/* pricing tables */
.pricing-table .pricing-details {border-bottom: 1px solid #000;}
.pricing-table .pricing-details h2 {padding: .85rem 0; color: #fff; background-color: #000!important;}
.pricing-table li.agreeTerms a:link, .pricing-table li.agreeTerms a:visited {color: #214754!important; text-decoration: underline;}
.pricing-table li.agreeTerms a:hover, .pricing-table li.agreeTerms a:active {color: #007bff!important;}
.serviceBlock {min-height: 200px;}
.pricing-table.boarding li.agreeTerms {text-align: center;}
.pricing-table li.agreeTerms a {font-weight: bold;}
.pricing-table.boarding li.agreeTerms a img {margin: 0 .5em 0 0; width: 9%; height: auto;}
.pricing-table .pricing-details .serviceBlock {padding: 18px 6px 0 6px;}
.pricing-table.leashTraining .serviceBlock span, .pricing-table.obedience .serviceBlock span {margin: 0; position: absolute; right: 15%;}
.pricing-table.leashTraining .serviceBlock em, .pricing-table.obedience .serviceBlock em {margin: 12px 0 0 0;}


.serviceBlock img {width: 50%; display: block; margin: 0 auto;}
.serviceBlock span, .serviceBlock em {display: block;}
/*boarding type */
.pricing-table.boarding div.serviceBlock div {width: 50%; background-color: #2ab570;}
.pricing-table.boarding div.serviceBlock div img {width: 55%; display: block; text-align: center; margin: 0 auto;}
em.tableDesc {color: #fff;}

.pricing-table.leashTraining .pricing-details {background-color: #a57c51;}
.pricing-table.boarding .pricing-details {background-color: #2ab570;}
.pricing-table.obedience .pricing-details {background-color: #4E717C;}
/*
.pricing-table.leashTraining .serviceBlock span:before, .pricing-table.obedience .serviceBlock span:before {font-family: 'FontAwesome'; content: "\f02b"; color: #F55400; font-size: .8em; margin: 0 0 0 .15em;}*/

.pricing-table.boarding .pricing-details ul li.preference:after {font-family: 'FontAwesome'; content: "\f005"; color: #F55400; font-size: .8em; margin: 0 0 0 .15em;}
.pricing-table.boarding .pricing-details ul.floatLeft, .pricing-table.boarding .pricing-details ul.floatRight {width:50%;}
.pricing-table.boarding .pricing-details ul.clearFloat {width: 100%;}
/*.pricing-details ul {clear: both;}*/

.pricing-details ul li {font-weight: normal!important; padding: 1px 0;}
.pricing-details ul li:nth-child(even) {background-color: #dad6d0;}
.pricing-details ul li:nth-child(odd) {background-color: #d3cec7;}
.pricing-details ul li.headingRow {letter-spacing: 1px; font-weight: bold; text-transform: uppercase; background-color: #214754!important; color: #fff;}
.section a.wow:link:not(.btn):not(.pricing-table li.agreeTerms a:link),.section a.wow:visited:not(.btn):not(.pricing-table li.agreeTerms a:visited) {color: #F55400!important;}
.section a.wow:hover:not(.btn),.section a.wow:active:not(.btn) {color: #007bff!important;}
.fulltext {text-align: left!important;}
.centerAlign {margin: 0 auto; display: block;}
.centerAlign .innerCenterAlign {width: auto; margin: 0 auto; text-align: center;}
.clearFloat {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.uppercase {text-transform: uppercase;}
.ctaText {font-weight: bold; text-shadow: 1px 1px 1px #333; text-transform: uppercase;}
#catleash div.plan-button.reserve span {font-style: italic; display: block; color: #fff; font-size: 12px; background-color: #214754;}
.centerAlign .innerCenterAlign .col-md-5 {vertical-align: top; flex: 0!important; display: inline-block; width: 50%!important;}
nav.navbar {background-color: #000; padding: 15px; opacity: 1;} /* nav bar opacity */
.col-md-10.introBlock {position: relative; left: -30%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%;}
.col-md-10.introBlock .text-center {border: 3px solid #000; background-color: #d3cec7; padding: 15px; border-radius: 18px;}
.col-md-10.introBlock .text-center h1 {font-variant: small-caps; color: #000!important;}
.col-md-10.introBlock .text-center p {color: #000!important;}
.col-md-10.introBlock .btn-common {font-weight: bold;}
.roverIns {float: right; width: 30%;}
.pricing-details em {text-shadow: 1px 1px 1px #333; font-weight: normal!important; font-style: italic; font-size: .95rem; color: #fff; display: block; text-align: center; margin: 0;}
.pricing-table .plan-button .btn-common {border-radius: 0!important; width: 100%;}
.pricing-table .plan-button.buy a#mySubmit:before {font-family: 'FontAwesome'; content: "\f07a"; color: #fff; font-size: 1.23em; margin: 0 .5em 0 0;}
.pricing-table .plan-button.buy a#mySubmit:hover {color: #fff;}
.pricing-table .plan-button.buy:hover {cursor: pointer;}
.pricing-table .plan-button .btn {font-size: 1.35em!important;}
/*.pricing-table .plan-button.reserve a:before {color: #fff; font-family: 'FontAwesome'; content: "\f073"; margin: 0 .5em 0 0;}  */
.pricing-table .plan-button.buy form img {display: none;}
/*
.innerLeashBg {background-image: url('../img/leashes_required.png'); background-repeat: no-repeat; background-size: 75% 50%;}  */
.plan-button.buy form:hover {cursor: pointer;}

.pricing-table.leashTraining li.agreeTerms {text-align: center;}
li.agreeTerms strong:hover {cursor: pointer; color: #F55400;}
li.agreeTerms strong {text-decoration: underline;}

li.agreeTerms #btnPrint {color: #214754!important; text-decoration: underline;}
li.agreeTerms #btnPrint:hover, li.agreeTerms #btnPrint:active {color: #F55400!important;}

/*li.agreeTerms a#btnPrint {margin: 0 0 0 .35em; font-variant: small-caps; display: inline-block;}
li.agreeTerms a#btnPrint:hover i {cursor: pointer; color: #F55400;}
li.agreeTerms i {text-align: center; margin: 0 auto; color: #8e7d77;}*/

.allRightsFtr {color: #666;}
form input[type=submit] {/*font-size: 1.25rem; text-transform: uppercase; padding: 11px 40px; width:100%; border: 1px solid #F55400;
background: #F55400;
position: relative;
color: #fff;
z-index: 1;*/}

@media print {
  #printBtn {
    display: none !important;
  }
}
 
.hdrBtns div {display: table; padding: 8px; border: 2px solid #000; border-radius: 10px;} 
.hdrBtns #printBtn {float: left; background: #F55400; background: linear-gradient(#F55400, #FF7935);}
.hdrBtns #closeBtn {float: right; background: #2ab570; background: linear-gradient(#2ab570, #28a366);}
/*.hdrBtns #printBtn:hover form input, #printBtn:hover:before, #printBtn:hover {cursor: pointer; background: #2ab570; border-radius: 10px; background: linear-gradient(#2ab570, #4AC687);}
#printBtn form input {background-color: transparent; border: none; text-transform: uppercase; color: #fff; font-weight: normal;}
#printBtn form:before {color: #fff; font-family: 'FontAwesome'; content: "\f02f"; margin: 0 .45em 0 0;}  

*/
div.agreement {clear: both; padding: 0!important;}
div.agreement h5 {font-size: 1.45em; font-weight: bold; text-transform: uppercase;}
div.agreement h5 span {font-weight: bold;}
div.agreement h6 {font-size: 1.15em; text-decoration: underline; font-weight: bold; text-transform: uppercase;}
/* guarantee */
#guarantee {background-color: #d3cec7;}
#guarantee .section-header img {width: 15%; height: auto; float: left; margin: 0 1.5em 0 0;}
#guarantee p.section-subtitle {text-align: left;}
#guarantee .section-header {margin-bottom: 0!important;}
#guarantee.section {padding: 30px 0;}

/* phone links */
.phone a {font-size: 1.35em;}
.phone i {margin: 0 .45em 0 0;}
.phone a:link, .phone a:visited {color: #F55400;}
.phone a:hover, .phone a:active {color: #FFF;}

/* instagram feed */
.juicer-feed {max-width: 100%!important; width: 100%!important;}
h1.referral, .j-meta {display: none!important;}
.juicer-feed.modern .j-text {padding: 10px 0; text-align: center;}
.video-promo .video-promo-content p {margin-bottom: 0!important;}
.juicer-feed .j-paginate {border: 2px solid #fff!important; color: #fff!important;}
ul.juicer-feed div.j-stack {width: 15%!important;}

/* training intake */
.interiorHdr {width: 65%; margin: 0 auto; text-align: center; display: table;}
.interiorHdr .item-boxes {margin: 0 1em 0 0; padding: 0; width: 25%; float: left;}
.interiorHdr .item-boxes span.icon {margin: 0; width: 100%;}
/*.interiorHdr .headingTitle {float: left;}*/
.interiorHdr .headingTitle h1 {line-height: 2em;}
.trainingIntake {background-color: #8e7d77; margin: 0 auto; margin: 0 auto; width: 100%; padding: 20px; border-radius: 12px;}
.trainingIntake .form-control {color: #333!important;}
.trainingIntake div.row {margin: 0!important;}
.trainingIntake input, .trainingIntake textarea {margin: 0!important; background-color: #fff; border: 1px solid #666; color: #333;}
.trainingIntake div.row div.col-md-12:nth-child(even) {background-color: #dad6d0;}
.trainingIntake div.row div.col-md-12:nth-child(odd) {background-color: #d3cec7;}
.trainingIntake div.row div.col-md-12 {padding: 1.2em; border-radius: 12px; margin: .5em 0;}
.trainingIntake div.row div.col-md-12 .form-group {margin: 0;}
.trainingIntake .form-control::placeholder {color: #333;}
.trainingIntake .form-control:focus {background-color: #ffffcc; color: #333;}
.trainingIntake .submit-button {margin: 1.5em auto; background-color: none!important;}
.trainingIntake .form-group label {margin: 1em 0 0 0;}

/* cat leash */
.styled-checkbox {
  position: absolute; 
  opacity: 0; 

  & + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  & + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
  }
  &:hover + label:before {
    background: #f35429;
  }
  &:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  &:checked + label:before {
    background: #f35429;
  }
  &:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  &:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  &:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
  }
}

form.catForm .form-control-cat select {border-radius: 6px; padding: 5px; background-color: #a57c51; padding: 0!important; color: #fff!important;width: 95%!important; text-align: left!important; float: left!important;}

form.catForm .form-control-cat:focus {
  box-shadow: none;
  color: #333;
  border-color: #F55400;
  background: transparent;
  outline: none;
}


/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.photo-promo {
  background: #F55400;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.photo-promo .photo-promo-content {
  color: #fff;
}

.photo-promo-content h2.wow {
  color: transparent;
  display: none!important;
  font-size: 0px!important;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.photo-promo .photo-promo-content p {
  margin-bottom: 0px;
}
.juicer-feed .j-loading-wrapper, .juicer-feed .j-paginate {margin: 10px auto 30px auto!important;}
.photo-promo .photo-promo-content .photo-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.photo-promo .photo-promo-content .photo-popup i {
  line-height: 72px;
}
section.photo-promo {clear: both; padding: 20px 0 0 0!important; display: table; width: 100%; margin: 0;}


/* privacy */
#transaction h2 .intIcon {display: block; width: 8%; height: auto; margin: 0 auto .75em auto;}
#transaction .agreement p {font-size: 1.75em; line-height: 2em;}
#transaction .agreement {text-align: center; width: 70%!important; margin: 0 auto;}

.col-md-4 {float: left;}

section.video-promo {clear: both; padding: 30px 0 30px 0 !important; display: table; width: 100%; margin: 3em 0 1px 0;}
section.video-promo i.fa-vimeo {border: 2px solid transparent; text-shadow: .5px .5px .5px #333; background-color: #1ab7ea; color: #fff; border-radius: 50%; width: 1.5em; height: 1.5em; line-height: inherit!important;}
section.video-promo a.vidCam:hover i {border: 2px solid #fff; color: #fff!important; text-shadow: .5px .5px .5px transparent;}
#contactForm .hidden {display: none;}
.leadContent {display: none;}

/* resources page */
.articles ul li {
  list-style-type: disc;
}
.articles ul li:first-child {
background-color: #F55400; 
color: #fff;
font-weight: bold;
text-transform: uppercase;
padding: 6px 6px 6px 12px;
border-radius: 8px;
list-style-type: none;
margin: 0 0 .5em -15px;
font-size: 1.45rem;
letter-spacing: 1.5px;
width: 75%;
}

/* video lightbox */
.vidCam {width: 125px!important; height: 125px!important; border-radius: 50%; overflow: hidden;}
a.vidCam:hover i {color: #2ab570;}
.vidCam i {text-shadow: 1px 1px 1px #333; position: absolute; color: #fff; text-align: center; top: 55%; left: 30%;}
.vidRow {margin: 0 auto; width: auto;}
.vidRow li {display: inline-block;}
/*.vidRow li:first-child {margin: 0 2em 0 0;}*/
.mfp-wrap {z-index: 9999999999;}
.mfp-close {color: #555; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff;}
/*.vidCam img:before {font-family: 'FontAwesome'; content: "\f1c8"; color: #fff; position: relative; left: 13%; top: 23px;}*/
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}

#crotator{
	width: 400px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-left: 24px solid rgba(63, 131, 184, 0.78);
	-webkit-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.9), 0px 0px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.9), 0px 0px 2px rgba(0,0,0,0.2) inset;
	box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.9), 0px 0px 2px rgba(0,0,0,0.2) inset;
}