/*
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


*/




.services-align{
	text-align:center;
	margin-top:18px;
}

/* ===========================
--- Stats
============================ */

.numscroller-wrap{
	text-align: center;
}
.numscroller{
	font-size:45px;
	font-family: 'nunito',sans-serif;
	font-weight: 700;
	margin-top:-13px;

}

.numscroller-wrap hr{
	margin-top: 0;
    margin-bottom: 16px;
	max-width:60px;
	border-top: dashed 1px;

}

.numscroller-wrap h5{
	margin: 0;
}



/*===========================
  About us
============================ */

#about {background-color:#eee;}

.paneltab{
	background-color:#fff;
	padding:60px 30px;
}

.tab-content > .active {display: block;}

/* tab fade effect */

.fade {
	opacity: 0;
	transition: opacity 0.55s linear;
}

/* hover icons circles */

.box{margin-top: 40px;}

.box > .icon{
	position: relative;
	text-align: center;
}

.box > .icon > .image{
	border-radius: 50%;
	margin: auto;
	position: relative;
	vertical-align: middle;
	width: 98px;
	z-index: 2;
	margin-bottom: 20px;
}

.box > .icon > .image > span{font-size: 66px !important;}

.box > .icon:hover > .image > span{color: #fff !important;}

.box > .icon:hover > .info > .box > .icon:hover > .info > .more > a{color: #333;}

.box > .icon:hover > .image{transition: background .3s ease-in-out;}

/* Team */
  
.team {margin-top:40px;}

.caption-team{margin-top:30px;}

.team img{max-width:180px;}

.img-wrapper-team {display:inline-block}

.team-h5{line-height: 12px;text-align:center;}
.team-p{text-align:center;}
.team-span {
	font-size:18px; 
	font-weight:400;
	line-height:38px;
	text-align:center;
}

/* ===========================
--- testimonials
============================ */

.testimonials {
	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:#ffffff;
}


.quote-test p {
	color: #717171;
	line-height: 135%;
	font-size: 20px;
	display: inline;
}
	
.quote-test small{
	margin-top: 1.5em; 
	font-weight:600;
	color: #333;
	text-transform:uppercase;
    text-align:center;	
}

	
/* ===========================
--- Prices
============================ */

#prices .btn-default{margin-top:0px;}

/* 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;
}

.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);
}

.highlight-plan .plan-name {
	background-position:right;
	background-repeat: no-repeat;
}

.highlight-plan .label-default{
	color:#333;
	font-size:14px;
	text-transform: uppercase;
}

.highlight-plan .plan-name h4 {color: #fff; margin-bottom:10px;}

.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;}

.highlight-plan .plan-name h4 {color: #fff;}


.plan-list ul{
   list-style:none;
   padding:0px;
   margin-left: 0px;
}

.plan-list li {
	padding: 14px;
	font-size: 14px;
}

.plan-list li:first-child {padding-top:30px;}

.plan-list li:last-child {border-bottom: none;}



.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;}

.light-btn-action {margin-top:12px;text-align:center;}

	
#call-to-action .container{
  animation: dog-bones-falling 6s linear infinite;
  animation-direction: normal;  
  background-repeat:no-repeat;
}

.animar{  
	
}

.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 500px, 0px 0px, 0px 500px;}
}


/* ===========================
--- Gallery
============================ */	

#gallery .nav > li {
	border-right: 2px solid #cecece;
	padding:0px 20px;
    display: inline-block;
	margin-bottom:30px;
}
  
#gallery .nav > li:last-child { border-right: none }  

#gallery .nav > li > a:hover, .nav > li > 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
============================ */

.special_title3{
	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 > .panel-heading + .panel-collapse > .panel-body {border: none;}

.panel > .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-position: top left, bottom right;
	background-repeat: no-repeat;
}

#offers p{color:#717171;}

#offers h4{margin-bottom: 20px;color: #333;}

#offers .label-default {background-color: #333;}

#offers span {color: #d35400;}

#offers .label {padding: .1em .3em .1em;}

/*===========================
  Brands
============================ */

#brands {
	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
============================ */
.list-wrap i {
	margin-right:15px; 
	color:#333
}

.list-wrap p {margin: 0 0 0px;padding-bottom: 0px;}
.list-wrap p:last-child {margin: 0px 0 20px;}

.list-wrap h4{margin: 0px 0 20px;}



#contact .textarea-field:focus, .input-field:focus {outline:0 none;}

.input-field{margin-bottom:12px;}

#contact .form-control {
    box-shadow: none;
    height: 45px;
    width: 100%;
    padding: 10px 40px 10px 20px;
    outline: none;
    position: relative;
    border-radius: 0px;
    color: #959595;
    font-size: 16px;
    margin: 0 auto;
    border: 2px solid rgb(177, 177, 177);
    border-radius: 8px;
}

#contact textarea {
	height:150px !important;
	resize:none;
}

.blog-section-heading  {
   margin:100px 0 30px 0;
}
.breadcrumb{
	border-radius: 0px;
}	
.breadcrumb li a{
	font-size:17px;
}
.breadcrumb li{
	font-size:17px;
}
.breadcrumbs{
    font-size: 17px;
    color: #fff;
}
.breadcrumbs a{
    font-size: 17px;
    color: #fff;
}
.header-breadcrumb{
	margin-top: 15px;
	font-weight: 700;
    text-transform: uppercase;
}	
	
.jumbotron {
	background-attachment:fixed !important;
	background-position:bottom !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color:#fff;
	padding:100px 50px 100px 100px;
}

.jumbotron_single {
	background-attachment:fixed !important;
	background-position:bottom !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color:#fff;
	padding:109px 50px 109px 100px;
}

/*===========================
  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;
	margin-left: 0px;
}

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-team {overflow: hidden;}

.img-wrapper-team img {
    transition: all .5s ease;
    vertical-align: middle;
	display:inline-block;
}

.img-wrapper-team 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 & 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:120px;
	text-align:center;
}

/* Lists */

.list-unstyled i{	
	margin-right:20px;
	font-size:25px;
}

ul {font-size: 16px;}
ul,ol{
    padding-left: 14px;
    line-height: inherit;
    margin: 0px 0px 20px;
}
.post-content ul{ list-style: disc !important;  color: #717171;font-size: 16px;}

.be-wrap ul{ list-style: disc !important;     color: #717171;font-size: 16px;}

ol{ list-style: decimal;    color: #717171;
    font-size: 16px; }


dd { margin: 0 0 20px;
    line-height: inherit;
    font-size: 16px;
    color: #717171;}
dt { line-height: inherit;font-size: 16px;
    color: #717171; }

/* 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;
	text-align:center;
}

.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;
}

.col-centered-offers{
    padding-right: 0px;
    padding-left: 0px;
}
/* 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 */



.nav-pills>li>a {
	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 > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {color: #fff;}

.nav-pills>li>a:hover {color: #fff;}

.nav-pills .nav > li > a:hover, .nav > li > a:focus {color: #fff;}

.nav-pills> li.active:after, .nav-pills> 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> li.active:after {
	border-width: 15px;
	margin-left: -15px;
}

.nav-pills> 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;margin-left: 0px;}

.centered-pills li {display: inline;}

* html .centered-pills ul.nav-pills, *+html .centered-pills ul.nav-pills {display: inline;}


/* Masonry */
.element{
    float: left;
    padding: 0 15px 30px;
    overflow: hidden;
}

.two-col .element {
    width:  50%;
    padding: 0 15px 0px;
}
.three-col .element {
    width:  33.3%;
    padding: 0 15px 0px;
}
.four-col .element {
    width:  25%;
    padding: 0 15px 0px;
}

/* 4 col masonry*/
.four-col .element p {
    font-size: 14px;
    line-height: 25px;
}
.four-col .element .post-title{
   font-size: 26px;
}

.four-col .element .post-nav ul li {
    font-size: 14px;
}

.four-col .element .post-nav, ul, .post-nav ol {
    margin-bottom: 20px;
}

/* 3 col masonry*/
.three-col .element p {
    font-size: 14px;
    line-height: 25px;
}
.three-col .element .post-title{
   font-size: 28px;
}

.three-col .element .post-nav ul li {
    font-size: 15px;
}

.three-col .element .post-nav, ul, .post-nav ol {
    margin-bottom: 20px;
}

/* 2 col masonry*/
.two-col .element p {
    font-size: 14px;
    line-height: 25px;
}
.two-col .element .post-title{
   font-size: 32px;
}

.two-col .element .post-nav ul li {
    font-size: 16px;
}

.two-col .element .post-nav, ul, .post-nav ol {
    margin-bottom: 20px;
}

/*===========================
  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;}
	    
	.navbar-nav > li > a{
		padding: 10px 10px 10px 10px;
	}
	
    .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 */
	
	.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>li {float: none;}
	
    .navbar-nav>li>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 ! important;}
	
    #testimonials {background-attachment: scroll;}
	
    #call-to-action .container {background: none;}
	
	.animar{display: none ! important;}
	.call-action {padding-top:40px ! important;padding-bottom:40px ! important;  }
	
		
	/* contact */
	.no-margin{padding-bottom: 10px;}
	.widget {
		padding-left: 0px;
	}
	.page-title-module-custom {padding-top: 70px;}
	#contact.home-section {padding-bottom: 0px;}
	
    #contact .btn-default {margin-bottom: 40px;}
			
	/* miscellaneous */
	
	.nav-pills>li>a {padding:20px 30px;}
	
	.pricing-table .highlight-plan {margin: 0px 0;}
		
    .res-margin {margin-bottom: 15px;}
	
	.margin  {margin-bottom: 40px;}
	
    #lightbox [class*="col-"] {margin-bottom: 10px;}
    
    	.four-col .element {
		width:  33.3%;
		padding: 0 15px 0px;
	}
	.three-col .element {
		width:  50%;
		padding: 0 15px 0px;
	}
	.two-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
}

/* max width 767px */
@media (max-width: 767px) {
	
	.navbar-custom ul.nav li a {font-size: 16px;}
	
    .navbar-nav>li {float: none;}
	
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	
	.nav-pills> li.active:after, .nav-pills> li.active:before {top: 85%;}
	
	.nav-pills>li>a {margin: 10px;}
	
	#gallery .nav > li {padding:0px}	

	.spinner {
		left: 45%;
		top: 45%; 
	}
	
	footer p,
	footer .social-media {text-align: center;}	
	
	.four-col .element {
		width:  50%;
		padding: 0 15px 0px;
	}
	.three-col .element {
		width:  50%;
		padding: 0 15px 0px;
	}
	
	.two-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
}

/* max width 480px */
@media (max-width: 480px) {
	
	.nav-pills> li.active:after, .nav-pills> 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 > li + li {margin-bottom: 20px;}
	
	.nav-pills > li {float: none;}
	
	.four-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
	.three-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
	.two-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
			
}

/* 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 > li {
		border:0px}	
			
	.panel-title {font-size: 20px;}
	.four-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
	.three-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
	.two-col .element {
		width:  100%;
		padding: 0 15px 0px;
	}
}
