/*
Theme Name:     TownPress Child
Theme URI:      http://demos.volovar.net/townpress.wp/demo
Description:    Child theme of the TownPress theme
Author:         LSVRthemes
Author URI:     http://themeforest.net/user/LSVRthemes/portfolio
Template:       townpress
Version:        1.0.0
*/

a {
    color: #1a0dab;
}

a:hover {
    text-decoration: underline;
}

.footer-text a {
    color: #fff;
}

.menu-item a{
    color: #ec5237;
}

p{
    text-align: justify !important;
}

.multi-navigation .c-feature .feature-inner{
    padding-left: 78px !important;
}

.multi-navigation a{
    text-decoration: none !important
}

.main-menu .top-menu > a{
    padding-left: 60px !important;
    float: left;
    position: relative;
}

.main-menu .top-menu.aras-menu > a{
    max-width: 220px;
    padding-left: 78px !important;
}

.main-menu .top-menu.csr-menu > a{
    max-width: 160px;
}

.main-menu .top-menu.aas-menu > a{
    max-width: 190px;
}

.main-menu .top-menu.afj-menu > a{
    max-width: 168px;
}

.main-menu .top-menu.araj-menu > a{
    max-width: 218px;
    padding-left: 78px !important;
    padding-right: 78px !important;
}

.main-menu .top-menu a{
    text-decoration: none !important;
}

.main-menu .top-menu > a{
    text-align: left;
}

.main-menu .top-menu > a:before{
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 60px;
    height: 40px;
    z-index: 1;
}

.main-menu .top-menu.current-menu-item > a:before,
.main-menu .top-menu.current-menu-parent > a:before{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main-menu .top-menu.current-menu-item > a:after,
.main-menu .top-menu.current-menu-parent > a:after{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.main-menu .top-menu.aras-menu > a:before{
    background-image: url("/wp-content/uploads/custom/aras-sm.png");
    left: 10px;
}

.main-menu .top-menu.csr-menu > a:before{
    background-image: url("/wp-content/uploads/custom/csr-sm.png");
}

.main-menu .top-menu.afj-menu > a:before{
    background-image: url("/wp-content/uploads/custom/afj-sm.png");
}

.main-menu .top-menu.araj-menu > a:before{
    background-image: url("/wp-content/uploads/custom/araj-pink-sm.png");
    left: 10px;
}

.main-menu .top-menu.aas-menu > a:before{
    background-image: url("/wp-content/uploads/custom/aas-sm.png");
}

.sjb-listing .hidden-xs{
    display: block !important;
}

.sidebar .widget{
    margin-bottom: 0;
}

.sidebar .widget:last-child{
    margin-bottom: 48px;
}

.sidebar .widget.lsvr-notices{
    margin-bottom: 24px;
}

/*.plt-araj .aras-menu > a{
    background: #a9d63b;
    border-radius: 100px;
    color: #fff !important;
}

.plt-araj .csr-menu > a{
    background: #00C3C9;
    border-radius: 100px;
    color: #fff !important;
}

.plt-araj .aas-menu > a{
    background: #e868a7;
    border-radius: 100px;
    color: #fff !important;
}*/

.plt-araj #page-header{
    background: transparent;
    color: #000;
    border-radius: 8px;
    margin-top: 0px;
}

.plt-araj .breadcrumbs a,
.plt-araj .breadcrumbs {
    color: #ec5237;
}

.plt-araj .page-title{
    padding-top: 0;
}

.plt-araj #core .c-container{
    border-radius: 8px;
    /*background-image: url("/wp-content/uploads/custom/pattern-2-op.png");*/
    background-size: 100% auto;
    background-color: transparent;
    margin-bottom: 50px;
}

input[type="submit"]{
    border-radius: 8px !important;
}

input, textarea, select {
    border-radius: 8px !important;
}

.plt-araj .c-content-box{
    background: transparent;
    box-shadow: none;
    max-width: 1200px
}

.plt-araj .c-accordion .c-content-box{
    border-right: none;
}

.plt-araj .sidebar .widget{
    background: transparent;
    box-shadow: none;
}

.plt-araj #page-header h1{
    color: #000;
}

.plt-araj #page-header .breadcrumbs a{
    color: #ec5237;
}

.plt-araj #page-header.m-has-breadcrumbs .page-title:after{
    background-color: #000;
}

.plt-araj #page-header:before{
    /*content: "";
    position: absolute;
    top: -59px;
    right: -8px;
    width: 150px;
    height: 104px;
    background: url("/wp-content/uploads/custom/icon-2.png");
    background-repeat: no-repeat;
    background-position: center;*/
}

.plt-araj .widget-list .widget:first-child{
    border-radius: 8px 8px 0 0;
    position: relative;
}

.plt-araj .widget-list .widget:last-child{
    border-radius: 0 0 8px 8px;
}

.plt-araj .widget-list .widget.first_item_araj{
    position: relative;
}

.plt-araj .widget-list .widget.first_item_araj:before{
    /*content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 200px;
    height: 92px;
    background: url("/wp-content/uploads/custom/icon-4.png");
    background-repeat: no-repeat;
    background-position: center;
    max-width: 50%;
    background-size: 100%;*/
}

.sc_dropcaps_item{
    background:  url("/wp-content/uploads/custom/drop_1.png");
    font-size: 1.4em;
    line-height: 2.1em;
    width: 2em;
    display: block;
    margin: 0px 15px 2px 0;
    float: left;
    text-align: center;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    color: #fff;
    font-weight: bold;
}

.widget_sep{
    margin-top: 24px;
}

.plt-araj .sidebar .widget.widget-no-border {
    border-bottom: none;
}

.plt-araj #page-header:after{
    border-top-color: transparent;
}

.plt-araj .custom-btn{
    background: #907ee2;
    color: #fff;
    border-radius: 8px;
}

.plt-araj .custom-btn .fa{
    color: #fff;
}

.plt-araj .btn-rose{
    background: #e4508f;
    color: #fff;
    border-radius: 8px;
}

.plt-araj h1,
.plt-araj h2,
.plt-araj h3,
.plt-araj h4,
.plt-araj h5,
.plt-araj h6,
.plt-araj strong{
    /*font-family: 'Lobster', cursive !important;*/
    color: #907ee2;
}

.plt-araj .sidebar .widget-title{
    line-height: 30px;
}

.plt-araj{
    background: #ffffff;
    /*background-image: url("/wp-content/uploads/custom/pattern-bg.png");*/
    background-image: url("/wp-content/uploads/custom/pattern-2-op.png");
    background-position: left center;
    background-size: 50%;
    background-repeat: repeat;
}


.plt-araj .header-image::after {

    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,0)), to(#ffffff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255,0), #ffffff);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255,0), #ffffff);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255,0), #ffffff);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255,0),#ffffff);
    height: 1000px;
}

.plt-aas .header-image .image-layer{
    background-position: center 20%;
}

.plt-csr .header-image .image-layer{
    background-position: center 60%;
}

.plt-araj .header-image .image-layer{
    background-position: center 55%;
}

.plt-araj #m_1,
.plt-araj #m_6,
.plt-araj #m_4,
.plt-araj #m_31,
.plt-araj #m_32,
.plt-araj #m_29,
.plt-araj #m_30,
.plt-araj #text_avenches,
.plt-araj #rect_avenches,
.plt-araj #m_5,
.plt-araj #m_2{
    display: none;
}

.acc_abmg .accordion-title,
.acc_efaje .accordion-title,
.acc_reajy .accordion-title,
.acc_rymaje .accordion-title{
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.acc_abmg .accordion-title::before,
.acc_efaje .accordion-title::before,
.acc_reajy .accordion-title::before,
.acc_rymaje .accordion-title::before{
    content: "Liste des communes faisant partie du réseau EFAJE";
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-transform: none;
    font-weight: normal;
}

.kids-chore .wpb_text_column{
    max-width: 450px;
    margin: auto;
}

.kids-chore .wpb_text_column h3{
    text-align: center;
    padding: 16px;
    background-color: #e4508f;
    border-radius: 16px;
    font-size: 26px;
    margin-bottom: 0;
}

.kids-chore .wpb_text_column h3 strong{
    color: #ffffff;
}

.kids-chore ul{
    list-style: none;
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px;
    border-left: 12px solid #e4508f;
    border-right: 12px solid #e4508f;
    border-bottom: 12px solid #e4508f;
    border-radius: 0 0 16px 16px;
}

.kids-chore ul li{
    position: relative;
    padding-left: 30px;
}

.kids-chore ul li:before{
    content: "\e66a";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    font-family: 'townpress';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #e4508f;
}



.sidebar .widget-title{
    text-transform: none;
}

.center-txt{
    text-align: center;
    margin: auto;
    margin-bottom: 14px;
}

.rainbow-txt font:nth-child(1n){
    color: #a9d63b;
}

.rainbow-txt font:nth-child(2n){
    color: #00C3C9;
}

.rainbow-txt font:nth-child(3n){
    color: #907ee2;
}

.rainbow-txt font:nth-child(4n){
    color: #e868a7;
}

.header-branding{
    padding: 0;
    margin-top: -5px;
}

.header-menu nav > ul > li > ul{
    border-radius: 8px;
}

.m-has-standard-menu .header-menu{
    margin-top: 40px;
}

.top-bar{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-bar .custom-btn{
    height: 30px;
    line-height: 30px;
}

.condensed-sub-menu{
    padding: 0 !important;
}
.condensed-sub-menu li{
    width: 50% !important;
    
}


.footer-bottom{
    background: rgba(17,17,17,0.9);
    color: #fff
}

.footer-bottom:before{
    display: none;
}

.footer-bottom .footer-text{
    font-size: 14px;
}

.footer-bottom .footer-bottom-inner{
    padding: 24px 0 24px 0;
}

.footer-bg::before{
    display: none;
}

table.table_no_zebra tbody > tr:nth-child(2n) > td{
    background: transparent !important;
}

table.table_no_zebra tbody tr:nth-of-type(2n){
    background: transparent !important;
}

@media (max-width: 1200px){
    .plt-araj .widget-list .widget.first_item_araj:before{
        width: 200px;
        height: 92px;
        max-width: 40%;
    }
    
    .condensed-sub-menu li{
        width: 100% !important;
    }
}

@media (max-width: 1024px){
    .plt-araj .widget-list .widget.first_item_araj:before{
        width: 200px;
        height: 92px;
        max-width: 30%;
    }
    
    
}

@media (max-width: 991px){
    .plt-araj #page-header:before{
        display: none;
    }
}

@media (max-width: 320px){
    .plt-araj .widget-list .widget.first_item_araj:before{
        display: none;
    }
}

@media (min-width: 1150px) AND (max-width: 1300px){
    .main-menu .top-menu > a:before{
        left: 0px;
        background-size: 100%;
        width: 40px;
        height: 40px;
        z-index: 1;
        left: 10px;
    }
    
    .main-menu .top-menu.aras-menu > a{
        max-width: 190px;
        padding-left: 60px !important;
        padding-right: 15px;
    }

    .main-menu .top-menu.csr-menu > a{
        max-width: 140px;
        padding-right: 0;
    }

    .main-menu .top-menu.aas-menu > a{
        max-width: 160px;
        padding-right: 0;
    }

    .main-menu .top-menu.afj-menu > a{
        max-width: 145px;
        padding-right: 0;
    }

    .main-menu .top-menu.araj-menu > a{
        max-width: 205px;
        padding-left: 58px !important;
        padding-right: 0;
    }
}

@media (min-width: 992px) AND (max-width: 1149px){
    .main-menu .top-menu > a:before{
        display: none;
    }
    
    .main-menu .top-menu > a:after{
        opacity: 0;
        visibility: hidden;
    }
    
    .main-menu .top-menu.aras-menu > a{
        max-width: 150px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: left !important;
    }

    .main-menu .top-menu.csr-menu > a{
        max-width: 120px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: left !important;
    }

    .main-menu .top-menu.aas-menu > a{
        max-width: 135px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: left !important;
    }

    .main-menu .top-menu.afj-menu > a{
        max-width: 100px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: left !important;
    }

    .main-menu .top-menu.araj-menu > a{
        max-width: 100px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: left !important;
    }
}

.header-menu nav > ul > li.m-has-submenu > a::after {
    display: none !important;
}

.header-menu nav > ul > li.m-has-submenu > a:after{
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    width: 60px;
    height: 40px;
    z-index: 2;
    display: inline-block !important;
}

.main-menu .top-menu.araj-menu > a:after{
    background-image: url("/wp-content/uploads/custom/afj-sm.png");
    right: 5px;
}

.header-menu nav > ul > li > a{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 16px;
}

.div-tooltip {
  display: none;
  position: absolute;
  background-color: #000;
  padding: 10px;
  color: #fff;
  border-radius:3px;
  z-index:999;
}

.div-tooltip .tooltip_title{
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}

.div-tooltip .tooltip_content{
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}

.page-template-template-members_documents #page-content{
    border-right: none;
}

.wpdm-all-packages-table thead tr th{
    color: #e29260;
}

.wpdm-download-link{
    background-color: #e29260 !important;
}

.page-template-template-members_documents #core,
.post-type-archive-lsvrevent #core{
    min-height: 850px !important;
}

.custom-btn {
    display: block;
    float: right;
    margin-left: 20px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border-radius: 8px;
}

.custom-btn:hover {
    -moz-box-shadow: inset 0 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 5px rgba(0,0,0,0.1);
}

.custom-btn {
    color: #565656;
    background-color: #FFF;
}

.custom-btn .fa {
    color: #ec5237;
}

.header-toggle-holder{
    padding-right: 100px;
}

.header-toggle-holder .btn-login {
    position: absolute;
    top: 0;
    right: 0;
}

.header-toggle-holder .btn-login-contact{
    right: 50px;
}

.header-toggle-holder .toggle-communes{
   position: absolute;
   top: -55px; 
}

.event-subscribe a{
    text-decoration: none !important;
}

.event-subscribe .ico{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.event-subscribed .ico{
    color: green !important;
}

.event-subscribed a{
    color: green !important;
}


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
    LARGE DEVICES
            devices with width between 992px and 1199px
------------------------------------------------------------------------- */

@media ( max-width: 1199px ) {

    /* your CSS here */

}

/* -------------------------------------------------------------------------
    MEDIUM DEVICES
            devices with width between 768px and 991px
------------------------------------------------------------------------- */

@media ( min-width: 992px ) {

    .header-menu nav{
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }
    
    .main-menu .top-menu{
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
        margin-right: 15px;
        border-radius: 40px;
        /*box-shadow: 0px 0px 10px #aaa;*/
    }
    
    .header-menu nav > ul > li.m-has-submenu > a{
        color: #000;
    }
    
    .header-menu nav ul ul:before{
        content: " ";
        height: 10px;
        position: absolute;
        width: 100%;
        background: transparent;
        top: -10px;
        left: 0;
    }
    
    .header-menu nav ul ul{
        margin-top: 5px;
    }

}

@media ( max-width: 991px ) {
.header-menu nav>ul>li {
	display: grid;
	}
	.header-branding {
    float: none;
    padding: 47px 0;
}
.plt-araj .c-content-box{
    border-right: none;
}

}

/* -------------------------------------------------------------------------
SMALL DEVICES
        devices with width between 481px and 767px
------------------------------------------------------------------------- */

@media ( max-width: 767px ) {

    /* your CSS here */

}

/* -------------------------------------------------------------------------
EXTRA SMALL DEVICES
        devices with width up to 480px
------------------------------------------------------------------------- */

@media ( max-width: 480px ) {

    /* your CSS here */

}

/* Responsive Table*/
table.wdn_responsive_table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d5d5d2;
    border-collapse: collapse
}

table.wdn_responsive_table caption {
    font-family: 'Tungsten A', 'Tungsten B', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.954rem;
    line-height: 1;
    margin-bottom: .75em;
    display: none;
}

table.wdn_responsive_table th {
    font-family:  Verdana, sans-serif;
    
    line-height: 1.333;
}

table.wdn_responsive_table td, table.wdn_responsive_table th {
    text-align: left
}

table.wdn_responsive_table td {
    padding: .92307em 1em .7692em
}

table.wdn_responsive_table tbody tr:nth-of-type(even) {
    background-color: #f9f8f5
}

table.wdn_responsive_table tbody th {
    border-top: 1px solid #d5d5d2
}

table.wdn_responsive_table tbody td {
    border-top: 1px solid #d5d5d2
}

table.wdn_responsive_table thead th abbr {
    border-bottom: none
}

.header-tools{
    width: 100%;
}

.commune_global_content ul{
    background-color: #FFF;
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.05),-5px 5px 8px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.05), -5px 5px 8px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.05), -5px 5px 8px rgba(0,0,0,0.05);
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    padding: 5px 15px;
    width: 100%;
    z-index: 20;
    list-style-type: none;
    margin: 0;
    padding-bottom: 10px;
    border-radius: 8px;
}

.commune_global_content ul:before{
    position: absolute;
    content: " ";
    width: 100%;
    height: 10px;
    background: transparent;
    top: -10px;
    left: 0;
}

.commune_global_content:hover ul{
    display: block;
}

.commune_global_content ul li{
    display: inline-block;
    width: 20%;
    height: 50px;
    padding: 10px;
    position: relative;
    padding-left: 40px;
    line-height: 28px;
}

.commune_global_content ul li img{
    max-height: 30px;
    position: absolute;
    left: 10px;
}

.summer-clk table tr td{
    color: #ec5237;
    font-weight: bold;
}

@media screen and (max-width:1150px) {

    .commune_global_content ul li{
        width: 33.333%;
     }
    
}

@media screen and (max-width:991px) {

    .commune_global_content{
        display: none;
     }
     
     .btn-hide-mobile{
         display: none;
     }
    
}

@media screen and (max-width:47.99em) {
    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block
    }

    table.wdn_responsive_table thead tr {
        display: none
    }

    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: transparent
    }

    table.wdn_responsive_table tbody td {
        text-align: left
    }

    table.wdn_responsive_table tbody td:before {
        display: block;
        font-weight: 700;
	padding-bottom:3px;
        content: attr(data-header)
    }

    table.wdn_responsive_table tbody td:empty {
        display: none
    }

    table.wdn_responsive_table tbody td:nth-of-type(even) {
        background-color: #f9f8f5
    }
    
    table.wdn_responsive_table tbody td:first-child{
        border-top: 4px solid #ec5237;
	background-color:#cecece;

    }
    
    table.wdn_responsive_table tbody td:nth-of-type(2n){
        background-color: #fff;
    }
    
    table.wdn_responsive_table tbody td:first-child{
        border-top: 4px solid #ec5237;
	background-color:#cecece !important;

    }
    
    
}

@media (min-width:48em) {
    table caption {
        font-size: 2.532rem
    }

    table th {
        padding: 1.2307em 1.2307em 1em;
        font-size: .802rem
    }

    table td {
        padding: .75em 1em .602em
    }
    
    table.wdn_responsive_table tr td,
    table.wdn_responsive_table tr th{
        border: 1px solid #d5d5d2;
    }
}

@media screen and (min-width:48em) {
    table.wdn_responsive_table thead th:not(:first-child) {
        text-align: center
    }

    table.wdn_responsive_table tbody td {
        text-align: center
    }

    table.wdn_responsive_table.flush-left td, table.wdn_responsive_table.flush-left thead th {
        text-align: left
    }
}

form#sjb-application-form {
    display: none;
}
.d-n {
    display: none!important;
}
.mt-30 {
    margin-top: 20px !important;
}
 .table-wb.wdn_responsive_table td {
    padding: 0 0px 2px 13px;
}

.table-wb.wdn_small td {
    padding: 0 0px 2px 13px;
}

 .table-wb tbody td {
    border: 1px solid #d5d5d2;
    width: 50%;
}
.wpb_single_image.wpb_content_element.vc_align_center.img-ap {
    /*padding: 51px 0px 3px 0px;*/
}
.table-hd.wdn_responsive_table td {
    padding: 5px 4px 5px 16px;
}
.table-hd .wdn_responsive_table {
	width: 80%;
}
.table-hd thead th {
    color: #000; 
    background-color: transparent !important; 
	padding: 5px 5px 6px 14px;
}
.table-hd tbody>tr:nth-child(even)>td {
    background-color: #ffffff;
}
.table-th thead th {
    border: 1px solid #cecece;
}
.table-th.wdn_responsive_table {
	width: 50%;}

