body{
    background: #000;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 15px;
    color:#fff;

}
.harta{
	width:540px;
	height:480px;
}
.wrapper{
    width:100%;
    margin: 0 auto;
}

.logo{
    position: absolute;
    top:0px;
    z-index:99!important;
    margin-left:-35px;
}
.logo2{
	display:none;
	margin-top: -30px;
	z-index:0!important;
	text-align:center;
}
.top-elements{
    padding-top:18px;
}
.top-menu{
    padding-top:60px;
}
.top-menu ul{
    margin:25px 0px 0px 0px;
    padding:0px;
}
.top-menu ul li{
    list-style: none;
    float:left;
    font-size: 20px;
    /*padding:5px 15px;*/
    font-weight: lighter;
}
.top-menu ul li:first-child{
    padding-left:0px;
}
.top-menu ul li:last-child{
    padding-right:0px;
}
.top-menu ul li a{
    color:#fff;
    text-decoration: none;
    padding:5px 10px;
}
.top-menu ul li a:hover{
    color:#0070bb;
    text-decoration: none;
}
.top-menu .dropdown{
    margin-top:-3px;
}
.top-menu .btn-default {
    background:none;
    border:none;
    color: #fff;    
}
.top-menu .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;    
}
.top-menu .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background:none;
    border:none;
    color: #fff;
}
.top-menu .dropdown-menu{
    margin-top: 51px;
    min-width: 150px;   
}
.top-menu .dropdown-menu > li > a{
    font-size: 15px;
    width: 215px;
}
.carousel{
    margin-top:50px;
}
.bg-dark-bleu{
    background: rgba(5, 21, 38, .6);
    width:100%;
    min-height:360px;
}
.text-about-movement{
    margin:0px;
}
.text-about-movement .title{
    font-family: 'Lora',serif;
    font-size: 34px;
    text-align: center;
    padding-top:30px;
    padding-bottom: 27px;
}
.text-about-movement .txt{
    font-size: 15px;
    line-height: 19px;
    font-weight: lighter;
    text-align: justify;
}
.text-about-movement .txt a{
    color:#fff;
    text-decoration: underline;
}
.text-about-movement .txt a:hover{
    color:#fff;
    text-decoration: underline;
}
.light-blue{
    background: #082340;
    width:100%;
    min-height: 300px;
    padding-top:30px;
    padding-bottom: 30px;
}
.light-blue .title{
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 10px;
    padding-top: 25px;
}
.light-blue .txt{
    font-size: 15px;
    line-height: 19px;
    font-weight: lighter;
    text-align: justify;
}
.light-blue .txt a{
    color:#fff;
    text-decoration: underline;
}
.light-blue .txt a:hover{
    color:#fff;
    text-decoration: underline;
}
.bg-slider-instructori .title{
    text-align: center;
    font-size: 30px;
    font-family: 'Lora',serif;
    margin-bottom: 20px;
}
.bg-slider-instructori{
    background: #051526;
    padding-top:35px;
    padding-bottom: 35px;
}
.nume-instructor{
    font-family: 'Lora',serif;
    font-size: 20px;
    text-align: center;
    margin-top:10px;
}
.descriere-instructor{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 13px;
    font-weight: lighter;
    text-align: center;
    margin-top:10px;
}
.bg-contact-bottom{
    background: #000;
    padding:70px 0px 100px 0px;
}
.bg-contact-bottom .form-control{
    border-radius: 0px!important;
    border:none!important;
    height: 30px!important;
    color:#0f467f!important;
    font-size: 13px!important;
    font-family: 'Roboto Condensed',sans-serif;
}
.bg-contact-bottom .form-control::-moz-placeholder {
    color: #0f467f;
    opacity: 1;
}
.bg-contact-bottom .btn-default{
    background: url(../../assets/img/btn-trimite.jpg) no-repeat;
    width:76px;
    height: 25px;
    border:none;
    border-radius: 0px;
}
.bg-contact-bottom .contact-title{
    font-size: 30px;
    font-family: 'Lora',serif;
    font-weight: lighter;
    color:#fff;
    margin-bottom: 15px;
}
.bg-contact-bottom .txt{
    font-size: 13px;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 15px;
}

/*START PILATES PAGE
--------------------------------------------------------*/
.bg-pilates{
    background: url("../../assets/img/bg-pilates.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
}
.bg-pilates .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 170px;    
}
.bg-pilates .page-txt{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color:#fff;
    text-align: justify;
    font-weight: lighter;
    margin-bottom: 250px;
    width:980px;
}
.bg-pilates .page-txt a{
    color:#fff;
    text-decoration: underline;
}
.bg-pilates .page-txt a:hover{
    color:#fff;
    text-decoration: underline;
}
.bg-pilates .section-title{
    font-size: 20px;
    font-family: 'Lora',serif;    
}
.img-border{
    margin-right: 20px;
    border:1px solid #fff;
    padding:2px;
    margin-top:25px;
}
.program{
    margin-top:35px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}
.day{
    text-transform: uppercase;
    font-size: 17px;
}

.preturi{
    margin-top:35px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-weight: lighter;
    text-align: center;
    vertical-align: middle;
}


/*start sarcina
----------------------------------*/
.bg-sarcina{
    background: url("../../assets/img/bg-sarcina.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
}
.bg-sarcina .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 100px;    
}
.bg-sarcina .page-txt{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color:#fff;
    text-align: justify;
    font-weight: lighter;
    margin-bottom: 250px;
    width:980px;
}
.bg-sarcina .page-txt a{
    color:#fff;
    text-decoration: underline;
}
.bg-sarcina .page-txt a:hover{
    color:#fff;
    text-decoration: underline;
}
.bg-sarcina .section-title{
    font-size: 20px;
    font-family: 'Lora',serif;    
}
.avantaje{
    margin-top:35px;
}
.avantaje ul{
    margin-top:15px;
}
.avantaje ul li{
    line-height: 22px;
}
.contact{
    margin-top:35px;
}

/*start dans
----------------------------------*/
.bg-dans{
    background: url("../../assets/img/bg-dans.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
}
.bg-dans .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 25px;

}
.bg-dans .citat{
    margin-bottom: 80px;  
    font-size: 15px;
    font-weight: lighter;
    font-style: italic;
}
.bg-dans .page-txt{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color:#fff;
    text-align: justify;
    font-weight: lighter;
    margin-bottom: 250px;
    width:980px;
}
.bg-dans .page-txt a{
    color:#fff;
    text-decoration: underline;
}
.bg-dans .page-txt a:hover{
    color:#fff;
    text-decoration: underline;
}
.bg-dans .section-title{
    font-size: 20px;
    font-family: 'Lora',serif;    
}

/* Start Masaj
-----------------------------------------*/
.bg-masaj{
    background: url("../../assets/img/bg-masaj.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
	background-size: 100% auto;
}
.bg-masaj .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 25px;
    margin-bottom: 50px;
}

.bg-masaj .page-txt{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color:#fff;
    text-align: justify;
    font-weight: lighter;
    margin-bottom: 250px;
    width:980px;
}
.bg-masaj .page-txt a{
    color:#fff;
    text-decoration: underline;
}
.bg-masaj .page-txt a:hover{
    color:#fff;
    text-decoration: underline;
}
.bg-masaj .section-title{
    font-size: 20px;
    font-family: 'Lora',serif;    
}
.bg-masaj .txt-left{
    width:580px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color:#fff;
    text-align: justify;
    font-weight: lighter;
    margin-bottom: 150px;
}
.bg-masaj .txt-left a{
    color:#fff;
    text-decoration: none;
}
.bg-masaj .txt-left a:hover{
    color:#fff;
    text-decoration: none;
}
.img-masaj{
    border:1px solid #fff;
    padding:2px;
}
.tipuri-masaj{
    line-height: 22px;
    font-size: 18px;
}
/*CONTACT
-------------------------------------------------------*/
.bg-contact{
    background: url("../../assets/img/bg-contact.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
}
.bg-contact .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 25px;
    margin-bottom: 50px;
}
.bg-contact .form-control{
    border-radius: 0px!important;
    border:none!important;
    height: 30px!important;
    color:#0f467f!important;
    font-size: 13px!important;
    font-family: 'Roboto Condensed',sans-serif;
    width:350px;
}
.bg-contact .form-control::-moz-placeholder {
    color: #0f467f;
    opacity: 1;
}
.bg-contact .btn-danger{
    background: url(../../assets/img/btn-trimite.jpg) no-repeat;
    width:76px;
    height: 25px;
    border:none;
    border-radius: 0px;
}
.bg-contact .contact-title{
    font-size: 30px;
    font-family: 'Lora',serif;
    font-weight: lighter;
    color:#fff;
    margin-bottom: 15px;
}
.bg-contact .txt{
    font-size: 15px;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 15px;
}
.bg-contact form{
    margin-bottom: 100px;
}
.bg-preturi{
    background: url("../../assets/img/bg-preturi.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
}
.bg-preturi .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 25px;
}
.txt-instructor{
    font-size: 15px;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 18px;
    font-weight: lighter;
    width:290px;
    margin-left:20px;
    text-align: justify;
}
.txt-instructor a{
    color:#fff;
    text-decoration: none;
    font-weight: normal;
}
.txt-instructor a:hover{
    color:#fff;
    text-decoration: underline;    
}
.bg-instructori{
    background: url("../../assets/img/bg-instructori.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
}
.bg-instructori .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 25px;
    margin-bottom: 50px;
}
.descriere_instructor{
    font-size: 15px;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 18px;
    font-weight: lighter;
    width:880px;
    margin-left:20px;
    text-align: justify;
}
.bg-instructori .page-txt-instructori{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color:#fff;
    text-align: justify;
    font-weight: lighter;
    margin-bottom: 250px;
    margin-top:15px;
}
.bg-instructori  .section-title{
    font-size: 20px;
    font-family: 'Lora',serif;    
}
.client{
    margin-left:75px;
    margin-top:-10px;
    font-weight: normal;
}
.bg-testimonial{
    background: url(../../assets/img/bg-testimonial.png) no-repeat;
    width:1135px;
    height: 133px;
    color:#fff;
    font-style: italic;
    padding:20px;
}
.bg_testimonial{
    background: url(../../assets/img/bg_testimonial.png) no-repeat;
    width:1135px;
    height: 283px;
    color:#fff;
    font-style: italic;
    padding:20px;
}

.bg-testimonial-page{
    background: url("../../assets/img/bg-testimonial-page.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
}
.bg-testimonial-page .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 25px;

}
.bg-testimonial-page .citat{
    margin-bottom: 80px;  
    font-size: 15px;
    font-weight: lighter;
    font-style: italic;
}
.bg-testimonial-page .page-txt{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    color:#fff;
    text-align: justify;
    font-weight: lighter;
    margin-bottom: 250px;
    width:980px;
}
.bg-testimonial-page .page-txt a{
    color:#fff;
    text-decoration: underline;
}
.bg-testimonial-page .page-txt a:hover{
    color:#fff;
    text-decoration: underline;
}

/* BLOG
---------------------------------------------*/

.bg-blog{
    background: url("../../assets/img/bg-blog.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:80px;
  
}
.bg-blog .page-title{
    font-size: 35px;
    font-family: 'Lora',serif;
    color:#fff;
    margin-top:65px;
    margin-bottom: 25px;
    margin-bottom: 50px;
}
.bg-blog .form-control{
    border-radius: 0px!important;
    border:none!important;
    height: 30px!important;
    color:#0f467f!important;
    font-size: 13px!important;
    font-family: 'Roboto Condensed',sans-serif;
    width:350px;
}
.bg-blog .form-control::-moz-placeholder {
    color: #0f467f;
    opacity: 1;
}
.bg-blog .btn-danger{
    background: url(../../assets/img/btn-trimite.jpg) no-repeat;
    width:76px;
    height: 25px;
    border:none;
    border-radius: 0px;
}
.bg-blog .contact-title{
    font-size: 30px;
    font-family: 'Lora',serif;
    font-weight: lighter;
    color:#fff;
    margin-bottom: 15px;
}
.bg-blog .txt{
    font-size: 15px;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 15px;
}
.bg-blog form{
    margin-bottom: 100px;
}
.titles-article{
    width:200px;
    padding-bottom:250px;
}

.articol-content{
    width:885px;
    margin-left:30px;
    background: rgba(0, 0, 0, .5);
    padding:10px 20px 20px 20px;
    margin-bottom:250px;
}
.articol-content .title h2{
    font-size: 25px;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Lora',serif;
}
.articol-content .txt{
    font-size: 15px;
    line-height: 19px;
    color:#fff;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: justify;
    font-weight: lighter;
    margin-top:15px;
}
.articol-content .txt a{
    color:#fff;
    text-decoration: underline;
    font-weight: lighter;
}
.articol-content .txt a:hover{
    color:#0070bb;
    text-decoration: underline;
}
.titles{
    margin-bottom: 8px;
    border-bottom:1px dotted #fff;
    padding-bottom: 8px;
    font-family: 'Lora',serif;
    color:#fff;
    font-size: 14px;
    font-weight: lighter!important;
}
.titles a{
    color:#fff;
    text-decoration: none;
}
.titles a:hover{
    color:#0070bb;
    text-decoration: none;
}
.titles:last-child{
    border-bottom: none;
}
.activ-article{
    color:#0070bb;
}
.bg-galerie{
    background: url("../../assets/img/bg-contact.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    margin-top:50px;
    height: 750px;
}


/*APARITII PRESA
----------------------------------------------*/
.t18{font-size:18px;}
.articol{
    width:530px;
}
.subtitlu-articol{
    text-transform: none;
    font-size: 18px;
    font-weight:200;
}
.thumb-p{
    margin-left:10px;
    margin-top:10px;
}
.thumb-gallery{
    width:250px;
    height:309px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery{
    width:500px;
    height:309px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery2{
    width:448px;
    height:309px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery3{
    width:290px;
    height:434px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery4{
    width:438px;
    height:309px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery5{
    width:240px;
    height:309px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery6{
    width:277px;
    height:309px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery7{
    width:414px;
    height:309px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery9{
    width:309px;
    height:206px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery10{
    width:626px;
    height:271px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery11{
    width:309px;
    height:212px;
    border:1px solid #fff;
    padding:1px;
}
.thumb_gallery12{
    width:500px;
    height:322px;
    border:1px solid #fff;
    padding:1px;
}
.btn-link-articol{
    background: #0f467f;
    color:#fff;
    padding:5px 10px;
    width:210px;
    margin-bottom: 10px;
}
.btn-link-articol a{
    color:#fff;
    text-decoration: none;
}
.btn-link-articol a:hover{
    color:#fff;
    text-decoration: none;
}
.thumb-gallery{
    width:400px;
    height: 600px;
}


/*FOOTER
------------------------------------------*/



.footer{
    background: url(../../assets/img/bg-footer.png) repeat-x;
    height: 55px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index:999999!important;
}
.footer .btn-default {
    background: url(../../assets/img/bg-footer.png) repeat-x;    
    color: #fff;
    border:0px;
}
.footer .btn {
    -moz-user-select: none;
    background-image: none;
    border-left:3px solid #000;
    border-radius: 0px!important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Lora',sans-serif;
}
.btn-group .dropup{
    display: block;
}
.footer .dropdown-toggle.btn-default {
    background: url(../../assets/img/bg-footer.png) repeat-x;
    border:none;
    color: #fff;
}
.dropdown-menu {
    background-clip: padding-box;
    background: url(../../assets/img/bg-footer.png) repeat;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;    
    display: none;
    float: left;
    font-size: 15px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 197px;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 15px;
    white-space: nowrap;   
    text-transform: uppercase;
    font-family: 'Lora',serif;
}
.dropdown-menu > li{   
    border-bottom: 1px solid #2f2f2f;

}
.dropdown-menu > li:last-child{
    border-bottom: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #0f467f;
    text-decoration: none;
    background-color: #fff;
    font-weight: bold;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 0px;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 6px solid;
    border-top: 0 none;
    content: "";
}
.border-right{
    border-right:3px solid #000;
}
.border-left{
    border-left:3px solid #000;
}
.mt35{
    margin-top:35px;
}
.ml20{margin-left:20px;}
.mt15{margin-top:20px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}

/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  z-index:1000;
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
   background-color: #092B4E;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }
    #nav-trigger span:hover {
      background-color: #091B1E }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {  display: none;
  margin-bottom: 30px; z-index:1000;}

nav#nav-main {  display: none;
	z-index:1000;
 background-color: #092B4E;
  padding: 10px 0; }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #091B1E;
    padding: 0 5px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-main a:hover {
      background-color: #091B1E;
      color: #fff; }

nav#nav-mobile {  display: none;
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	padding:0!important;
   background-color: #092B4E; }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #091B1E; }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color: #091B1E;
      color: #fff; }

/* =Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 890px) {
	.logo2{display: block; }
	.footer{display: none; }
	.top-menu{ display: none;}
	.logo { display: none; }
	  #nav-trigger {
    display: block; }
	
	.harta{
	width:350px;
	height:350px;
	}
.mobile-container .pull-right{float:none!important; text-align:center;}
.mobile-container .pull-left{float:none!important; text-align:center;}

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; }
}


