/*=========================== General and Typography ============================ */
 body {
     font-family: 'Open Sans', sans-serif;
     color:#808080;
}

 p{
	 color:#675444;
	 font-family:'Quicksand', sans-serif;
     font-size: 16px;
     line-height:1.6;
     font-weight: 400;
}
 h1{
     font-size: 2.5em;
     line-height: 1.1em;
     color:#675444;
     font-family:'Quicksand', sans-serif;
     margin-bottom: 20px;
     font-weight:700;
}
 h2{
     color:#675444;
     margin-bottom: 20px;
     font-family:'Quicksand', sans-serif;
     font-size: 2.2em;
     font-weight: bold;
     letter-spacing: -1px;
}
 h3{
     font-family:'Quicksand', sans-serif;
	 color:#675444;
     font-size:2.0em;
     font-weight:700;
     margin-bottom: 10px;
     line-height: 1.2;
     letter-spacing: -1px;
}
 h4{
     font-family:'Quicksand', sans-serif;
     color:#675444;
     font-size:1.8em;
     font-weight:500;
     margin-bottom: 20px;
     letter-spacing: -0.6px;
}
 h5{
     color:#675444;
     font-family:'Quicksand', sans-serif;
     font-size:1.8em;
     font-weight: 700;
     margin-bottom: 20px;
}
 h6{
     color:#675444;
     font-family:'Quicksand', sans-serif;
     font-size:1.4em;
     font-weight: bold;
     margin-bottom: 0px;
}
 .h7{
	 color:#675444;
     font-size:18px;
     line-height:28px;
     font-weight:700;
}
 .lead {
     font-family:'Quicksand', sans-serif;
     font-weight:700;
     line-height:1.4em;
}
/* Links */
 a {
     transition: color .2s ease-in-out;
}
 a:hover, a:focus {
     text-decoration: none;
}
li.santa {

	font-family:'Quicksand', sans-serif;
	color:#AD0000;
	font-size:1.5em;

}
li.santaletter {

	font-family:'Quicksand', sans-serif;
	color:#008000;
	font-size:1.5em;

}

li.letter {
	font-family:'Quicksand', sans-serif;
	color:#CF7C00;
	font-size:1.5em;
}
 *:focus{
     outline-style:none;
     box-shadow:none;
     border-color:transparent;
}
 .custom-link{
     font-family:'Quicksand', sans-serif;
     margin-top:20px;
     background: #f3f3f3;
     display: inline-block;
     padding: 10px;
     font-weight: 700;
     font-size: 20px;
}
/*=========================== Preloader ============================ */
 #preloader {
     position: fixed;
     top: 0;
     background:#fff;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 99999;
}
 .spinner {
     text-align: center;
     position: absolute;
     top: 50%;
     width: 15%;
     left: 43%;
     animation: rotate 1.0s infinite linear;
}
 .spinner > div {
     border-radius: 100%;
     display: inline-block;
     animation: bouncedelay 1.0s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
     animation-fill-mode: both;
}
 .spinner .bounce1 {
     animation-delay: -1.0s;
}
/* Preloader icon */
 .spinner .bounce1:after {
     content: "\f100";
     position: absolute;
     font-family: "flaticon";
     font-size: 40px;
     margin-top: -40px;
     margin-left: -10px;
}
 @keyframes bouncedelay {
     0%, 80%, 100% {
         transform: scale(1.0);
    }
     40% {
         transform: scale(1.5);
    }
}
/*=========================== Navigation ============================ */

.logo_container a{
  width: 400px;
  display: inline-block;
}
.logo_container a img {
  width: 100%;
}

.icon_container a{
  width: 300px;
  display: inline-block;
}
.icon_container a img {
  width: 100%;
}

.icon_container img {
  width: 100%;
}

.header_container {
	
	width: 100%!important;
	margin: auto;
	padding-top:140px;
}
.header_container a{
  width: 100%;
  display: inline-block;
}
.header_container a img {
  width: 100%;
}

.header_container img {
  width: 100%;
}

.navbar{
     box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);

}
 .navbar-nav a{
     color:#fff!important;
     font-family:'Quicksand', sans-serif;
     font-weight: 700;
     font-size: 16px;
}
 .navbar-nav .nav-link {
     padding-right: 1.2rem!important;
     padding-left: 1.2rem!important;
}
 .nav-item{
     border-radius:70px;
     transition: all .2s ease-in-out;
}
 .navbar .nav-item:focus .dropdown.show{
     background: transparent!important;
}
 .navbar .nav-item.active,.navbar .dropdown-item:hover,.navbar .dropdown-item:focus,.navbar .nav-link:focus,.navbar .nav-item:hover,.navbar .nav-item .active{
     color:#fff!important;
     border-radius: 30px 30px 30px 30px/30px 30px 30px 30px;
}
/* dropdown style */
 .nav-link.dropdown-toggle:focus{
     background:transparent!important;
}
 .dropdown-item{
     color:#fff!important;
     transition: all .2s ease-in-out;
}
 .dropdown-menu{
     border:0px;
}
 .dropdown-menu:before {
     transition: all .2s ease-in-out;
     content: "";
     display: block;
     width: 0;
     height: 0;
     border-width: 7px 8px;
     border-style: solid;
     border-color: transparent;
     z-index: 1001;
     top: -14px;
     left: 10%;
     position: absolute;
}
 .dropdown-menu:before {
     bottom: -17px;
     right: -8px;
}
/* navbar brand */


.navbar-logo a{
  width: 300px;
  display: inline-block;
}
.navbar-logo a img {
  width: 100%;
}


 .navbar-brand{
     line-height: 20px;
     margin-top: 0px;
}
 .navbar-brand span{
     font-family:'Quicksand', sans-serif;
     font-size:40px;
     text-transform:uppercase;
     font-weight:700;
     color:#fff!important;
}
 .navbar-brand i {
	 vertical-align: sub;
     margin-right:10px;
     font-size:45px;
}
 .navbar-toggler {
     transition: all 0.5s ease 0s;
     background: #fff;
}
/* top-bar */
 .top-bar{
     background:#f4f4f4;
     transition:all 0.8s;
     top: 0;
     width: 100%;
     position: relative;
}
 .top-bar ul,ol {
     margin-bottom: 0px;
     padding: 0px;
}
 .top-bar .contact-details li:first-child {
     margin-left: 0px;
}
 .top-bar .contact-details i {
     margin-right: 8px;
}
 .top-bar .contact-details li {
     font-size: 15px;
     display: inline-block;
     line-height: 42px;
     font-weight:700;
     margin-left: 30px;
}
/* top-bar Social icons */
 ul.social-list {
     float: right;
     list-style-type: none;
}
 ul.social-list li a {
     display: inline-block;
     transition: all 0.2s ease-in-out;
}
 ul.social-list li a:hover {
     transform: scale(1.2);
     transition: all .3s ease-in-out;
}
 ul.social-list li a i {
     display: block;
     width: 34px;
     line-height: 42px;
     text-align: center;
     font-size: 18px;
}
/* =========================== Main Slider ============================ */
 #slider{
     width:100% !important;
     padding-top:140px;
		 
}
 .header-wrapper {
     width: 100%!important;
     margin-top:15%;
     white-space:normal;
}

 .header-text {
     margin-top:10px;
     white-space:normal;
}
 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
     z-index:99!important;
     margin-top:40px!important;
}

 .header-text{
     max-width: 45%!important;
     text-align:center;
     background:rgba(255, 255, 255, 0.75);
     border-radius: 40px;
     padding: 60px!important;
}
 .header-text h1{
     margin-bottom:20px;
}
 .header-p{
     font-size:24px;
     line-height:33px;
     margin-bottom:20px;
}

/* Slider text boxes */
 .header-text.santa-elements:before {
     content: "\f149";
     z-index: 0;
     text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.50);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     font-size: 100px;
     top:-40px;
     position: absolute;
     left:0px;
	 color: #FFFFFF;
}
 .header-text.baby-elements:before {
     content: "\f13b";
     z-index: 0;
     text-shadow: -4px 8px 15px  rgba(0, 0, 0, 0.50);
     font-size: 70px;
     transform: rotate(-90deg);
     font-family: "flaticon";
     font-size: 100px;
     top:-40px;
     position: absolute;
     left:0px;
	 color: #FFFFFF;
}
 .header-text.delivery-elements:before {
     content: "\f134";
     z-index: 0;
     text-shadow: 4px 2px 15px rgba(0, 0, 0, 0.50);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     font-size: 100px;
     top:-40px;
     position: absolute;
     left:0px;
	 color: #FFFFFF;
}
 .header-text.star-elements:before {
     content: "\f117";
     z-index: 0;
     text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.50);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     font-size: 100px;
     top:-40px;
     position: absolute;
     left:0px;
	 color: #FFFFFF;
}

 .header-text.snow-elements:before {
     content: "\f128";
     z-index: 0;
     text-shadow: 4px 6px 15px rgba(0, 0, 0, 0.50);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     top:-40px;
     position: absolute;
     left:0px;
	 color: #FFFFFF;
}

 .header-text.santahat-elements:before {
     content: "\f100";
     z-index: 0;
     text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.50);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     top:-40px;
     position: absolute;
     left:0px;
	 color: #FFFFFF;
}

 .header-text.christmascard-elements:before {
     content: "\f10C";
     z-index: 0;
     text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.50);
     font-size: 70px;
     transform: rotate(-20deg);
     font-family: "flaticon";
     top:-40px;
     position: absolute;
     left:0px;
	 color: #FFFFFF;
}


/*=========================== About us ============================ */
/* testimonials */
 .testimonial{
     margin: 0 15px;
}
 .testimonial .content:before{
     content: "\f10d";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     display: inline-block;
     position: absolute;
     top: 0px;
     left: -10px;
     font-size: 30px;
}
 .testimonial .content{
     padding: 30px;
     border-radius: 40px;
	 margin-top: 15px;
     margin-bottom: 15px;
     position: relative;
}
 .testimonial .content:after{
     content: "";
     border-top: 10px solid;
     border-left: 10px solid transparent;
     border-right: 9px solid transparent;
     position: absolute;
     bottom: -9px;
     left: 16%;
}
 .testimonial .description{
	 text-align: center;
	 color: #FFFFFF;
	 margin-top: 5px;
     margin-bottom: 10px;
     font-family: 'Quicksand', sans-serif;
     font-weight: 700;
}
 .testimonial-pic{
     float:left;
}
 .testimonial-pic > img{
     max-width: 120px;
     border-radius: 50%;
     border: 2px solid #e5e5e5;
     margin-left: 20px;
}
 .testimonial .testimonial-review{
     margin:3px 0 0 15px;
     float: left;
}
 .testimonial .testimonial-title{
     margin-bottom:10px;
}
 .testimonial .testimonial-review span{
     font-size:22px;
}
/* number counter */
 .counter{
     padding: 30px 20px;
     margin-top: 20px;
     border-radius: 20px;
     color: #fff;
     text-align: center;
     position: relative;
}
 .counter:before, .counter:after{
     content: "";
     width: 10px;
     height: 50px;
     border-radius: 5px;
     border: 2px solid #aaaeb1;
     background: #fff;
     background-image: repeating-linear-gradient( transparent, transparent 2px, #c9cbcc 2px, #c9cbcc 4px);
     position: absolute;
     top: -32px;
     left: 20%;
}
 .counter:after{
     left: auto;
     right: 20%;
}
 .counter .counter-icon{
     display: block;
     font-size: 70px;
     margin: 7px 0;
     height: 100px;
}
 .counter .counter-value{
     display: block;
     color:#fff;
     font-family:'Quicksand', sans-serif;
     font-weight: 700;
     font-size: 40px;
     letter-spacing: 2px;
     margin-bottom: 30px;
     position: relative;
}
 .counter .counter-value:before{
     content: "";
     width: 30%;
     height: 3px;
     background: rgba(255,255,255,0.3);
     margin: 0 auto;
     position: absolute;
     bottom: -10px;
     left: 0;
     right: 0;
}
 .counter .title{
     color: #fff;
     font-size: 18px;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin: 0;
}
/* call to action */
 #call-to-action {
	 height: auto;
     background-attachment:fixed!important;
   
}

 #call-to-action2 {
	 height: auto;
     background-attachment:fixed!important;
   
}

 #call-to-action3 {
	 height: auto;
     background-attachment:fixed!important;
	 margin-top: 30px;
	 margin-bottom: 30px;
   
}

/* =========================== Gallery ============================ */
 #owl-gallery.owl-carousel .owl-stage-outer {
     padding: 30px 0px 30px 0px;
}
/* Isotope */
 .isotope-item {
     z-index: 2 
}
 .isotope-hidden.isotope-item {
     z-index: 1 
}
 .isotope, .isotope .isotope-item {
     transition-duration: 0.2s;
}
 .isotope-item {
     padding: 2px;
     margin-right: -1px;
     backface-visibility: hidden;
}
 .isotope {
     transition-property: height, width;
}
 .isotope .isotope-item {
     transition-property: transform, opacity;
}
/* Gallery thumbnail*/
 .gallery-thumb {
     display: block;
     position: relative;
     overflow: hidden;
}
 .gallery-thumb img {
     transition: all .2s ease-out;
}
 .gallery-thumb:hover img{
     transform: scale(1.2) rotate(-5deg);
}
 .scrollimation .gallery-thumb {
     transform: translateY(100px);
     opacity: 0;
     transition: opacity .2s ease-out, transform .2s ease-out;
}
 .touch .scrollimation .gallery-thumb, .scrollimation .gallery-thumb.in {
     transform: translateY(0px);
     opacity: 1;
}
/* thumbnail Overlay */
 .gallery-thumb .overlay-mask {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     z-index: 1;
     transition: opacity .2s ease-out;
     background: rgba(0, 0, 0, 0.53);
}
 .gallery-thumb:hover .overlay-mask {
     opacity:1;
}
/*=========================== Contact ============================ */
 .contact-icon{
     text-align:center;
     padding: 60px 20px 40px 20px ;
     background-color: #FFF;
     border: 5px solid ;
     border-radius: 5px;
}
 .contact-icon .top-icon{
     transition: all .3s ease-out;
     font-size: 60px;
     top: -30px;
     background: #fff;
     position: absolute;
     right: 0;
     left: 0;
     width: 100px;
     margin: auto;
}
 .contact-icon:hover .top-icon {
     top: -40px;
}
 .contact-icon .h7 {
     margin-top: 32px;
}
 .margin-icon{
     margin-right:10px;
}

/*=========================== Footer ============================ */
 footer{
     color:#fff;
     padding: 80px 0px;
     border-top: 5px double #ffffff;
}
 footer .navbar-brand span{
     color:#fff!important;
}

 .paypal {
     margin-top: 0px;
	 	text-align: center;
}

.paypal img {
  width: 300px ;
	  display: inline-block;
}
 .credits{
     margin-top: 10px;
}
 .credits p{
     font-weight:700;
     font-size:13px;
     margin-bottom:0px;
     text-align:center;
}
/*=========================== Miscellaneous ============================ */
/* light text */
 .text-light p, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6{
     color:#fff!important;
}
/* progress bar */
 .progress {
     margin: 5px;
}
/* elements page */
 .element-heading{
     text-align:center;
     border-bottom:0px ;
     padding:20px;
}
 .element-heading strong{

	 font-weight:700;
	 
}
 .elements-subheader{
     border-radius:20px;

     padding-top: 15px;
	 padding-bottom: 15px;
     font-size:22px;
     color:#FFF;
     text-transform: none;
}

 .element-block{
     padding:0px;
}
 .element-section{
     padding: 150px 100px;
}
 #glyphs {
     border-bottom: 1px solid #ccc;
     padding: 2em 0;
     text-align: center;
}
 .glyph {
     display: inline-block;
     width: 9em;
     margin: 1em;
     text-align: center;
     vertical-align: top;
     background: #FFF;
}
 .glyph .glyph-icon {
     padding: 10px;
     display: block;
     font-family:"Flaticon";
     font-size: 64px;
     line-height: 1;
}
 .glyph .glyph-icon:before {
     font-size: 64px;
     color: #222;
     margin-left: 0;
}
 .class-name {
     font-size: 0.65em;
     background-color: #222;
     color: #fff;
     border-radius: 4px 4px 0 0;
     padding: 0.5em;
     color: #FFFF99;
     font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
 .author-name {
     font-size: 0.6em;
     background-color: #fcfcfd;
     border: 1px solid #DEDEE4;
     border-top: 0;
     border-radius: 0 0 4px 4px;
     padding: 0.5em;
}
/* buttons */
 .btn {
     transition: background-color .4s ease-in-out;
     color: #fff!important;
     border:0px;
     font-size: 1rem;
     padding: 10px 20px;
     outline: none;
     letter-spacing: 0.2px;
     font-family: 'Quicksand', sans-serif;
     border-radius: 20px 20px 20px 20px/20px 20px 20px 20px;
     text-transform: uppercase;
     margin-top: 10px;
     white-space: normal;
     font-weight: bold;
}
 .btn-primary, .btn-secondary {
     transition: background .2s ease-in-out;
}
 .btn-lg {
     padding: 1.5rem 2.4rem!important;
     font-size: 1.25rem!important;
     line-height: 1.5;
}
 .btn-sm {
     padding: 0.6rem 0.6rem!important;
     font-size: 0.9rem!important;
}
 .btn-light {
     color: #212529!important;
}
 .btn-group-vertical>.btn, .btn-group>.btn{
     margin:0px;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active{
     outline:none;
     box-shadow:none!important;
}
 button:focus {
     outline: 0px;
}
/* background decorations */
 .santa-bg1, .santa-bg2, .santa-bg3 {
     position: relative;
     z-index: 1;
}
  .santa-bg1:before {
     position: absolute;
     font-family: 'Flaticon';
     right: 10%;
     content: "\f129";
     font-size: 400px;
     opacity: 0.08;
     top: 30px;
     z-index: -1;
}
 .santa-bg2:before {
     position: absolute;
     font-family: 'Flaticon';
     left: 10%;
     content: "\f116";
     font-size: 400px;
     opacity: 0.08;
     top: 100px;
     z-index: -1;
}
 .santa-bg3:before {
     position: absolute;
     font-family: 'Flaticon';
     right: 10%;
     content: "\f116";
     font-size: 400px;
     opacity: 0.08;
     top: 100px;
     z-index: -1;
}
 
/* social media */
 ul.social-media{
     list-style: none;
     font-size: 30px;
     padding: 0px;
     margin: 0px;
}
 ul.social-media li{
     margin: 0px 5px;
     line-height: 55px;
     display: inline-block;
}
 ul.social-media li:hover{
     transform: scale(1.2);
     transition: all .9s ease-out;
}
 ul.social-media i{
     transition: all .9s ease-out;
}
/* forms */
 .form-control {
     transition:all 0.9s ease-in-out;
	 height: 50px;
     border: 0px solid;
     transition: border-color .65s ease-in-out,box-shadow .50s ease-in-out;
     border-radius: 20px 20px 20px 20px/20px 20px 20px 20px !important;
}

 .form-control input{
     height:70px;
}
 .form-control:focus{
     outline:none;
     box-shadow:none;
}
 .input-group-btn .btn{
     margin-top:10px;
     margin-left: 0px;
     border-radius: 20px 20px 20px 20px/20px 20px 20px 20px;
}
/* Blcokquote */
 blockquote {
     padding: 20px;
     font-weight:700;
     font-family: 'Quicksand', sans-serif;
}
 blockquote footer{
     padding:0px;
     background:transparent!important;
     color: inherit;
}
 blockquote p{
     font-weight:700;
     font-size: 18px;
}
 cite:before{
     content:'― ';
}
 cite{
     font-style:normal;
}
 blockquote:before {
     content: "\f10d";
     font-weight:900;
     font-style:normal;
     font-family: "Font Awesome 5 Free";
     font-size: 2em;
     opacity: 0.7;
}
/* Blurb */
 .blurb-img {
     position: absolute;
     top: -300px;
     left: 0px;
     z-index:999;
}
 .featured-text {
     font-family:'Quicksand', sans-serif;
     font-size:17px;
     font-weight:500;
     letter-spacing: 0.2px;
     line-height:26px;
}
/* Big Triangle */
 svg#bigTriangleColor {
     pointer-events: none;
	 margin-top: -1px;
}
/* form label */
 label {
     margin-top: 10px;
}
/* border */
 .border-irregular1{
     border-radius: 0px 0px 0px 0px/0px 0px 0px 0px;
}
 .border-irregular2{
     border-radius: 0px 0px 0px 0px/0px 0px 0px 0px;
}
 .border-double{
     border: 10px double;
}

/* rotate img on hover */
 .rotate-img img {
     max-width: 100%;
     transition: all 0.3s;
}
 .rotate-img:hover img {
     transform: rotate(-5deg);
}
/* Map */
 #map-canvas {
     max-width: 100%;
     min-height: 450px;
}
/* Go to top icon */
 .back-to-top {
     display: none;
     position: fixed;
     bottom: 40px;
     right: 42px;
     transition: all 0.2s ease-in-out;
     z-index: 999;
}
 .back-to-top i {
     display: block;
     width: 44px;
     height: 44px;
     line-height: 42px;
     font-size: 32px;
     color: #fff;
     border-radius: 50%;
     text-align: center;
}
 .back-to-top:hover{
     transform: scale(1.6);
}
/*Nav-tabs */
 .nav-tabs .nav-link {
     font-size: 22px;
     padding: 20px;
     font-family: 'Quicksand', sans-serif;
     font-weight: 700;
}
 .nav-tabs .nav-link:focus {
     color:#fff!important;
}
 .nav-tabs ,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
     border:0px;
}
 .tab-content{
     padding: 50px;
     border:0px;
}
/* centered navs */
 .center-nav {
     display: flex;
     justify-content: center;
}

/* cards */
 .card {
     display:block;
}
 .card-header{
     background:none;
}
 .card-title{
     transition: all 0.4s ease-in-out;
}
 a .card-title:hover {
     color: inherit;
}
/* accordions */
 .accordion-cards .card {
     border: 0px;
     display:block;
     padding:0px;
     border-radius: 0px;
     background: #fff;
}
 .accordion-cards .card-header {
     padding: 10px 20px;
     border-radius:5px;
     border-bottom: 0;
     transition:all 0.9s;
     color:#fff!important;
     margin:5px;
     cursor:pointer;
}
 .accordion-cards .card-header .show {
     background-color:#cecece;
}
 .card.active > .card-header{
     background-color: red!important;
}
 .card-header h6{
     color:#fff!important;
}

 .card-body p{
     color:#675444!important;
}
 .accordion-cards .card-body{
     margin: 0 20px;
     padding: 40px;
     border-radius: 5px;
}
/* light background */
 .bg-light{
     background:#FFFFFF!important;
}
/* section */
 section{
     background:#fff;
     padding-top:10px;
     padding-bottom:0px;	 
}

 .orderformbox{
     height: auto;
 	 
}

 .no-padding{
     padding-top:0px;
     padding-bottom:0px;
}
 .section-heading {
     text-align:center;
     margin-bottom:10px;
}
 
/* custom ul */
 ul.custom {
     list-style: none;
}
 ul.custom li {

	 padding: 5px 0px;
     font-size: 16px;
     line-height: 26px;
	 
}

 ul.custom li:before {
	 
	 
}

.santa li {
	margin: 0;
	padding: 5px 0px 5px 45px;
	list-style: none;
	background-image:url(../img/flaticon/054-snowflake.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;

}

.redstar li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/redstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.redstar1 li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/redstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}

.greenstar li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/greenstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}

.tick li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.bluestar li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/bluestar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.star li {
	margin: 0;
	padding: 5px 0px 5px 35px;
	list-style: none;
	background-image:url(../img/goldstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.goldstar li {
	margin: auto;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/goldstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;

}
.goldstar1 li {
	margin: auto;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/goldstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;

}
.pinkstar li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/pinkstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.orangestar li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/orangestar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.purplestar li {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	background-image:url(../img/purplestar.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.post li {
	margin: 0;
	padding: 5px 0px 5px 35px;
	list-style: none;
	background-image:url(../img/post.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}

/* white border if bg same color as form border */
 .bg-primary .form-control{
     border-color:#fff;
}
/*cards */
 .card{
     border:0px;
     border-radius: 50px 50px 50px 50px/50px 50px 50px 50px;
     padding:40px;
}
/* block padding */
 .block-padding{
     padding-top:40px;
     padding-bottom:40px;
}
 .bottom-block-padding{
     padding-top: 40px;
}
/* overlay background */
 .overlay{
     box-shadow:inset 0 0 0 1000px rgba(255,255,255,0.42);
}
/* list group */
 .list-group{
     font-weight:700;
     font-size:18px;
}
 .list-group-item{
     font-family:'Quicksand', sans-serif;
     transition: all 0.2s ease-in-out;
     margin-bottom: 4px;
     background-color: #fff;
     border: 0px;
     border-radius: 5px!important;
}
 .list-group-item-action:focus, .list-group-item-action:hover{
     color:#fff;
}
/* Jumbotron */
 .jumbotron{
     background-size: cover;
     margin-bottom: 0px;
     position: relative;
     background-position: center center;
     text-align: center;
     padding: 10px;
}
 .jumbo-heading .section-heading {
     margin-bottom: 0px;
}
 .jumbo-heading .section-heading h1 {
     color:#fff;
}
/* Owl-carousel */
 .owl-prev, .owl-next {
     position: absolute;
     bottom: 50%;
     border-radius: 50%;
     text-align: center;
}
 .owl-nav {
     margin: 0 auto;
     top: 20px;
     left: 50%;
}
 .owl-prev {
     left: -15px;
}
 .owl-next {
     right: -15px;
}
 .owl-prev i, .owl-next i {
     transition: all .7s ease-in-out;
     border-radius:50%;
     color:#fff!important;
     font-size: 20px;
     height: 30px;
     width: 30px;
     line-height: 30px;
}
 .owl-carousel.owl-loaded {
     display: block;
     clear: both;
    /* Important fix */
}
 .owl-dots {
     text-align: center;
     margin-top: 0px;
}
.owl-carousel .owl-stage-outer{
    margin-top: -67px;
	margin-bottom: 0px;
}

#call-to-action3 .owl-carousel .owl-stage-outer{
    margin-top: -67px;
	margin-bottom: -40px;
}



 .owl-theme .owl-dots .owl-dot {
     display: inline-block;
}
 .owl-theme .owl-dots .owl-dot span {

     border: 2px solid #675444;
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 1.3rem;
     height: 1.3rem;
     margin: 0.1rem;
	 margin-top: 20px;
     border-radius: 50%;
     cursor: pointer;
     color: #333;
     transition: all 0.3s ease-in-out;
}


 .owl-carousel .owl-stage {

     margin-top: 10px;

}
/* owl carousel with navigation on top */
 .top-centered-nav .owl-nav {
     position: absolute;
}
 .top-centered-nav .owl-prev, .top-centered-nav .owl-next {
     top: 50px;
}
 .top-centered-nav .owl-prev {
     left: -40px;
}
 .top-centered-nav .owl-next {
     right: -40px;
}
/* fade-effect owl carousel */
 .fade-effect.owl-carousel .owl-item {
     perspective: 1000px;
     opacity: 0.7;
     transform: scale(0.8);
     transition: all 1s ease-in-out;
}
 .fade-effect.owl-carousel .owl-item.active {
     opacity: 1;
     transform: scale(1);
}
/* Mailchimp message */
 #mce-error-response, #mce-success-response {
     display: none;
     margin-top:20px;
}
/* Page margin*/
 .page{
     background:#fff;
     padding-top:100px;
     padding-bottom:0px;
}

 .orderpage{
height:100vh;
}

 .orderform{
     max-height: 500px!important;
}
/* opacity on hover */
 .hover-opacity{
     transition: all 0.4s ease-in-out;
}
 .hover-opacity:hover{
     opacity:0.8;
     border-radius: 20px;
}
/* bg-secondary */
 .bg-secondary a:hover{
     color:#f8f8f8;
}
/* alerts */
 .alert-primary,.alert-secondary{
     color:#fff;
}
/* nav pills */
 .nav-pills .nav-link {
     font-size: 22px;
     color:#fff;
     margin: 5px 10px;
     transition: all 0.2s ease-in-out;
     font-family: 'Quicksand', sans-serif;
     font-weight: 700;
}
 .nav-link.disabled {
     color: #6c757d!important;
}
/* pills /badges */
 .badge-pill {
     padding: 10px;
     margin:3px;
}
 .badge-default{
     color:#fff;
}
/* breadcrumbs */
 .breadcrumb {
     color:#fff;
     font-family:'Quicksand', sans-serif;
     font-weight:700;
     background: transparent;
     padding: 20px;
     text-transform: uppercase;
     font-size: 13px;
     display: inline-flex;
     padding-bottom: 0px;
	 
}
 .breadcrumb a {
     color:#fff;

}
 .breadcrumb-item.active {
     color: #3CC5FB;

}
 .breadcrumb-item+.breadcrumb-item::before {
     color: #fff;
     font-size:10px;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f054";

}
/* pagination */
 .page-link:hover,.page-link:focus,.page-link.active{
     color:#fff;
     border: 1px solid #fff;
     outline:0;
}
 .page-link{
     transition: all 0.2s ease-in-out;
     font-family: 'Quicksand', sans-serif;
     color:#fff;
     font-weight:700;
     border: 1px solid #fff;
}

 .envelope {
     width: 25%;
	 
}

/*
Template Name: Woof!
Main Color scheme
/*
 
/* GREEN */
 .badge-default,.bg-secondary, .btn-primary, .back-to-top i:hover, .alert-secondary, .badge-secondary, .nav-pills .nav-link.active,.nav-pills .nav-link:hover,.nav-pills .nav-link:focus, .nav-pills .show>.nav-link,.list-group-item.active,figure.team-style2 figcaption .icons i, .page-link:hover, .page-link.active, .team-style1 .social, .nav-item:focus,.nav-link:focus,.owl-prev i:hover, .owl-next i:hover, .testimonial .content,.btn-secondary:hover, .owl-theme .owl-dots .owl-dot.active span {
    background: #61a801;
}

 .navbar .nav-item:hover,.navbar .nav-item.active, .dropdown-item:focus, .dropdown-item:hover,.dropdown-item.active

{
    background: #FF0000;
}

.owl-theme .owl-dots .owl-dot:hover span
{
    background: #FF8D00 ;
}


.navbar-toggler:hover {
	color: #61a801
}

.section-heading:before,.navbar-brand i,.serviceBox:hover .service-icon i,figure.team-style3 h6, figure.team-style2 .name h6, ul.custom li:before,.contact-icon .top-icon, .testimonial .content:before,.owl-theme .owl-nav [class*='owl-']:hover,.spinner .bounce1:after {
	color: #BB0000
}
 .btn-primary,.list-group-item.active,.alert-secondary,.jumbotron {
    border-color:#C70002;
}

/* SKY-BLUE */
  .back-to-top i, .accordion-cards .card-header, .page-item.active .page-link,.progress-bar,.btn-secondary,.service-hover-box .service-hover-caption, figure.team-style2 .name , .team-style1:hover .social li a, .team-style1:hover .team-image,.page-link, .nav-pills .nav-link,.navbar {
    background-color:#7BDFFF;
}

 .owl-prev,.owl-next, #call-to-action, .dropdown-menu {
    background-color:#B00000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active

{
    background-color:#00780C;
}

.blog-card .post-info:before,.color1,a:hover,a:focus,  .bg-secondary a,ul.social-media li:hover i, .counter .counter-icon{
    color:#F9BE4F ;
}


.index-image
{
	
	margin-top: 0px;
}
/* White */
 a {
    color:#FFFFFF ;
}

 .dropdown-menu:before {
    border-bottom-color: #F9BE4F;
}
.blog-card .card-img-top:hover,.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .page-item.active .page-link,.btn-secondary,.form-control:focus,  .form-control,.alert-primary,.list-group-item-action:focus, .list-group-item-action:hover {
    border-color:#F9BE4F;
}

blockquote:before,.team-style1:hover .social li a, figure.team-style3 i,.top-bar .contact-details i, .top-bar .social-list li a, ul.social-media i,.top-bar , .serviceBox .service-icon i {
    color:#675444 ;
}

#bigTriangleColor path {fill:#675444;}

/* Light yellow */
.nav-tabs .nav-link.active, .tab-content, .team-style1,.accordion-cards .card-body, .bg-light-custom, #call-to-action2, #call-to-action3  {
    background: url(../img/santa-letter-background-pattern-11.png);
}

footer, .elements-subheader, .navbar, .counter, .bg-secondary, .accordion-cards .card-header:hover,.accordion-cards .card-header:focus,.badge-primary, .alert-primary,.list-group-item-action:focus, .list-group-item-action:hover,.team-style1:hover .social li a:hover , .jumbotron {
        background: url(../img/santa-letter-background-pattern-7.png);
}

.navbar{
        background: url(../img/santa-letter-background-pattern-9.png);
}

#call-to-action, .bg-primary {
    background: url(../img/santa-letter-background-pattern-10.png);
}

 .page-object1 i,.page-object2 i {
    color:#FBF4DE;
}
 .contact-icon,.border-double {
    border-color:#DFDFDF;
}
 .testimonial .content:after{
     border-top-color:#61a801;
}


/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */
/*=========================== Media queries ============================ */


/* EXTRA Small devices (landscape phones, 544px) */
 @media (max-width: 479px) {
	 
	      .page {
         padding-top: 50px;
         padding-bottom: 30px;
    }
	 
	  /* typography */
     h1{
         font-size: 2.0em;
    }
     h2{
         font-size: 1.5em;
    }
     h3 {
         font-size: 1.5em;
    }
     h4 {
         font-size: 1.5em;
    }
	
	 h6{

     font-size:1.4em;
     margin-bottom: 0px;
}
	 
     .h7{
         font-size:16px;
         line-height:27px;
    }
	 
	 li.santa {
	font-size:1.1em;
		 font-weight: 500;
}
	 	 li.letter {
	font-size:1.1em;
			  font-weight: 500;
}
	 
	 	 li.santaletter {
	font-size:1.2em;
}
	     section {
         padding-top: 10px;
         padding-bottom: 10px;
    }
	 /* space below each section header */
     .section-heading {
         margin-bottom: 0px;
    }
     .section-heading:before {
         font-size: 10px;
    }
    /* slider */
     #slider{
         padding-top:59px!important;
    }
	 
	 .header_container {

	padding-top:59px!important;
}

    /* slider */
     .header-text:before{
         font-size:30px!important;
         margin-top:33px;
		 margin-left: 12px;
    }

	  .header-p{
	 
	 display:none!important;
}

	 
	 .top-centered-nav .owl-nav {
     display:none!important;
}
	 
	 .header-wrapper {
     width: 100%!important;
     margin-top:10%;
}

 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
         display:none!important;
    }

 .header-text{
	 border-radius: 25px;
     max-width: 35%!important;
     padding-top: 10px!important;
	 padding-left: 10px!important;
	 padding-right: 10px!important;
	 padding-bottom: 10px!important;
	 margin-top:40px;
	 margin-left: 5%;
}
	 
 
 .header-text h2{
     margin-bottom:5px;
	 font-size: 4em;
}


     .ls-bottom-nav-wrapper {
         bottom: -10px;
    }
	 
	 
	 .btn {
     transition: background-color .4s ease-in-out;
     color: #fff!important;
     border:0px;
     font-size: 1.1rem;
     padding: 8px 10px 8px 10px;
     outline: none;
     letter-spacing: 0.1px;
     font-family: 'Quicksand', sans-serif;
     text-transform: uppercase;
     margin-top: 5px;
     white-space: normal;
     font-weight: bold;
}
	 
	 	#slider .btn {

     font-size: 0.7rem;
     padding: 6px 12px 6px 12px;

}
	 
	 .logo_container a{
  width: 280px;
  display: inline-block;
}
	  .navbar-logo a{
  width: 230px;
  display: inline-block;
}
	
	 .icon_container a{
  width: 100%;
  display: inline-block;
}
	 
	 /*video header */
     .video-text h1 {
         font-size:1.4em;
         width: 100%;
    }
    /* others */
     .jumbotron h1 {
         font-size: 2.1em!important;
    }
     .navbar-brand span {
         font-size:30px;
    }
     .navbar-brand i {
         font-size:40px;
    }
     .navbar-collapse.show, .navbar-collapse {
         max-height: 300px !important;
    }
     .jumbotron {
         margin-top:69px!important;
    }
     .top-bar {
         display:none!important;
    }
     .input-group .form-control, .input-group-btn {
         display: inline-table;
         width: 100%;
         margin-top: 10px;
    }
     .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child), .input-group-btn .btn{
         border-radius: 20px 20px 20px 20px/20px 20px 20px 20px;
    }
     .card {
         padding: 20px;
    }
     .testimonial-pic , .testimonial .testimonial-review {
         float: none;
         text-align:center;
    }
     .testimonial-pic > img, .testimonial .testimonial-review {
         margin: 0px auto;
    }
	 
	  .testimonial .content{
	 margin-top: 80px;
     margin-bottom: 10px;
}
	  .testimonial .content:after{

     left: 48%;
}
	 
	  .testimonial .testimonial-review span{
     font-size:20px;

}
     .btn-lg {
         padding: 20px!important;
    }
     #video-header{
         margin-top:50px;
    }
     .video-text .navbar-brand span, .video-text .navbar-brand i{
         font-size:40px!important;
         line-height: 30px!important;
    }
     .back-to-top {
         right: 12px;
    }
     .card.blog-card {
         padding: 30px 0px;
    }
     .card-header {
         padding: .75rem 0rem;
    }
     .blog-sidebar .card {
         padding: 0px;
    }
     .text-xs-center {
         text-align: center;
    }
	 
	  .santa-bg2:before {

     font-size: 300px;

}
	 
	  .envelope {
     width: 50%;
		  margin-top: 10px;

}
	 
	  .owl-carousel .owl-stage {
     margin-top: -5px;
}

	  .elements-subheader{
     border-radius:20px;
     padding-top: 15px;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-bottom: 15px;
     font-size:18px;
}
	 
}
/* Medium devices (tablets, 768px) The navbar toggle appears at this breakpoint */
 @media (min-width: 480px) and (max-width: 767px) {

     section {
         padding-top: 10px;
         padding-bottom: 10px;
    }
	 
	     /* slider */
     #slider{
         padding-top:72px!important;
    }
	 
	 	 .header_container {

	padding-top:82px!important;
}
	 
	 	 	 #slider .btn {
     font-size: 1.3rem;

}
	 /* space below each section header */
     .section-heading {
         margin-bottom: 10px;
    }
     .section-heading:before {
         font-size: 40px;
    }
    /* owl carousel navigation on top */
     .owl-nav {
         margin: 0 auto;
         top: 0px;
         left: 50%;
         position: absolute;
    }
     .owl-prev, .owl-next {
         top: 0%;
    }
     .owl-prev {
         left: -40px;
    }
     .owl-next {
         right: -40px;
    }
     .owl-carousel .owl-stage {
         margin-top: 50px;
    }
    
	 
	 /* typography */
     h1{
         font-size:2.6em;
    }
     h2{
         font-size:2.0em;
    }
     h3 {
         font-size: 1.8em;
    }
     h4 {
         font-size: 1.4em;
    }
	 h6 {
         font-size: 1.2em;
    }
     .h7{
         font-size:16px;
         line-height:27px;
    }
	 
	 	 li.santa {
	font-size:1.6em;
	font-weight: 500;
	
	
}
	 	 li.letter {
	font-size:1.6em;
	font-weight: 500;
	
	
}
	 	 	 li.santaletter {
	font-size:1.4em;

	
	
}
	 
	 	 .btn {
     transition: background-color .4s ease-in-out;
     color: #fff!important;
     border:0px;
     font-size: 1.1rem;
     padding: 8px 15px 8px 15px;
     margin-top: 5px;
     white-space: normal;
     font-weight: bold;
}

	
     
	 
	 .icon_container a{
  width: 100%;
  display: inline-block;
}
	 
	 
	     /* slider */
     .header-text:before{
         font-size:40px!important;
         margin-top:35px;
		 margin-left: 17px;
    }
	 
	 

	 /* slider remove slider icon
	 
	 .header-text:before{
         display:none!important;
    }
	 
	*/
	 
	  .header-wrapper {
     width: 100%!important;
     margin-top:15%;
}

 .header-text {
     margin-top:65px;
	 margin-left: 5%;
}

 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
         display:none!important;
    }

	 
	  .header-text{
     max-width: 40%!important;
     padding-top: 20px!important;
	 padding-left: 10px!important;
	 padding-right: 10px!important;
	 padding-bottom: 20px!important;

}

     .ls-bottom-nav-wrapper {
         bottom: -10px;
    }
	 
	 	  .header-p{
	 
	 display:none!important;
}
	 
	 .header-p {
         font-size: 12px;
         line-height: 23px;
		 padding-top: 0px;
		 padding-bottom: 0px;
         margin-bottom:0px;
    }
     .header-text h2 {
         margin-bottom: 0px;
         font-size: 4.5em;
    }
    /* others */
     .page {
         padding-top: 50px;
         padding-bottom: 50px;
    }
     footer{
         padding:30px;
    }
     .block-padding{
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .bottom-block-padding{
         padding-top: 40px;
         padding-bottom: 0px;
    }
     .mt-5, .my-5 {
         margin-top: 0rem!important;
    }
     .contact-icon:hover .top-icon {
         top: -20px;
    }
     .contact-icon .top-icon, .contact-icon {
         margin-top: 20px;
    }
     #call-to-action {
         padding-top:0px;
		 padding-bottom: 0px;
    }

     .video-text .navbar-brand span, .video-text .navbar-brand i{
         font-size:60px;
         line-height: 60px;
    }
	 
	      .top-bar {
         display:none!important;
    }
	 
	  .testimonial .content{
	 margin-top: 80px;
     margin-bottom: 15px;
}
	 
	 
	 
    /* jumbotron */
     .jumbotron{
         margin-top: 90px;
    }
	 
	 	  .testimonial .content{
	 margin-top: 20px;
     margin-bottom: 15px;
}
	 
	 
}
/* Medium- Large devices (desktops, 992px) */
 @media (min-width: 768px) and (max-width: 991px) {
	 
	      #slider{
         padding-top:113px!important;
    }
	 
	 	 .header_container {

	padding-top:113px!important;
}
	 
	      section {
         padding-top: 10px;
         padding-bottom: 10px;
    }
	 
	      .section-heading {
         margin-bottom: 10px;
    }
	 
    /* slider */
     .header-text:before{
         font-size:50px!important;
         margin-top:30px;
		 margin-left: 25px;
    }
	 
	 	 .icon_container a{
  width: 700px;
  display: inline-block;
}
	 
	 	 	 li.santa {
	font-size:1.2em;
	font-weight: 100;
	
	
}
	 	 li.letter {
	font-size:1.2em;
	font-weight: 100;
	
	
}
	 
	 	 	 li.santaletter {
	font-size:1.2em;

}
	 
	 .index-image
{
	
	margin-top: 70px;
}
	 

	 /* slider remove slider icon
	 
	 .header-text:before{
         display:none!important;
    }
	 
	*/
	 
	  .header-wrapper {
     width: 100%!important;
     margin-top:15%;
}

 .header-text {
     margin-top:50px;
	 margin-left: 5%;
}

 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
         display:none!important;
    }


 .header-text{
     max-width: 40%!important;
     padding-top: 40px!important;
	 padding-left: 20px!important;
	 padding-right: 20px!important;
}

     .ls-bottom-nav-wrapper {
         bottom: -10px;
    }
	 
	 .header-p {
         font-size: 16px;
         line-height: 23px;
         margin-bottom:10px;
    }
     .header-text h2 {
         margin-bottom: 20px;
         font-size: 4em;
    }
	 
	 
	 
    /*top bar */
     .top-bar .contact-details li {
         font-size: 13px;
    }
     .top-bar .contact-details li {
         margin: 0px!important;
    }
     .top-bar .contact-details i {
         margin-right: 8px;
         margin-left: 8px;
    }
    /* others */
     .dog-bg1:before, .dog-bg2:before, .cat-bg2:before, .cat-bg3:before, .paws-house-bg1:before, .dog-bg3:before, .santa-bg1:before{
         display:none;
    }
     .res-margin{
         margin-top:0px;
    }
     .adopt-card:hover{
         margin-top:30px;
    }
     .navbar-collapse.show {
         max-height: 400px;
    }
     .navbar-collapse {
         max-height: 400px ;
    }
     .navbar-collapse::-webkit-scrollbar {
         width: 10px;
    }
     .navbar-collapse::-webkit-scrollbar-track {
         background-color: lightgray;
    }
     .navbar-collapse::-webkit-scrollbar-thumb {
         background-color: darkgray;
    }
     .navbar-collapse.show {
         overflow-y: hidden!important;
         overflow-x: hidden!important;
    }
    /* jumbotron */
     .jumbotron{
         margin-top: 132px;
    }
	 	 	  .testimonial .content{
	 margin-top: 80px;
     margin-bottom: 15px;
}
	 	  .testimonial .content:after{

     left: 11%;
}
	 	 	 #slider .btn {
     font-size: 1.5rem;

}
	
	 
}
/* Large devices (large desktops, min 1200px ) */
 @media (min-width: 992px) and (max-width: 1199px) {
	 
	 #slider{
         padding-top:114px!important;
    }
	 	 #slider .btn {
     font-size: 1.6rem;

}
	 
	 .index-image
{
	
	margin-top: 20px;
}
	 
	 	 .header_container {

	padding-top:114px!important;
}
	 

	   /* slider */
     .header-text:before{
         font-size:56px!important;
         margin-top:30px;
		 margin-left: 25px;
    }
	 

	 /* slider remove slider icon
	 
	 .header-text:before{
         display:none!important;
    }
	 
	*/
	 
	  .header-wrapper {
     width: 100%!important;
     margin-top:15%;
}

 .header-text {
     margin-top:60px;
	 margin-left: 5%;
}

 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
         display:none!important;
    }


 .header-text{
     max-width: 40%!important;
     padding-top: 40px!important;
	 padding-left: 20px!important;
	 padding-right: 20px!important;
}

     .ls-bottom-nav-wrapper {
         bottom: -10px;
    }
	 
	 .header-p {
         font-size: 16px;
         line-height: 23px;
         margin-bottom:10px;
    }
     .header-text h2 {
         margin-bottom: 20px;
         font-size: 4em;
    }
	 
	 
	 
	 	 .icon_container a{
  width: 700px;
  display: inline-block;
}
	 
     .navbar{

         line-height: 35px;
    }
	

    /* jumbotron */
     .jumbotron{
         margin-top: 132px!important;
    }
	 	 	 	  .testimonial .content{
	 margin-top: 80px;
     margin-bottom: 15px;
}
}
/* Large devices (large desktops, max 1200px) */
 @media (min-width: 1200px) {
	 
	  #slider{
         padding-top:140px!important;
    }
	 
	 	 .header_container {

	padding-top:140px!important;
}
    /* navigation */
     .dropdown-menu:before{
         display:none;
    }
     .navbar .nav-item{
         margin-top: 20px;
    }
	.navbar {
           padding: 20px;
    }
     .dropdown-item, .navbar-nav .nav-link{
         text-align:center;
    }
     .dropdown-item {
         padding: 0.8rem;
    }
     .navbar-collapse.show {
         display: block;
         padding-bottom: 40px;
    }

  /* slider */
     .header-text:before{
         font-size:50px!important;
         margin-top:40px;
		 margin-left: 35px;
    }
	 
	 .icon_container a{
  width: 800px;
  display: inline-block;
}
	 /* slider remove slider icon
	 
	 .header-text:before{
         display:none!important;
    }
	 
	*/
	 
	  .header-wrapper {
     width: 100%!important;
     margin-top:15%;
}

 .header-text {
     margin-top:110px;
	 margin-left: 5%;
}

 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
         display:none!important;
    }


 .header-text{
     max-width: 40%!important;
     padding-top: 40px!important;
	 padding-left: 20px!important;
	 padding-right: 20px!important;
}

     .ls-bottom-nav-wrapper {
         bottom: -10px;
    }
	 
	 .header-p {
         font-size: 16px;
         line-height: 23px;
         margin-bottom:10px;
    }
     .header-text h2 {
         margin-bottom: 20px;
         font-size: 4em;
    }
	 
	 #slider .btn {
     font-size: 1.9rem;

}
	 
	 
    /*video header */
     .video-text {
         width:100%;
         bottom:0%;
    }
    /* blurb */
     .blurb-img {
         margin: 0 auto;
         display: -webkit-box;
         top:0;
         position: relative;
    }
    /* jumbotron */
     .jumbotron{
         margin-top: 155px;
    }
	 	 	 	  .testimonial .content{
	 margin-top: 80px;
     margin-bottom: 15px;
}
}
/* Extra large devices (large desktops, 1920px or more) */
 @media (min-width: 1920px) {
    /*background decorations */
     .dog-bg1:before, .dog-bg2:before, .cat-bg2:before, .cat-bg3:before, .paws-house-bg1:before {
         left:18% 
    }
     .dog-bg3:before, .santa-bg1:before{
         right:18% 
    }
	 	 	 	  .testimonial .content{
	 margin-top: 80px;
     margin-bottom: 15px;
}
	 	 .icon_container a{
  width: 800px;
  display: inline-block;
}
	 	 	#slider .btn {
     font-size: 2.0rem;

}
	 
}
 