 /*
Template Name: Sweetness
Author: webRedox
Author URI: https://themeforest.net/user/webredox/portfolio
Version: 1.0


	Table of Contents

	#General and Typography
	#Preloader
	#Navigation
	#Logo
	#Main Slider
	#Section - Services
	#Section - Newsletter
	#Section - Reviews
	#Section - Menu
	#Section - Blog
	#Section - Catering
    #Section - Stats
	#Section - Gallery
	#Section - Team
	#Section - Call to action
	#Section - Contact
    #Section - Footer
	#Miscellaneous
	#Media Queries

===========================
  General and Typography
============================ */
								
body{
     font-size: 16px;
     line-height: 1.7;
     color: #777474;
     font-family: "Karla", sans-serif;
     height:100%!important;
}
p{
     font-size: 16px;
     line-height: 1.7;
	 letter-spacing: -0.2px;
     color: #777474;
     font-family: "Karla", sans-serif;
}
 p.subtitle{
    font-size: 22px;
	line-height: 1.2;
}
/* Headings */
 h1 {
     font-size:68px;
     font-family: 'Cherry Swash';
     line-height: 1.1;
     font-weight:700;
     margin-bottom: 20px;
     margin-top: 0px;
}
 h1 span{
     font-size:42px;
     line-height:46px;
     font-weight:400;
     text-transform: none;
}
 h2 {
     font-size: 62px;
     font-family: 'Cherry Swash';
     text-align: center;
     margin-top: 0px;
     color:#613c41;
     font-weight:700;
     padding: 10px 
}
 h3 {
     color:#613b41;
     font-family: 'Karla',sans-serif;
     font-size: 40px;
     line-height: 1.1;
     letter-spacing:-0.8px;
     margin-top: 0px;
     font-weight:700;
     position: relative;
     margin-bottom:20px;
}
 h4 {
     font-family: 'Cherry Swash',serif;
     font-size: 36px;
     color: #613c41;
     font-weight:700;
     letter-spacing:-0.8px;
     line-height: 1.1;
     margin-bottom:20px;
     margin-top:0px;
}
 h5 {
     font-size: 28px;
     margin: 0;
	 line-height: 1.2;
	 letter-spacing:-0.8px;
     font-weight: 700;
     font-family: 'Karla',serif;
     margin-bottom: 20px;
     color: #613c41;
}
 h6 {
     font-size: 22px;
     line-height:1.2;
     margin-bottom: 20px;
     text-transform: uppercase;
     font-family: 'Karla',sans-serif;
     font-weight: 700;
     letter-spacing:-0.8px;
     margin-top: 20px;
}
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
     text-transform:none;
}
/* Links */
 a {
    font-weight:600;
    transition: color .2s ease-in-out;
}
 a:hover, a:focus {
    text-decoration: none;
}
/* Lists */
 ul{
     list-style-type: none;
    margin-left: -40px;
}
 ul.custom{
     list-style-type: none;
     margin-left: -40px;
	 font-weight:700;
}

 ul.custom li i {
     
	 font-weight:normal;
     padding-right: 11px;
     font-size: 20px;
}
/* Others */
 .header-h3 {
     padding: 20px;
     margin: 0 auto;
     left: 0;
     right: 0;
     border-radius: 30px;
     display: table;
     margin: auto;
     z-index: 99;
}
 .text-light {
    color: #fff;
}
/*=========================== Preloader ============================ */
 #loading{
     height: 100%;
     width: 100%;
     position: fixed;
     z-index: 999999;
     margin-top: 0px;
     top: 0px;
     background:#fff;
}
 #loading-center{
     width: 100%;
     height: 100%;
     position: relative;
}
 #loading-center-absolute {
     position: absolute;
     left: 50%;
     top: 50%;
     width: 120px;
     margin-top: -75px;
     margin-left: -55px;
}
 .object-load{
     width: 20px;
     height: 20px;
     float: left;
     margin-right: 20px;
     margin-top: 65px;
     border-radius: 50% 50% 50% 50%;
}
 #object_one {
     animation: object_one 1.5s infinite;
}
 #object_two {
     animation: object_two 1.5s infinite;
     animation-delay: 0.25s;
}
 #object_three {
     animation: object_three 1.5s infinite;
     animation-delay: 0.5s;
}
 @keyframes object_one {
     75% {
         transform: scale(0);
    }
}
 @keyframes object_two {
     75% {
         transform: scale(0);
    }
}
 @keyframes object_three {
     75% {
         transform: scale(0);
    }
}
/*=========================== Navigation ============================ */
 .navbar {
     margin-bottom: 0;
     background: #f5f5f2;
}
 .navbar-custom{
     border-radius: 0px 0px 100px 100px;
     box-shadow: -1px 4px 0px rgba(103, 102, 102, 0.12);
}
 .navbar-right {
     float: right!important;
     text-align:right;
}
 .navbar-left {
     float: left;
     text-align:left;
}
 .navbar-nav > li > a {
     line-height: 58px;
     transition: background .2s ease-in-out;
}
 .navbar-custom ul.nav li a {
     font-size: 16px;
     text-align: center;
     transition: background .2s ease-in-out;
     font-family: 'Cherry Swash',sans-serif;
     color:#656565;
     letter-spacing: 0.2px;
     font-weight:600;
     transition: all 0.3s ease-in-out;
     background:transparent;
}
 .navbar-custom ul.nav ul.dropdown-menu {
     border-radius: 0px 0px 20px 20px;
     text-align: center;
     border: 0px;
}
 .navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}
 .navbar-custom ul.nav ul.dropdown-menu li a {
     margin: 5px;
     line-height: 40px;
     color:#fff;
     border-radius:20px;
     display:inline-block;
}
 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
     background:transparent;
}
.dropdown-menu .divider {
    background-color: #cecece;
}
/* Responsive navbar */
 .navbar-toggle:focus, .navbar-toggle:active{
    outline: 0;
}
 .navbar-toggle{
     font-size: 35px;
     color: #fff;
     transition: all .2s ease-in-out;
     position: relative;
     float: right;
     border-radius: 50%;
     min-width: 70px;
}
/* Left navbar */

#logo-left{
    max-height: 100px;
    position: absolute;
    margin-top: -18px;
}
#logo-left img {
    max-height: 100px;
}
/*=========================== Logo ============================ */

 .navbar-brand-centered {
     background: #f5f5f2;
     box-shadow: 0px 4px 0px rgba(103, 102, 102, 0.12);
     border-radius: 0 0 50% 50%;
     max-height: 90px;
     left: 0;
     right: 0;
     top: 0%;
     padding: 65px 85px;
     margin: auto;
     position: absolute;
     width: 170px;
     transition: all .2s ease-in-out;
}
 .navbar-brand-centered img {
     position: absolute;
     left: 0;
     right: 0;
     top:7%;
     margin: auto;
}

/* =========================== Main Slider ============================ */
 #slider{
     width:100% !important;
 }
 #slider .blob-btn {
	margin-top: 10px;
    box-shadow: -1px 1px 20px #fff;
 }
 .ls-bg-wrap:after, .ls-slide-transition-wrapper:before {
     transition: 0.8s ease-in-out;
     content: "";
     width: 100%;
     height: 100%;
     z-index:999;
     top:0;
     left: 0;
     position: absolute;
}
 .header-wrapper {
     width: 100%!important;
}
 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
     z-index:99!important;
}
/* Header-text */
 .header-wrapper .header-text {
     margin-top:20%;
     white-space:normal;
}
 .header-text{
     z-index:99999999;
     border-radius: 20px 100px;
     width:75%;
     margin-left:12%;
     text-align:center;
     padding: 60px!important;
}
 .header-text h1{
     color:#fff;
     margin-bottom:20px;
}
 .header-p{
	  width:90%;
	  margin-left:5%;
     font-size:24px;
     line-height:33px;
     margin-bottom:20px;
     color: #fff;
}
/*=========================== Services ============================ */
#services .subtitle{
	margin-bottom:40px;
}
/* Services boxes */
 #services .media-body{
    padding-top:10px;
}
 #services .media i{
     font-size: 90px;
     display: inline-block;
     backface-visibility: hidden;
     transition: all 0.3s ease-in-out;
}
 #services .media:hover i{
     transform: translateZ(0);
     filter: blur(.0px);
     transform: scale(1.2) rotate(-10deg);
}
 #services .media{
     padding: 40px;
}
.features-icon {
	border-radius:30px;
}
/*=========================== Newsletter ============================ */
 .newsletter h4{
    line-height:50px;
}
 .newsletter-img {
     top: -200px;
     position:absolute;
     left: 0px;
     z-index:999;
}
/* Mailchimp message */
 #mce-error-response, #mce-success-response{
     display:none;
     margin-top: 10px;
     border-radius:20px;
}
 #mc_embed_signup div {
     text-align:center;
     border-radius: 20px;
     margin: 0 auto;
}
/*=========================== Reviews ============================ */
 .testimonial{
    margin: 20px 15px 0;
}
 .testimonial .testimonial-pic{
     max-width: 200px;
     max-height: 200px;
     border-radius: 50%;
     float: none;
     border: 5px solid;
     position: relative;
     margin: 0 auto;
     transition: all 0.2s ease;
}
 .testimonial .testimonial-pic:after{
     content: "\f10d";
     font-family: fontawesome;
     width: 56px;
     height: 56px;
     line-height: 56px;
     border-radius: 50%;
     text-align: center;
     font-size: 26px;
     position: absolute;
     top: 155px;
     color:#fff;
     left: 0;
}
 .testimonial .testimonial-content{
     padding: 10px;
     margin-top: 20px;
     text-align:center;
}
 .testimonial .testimonial-title{
     font-size: 24px;
     margin-top:20px;
     margin-bottom:0px;
     display: inline-block;
     font-family: 'Cherry Swash', cursive;
}
 .testimonial .post{
     font-weight: 700;
     font-size: 14px;
     display:block;
}
/* =========================== Menu ============================ */
 .parallax-div{
     
     background-size:cover;
     background-attachment:fixed;
}
 .parallax-div h3{
     color: #613b41;
}
/* Menu styling */
 .menu-body {
     margin: 0 auto;
     padding-top:30px;
     display: block;
     color: rgb(92, 92, 92);
}
 .menu-section-title {
     font-size: 50px;
     display: block;
     font-weight:normal;
     margin: 20px 0;
     text-align: center;
}
 .menu-item {
    
     font-size: 18px;
     transition: all 0.2s ease-in-out;
}
/* menu Name */
 .menu-item-name{
     text-align:left;
     font-size: 20px;
     font-weight:700;
     border-bottom: 1px dotted;
}
/* menu Description */
 .menu-item-description {
     font-size: .8em;
     line-height: 1.5em;
     margin-top:10px;
     text-align:left;
}
/* menu Price */
 .menu-item-price{
     float: right;
     margin-top: -32px;
     height: 60px;
     background: #fff;
     font-weight: 700;
     line-height: 50px;
     font-size: 22px;
     transition: all 0.3s;
     font-family: 'Cherry swash';
}
/*=========================== Blog ============================ */
/* Blog Preview */

 .blog-prev {
     float: left;
     overflow: hidden;
     width: 100%;
     background-color: #f5f5f2;
     text-align: left;
     font-size: 16px;
     border-radius:30px;
}
 .blog-prev * {
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
 .blog-prev img {
     max-width: 100%;
     vertical-align: top;
     -webkit-transform-origin: 50% 100%;
     transform-origin: 50% 100%;
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 .blog-prev .blog-caption {
     padding: 35px 25px 25px 35px
}
 .blog-prev .date, .blog-prev .date-icon {
     top: 25px;
     color: #fff;
     left: 25px;
     min-height: 60px;
     min-width: 60px;
     position: absolute;
     text-align: center;
}
 .blog-prev .date {
     border-radius:10px;
     box-shadow: 0px 1px 9px 1px #fff;
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
     font-size: 22px;
     font-weight: 700;
     text-transform: uppercase;
}
 .blog-prev .date span {
     display: block;
     line-height: 30px;
}
 .blog-prev .date .month {
     font-size: 16px;
     background-color: rgba(0, 0, 0, 0.1);
}
 .blog-prev:hover img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 .blog-prev:hover .date{
     -webkit-transform: rotateY(40deg);
     transform: rotateY(40deg);
     -webkit-transition-delay: 0s;
     transition-delay: 0s;
}
 .blog-prev:hover i {
     -webkit-transform: rotateY(0);
     transform: rotateY(0);
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
}
.blog-prev .post-info{
    margin-bottom:0px;
}
/* Blog post style */
 .post-review{
    margin-top: 20px;
}
 .post-comment{
     top: 50px;
     padding: 20px 30px;
     line-height: 1;
     text-align: center;
     z-index: 99;
     color: #fff;
     border-radius: 20px;
     position: absolute;
     right: 20px;
}
 .post-comment li{
     list-style:none;
     font-size:24px;
     line-height: 14px;
     font-weight:700;
}
 .post-comment li small{
     display:block;
     margin-top:5px;
     font-size: 15px;
     text-transform: capitalize;
}
 .post-comment li:after{
     content: "";
     border-bottom:1px solid lightgray;
     margin:10px;
     display: block;
}
 .post-comment li:last-child:after{
     border-bottom: 0px none;
     margin: 0;
}
 .post-comment a{
    color:#fff;
}
/* Jumbotron */
 #blog-main .jumbotron {
     background-size:cover !important;
}
/*Headers */
 .blog-post h3 {
     transition: all 0.2s ease-in-out;
     border-radius: 10px;
     margin-top: -20px;
     margin-bottom:20px;
     transition: all 0.2s ease-in-out;
}
 .blog-post h3 a{
     color:#fff;
     text-align:center;
}
 .blog-post h4 a{
	transition: all 0.2s ease-in-out;
    color: #613b41;
}
 #blog-page h6 {
    margin-bottom :10px;
}
/* Post info */
 .post-info, .post-info-meta {
    margin-bottom: 10px;
}
 .post-info p, .post-info-meta p {
     display: inline-block;
     font-weight:600;
}
 .post-info p + p{
    line-height: 0px !important;
    margin:10px;
}
 .post-info i , .post-info-meta i{
    margin-right: 5px;
}
/* blog post */
 .blog-post {
     transition: all 0.2s ease-in-out;
     padding:20px;
}
 .blog-post.btn, .blog-post.blob-btn{
     text-align:center;
}
 #blog-main {
    padding-top:0px!important;
}
 #blog-main .blog-post {
     padding: 40px;
     border-top: 1px dotted #cecece;
}
 #blog-main .blog-post:first-child {
    border-top:0;
}
 .blog-post i {
    margin-right : 5px;
}
 .blog-post.post-main{
    text-align:left;
}
 .post-main h2{
    text-align:left;
}
 .post-main .post-info .blog-tags{
    margin-top:40px;
}
 .img-main-blog{
    margin-bottom:20px;
}
/* Blog tags */
 .blog-tags a, .tagcloud a {
     border-radius: 5px;
     color: #fff;
	 font-size:16px!important;
     display: inline-block;
     line-height: 26px;
     font-weight: normal;
     font-family:'Cherry Swash';
     padding: 0 20px 0 23px;
     position: relative;
     margin: 0 10px 10px 0;
     text-decoration: none;
     -webkit-transition: color 0.2s;
}
 .blog-tags a::before, .tagcloud a::before {
     background: #fff;
     border-radius: 5px;
     box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
     content: '';
     height: 6px;
     left: 10px;
     position: absolute;
     width: 6px;
     top: 10px;
}
 .post-info .blog-tags {
    margin-top:20px;
}
/* popular posts */
 .popular-posts .media{
     padding:0px;
     text-align:left;
     border-bottom:1px dotted #cecece;
     padding:10px 0px;
     margin-top:0px;
	 margin-left: 40px;
}
 .popular-posts .panel-body,
  .popular-posts.panel{
	 padding:0px;
	 margin-bottom:0px!important;
 }
 .popular-posts .media:last-child{
     border-bottom:0px;
     padding-bottom:0px;
}
 .popular-posts .media h6{
     font-size:16px;
     line-height:22px;
}
 .popular-posts .media img{
    max-width:80px;
}

/* Comments */
 .comment-form.media{
    margin-top:30px;
}
 .comments-block{
     padding:20px;
     margin:30px 0px 30px 0px;
}
 .comment.media-body {
    margin-right: 10px;
}
 .comments-block .btn{
    padding: 10px;
	color:#fff;
}
 .comments-block .media-object{
     max-width:120px;
     float: left;
     border:4px solid;
     margin-right:10px;
}
 .comment {
     border-bottom: 1px solid rgba(206, 206, 206, 0.56);
     margin: 40px auto 20px;
     padding: 30px;
     position: relative;
}
 .nested {
    display: inline-block;
     border-bottom:0px;
}
 .page-title{
    padding:30px;
     margin-bottom:50px;
}
/* =========================== Catering ============================ */
 #catering{
     
     background-repeat:no-repeat;
     background-position:-10%;
     background-attachment:fixed;
}
 .pricing-container .pricing-table {
     position: relative;
}
 .pricing-container .plan-desc p, .pricing-container .plan-price{
    color:#fff!important;
}
 .pricing-container .pricing-inner {
     text-align: center;
     border-radius:30px;
     padding: 50px 20px;
     color: #fff!important;
     transition: all 0.7s ease-in-out;
}
 .pricing-container .pricing-table:hover .pricing-inner {
     transform: scale(1.1);
     box-shadow: 2px -4px 15px 2px #c5c4c4;
}
 .pricing-container .pricing-inner .plan-name {
     position: relative;
     margin-bottom:30px;
}
 .pricing-container .pricing-inner .plan-name i{
     font-size: 90px;
}
 .pricing-container .pricing-inner .plan-name small{
     font-size: 14px;
     text-transform:uppercase;
     font-weight:700;
}
 .pricing-container .pricing-inner .plan-price-container {
     overflow: hidden;
}
 .pricing-container .pricing-inner .plan-price {
     font-size: 46px;
     margin: 0;
     font-weight: 800;
}

/* ===========================  Stats ============================ */
 #counter-section{
    background-image: url("../img/counterbg.jpg");
     background-size:cover;
     background-attachment:fixed;
}
/* number counter */
 .counter{
     margin-top: 30px;
     border-radius: 20px;
     color: #fff;
     text-align: center;
     position: relative;
}
 .counter .counter-icon{
     display: block;
     font-size: 70px;
     margin: 7px 0;
     height: 100px;
}
 .counter .counter-value{
     display: block;
     color:#fff;
     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;
     margin: 0;
}
/* ===========================  Gallery ============================ */
/* Polaroids */
 ul.polaroids {
	 padding:20px;
     margin: 0;
}
 ul.polaroids p {
     text-align:center;
     padding-top:40px;
     font-size:20px;
     color: #613b41;
     font-family:'Cherry swash';
     line-height:22px;
     font-weight:normal;
     transform: translate3d(0,0,0);
}
 ul.polaroids li {
     list-style:none;
     transform: rotate(6deg);
     box-shadow: 0 3px 6px rgba(0,0,0,.25);
     padding:30px;
     background-color:#fff;
     transition: transform .8s ease-in-out;
}
/* Rotate all even images 2 degrees */
 ul.polaroids li:nth-child(even) {
     transform: rotate(-4deg);
     margin-top:60px;
}
/* Hover effect*/
 ul.polaroids li:nth-child(even):hover {
     transform: rotate(-8deg);
     box-shadow: 0 3px 17px rgba(0, 0, 0, 0.48);
}
 ul.polaroids li:nth-child(3n):hover, ul.polaroids li:nth-child(5n):hover {
     transform: rotate(7deg);
     box-shadow: 0 3px 17px rgba(0, 0, 0, 0.48);
}
 ul.polaroids li:hover{
    transform: rotate(9deg);
}

/*=========================== Team ============================ */
 .our-team{
     border-radius: 20px;
     padding: 30px 0 40px;
     background: #f5f5f2;
     text-align: center;
     overflow: hidden;
     position: relative;
}
 .our-team .pic{
     display: inline-block;
     width:90%;
     margin-bottom: 20px;
     z-index: 1;
     position: relative;
}
 .our-team .pic:before{
     content: "";
     width: 100%;
     height: 0;
     border-radius: 50%;
     position: absolute;
     bottom: 135%;
     right: 0;
     left: 0;
     opacity: 0.2;
     transform: scale(3);
     transition: all 0.3s linear 0s;
}
 .our-team:hover .pic:before{
     height: 100%;
}
 .our-team .pic:after{
     content: "";
     width: 100%;
     height: 100%;
     border-radius: 50%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
}
 .our-team .pic img{
     width: 100%;
     height: auto;
     border-radius: 50%;
     transform: scale(0.9);
     transition: all 0.9s ease 0s;
}
 .our-team:hover .pic img{
     transform: scale(0.7);
}
 .our-team .team-content{
     margin-bottom: 30px;
}
 .our-team .title{
     font-size: 26px;
     font-weight: 700;
     margin-bottom: 5px;
}
 .our-team .post{
     display: block;
     font-size: 15px;
	 font-weight:700;
     text-transform:uppercase;
}
 .our-team .social{
     width: 100%;
     padding: 0;
     margin: 0;
     position: absolute;
     bottom: 0px;
     left: 0;
     transition: all 0.5s ease 0s;
}
 .our-team .social li{
     display: inline-block;
}
 .our-team .social li a{
     display: block;
     padding: 10px;
     font-size: 17px;
     color: #fff;
     transition: all 0.3s ease 0s;
}
 .our-team .social li a:hover{
     background: #f7f5ec;
}

/* =========================== Call to action ============================ */
 #call-to-action{
     background-image:url(../img/calltoaction.jpg);
     background-size:cover;
     background-attachment:fixed;
}
/*=========================== Contact ============================ */
 .contact-icon {
     background:#f5f5f2;
     text-align: center;
     padding: 30px;
     border-radius:30px;
     min-height: 210px;
}
 .contact-icon .subtitle{
    color:#613c41;
}
 .contact-icon-info {
     margin-top: 30px;
}
 .contact-icon-info p {
     font-weight: 700;
}
 .contact-icon .top-icon {
     transition: all .3s ease-out;
     font-size: 40px;
     top: -35px;
     position: absolute;
     right: 0;
     left: 0;
     width: 100px;
     margin: auto;
     border-radius: 50%;
     width: 70px;
     height: 70px;
     line-height: 70px;
     color: #fff;
}
 .contact-icon:hover .top-icon {
     top: -50px;
     box-shadow: 2px 10px 20px #cecece;
}
 .margin-icon {
     margin-right: 10px;
}
/*Map */
 #map-canvas, #singleMap {
     max-width:100%;
     height: 700px;
	 z-index: 0;
     border-radius:30px;
}
/*=========================== Footer ============================ */

 footer a{
     font-weight:700;
}
 footer p, footer ul{
	 font-size: 14px;
     color:#fff;
}
 footer img{
    max-width: 280px;
}
 .credits{
    margin-top:40px;
}
 .credits p{
    font-size:13px;
}
/* Go to top icon */
 .back-to-top {
     display: none;
     position: fixed;
     bottom: 30px;
     right: 8px;
     z-index:119;
}
 .back-to-top i {
     display: block;
     width: 44px;
     border-radius:50%;
     height: 44px;
     line-height: 40px;
     font-size: 22px;
     color: #fff!important;
     text-align: center;
     transition: all 0.2s ease-in-out;
     box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
/*=========================== Miscellaneous ============================ */
/* Box Reveal effect */
 @keyframes goLeft {
     from {
         left: 100%;
         right: 0;
    }
     40% {
         left: 0;
         right: 0;
    }
     60% {
         left: 0;
         right: 0;
    }
     to {
         left: 0;
         right: 100%;
    }
}
 .revealedBox-in.goLeft > span{
     height: 100%;
     top: 0;
}
 .revealedBox-in.goLeft.childrenSpan-2 > span{
     height: 50%;
}
 .revealedBox-in.goLeft.childrenSpan-2 > span:nth-child(2){
     top: 50%;
}
 .revealedBox-in.goLeft.childrenSpan-3 > span{
     height: 33.33333%;
}
 .revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(2){
     top: 33.33333%;
}
 .revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(3) {
     top: 66.66666%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span{
     height: 25%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(2) {
     top: 25%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(3) {
     top: 50%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(4) {
     top: 75%;
}
 .revealedBox .contentBox {
     opacity: 0;
}
 .revealedBox > span {
     position: absolute;
     display: block;
}
 .revealedBox-in > .contentBox {
     opacity: 1;
     transition-delay: 1.05s;
}
 .revealedBox-in.goLeft > span {
     animation: goLeft 1.4s;
}
 .revealedBox-in > span {
     animation-delay: 0.1s;
}
 .revealedBox-in > span:nth-child(2) {
     animation-delay: 0.2s;
}
 .revealedBox-in > span:nth-child(3) {
     animation-delay: 0.3s;
}
 .revealedBox-in > span:nth-child(4) {
     animation-delay: 0.4s;
}
 .revealedBox-in > span:nth-child(5) {
     animation-delay: 0.5s;
}
/* Parallax objects */
 .parallax-object{
     z-index:99;
     max-height:404px;
}
/* svg divider */
 #curveUpColor{
     margin-bottom: -10px;
}
 #curveUp{
     margin-top: -100px;
     z-index: 99;
     position: absolute;
}
 #curveUp path {
     fill: #Fff;
     stroke: #Fff;
}
/* Dotted border shape/section */
 .border-dotted{
     border-bottom: 4px dotted #fff;
}
/* Owl-carousel */
 .owl-carousel .owl-item {
    perspective: 1000px;
}
 .owl-prev,.owl-next{
     position: absolute;
     top: 50%;
     text-align: center;
     padding: 10px;
     width: 40px;
     height: 40px;
     border-radius:50px;
     box-shadow: 3px 3px 0px rgba(103, 102, 102, 0.2);
     line-height: 16px;
}
 .owl-prev{
    left: -20px;
}
 .owl-next {
    right: -20px;
}
 .owl-prev:hover, .owl-next:hover {
    transition: all .3s ease-in-out;
}
 .owl-prev i, .owl-next i {
     color:#fff;
     vertical-align:middle;
     line-height: 10px;
}
 .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{
     border: 3px solid #cecece;
     transition: all .3s ease-in-out;
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 1.5rem;
     height: 1.5rem;
     margin: 0 0.5rem;
     border-radius: 50%;
     cursor: pointer;
     color:#000;
}
/* Sections */
 section {
     padding-top: 80px;
     padding-bottom: 80px;
}
 section.no-padding-top {
     padding-top: 0px;
}
 section.no-margin{
    margin:0px!important;
}
/* Sections heading */
 .section-heading{
     text-align: center;
     margin: -20px auto 80px;
}
 .section-heading:before {
     font-family: "Flaticon";
     content: "\f10d";
     font-size: 6rem;
     font-weight: normal;
     z-index: -1;
     opacity: 0.4;
     border-radius: 50%;
     padding: 20px;
}
 .section-heading:after {
     content: ' ';
     display: block;
     border: 1px solid #dadada;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     width: 80px;
     margin: 0 auto;
     margin-top: 20px;
}

/* Img Shapes */
 .img-circle.border {
    border: 5px solid;
}
 .img-rounded {
    border-radius: 20px;
}
 .img-paragraph{
    margin: 0px 25px 10px 0px;
}
 .img-curved {
    border-radius: 30px 10px;
}
/* Image zoom effect */
 .img-zoom {
    overflow:hidden;
     border-radius: 30px;
}
 .img-zoom img{
    transition: opacity 0.7s, transform 2.5s;
}
 .img-zoom:hover img {
    transform: scale3d(1.2,1.2,1);
}
/* Box */
 .box{
     padding: 20px;
     border-radius:10px;
     color:#fff;
}
/* container fluid */
 .container-fluid {
     padding-right: 0px;
     padding-left: 0px;
}
/* Dropdown */
 .dropdown-menu>li>a {
     display: block;
     padding: 3px 20px;
     clear: both;
     font-weight: 400;
     line-height: 1.42857143;
     color: #fff;
     white-space: nowrap;
     border-radius: 0px;
     transition: all .2s ease-in-out;
}
 .dropdown-menu {
     font-size: 16px;
     border: 0px;
     border-radius: 10px;
}
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    transition: all .2s ease-in-out;
}
/* Pagination */
 .pagination>li>a, .pagination>li>span {
     margin: 0 5px;
     border:0;
     margin-top:20px;
     font-weight:600;
     color:#fff;
     border-radius:10px!important;
     transition: all .2s ease-in-out;
}
 .pagination>li>a:hover, .pagination>li>a:focus {
    color:#fff;
}
/* Alerts */
 .alert, .comment-notes {
     padding: 20px;
     border: 1px solid transparent;
     border-radius:20px;
     overflow: hidden;
     border-bottom:dotted rgba(254, 254, 254, 0.32);
     border-top:dotted rgba(254, 254, 254, 0.32);
}
 .alert-info, .alert-info h1, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6, .alert-info ul, .alert-info p, .comment-notes{
    color:#fff!important;
}
 .alert i {
     
     z-index: 0;
     transform: rotate(-10deg);
     color: #fff;
     font-size: 80px;
     z-index: 0;
     right: -18px;
     position: absolute;
     top: -20px;
     opacity: 0.4;
     z-index: 0;
}
/* Breadcrumbs */
 .breadcrumb {
     margin-bottom: 0px;
     list-style: none;
     margin: 0px 10px 0px 10px;
     background:none;
     text-align:center;
     display:inline-block;
     font-size: 13px;
     color: #fff;
     text-transform: uppercase;
}
 .breadcrumb .active{
    font-weight:900;
    color: #fff;
}
 .breadcrumb a{
    color: #fff;
}
 .breadcrumb>li+li:before {
     padding: 0 10px;
     color: #fff;
     font-family:Fontawesome;
     content: "\f101";
}
/* Labels */
 .label {
     padding: .2em .6em .3em;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.8;
     color: #fff;
     border-radius: 10px;
     font-family:'Cherry Swash';
}
 label {
     margin-top: 15px;
}
/* Progress bar */
 .progress-bar {
     height:10px;
     box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
 .progress {
    box-shadow: none;
}
/* fade tab transition */
 .fade {
     opacity: 0;
     transition: opacity 0.75s linear;
}
/* Pager */
 .pager li > a, .pager li > span {
     display: inline-block;
     padding: 10px 24px;
     font-size: 18px;
     color: #fff;
     border: 1px solid;
     font-family: 'Karla',sans-serif;
     border-radius: 20px;
     transition: all .2s ease-in-out;
}
 .pager li > a:hover {
     color:#fff;
}
/* tab container */
 .tab-content {
     border-radius: 0px;
}
 .tab-content>.active {
     display: block;
     padding: 60px;
     background: #fff;
     border-radius: 30px;
}
 .tab-content.small{
    padding: 20px;
}
 .tab-content.white {
    background:#fff;
}
/* Nav-tabs */
 .nav-tabs {
    text-align:center;
     border:0px;
}
 .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li >a:hover, .nav.nav-tabs>li.active>a{
    color:#fff;
}
 .nav.nav-tabs > li {
     float:none;
     display:inline-block;
     padding: 0px 10px;
     border:0px;
}
 .nav.nav-tabs > li > a {
     box-shadow: #cecece -1px 3px 10px;
     position: relative;
     display: block;
     letter-spacing:0.2px;
     min-height: 50px;
     line-height: 57px;
     border: 0px!important;
     color: #fff;
     font-family:Karla;
     font-weight:700;
     padding: 10px 35px;
     font-size: 20px;
     border-radius: 20px;
     transition: all .2s ease-in-out;
}
 .nav.nav-tabs.small > li {
     padding:0px 
}
 .nav.nav-tabs.small > li > a {
     letter-spacing:0px;
     display:block;
     min-height: 20px;
     line-height: 27px;
     padding:10px;
     font-size: 15px;
     border-radius: 10px 10px 0 0px;
     transition: all .2s ease-in-out;
}
/* Elements page*/
 .glyph{
     font-size:40px;
     display:inline-block;
}
/* No padding elements */
 .no-padding{
    padding:0px;
}
/* Panels */
 .panel {
    border: 0;
     background: transparent;
}
 .panel-title {
    font-size: 18px;
}
 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
 .panel-heading a {
     font-weight:normal;
     display: block;
     text-transform:none;
     padding: 10px;
     border:0px;
     transition: all .2s ease-in-out;
     border-radius: 0px;
}
 .panel-heading a.collapsed{
     color: #333;
}
 .panel-group{
     padding: 20px;
     border-radius:10px;
}
 .panel-group .panel+.panel {
    margin-top: 0px;
}
 .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}
 .panel-heading {
     padding: 0px;
     margin-bottom: 10px;
}
 .panel-heading [data-toggle="collapse"]:after {
     content: "\f123";
     font-family: Flaticon;
     float: right;
     font-size: 18px;
     line-height: 22px;
     transition: all .2s ease-in-out;
}
 .panel-heading [data-toggle="collapse"].collapsed:after {
    transform: rotate(40deg);
}
/* Lists */
 ul {
    line-height: 30px;
}
.ul-custom.ul-no-margin{
	margin-left:-40px;	
}
/* Buttons */
 .blob-btn {
     display: inline-block;
     z-index: 1;
     position: relative;
     padding: 15px 66px;
     margin-bottom: 20px;
     text-align: center;
     color: #613b41;
     font-size: 18px;
     font-weight: 700;
     background-color: transparent;
     outline: none;
     font-family: Cherry Swash;
     border: none;
     transition: all 0.5s;
     cursor: pointer;
     border-radius: 30px;
     line-height: 25px;
     margin-top: 20px;
}
 .blob-btn.no-margin-bottom{
	 margin-bottom:0px;
     margin-top:10px;
 }
 .blob-btn:before {
     content: "";
     z-index: 1;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
 .blob-btn:after {
     content: "";
     z-index: -2;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     border: 3px solid #613b41;
     transition: all 0.3s 0.2s;
     border-radius: 30px;
}
 .blob-btn.btn-lg{
     padding: 20px 76px;
     font-size: 25px;
}
 .input-group .blob-btn:after, .input-group .blob-btn__inner {
     border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
}
.input-group .blob-btn .blob-btn__blobs {
	 border-radius:30px;
      border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
}
 .input-group .blob-btn{
     padding: 8px 26px;
}

 .input-group .blob-btn.btn-lg{
     padding: 13px 26px!important;
}
 .blob-btn:hover {
     color: #222;
}
 .blob-btn:hover:after {
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     left: 0;
     top: 0;
}
 .blob-btn__inner {
     z-index: -1;
     overflow: hidden;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
 .blob-btn__blobs {
	 border-radius:30px;
     position: relative;
     display: block;
     height: 100%;
	 overflow:hidden;
}
.blob-btn__blob {
     position: absolute;
     top: 0px;
     width: 25%;
     height: 100%;
     border-radius: 100%;
     -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
     transform: translate3d(0, 150%, 0) scale(1.7);
     -webkit-transition: -webkit-transform 0.45s;
     transition: -webkit-transform 0.45s;
     transition: transform 0.45s;
     transition: transform 0.45s, -webkit-transform 0.45s;
}
 
 .blob-btn__blob:nth-child(1) {
     left: 0%;
     -webkit-transition-delay: 0s;
     transition-delay: 0s;
}
 .blob-btn__blob:nth-child(2) {
     left: 30%;
     -webkit-transition-delay: 0.08s;
     transition-delay: 0.08s;
}
 .blob-btn__blob:nth-child(3) {
     left: 60%;
     -webkit-transition-delay: 0.16s;
     transition-delay: 0.16s;
}
 .blob-btn__blob:nth-child(4) {
     left: 90%;
     -webkit-transition-delay: 0.24s;
     transition-delay: 0.24s;
}
 .blob-btn:hover .blob-btn__blob {
     -webkit-transform: translateZ(0) scale(1.7);
     transform: translateZ(0) scale(1.7);
}

 .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
/* button with no effect */
 .btn-primary {
     padding: 15px 66px 15px 66px;
     text-align: center;
     color: #613b41;
     font-size: 18px;
     font-weight: 700;
     outline: none;
     font-family: Cherry Swash;
     border: none;
     transition: color 0.5s;
     cursor: pointer;
     border-radius: 30px;
     line-height: 20px;
     margin-top: 20px;
}
/* Container fluid fix */
 .container-fluid {
     padding-right: 0px;
     padding-left: 0px;
}
/* equal height row */
 .row-eq-height {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
/* border shape/section*/
 .border-shape{
    border-radius: 100px 0px 100px 0px;
}
/* cake ornament image */
 .cake-ornament{
    background-repeat: repeat-x!important;
}
 .cake-ornament-2{
	background-image: url(../img/caketopbg.png)!important;
    background-repeat: repeat-x!important;
}
/* Hr */
 hr {
    border-top: 1px dotted #cecece;
}
/* Forms */
 .form-control {
     font-size: 16px;
     background: #fff;
     box-shadow: none;
     border-radius: 10px;
     border: 2px solid;
     height:40px;
}
 .input-group-btn:last-child>.btn {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
 .input-group-btn .btn{
    margin-top:-1px;
}
 .input-group-btn span,.btn span{
    color:#fff;
}
 .form-control.form-control.input-lg{
     margin-top: -1px;
     height: 52px;
}
 .form-control:focus,.textarea-field:focus,.input-field:focus {
     outline:0 none;
     border:2px solid;
}
 textarea {
     height:150px;
     resize:none;
}
 textarea.form-control:focus{
    outline:0 none;
}
/* BIG Social Media Icons */
 .social-media {
     width:100%;
     text-align: center;
}
 .social-media i{
     font-size: 35px;
     width: 45px;
     margin: 5px;
     color:#fff;
     height: 55px;
     line-height: 50px;
     display: inline-block;
     text-align: center;
     text-shadow: 2px 2px 0 #613b41;
     transition: all 0.5s;
}
 .social-media i:hover {
     transform: scale(1.2);
}
/* Small Social Media Icons */
 .smaller.social-media i {
     font-size: 18px;
     transition: .3s;
     margin:0px;
     width: 35px;
     line-height:30px;
     height: 35px;
     border-radius: 50%;
     padding:0;
     color:#fff;
     text-shadow:none;
}
 .smaller.social-media {
     margin-top:10px;
     margin-bottom:10px;
}
/* Centered columns */
 .col-centered{
     float: none;
     margin: 0 auto;
}
/* Blockquote */
 blockquote {
     padding: 30px;
     margin:0px;
     font-size: 22px;
     line-height:28px;
     border-left: 0;
     border-radius:20px;
     font-family:'Cherry Swash';
}
 blockquote:before {
     content: "\f10d";
     font-family: 'Fontawesome';
     font-size: 1.6em;
     line-height: 0.1em;
     margin-right: 0.5em;
     vertical-align: 0.2em;
}
 .blockquote-reverse, blockquote.pull-right {
    border-right: 0;
}
/* Polaroid image*/
 .polaroid {
     position: relative;
     width: 100%;
     transform: rotate(-2deg);
}
 .polaroid img {
     border: 10px solid #fff;
     border-bottom: 65px solid #fff;
     box-shadow: 0px 10px 40px 0px #d0cdcd;
     -webkit-backface-visibility: hidden;
    /* chrome fix */
}
 .polaroid p {
     position: absolute;
     text-align: center;
     width: 100%;
     color: #613b41;
     font-size:20px;
     font-family:'Cherry swash';
     line-height:22px;
     font-weight:normal;
     bottom: 10px;
}
/* Nav-pills */
 ul.nav {
     margin-left: 0px;
}
 .nav-pills{
     margin-bottom:20px;
}
 .nav-pills>li>a {
     box-shadow: -1px 4px 0px rgba(103, 102, 102, 0.12);
     transition: all .2s ease-in-out;
     border-radius:20px;
     line-height:25px;
     text-align:center;
}
 .nav-pills.pills-custom >li>a {
     background:#fff;
}
 .nav-pills.pills-custom >li>a:hover .icon {
     color:#fff;
     transform:rotate(-15deg) scale(1.3);
}
 .nav-pills.pills-custom > li.active > a,.nav-pills.pills-custom > li.active > a:focus, .nav-pills.pills-custom >li>a:hover, .nav-pills.pills-custom >li>a, .nav-pills.pills-custom .nav > li > a:hover{
     color: #fff;
}
 .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills>li>a:hover, .nav-pills>li>a, .nav-pills .nav > li > a:hover{
     color: #fff;
     font-size: 25px;
     font-weight: 700;
     margin: 8px;
     padding: 20px 35px;
     margin:10px 30px;
     font-family: 'cherry swash';
}
 .nav-pills.pills-custom > li > a:hover{
    box-shadow: 0px 1px 30px 6px;
     margin:10px 20px;
}
 .nav-pills .icon {
     vertical-align: middle;
     font-weight: normal;
     font-size: 60px;
     padding: 20px;
     width: 100%;
	 height:auto;
     display: block;
     transition: all .42s ease-in-out;
     text-align: center;
     margin-bottom: 20px;
}
/* Tables */
 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     padding: 8px;
     line-height: 1.42857143;
     vertical-align: top;
}
 .table > tbody > tr:first-child > td {
    border: none;
}
/* Wells */
 .well{
     background:#f5f5f2;
     padding: 20px;
     border:0px;
	 margin-bottom:0px;
}
 .well .list-unstyled {
     list-style: none;
     line-height: 36px;
     font-weight:400;
	 margin-left:0px;
     font-family: 'Karla',sans-serif;
}
/* Light background */
 .light-bg1{
    background-repeat: no-repeat;
    background-position: -10%;
    background-attachment: fixed;
}
/* Media */
 .media {
     margin-top: 45px;
     padding:20px;
}
 .media-heading small {
     font-weight: 700;
     display: block;
     margin: 10px 0 20px;
     line-height: 20px;
}
/* Margins */
 .margin1 {
    margin-top: 80px;
}
.margin2 {
    margin-bottom: 80px;
}
/* Jumbotron */
 .jumbotron {
     background-size:cover !important;
     background-position:center center !important;
     height:300px;
     color:#fff;
     background-attachment:fixed;
     margin-bottom:0px;
}
/* Sidebar */
 .sidebar{
     border-left: 1px dotted #cecece;
     text-align:center;
}
 .sidebar .well{
	 background:transparent;
     padding: 20px;
     box-shadow:none;
     border:none;
	 border-top: 1px dotted #cecece;
}
.sidebar .well:nth-child(1){
	border-top:none;
}
 .sidebar .well:before{
     display:none;
}
/* List group */
 .list-group-item {
     position: relative;
     display: block;
     padding: 10px 15px;
     margin-bottom: -1px;
     transition: all 0.6s;
}
 .list-group-item:first-child {
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     border:0px;
}
 a.list-group-item, button.list-group-item {
    color: #fff;
}
 a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
     color: #fff;
     text-decoration: none;
}
/*=========================== Media Queries ============================ */
/************ max width 1200px *************/
 @media (max-width: 1200px) {
     .newsletter-img{
        display:none;
    }
     .header-text {
         width: 90%;
         margin-left: 5%;
    }
     .header-text{
         padding:20px!important;
    }
     .header-text h1{
         margin-bottom:0px;
         font-size: 38px;
    }
	.owl-next {
		right: -10px;
	}
	.owl-prev {
		left: -10px;
	}
}
/************ (min-width: 991px) and (max-width: 1200px)  *************/
 @media (min-width: 991px) and (max-width: 1200px) {

	.navbar .nav>li>a {
		padding: 10px 10px;
	 }
}
/************ max width 991px *************/
 @media (max-width: 991px) {
     section.no-padding-top {
         padding-top: 40px;
    }
	.logo-text-center{
		top:20px!important;
	}
     section {
         padding-top: 40px;
         padding-bottom: 40px;
    }
    /* Responsive margin*/
     .res-margin {
        margin-top: 30px;
    }
    /* navbar */
     .nav>li {
        text-align: center;
         font-size:20px;
    }
    /* navbar collapse at 991px */
     .navbar-header {
         float: none;
         margin-top: -2px;
    }
     .navbar-toggle {
         display: block;
    }
     .navbar-collapse.collapse {
         display: none!important;
    }
     .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
         max-height: 200px;
    }
     .navbar-collapse.collapse.in {
         display: block!important;
         padding-bottom: 40px;
         max-height: 200px!important;
         overflow-y: scroll!important;
         overflow-x: hidden!important;
    }
     .navbar-collapse::-webkit-scrollbar {
         width: 20px;
    }
     .navbar-collapse::-webkit-scrollbar-track {
         background-color: lightgray;
    }
     .navbar-collapse::-webkit-scrollbar-thumb {
         background-color: darkgray;
    }
     .navbar-nav {
         margin: 0;
         float: none !important;
         height: 100%;
    }
     .navbar-right {
         line-height: 0px;
    }
     .navbar-nav li {
         float: none;
    }
     .navbar-nav li > .dropdown-menu {
         border: 0;
         float: none;
         width: auto;
         position: static;
         box-shadow: none;
         background: inherit;
    }
     .navbar-brand-centered img {
         position: relative;
         top: 0%;
    }
     .navbar-brand img {
        margin-top: 5px;
    }
    /* Space between sections */
     .section-heading {
        margin-bottom: 60px;
    }
    /* Nav tabs */
     .nav-tabs > li {
        margin-bottom: 10px;
    }
     .nav.nav-tabs > li > a {
        border-radius: 10px;
    }
    /* miscelaneous */
     .margin1{
        margin-top:30px;
    }
	
	.margin2 {
		margin-bottom: 30px;
	}
     .social-media a {
        margin-top: 30px;
    }
	.sidebar {
        border-left:0;
    }	 
     #newsletter,#catering{
        background-image:none;
    }
     footer .text-left, footer .text-right{
        text-align:center;
    }
     .menu-body {
        padding-top: 0px;
    }
     .navbar-brand-centered {
         box-shadow: none;
         width: 120px;
         padding:0px;
    }
     .navbar-custom{
        border-radius:0px 0px 20px 20px;
    }
     .navbar-brand-centered {
         top: 10px;
    }
}

/************ min-width: 767px and max-width: 1200px *************/
 @media (min-width: 767px) and (max-width: 1200px) {
	 
	 .header-p{margin-top:20px!important;}
	 
 }
 
/************ max width 767px *************/
 @media (max-width: 767px) {
    /* slider */
     .header-p{
        display:none;
    }
     #slider{
        margin-top:50px!important;
    }
     .header-text {
         width: 90%;
         margin-left: 5%;
    }
    /* button */
     .blob-btn.btn-lg {
         padding: 20px 26px 23px 26px;
         font-size: 20px;
    }
    /* nav */
     .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
         max-height: 200px;
    }
     .navbar-brand img {
        left: 20px;
    }
    /* testimonial */
     .testimonial .testimonial-pic {
         width: 200px;
         height: 200px;
         float: none;
         margin: 0 auto;
    }
     .testimonial .testimonial-content {
         margin-left: 0px;
         text-align:center;
    }
    /* Page Title */
     .page-title {
         margin-bottom:20px;
         padding: 10px;
    }
	/* others */
	
	.nav-pills.pills-custom {
		padding-right: 0px;
	}
	h1 {
		font-size: 58px;
		margin-bottom: 0px;
    }
	.section-heading h2,h2 {
       font-size: 42px;
    }
	h3 {
       font-size: 36px;
    }
    h4 {
       font-size: 32px;
    }
	ul.polaroids {
       padding: 30px;
    }
	
}

/************ max width 480px *************/
 @media (max-width: 480px) {
	 
	#blog-main .blog-post {
      padding: 20px;
    }
	.header-wrapper .header-text {
      margin-top: 15%;
    }
	 
	#services .subtitle {
      text-align:center;
	  font-size:18px;
   } 	
    #services .page-scroll   {
		text-align:center;
	}
     .header-text {
         padding: 10px!important;
    }
     .navbar-brand-centered {
         top: 5px;
    }
     .post-comment {
         top: 20px;
         padding: 10px 20px;
         right: 20px;
    }
     .social-media i {
         font-size: 25px;
         width: 25px;
         height: 25px;
         line-height: 20px;
    }
     #newsletter p {
        text-align:center;
    }
	#logo-left img {
		max-width: 120px;
		right: 0;
		top: 20px;
		margin: auto;
   }
    /* menu */
     .tab-content {
         padding: 10px;
         border:0px;
    }
     .menu-item-price {
		margin-top: 0px;
		width: 100%;
		text-align: center;
    }
	.menu-item-name {
         text-align: center;
    }
    /* navbar */
     .navbar-brand {
         background:none;
         height:50px;
         width:auto;
    }
     .navbar-brand img {
         max-width: 140px;
         position: absolute;
         right: 0;
         top: 42%;
         margin: auto;
    }
     .navbar-toggle {
         font-size: 25px;
         color: #fff;
         transition: all .2s ease-in-out;
         position: relative;
         float: right;
         border-radius: 50%;
         min-width: 55px;
    }
    /* section */
     section .container {
         padding-top: 30px;
         padding-bottom: 30px;
    }
     .section-heading h2{
         border: 0;
         font-size: 34px;
    }
     .section-heading {
        margin-bottom: 3rem;
    }
    /* titles*/
     h1,h1 span {
         font-size: 26px!important;
         line-height: 29px;
         margin:5px;
    }
     h2 {
        font-size: 26px;
    }
     h3 {
         font-size:25px;
         text-align:center;
    }
     h4{
         font-size: 22px;
    }
     h5{
        font-size:20px;
    }
     h6{
        font-size:18px;
    }
    /* Miscellaneous */
	.post-comment li{
		font-size: 14px;
		line-height: 14px;
    }

	.post-comment li small{
		font-size: 12px;
		line-height: 12px;
    }
	.contact-icon{margin-top:50px;}
	
     .input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-blob,.input-group .form-control:first-child{
         border-radius:30px;
         margin-top:10px;
    }
     .input-group .blob-btn:after, .input-group .blob-btn__inner{
         border-radius:30px;
    }
	.input-group {
      margin: 0 auto;
    }
     .input-group .form-control, .input-group-btn {
         display: inherit;
         margin: 0 auto;
    }
     .comments-block .media-object {
         float: none;
         margin: 20px auto;
    }
     .comment {
        margin-top:20px;
    }
     .breadcrumb {
        line-height: 20px;
    }
     .panel-heading [data-toggle="collapse"]:after {
        display:none;
    }
     .section-heading{
        margin-bottom:3em;
    }
     .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
     .nav-pills> li.active:after, .nav-pills> li.active:before {
        top: -45%;
    }
     .nav-pills > li {
        float: none;
    }
     .tab-pane h3 {
        margin-top:10px;
    }
     .jumbotron {
		 margin-top: 30px;
         padding: 10px;
         height:150px;
    }
     .testimonial .testimonial-pic {
         width: 100%;
         height: 100%;
    }
     .polaroid p {
         font-size: 14px;
         line-height: 18px;
    }
     #menu .tab-content>.active{
        padding:20px;
    }
     .testimonial {
        margin: 0;
    }
	.menu-item {
       margin: 35px 0px;
    }
	.section-heading:before {
       font-size: 4rem;
    }
	.post-info p, .post-info-meta p {margin:0px;}
     
	 .blob-btn {
         padding: 15px 26px;
    }
     .btn {
        font-size: 12px;
    }
	 #map-canvas, #singleMap {
		 height: 300px;
	}
     .tab-content>.active {
         padding: 20px;
    }
	.ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
		display:none!important;
	}
	#slider .blob-btn.btn-lg {
		padding: 10px 16px!important;
		font-size: 16px!important;
    }
	 ul.custom li:before {
     font-family: "Fontawesome";
     content: "\f111";
	 font-weight:normal;
     padding-right: 11px;
     font-size: 7px;
   }
   
   ul.custom li i{display:none;}

}

/************ max width 300px *************/
 @media (max-width: 300px) {
    /* Miscellaneous */
     .post-slide .post-title, .post-slide .post-description {
         padding: 0;
         text-align:center;
    }
    
     .well{
        padding: 30px 10px;
    }
     .label,.table {
        font-size: 14px;
    }
     .table table, .table thead, .tabletbody, .table th, .table td, .table tr {
         display: block;
    }
     td.text-left,td.text-right{
        text-align:center;
    }

	.ls-bottom-nav-wrapper{display:none;}
	
	.nav-pills.pills-custom li a,.nav-pills.pills-custom li a:hover,.nav-pills.pills-custom li a.active{		
		margin:0px;
	}
    /* Nav-tabs */
     .nav.nav-tabs > li > a {
         min-height: 30px;
         font-size: 16px;
         padding: 15px 15px;
         line-height: 15px;
    }
}
/***webredox***/
.one-page-section,
.blank-section
{
	width:100%;
	float:left;
}
.blank-section .vc_column-inner{
	padding-left:0px!important;
	padding-right:0px!important;
}
.clear{
	clear:both;
}
.section-heading h2 i{
	font-size: 6rem;
	color:#FA6678;
    font-weight: normal;
	text-shadow:none;
    z-index: -1;
    opacity: 0.4;
    border-radius: 50%;
    padding: 20px;
}
.section-heading:before{
	display:none;
}

.section-heading .clear{
	margin-bottom:25px;
}
.mc4wp-form-fields, .widget_search form{position:relative; float:left; width:100%;}
#mc_embed_signup .mc4wp-form-fields input[type="email"], 
.widget_search   input[type="text"]
{
	 margin-top: -1px;
     height: 53px;
	 border-top-right-radius: 0;
     border-bottom-right-radius: 0;
	 display: table-cell;
	 position: relative;
    z-index: 2;
    float: left;
    width: 95%;
    margin-bottom: 0;
	font-size: 16px;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
    border: 2px solid;
	outline:none;
	border-color: #6B0505;  
	padding: 10px 16px;
    line-height: 1.3333333;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#mc_embed_signup .mc4wp-form-fields input[type="submit"], .widget_search input[type="submit"]{
display: inline-block;
    position: absolute;
    top: -1px;
    right: 0px;
    padding: 15px 66px;
    margin-bottom: 20px;
    text-align: center;
    color: #613b41;
    font-size: 25px;
    font-weight: 700;
    background-color: transparent;
    outline: none;
    font-family: Cherry Swash;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 30px;
    line-height: 25px;
    margin-top: 0px;
	vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	padding: 11px 26px!important;
	z-index: 2;
	outline:none;
    margin-left: -1px;
	border: 3px solid #613b41;
}

.vc_empty_space{
	width:100%;
	float:left;
	clear:both;
}

.wpcf7 input[type="email"], 
.wpcf7 input[type="text"],
.wpcf7 textarea
{
	font-size: 16px;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
    border: 2px solid;
    height: 40px;
	outline:none;
	display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wpcf7 textarea{
	height:105px;
}

.wpcf7 p{margin:0px!important;}
.wpcf7 label{width:100%;}
.wpcf7 input[type="submit"]{
	display: inline-block;
    z-index: 1;
    position: relative;
    border: 3px solid #613b41;
    padding: 10px 66px;
    margin-bottom: 20px;
    text-align: center;
    color: #613b41;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    outline: none;
    font-family: Cherry Swash;
    
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 30px;
    line-height: 25px;
    margin-top: 20px;
}
.logged-in .navbar-fixed-top{
	top:30px;
}
.sw-extra-height{
	height:87px;
}
.blog-img-page {
	min-width:100%;
}
.sidebar.pull-left{
	border-right: 1px dotted #cecece;
	border-left:none;
}

.hidden, 
p.form-submit {
	display:none;
}
.single-comment a img.avatar{
	max-width: 120px;
    float: left;
    border: 4px solid;
    margin-right: 10px;
	border-radius: 50%;

}

.comment-reply-link{
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    font-family: Cherry Swash;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
    line-height: 20px;
    margin-top: 20px;
	display:inline-block;
	vertical-align:middle;
}
.comment-reply-link:hover{
	color:#fff;
}

.top_25 {
	margin-top:25%;
}

.error-block{
	margin-top:100px;
}
.parallax-effect-wr{
	background-size: cover;
    background-attachment: fixed;
}

/****theme check*****/
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0;
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table {
    margin: 20px 0;
    border: 1px solid #ddd;
	width:100%;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}

.wr-default-page  ul, 
.comment-text ul{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.wr-default-page  ol, .comment-text ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wr-default-page{
	text-align:left;
}
ul.post-meta li {
	float:left; 
	list-style:none;
}
ul.post-meta {
	list-style:none; 
	padding-left:0px!important;
}
iframe, 
pre{
	max-width:100%; 
	overflow:hidden;
}

.post-password-form input[type="submit"]{
	display: block;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding: 12px 26px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.post-password-form input[type="submit"]:hover{
	border: 1px solid #2b2b2b;
}
.page-links > span, 
.page-links   a span{
	display: block;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding: 12px 26px 13px;
    margin: 15px 0;
    font-size: 11px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	margin-right:7px;
}
.page-links > span, 
.page-links   a span:hover{
	border: 1px solid #2b2b2b;
}

#attachment_907{
	width:100%;
}
.wp-image-907{
	height:auto!important;
	width:100%;
 }
.widget select{
	width:100%;
	height:40px;
	outline:none;
	margin-bottom:30px;
}
.widget img{
	max-width:100%;
}
.widget .size-large{
	height:auto;
}
.sticky a h4.title{
	text-decoration:underline;
}
.widget label{
	display:none;
}
img{
	max-width:100%; 
	height:auto;
}
.hidden{
	display:none;
}
.page-links{
	width:100%; 
	float:left;
}
.widget ul li ul {
	display:none;
}
.logo-text{
	font-family: 'Cherry Swash';
    font-size: 18px;
    line-height: 94px;
}
.logo-text-center{
	font-family: 'Cherry Swash';
    font-size: 18px;
    position: absolute;
    left: 27px;
    right: 0;
    top: 39%;
    width: 100%;
}
.widget{
	float:left; 
	width:100%;
}

.wr-default-page h2{
	text-align:left;
	padding-bottom:10px;
}

.wr-default-page h3{
	margin-top:0px!important;
}
ul.sub-menu ul.sub-menu{
left:100%;
top:20px;
border-radius: 20px 20px 20px 20px!important;
}

.blog-post .sticky h4 a{
color: #73c3ba;
}
.widget_media_image img{
	border-radius: 20px;
}

.post-info .blog-tags a{
	color:#fff;
}

.widget ul li, .widget ul li a {
	text-align:left;
	color: #777474;
	font-weight: normal;
}
.widget h6{text-align:left;}

.widget h6 {
    border-left: 3px solid #000;
    padding-left: 10px;
}

.popular-posts .media h6{
	border:none;
	padding-left:0px;
}
.widget{
	text-align:left;
}

.widget_search, 
.widget_text,
.widget_media_image{
	padding-bottom:53px!important;
}


.widget ul li, .widget ol li {
    border-top: 1px dotted #cecece;
    padding: 10px;
}

.widget ul li:nth-child(1), 
.widget ol li:nth-child(1){
	border:none;
	padding-top:0px;
}

.single .widget:nth-child(1), 
.search-no-results .widget:nth-child(1){
    padding-top: 24px;
}

.single .post-info{
	margin-top: 30px;
}
.no-post-page{
	margin-top: 30px;
}
.no-post-page button{
	outline:none!important;
}

@media (max-width: 480px) {

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 25px;
}
}

@media (max-width: 480px)
{
.menu-item {
    margin: 0px 0px;
}
}

.features-icon  .media i {
    font-size: 90px;
    display: inline-block;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

/* Map */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}
/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 20px;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	right: 20px;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}
/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}
/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}
/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
/* general toolbar styles */

.leaflet-bar {
 
	}
.leaflet-bar a,
.leaflet-bar a:hover {
 
	border-bottom: 1px solid  rgba(255,255,255,0.21);
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	background: #35353A;
}
.leaflet-bar a:hover{
    background: #2D2D32;}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
 
.leaflet-bar a:last-child {
 
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background: #35353A;
	color: #fff;
	opacity:0.9;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 12px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 18px;
	}
/* layers control */

.leaflet-control-layers {
 
	background: #fff;
 
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}
/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
 
	background-clip: padding-box;
	}
/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
 
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	padding:20px 30px;
	text-align:center;
 
	color:#000;
}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-content-wrapper  {
	background:#35353A;
	color: #fff;
 
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
} 

@media (max-width: 1000px) {
	body, 
	section{overflow-x:hidden;}
	.pricing-container .pricing-table{margin-bottom:30px;}
}
.one-error-page{
	padding-top:150px;
}