<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
Template Name: Happy Paws
Author: Ingrid Kuhn
Author URI: themeforest/user/ingridk
Version: 1.0
Last change:9/23/2015 

	Table of Contents

	#General and Typography
	#Navigation
	#Logo
	#Main Slider
	#Section - Services
	#Section - Stats
	#Section - About
	#Section - Testimonials
	#Section - Prices
	#Section - Call to Action
	#Section - Gallery
    #Section - Offers
	#Section - Adoption
	#Section - Brands
	#Section - Contact
	#Section - Map
    #Section - Footer
	#Miscellaneous
	#Media Queries

===========================
  General and Typography
============================ */

.top-bar .account-panel .mics {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background-color: #9a70fa;
  padding: 7px 15px;
  text-align: center;
  width: 120px;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  -ms-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.top-bar .account-panel .mics a {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 8px 0 10px;
}
.top-bar .account-panel .mics a:last-child {
  border: 0 none;
}
.top-bar .account-panel.active .ac-trigger-btn {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.top-bar .account-panel.active .mics {
  display: block;
}
.top-bar .account-panel .ac-trigger-btn {
  background-color: #03a9f4;
  font-size: 1em;
  padding: 3px 10px;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.top-bar .account-panel .ac-trigger-btn:focus, .top-bar .account-panel .ac-trigger-btn:focus {
  outline: none;
}
.top-bar .account-panel.active .ac-trigger-btn {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

html{
	width: 100%;
	height: 100%;	
}

body {
	width: 100%;
	height: 100%;
	font-family: 'nunito',sans-serif;
	font-weight: 300;
	color: #333;
	-webkit-text-size-adjust: 100%; 
	-webkit-font-smoothing: antialiased;
}

p{
    font-size: 17px;
    line-height: 27px;
    color:#717171;
	margin: 0;
}

/* Headings */

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 400;
	font-size:18px;
	color:#333;
}

h1 {
	text-transform:uppercase;
	font-size: 45px;
	font-weight: 700;
}
 
h2 {
	font-size: 38px;
	font-weight: 700;
	text-transform:uppercase;
	margin-top:0;
}

h3 {
	font-family: 'nunito',sans-serif;
	font-weight: 600;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 20px;
}

h4 { 
	font-family: 'nunito',sans-serif;
	font-weight: 400;
	font-size: 30px;	
}
 
h5 {
	font-size: 25px;	
	font-family: 'nunito',sans-serif;
	font-weight: 400;
}

h6 {
	font-size: 18px;	
	margin: 0;
	text-transform: uppercase;
	font-family: 'nunito',sans-serif;
	font-weight: 400;
}

/* Links */

a {transition: all .2s ease-in-out;}

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

/* Preloader */

#preloader {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.spinner {
	position: absolute;
	left: 49%;
	top: 50%; 
	z-index: 999; 
	min-width: 6.5em; 
	height: 2.5em; 
	overflow: visible; 
}

.spinner &gt; div {
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*===========================
  Navigation
============================ */

.navbar-toggle {color:#fff;}

.navbar {
	background-color:#fff;
	margin-bottom: 0;
	z-index:900;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.23);
	-moz-box-shadow:0px 0px 2px 0px rgba(50, 50, 50, 0.23);
	box-shadow:0px 0px 7px 0px rgba(50, 50, 50, 0.23);
}

.navbar-nav &gt; li &gt; a {
  line-height: 43px;
  padding: 10px 0px 10px 35px;
}

.navbar-custom ul.nav li a {
	font-size: 14px;
	text-align: center;
    transition: all .2s ease-in-out;
	font-family: 'nunito', sans-serif;
}

.nav &gt; li &gt; a{
	font-family: 'nunito', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	transition: background .3s ease-in-out;
	color:#333;
}

.navbar-custom .nav li a:hover{
	background-color: rgba(255, 255, 255, 0);
	outline: 0;
}
	 
.navbar-custom .nav li a:focus{
	outline: 0;
	background-color: rgba(255, 255, 255, 0);
	border-bottom:none;
}

.navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255, 255, 255, 0);
}

.navbar-custom ul.nav ul.dropdown-menu {border-radius: 0;}

.navbar-custom ul.nav ul.dropdown-menu li {border-bottom: 1px solid #f5f5f5;}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {border-bottom: none;}

.navbar-custom ul.nav ul.dropdown-menu li a {padding: 10px 20px;}

.navbar-toggle:focus,
.navbar-toggle:active {outline: 0;}

.navbar-toggle {font-size: 16px;}

.navbar-fixed-top {border-width: 0 0 0px;}

/* top-bar */

.top-bar ul,ol {
    margin-bottom: 0px;
    padding: 0px;
}

.top-bar.color-bar ul.social-list i {border-left: 1px solid rgba(255, 255, 255, .1);}

.top-bar.color-bar ul.social-list li:last-child i {border-right: 1px solid rgba(255, 255, 255, .1);}

.top-bar.color-bar .contact-details li:before {color: rgba(255, 255, 255, .2);}

.top-bar a {color: #fff;}

.top-bar .contact-details li:first-child {margin-left: 0px;}

.top-bar .contact-details i {margin-right: 5px;}

.top-bar .contact-details li {
    font-size: 12px;
    display: inline-block;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}

/* top-bar Social icons */

ul.social-list {
    float: right;
    list-style-type: none;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

ul.social-list li a:hover {
    color: #fff;
    transition: background .3s ease-in-out;
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
}

/*===========================
  Logo
============================ */

.navbar-brand {
	font-size: 25px;
	line-height: 30px;
	margin-left: 0px;
	color:#333;
	text-transform:uppercase;
	font-family: 'Bree Serif', serif;
}
 
/*Logo icon */

.navbar-brand span{
	display: inline-block;
	margin-bottom:10px;
	margin-right:10px;
}

/* ===========================
 Main Slider
============================ */

.slider-container {
	overflow: hidden;
	position: relative;
	height: 100%;
	cursor: all-scroll;
}

.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}

/*Controls */

.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	transition: opacity 0.3s;
	opacity: 0;
}

.slider-control.inactive:hover {cursor: auto;}

.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}

.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

/* Pagination */

ul.slider-pagi {padding-left:0px;}

.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
		  transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}

.slider-pagi__elem {
	border: 2px solid;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
}

.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	border-radius: 50%;
		  transition: transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	  -ms-transform: translate(-50%, -50%) scale(0);
		  transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

/* Slider Animation */

.slider.animating {transition: transform 0.5s;}

.slider.animating .slide__bg {transition: transform 0.5s;}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:top right;
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 610px;
  -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
          transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.slide__overlay path {opacity: 0.4;}

/* Slider Typography */

.slide__text {
	text-align:center;
	position: absolute;
	width: 35%;
	bottom: 15%;
	left: 4%;
	color: #fff;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
 
.slide__text-heading {
	margin:3rem;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.lead {
  font-family: "Nunito", sans-serif;
  font-size: 2.2rem;
  color:#fff;
  margin-bottom: 1.5rem;
}

/* slide1 */

.slide:nth-child(1) {
  left: 0;
}

.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url(../img/slide1.jpg);
  background-position: center top;
}

/* slide2 */

.slide:nth-child(2) {
  left: 100%;
}

.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url(../img/slide2.jpg);
}

/* slide3 */

.slide:nth-child(3) {
  left: 200%;
}

.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url(../img/slide3.png);
}

/* slide4 */

.slide:nth-child(4) {
  left: 300%;
}

.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url(../img/slide4.jpg);
}

/*===========================
  Services
============================ */

#services{text-align:center;}

#services h4{margin-top:18px;}

/* ===========================
--- Stats
============================ */

#stats {
	background: url(../img/png_bg/animals1.png),url(../img/png_bg/animals2.png);
	background-attachment:fixed;
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	color:#fff;
}

#stats .numscroller{
	font-size:45px;
	font-family: 'nunito',sans-serif;
	font-weight: 700;
	margin-top:-13px;
}

#stats h5{
	color:#fff;
	margin: 0;
}

#stats .row hr{
	margin-top: 0;
    margin-bottom: 16px;
	max-width:60px;
	border-top: dashed 1px;
}

/*===========================
  About us
============================ */

#about {background-color:#eee;}

#about .paneltab{
	background-color:#fff;
	padding:60px 20px;
}

.tab-content &gt; .active {display: block;}

/* tab fade effect */

.fade {
	opacity: 0;
	transition: opacity 0.55s linear;
}

/* hover icons circles */

.box{margin-top: 40px;}

.box &gt; .icon{
	position: relative;
	text-align: center;
}

.box &gt; .icon &gt; .image{
	border-radius: 50%;
	margin: auto;
	position: relative;
	vertical-align: middle;
	width: 98px;
	z-index: 2;
	margin-bottom: 20px;
	border: 2px dotted;
}

.box &gt; .icon &gt; .image &gt; span{
	font-size: 66px !important;
	color: #333;
}

.box &gt; .icon:hover &gt; .image &gt; span{color: #fff !important;}

.box &gt; .icon:hover &gt; .info &gt; .box &gt; .icon:hover &gt; .info &gt; .more &gt; a{color: #333;}

.box &gt; .icon:hover &gt; .image{transition: background .3s ease-in-out;}

/* Team */
  
.team {margin-top:40px;}

.caption-team{margin-top:30px;}

.team img{max-width:180px;}

.team .img-wrapper {display:inline-block}

.team h5{line-height: 12px;}

.team span {
	font-size:18px; 
	font-weight:400;
	line-height:38px;
}

/* ===========================
--- testimonials
============================ */

#testimonials {
	background: url(../img/png_bg/heartpaws2.png),url(../img/png_bg/heartpaws.png);
	background-position: left,right;
	background-repeat: no-repeat;
	background-attachment:fixed;
	color:#fff;
}

#testimonials blockquote {
	border-left: none;
	margin:0;
	padding:0;		
}

#testimonials img{margin-bottom:25px;}

/* Quote */
    
.quote-test:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  font-size: 1.5em;
  line-height: 0.1em;
  margin-right: 0.5em;
  vertical-align: 0.2em;
  color:#fff;
}

.quote-test p {
	color: #fff;
	line-height: 135%;
	font-size: 20px;
	display: inline;
}
	
.quote-test small{
	margin-top: 1.5em; 
	font-weight:600;
	color: #fff;
	text-transform:uppercase;
    text-align:center;	
}

/* ===========================
--- Prices
============================ */

#prices .btn-default{margin-top:0px;}

/* Pricing Tables */

.pricing-tables .pricing-table {
	border: 1px solid #eee;
	text-align: center;
	position: relative;
	background-color: #fff;
	text-align: center;
}

.pricing-table:hover {
	cursor:pointer;
	transition: all .3s ease-in-out;
	background-color:#eee;
}

.pricing-tables .highlight-plan {
	border:none;
	margin-right: -1px;
	z-index: 1;
	border: 1px solid #eee;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
	background: url(../img/png_bg/heartpaws.png);
	background-position:right;
	background-repeat: no-repeat;
}

.pricing-tables .pricing-table.highlight-plan .label-default{
	color:#333;
	font-size:14px;
	text-transform: uppercase;
}

.pricing-tables .pricing-table.highlight-plan .plan-name h4 {color: #fff; margin-bottom:10px;}

.pricing-tables .pricing-table.highlight-plan .plan-signup {padding: 10px 0 35px;}

.pricing-table .plan-name {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	background-color: #333;
}

.pricing-table .plan-name h4 {
	font-weight: 400;
	color: #fff;
}

.pricing-table .plan-price {
	padding: 35px 0;
    background-color:#eee;
}

.pricing-table .plan-price .price-value {
	font-size: 42px;
	line-height: 40px;
	font-weight: 700;
}

.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.pricing-table .plan-price .interval {line-height: 14px;}

.pricing-tables .pricing-table.highlight-plan .plan-name h4 {color: #fff;}

.pricing-table .plan-list li {
	padding: 14px;
	font-size: 14px;
}

.pricing-table .plan-list li:first-child {padding-top:30px;}

.pricing-table .plan-list li:last-child {border-bottom: none;}

.pricing-table ul {
   list-style:none;
   padding:0px;
}

.pricing-table .plan-signup {padding: 10px 0 30px;}

.pricing-table .plan-signup a {text-transform: uppercase;}

/* Ribbon */

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; 
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #333;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #333;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #333;
}

.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #333;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #333;
}
		
/*===========================
 Call to Action
============================ */

#call-to-action p{color:#fff;}

#call-to-action .light-btn {margin-top:12px;}
	
#call-to-action .container{
  background: url(../img/png_bg/bones.png),url(../img/calltoaction.png),url(../img/png_bg/bones1.png);
  animation: dog-bones-falling 6s linear infinite;
  animation-direction: normal;  
  background-repeat:no-repeat;
}

.small-section .container{
	color:#fff;
	padding: 80px 0 80px 0;
}

.m-left{margin-left:20px}

/* CSS Animation */

@keyframes dog-bones-falling {
	0% {background-position: 60px -300px, 0px 0px, -5px -300px}
	 100% {background-position: 150px 400px, 0px 0px, 0px 400px;}
}


/* ===========================
--- Gallery
============================ */	

#gallery .nav &gt; li {
	border-right: 2px solid #cecece;
	padding:0px 20px;
    display: inline-block;
	margin-bottom:30px;
}
  
#gallery .nav &gt; li:last-child { border-right: none }  

#gallery .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    text-decoration: none;
    background-color: #fff;
}

.nav-gallery{text-align:center;}

.portfolio-item{
	margin-top: 30px;
    position:relative;
}

/* Isotope */

.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {transition-duration: 0.8s;}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Gallery */

.gallery-item.selected img {transition: opacity 1s ease-in-out;}

.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.scrollimation .gallery-thumb {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s ease-out;
}

.gallery-thumb:hover .overlay-mask {opacity: 0.8;}

.gallery-thumb .link {
    display: inline-block;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    position: absolute;
    height: 50px;
    width: 64px;
    top: 40%;
    left: 50%;
    text-align: center;
    z-index: 3;
    margin-left: 20px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gallery-thumb:hover .link {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .3s;
}

.gallery-thumb .link.centered {
    margin-left: -32px;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-thumb i {transition: all 0.2s ease-in-out;}

.gallery-thumb i:hover {color: #808080;}

.gallery-thumb:hover .link.centered {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*===========================
 Adoption
============================ */

#adoption h4{
	margin:48px 0px 35px 0px; 
	border-bottom:1px dashed #cecece;
	padding:10px;
}

.caption-adoption ul{padding-top:10px;}

.caption-adoption{padding:10px;}

/* Panels */

.panel {border: 0;}

.panel-body {padding: 20px 0px 20px 0px;}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {border: none;}

.panel &gt; .panel-heading {background-color: #fff;}

.panel-heading a {display: block;}

.panel-heading {padding: 10px 0px;}

.panel-heading [data-toggle="collapse"]:after {
	content: "\f077";
	font-family: FontAwesome;
	float: right;
	font-size: 18px;
	line-height: 22px;
}
	
.panel-heading [data-toggle="collapse"].collapsed:after {transform: rotate(180deg);}

/* Thumbnails */
	
.thumbnail{
	background-color:#eee;
     border: 0;
}

.thumbnail:hover{
	background-color:#cecece;
	transition: all .3s ease-in-out;
}

.thumbnail img{
	padding:15px;
	margin-top:-5px;
}
		
/* Slide In Panel */

.cd-main-content {text-align: center;}

.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

.cd-panel {
  z-index:999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 1s 0s;
  -moz-transition: visibility 1s 0s;
  transition: visibility 1s 0s;
   background: rgba(0, 0, 0, 0.6);
}

.cd-panel.is-visible:after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 50%;
  }
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
	
.cd-panel img{margin-bottom:25px;}

.cd-panel p{margin-bottom:12px;}

.cd-close i{margin-right:5px;}


/* ===========================
   Offers
============================ */

#offers{
	background: url(../img/png_bg/cartoonbones1.png),url(../img/png_bg/cartoonbones1.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	color: #fff;
}

#offers p{color:#fff;}

#offers h4{margin-bottom: 20px;}

/*===========================
  Brands
============================ */

#brands {
	/*background: url(../img/brandsbg.jpg) no-repeat;*/
	background-color:#000000;
	background-attachment:fixed;
	background-position:bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#fff;
}

.well:hover{
	background: #cecece;
	transition: all .3s ease-in-out;
}

/*===========================
  Contact
============================ */
#contact i{
	margin-right:15px; 
	color:#333
}

#contact p{margin: 0 0 0px;}

#contact h4:first-child{margin: 0px 0 20px;}

#contact h4{margin: 50px 0 20px;}

#contact .textarea-field:focus,.input-field:focus {outline:0 none;}

.input-field{margin-bottom:12px;}

#contact .form-control {
	box-shadow:none;
	outline:0 none;
	border-radius:0;
	padding-top: 15px;
	box-shadow:0 4px 0px #A09C94;
	border-color: white;
	padding: 10px 15px;
	border-radius: 0px;
	font-size: 18px;
	outline: none;
}

#contact .form-control:focus {box-shadow: 0 4px 0px;}

#contact textarea {
	height:150px;
	resize:none;
}


/*===========================
  Map
============================ */

#map-canvas {
	max-width:100%;
	height: 400px;
}

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

footer{padding-top:15px;}

footer p{
	font-size:14px;
	color:#fff;
	text-align: right;	
}

footer i:hover{color: #cecece;}

footer a {color: #fff;}

/* Social Media icons */

footer .social-media i{font-size:25px;}

footer .social-media {
	margin-top:0px;
	text-align:left;
}

footer .social-media li{display:inline-block;}

/* Go to top icon */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 57px;
    right: 12px;
	z-index:10;
}

.back-to-top i {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 40px;
	font-size:20px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    background-color: #333;
    transition: all 0.2s ease-in-out;
}

/*===========================
  Miscellaneous
============================ */

/* owl-carousel */

.owl-carousel .owl-item {-webkit-perspective: 1000;}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
	padding:6px;
	width:30px;
	border-radius:50%;
    margin-top: -50px;
    text-align: center;
	background-color:#333;
}

.owl-prev:hover, .owl-next:hover {transition: all .3s ease-in-out;}

.owl-prev i{
	color:#fff;
	margin-right: 3px;	
}

.owl-next i {
	color:#fff;
	margin-left: 3px;
}

.owl-next {right: 0px;}

.owl-carousel.owl-loaded {
    display: block;
    clear: both; /* Important fix */
}

.owl-dots{
	text-align:center; 
	margin-top:20px;
} 

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

.owl-theme .owl-dots .owl-dot span{
	width:14px;
	height:14px;
	margin:0px 7px;
	background:transparent;
	border:2px solid #cecece;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity 200ms ease;	
	border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#cecece;
}

/* Space between sections */

.home-section  {padding: 120px 0 120px 0;}

/* Image zoom Hover effect*/

.img-wrapper {overflow: hidden;}

.img-wrapper img {
    transition: all .5s ease;
    vertical-align: middle;
	display:inline-block;
}

.img-wrapper img:hover {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
    transform:scale(1.5);
}

/* Sections heading &amp; Hr */

.section-heading hr {
	max-width:200px;
    padding: 0;
    border: none;
	border-style:dashed;	
    border-width: 1px 0 0 0;
    text-align: center;	
}

.section-heading hr:before {
	content: "\e026";
	font-family: 'Flaticon';
	font-weight: normal;
	position: relative;
	top: -0.8em;
	color:#fff;
	font-size: 15px;
	padding: 0.4em  0.4em;
	border-radius:50%;
}

.section-heading{
	margin-bottom:20px;
	text-align:center;
}

/* Lists */

.list-unstyled i{	
	margin-right:20px;
	font-size:25px;
}

ul {font-size: 16px;}

/* Buttons */

.btn {
	margin-top:1em;
	border:none;
	padding:15px;
	font-size: 15px;
	font-weight:400;
	background-image: none;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	position: relative;
	transition-property: color;
	transition-duration: 0.3s;
}

.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.btn:hover, .btn:focus, .btn:active {color: white;}

.btn:hover:before, .btn:focus:before, .btn:active:before {
  transform: scaleX(1);
}

/* Default Button */

.btn-default {color: #fff;}

.btn-default:hover ,
.btn-default:focus {
	outline:0;
	color: #fff;
}

.btn-lg{margin-top:20px;}

.light-btn .btn:before{background-color: #fff;}

/* Social Media Icons */

.social-media {
	width:100%;
	padding:0 0px;
	margin-top:20px;
}

.social-media a {
	display:inline-block;
	font-size:20px;
}

.social-media a i {
	transition:.3s;
	margin: 3px;
	width: 30px;
}

.social-media a:hover {color:#fff;}

/* Centered columns */

.col-centered{
    float: none;
    margin: 0 auto;
}
/* Labels */

.label-default {background-color: #fff;}

.label {padding: .1em .3em .1em;}

/* Wells */

.well {
	background-color: #f5f5f5;
	border-radius: 0px;
	border: 0;
	margin-bottom:0;
}

/* Nav-pills */

.tabbable ul li{
	display: table-cell;
	list-style-type: none;
	vertical-align: middle;  	
}

.nav-pills&gt;li&gt;a {
	border-bottom: 1px solid #fff;
	background:#fff;
	color:#333;
	border-radius:0px;
	font-size:20px;
	margin:0px 20px 0px;
	padding:30px 60px;
	font-size:16px;
	margin-bottom: -5px;
}

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {color: #fff;}

.nav-pills&gt;li&gt;a:hover {color: #fff;}

.nav-pills .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {color: #fff;}

.nav-pills&gt; li.active:after, .nav-pills&gt; li.active:before {
	top: 105%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index:2;
	transition: background .3s ease-in-out;
}

.nav-pills&gt; li.active:after {
	border-width: 15px;
	margin-left: -15px;
}

.nav-pills&gt; li.active:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 36px;
	margin-left: -36px;
}

.centered-pills { text-align: center;}

.centered-pills ul.nav-pills {display: inline-block;}

.centered-pills li {display: inline;}

* html .centered-pills ul.nav-pills, *+html .centered-pills ul.nav-pills {display: inline;}

/*===========================
  Media Queries
============================ */

/* min width 1600px */
@media (min-width: 1600px) {
	
	.slide__text {
		text-align:center;
		position: absolute;
		width: 28%;
		bottom: 28%;
		left: 8%;
	}
	
}

/* max width 1200px */
@media (max-width: 1200px) {
	
	.slide__text {width: 40%;}
	
	.social-media a i{margin:0px;}
	
    .navbar-custom ul.nav li a {font-size: 12px;}
	
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        /* turns off animations in smaller screens for better performance */
    }
}

/* max width 991px */
@media (max-width: 991px) {
	
	/* Space between sections */

	.home-section {padding: 7rem 0 7rem 0;}
	.section-heading {margin-bottom: 7rem;}

	/*slider */
	.slider-container {
	overflow: hidden;
	position: relative;
	height: 70%;
	cursor: all-scroll;
	margin-top: 58px;
	}
	.slide__text-heading {
	  font-family: "Nunito",sans-serif;
	  font-size: 3.2rem;
	  margin-bottom: 8rem;
	  margin-top: 5rem;
    }
	
	/*navbar */
		
    .navbar-header {float: none;}
	
    .navbar-toggle {display: block;}
	
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-custom ul.nav li a {font-size: 16px;}
	
    .navbar-nav&gt;li {float: none;}
	
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        width: 100%;
        max-height: none;
    }
    .collapsing {
        overflow: hidden!important;
        width: 100%;
    }
	
	/* Main Slider */
	
	.slide .slide__text{
		background-color: rgba(0, 0, 0, 0.4);
	}

	.slide__text {
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
		padding: 0 1rem;
    }
	.slide__overlay {display: none;}
	 
	/* typography */

    h2 {font-size: 35px;}
	
	/* Sections background */

    #brands {background-attachment: scroll;}
	
    #stats {background-attachment: scroll;}
	
	#offers{background: none;}
	
    #testimonials {background-attachment: scroll;}
	
    #call-to-action .container {background: none;}
		
	/* contact */

    #contact.home-section {padding-bottom: 0px;}
	
    #contact .btn-default {margin-bottom: 40px;}
			
	/* miscellaneous */
	
	.nav-pills&gt;li&gt;a {padding:20px 30px;}
	
	.pricing-tables .highlight-plan {margin: 0px 0;}
		
    .res-margin {margin-bottom: 15px;}
	
	.margin  {margin-bottom: 40px;}
	
    #lightbox [class*="col-"] {margin-bottom: 10px;}
}

/* max width 767px */
@media (max-width: 767px) {
	
	.nav-pills&gt; li.active:after, .nav-pills&gt; li.active:before {top: 85%;}
	
	.nav-pills&gt;li&gt;a {margin: 10px;}
	
	#gallery .nav &gt; li {padding:0px}	

	.spinner {
		left: 45%;
		top: 45%; 
	}
	
	footer p,
	footer .social-media {text-align: center;}	
	
	.slider-container {
	overflow: hidden;
	position: relative;
	height: 60%;
	cursor: all-scroll;
	margin-top: 58px;
	}
	
}

/* max width 480px */
@media (max-width: 480px) {
	
	.nav-pills&gt; li.active:after, .nav-pills&gt; li.active:before {top: -48%;}
	
	.slider-pagi__elem {
		width: 1rem;
		height: 1rem;
	}

	.section-heading{margin-bottom:3em;}

	#stats  h4{margin-bottom:30px;}
	
	#call-to-action .btn-default{margin-left:20px;}

	.navbar.navbar-custom.navbar-fixed-top {margin-bottom: 30px;}

	.nav-pills &gt; li + li {margin-bottom: 20px;}
	
	.nav-pills &gt; li {float: none;}
	
	.slider-container {
	overflow: hidden;
	position: relative;
	height: 50%;
	cursor: all-scroll;
	margin-top: 58px;
	}
			
}

/* max width 320px */
@media (max-width: 320px) {
	
	.navbar-brand {font-size: 22px;}
		
	h2{font-size:32px;}
	
	h3{font-size: 28px;}
	 
	h4{font-size: 20px;}

	.quote-test p {
	  line-height: 125%;
	  font-size: 20px;
	}
	
	#gallery .nav &gt; li {
		border:0px}	
			
	.panel-title {font-size: 20px;}
}



.text-box {
  text-align: center;
  margin-bottom: 40px;
}
.text-box .fp-icon,
.text-box .fp-icon-small {
  display: inline-block;
  color: #616263;
  line-height: 1;
}
.text-box .fp-icon {
  font-size: 4em;
  margin-bottom: 15px;
}
.text-box .fp-icon-small {
  font-size: 3em;
  margin-bottom: 12px;
}
.text-box .title {
  font-size: 1em;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.list-unstyled{padding-left:0;list-style:none}
.list-checks li:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../img/icon-check.png') no-repeat;
    left: 5px;
    top: 0;
}
.list-checks li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
.text-white {
    text-align: left;
}

.header-rounded-white {
    margin-bottom: 18px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 16px;
    color: #333;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}
.blue {
    color:#39C;
}
.pink {
    color:#717171;
}
iframe {
	height:300px;
	border:none;
	width:100%;
}
iframe ul
{
	margin:0;
	padding:0;
}
.brands .well {
    min-height: 300px;
    text-align: center;  /* align the inline(-block) elements horizontally */
}

.brands .well:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.brands .well img {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
}
.documents a.btn {
    font-size: 13px;
}
.documents a.f-right
{
	float:right;
}
.team button.btn.btn-info
{
	background:#3497db !important;
}
.pricing-tables.fix-height .pricing-table
{
	height:630px;
}
.detail-button
{
	text-align:center;
}
ul.footer-nav li {
    display: inline-block;
    list-style-type: none;
}
ul.footer-nav li a {
    padding: 2px 8px;
}</pre></body></html>