/*======================
TABLE OF CONTENTS
========================

    1. General
        1.1 Layouts
        1.2 Sections
        1.3 Filter
        1.4 Separators  
        1.5 Scroll arrow - first section 
        1.6 Typography 
        1.7 Social Buttons 
        1.8 Buttons 
        1.9 Navbar 
        1.10 Sidebar
    2. Homepage
        2.1 Portfolio projects
        2.2 Timeline
        2.3 Contact section
        2.4 Blog section
        2.5 Title Section
        2.6 Carousel Testimonial
    3. Portfolio
    4. Blog
        4.1 Layouts
        4.2 Carousel
        4.3 Picture Gallery
        4.4 Previous/Next post
        4.5 Typography
        4.6 Jumbotron
        4.7 Slide dock
        4.8 Rotating card
        4.9 Effects
    5. Admin
        5.1 Layouts
        5.2 Cards
        5.3 DataTables
        5.4 Sections

=======================*/

/*============================================================
      -         1. General          -
==============================================================*/

/*1.1 Layouts ------------------------*/

body, html{
    height:100%;
    font-size: 14px;
    padding:0;
    margin:0;
}

.dashboard_body{
    overflow:hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 100%; 
}

.st-container {
    position: relative;
    height: 100%;
    background:url(general/shatteredx2.png) repeat;
}

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: cover;
}

.section-header .parallax {
    height: 100%;
    background-size: cover;
    margin-bottom: 30px;
    background-position: center;
}

a {
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-duration: 0.4s;
    transition-property: all;
    transition-duration: 0.4s;
}

a:focus, a:hover {
    color: white;
    text-decoration: none;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
  }

.btn.focus, .btn:focus{
    box-shadow: none;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label{
    cursor: pointer;
}

input[type="checkbox"] + label span {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -1px 4px 0 0px;
    vertical-align: middle;
    background: url(general/checkbox.png) left top no-repeat; 
}

input[type="checkbox"]:not([disabled]):checked + label span {
    background:url(general/checkbox.png) right top no-repeat;
}

input[type="checkbox"]:not([disabled]):checked + label:hover span {
    background:url(general/checkbox.png) right bottom no-repeat;
}

a.forgot_password {
    color: #c0d884;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 1.8rem;
}

span.input-icon {
    display: block;
    position: relative;
}

.form-control{
    font-size:18px;
}

.warning-message{
    display:none;
}

.lobster-font{
    font-family: 'lobster';
    font-size:1.5rem;
}

.big-margin{
    margin-top:10rem;
}

.tickizy-input{
    color: white;
    background-color: #c0d988 !important;
    -moz-box-shadow: inset 2px 2px 5px #888 !important;
    box-shadow: inset 2px 2px 5px #888 !important;
}

.tickizy-input:focus{
    color: white;
    background-color: #fff;
    border-color: #c0d988;
    outline: 0;
    box-shadow: none;
}

.tickizy-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.tickizy-input:-ms-input-placeholder , .tickizy-input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.flatpickr-day.selected{
    background:#c0d988;
    border-color:#c0d988;
}

.flatpickr-day:hover, .flatpickr-day.selected:hover{
 background:#696560;
 border-color:#696560; 
 color:white;
}

.dataTable tr th{
    border:1px solid #b5cb82;
    font-family: "lobster";
    font-size:1.2rem;
    text-align:center;
    background-color:#696661;
    color:white;
    padding:20px;
}

.dataTable tfoot tr th{
    background-color: #9fb471;
}

.dataTable tr th.header-1{
    background-color:#9fb471;
}

.dataTable tr.stolen_ticket{
    background-color:#f24149;
}

.dataTable tbody tr td{
    padding:20px;
    border:1px solid #b5cb82;
    font-size:1.2rem;
    text-align:center;
}

.g-chart {
  width: 100%; 
  min-height: 600px;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #c0d988;
    font-weight:bold;
}

.slip_action{
    cursor: pointer;
}

fieldset{
    border-width: 2px;
    border-style: groove;
    border-color: #b5b5b5;
    border-image: initial;
    font-family: "lobster";
    font-size: 1.5rem;
}

fieldset legend{
    width:inherit;
}

.text-green{
    color:#c0d988;
}

.text-red{
    color:#f66161;
}

.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

.quote-card p {
    line-height: 1.5;
    margin: 0;
    max-width: 80%;
}

.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(192, 217, 136, 1);
    font-weight: normal;
}

.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(192, 217, 136, 1);
    font-weight: normal;
}

.btn .badge {
    border-radius: 12px 12px 12px 12px !important;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    color: white;
    background-color:#9fb471;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 7px;
    position: absolute;
    right: 5px;
    text-shadow: none;
    top: -5px;
    font-weight:bold;
}

.card .badge{
    background-color:#9fb471;
    color:white;
}

.btn-tickizy-full{
    background-color:#c0d988;
    color:white;
    font-weight:bold;
}

.time{
    font-size:75%;
}

.activities li {
    background: white;
    border-bottom: 1px solid #E4E6EB;
    margin-left: 0 !important;
    padding: 10px !important;
    position: relative;
    display: block;
}

.card ul li > i{
    color:#c0d988;
}

.link{
    color:#c0d988;
    font-weight:bold;
}

a.link:hover{
    color:#9fb471;
}

/*1.2 Sections ------------------*/

/*----------------Navbar -----------*/

.navbar {
    background-color: #3d3d3d;
    font-family: 'lobster';
    font-size: 30px;
}

.logo{
    position:relative;
    float:left;
    width:180px;
    height:69px;
    background:url(general/logo.png);
    line-height:69px
}

.navbar-dark .navbar-nav .nav-link{
    color:white;
}

.navbar-collapse:not(.in) .navbar-nav>li{
    position: relative;
    height:79px;
    margin-right:20px;
    -webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
    margin-bottom: -15px;
    line-height:60px;
}

.navbar-collapse:not(.in) .navbar-nav>li:after{
    position: absolute;
    content:'';
    width: 0;
    height: 0;
    bottom:0;
    border-style: solid;
    border-width: 0 11px 13px 0;
    margin-left:-11px;
    border-color: transparent #4c592e transparent transparent;
    left:0;
}

.navbar-collapse:not(.in) .navbar-nav>li > a{
    display:block;
    background-color:#9fb471;
    width:100%;
    height:100%;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-collapse:not(.in) .navbar-nav>li a.active{
    background-color:white;
    color:#9fb471;
}

.navbar-collapse:not(.in) .navbar-nav>li a:not(.active):hover{
    background-color:#c0d988;
    color:white;
}

.navbar-dark .navbar-toggler-icon{
    background:url(general/menu-icon.png) no-repeat left top;
}

.navbar-toggler:hover .navbar-toggler-icon{
    background-position:right top;
}

.navbar-toggler-icon{
    width:40px;
    height:69px;
    background-size:40px 69px;
}

.navbar-toggler{
    border:none;
}

aside{
    position:absolute;
    float:left;
    width:180px;
    left:0;
    top:69px;
    bottom:0;
    background-color:#c0d988;  
    -webkit-box-shadow: 5px 0 5px -2px #828282;
    box-shadow: 5px 0 5px -2px #828282;
    display: block;
}

.hidden-menu aside {
    left: -200px;
    z-index: 1002;
}

.tickets_warning{
    position: relative;
    width:100%;
    height:25%;
    background-color:#696661;
    padding: 0 10px 0 10px;
    font-family: 'lobster';
    font-size:1.5rem;
}

.tickets_warning_inside{
    border-radius:10px;
    background-color:#c0d988;
    color:white;
    padding:15px 0 15px 0;
}

.tickets_warning_inside span{
    color:black;
}

.bouton_tickets{
    position: relative;
    width:calc(100% + 15px);
    height:75%; 
    z-index:10;
}

.bouton_tickets_inside > a{
    position: relative;
    display:block;
    font-family: 'lobster';
    font-size:2.8rem;
    color:white;
    background-color:#9fb471;
    margin-bottom:35px;
    padding:0.8rem;
    box-shadow: 0px 5px 8px #423a3a;
}

.bouton_tickets_inside > a.active{
    background-color:#696560;
}

.bouton_tickets_inside > a:hover i { /* when icon is hovered select i */
  display:block;
  padding:0.68rem;
}

.bouton_tickets_inside > a:hover span { /* when icon is hovered select i */
  display: none;
}

.bouton_tickets_inside > a i { /* in all other case hide it */
  display: none;
}

.bouton_tickets_inside > a:after{
    position: absolute;
    content:'';
    width: 0;
    height: 0;
    bottom:0;
    border-style: solid;
    border-width: 17px 15px 0 0;
    margin-bottom: -17px;
    right:0;
    border-color: #67635e transparent transparent transparent;
}

.dahsboard_header{
    display: block;
    height: 69px;
    position: relative;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #343a40;
}

.dahsboard_header > div{
    height:100%;
    line-height: 69px;
}

.dahsboard_header > div .nav-link:hover i{
    color:#c0d988;
}

.dahsboard_header .navbar-brand{
    width: 180px;
    float:left;
}

.dahsboard_header .navbar-info{
    display: inline-block;
    vertical-align: middle;
    background-color: #696661;
    float: left;
    padding: 7px 13px 0;
}

.dahsboard_header .navbar-info .list-inline-item a{
    width:28px;
    height:26px;
    border-radius : 8px;
    background-color:#3d3d3d;
    color:white;
    font-family: 'lobster';
    line-height:20px;
    text-align:center;
    font-size:22px;
}

.dahsboard_header .navbar-info .list-inline-item a:hover{
    background-color:#9fb471;
}

.dahsboard_header .navbar-info .list-inline-item a.active{
    background-color:#818181;
}

.dashboard_inside{
    position: relative;
    display:block;
    background-image:url("general/shatteredx2.png");
    background-repeat: repeat;
    /*width: calc(100% - 190px);
    height: calc(100% - 90px);
    margin-top: 90px;*/
    margin-left: 190px;
    height:calc(100% - 69px);
    padding:15px;
    padding-right: 25px;
    min-height: 500px;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    overflow-y:auto;
    font-size: 1.2rem;
}

.hidden-menu .dashboard_inside {
    margin-left: 10px;
}

@media (max-width: 979px) and (min-width: 768px){
    .dashboard_inside {
        margin-left: 0px;
    }

    aside {
        left: -200px;
    }    

    .hidden-menu aside {
        left: 0px;
    }

    .hidden-menu .dashboard_inside {
        left: 180px;
    }
}

/*----------------Section -----------*/

section {
    padding: 50px 0;
    position: relative;
    background-color: #FFFFFF;
    position: relative;
}

section h2{
    font-size: 2.4em;
    line-height: 1.25;
    margin: 0.4em 0;
    font-family: 'Lobster', cursive;
}

section > h2::after {
    content: "";
    display: block;
    margin: auto;
    margin-top:2px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #9fb471;
}

section h3{
    color: #c0d988;
    font-family: 'Lobster', cursive;
}

.footer-signin{
    overflow:hidden;
}

.section-login{
    position: relative;
    height: calc(100% - 389px);
    margin-top: 69px;
}

.avantage_image{
    width:295px;
    background-color:#fbfad4;
    min-height: 216px;
    height:100%;
}

.avantage_text {
    padding: 10px;
    padding-top: 15px;
    padding-left: 80px;
    padding-right: 25px;
    padding-bottom:15px;
    line-height: 30px;
    min-height: 216px;
}

.avantage_text h3{
    color:#3d3d3d;
    font-weight:bold;
    font-size:40px;
}

section p.description {
    font-size: 16px;
    color: #3d3d3d;
    font-family: 'Roboto', sans-serif;
}

.section-header  .parallax{
    height: 100%;
    background-size: cover;
    margin-bottom: 30px;
    background-position: left;
}

.section .parallax-small {
    height: 65vh;
}

.avantage-bg1 {
    background-color: #c0d988;
}

.avantage-bg2 {
    background-color: #3d3d3d;
    color: #c1d888;
}

.avantage-bg2 h3{
    color:#c1d888;
}

.footer_top h1 {
    color: #3d3d3d;
    margin-top: 5px;
    font-size: 50px;
}

.menu_head {
    color: #3d3d3d;
    line-height: 24px;
    margin: 15px 0px 35px 0px;
    font-family: 'Lobster', cursive;
}

.menu_head:before {
    position: absolute;
    left: 32px;
    width: 24px;
    height: 5px;
    content: "";
    display: inline-block;
    top: 47px;
}

.menu_head:after {
    position: absolute;
    left: 18px;
    width: 55px;
    height: 1px;
    content: "";
    top: 49px;
}

.menu_head:after, .menu_head:before {
    background: none repeat scroll 0% 0% #3d3d3d;
}

/*----------------Footer -----------*/

.footer_menu li a {
    color: #3d3d3d;
}

.footer_menu li a:hover {
    color: white;
}

.footer_menu ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px;
}

footer{
    font-size:18px;
}

.footer-signin footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer-signin .section-header .parallax{
    margin-bottom: 0px;
}

.footer_menu_contact ul li {
    padding: 5px 0px;
    word-wrap: break-word;
}

.footer_bottom p {
    font-size: 20px;
    margin: 25px 0px;
    font-family: 'Lobster', cursive;
}

.footer_b .social-icons{
    margin-top: 20px;
}

.footer_b .social-icons ul li a {
    background-color: rgba(0,0,0,.2);
    border-radius: 4px;
    
}

.footer_b .social-icons ul li a i{
    line-height: 36px;
}

.social-icons ul li a:hover {
    color: #fff;
}

.social-icons ul li {
    float: left;
    margin-right: 8px;
}

.social-icons ul li a.facebook:hover {
    background-color: #3b5999;
}

.social-icons ul li a.twitter:hover {
    background-color: #2ac6f7;
}

.social-icons ul li a.youtube:hover {
    background-color: #c4302b;
}

.social-icons ul li a.tripadvisor:hover {
    background-color: #00af87;
}

.footer_menu_contact li span:hover {
    cursor:pointer;
}

.profile-social-icons ul{
    list-style: none;
    margin: 0 0 -1px 0;
    padding: 0;
}

.profile-social-icons ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
}

.profile-social-icons ul li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    opacity: 1;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 40px;
    top: 0;
    font-size: 1.8rem;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.profile-social-icons ul li a:before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome';
    text-indent: 0;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    color: #c0d988;
}

.profile-social-icons ul li a:after {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome';
    text-indent: 0;
    line-height: 40px;
    top: 40px;
    left: 0;
    text-align: center;
    color: white;
}

.profile-social-icons ul li a:hover {
    top: -40px;
}

.profile-social-icons ul li.social-twitter a:before, .profile-social-icons ul li.social-twitter a:after {
    content: "\f099";
}

.profile-social-icons ul li.social-facebook a:before, .profile-social-icons ul li.social-facebook a:after {
    content: "\f09a";
}

.profile-social-icons ul li.social-youtube a:before, .profile-social-icons ul li.social-youtube a:after {
    content: "\f167";
}

.profile-social-icons ul li.social-tripadvisor a:before, .profile-social-icons ul li.social-tripadvisor a:after {
    content: "\f262";
}

.profile-social-icons ul li.social-twitter a:after {
    background: #48C4D2;
}

.profile-social-icons ul li.social-facebook a:after {
    background: #3b5999;
}

.profile-social-icons ul li.social-youtube a:after {
    background: #c4302b;
}

.profile-social-icons ul li.social-tripadvisor a:after {
    background: #00af87;
}

.fileupload {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #9fb471;
}

.table .badge{
    background-color:#9fb471;
    color:white;
}

.social-icons {
    margin-top:30px;
    text-align: center;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

.social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.social-icons ul li a {
    color: #9fb471;
    background-color: inherit;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    opacity: 0.8;
}

a.scroll-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
    z-index: 1029;
    font-size: 35px;
    font-family: 'lobster';
    color: white;
}

a.scroll-arrow:hover, .scroll-arrow:focus{
    color:#c0d988;
}

a.scroll-arrow span{
    margin-bottom:-10px;
}

a.scroll-arrow i{
    font-size:2em;
    margin-top:-22px;
}


.section-header {
    padding: 0;
    height: 100%;
}

.section-header .container {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    max-width: 100%;
}

.btn-tickizy{
    font-size:30px;
    padding-left:20px;
    padding-right:20px;
    padding-top:0px;
    padding-bottom:0px;
    border : 4px solid #c0d884;
    background-color:white;
    color:#c0d884;
    border-radius:0;
    white-space:normal;
}

.btn-tickizy-2{
    font-size:1.5rem;
    color:black;
    border : 4px solid #c0d884;
    border-radius:0;
    white-space:normal;
    background-color:white;
    position: absolute;
    bottom:0;
    margin-bottom:1rem;
    margin-right:1rem;
    right:0;
}

.btn-tickizy-2 i{
    color:#c0d884;
}

.btn-tickizy-2:hover{
    color:white;
    background-color:#a9bc80;
}

.btn-tickizy:hover,.btn-tickizy:focus {
    color:#3d3d3d;
    border : 4px solid #3d3d3d;
    background-color:#c0d884;
}

.btn-tickizy.active {
    color:white;
    border-color : #9fb471;
    background-color:#9fb471;
}

.profile_button{
    display:block;
    width:49px;
    height:45px;
    background:url("general/profile.png");
}

.tooltip-inner{
    color:white;
    background-color: #9fb471;
    font-weight:bold;
    font-size:1.2rem;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #9fb471 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #9fb471 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #9fb471 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #9fb471 !important;
}

.edit-user-info{
    visibility: hidden;
    color:#9fb471;
    cursor:pointer;
}

table tbody tr:hover .edit-user-info{
    visibility: visible;
}

.profile_button:hover{
    background-position: right;
}

.hamburger_button{
    background:url("general/profile.png");
}

.dashboard_button i{
    font-size:3rem;
    color:white;
}

.dashboard_button a.active div{
    background-position: right;
}

.informations_button, .faq_button{
    width:26px;
    height:24px;
}

.informations_button:hover, .faq_button:hover{

}

.informations_button{
    background:url("general/informations.png");
}

.faq_button{
    background:url("general/faq.png");
}

.slogan {
    position: absolute;
    width: 62%;
    height: 35%;
    background: transparent;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    margin-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    font-family: 'lobster';
    font-size: 70px;
    color: white;
    display: table;
}

.slogan p {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.backtotop {
    width: 40px;
    height: 40px;
    color:white;
    background-color: #3d3d3d;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 4px;
    display: none;
    line-height:40px;
    display:none;
    z-index:10;
}

.backtotop:hover {
    background-color:#c0d884;
}

.backtotop i {
    font-size:2.5em;
}

.titre_offre {
    width: 100%;
    font-size: 38px;
    color: #f8f9d1;
    height: 59px;
    line-height: 59px;
    background-color: #9fb471;
    -moz-box-shadow: 0px 6px 8px black;
    -webkit-box-shadow: 0px 6px 8px black;
    box-shadow: 0px 6px 8px black;
}

.nos-offres{
    width:100%;
    font-family: 'lobster';
}

.description_offre {
    width: 100%;
    color: white;
    font-size: 16px;
    min-height: 84px;
    background-color: #696661;
    padding: 15px;
    box-sizing: border-box;
    display: table;
}

.prix_offre {
    width: 100%;
    font-size: 35px;
    height: 135px;
    color: #c1da87;
    background-color: #3d3d3d;
    border: 8px solid #c0d884;
    box-sizing: border-box;
    display: table;
}

.row.prix_offre {
    margin-right: 0;
    margin-left: 0;
    background-color: white;
    color: #3d3d3d;
}

.nos-offres .btn-default {
    border: none;
    background-color: transparent;
}

.details_text {
    font-size: 15px;
}

.modal-header, .modal-footer {
    background: #c0d988;
    font-family: 'lobster';
    border-bottom: none;
    border-top: none;
    font-size: 22px;
}

.modal-body {
    border: 7px solid #575756;
    /* box-sizing: border-box; */
    padding: 10px;
    font-family: 'roboto';
}

.nav_title{
    font-family: 'lobster';
}

.card-login{
    width:65%;
    background-color:#575755;
    padding:5px;
    border-radius: 15px;
    font-size:18px;
}

.card-login input{
    padding-left:30px;
}

.card-login .input-icon > [class*="fa-"] {
    bottom: 0;
    color: black;
    display: inline-block;
    left: 5px;
    line-height: 39px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.card-login .input-icon > input:focus + [class*="fa-"]{
    color: #9fb471;
}

.card-login input[name="password"]{
    padding-right:75px;
}

.card-login .card-body{
    background-color:#c0d884;
    margin: 0px 10px 10px 10px;
    border-radius: 15px;
}

.card-login label{
    font-family: 'lobster';
    font-size: 1em;
}

.card-login h1{
    color:#c1da87;
    margin-left:10px;
}

.card-login h1 span{
    color:white;
}

.shipping_address{
    display:none;
}

/*--------- Morph Button: Default Styles */
.morph-button{
    position:absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 70px;
    margin-right: 10%;    
}

.morph-button.morph-button-overlay{
    position: relative;
    margin: auto;
}

.morph-button > button {
	/*position: relative;
	padding: 0 1em;
	border: none;
	background-color: #e85657;
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 80px;
	overflow: hidden;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    font-size:50px;
    font-family:'roboto';
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space: normal;
    border: 4px solid #c0d884;
    border-radius: 0;
}

/* Style for overlay */
.icon-close {
    position: absolute;
	z-index: 100;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 2;
	cursor: pointer;
}

.content-style-overlay {
	padding: 75px 250px;
	text-align: center;
    color:#c0d884;
    font-size: 150%;
}

.content-style-overlay .input {
    position: relative;
    float: left;
    z-index: 1;
    margin: 1em;
    width: calc(100% - 2em);
    vertical-align: top;
    margin-bottom: 2em;
}

.content-style-overlay .input:not(.input--full) {
    width: calc(50% - 2em);
}

.content-style-overlay .input__field {
    position: relative;
    display: block;
    float: right;
    font-weight: bold;
    border: none;
    border-radius: 0;
    padding: 0.4em 0.25em;
    width: 100%;
    background: transparent;
    color: #AFB5BB;
    font-size: 1.55em;
}

.input__field:focus {
    outline: none;
}

.content-style-overlay .input__label {
    position: absolute;
    display: inline-block;
    padding: 0 1em;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #c0d884;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-style-overlay  .input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label::before, .input__label::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 4px;
    background: #c0d884;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label::before {
    top: 0;
}

.input__label::after {
    bottom: 0;
}

.input__field:focus + .input__label::before, .input--filled .input__label::before {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
}

.input__field:focus + .input__label::after, .input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
}

.input__field:focus + .input__label .input__label-content, .input--filled .input__label-content {
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
}

.content-style-overlay h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 300;
	font-size: 3em;
}

.content-style-overlay .icon-close {
	border: 4px solid #c0d884;
	border-radius: 50%;
    width: 2em;
    height: 2em;
    color:#c0d884;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    line-height: 1.8em;
}

.content-style-overlay .icon-close:hover {
	border-color: black;	
    color: black;
}

/* Style for text modal */
.content-style-text {
	padding: 60px;
	text-align: left;
}

.content-style-text h2 {
	margin: 0 0 0.5em 0;
	font-weight: 300;
	font-size: 1.85em;
}

.content-style-text p {
	color: rgba(255,255,255,0.5);
	font-weight: 300;
	font-size: 1.15em;
	line-height: 1.4;
}

.content-style-text label {
    padding: 10px;
    color: #f9e1c9;
    font-weight: bold;
}

.content-style-text .icon-close {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
}

.content-style-text .icon-close:hover {
	color: #f9e1c9;
}

/* Style for form modal */
.content-style-form {
	position: relative;
	text-align: left;
}

.content-style-form h2 {
	margin: 0;
	padding: 0.4em 0 0.3em;
	text-align: center;
	font-weight: 300;
	font-size: 3.5em;
}

.content-style-form form {
	padding: 10px 20px;
}

.content-style-form form p {
	margin: 0 0 5px 0;
	font-size: 1em;
}

.content-style-form label {
	display: inline-block;
	padding: 10px 0 0;
	color: #c0d884;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.content-style-form input[type="email"],
.content-style-form input[type="password"] {
	padding: 10px 10px 10px 35px;
	width: 100%;
	border: 2px solid #c0d884;
	background: transparent;
	color: #c0d884;
	font-weight: 300;
}

.content-style-form .input-icon > [class*="fa-"] {
    bottom: 0;
    color: #c0d884;
    display: inline-block;
    left: 5px;
    line-height: 50px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
    font-size:1.8rem;
}

.content-style-form input:focus {
	border-color: white;
	color: white;
}

.content-style-form .input-icon > input:focus + [class*="fa-"]{
    color :white;
}

.content-style-form button {
	display: block;
    cursor:pointer;
	margin-top: 3em;
	padding: 1em;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 1.5em;
    border: 2px solid black;
    background-color: #9fb471;
    font-family: 'lobster';
}

.content-style-form button:hover{
    color:white;
    border-color: white;
    background-color:transparent;
}

.content-style-form .icon-close {
	top: 0;
	right: 1rem;
	color: #c0d884;
	font-size: 2rem;
}

.content-style-form .icon-close:hover {
	color: white;
}

.js .content-style-form-1 h2,
.js .content-style-form-1 p,
.js .content-style-form-1 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.content-style-form-1 p:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-1 p:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-1 p:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-1 h2,
.morph-button.open .content-style-form-1 p,
.morph-button.open .content-style-form-1 .icon-close {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.js .content-style-form-2 h2,
.js .content-style-form-2 p,
.js .content-style-form-2 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
	transition: opacity 0.2s 0.3s, transform 0.2s 0.3s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.content-style-form-2 p:first-child {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.content-style-form-2 p:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-2 p:nth-child(3) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-2 p:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-2 h2,
.morph-button.open .content-style-form-2 p,
.morph-button.open .content-style-form-2 .icon-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.content-style-form-4 form {
	padding: 30px;
	background: #fff;
	color: #ccb096;
	font-size: 1.5em;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.content-style-form-4 input[type="text"] {
	border: none;
	background-color: #f0f0f0;
}

.content-style-form-4 form button {
	background: #ba997b;
}

.content-style-form-4 form button:focus,
.content-style-form-4 form button:hover {
	background: #a9896d;
}

.js .content-style-form-4 p {
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: rotateX(-45deg);
	transform: rotateX(-45deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.morph-button.open .content-style-form-4 p {
	opacity: 1;
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.morph-button.open .content-style-form-4 p:nth-child(2) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.content-style-social {
	padding: 30px;
	text-align: left;
}

.morph-button-inflow-2 > button svg {
	display: inline-block;
	padding-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: -5%;
}

.morph-button-inflow-2 > button svg path {
	fill: #e75854;
}

.content-style-social a {
	display: block;
	padding: 0.5em 0;
	color: #67c2d4;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 32px;
}

.js .content-style-social a {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.content-style-social a:hover {
	color: #e75854;
}

.content-style-social a:hover svg path {
	fill: #e75854;
}

.content-style-social a svg {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

.morph-button-inflow.open .content-style-social a {
	-webkit-transform: translateX(0);
	transform: translateX(0);	
}

.morph-button-inflow.open .content-style-social a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.morph-button-inflow.open .content-style-social a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.content-style-video {
	text-align: left;
}

.video-mockup {
	width: 640px;
	height: 360px;
	max-width: 100%;
	background: url(../img/rated.png) no-repeat center center;
	background-size: 100%;
}

.content-style-video .icon-close,
.content-style-video .icon-pause {
	color: #286f81;
}

.content-style-video .icon-close {
	top: 0;
	right: 0;
}

.content-style-video .icon-close:hover {
	color: rgba(0,0,0,0.4);
}

.controls {
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.js .controls {
	position: absolute;
}

.controls span {
	display: inline-block;
}

.content-style-video .icon-pause {
	overflow: hidden;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	line-height: 2.5;
	cursor: pointer;
	vertical-align: bottom;
}

.content-style-video span.time {
	color: #286f81;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 40px;
}

.controls::after {
	content: '';
	position: absolute;
	height: 7px;
	left: 100px;
	right: 70px;
	bottom: 16px;
	background: #aaa;
}

.content-style-sidebar h2 {
	font-weight: 300;
	font-size: 2em;
	padding: 0.75em 0 0.75em 1em;
	margin: 0;
	color: #bb4445;
}

.content-style-sidebar .icon-close {
	top: 0;
	right: 0;
	font-size: 0.85em;
}

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

.content-style-sidebar ul li a {
	display: block;
	padding: 12px 20px;
	color: #faf1e0;
	font-weight: 400;
	font-size: 1.05em;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

.content-style-sidebar ul li:last-child a {
	box-shadow: inset 0 1px rgba(0,0,0,0.1), inset 0 -1px rgba(0,0,0,0.1);
}

.content-style-sidebar ul li a:hover {
	background: rgba(0,0,0,0.1);
	box-shadow: none;
}

.content-style-sidebar ul .icon::before {
	display: inline-block;
	width: auto;
	margin-right: 20px;
	font-size: 1.5em;
	vertical-align: -10%;
	color: rgba(0,0,0,0.2);
}

.morph-button.open > button {
	pointer-events: none;
}

.morph-content {
	pointer-events: none;
}



.morph-button.open .morph-content {
	pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-button-fixed,
.morph-button-fixed .morph-content {
	width:540px;
	height: 83px;
}

.morph-button-overlay,
.morph-button-overlay .morph-content {
	width:210px;
	height: 53px;
    margin-bottom:0px;
}

.morph-button-fixed > button {
	z-index: 1000;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.1s 0.5s;
	transition: opacity 0.1s 0.5s;
}

.morph-button-overlay > button {
    background-color: white;
    color: #c0d884;
    font-family: 'lobster';
    font-size: 30px;
}

.morph-button-fixed > button:hover{
    background-color:#c0d884;
    color:black;
    border-color:black;
}

.morph-button-fixed.open > button {
	opacity: 0;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.morph-button-fixed .morph-content {
	position: fixed;
	z-index: 900;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-fixed.open .morph-content {
	opacity: 1;
}

.morph-button-fixed .morph-content > div {
	visibility: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
	transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.morph-button-fixed.open .morph-content > div {
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morph-button-fixed.active > button {
	z-index: 2000;
}

.morph-button-fixed.active .morph-content {
	z-index: 1900;
}

/* Transitions for overlay button and sidebar button */
.morph-button-overlay .morph-content,
.morph-button-sidebar .morph-content {
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

.morph-button-overlay.open .morph-content,
.morph-button-sidebar.open .morph-content {
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;	
}

/* Morph Button Style: Overlay */
.morph-button-overlay .morph-content {
	overflow: hidden;
	background: white;
    border: 4px solid #c0d884;
}

.morph-button-overlay.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

/* Morph Button Style: Modal */
.morph-button-modal::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	pointer-events: none;
}

.morph-button-modal.open::before {
	opacity: 1;
	pointer-events: auto;
}

.morph-button-modal.active::before {
	z-index: 1800;
}

.morph-button-modal .morph-content {
	overflow: hidden;
	-webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.morph-button-modal.open .morph-content {
	top: 50% !important;
	left: 50% !important;
	margin: -210px 0 0 -300px;
	width: 600px;
	height: 420px;
    border: 4px solid #c0d884;
    border-radius: 0;
	-webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
	transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

/* Colors and sizes for individual modals */
.morph-button.morph-button-modal-1 {
	float: left;
}

.morph-button.morph-button-modal-2,
.morph-button.morph-button-modal-3 {
	display: inline-block;
	/*margin: 10px 15px;*/
}

.morph-button-modal-1 > button,
.morph-button-modal-1 .morph-content {
	background-color: #553445;
}

.morph-button-modal-2 > button,
.morph-button-modal-2 .morph-content,
.morph-button-modal-3 > button,
.morph-button-modal-3 .morph-content {
	background-color: #3d3d3d;
	color: #c0d884;
}

.morph-button-modal-4 {
	display: inline-block;
}

.morph-button-modal-4 > button,
.morph-button-modal-4 .morph-content {
	background-color: #faf1e0;
	color: #553445;
}

.morph-button-modal-4 > button span,
.morph-button-modal-4 .morph-clone {
	padding-left: 10px;
	color: #286f81;
}

.morph-button-modal-4 .morph-clone {
	position: absolute;
	right: 34px;
	bottom: 30px;
	z-index: 100;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
	transition: bottom 0.4s 0.1s, right 0.4s 0.1s;
}

.morph-button-modal-4.open .morph-clone,
.no-js .morph-button-modal-4 .morph-clone {
	right: 10px;
	bottom: 10px;
}

.morph-button-modal-1::before {
	background: rgba(240,221,204,0.7);
}

.morph-button-modal-2.open .morph-content {
	margin: -210px 0 0 -350px;
	width: 700px;
	height: 450px;
}

.morph-button-modal-3.open .morph-content {
	margin: -255px 0 0 -210px;
	width: 420px;
	height: 510px;
}

.morph-button-modal-3.open .morph-content > div {
	height: 420px;
}

.morph-button-modal-2.open .morph-content > div,
.morph-button-modal-3.open .morph-content > div {
 	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}

.morph-button-modal-4.open .morph-content {
	margin: -200px 0 0 -320px;
	width: 640px;
	height: 400px;
}

/* Morph Button Style: In the content flow */
.morph-button-inflow {
	overflow: hidden;
	max-width: 100%;
	height: 70px;
}

.morph-button-inflow > button {
	width: 100%;
	line-height: 70px;
}

.morph-button-inflow .morph-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.morph-button-inflow .morph-content .morph-clone {
	padding: 0;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 70px;
}

/* Colors and sizes for individual in flow buttons */
.morph-button-inflow-1 {
	width: 600px;
	margin: 2em auto;
	-webkit-transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: height 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morph-button-inflow-1 > button span {
	visibility: hidden;
}

.morph-button-inflow-1 .morph-content .morph-clone {
	color: #f9f6e5;
	background: #e85657;
}

.morph-button-inflow-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	background-color: #fef0e3;
	-webkit-transition: height 0.3s, width 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, width 0.3s, transform 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.morph-button-inflow-2 > button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #e75854;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.morph-button-inflow-2.open > button {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.morph-button-inflow-2 .morph-content {
	width: 260px;
	height: 200px;
}

.morph-button-inflow-2.open {
	width: 260px;
}

/* Morph Button Style: Sidebar */
.morph-button-sidebar,
.morph-button-sidebar .morph-content {
	width: 60px;
	height: 60px;
}

.morph-button-sidebar {
	position: fixed;
	bottom: 50px;
	left: 50px;
}

.morph-button-sidebar > button {
	line-height: 60px;
	font-size: 1.6em;
	padding: 0;
}

.morph-button-sidebar .morph-content {
	background: #e85657;
}

.morph-button-sidebar.open .morph-content {
	top: 0 !important;
	left: 0 !important;
	width: 300px;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

/* Let's add some nice easing for all cases */
.morph-button .morph-content,
.morph-button.open .morph-content,
.morph-button-modal-4 .morph-clone {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Helper classes */
.noscroll {
	overflow: hidden;
}

.morph-button-overlay.scroll .morph-content {
	overflow-y: scroll;
}

.morph-button-sidebar.scroll .morph-content {
	overflow: auto;
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-button > button {
	display: none;
}

.no-js .morph-button {
	margin: 10px 0;
	float: none;
}

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .morph-content > div {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

.no-js .morph-button .morph-content .icon-close {
	display: none;
}

.no-js .morph-button-sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	background: #e85657;
	overflow: auto;
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

@media screen and (max-height: 1366px) and (max-width: 768px){
   .navbar-collapse:not(.in) .navbar-nav>li{
        height:50px;
        line-height:30px;
        box-shadow: none;
        margin-right:0;
        margin-bottom:0;
   }

   .navbar-collapse:not(.in) .navbar-nav>li > a{
        background-color: initial;
   }

   .morph-button{
        left:0;
        margin:auto;
        margin-bottom:70px;
    }

    .slogan{
        width:calc(100% - 30px);
        margin-right:30px;
    }

    .card-login{
        width:100%;
    }
}

@media screen and (max-width: 992px){
    .section-login{
        height:calc(100% - 416px);
    }

    .card-login{
        width:95%;
    }
}

@media screen and (max-height: 800px){
    .footer-signin{
        overflow:visible;
    }

    .footer-signin footer{
        position: relative;
    }

    .section-login {
        position: relative;
        height:initial;
        margin-top: 69px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


@media screen and (max-width: 768px){
    .footer-signin{
        overflow:visible;
    }

    .footer-signin footer{
        position: relative;
    }
}

@media screen and (max-width: 576px){
    .social-icons{
        float:none;
    }

    .footer_b .social-icons{
        margin-top: 10px;
    }

    .footer_bottom p{
        text-align:center;
        margin: 10px 0px;
    }

    .section-login .container{
        padding-right: 0px;
    }

    .section-login .container > div{
        margin-left:-10px;
    }
}
