/* ----------------------------------------------

:: Template Name: Yummy Blog - Food Blog Template

:: Template Author: Colorlib

:: Template Author URI: https://colorlib.com

:: Version: v1.0.0

:: Last Updated: 11-13-2017

---------------------------------------------- */



/* -------- [Master Stylesheet] --------

:: 1.0 Base CSS

:: 2.0 Top Header Area CSS

:: 3.0 Menu Area CSS

:: 4.0 Wellcome Area CSS 

:: 5.0 Top Feature Area CSS 

:: 6.0 Blog Area CSS 

:: 7.0 Instagram Area CSS 

:: 8.0 Footer Social Area CSS 

:: 9.0 Goole Map Area CSS

:: 10.0 Sidebar Area CSS

:: 11.0 Breadcumb Area CSS

:: 12.0 Paginatio Area CSS

:: 13.0 Contact Area CSS

:: 14.0 Single Blog CSS

----------------------------------- */



/* ***** Fonts ***** */



@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700|Quicksand:300,400,500,700|Shadows+Into+Light+Two');



/* ***** Import CSS ***** */



@import 'css/bootstrap/bootstrap.min.css';

@import 'css/others/animate.css';

@import 'css/others/magnific-popup.css';

@import 'css/others/meanmenu.min.css';

@import 'css/others/owl.carousel.min.css';

@import 'css/others/font-awesome.min.css';

@import 'css/others/pe-icon-7-stroke.css';



/* --------------------

:: 1.0 Base CSS

-------------------- */



* {

    margin: 0;

    padding: 0;

}



body {

    font-family: 'Poppins', sans-serif;

    position: relative;

    z-index: auto;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: 'Quicksand', sans-serif;

    font-weight: 700;

    color: #232d37;

    line-height: 1.25;

}



p {

    color: #51545f;

    font-size: 16px;

}



.section_padding_100 {

    padding-top: 100px;

    padding-bottom: 100px;

}



.section_padding_100_70 {

    padding-top: 100px;

    padding-bottom: 70px;

}



.section_padding_50 {

    padding-top: 50px;

    padding-bottom: 50px;

}



.section_padding_50_20 {

    padding-top: 50px;

    padding-bottom: 20px;

}



.section_padding_150 {

    padding-top: 150px;

    padding-bottom: 150px;

}



.section_padding_200 {

    padding-top: 200px;

    padding-bottom: 200px;

}



.section_padding_80 {

    margin-top: 80px;

    margin-bottom: 80px;

}



.section_padding_80_50 {

    padding-top: 80px;

    padding-bottom: 50px;

}



.section_padding_30_80 {

    padding-top: 30px;

    padding-bottom: 80px;

}



.section_padding_80_0 {

    padding-top: 80px;

    padding-bottom: 0;

}



.section_padding_0_80 {

    padding-top: 0;

    padding-bottom: 80px;

}



img {

    max-width: 100%;

}



.mt-15 {

    margin-top: 15px;

}



.mt-30 {

    margin-top: 30px;

}



.mt-40 {

    margin-top: 40px;

}



.mt-50 {

    margin-top: 50px;

}



.mt-100 {

    margin-top: 100px;

}



.mt-150 {

    margin-top: 150px;

}



.mr-15 {

    margin-right: 15px;

}



.mr-30 {

    margin-right: 30px;

}



.mr-50 {

    margin-right: 50px;

}



.mr-100 {

    margin-right: 100px;

}



.mb-15 {

    margin-bottom: 15px;

}



.mb-30 {

    margin-bottom: 30px;

}



.mb-50 {

    margin-bottom: 50px;

}



.mb-100 {

    margin-bottom: 100px;

}



.ml-15 {

    margin-left: 15px;

}



.ml-30 {

    margin-left: 30px;

}



.ml-50 {

    margin-left: 50px;

}



.ml-100 {

    margin-left: 100px;

}



ul,

ol {

    margin: 0;

    padding: 0;

}



#scrollUp {

    bottom: 55px;

    font-size: 14px;

    right: 50%;

    width: 30px;

    background-color: #fc6c3f;

    color: #fff;

    text-align: center;

    height: 30px;

    line-height: 30px;

    border-radius: 50%;

    margin-right: -15px;

}



a,

a:hover,

a:focus,

a:active {

    text-decoration: none;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms;

    font-weight: 500;

    outline: none;

}



li {

    list-style: none;

}



.heading_text > p {

    font-size: 16px;

}



.heading_text > h2 {

    font-weight: 500;

    color: #333;

}



.heading_text > h3 {

    color: #b4b4b4;

    font-size: 90px;

    font-weight: 100;

    margin: 0;

}



.font-shadow-into-light {

    font-family: 'Shadows Into Light Two', cursive !important;

}



.yummy-table {

    display: table;

    height: 100%;

    left: 0;

    position: relative;

    top: 0;

    width: 100%;

    z-index: 2;

}



.yummy-table-cell {

    display: table-cell;

    vertical-align: middle;

}



#preloader {

    overflow: hidden;

    background-color: #fff;

    height: 100%;

    left: 0;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 999999;

}



.yummy-load {

    -webkit-animation: 2000ms linear 0s normal none infinite running yummy-load;

    animation: 2000ms linear 0s normal none infinite running yummy-load;

    background: transparent none repeat scroll 0 0;

    border-color: #dddddd #dddddd #fc6c3f;

    border-radius: 50%;

    border-style: solid;

    border-width: 3px;

    height: 40px;

    left: calc(50% - 20px);

    position: relative;

    top: calc(50% - 20px);

    width: 40px;

    z-index: 9;

}



@-webkit-keyframes yummy-load {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



@keyframes yummy-load {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



/* --------------------

:: 4.0 Wellcome Area CSS 

-------------------- */



.welcome-single-slide {

    position: relative;

    z-index: 1;

    overflow: hidden

}



.welcome-single-slide .project_title a > h5 {

    color: #ffffff;

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 0;

}



.welcome-single-slide .project_title {

    position: absolute;

    content: "";

    bottom: -300px;

    left: 0;

    z-index: 3;

    background: rgba(252, 108, 63, 0.7);

    padding: 30px;

    width: 100%;

    height: auto;

    -webkit-transition-duration: 750ms;

    transition-duration: 750ms;

}



.welcome-single-slide:hover .project_title {

    bottom: 0;

}



.welcome-single-slide .post-date-commnents a {

    font-size: 14px;

    font-weight: 400;

    color: #fff;

    position: relative;

    z-index: 1;

    margin-bottom: 10px;

}



.welcome-single-slide .post-date-commnents a:hover {

    color: rgba(255, 255, 255, 0.9);

}





.welcome-single-slide .post-date-commnents a:first-child {

    margin-right: 30px;

}



.welcome-single-slide .post-date-commnents a:first-child:after {

    width: 2px;

    height: 80%;

    content: '';

    position: absolute;

    top: 10%;

    right: -14px;

    z-index: 2;

    background-color: #fff;

}





.welcome-post-sliders {

    position: relative;

    z-index: 1;

}



.welcome-post-sliders .owl-prev {

    position: absolute;

    width: 10%;

    background-color: transparent;

    height: 100%;

    top: 0;

    left: 0;

    cursor: url(img/core-img/back.png), auto !important;

    z-index: 9;

}



.welcome-post-sliders .owl-next {

    position: absolute;

    width: 10%;

    background-color: transparent;

    height: 100%;

    top: 0;

    right: 0;

    cursor: url(img/core-img/next.png), auto !important;

}



/* --------------------

:: 5.0 Top Feature Area CSS 

-------------------- */



.categories_area {

    padding: 80px 0 50px 0;

}



.single_catagory {

    position: relative;

    z-index: 1;

    margin-bottom: 30px;

}



.single_catagory img {

    border-radius: 20px;

}



.catagory-title {

    width: 200px;

    height: 50px;

    background-color: #fff;

    position: absolute;

    top: 50%;

    text-align: center;

    border-radius: 30px;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms;

}



.single_catagory:hover .catagory-title {

    background-color: #fc6c3f;

}



.catagory-title a > h5 {

    margin-bottom: 0;

    line-height: 50px;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms;

}



.single_catagory:hover .catagory-title a > h5 {

    color: #fff;

}



/* --------------------

:: 6.0 Blog Area CSS 

-------------------- */



.post-thumb img {

    border-radius: 30px;

    margin-bottom: 30px;

}



.post-meta {

    -webkit-box-align: center;

    -ms-flex-align: center;

    -ms-grid-row-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.post-author a,

.post-date a,

.post-favourite a,

.post-comments a,

.post-share a {

    color: #b5aec4;

    font-size: 14px;

}



.post-author a:hover,

.post-date a:hover,

.post-favourite a:hover,

.post-comments a:hover,

.post-share a:hover {

    color: #000;

}



.post-favourite a,

.post-comments a {

    margin-right: 15px;

}



.post-author a {

    margin-right: 30px;

    position: relative;

    z-index: 1;

}



.post-author a:after {

    width: 2px;

    height: 60%;

    content: '';

    position: absolute;

    top: 20%;

    right: -14px;

    z-index: 2;

    background-color: #b5aec4;

}



.single-post {

    margin-bottom: 30px;

}



.single-post h2,

.single-post h4 {

    margin: 10px 0;

    color: #232d37;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms;

    text-transform: capitalize;

}



.single-post h2:hover,

.single-post h4:hover {

    color: #fc6c3f;

}



.single-post p {

    color: #51545f;

}



.single-post .read-more {

    font-size: 12px;

    color: #b5aeba;

    display: inline-block;

    border: 1px solid #ebebeb;

    border-radius: 30px;

    height: 40px;

    min-width: 170px;

    line-height: 40px;

    text-align: center;

}





.single-post .read-more:hover {

    color: #000;

    border: 1px solid #000;

}



/* List Blog Area CSS */



.list-blog.single-post .post-thumb,

.list-blog.single-post .post-content {

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;

    margin-right: 15px;

}



.list-blog.single-post .post-content {

    margin-right: 0;

    margin-left: 15px;

    margin-bottom: 30px;

}



.list-blog.single-post {

    margin-bottom: 30px;

    border-bottom: 1px solid #ebebeb;

}



.blog_area .col-12:last-of-type .list-blog.single-post {

    margin-bottom: 0;

    border-bottom: none;

}



.blog_area .col-12:last-of-type .list-blog.single-post .post-thumb img {

    margin-bottom: 0;

}



/* --------------------

:: 7.0 Instagram Area CSS 

-------------------- */



.instagram_gallery_item {

    position: relative;

    z-index: 1;

}



.instagram_gallery_item img {

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms;

    width: 100%;

}



.instagram_gallery_item .hover_overlay {

    background: rgba(252, 108, 63, 0.7);

    height: 100%;

    left: 0;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    position: absolute;

    top: 0;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms;

    width: 100%;

    z-index: 5;

}



.instagram_gallery_item:hover .hover_overlay {

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}



.instagram_gallery_item .follow-me a {

    font-size: 16px;

    color: #fff;

    font-weight: 400;

}



.instargram_area {

    position: relative;

    z-index: 1;

}



.instargram_area .owl-prev {

    position: absolute;

    width: 10%;

    background-color: transparent;

    height: 100%;

    top: 0;

    left: 0;

    cursor: url(img/core-img/back.png), auto !important;

    z-index: 9;

}



.instargram_area .owl-next {

    position: absolute;

    width: 10%;

    background-color: transparent;

    height: 100%;

    top: 0;

    right: 0;

    cursor: url(img/core-img/next.png), auto !important;

}





.single-icon > a {

    color: #51545f;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

}



.single-icon > a:hover {

    color: #fc6c3f;

}



.single-icon > a > i {

    font-size: 16px;

    padding-right: 12px;

}






.copy_right_text {

    width: 100%;

    height: 70px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center

}



.copy_right_text > p {

    font-size: 14px;

    color: #b5aec4;

    margin-bottom: 0;

}



.footer_area .navbar.navbar-expand-lg .navbar-nav .nav-link {

    padding-bottom: 0;

}



/* --------------------

:: 9.0 Goole Map Area CSS

-------------------- */



#googleMap {

    height: 620px;

    width: 100%;

}





/* --------------------

:: 10.0 Sidebar Area CSS

-------------------- */



/* About me */



.single-widget-area {

    margin-bottom: 50px;

}



.widget-title > h6 {

    background: #fee2d9;

    height: 40px;

    width: 100%;

    line-height: 40px;

    border-radius: 2px;

    margin-bottom: 30px;

}



.about-me-widget-thumb img {

    height: 200px;

    width: 200px;

    margin: auto;

    border-radius: 50%;

}



.about-me-widget h4 {

    margin: 15px 0;

    font-weight: 400;

}



.about-me-widget p {

    color: #51545f;

    margin-bottom: 0;

}



/* subscribe_follow_area */



.subscribe-link > a {

    font-size: 14px;

    color: #51545f;

    padding: 0 15px;

}



.subscribe-link > a:hover {

    color: #fc6c3f;

}



.subscribe-link {

    padding-top: 20px;

}



/* popular post */



.popular-post-widget .single-populer-post img {

    margin-right: 10px;

    border-radius: 20px;

    margin-bottom: 30px;

    -ms-flex-item-align: center;

    align-self: center;

}



.popular-post-widget .single-populer-post:last-of-type img {

    margin-bottom: 0;

}



.popular-post-widget .single-populer-post img {

    width: calc(50% - 10px);

}



.popular-post-widget .single-populer-post img,

.popular-post-widget .single-populer-post .post-content {

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;

}



.popular-post-widget .single-populer-post .post-content {

    margin-left: 10px;

}



.popular-post-widget .single-populer-post .post-content > p {

    font-size: 14px;

    color: #b5aec4;

    font-weight: 400;

    margin-bottom: 0;

}



/* Add Widget */



.add-widget .add-widget-area {

    position: relative;

    z-index: 1;

}



.add-widget .add-widget-area img {

    border-radius: 30px;

}



.add-widget .add-widget-area:before {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    content: '';

    background-color: rgba(30, 29, 29, 0.8);

    z-index: 1;

    border-radius: 30px

}



.add-widget .add-text {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 5;

}



.add-widget .add-text h2,

.add-widget .add-text p {

    color: #fff;

}



.add-widget .add-text p {

    font-size: 14px;

}



.add-widget .add-text a {

    min-width: 130px;

    height: 40px;

    border: 1px solid #fc6c3f;

    color: #fc6c3f;

    font-size: 12px;

    display: inline-block;

    text-transform: uppercase;

    border-radius: 30px;

    line-height: 40px;

}



.add-widget .add-text a:hover {

    border: 1px solid #fc6c3f;

    color: #fff;

    background-color: #fc6c3f;

}



/* Newsletter Widget CSS */



.newsletter-widget p {

    font-size: 14px;

}



.newsletter-form {

    position: relative;

    z-index: 1;

}



.newsletter-form input {

    width: 100%;

    height: 40px;

    background-color: #f5f5f8;

    border: 1px solid #e1e1e1;

    border-radius: 30px;

    padding: 0 20px;

    font-size: 14px;

    color: #b5aec4;

}



.newsletter-form button {

    width: 40px;

    height: 40px;

    background-color: #fc6c3f;

    border: none;

    color: #fff;

    border-radius: 30px;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 9;

    cursor: pointer;

}



/* --------------------

:: 11.0 Breadcumb Area CSS

-------------------- */



.breadcumb-area {

    width: 100%;

    height: 200px;

    background-position: center center;

    background-size: cover;

    position: relative;

    z-index: 1;

}



.breadcumb-area:after {

    width: 100%;

    height: 100%;

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    background-color: rgba(35, 45, 55, 0.7);

    z-index: -1;

}



.breadcumb-area .bradcumb-title h2 {

    font-size: 48px;

    color: #fff;

}



.breadcumb-nav .breadcrumb {

    padding: 0;

    margin-bottom: 0;

    list-style: none;

    background-color: transparent;

    border-radius: .25rem;

    margin-top: 30px;

}



.breadcumb-nav .breadcrumb .breadcrumb-item a {

    color: #232d37;

    font-size: 16px;

}



.breadcrumb-item + .breadcrumb-item:before {

    content: "\f105";

    font-family: 'FontAwesome'

}



/* --------------------

:: 12.0 Paginatio Area CSS

-------------------- */



.pagination-area {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -ms-grid-row-align: center;

    align-items: center;

}



.pagination-area .pagination .page-link {

    color: #51545f;

    margin: 0 2.5px;

}



.pagination-area .pagination .page-item.active .page-link,

.pagination-area .pagination .page-link:focus,

.pagination-area .pagination .page-link:hover {

    color: #fff;

    background-color: #fc6c3f;

    border-color: transparent;

}



.pagination-area .page-status p,

.contact-info-area .single-contact-info p {

    margin-bottom: 0;

}



/* --------------------

:: 13.0 Contact Area CSS

-------------------- */



.contact-form .form-control,

.comment-form .form-control {

    border: 1px solid #ebebeb;

    height: 50px;

}



.contact-form .form-control:focus,

.comment-form .form-control:focus {

    border: 1px solid #000;

}



.contact-form textarea.form-control,

.comment-form textarea.form-control {

    height: 130px;

}



.contact-btn {

    margin-top: 50px;

    width: 160px;

    height: 40px;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 500;

    color: #fff;

    background-color: #fc6c3f;

    border-radius: 30px;

}



.contact-btn:hover {

    color: #fff;

    background-color: #d43f10;

}



.contact-form-sidebar {

    background-size: cover;

    background-position: center center;

}



/* -------------------- 

:: 14.0 Single Blog CSS

-------------------- */



.single-post-share-info a {

    width: 30px;

    display: block;

    height: 30px;

    background-color: #ddd;

    border-radius: 50%;

    text-align: center;

    color: #fff;

    font-size: 14px;

    margin-bottom: 20px;

}



.single-post-share-info a i {

    line-height: 30px;

}



.single-post-share-info a.facebook {

    background-color: #4c65a8;

}





.single-post-share-info a.facebook:hover {

    background-color: #3555ac;

}



.single-post-share-info a.twitter {

    background-color: #41a1f6;

}



.single-post-share-info a.twitter:hover {

    background-color: #087ee6;

}



.single-post-share-info a.googleplus {

    background-color: #f43535;

}



.single-post-share-info a.googleplus:hover {

    background-color: #e20707;

}



.single-post-share-info a.instagram {

    background-color: #8f6247;

}



.single-post-share-info a.instagram:hover {

    background-color: #6d4025;

}



.single-post-share-info a.pinterest {

    background-color: #f0c605;

}



.single-post-share-info a.pinterest:hover {

    background-color: #a88c0a;

}



.yummy-blockquote {

    padding-left: 30px;

    border-left: 2px solid #fc6c3f;

}



.yummy-blockquote h5 {

    font-size: 18px;

}



.yummy-blockquote h6 {

    font-size: 14px;

    text-transform: uppercase;

}



.br-30 {

    border-radius: 30px !important;

}



.single_blog_area ul li {

    position: relative;

    z-index: 1;

    color: #51545f;

    margin-bottom: 15px;

    padding-left: 30px;

}



.single_blog_area ul li:before {

    position: absolute;

    content: '\f111';

    left: 0;

    top: 5px;

    font-family: 'FontAwesome';

    font-size: 8px;

    color: #fc6c3f;

}



.tags-area {

    border-bottom: 1px solid #ebebeb;

    padding-bottom: 30px;

}



.tags-area a {

    color: #292f3b;

    padding: 5px 20px;

    text-transform: uppercase;

    font-size: 12px;

    background-color: #ebebeb;

    display: inline-block;

    margin-bottom: 3px;

}



.tags-area a:hover {

    color: #fff;

    background-color: #fc6c3f;

}



.related-post-area {

    border-bottom: 1px solid #ebebeb;

}



.related-post-area .single-post {

    margin-bottom: 0;

}



.related-post-slider .post-content h6 {

    line-height: 1.5;

    margin-bottom: 0;

}



.related-post-slider .post-thumb img {

    margin-bottom: 10px;

}



.related-post-slider .owl-prev,

.related-post-slider .owl-next {

    position: absolute;

    top: -60px;

    border: 1px solid #ebebeb;

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    right: 30px;

    background-color: #fff;

}



.related-post-slider .owl-next {

    right: 0;

}



.comment_area {

    border-bottom: 1px solid #ebebeb;

}



.single_comment_area {

    position: relative;

    z-index: 1;

}



.single_comment_area:after {

    position: absolute;

    width: 1px;

    height: 90%;

    background-color: #ebebeb;

    left: 100px;

    top: 0;

    z-index: 2;

    content: ''

}



.single_comment_area ol li.single_comment_area {

    margin-left: 130px;

}





.single_comment_area ol li.single_comment_area:after {

    display: none;

}





.comment-wrapper {

    margin-bottom: 30px;

}



.comment-wrapper .comment-author {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    margin-right: 60px;

}



.single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {

    margin-right: 30px;

}



.comment-wrapper .comment-author img {

    width: 100%;

    height: 100%;

    border-radius: 50%;

}



.comment-wrapper .comment-content {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

}



.comment-wrapper .comment-date {

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1px;

}



.comment-wrapper .comment-content h5 {

    font-size: 18px;

    margin: 5px 0;

}



.comment-wrapper .comment-content a {

    min-width: 80px;

    height: 30px;

    border: 1px solid #ebebeb;

    line-height: 30px;

    font-size: 12px;

    text-align: center;

    color: #232d37;

    display: inline-block;

}



.comment-wrapper .comment-content a.active {

    color: #fff;

    background-color: #fc6c3f;

}



/* Bg Pattern */

.bg-pattern {

    background-attachment: fixed;

    background-position: center center;

    background-image: url(img/bg-img/bg-pattern.jpg);

    position: relative;

    background-size: cover;

    z-index: 1;

}

.bg-pattern:after {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    content: '';

    background-color: rgba(255, 255, 255, 0.95);

    z-index: -1;

}



#pattern-switcher {

	width: 120px;

	background-color: #fc6c3f;

	position: fixed;

	top: 15%;

	z-index: 9999;

	cursor: pointer;

	height: 50px;

    right: 0;

    color: #fff;

	font-size: 12px;

	line-height: 50px;

	text-align: center;

	text-transform: uppercase;

    letter-spacing: 1px;

    -webkit-transition-duration: 500ms;

            transition-duration: 500ms;

}



#pattern-switcher.pattern-remove {

    right: -200px;

}



#pattern-switcher:hover {

	background-color: #e3410e;

}



#patter-close > i {

	position: fixed;

	width: 20px;

	height: 20px;

	background-color: #111;

	font-size: 11px;

	line-height: 20px;

	border-radius: 50%;

	right: 110px;

	top: calc(15% - 10px);

	text-align: center;

	z-index: 99999;

	color: #fff;

	cursor: pointer;

}




























@charset "utf-8";

/* CSS Document */



/******************************



[Table of Contents]



1. Fonts

2. Body and some general stuff

3. Header

4. Menu

5. Home

6. Contact

7. Footer





******************************/



/***********

1. Fonts

***********/



@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

@font-face {
font-family: "bauchause";
src: url("bauhs93.ttf");
}
@font-face {
font-family: "mamie";
src: url("markon.ttf");
}

/*********************************

2. Body and some general stuff

*********************************/



*

{

    margin: 0;

    padding: 0;

    -webkit-font-smoothing: antialiased;

    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

    text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

body

{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 400;

    background: #FFFFFF;

    color: #a5a5a5;

}

div

{

    display: block;

    position: relative;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

ul

{

    list-style: none;

    margin-bottom: 0px;

}

p

{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    line-height: 2.14;

    font-weight: 400;

    color: #6c6a74;

    -webkit-font-smoothing: antialiased;

    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

    text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

p a

{

    display: inline;

    position: relative;

    color: inherit;

    border-bottom: solid 1px #ffa07f;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

p:last-of-type

{

    margin-bottom: 0;

}

a, a:hover, a:visited, a:active, a:link

{

    text-decoration: none;

    -webkit-font-smoothing: antialiased;

    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

    text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

p a:active

{

    position: relative;

    color: #FF6347;

}

p a:hover

{

    color: #FFFFFF;

    background: #ffa07f;

}

p a:hover::after

{

    opacity: 0.2;

}

::selection

{

    

}

p::selection

{

    

}

h1{font-size: 48px;}

h2{font-size: 36px;}

h3{font-size: 24px;}

h4{font-size: 18px;}

h5{font-size: 14px;}

h1, h2, h3, h4, h5, h6

{

    font-family: 'Open Sans', sans-serif;

    -webkit-font-smoothing: antialiased;

    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

    text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

h1::selection, 

h2::selection, 

h3::selection, 

h4::selection, 

h5::selection, 

h6::selection

{

    

}

.form-control

{

    color: #db5246;

}

section

{

    display: block;

    position: relative;

    box-sizing: border-box;

}

.clear

{

    clear: both;

}

.clearfix::before, .clearfix::after

{

    content: "";

    display: table;

}

.clearfix::after

{

    clear: both;

}

.clearfix

{

    zoom: 1;

}

.float_left

{

    float: left;

}

.float_right

{

    float: right;

}

.trans_200

{

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.trans_300

{

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.trans_400

{

    -webkit-transition: all 400ms ease;

    -moz-transition: all 400ms ease;

    -ms-transition: all 400ms ease;

    -o-transition: all 400ms ease;

    transition: all 400ms ease;

}

.trans_500

{

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

}

.fill_height

{

    height: 100%;

}

.super_container

{

    width: 100%;

    overflow: hidden;

}

.prlx_parent

{

    overflow: hidden;

}

.prlx

{

    height: 130% !important;

}

.parallax-window

{

    min-height: 400px;

    background: transparent;

}

.nopadding

{

    padding: 0px !important;

}

.button

{

    width: 178px;

    height: 61px;

    background: none;

    text-align: center;

    border: solid 2px #1b1b1b;

    overflow: hidden;

    cursor: pointer;

}

.button a

{

    display: block;

    position: relative;

    font-size: 16px;

    font-weight: 600;

    line-height: 57px;

    color: #1b1b1b;

    background: none;

    z-index: 1;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.button::after

{

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 150%;

    height: 100%;

    background: #1b1b1b;

    z-index: 0;

    opacity: 0;

    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

    -webkit-transform-origin: 0% 100%;

    transform-origin: 0% 100%;

    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;

    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;

}

.button:hover::after

{

    opacity: 1;

    -webkit-transform: rotate3d(0, 0, 1, 0deg);

    transform: rotate3d(0, 0, 1, 0deg);

    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.button_light

{

    border: solid 2px #FFFFFF;

}

.button_light::after

{

    background: #FFFFFF;

}

.button_light a

{

    color: #FFFFFF;

}

.button:hover a

{

    color: #FFFFFF;

}

.button_light:hover a

{

    color: #1b1b1b;

}



/*********************************

3. Header

*********************************/



.header

{

    display: block;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 100;

}

.header_container

{

    width: 100%;

    z-index: 1;

    background: #FFFFFF;

}

.header_content

{

    width: 100%;

    height: 130px;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.header.scrolled .header_content

{

    height: 70px;

}

.logo a

{

    font-size: 30px;

    font-weight: 700;

    color: #1b1b1b;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}


.logo a img {
    height: 5vw;
}


.header.scrolled .logo a

{

    font-size: 24px;

}

.main_nav

{

    margin-left: 156px;

}

.main_nav > ul > li

{

    display: inline-block;

    position: relative;

}

.main_nav > ul > li:not(:last-child)

{

    margin-right: 46px;

}

.main_nav > ul > li > a

{

    font-size: 16px;

    font-weight: 600;

    color: #767676;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.main_nav > ul > li > a:hover,

.main_nav > ul > li.active > a

{

    color: #1b1b1b;

}

.main_nav ul li.hassubs::after

{

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    left: calc(100% + 3px);

    font-family: 'FontAwesome';

    font-size: 10px;

    content: '\f078';

    color: #767676;

}

.main_nav ul li:hover::after,

.main_nav ul li.active::after

{

    color: #1b1b1b;

}

.hassubs ul

{

    position: absolute;

    right: -15px;

    top: calc(100% + 20px);

    text-align: right;

    background: #FFFFFF;

    padding-right: 25px;

    padding-left: 35px;

    padding-top: 25px;

    padding-bottom: 25px;

    visibility: hidden;

    opacity: 0;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.hassubs:hover ul

{

    visibility: visible;

    opacity: 1;

    top: calc(100% + 0px);

}

.hassubs ul li:not(:last-child)

{

    margin-bottom: 11px;

}

.hassubs ul li a

{

    font-size: 14px;

    font-weight: 600;

    color: #767676;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.hassubs ul li a:hover

{

    color: #1b1b1b;

}

.header_extra

{



}

.shopping_cart

{

    display: inline-block;

}

.shopping_cart a svg

{

    display: inline-block;

    width: 20px;

    height: 20px;

    vertical-align: middle;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.shopping_cart a:hover svg,

.shopping_cart a:hover div

{

    fill: #e95a5a;

    color: #e95a5a;

}

.shopping_cart a div

{

    display: inline-block;

    vertical-align: middle;

    font-size: 14px;

    font-weight: 500;

    color: #1b1b1b;

    margin-left: 13px;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.shopping_cart a div span

{

    margin-left: 4px;

}

.search

{

    display: inline-block;

    margin-left: 51px;

    cursor: pointer;

    vertical-align: sub;

    -webkit-transform: translateY(-1px);

    -moz-transform: translateY(-1px);

    -ms-transform: translateY(-1px);

    -o-transform: translateY(-1px);

    transform: translateY(-1px);

}

.search_icon

{

    width: 13px;

    height: 13px;

}

.search_icon svg

{

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.search_icon:hover svg

{

    fill: #e95a5a;

}

.hamburger

{

    display: none;

    margin-left: 30px;

    cursor: pointer;

    margin-right: 4px;

    -webkit-transform: translateY(2px);

    -moz-transform: translateY(2px);

    -ms-transform: translateY(2px);

    -o-transform: translateY(2px);

    transform: translateY(2px);

}

.hamburger i

{

    font-size: 18px;

    color: #1b1b1b;

}

.search_panel

{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    background: #e4e4e4;

    z-index: -1;

}

.search_panel.active

{

    bottom: -80px;

}

.search_panel_content

{

    height: 80px;

}

.search_input

{

    width: 300px;

    height: 40px;

    border: none;

    outline: none;

    border-radius: 3px;

    padding-left: 20px;

}

.search_input::-webkit-input-placeholder

{

    font-size: 14px !important;

    font-weight: 400 !important;

    font-style: italic;

    color: #767676 !important;

}

.search_input:-moz-placeholder

{

    font-size: 14px !important;

    font-weight: 400 !important;

    font-style: italic;

    color: #767676 !important;

}

.search_input::-moz-placeholder

{

    font-size: 14px !important;

    font-weight: 400 !important;

    font-style: italic;

    color: #767676 !important;

} 

.search_input:-ms-input-placeholder

{ 

    font-size: 14px !important;

    font-weight: 400 !important;

    font-style: italic;

    color: #767676 !important;

}

.search_input::input-placeholder

{

    font-size: 14px !important;

    font-weight: 400 !important;

    font-style: italic;

    color: #767676 !important;

}

.header_social

{

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    right: 60px;

    z-index: 1;

    margin-right: -5px;

}

.header_social ul li

{

    display: inline-block;

}

.header_social ul li:not(:last-child)

{

    margin-right: 18px;

}

.header_social ul li a i

{

    font-size: 16px;

    color: #b5b5b5;

    padding: 5px;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.header_social ul li a i:hover

{

    color: #1b1b1b;

}



/*********************************

4. Menu

*********************************/



.menu

{

    position: fixed;

    top: 0;

    right: -400px;

    width: 400px;

    height: 100vh;

    background: #e4e4e4;

    z-index: 101;

}

.menu.active

{

    right: 0;

}

.menu_container

{

    width: 100%;

    height: 0px;

    padding-top: 130px;

}

.menu.active .menu_container

{

    height: 500px;

}

.page_menu_content

{

    padding-left: 30px;

    padding-right: 30px;

    overflow: hidden;

    text-align: right;

}

.page_menu_search

{

    display: none;

    width: 100%;

    margin-top: 30px;

    margin-bottom: 30px;

}

.page_menu_nav

{



}

.page_menu_search_input

{

    width: 100%;

    height: 40px;

    background: #FFFFFF;

    border: none;

    outline: none;

    padding-left: 25px;

}

.page_menu_item

{

    display: block;

    position: relative;

    vertical-align: middle;

}

.page_menu_nav > li

{

    border-bottom: solid 1px rgba(0,0,0,0.2);

}

.page_menu_item > a

{

    display: block;

    color: #1b1b1b;

    font-weight: 700;

    line-height: 50px;

    height: 50px;

    font-size: 16px;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.page_menu_item > a:hover

{

    color: #c3c1cc;

}

.page_menu_item a i

{

    display: none;

    margin-left: 8px;

}

.page_menu_item.has-children > a > i

{

    display: inline-block;

}

.page_menu_selection

{

    margin: 0;

    width: 100%;

    height: 0px;

    overflow: hidden;

    z-index: 1;

}

.page_menu_selection li

{

    padding-right: 15px;

    line-height: 40px;

}

.page_menu_selection li:last-child

{

    padding-bottom: 20px;

}

.page_menu_selection li a

{

    display: block;

    color: #1b1b1b;

    border-bottom: solid 1px rgba(0,0,0,0.2);

    font-size: 14px;

    -webkit-transition: opacity 0.3s ease;

    -moz-transition: opacity 0.3s ease;

    -ms-transition: opacity 0.3s ease;

    -o-transition: opacity 0.3s ease;

    transition: all 0.3s ease;

}

.page_menu_selection li a:hover

{

    color: #c3c1cc;

}

.page_menu_selection li:last-child a

{

    border-bottom: none;

}

.menu_social

{

    position: absolute;

    right: 30px;

    bottom: 15px;

}

.menu_social ul li

{

    display: inline-block;

}

.menu_social ul li:not(:last-child)

{

    margin-right: 18px;

}

.menu_social ul li a i

{

    font-size: 16px;

    color: #b5b5b5;

    padding: 5px;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.menu_social ul li a i:hover

{

    color: #1b1b1b;

}

.menu_close

{

    position: absolute;

    top: 25px;

    right: 25px;

    cursor: pointer;

}

.menu_close i

{

    font-size: 16px;

    color: #1b1b1b;

    padding: 5px;

}



/*********************************

5. Home

*********************************/



.home

{

    width: 100%;

    height: 362px;

    background: #FFFFFF;

    z-index: 2;

    padding-top: 130px;

    padding-left: 60px;

    padding-right: 60px;

}

.home_container

{

    width: 100%;

    height: 100%;

}

.home_background

{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

}

.home_content_container

{

    position: absolute;

    top: 53%;

    left: 0;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 100%;

}

.home_content

{

    width: 580px;

}

.breadcrumbs ul li

{

    display: inline-block;

    position: relative;

    font-size: 14px;

    font-weight: 500;

    color: #e95a5a;

}

.breadcrumbs ul li:not(:last-child)::after

{

    display: inline-block;

    content: '/';

    margin-left: 10px;

    margin-right: 6px;

    color: #FFFFFF;

}

.breadcrumbs ul li a

{

    font-size: 14px;

    font-weight: 500;

    color: #FFFFFF;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.breadcrumbs ul li a:hover

{

    color: #e95a5a;

}



/*********************************

6. Contact

*********************************/



.contact

{

    width: 100%;

    background: #FFFFFF;

    z-index: 2;

    padding-bottom: 97px;

}

.section_title

{

    font-size: 24px;

    font-weight: 600;

    color: #1b1b1b;

}

.section_subtitle

{

    font-size: 14px;

    font-weight: 400;

    color: #6c6a74;

    margin-top: 3px;

}

.contact_form_container

{

    width: 100%;

    margin-top: 46px;

}

.contact_form > div:not(:last-child)

{

    margin-bottom: 14px;

}

.contact_form label

{

    font-size: 14px;

    font-weight: 400;

    color: #6c6a74;

}

.contact_input

{

    width: 100%;

    height: 52px;

    background: #f2f4f8;

    border: none;

    outline: none;

    padding-left: 15px;

}

.contact_textarea

{

    height: 197px;

    padding-top: 15px;

}

.contact_button

{

    position: relative;

    margin-top: 10px;

}

.contact_button span

{

    display: block;

    position: relative;

    color: #1b1b1b;

    z-index: 2;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.contact_button:hover span

{

    color: #FFFFFF;

}

.contact_info_section:not(:first-child)

{

    margin-top: 74px;

}

.contact_info_title

{

    font-size: 18px;

    font-weight: 500;

    color: #1b1b1b;

}

.contact_info_section ul

{

    margin-top: 46px;

}

.contact_info_section ul li

{

    font-size: 14px;

    font-weight: 400;

    color: #1b1b1b;

}

.contact_info_section ul li:not(:last-child)

{

    margin-bottom: 7px;

}

.contact_info_section ul li span

{

    color: #6c6a74;

    margin-left: 8px;

}

.map_row

{

    margin-top: 98px;

}

.google_map

{

    width: 100%;

    height: 577px;

}

.map_container

{

    width: 100%;

    height: 100%;

    overflow: hidden;

}

#map

{

    width: 100%;

    height: calc(100% + 30px);

}



/*********************************

7. Footer

*********************************/



/*********************************

11. Footer

*********************************/



.footer_overlay

{

    width: 100%;

    height: 129px;

    background: transparent;

    z-index: 1;

}

.footer

{

    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    z-index: 1;

}

.footer_background

{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

}

.footer_content

{

    width: 100%;

    height: 129px;

}

.footer_logo

{

    width: 30%;

}

.footer_logo a

{

    font-size: 30px;

    line-height: 0.75;

    color: #1b1b1b;

    font-weight: 700;

}

.copyright

{

    width: 40%;

    text-align: center;

    font-size: 14px;

    font-weight: 400;

    color: #1b1b1b;

}

.footer_social

{

    width: 30%;

    text-align: right;

}

.footer_social ul li

{

    display: inline-block;

}

.footer_social ul li:not(:last-child)

{

    margin-right: 26px;

}

.footer_social ul li a i

{

    font-size: 17px;

    color: #1b1b1b;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.footer_social ul li a i:hover

{

    color: #FFFFFF;

}