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

Project     :   Foodhunt - Restaurant HTML Responsive Template

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

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

[Table of contents]

Default CSS
Preloader
Header
Banner
Parallax
Ripple Effect
Slider
Caption Content
Heading
About
Food Menu
Upcoming Event
Gallery
Testimonial
Resaurant Gallery
Chef
Booking Form
Latest Blog Post
Partner
Newsletter
Counter
Footer
Page Title
Reservation Page
Blog Page
Blog List Page
Blog Single Page
Contact Page
404 Page

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

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Raleway:400,500,500i,600,600i,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #373737;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400
}

h1 {
    font-size: 36px;
    line-height: 46px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

.font-2 {
    font-family: 'Great Vibes', cursive;
    letter-spacing: 4px;
    font-size: 26px;
    line-height: 36px
}

.text-upper {
    text-transform: uppercase
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.fix {
    overflow: hidden
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.height-full {
    height: 100vh
}

.default-padding {
    padding: 55px 0 80px
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
}

.position-relative {
    position: relative
}

.color-main {
    color: #FF214F
}

.bg-gray {
    background-color: #f5f5f5
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.form-control {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.default-btn a {
    display: inline-block;
    background-color: #FF214F;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 15px 0 0;
}

.default-btn.large {
    margin: 50px 0 0;
}

.default-btn.large a {
    padding: 10px 30px;
    margin: 0 10px 0 0;
    font-size: 16px
}

.default-btn.large a:hover {
    background-color: #fff;
    color: #FF214F
}

/*=======================================================================================
    Preloader
========================================================================================*/

.site-preloader {
    background-color: #FF214F;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 22% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*=======================================================================================
    Header
========================================================================================*/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

nav.navbar.bootsnav {
    background-color: rgba(0, 0, 0, 0.73);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.affix {
    width: 100%;
}

.navbar.bootsnav.affix {
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999
}

.navbar.bootsnav.affix {
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .95);
    z-index: 999
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 5px solid #FF214f;
    width: 160px
}

nav.navbar.bootsnav ul.nav > li > a,
.attr-nav > ul > li > a {
    color: #fff;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar li.dropdown ul.dropdown-menu li a:hover {
    color: #FF214f;
}

nav.navbar li.dropdown ul.dropdown-menu li a {
    font-weight: 600
}

/*=======================================================================================
    Banner
========================================================================================*/

.banner-area {
    background-image: url(../images/banner-5.html);
}

/*=======================================================================================
    Parallax
========================================================================================*/

.parallax-area {
    background-image: url(../images/banner-4.jpg);
    background-attachment: fixed;
    background-position: top
}

/*=======================================================================================
    Ripple Effect
========================================================================================*/

#ripple-area {
    background-image: url(../images/banner-6.html);
    background-position: top;
}

.ripple-effect {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%
}

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

.slide-single-item {
    width: 100%;
}

.slider.owl-carousel .owl-nav > div {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 26px;
    padding: 6px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider.owl-carousel .owl-nav > div:hover {
    background-color: #FF214F;
}

.slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 10px;
}

.slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.slider.owl-carousel .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    margin: 0 4px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
}

.slider.owl-carousel .owl-dots .owl-dot.active {
    background-color: #FF214F;
    border-color: #FF214F;
}

.owl-stage {
    margin-left: -2px
}

/*=======================================================================================
    Caption Content
========================================================================================*/

.caption-content h1 {
    letter-spacing: 10px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
}

.caption-content h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
}

.caption-content h3 {
    font-weight: 500;
    color: #fff;
}

.caption-content {
    padding: 3% 10% 0;
}

/*=======================================================================================
    Heading
========================================================================================*/

.section-heading {
    margin: 0 0 40px
}

.section-heading h2 {
    margin: -5px 0 0;
    font-weight: 700;
}

.section-heading h3 {
    font-weight: 600
}

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

.about-area {
    padding: 80px 0
}

.about-content h2 {
    margin: 5px 0 15px;
    font-weight: 700;
}

.about-content h3 {
    font-weight: 600
}

.about-wrap {
    padding: 80px 0 0;
}

/*=======================================================================================
   Food Menu
========================================================================================*/

.food-menu-area {
    background-image: url(../images/food-bg-1.png), url(../images/food-bg-2.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.food-menu-list {
    border: 2px dashed;
    padding: 70px 50px 30px;
}

.food-menu-list.v2 {
    border: 0;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    margin: 0 0 50px;
}

.food-menu-title h2 {
    font-weight: 700;
    margin: 0 0 30px
}

.food-menu-single-list {
    margin: 0 20px 50px;
}

.food-menu-single-list h3 {
    margin: 0 0 15px;
    font-weight: 600;
}

.food-menu-single-list ul li {
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px dashed;
}

.food-menu-single-list li span {
    font-weight: 700;
}

.food-menu-single-list ul li:first-child {
    border-top: 1px dashed;
}

.food-menu-wrap {
    background-image: url(../images/food-bg-5.html);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 60px 0 30px;
}

.food-menu-cat-single.bg {
    background-image: url(../images/food-bg-3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.food-menu-cat-single.bg2 {
    background-image: url(../images/food-bg-4.png), url(../images/food-bg-6.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

/*=======================================================================================
    Upcoming Event
========================================================================================*/

.events-wrap {
    padding: 55px 0 40px
}

.event-single {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    margin: 0 0 40px
}

.event-details {
    padding: 10px 30px 20px;
    position: absolute;
    left: 7.5%;
    bottom: 9%;
    background-color: #FF214F;
    width: 85%;
}

.event-details h2 {
    font-weight: 700;
    color: #fff
}

.event-details p {
    color: #fff
}

.event-details p span {
    font-weight: 500;
    margin-right: 10px;
}

.event-details p span i {
    padding-right: 4px;
}


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

.gallery-button button {
    background-color: transparent;
    font-weight: 500;
    border: 2px solid #ff214f;
    padding: 6px 10px;
    color: #ff214f;
    margin: 0 2px 50px;
    border-radius: 3px
}

.gallery-button button.active,
.gallery-button button:hover {
    background-color: #ff214f;
    color: #fff;
}

.gallery-grid {
    padding: 0 5px;
}

.gallery-single {
    margin: 0 0 10px;
}

.gallery-single:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
    padding: 15px;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 30px;
    opacity: 0;
}

.gallery-inner {
    border: 1px solid #fff;
    width: 100%;
    height: 100%
}

.gallery-inner h4 {
    font-weight: 600;
    color: #fff
}

.gallery-overlay a {
    font-size: 24px;
    color: #fff;
    margin: 15px 8px 10px;
    border: 2px solid #fff;
    padding: 6px 10px;
    display: inline-block;
}

.gallery-overlay a:hover {
    background-color: #FF214F;
    border-color: #FF214F;
}

.gallery-area .default-btn {
    margin: 30px 0 0;
}

.gallery-wrap {
    padding: 55px 0 70px
}

/*=======================================================================================
    Testimonial, Resaurant Gallery
========================================================================================*/

.testimonial-area {
    background-image: url(../images/banner-1.jpg);
    background-attachment: fixed;
    padding: 100px 0 140px
}

.client-info h4 {
    font-weight: 700;
    color: #fff
}

.testi-single .client-info img {
    width: 100px;
    margin: 0 auto;
    border-radius: 50%
}

.client-comment > p::before {
    content: '\f0b1';
    font-family: 'IcoFont';
    font-size: 30px;
    padding-right: 10px;
}

.client-comment > p::after {
    content: '\f0b2';
    font-family: 'IcoFont';
    font-size: 30px;
    padding-left: 10px;
}

.client-comment > p {
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff
}

.client-comment span i {
    color: #f1c40f;
}

.testi-carousel .owl-dots,
.gallery-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.testi-carousel .owl-dots .owl-dot,
.gallery-carousel .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    margin: 0 4px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
}

.testi-carousel .owl-dots .owl-dot.active,
.gallery-carousel .owl-dots .owl-dot.active {
    background-color: #FF214F;
    border-color: #FF214F;
}

.gallery-carousel .owl-dots .owl-dot {
    border: 3px solid #FF214F;
}

.restaurant-gallery {
    padding: 60px 0 125px
}

/*=======================================================================================
    Chef
========================================================================================*/

.chef-single {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 50px
}

.chef-single:hover .chef-social {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    margin: 0
}

.chef-social {
    position: absolute;
    left: 0;
    bottom: 84px;
    width: 100%;
    background-color: #ff214f;
    border-radius: 25px 25px 0 0;
    padding: 15px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0
}

.chef-social ul li {
    display: inline-block;
}

.chef-social ul li a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 12px;
    font-size: 20px;
}

.chef-social ul li a:hover {
    background-color: #fff;
    color: #FF214F
}

.chef-info {
    padding: 18px 0 10px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.chef-info h4 {
    font-weight: 700;
    margin: 0;
    color: #FF214F
}

.chef-info p {
    font-weight: 500;
}

.master-chef {
    background-image: url(../images/food-bg-6.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.master-chef-content {
    padding: 100px 0 0;
}

.master-chef-content h3 {
    font-weight: 700;
}

.master-chef-content h2 {
    font-weight: 700;
    margin: 0 0 15px;
}

/*=======================================================================================
    Booking Form
========================================================================================*/

.booking-area {
    background-image: url(../images/banner-2.jpg);
    background-attachment: fixed;
    padding: 60px 0
}

.booking-area .section-heading h2 {
    color: #fff
}

.booking-form input {
    background-color: transparent;
    height: 45px;
    border: 2px solid #fff;
    color: #fff;
}

.booking-form input:focus {
    border-color: #ff214f;
}

.booking-form button {
    background-color: #ff214f;
    color: #fff;
    border: 0;
    font-weight: 500;
    margin: 15px 0 0;
    width: 100%;
    height: 45px;
    border-radius: 2px
}

.booking-helpline {
    margin: 50px 0 0;
}

.booking-helpline h3 {
    font-weight: 700;
    color: #fff
}

.booking-helpline p {
    color: #fff;
    font-weight: 500
}

/*=======================================================================================
    Latest Blog Post
========================================================================================*/

.latest-blog-area .blog-post-single {
    margin: 0 0 40px;
}

/*=======================================================================================
    Partner
========================================================================================*/

.partner-area {
    padding: 30px 0
}

.partners-list img {
    max-width: 100px;
    margin: 0 auto
}

/*=======================================================================================
    Newsletter
========================================================================================*/

.newsletter-area {
    padding: 40px 0;
    background-color: #FF214F
}

.newsletter-area h2 {
    font-weight: 700;
    color: #fff;
    margin: 5px 0 0
}

.subscrible-form input {
    height: 45px;
}

.subscrible-form button {
    background-color: #2c3e50;
    border: 0;
    color: #fff;
    font-weight: 500;
    height: 45px;
    width: 100%;
    border-radius: 0 2px 2px 0
}

/*=======================================================================================
    Counter
========================================================================================*/

.counter {
    background-image: url(../images/banner-2.jpg);
    padding: 80px 0 65px;
    margin: 80px 0 0
}

.counter-single i {
    color: #FF214F;
    font-size: 50px;
    border: 2px solid;
    padding: 6px 8px;
    display: inline-block;
}

.counter-single h2 {
    font-weight: 700;
    color: #fff;
}

.counter-single h5 {
    font-weight: 500;
    color: #fff;
}

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

.footer {
    background-color: #191a1c
}

.footer-top {
    padding: 80px 0 90px;
}

.footer-logo img {
    margin: 0 auto 30px;
}

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

.footer-social li a {
    display: block;
    color: #FF214F;
    border: 2px solid #FF214F;
    padding: 8px 10px;
    margin: 0 4px;
    font-size: 20px;
}

.footer-social li a:hover {
    background-color: #FF214F;
    color: #fff;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid;
}

.footer-bottom p {
    font-weight: 500;
    margin: 0;
}

.totop {
    background-color: #FF214F;
    position: fixed;
    bottom: 30px;
    right: 15px;
    overflow: hidden;
    border-radius: 4px
}

.totop > a {
    background-color: #FF214F;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 10px 12px;
}

/*=======================================================================================
    Page Title
========================================================================================*/

.page-title {
    background-image: url(../images/page-bg.jpg);
    padding: 140px 0 60px
}

.page-title-content h2 {
    font-weight: 700;
    color: #fff
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb li a {
    color: #ff214f;
    font-weight: 600;
    font-size: 16px;
}

.breadcrumb li.active {
    font-weight: 600;
    color: #fff;
}

.page-heading {
    margin: 0 0 40px
}

.page-heading h2 {
    margin: -5px 0 0;
    font-weight: 700;
}

.page-heading h3 {
    font-weight: 600
}


/*=======================================================================================
    Reservation Page
========================================================================================*/

.reservation-wrap {
    background-image: url(../images/food-bg-6.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 55px 0 65px
}

.opening-schedule {
    padding: 40px 60px;
    border-radius: 2px;
    background-color: #FF214F
}

.opening-info {
    margin: 0 0 30px;
}

.opening-info h4,
.help-line h4 {
    font-weight: 700;
    color: #fff
}

.opening-info p,
.help-line p {
    font-weight: 500;
    color: #fff
}

.help-line i {
    color: #fff
}

.reservation-form input {
    height: 50px;
}

.reservation-form button {
    margin: 0 auto;
    display: block;
    padding: 10px 30px;
    color: #fff;
    background-color: #FF214F;
    border: 0;
    border-radius: 2px;
    font-weight: 600;
}

/*=======================================================================================
    Blog Page
========================================================================================*/

.blog-wrap {
    padding: 80px 0 75px
}

.blog-post-single {
    margin: 0 0 60px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.blog-details {
    padding: 0 20px 25px;
}

.post-meta {
    margin: 10px 0 0;
}

.post-meta h2 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ff214f;
}

.post-meta.single h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ff214f;
    margin: 20px 0 0
}

.post-meta p a {
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
    font-size: 13px;
}

.post-meta p a:hover {
    color: #ff214f;
}

.post-content p {
    font-weight: 500
}

.post-content a {
    color: #ff214f;
    font-weight: 500
}

.pagination li a {
    color: #2c3e50;
    font-weight: 500
}

.pagination li.active a,
.pagination li.active a:hover,
.pagination li a:hover {
    background-color: #ff214f;
    border-color: #ff214f;
    color: #fff;
}

/*=======================================================================================
    Blog List Page
========================================================================================*/

.blog-sidebar {
    padding: 20px 30px 40px;
    -webkit-box-shadow: 0 0 10px #e6f0f1;
    box-shadow: 0 0 10px #e6f0f1;
    margin: 0 15px 0 0;
}

.blog-sidebar h4 {
    font-weight: 700;
}

.search-widget input {
    height: 50px;
}

.search-widget span {
    position: absolute;
    top: 55px;
    right: 20px;
}

.recent-post-content h5 {
    font-weight: 600;
}

.recent-post-single {
    margin: 0 0 30px
}

.recent-post-img {
    width: 25%;
    float: left;
}

.recent-post-content {
    width: 70%;
    float: right;
}

.category-widget ul li {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #e6f0fa;
}

.category-widget ul li:first-child {
    border-top: 1px solid #e6f0fa;
}

.category-widget ul li a:hover {
    color: #FF214F
}

.tag-widget ul li {
    display: inline-block;
}

.tag-widget li a {
    display: block;
    background-color: #FF214F;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 2px;
    margin: 2px 0;
}

.recent-post-widget,
.tag-widget {
    margin: 30px 0 0;
}

/*=======================================================================================
    Blog Single Page
========================================================================================*/

.blog-single-wrap {
    padding: 80px 0
}

.blog-comment-area h3 {
    font-weight: 600;
    margin: 0 0 20px;
}

.media img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.post-comments .media:first-child {
    border-top: 1px solid #e6f0f1;
}

.post-comments .media {
    border-bottom: 1px solid #e6f0f1;
    padding: 25px 0 20px;
    margin: 0;
}

.media-heading {
    margin: 0;
    font-weight: 600
}

.media-body p a {
    margin-right: 15px;
    font-weight: 500
}

.media-body p a:hover {
    color: #FF214F;
}

.media-body p a i {
    padding-right: 2px;
}

.comment-form {
    margin: 70px 70px 0;
}

.comment-form h4 {
    font-weight: 600;
    margin: 0 0 30px;
}

.comment-form input {
    height: 45px;
}

.comment-form button {
    background-color: #FF214F;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
}

/*=======================================================================================
    Contact Page
========================================================================================*/

.contact-wrap {
    background-image: url(../images/food-bg-1.png);
    background-position: top right;
    background-repeat: no-repeat;
	background-size: 388px;
}

.contact-content {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 50px
}

.contact-info {
    margin: 0 0 50px;
}

.contact-info-single h4 {
    font-weight: 500;
}

.contact-form input {
    height: 50px
}

.contact-form button {
    margin: 0 auto;
    display: block;
    padding: 10px 30px;
    color: #fff;
    background-color: #FF214F;
    border: 0;
    border-radius: 2px;
    font-weight: 600;
}

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

/*=======================================================================================
    404 Page
========================================================================================*/

.notfound-wrap {
    padding: 100px 0 160px;
}

.notfound-content h2 {
    font-size: 150px;
    font-weight: 700;
    color: #FF214F;
    line-height: 160px;
}

.notfound-content h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.notfound-content p {
    font-size: 24px;
    font-weight: 500;
}

.notfound-content a {
    color: #fff;
    background-color: #FF214F;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 30px 0 0;
}


/*=======================================================================================
    Color Switcher
========================================================================================*/

.switcher {
    width: 160px;
    position: fixed;
    height: 200px;
    left: -160px;
    top: 170px;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #e6f0fa;
    border-top: 0;
    border-left: 0
}

.switcher-spinner {
    position: absolute;
    left: 160px;
    top: 0;
}

.switcher-spinner a {
    display: block;
    color: #fff;
    background: #FF214F;
    padding: 8px 12px;
    font-size: 20px;
}

.switcher-colors {
    padding: 16px 22px 4px
}

.switcher-colors span {
    background-color: #FF214F;
    width: 36px;
    height: 26px;
    display: inline-block;
    cursor: pointer
}

.switcher-colors span.color-one {
    background-color: #91684a;
}

.switcher-colors span.color-two {
    background-color: #F92A82;
}

.switcher-colors span.color-three {
    background-color: #88003F;
}

.switcher-colors span.color-four {
    background-color: #39BAE8;
}

.switcher-colors span.color-five {
    background-color: #F46D78;
}

.switcher-colors span.color-six {
    background-color: #B1B336;
}

.switcher-colors span.color-seven {
    background-color: #6c20f7;
}

.switcher-colors span.color-eight {
    background-color: #74c239;
}

.switcher-colors span.color-nine {
    background-color: #1F6ED4;
}

.switcher-colors span.color-ten {
    background-color: #11CD86;
}

.switcher-colors span.color-eleven {
    background-color: #FF542E;
}

.switcher-inner h4 {
    color: #fff;
    font-weight: 600;
    background-color: #2c3e50;
    margin: 0;
    padding: 8px 0;
    font-size: 18px
}
