
html, body  {
    overflow-x: hidden;
    scroll-behavior: smooth;
      font-family: "Roboto", sans-serif;
}

html {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

 a {
    text-decoration: none;
    color: black
}

  .zpravy_color {
        color: #D63402;
  }
.ustav_color {
    color: #A69E0C;
}
.inscenace_color {
     color:#A61CF0;
}

.prilezitosti_color {
color:#2614C8;
}

.festivaly_color {
color: #017906;
}
 
.o_nas_color {
color:#858585;
}



.flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 
.flex-col,
.flexy-col {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

@media (min-width: 720px) {
    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

}



header, section, footer {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


header > div, section  > div, footer  > div {
    width: 100%;
    max-width: 1140px;
    position: relative;
    padding: 0 25px;
    margin: auto;

}


@media (min-width: 960px) {

    header, section, footer {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header > div {
  max-width: 1226px;
    }

    section  > div, footer  > div {
        max-width: 1026px;
        padding: 0;
    }

}


@media (min-width: 960px) and (max-width: 1260px){

     section  > div, footer  > div {
    max-width: 920px;
    padding: 0;
 }


}




.relativni {
    position: relative
}




@media (max-width: 720px) {
    .hamburger_area {

        background-color: white;
        margin: 0 auto 0 6px;
        padding: 10px;
        position: relative;
        vertical-align: bottom;
        min-width: 30px;
        display: inline-block;
        -webkit-transition: width 250ms ease-in;
        -o-transition: width 250ms ease-in;
        transition: width 250ms ease-in;
        box-sizing: content-box;

    }

    .hamburger_area span {
        background: black;
        display: block;
        height: 4px;
        margin: 3px 1px;
        position: relative;
        -o-transition: transform .2s;
        -webkit-transition: transform .2s;
        transition: transform .2s;
    }

    nav .menu {
        display: none;
    }


    .hamburger_area.active span:first-child{
        -webkit-transform: translateY(0px) rotate(45deg);
        -moz-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
        -o-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
        transform-origin: 18% 61%;
    }

    .hamburger_area.active span:nth-child(2){
        -webkit-transform: translateY(0px) rotate(-45deg);
        -moz-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
        -o-transform: translateY(0px) rotate(-45deg);
        transform: translateY(0px) rotate(-45deg);
        transform-origin: 45% 100%;

    }

    .hamburger_area.active span:nth-child(3){
        display: none;
    }

}



@media (min-width: 720px) {
    .hamburger_area {
        display: none;
    }

    nav.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

}


nav .menu.visible {
    display: block;
}

.main-menu_desk-container {

    align-items: center;
}
.menu-hlavni-menu_desk  {

}
  


.toploader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 0;
    display: none;
    z-index: 10000;
    border: 6px solid #f3f3f3;
    border-top: 6px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

header {
   padding: 20px 0 26px 0;
}


.justyfy_me {
    justify-content: center;
   
}
.header_wrap  > div {
 flex: 1;
}
.logo {
    text-decoration: none;
 font-weight: 900;
    color: #FFFFFF;
    background-color: black;
    padding: 11px 21px 11px 9px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 22px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

#top_menu{
    display: none;
}
.item_inner {
    cursor: pointer;
}
.item_inner:hover h3,
.item_inner:hover h3 span {
    text-decoration: underline;
}
h3 {
    font-size: 20px;
      font-weight: bold;
  line-height: 23px;
    font-family: inherit;
    font-style: normal;
 
       margin: 14px 0 20px 0;
    color: black;

}

 
.item_hidden {
    display: none;
}

#top_menu li a:hover {
    color: white;
    transition: background-color 250ms ease-in,
    color  250ms ease-in,
    border-color 250ms ease-in;
    
}
#menu-top_menu li a.zpravy_item:hover {
    background-color: #D63402;
    border-color: #D63402;
}

#menu-top_menu li a.ustav_item:hover {
    background-color: #A69E0C;
    border-color: #A69E0C;
}
#menu-top_menu li a.inscenace_item:hover {

     background-color: rgba(166,28,240,0.7);
    border-color: rgba(190,94,242,0.7);
}
#menu-top_menu li a.prilezitosti_item:hover {

     background-color: #2614C8;
    border-color: #2614C8;
}

#menu-top_menu li a.festivaly_item:hover {

     background-color: #04C010;
    border-color: #4DD055;
}

#menu-top_menu li a.memoriam_item:hover {

     background-color: #212121;
    border-color: #4DD055;
}

#menu-top_menu li a.onas_item:hover {

     background-color: #ADADAD;
    border-color: #F0F0F0;
}





@media (min-width: 960px) {

    header {
   padding: 46px 0 26px 0;
    }

    .logo {
letter-spacing: -.16px;
font-size: 18px;
    line-height: 18px;
        padding: 11px 21px 14px 14px;

    }

    #menu-hlavni-menu_desk li a {
        font-size: 18px;
        line-height: 18px;
             margin-right: 25px;
             transition: text-decoration 250ms ease-in ;
    }

#menu-hlavni-menu_desk li a:hover {
    text-decoration: underline;
}
   


    #top_menu {
        display: block;
         padding: 36px;
  
    }
    #menu-top_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
              max-width: 920px;
        margin: auto;
                padding-top: 13px;
    }
    #menu-top_menu li a {
               font-size: 52.5px;
        line-height: 52.5px;
        border: 1.13px solid black;
        padding: 18px 23px 15px 23px;
        border-radius: 45px;
        display: inline-block;
    margin: 0px 6px 27px 6px;
    }

    h3 {
        font-size: 27px;
        line-height: 34px;
        margin: 17px 0 20px 0;
 
    }

    .item_hidden {
        display: block;
        font-size: 21px;
             line-height: 25px;

    }
    .festivaly h3 {
                margin: 20px 0 20px 0;
    }
    .memoriam .item.flexy-col {
    padding-bottom: 44px;
    }

    .pred_lety {
        margin-top: 50px;
    padding-bottom: 30px;
    }

    .pred_lety .item.flexy-col  img,
     .divadelni_design .item.flexy-col  img {
        max-width: 100%;
    }

}


 a#mob_menu_trigger  {
    color: black;
    text-decoration: none;
    align-items: center;

}

 a#mob_menu_trigger  span {
    display: inline-block;
margin-right: 6px;
    font-size: 15px;
    font-weight: bold;
 }
.mob_menu_container {
    justify-content: flex-end;
}
 

h2 {
   text-align: center;
    font-size: 29px;
    line-height: 33px;
 
    letter-spacing: .5px;
        padding-bottom: 14px;
}


 .zpravy {
    background-color: rgba(240,77,28,0.06);
 }   


  .zpravy_container {
 
    justify-content: center;
      align-items: center;
    flex-direction: column;
  }

     }
      .item_inner {
            display: flex;
            flex-direction: column-reverse;
        }
  section {
padding: 34px 0 0 0;
  }

.inner .item:first-child {
    padding-top: 40px;
}



     @media (min-width:740px) and (max-width: 960px) {
        .zpravy_container {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
                    align-items: flex-start;
        }
         .inner .item:first-child {
            padding-top: 20px;
        }
     }


  .item {
 
    border-top: .75px solid #F04D1C;
    padding-bottom: 24px;
    padding: 20px 0 24px 0;
  }

  .prilezitosti  .item {
        padding-bottom: 21px;
         margin-bottom: 6px;
}

 @media (max-width: 960px) {
      .item {
max-width: 313px;
      }
 }


 @media (min-width: 960px) {

        section {
        padding: 92px 0 0 0;
        }
        .item {
        
            border-top: 1.13px solid #F04D1C;
        
        }




        .mob_menu_container  {
            display: none;
        }

        section.zpravy {
            padding-top: 67px;
            padding-bottom: 50px;
        }

        h2 {
        text-align: center;
            font-size: 52.5px;
            line-height: 52.5px;
        padding-bottom: 35px;
        }

        .item.flexy-col {
            display: flex;
            flex-direction: row;
            margin-bottom: 0;
        padding-top: 44px;
            padding-bottom: 44px;
        }

          .ustav .item.flexy-col  {
     padding-bottom: 45px;
          }

        .ustav   .item.flexy-col  h3 {
            margin: 18px 0 22px 0;
            max-width: 433px;
        }
        
        .item.flexy-col.reverse {
            flex-direction: row-reverse;
        }
        
         .item.flexy-col:first-child {
            padding-top: 90px;
         }

         .ustav  .item.flexy-col:first-child {
           padding-top: 59px;
             padding-bottom: 44px;
      
         }

         .prilezitosti .item.flexy-col:first-child {
           padding-top: 59px;
          padding-bottom: 25px;
      
         }
        .item.flexy-col img {
           min-width: 510px;
            min-height: 300px;
                    max-width: 510px;
        }

        .to_right .item_inner {
            padding-left: 48px;
             padding-right: 0;
                     margin-left: 12px;
         }

        .prilezitosti .item {
           padding-bottom: 29px;
        margin-bottom: 17px;
        }

        section.prilezitosti {
          padding-bottom: 55px;
        }
           .prilezitosti .item.bez_img {
         padding-bottom: 3px;
        margin-bottom: 18px;
        }

        .zpravy_container {
                   padding: 0px 0 0px 0;
        }
        .zpravy .item_inner {
        padding-right: 58px;
        }        
        .item_inner {
            display: flex;
            flex-direction: column;
            flex: 1;
            justify-content: flex-start;
        padding-right: 48px;
            
        }

        .fixme {
            display: inline-block;
        }

        .img_wrap {
                   min-width: 522px;
        }
      

}

.ustav_nav_inner  {
    justify-content: center;
}

@media (max-width: 960px) {
 .zpravy_content {
    padding: 0 15px 20px 15px;
 }


}
  .zpravy h2 {
    color: #D63402;
 
  }




  .zpravy * {
    color: #D63402;
  }
  .zpravy .item h3 {
   color: #D63402;


  }


  img {
    max-width: 100%;
  }
  .date {
    font-size: 12px;
    line-height: 14px;
  }

  .ustav h2,
     .ustav  h3{
    color: #A69E0C;
  }
  
  .ustav .zpravy_container,
  .ustav .item
   {
    border-color: #A69E0C;
  }

  .ustav_nav  {
    flex-wrap: wrap;
    margin-top: 20px;
 justify-content: center;
        padding: 0 0 0 5px;
  }
  .ustav_nav  a {
    text-decoration: none;
    padding: 13px 15.5px;
    border-radius: 20px;
    color: white;
    background-color: rgba(166,158,12,0.7);
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 9px;
    font-size: 15px;
    transition: background-color 250ms ease-in;

  }
  .ustav_nav  a:hover {

    background-color: #A69E0C;

  }
   .inscenace {
        margin-top: 38px;
    background-color: rgba(166,28,240,.07);
 }


   @media (min-width: 960px) {

  .ustav_nav  {
        padding: 0 82px;
        justify-content: space-around;
        max-width: 1080px;
     margin: 46px auto;
     display: flex;
 
  }


    .ustav_nav  a {
        font-size: 24px;
        padding: 13px 23px 13px 23px;
        border-radius: 25px;
                margin-bottom: 10px;
    }

    .ustav_nav_inner {
            justify-content: space-around;
            max-width: 480px;
            margin: auto;
  margin-top: 2px;
    }
    section.inscenace {
                padding: 63px 0 46px 0;
    }

   }


 .inscenace h2,
  .inscenace h3 {
       color: #A61CF0;
 }

  .inscenace .zpravy_container,
    .inscenace  .item {
    border-color: #A61CF0;
  }

@media (max-width: 960px) {
     .inscenace  .item {
            padding-bottom: 18px;
   
       }
 
        .prilezitosti  img {
    margin-top: 16px;
}
}


.prilezitosti h2,
 .prilezitosti h3  {
      color: #2614C8;

}
.banner .inner {
        max-width: 1120px;
}
.prilezitosti .zpravy_container,
    .prilezitosti  .item {
    border-color: #2614C8;
  }



    @media (max-width: 960px) {

        .banner {
            display: none;
        }

        .prilezitosti .inner .item {
    padding: 6px 0 16px 0;
}

        .prilezitosti .inner .item:first-child {
    padding-top: 24px;
    padding-bottom: 17px;
}

    }


.festivaly {
    padding-top: 35px;
   background-color: rgba(1,161,12,0.07);
}

 @media (min-width: 960px) {
  .festivaly {
                padding-top: 68px;
                padding-bottom: 48px;
        }
 }


.festivaly h2,
.festivaly h3 {
    color: #017906;
}


.festivaly .zpravy_container,
    .festivaly  .item {
    border-color: #017906;
  }

  .sub_nadpis {
font-size: 20px;
    line-height: 28px;
    color: #060606;
    text-align: center;
    margin: -2px auto 20px auto;
    max-width: 240px;
  }




  form {
        display: flex;
    flex-direction: column;
    margin-top: 32px;
  }

input[type=email] {
background: white;
    padding: 11px 14px 11px 14px;
    border: 1.13px solid #000000;
    border-radius: 40px;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 1px;

margin-bottom: 41px;


}

input[type=submit] {
padding: 9px 9px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 20px;
        border: 1px solid;
}


   @media (min-width: 960px) {

    input[type=email] {
    max-width: 100%;
    margin: 0 0 43px 0;
    }
       .newsletter .inner {
                padding-top: 30px;
        }

        .sub_nadpis {
            max-width: 100%;
            font-size: 18px;
            color: #060606;
                   margin: 0px auto 32px auto;
   
        margin-left: -2px;
        }

         .newsletter h2 {
            padding-bottom: 15px;
            letter-spacing: 0;
         }
           form {
            max-width: 448px;
            margin: auto;
            position: relative;
           }
           input[type=email] {
                    padding: 9px 14px 6px 19px;
           }

           .submit_wrap {
            position: absolute;
            right:0;
           }

           input[type=submit] {
            border: none;
                    padding: 9px 21px;
        background: transparent;
        cursor: pointer;
           }
 }

.pred_lety .zpravy_content,
.divadelni_design .zpravy_content {
 padding-bottom: 0;
}

.newsletter {
    padding-bottom: 19px;
}
.popisky {
font-size: 12px;
    text-align: center;
margin-bottom: 41px;
}
.justyfy_me {
    justify-content: center;
}

.pred_lety {
    background-color: #E8E2DD;
}
.title3 {
    font-size: 20px;
    line-height: 25px;

}
.pred_lety h3 {
   margin-bottom: 2px;
    margin-top: 16px;
}

.pred_lety .item {
    margin-bottom: 10px;
}
.divadelni_design h3 {

    margin: 14px 0 4px 0;
}

footer {
    background: rgba(33, 33, 33, 1);
       padding: 40px 40px;

}


footer p {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}
.wrappy {
    flex-wrap: wrap;
}
footer h5, footer p,  footer a {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}


.projekt_footer,
.partner_footer  {
    padding: 3px;
    justify-content: center;
    margin-bottom: 10px;
}
.partner_footer > div.first,
.projekt_footer > div {
    flex-wrap: wrap;
    justify-content: center;
        flex-direction: row;
}
.partner_footer {
    margin-bottom: 0;
    flex-direction: column;
    padding-top: 4px;
}

.divadelni_design .item {
    margin-bottom: 10px;
}
.projekt_footer a {
    display: inline-block;
       margin-right: 0;
        line-height: 18px;
}
footer .footer_inner {
    padding: 0 10px;
}
.first  {
   padding-left: 11px;
    margin-bottom: 4px;
}
.first  a:first-child {
    margin-right: 27px;
    display: inline-block;
}

.second  a:first-child {
 margin-right: 20px;
}
@media (min-width: 960px) {
.partner_footer {
    margin-bottom: 0;
    padding-left: 16px;
    padding-top: 0;
}


}

@media (max-width: 960px) {
    .projekt_footer a:nth-child(odd) {

    margin-right: 12px;
    }
}

.memoriam .item {
    border-top: 1.13px solid black;
}
footer h5 {
    font-weight: bold;
}


.social_cont a svg {
    transition: transform 250ms ease;
}
.social_cont a:hover svg {
    transform: scale(1.2);
}

@media (min-width: 960px) {
    footer {
    
     padding: 91px 40px;

    }
    footer .footer_inner {
    display: flex;
        flex-direction: column;
    }
        

   footer h5, footer p,  footer a {
     
        font-size: 21px;
        line-height: 33.8px;
    }
    .projekt_footer {
            padding: 9px 10px 24px 6px;
            max-width: 819px;
            margin: auto;
            flex: 1;
            min-width: 819px;
    }
    

    .projekt_footer > .flexy {
    justify-content: space-between;
    margin-bottom: 15px;
    flex: 1;
    }
    .projekt_footer a  {
     
    }

    .partner_footer > .flexy-col {
        flex-direction: row;
    }

    .partner_footer {
           flex: 1;
            max-width: 819px;
            margin: auto;
            margin-top: 4px;
            margin-top: -1px;
           padding-left: 6px;
                    min-width: 816px;
    }

     .partner_footer > div,
       .partner_footer > div a {
         flex: 1;
         display: inline-flex;
         white-space: nowrap;
     }

     .first {
         margin-right: 18px;
        min-width: 404px;
       padding-left: 16px;
     }

     .social {
       margin: 15px auto 25px auto;
            padding-left: 17px;

     }
     .social_cont {
    
    margin-left: 1px;
     }
     .copy_right {
       margin-top: 45px;
     }
}


   @media (min-width: 960px) {
        section.memoriam  {
            
            padding: 59px 0 0 0;
        }
        section.memoriam h2 {
        padding-bottom: 37px;
        }
          section.memoriam h3 {
margin: 20px 0 13px 0;

          }
   }

   footer a {
    transition:  text-decoration 350ms ease-in;
   }
footer a:hover {
    text-decoration: underline;
}
@media (max-width: 960px) {
    .odsaz {
        margin-top: 4px;
            padding-left: 11px;
    }
    }
.social {
     align-items: center;

    padding: 12px 0px 15px 16px;
 justify-content: center;  
}

.social h5 {
 margin-right: 16px;
 margin-top: -7px;
}
.align_me {
    align-items: center;
}
footer svg {
margin-right: 16px;
}
.copy p {
line-height: 17px;
}

nav.mob_menu   {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 100%;
    min-width: 100%;
    min-height: calc(100vw - 40px);
    z-index: 10000;
    top: 71px;
        background: white;
      padding: 4px 40px;
}
nav.mob_menu.visible {
    display: flex;
}
nav.mob_menu   .menu {
    display: flex;
    flex-direction: column;
}
nav ul li {
    list-style-type: none;
}

#menu-hlavni-menu li a {
 font-size: 28px;
    line-height: 61px;
    font-weight: bold;
    letter-spacing: 1.2px;
}

#menu-secondary-menu {
    margin-top: 13px;
}
 #menu-secondary-menu a {
      font-size: 20px;
    line-height: 31px;
 }
 .search {
 position: relative;
 }
.mob_menu .search {
    margin-top: 10px;
   
}

.search_trigger {
position: absolute;
    padding: 12px;
    display: inline-block;
    right: 3px;
}

.search  input {
    padding: 10px 10px 10px 13px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 20px;
    border: 1px solid;
}



@media (max-width: 960px) {
    nav.menu {
        display: none;
    }
}
 


@media (min-width: 960px) {

    .search  input {
    padding: 6px 8px 6px 13px;
            font-size: 18px;
            line-height: 20px;
            border-radius: 20px;
            color: #898989;
            margin-top: -1px;
            max-width: 208px;
    }

    .search_trigger {
    
        padding: 7px;
    
        transform: rotate(90deg);
    }

    .pred_lety .item.flexy-col,
    .divadelni_design  .item.flexy-col {
        flex-direction: column;
    }
     .pred_lety h2 {

     }
    .pred_lety .item,
    .divadelni_design  .item {
        border-color: #000000;
    }
     .pred_lety h3 {
        margin-top: 20px;
     }
    .pred_lety h3 br {
        display: none;
    }
       .divadelni_design .title3,
     .pred_lety .title3 {
        font-size: 27px;
        line-height: 33.8px;
        margin-top: -3px;
     }

     .divadelni_design {
                padding: 95px 0 27px 0;
     }
    .divadelni_design img,
         .pred_lety img {
        margin-top: 1px;
        min-height: 602px !important;
        margin-bottom: 9px;
    }

        .divadelni_design h3 {
        margin-top: 20px;
     }

     .newsletter {
        padding-top: 41px;
        background-color: #F6FF00;
        padding-bottom: 36px;
     }

     .memoriam  .item_inner {
        padding-right: 64px;
     }
     
       .memoriam  .item_inner  p.item_hidden   {
         line-height: 24.6px;
     }

       .memoriam .item.flexy-col:first-child {
        
        padding-top: 90px;
       }
     

}


     .newsletter {
                
        background-color: #F6FF00;
     }

     
    header .inner {
        justify-content: space-between;
    }
    .mob_menu .social_cont {
            justify-content: center;
            margin: 20px;

    }
    .mob_menu .social_cont svg {
            margin: 0 10px;
    }
    #mob_menu_trigger.active  svg {
        transition: transform 250ms ease;
    }
    #mob_menu_trigger.active  svg {
        transform: rotate(45deg);
    }
    
    
    .display_desktop {

        display: none;
    }


@media (min-width: 960px) {
    .display_desktop {
        display: block;
    }
    .display_mob {
        display: none;
    }
      .display_desktop.ustav_nav {
    display: flex;
  }



}
 /*
body {
    position: relative;
    padding-bottom: 400px;

}
body:before {
    content: '';
    display: block;
    position: absolute;
    height: auto;
    width: 100vw;
    background-size: 100% auto;

    background-image: url(images/hp_front.png);

    opacity: .5;
     z-index: 100000;
    background-repeat: no-repeat;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
 