@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Roboto-300/Roboto-300.eot');
    src: url('../fonts/Roboto-300/Roboto-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-300/Roboto-300.woff2') format('woff2'),
    url('../fonts/Roboto-300/Roboto-300.woff') format('woff'),
    url('../fonts/Roboto-300/Roboto-300.ttf') format('truetype'),
    url('../fonts/Roboto-300/Roboto-300.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Roboto-regular/Roboto-regular.eot');
    src: url('../fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'),
    url('../fonts/Roboto-regular/Roboto-regular.woff') format('woff'),
    url('../fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'),
    url('../fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Roboto-500/Roboto-500.eot');
    src: url('../fonts/Roboto-500/Roboto-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-500/Roboto-500.woff2') format('woff2'),
    url('../fonts/Roboto-500/Roboto-500.woff') format('woff'),
    url('../fonts/Roboto-500/Roboto-500.ttf') format('truetype'),
    url('../fonts/Roboto-500/Roboto-500.svg#Roboto') format('svg');
}
@font-face {font-family: "Bernardo Moda Bold";
    src: url("../fonts/BernardoModaBold/BernardoModaBold.eot");
    src: url("../fonts/BernardoModaBold/BernardoModaBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BernardoModaBold/BernardoModaBold.woff2") format("woff2"),
    url("../fonts/BernardoModaBold/BernardoModaBold.woff") format("woff"),
    url("../fonts/BernardoModaBold/BernardoModaBold.ttf") format("truetype");
}
@font-face {
    font-family: 'Colonna MT';
    src: url('../fonts/colonna/ColonnaMT.eot');
    src: url('../fonts/colonna/ColonnaMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/colonna/ColonnaMT.woff2') format('woff2'),
    url('../fonts/colonna/ColonnaMT.woff') format('woff'),
    url('../fonts/colonna/ColonnaMT.ttf') format('truetype'),
    url('../fonts/colonna/ColonnaMT.svg#ColonnaMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #4f4f4f;
}
html,body{
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: url('../assets/tex2res5.png');
    margin: 0;
    padding: 0;
}
h1.head {
    position: relative;
    padding: 0;
}
.head{
    font-family: 'Bernardo Moda Bold';
    font-weight: 500;
    /*text-align: center;*/
    text-transform: uppercase;
    letter-spacing: 5px;
}
.pranafont{
    font-family: 'prana font', sans-serif;
    font-size: 5em;
    color: #ffcd30;
}
.pranafont:after{
    position: relative;
    top: 16px;
    left: -39px;
    content: 'LOUNGE';
    font-size: 1.5rem;
    font-family: 'Roboto Light', sans-serif;
    color: rgba(255, 205, 48, 0.68);
}

.ribbon {
    background: #e22692;
    height: 87px;
    margin: 0 auto;
    position: fixed;
    width: 74px;
    left:20px;
    text-align:center;
    vertical-align:middle;
    line-height:87px;
    font-size:35px;
    color:#f2f2f2;
    z-index: 1000;
}
.ribbon:after,
.ribbon:before {
    content: '';
    position: absolute;
    border-top: 20px solid #e22692;
    height: 0;
    width: 0;
    top: 100%;
}
.ribbon:after {
    border-left: 50px solid transparent;
    right: 0px;
}
.ribbon:before {
    border-right: 50px solid transparent;
    left: 0px;
}

img#award {
    position: fixed;
    z-index: 888;
    bottom: 25px;
    left: calc(7.5% - 50px);
    height: 100px;
    background: #252525;
    border-radius: 50%;
    cursor: pointer;
}

.awards{
    position: fixed;
    z-index: 800;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 15%;
    background: #000;
    opacity: 0;
    color: #fff;
    padding: 5px;
}
.awards p{
    float: left;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}
.awards img{
    position: relative;
    float: left;
    padding: 0 10%;
    width: 100%;
}
.menunav{
    mix-blend-mode: difference;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 40%;
    text-align: right;
    margin-right: 25px;
    opacity: 1;
}
.menunav li{
    line-height:25px;
    list-style: none;
}
.menunav span{
    font-family: 'prana font', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.4em;
    vertical-align: middle;
    line-height: 12px;
    opacity: 0;
}
.menunav .circle-o{
    line-height:40px;
    width:10px;
    height:10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid #fff;*/
    background-color: #FFF;
}
.menunav .circle{
    background-color: #fff;
    line-height:20px;
    width:10px;
    height:10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
}
.menunav .logo{
    position: relative;
    margin-top: 15px;
    opacity: 0.5;
    transition:opacity 0.5s;
}
.menunav .logo:nth-child(n+3){
    right: -6px;
}
.menunav .logo:hover{
    cursor: pointer;
    opacity: 1;
}
.menunav .logo a{
    text-decoration: none;
    color: #fff;
}
.menunav .logo a:hover {
    text-decoration: none;
}
.menunav .logo .fa{
    color: #fff;
    font-size: 21px;
    vertical-align: middle;
}
.overscr {
    height: 100%;
    width: 100%;
    background-color: #1f2326;
    position: absolute;
    z-index: 100;
    opacity: 0;
}
.textIntro{
    position: absolute;
    text-align: justify;
    height: 100%;
    font-size: 4rem;
    z-index: 100;
    width: 100%;
    color: #fff;
    line-height: normal;
}
.textBlock{
    position: relative;
    width:50%;
    margin: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero img{
    width: 100%;
    height: 100vh;
}
.fa.fa-facebook {
    color: #5181d6;
}
.fa.fa-google-plus {
    color: #dd4b39;
}
.fa.fa-instagram {
    color: #fcaf45;
}
#social{
    width: 100%;
    z-index: 10;
    color: #fff;
    font-size: 1.8rem;
    position:absolute;
    opacity: 1;
    top: 0;
    margin-top: 1rem;
    padding-right: 2rem;
    text-align: right;
}
#social a{
    color: #fff;
    text-decoration: none;
}
.social i{
    opacity: .5;
    font-size: inherit;
    padding-left: 1%;
}
.social:not(:last-child):after{
    content: '⚫';
    position: relative;
    left: 6px;
    color: #efefef;
    text-decoration: none;
}
.social i:hover{
    opacity:1;
    text-decoration: none;
}
section{
    text-align: justify;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.panell{
}
.section2 .panell{
    position: absolute;
    height: 100vh;
    text-align: center;
    width:100%;
    display: table;
}
.inside{
    display: table-cell;
    vertical-align: middle;
}
.panell .title {
    display: table;
    padding-bottom: 5%;
    margin: auto;
    z-index:2;
    width: 100%;
}
.imgList{
    margin:auto;
    height:500px;
    width:100%;
    display: table;
}
.obj{
    width:20%;
    display: inline-block;
}
.obj .objimg {
    width: 20%;
    max-width: 300px;
    height: auto;
    position: absolute;
}
#objdrink .objimg{
    max-width: 220px;
}
.objimg img{
    width:100%;
    height:100%;
}
.p{
    display: table;
    margin: auto;
    width:100%;
}
.p .pObj {
    position: absolute;
    width: 100%;
    letter-spacing: 3px;
}
.parallax-panel {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    top: 0;
}
.section3 .textOverparallax {
    z-index: 16;
    bottom: 24%;
    left: calc(50% - 200px);
}
.plamp img{
    filter: blur(1px);
}
.plamp1 img{
    filter: blur(3px);
}
.section4 .textOverparallax{
    top:40%;
    left: 20%;
}
.section5 .textOverparallax{
    left: 20%;
    z-index: 2;
}
.section5 .title:before{
    content: '';
    background: transparent url(../assets/curt1.svg) repeat-x bottom;
    height: 21%;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -27px;
    overflow: hidden;
}
.buddha {
    text-align: center;
    z-index: 20;
    position: absolute;
    bottom: 30%;
    left: calc(80% - 275px);
    left: calc(80% - 15%);
    width: 30%;
    min-width: 350px;
}
.parallax-head{
    height: 200px;
    overflow: hidden;
}
.section6 .parallax-panel {
    background-size: cover;
    background-position: right center;
}
.textOverparallax {
    color: #eee;
    max-width: 450px;
    position: absolute;
}
.textOverparallax p{
    font-size: 17px;
}
.section6{
    text-align: center;
}
.section6 .textOverparallax{
    color: #1a1a1a;
    left: 18%;
    text-align: left;
    top: 50px;
}
.menu{
    background: url('../assets/menubg.jpg') center no-repeat;background-size: cover;color: #fff;
}
.menu .inf:before{
    content: '';
    background: transparent url('../assets/curt.svg') repeat-x bottom;
    height: 15vh;
    width: 100%;
    position: absolute;
    left:0;
    top: 0;
    overflow: hidden;
}
.menu a{
    color: #ededed;
    text-decoration: none;
}
.menu a:focus {
    outline: none;
}
.menum h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    width: 100%;
    background: rgba(47, 47, 47, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAUzGZH4MxkYGNJhAmAOSBIkAOeABABpLgOeuZzTDQAAAABJRU5ErkJggg==) repeat;
    position: absolute;
    padding: 1rem;
    left:0;
    right:auto;
    box-shadow: 0 6px 6px 0 rgba(251,251,251,0.3), 0 -6px 6px 0 rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}
.menu a:hover h3{
    color: #fff;
    transform: scale(1, 0.95);
    -webkit-transform: scale(1, 0.95);
    -moz-transform: scale(1, 0.95);
    -o-transform: scale(1, 0.95);
    -ms-transform: scale(1, 0.95);
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.12), 0 1px 2px rgba(255, 255, 255, 0.24);
}
.menum{
    display: table-cell;
    vertical-align: middle;
}
.over{
    position:absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s cubic-bezier(1, -0.02, 0.75, 0.71);
}
.section7{
    background-color: #fff;
    text-align: center;
    padding: 0 5%;
}
.card {
    margin-top: 10px;
    height: 33vh;
    box-sizing: border-box;
    border-radius: 2px;
    background: rgb(235, 235, 235);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-clip: padding-box;
}
.card .card-image {
    position: relative;
    height: 90%;
    overflow: hidden;
}
.card-image img{
    width:100%;
    height: calc(100% - 1px);
}
.card .card-content {
    /* padding: 16px; */
    position: absolute;
    background: #ebebeb;
    width:100%;
    top: auto;
    bottom:0;
    /* border-radius: 0 0 2px 2px; */
    color: #d0b70d;
    background-clip: padding-box;
    box-sizing: border-box;
}
.card-content h4{
    font-size: 16px;
}
.card-content h3{
    font-size: 12px;
    margin-top: 10px;
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    /* padding: 16px; */
}
.card-action a {
    color: #ffab40;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}
.section8{
    background-color: #fff;
    text-align: center;
    min-height: 100vh;
}
.instafeed a {
    /* padding: 5px 5px 1px 5px; */
    margin: 4px;
    /* border: 1px solid #e1e1e1; */
    display: inline-block;
    border-radius: 1px;
    position: relative;
}
.instafeed img{
    width: 150px;
    height: 150px;
}
.instafeed .likes {
    background: rgba(0,0,0,.3);
    height: 100%;
    font-family:sans-serif;
    font-size:1em;
    position:absolute;
    color:#ffffff;
    right:0;
    top:0;
    left:0;
    opacity:0;
    text-align:center;
    line-height:1em;
    text-shadow:0 1px rgba(0,0,0,0.5);
    -webkit-font-smoothing:antialiased;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}
.socialinsta .content{
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.instafeed a:hover .likes {
    opacity:1;
}
/*.animated:nth-child(n+11) {*/
/*display: none !important;*/
/*}*/
.zomreview{
    color: #fff;
}
.zomreview h2,.zomreview .h3,.zomreview b{
    font-weight: 300;
}
.reviewimg{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.person {
    width: inherit;
}
.reviewperson{
    float: left;
}
.reviewinfo {
    padding: 20px 0 0 16px;
    text-align: left;
}
.reviewfull{
    text-align: left;
}
.reviewrate {
    background: #578b2d;
    border-radius: 20%;
    padding: 0px 3px;
    font-size: 14px;
    color: #fff;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
}
.contact a {
    font-size: 1.8em;
    color: #bebebe;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}
.details a{
    font-size: inherit;
}
.contact a:hover {
    color: #fff;
    text-decoration: none;
}
.scrolloff {
    pointer-events: none;
}
#map{
    width:100%;
}
.wall.social{
    text-align: center;
    background: #292929;
    color: #f5f5f5;
}
.section9{
    text-align: center;
}
.slide-info{
    background: #ffa500 url('../assets/tex2res5.png');
    overflow: hidden;
    height: 65vh;
}
.info-container {
    position: absolute;
    top: 0;
    height: 65vh;
    left: 50%;
    display: table-row-group;
    vertical-align: middle;
    z-index: 3;
}
.info-container h3{
    font-weight: 300;
}
.info {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 60vh;
    left: -50%;
}
.phone a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.phone a:focus, .phone a:hover {
    color: #8a8a8a;
    text-decoration: none;
}
.horaires .title {
    width: 400px;
}
.title {
    display: table;
    margin: auto;
    width: 100%;
}
.map{
    position: relative;
    height: 40vh;
}
.legume{
    position: absolute;
}

.legume1{
    top:-100px;
    left: calc(50% + 550px);
}

.legume1 img{
    width:220px;
}

.legume2{
    top:-150px;
    right: calc(50% - 400px);
}
.legume2 img{
    width:150px;
}

.legume3{
    top:500px;
    left:calc(50% + 650px);
}
.legume3 img{
    width:240px;
}

.legume4{
    top:100px;
    left:calc(50% - 850px);
}
.legume4 img{
    width:200px;
}

.legume5{
    top:700px;
    left:calc(50% - 50px);
}

.legume6{
    top:-650px;
    left: calc(50% - 520px);
}
.legume7{
    top: 0px;

    left: calc(50% + 320px);
}
.legume7 img{
    width:150px;
}

.legume8{
    top: 150px;
    left: calc(50% - 550px);
}
.legume8 img{
    width: 190px;
}
footer{
    background: #b16a3b  url('../assets/white-texture.png');
    text-align: center;
}
footer form{
    padding-top: 20px;
    width:60%;
    margin: auto;
}
.group {
    position: relative;
    line-height: normal;
    margin-bottom: 25px;
    float: left;
    width: 33%;
}
input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 80%;
    border: none;
    border-bottom: 1px solid #757575;
    background: transparent;
    color: #fff;
}
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.bar {
    font-weight: 500;
    position: relative;
    display: block;
    width: 80%;
}
label {
    color: #f5f5f5;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
footer textarea.form-control{
    background: none;
    color: #fff;
    height: 75px;
    border-radius: 0;
    border: 1px solid #a3471b;
}
input:focus {
    outline: none;
}
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
input:focus ~ label, input:required:valid ~ label, textarea:focus ~ label, textarea:required:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}
.btn-success-outline {
    float: left;
    border-radius: 0;
    height: 75px;
    width: 20%;
    background: rgba(166, 89, 14, 0.67);
    color: #f5f5f5;
    border-color: #a65cb8;
}
.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.modal-content {
    background-color: rgba(255, 255, 255, 0.91);
    border-radius: 0;
}
body.modal-open {
    overflow: hidden;
}
.modal-header{
    border: none;
}
@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        /*width: 750px;*/
    }
}
@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        /*width: 970px;*/
    }
}
@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 80%;
        height: 100%;
    }
}
@media only screen and (max-width : 1290px) {
    .textBlock{
        width: 75%;
    }
}
.menu-overlay {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 28px;
}
.menu-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden !important;
    z-index: 999;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: calc(100vh - 150px);
    overflow-y: hidden;
    padding: 0;
}
.close-button {
    position: fixed;
    top: 20px;
    right: 20px;
}
.close-button {
    opacity: 1;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    display: block;
    text-indent: -99999px;
    background-size: cover;
    background: no-repeat center center;
    z-index: 999999999;
}
/*.close-button:hover {*/
    /*opacity: 1;*/
    /*cursor: pointer;*/
    /*transition: all 0.1s ease-in-out;*/
    /*-moz-transition: all 0.1s ease-in-out;*/
    /*-webkit-transition: all 0.1s ease-in-out;*/
    /*-o-transition: all 0.1s ease-in-out;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.close-button {*/
        /*height: 80px;*/
        /*width: 80px;*/
        /*background-size: 80px 80px;*/
    /*}*/
/*}*/
.close-button.close-button-black {
    background-image: url(../assets/icon-x-black.png);
}
.menu-overlay .nav-tabs>li.active>a, .menu-overlay .nav-tabs>li.active>a:focus, .menu-overlay .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
}
.menu-subnav.nav-tabs>li.active>a, .menu-subnav.nav-tabs>li.active>a:focus, .menu-subnav.nav-tabs>li.active>a:hover{
    border-bottom: 1px solid #000;
}
.menu-overlay .nav>li>a:focus, .menu-overlay .nav>li>a:hover, .menu-overlay .nav>.active>a {
    background-color: inherit;
    color: inherit;
}
.menu-overlay .nav-tabs>li>a{
    padding: 10px 2px;
    color: #000;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav-tabs{
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    border: none;
}
.menu-subnav a.nav-link{
    font-size: 15px;
}
.tab-content{
    /*padding-top: 45px;*/
    height: 90%;
}
.tab-content .tab-content{
    padding-top: 20px; ;
}
.tab-content .menu-nav{
    font-size: 15px;
}
ul.nav-tabs li {
    float: none;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #3b3d3c;
}
ul.nav-tabs li:last-child {
    border-right: 0;
}
.nav-item.active {

}
a .nav-link {
    color: inherit;
    text-decoration: none;
}
.tab-content>.tab-pane {
    overflow: hidden;
    text-align: -webkit-center;
    height:100%;
}
table{
    font-family: "Colonna MT", sans-serif;
    width: 80%;
    max-height: 100%;
    text-align: center;
}
th{
    font-size: 2.6rem;
}
td, th {
    text-align: justify;
    padding: 0;
}
td{
    font-size: 23px;
}
.menuimg{
    height: 100%;
    width: 50%;
    float: left
}
.menuhalf {
    height: 100%;
    width: 50%;
    float: left;
    list-style: none;
    overflow: hidden;
}
.tbody{
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.menuhalf ul{
    height:auto;
    list-style: none;
    text-align: left;
    padding-left: 10%;
}
.item{
    font-family: "Colonna MT", sans-serif;
}
.item h5{
    font-size: 18px;
    font-weight: 600;
}
.item span{
    font-size: 16px;
}
.trp a{
    color: #AAA;
}
.trp a:hover{
    color: #eeeeee;
    text-decoration: none;
}
.trp a:focus {
    outline: none;
    text-decoration: none;
}
.alert-success {
    color: #ffffff;
    background-color: #ffa500;
    float: left;
    width: 100%;
    border-color: #946102;
}