/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Jul, 2019, 11:52:04 AM
    Author     : Lithos
*/



@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);


.toggled2{
    padding-left: 0px !important;
}
.m-hide{
    display: none !important;
}
.m-show{
    display: block !important;
}
.sidebar-nav button {
    padding: 0px;
    border: none;
}
.content_col h2 {
    font-weight: 700;
    color: #000;
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: 8px;
}
body.barber_version .logo-sidebar img {
    width: 70%;
}
.content_col img {
    width: 100%;
}
.intro_col img {
    width: 100%;
}
.intro_col {
    margin-bottom: 15px;
}
.content_abt img {
    width: auto;
}
.content_abt {
    text-align: center;
    padding: 4% 0%;
}
.content_abt h2 {
    margin-top: 25px;
}
.content_abt p{
    padding: 0% 5%;
    text-align: left;
}
.sidebar-nav img {
    width:10%;
    padding-bottom: 5px;
}
.interior p{
    padding: 0% 10%;
}
.interior_img .row {
    padding: 14px 0px !important;
}
.home_services {
    text-align: center;
    padding: 0px 50px;
}
.home_services a {
    padding: 15px 40px;
    background: #000;
    border-radius: 7px;
    color: #fff;
}
.home_services .col-md-4 {
    margin-bottom: 40px;
}
.home_services img {
    width: 15%;
    margin-top: 40px;
}
.home_services h2 {
    margin-top: 25px;
}
.home_services h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 40px;
} 
.home_founder {
    margin-top: 70px;
    text-align: center;
}
.home_founder img {
    width:100%;
}
.home_founder h2{
    margin-top: 160px;
}
.home_founder h3 {
    color: #d7a878;
    font-weight: 600;
}
.home_founder p{
    padding: 0px 20px;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100% !important;
}
.slick-prev::before {
    content: "?" !important;
}
.slick-next::before {
    content: "?" !important;
}
.product_home {
    margin-top: 80px;
    text-align: center;
}
.product_home img{
    width: 10%;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 40px;
}
.product_home p {
    margin-bottom: 40px;
}
.findus {
    text-align: center;
    padding: 6% 3%;
}
.findus .addrss {
    text-align: left !important;
    margin-top: 50px;
}
.findus .addrss h4 {
    font-weight: 600;
    color: #000;
}
.findus img {
    width: 14%;
    padding-bottom: 20px;
}
.bg-light {
    background: rgba(0,0,0,0) !important;
    height: 100vh;
    position: fixed;
    width: 18%;
    transition: .4s;
}

.bg-light:hover {
    background: rgba(0,0,0,.6) !important;
    transition: .5s;
}

.carousel-indicators {
    bottom: 15%;
}
.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    background: #000;
    border: none;
    border-radius: 50%;
    opacity: 1;
}
.carousel-indicators .active{
    background: #fff;
}
.carousel-caption h1 {
    font-size: 70px;
    color:#fff;
    font-weight:600;
}
.carousel-caption{
    position: absolute;
    right: auto;
    bottom: 45%;
    left: 24%;
    text-align: left;
}
.form input {
    margin: 15px 0;
    height: 50px;
}
.form textArea {
    height: 200px;
    margin-top: 15px;
}
.form button {
      color: #ffffff;
    background: #000;
    margin: auto;
    
    width: auto;
   
    margin-top: 20px !important;
   
   
    padding: 15px 62px;
}
}
.btn:hover {
    color: #000;
}
.btn-outline{
    background: #fff;
    border: 3px solid #da0009;
    padding: 12px 40px;
}
.contact_col h4 {
    font-weight: 600;
    color: #000;
    padding-top: 15px;
    padding-bottom: 10px;
}
.contact_col p {
    color: #666;
    margin-bottom: 20px;
    padding-top: 0px;
}
.contact_col .fa {
    padding: 2%;
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}
.contact_col h4:hover {
    color: #6ec656;
}
input[type="text"], textarea {
    outline: none;
    box-shadow:none !important;
    border:none;
}
input[type="email"], textarea {
    outline: none;
    box-shadow: none !important;
    border: none;
}
.form .form-control {
    background: #eeeeee;
    border: none;
}
.social {
    background: #32363f;
    padding: 7% 0%;
    text-align: center;
}
.icons {
    margin-top: 60px;
}
.social .icons a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    margin-left: 12px;
}

.img_col{
    position: relative;
    overflow: hidden;
    transition: transform .5s;
}
.img_col img {
    -ms-transform: scale(1); /* IE 9 */ -webkit-transform: scale(1); /* Safari 3-8 */ transform: scale(1);
    transition: transform .5s;

}
.img_col:hover img {
    -ms-transform: scale(5); /* IE 9 */ -webkit-transform: scale(1.5); /* Safari 3-8 */ transform: scale(1.1);
    transition: transform .5s;
    background: rgba(0, 0, 0,0.5);
}
.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}
.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
    opacity: 1;
}
.all-page-bar {
    background: url(../images/gallery/1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 10% 0%;
}
.all-page-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.2);
    top: 0px;
    left: 0px;
}
.title_heading h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.breadcrumb {
    background: none;
    color: #fff;
    margin-bottom: 20px;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb>.active {
    color: #d7a878;
}
.abt_col {
    text-align: center;
    padding: 5% 0%;
}
.abt_col h5 {
    color: #666;
    font-size: 18px;
    font-weight: 600;
}
.abt_col h2 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 3px;
    padding-bottom: 25px;
}
.abt_col p {
    font-weight: 400;
}
.abt_col a {
    background: #000;
    padding: 12px 45px;
    border-radius: 5px;
    color: #fff;
}
.opening_hour {
    position: absolute;
    top: 28%;
    left: 33%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 30px;
}
.much img {
    width: 10%;
}
.about_content img {
    width: 100%;
}
.about_content {
    padding: 60px 0px;
}
.about_content h5 {
    padding-top: 130px;
    color: #d7a878;
    font-weight: 600;
}
.about_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #84684b;
    padding: 10px 0px;
}
.about_content p{
}
.opening_hour img {
    width: 25% !important;
    padding-bottom: 10px;
}
.abt_col hr {
    border-top: 2px solid #000;
    margin-top: 0px;
    width: 10%;
}
.service_wrapper {
    background: #f9f9f9;
}
.media {
    padding-top: 10px;
    background: #fff;
    border-radius: 6px;
    padding: 18px;
}
.media img {
    float: left;
    width: 22%;
    border-radius: 6px;
    margin-right: 15px;
}
.media-body h5  {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}
.media-body p {
    padding: 0px;
    margin: 0px;
}
.service_typs .row {
    margin: 40px 0px;
}
.ser-quality {
    background:url(../images/quality.gif) no-repeat fixed;
    padding: 10% 0%;
    text-align: center;
}
.ser-quality::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4);
    top: 0px;
    left: 0px;
}
.ser-quality h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
}
.ser-quality p {
    font-size: 18px;
    color: #fff;
    padding: 15px 0px;
}
.ser-quality a {
    padding: 12px 50px;
    background: #d7a878;
    border-radius: 20px;
    color: #fff;
}
.contact_map {
    padding: 5% 0%;
}
.cont-form {
    padding: 4% 0%;
}
.cont-form  .form .form-control {
    background: none;
    border-radius: 0px;
    border: 1px solid #ccc;
}
.cont-form .form button {
    background: #d7a878;
    color: #fff;
    margin-left: 15px;
    border-radius: 0px;
}
.cont-form .form button:hover {
    color: #000;
}
.con-add {
    margin-top: 30px;
    margin-left: 40px;
}
.con-add  p {
    font-size: 14px !important;
}
.con-add img {
    width: 10%;
    float: left;
    margin-right: 15px;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-buzz .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}  
@media screen and (min-width:320px) and (max-width:640px) {
    body.barber_version #sidebar-wrapper {
        overflow-y: auto;
    }
    body.barber_version #wrapper.toggled #sidebar-wrapper {
        width: 100%;
    }
    .side-top {
        width: 100%;
    }
    body.barber_version #wrapper {
        padding-left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all .3s ease;
    }
    body.barber_version #sidebar-wrapper {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all .7s ease;
    }
    .opening_hour {
        top: 51%;
        left: 19%;
    }
    .content_abt {
        padding: 6% 4%;
    }
    .home_founder h2 {
        margin-top: 30px;
    }
    .findus .addrss {
        text-align: center !important;
    }
    .content_abt p {
        text-align: center;
    }
    body.barber_version .logo-sidebar img {
        width: 40%;
    }
    body.barber_version .logo-sidebar {
        margin: 20px 0 20px;
    }
    .intro_img-2 {
        display: block !important;
    }

}
@media screen and (min-width:768px) and (max-width:1023px) {
    .home_founder h2 {
        margin-top: 30px; 
    }
    .content_abt img {
        width: 50%;
    }
}
.gallery img {
    width: 100%;
    padding-bottom: 30px;
}
.gallery{
    text-align: center;
    margin-bottom: 60px;
}
.gallery h2 {
    font-weight: 700;
    font-size: 40px;
    color: #000;
}
.menu img {
    width: 100%;
}
.menu  {
    margin-bottom: 80px;
}




/*---------------*/
/***** POPUP BUTTON *****/
/*---------------*/

.reqeust-btn {
    position: absolute;
    width: 100%;

}
.popup-btn{

}
.main-btn-rect:hover {
    background: #2d3192;
    color: #fff;
    transition: .5s;
    border-color: #2d3192;
}
.main-btn-rect, .main-btn-circle {
    color: #FFFFF0;
    background: none;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1px;
    background: none;
    outline: none;
    cursor: pointer;
    /* border: none; */
    border:none;
    z-index: 100;
}
.main-btn-rect {
    padding: 9px 35px;
    line-height: 30px;
    transition: .5s;
    float: none;
    margin-right: 0px;
    z-index: 1000;
    position: absolute;
    left: auto;
    right: 0% !important;
    border: 1px solid #b52274;
    top: 120px;
    background: #b52274;
    border-radius: 7px;
}

.main-btn-rect:before {
    left: 0;
}
.main-btn-rect:after {
    right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
    width: 50%;
}
.main-btn-circle{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
}
.popup{
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0px;
}
.popup.active{
    top:0;
    background-color: rgba(3, 3, 3, 0.98); 
    transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
    padding: 10px 100px;
}
.popup .popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    min-width: 50%;
    margin-top: 150px;
    padding: 25px;
    background: none;
    color: #070000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}
.popup.active .popup-content{
    margin-top:0px;
}
.popup-content h6{
    display: table;
    font-size:20px;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 500; 
    color: #fff;
    padding-bottom: 20px;
}
.form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
}
form#send input, form#send textarea{
    color: #fff !important;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    text-indent: 20px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
    background: none !important;
    border-radius: 0px;
    padding: 0px;
    font-size: 16px !important;
    padding-left: 35px !important;
    padding-bottom: 15px !important;
}
form#send input:focus,
form#send textarea:focus{
    border-bottom: 1px solid #2d3192; 
}
form#send label {
    position: absolute;
    top: 6px;
    padding: 0px;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    color: #fff;
    margin: 0px;
}
form#send input:focus + label,
form#send textarea:focus + label{
    color: #dd502a;
}
form#send .txt{
    line-height: 22px;
    left: 2px;
}
form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 12px 80px;
    position: relative !important;
    margin: 0px auto;
    font-size: 14px;
    top: 0px;
    color: #fff;
    background: #d7a878;
    border: none;
}
form#send .main-btn-rect i {
    margin-right: 5px;
}
.popup .fade-out {
    position: absolute !important;
    top:40px;
    right:18%;
    text-align: center;
    font-size: 25px !important;
    border: none;
    z-index: 1000000 !important;
}
.share-wrap{
    position: absolute;
    display: inline-table;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center;
}
.share-btn{
    color: #FFFFF0;
    padding: 7px 25px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 100;
    font-size: 14px;
    background-color: rgba(63, 173, 168, .8);
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
}
.share-btn:hover{
    color: #FFFFF0;
    text-decoration: none;
    background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}
.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 2px;
}
.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 6px 9px;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}
.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}
.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}
.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}
.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}
@media only screen and (max-width: 768px){
    h1 {font-size: 25px;}
    h2 {font-size: 14px;}
    form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
    .popup-btn{padding: 7px 60px; font-size: 14px;}
    .main-btn-rect {
        padding: 9px 35px;
        line-height: 30px;
        transition: .5s;
        /* float: right; */
        margin-right: 0px;
        margin: auto;
        z-index: 1000;
        position: absolute;
        margin: auto;
        text-align: center;
        left: 0px;
        right: 0px;
        top: 85px;
        width: 100%;
        border-radius: 0px;
    }
    .popup .popup-content {
        min-width: 100%;
    }
    .popup .fade-out{
        right: 20px;
        font-size: 18px !important;
    }
    form#send input, form#send textarea {
        margin-bottom: 40px;
        font-size: 16px !important;
    }
    .popup.active .popup-content {
        margin-top: -30px;
    }
    header.smaller nav li > a:hover {
        color: #000 !important;
    }
    body.barber_version #wrapper.toggled #page-content-wrapper {
        position: relative;
    }
}
/* Icon Grow */
.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}



.map p {
    font-size: 20px;
}
.map  {
    margin-bottom:50px;
}
.bokking-btn {
    display: none;
}


.bokking-btn .carousel-indicators li {
    background: none !important;
}
/* The Modal (background) */
.bokking-btn .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
}

/* Modal Content */
.modal-content {
    position: relative;

    margin: auto;
    padding: 0;
    /*border: 1px solid #888;
    /*border-radius: 20px;*/
    max-width: 400px;
    width: 100%;
    height:100%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.5s
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.bokking-btn  .modal-header .close {
    padding: 0rem !important;
    margin: 0rem !important;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bokking-btn .modal-header {
    padding: 15px 16px;
    background-color: #d7a878;
    color: #fff;
}

.modal-body {padding: 2px 16px;}

.bokking-btn .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.bokking-btn #myBtn{
    border: 2px solid #000;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    /*margin: 50px 50px;*/
    position: relative;
    left: 0px;
    padding: 8px 35px;
    top: 0px;
    background: none;
}
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="url"],
#contact datetime-local,
#contact input[type="text"]
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact {
    /*background: #F9F9F9;*/

    /*margin: 150px 0;*/
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
#contact h3 {
    display: block;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    color:#000;
}
#contact h5 {
    margin: 45px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color:#777;

}
.bokking-btn fieldset {
    border: medium none !important;
    margin: 35 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="url"],
#contact input[type="text"]
.bokking-btn  #contact datetime-local {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 25px;
    padding: 10px;
    opacity:1;
}
#contact input[type="text"]:hover,
#contact input[type="text"]:hover,
#contact input[type="text"]:hover,
#contact input[type="url"]:hover,
#contact input[type="text"]:hover,
#contact datetime-local:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}
#contact button[type="submit"] {
    cursor: pointer;
    width: 50%;
    border: none;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    border-radius: 30px;

}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    text-color:white;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.myBtn{
    color:white;

}
.copyright {
    text-align: left;
}

.intro_img-2 {
    display: none;
}