@media (max-width: 1660px) {
    @-ms-viewport {
        width: 1660px;
    }
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, code, em, img, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-family: 'avregular', Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    vertical-align: baseline;
    background: #fff url('../images/bg.jpg') no-repeat top center;
    font-size: 12px;
    margin:0;
    color:#000;
}

.graypage {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
    filter: url('../images/resources.svg#desaturate'); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

table {
    border-collapse: separate;
    border-spacing: 0;
}


.keywords, .keywords1 {
    color:#174133;
    font-weight:bold;
}


.clr {
    clear: both !important;
    font-size: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
}

h1 {
    margin:10px 30px;
    font-weight: normal;
    font-size: 1.4em;
    margin: 10px auto;
}

h2 {
    margin:10px 30px;
    font-weight: normal;
    font-size: 1.4em;
}


h3 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: normal;
}

h5 {
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    color: #363636;
}

img {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    color:#174133;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

#main-wrapper {
    position:relative;
    overflow: hidden;
    width:100%;
    margin: 0px auto;
}

#custom-wrapper {
    position:relative;
    overflow: hidden;
    width:100%;
}

.wrapper {
    width: 1100px;
    margin: 0px auto;
    padding: 0px 20px;
    background: #fff;
}
/* ======================================== head ========================== */

.head {
    z-index: 1;
    position: relative;
}

.head .content {
    margin:0 auto;
    position: relative;
    height: 170px;
}

.head .content .logo {
    float:left;
    padding-top: 10px;
    margin-bottom: 5px;
    position: relative;
}

.head .content .logo .wstazka {
    position: absolute;
    top:60px;
    right:-40px;
}

.head .content .top {
    float: right;
    padding-top: 10px;
    width: 360px;
}


.head .content .top .contact {
    float: right;
    height: 94px;
    color: #828282;
    width: 360px;
    text-align: right;
}

.head .content .top .contact img {
    vertical-align: middle;
    margin-right: 10px;
}

.head .content .top .contact a {
    color: #828282;

}

.head .content .top .contact .search {
    padding-top: 48px;
    text-align: right;
    padding-left: 40px;
    float: left;
}

.head .content .top .contact .search input[type="text"]{
    border:0;
    background: url("../images/search-bg.png") no-repeat;
    float:left;
    height: 19px;
    width:270px;
    padding: 5px;
    border: 1px solid #bfbfbf;
}

.head .content .top .contact .search input[type="image"]{
    float:left;
    height: 31px;
}

.head .content .menu{
    height: 44px;
    background: url("../images/menu-bg-green.png") no-repeat;
}

.head .content .menu p {
    line-height: 44px;
    font-size: 16px;
    font-weight: normal;
    color:#fff;
    text-align: center;
}

.head .content .menu ul li {
    display: inline-block;

}

.head .content .menu ul li:first-child { margin-left: 10px;}

.head .content .menu ul li a {
    padding: 15px 15px 0;
    color: #fff;
    font-size: 1.1em;
    display: block;
    height: 29px;
    font-weight: bold;
}
.head .content .menu ul li.active {
    text-decoration: underline;
}
.head .content .menu ul li.active a {
    text-decoration: underline;
}


.slider {
    padding-top:7px;
    width:1200px;
    height:409px;
    margin: auto;
    position: relative;
}

.slider li .slide {
    position: relative;
    width:1200px;
    height:409px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.slider li .sldie img {
    position: absolute;
    top:0px;
    z-index: 100;
}

.slider li .slide .desc {
    position: absolute;
    bottom: 40px;
    left:70px;
    text-shadow: 2px 2px 2px #000;
    color:#fff;
    font-size: 1.4em;
    line-height: 170%;
    font-weight: bold;
    font-style: italic;
}


.slider li .slide .desc h3 {
    color:#fff;
    font-size: 1.8em;
    font-weight: bold;
}

.page {

    width:1200px;
    margin: 7px auto 0;
    height: 30px;
    background-color: #e4e4e4 ;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer {
    display: block;
    padding: 10px 20px;
    background: #163F32 url("../images/footer-bg.png");
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.footer p {
    text-align: center;
    font-size: 14px;
}
/* ======================================== main / content ========================== */

.main {
    z-index: 4;
    padding-bottom: 30px;
    background: #fff;
}

.main .content {
    width:1100px;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
}

.main .content .inner {
    width:834px;
    margin: auto;
    position: relative;
    line-height: 200%;
    font-size: 1.1em;
    color:#4e4e4e;
    float: left;
    padding: 0 5px 0 10px;
    font-family: Tahoma;
}

.main .content .inner h1 {
    margin-top: 0px;
    font-size: 1.2em;
    text-align: left;
    color: #174133;
    font-weight: bold;
    font-family: 'avregular';

}

.main .content .inner .news {
    width:256px;
    float: left;
    margin: 5px 11px;
}

.main .content .inner .news .date {
    font-weight: bold;
    color:#174133;
    text-align: right;
}

.main .content .inner .news a.img {
    background: #EBEBEB;
    display: block;
    width:256px;
    height:168px;
    text-align: center;
    padding-top: 5px;
    overflow:hidden;
}

.main .content .inner .news img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main .content .inner .news h4 {
    margin:0;
    padding:0;
    color: #174133;
    font-weight: bold;
    height: 50px;
}

.main .content .inner .news .desc{
    height: 100px;
    overflow-y: hidden;
}


.main .content .sidebar-left {
    width: 259px;
    float: left;
    display: inline-block;
}



.main .content .articles {
    float: left;
    display: inline-block;
    width: 820px;
    min-height: 400px;
    padding: 0px 10px;
    border-left: 1px dashed #bdbdbd;
}

.main .content .articles .articles-pagination {}

/* POSTS */

.main .content .articles .entries {
    width: 100%;
}
.main .content .articles .entries .entry:nth-child(even) { background:#fff;}
.main .content .articles .entries .entry:nth-child(odd) { background: #f0f0f0;}
.main .content .articles .entries .entry { display: block; padding: 10px; border-bottom: 1px dashed #bdbdbd; }
.main .content .articles .entries .entry a { color: #215C48; }
.main .content .articles .entries .entry h3 { color:#215C48; font-size: 1.4em; padding: 6px 0px; }
.main .content .articles .entries .entry .entry-admission { display: block;}
.main .content .articles .entries .entry .entry-admission p { font-weight: bold; padding: 6px 0px;}
.main .content .articles .entries .entry .entry-footer { display: block; padding: 6px 0px;}
.main .content .articles .entries .entry .entry-footer .entry-date { color:#ababab; margin-right: 20px;}
.main .content .articles .entries .entry .entry-footer .entry-views { color:#ababab;margin-right: 20px; }
.main .content .articles .entries .entry .entry-footer .entry-readmore {}

.main .content .articles .entries .single-entry { background:#fff;}

.main .content .articles .entries .single-entry { display: block; padding: 10px 0px; border-bottom: 1px dashed #bdbdbd; }
.main .content .articles .entries .single-entry .single-entry-admission { display: block;}
.main .content .articles .entries .single-entry .single-entry-admission p { font-weight: bold; padding: 10px 0px;}
.main .content .articles .entries .single-entry .single-entry-footer { display: block; margin: 20px 0px; padding: 10px 0px; border-bottom: 1px dashed #bdbdbd; border-top: 1px dashed #bdbdbd; background:#f6f6f6;}
.main .content .articles .entries .single-entry .single-entry-footer .single-entry-date { color:#ababab; margin-right: 20px;padding: 0px 10px 0px 10px;
    line-height: 22px;}
.main .content .articles .entries .single-entry .single-entry-footer .single-entry-views { color:#ababab;margin-right: 20px;padding: 0px 10px 0px 10px;
    line-height: 22px; }
.main .content .articles .entries .single-entry .single-entry-footer p {line-height: 22px; padding: 0px 10px;}

.main .content .articles .entries .single-entry .single-entry-changelog {}
.main .content .articles .entries .single-entry .single-entry-changelog h3 {color:#174133; font-size: 12px;width: 300px;margin: 0px auto;}
.main .content .articles .entries .single-entry .single-entry-changelog .single-entry-changelog-item {
    width: 300px;
    margin: 10px auto;
    border: 1px solid #ddd;

}
.main .content .articles .entries .single-entry .single-entry-changelog .single-entry-changelog-item span {
    padding: 6px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ddd;

    background: rgb(214,214,214); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


}
.main .content .articles .entries .single-entry .single-entry-changelog .single-entry-changelog-item p {
    padding: 10px;
}

.main .content .articles .entries .single-entry .files { display: block; margin: 20px 0px;}
.main .content .articles .entries .single-entry .files a:hover span { text-decoration: underline; }
.main .content .articles .entries .single-entry .files .file { overflow: hidden; display: block;line-height: 40px;padding: 6px; border-bottom: 1px solid #f5f5f6;}
.main .content .articles .entries .single-entry .files .file:hover { background: #f5f6f6;}
.main .content .articles .entries .single-entry .files .file img { float: left; }
.main .content .articles .entries .single-entry .files .file span { float: right;}

.main .content .articles .options {
    padding: 10px 0px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    overflow: hidden;
}

.main .content .articles .options .pagination {
    float: left;
    margin-top: 5px;
}
.main .content .articles .options .fontsizes {
    float: right;
}

.main .content .articles .options .fontsizes span[class*="-size"] { cursor: pointer; padding: 0px 4px; }
.main .content .articles .options .fontsizes .min-size {font-size: 100%;}
.main .content .articles .options .fontsizes .medium-size {font-size: 120%;}
.main .content .articles .options .fontsizes .max-size {font-size: 140%;}
/* END POSTS */


.main .content .articles  .article-footer { display: block; margin: 20px 0px; padding: 10px 0px; border-bottom: 1px dashed #bdbdbd; border-top: 1px dashed #bdbdbd; background:#f6f6f6;}
.main .content .articles  .article-footer .article-entry-date { color:#ababab; margin-right: 20px;padding: 0px 10px 0px 10px;line-height: 22px;}
.main .content .articles  .article-footer .article-entry-views { color:#ababab;margin-right: 20px;padding: 0px 10px 0px 10px;line-height: 22px; }
.main .content .articles  .article-footer p {line-height: 22px; padding: 0px 10px;}

.main .content .sidebar-right {}

/** CATEGORIEs **/
.main .content .sidebar-left .category {
    display: block;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.main .content .sidebar-left .category .category-title {
    /*text-transform: uppercase;
    margin-left: 0px;
    font-size: 1.25em;
    text-align: left;
    color: #174133;
    font-weight: bold;
    padding: 0px 0px 6px 16px;*/

    display: block;

    background: url("../images/button-bg-active.png") repeat-x;
    margin-bottom: 7px;
    padding: 11px 5px 12px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    color:#fff;
    cursor: pointer;
}
.main .content .sidebar-left .category .category-articles-list {
    list-style-type: none;
    list-style-position: inside;
    display: none;
}
.main .content .sidebar-left .category .category-articles-list li {
    background: url("../images/button-bg.png") repeat-x;
    margin-bottom: 7px;
    padding: 11px 5px 12px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.main .content .sidebar-left .sidebar-menu-left {
    list-style-type: none;
    list-style-position: inside;
    display: block;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.main .content .sidebar-left .sidebar-menu-left li {
    background: url("../images/button-bg-active.png") repeat-x;
    margin-bottom: 7px;
    padding: 11px 5px 12px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.main .content .sidebar-left .sidebar-menu-left li a {
    color:#fff;
}

.main .content .sidebar-left .sidebar-menu-left li a.active {
    text-decoration: underline;
}

.read-more {
    display: block;
    width:148px;
    height:44px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/read-more.png") no-repeat;
    float: right;
    margin: 5px 0;
}
.read-more:hover {

    background-position: 0 -44px;
}


.main .content .inner .news p {
    margin:0;
    padding: 0;
}

.main .content .inner h2 {
    margin: 10px 0;
}

.main .content .inner ul, .main .inner .content ol {
    margin-left:20px;
}

.main .content .inner ul {
    list-style: disc;
}

.main .content .inner p{
    margin: 10px 0;
}

.main .content .sidebar {
    float: right;
    width:274px;
    border-left: 1px solid #e2e2e2;
    padding-left: 10px;
}

.main .content .sidebar p {
    margin: 5px 0;
}


.main .content .sidebar h2 {
    margin-top: 35px;
    margin-left: 0px;
    font-size: 1.25em;
    text-align: left;
    color: #174133;
    font-weight: bold;

}

.main .content .sidebar h2:first-of-type {
    margin-top: 0px;
}

.main .content .sidebar ul li{
    width:275px;
    height:27px;
    background: url("../images/button-bg.png") no-repeat;
    margin-bottom:7px;
    padding: 10px 5px 0 15px;
}

.main .content .sidebar ul li a {
    color: #174133;

    font-weight: bold;
}

.main .content .sidebar ul li:hover a,.main .content .sidebar ul li.active a {
    color:#fff;
}

.main .content .sidebar ul li:hover, .main .content .sidebar ul li.active {
    background: url("../images/button-bg-active.png") no-repeat;
}

.main .content .sidebar .socialmedia {
    text-align: center;
}

.main .content .sidebar .socialmedia img {
    margin: 0 5px;
}

.main .content .sidebar .newsletter input[type="text"]{
    border:0;
    background: url("../images/newsletter.png") no-repeat;
    width:273px;
    height:35px;
}

.main .content .sidebar .newsletter input[type="image"]{
    float: right;
    margin-top: 5px;
    background: url('../images/newsletetr-button.png') no-repeat;
    width:148px;
    height: 44px;
    border: 0;
}

.main .content .sidebar .newsletter input[type="image"]:hover {

    background-position: 0px -44px;
}

.main .content .sidebar .recommend {
    text-align: center;
}

.main .content .sidebar .recommend img {
    margin: 10px 0;
}

/* -----------------------------------
                 CALENDAR
   ----------------------------------- */

.calendar {
    overflow: visible;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    width:1140px;
    min-height: 141px;
    margin:auto;
    background: url("../images/calendar-bg.png") no-repeat;
}

.calendar .content {
    width:1086px;
    margin: auto;
    text-align: center;
    padding-top: 27px;
    position: relative;
}

.calendar .content ul {
    background: url("../images/calendar-line.png") no-repeat;
    background-position:  center 10px;
}

.calendar .content ul li {
    display: inline-block;
    width:29px;
    text-align: center;
    padding-top: 0px;
    margin: 0 1px;
    font-weight: bold;
    color:#858585;

    font-size: 1.2em;
}

.calendar .content ul li a {
    font-weight: bold;
    color:#858585;
    display: block;
    width:29px;
    height:36px;
    padding-top: 35px;
    margin: auto;
}

.calendar .content ul li div {
    padding-top:35px;
}

.calendar .content ul li.event {
    background: url("../images/calendar-read-more.png") no-repeat;
    height: 71px;
}

.calendar .content ul li.today {
    background: url("../images/calendar-read-more-gray.png") no-repeat;
    height: 71px;
}



.calendar .content ul li.event:hover {
    background: url("../images/calendar-hover.png") no-repeat;
    color:#fff !important;
}

.calendar .content ul li:hover a {
    color:#fff;
}

.calendar .content ul li.weekend, .calendar .content ul li.weekend a {
    color: #174133;
    font-weight: bold;
}

.calendar .content ul li.weekend:hover a {
    color:#fff;
}


.calendar h3 {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 1.25em;
    text-align: left;
    color: #174133;
    font-weight: bold;
    padding: 15px 0 0 25px;
    float: left;

}

.calendar .nav {
    float: right;
    padding: 15px 25px 0 0;
    font-size: 1.25em;
    position: absolute;
    top:-30px;
    right:10px;
    color: #174133;
    text-align: right;
    font-weight: bold;
}

.calendar .nav a {
    font-weight: bold;
    color: #174133;
}

.calendar .calendar-events {
    padding: 0px 20px;
}

.calendar .calendar-events .event {
    margin-bottom: 10px;
    font-size: 1.2em;
    padding-top: 20px;
}

.calendar .calendar-events .event h4 {
    font-weight: bold;
    font-size:1.2em;
}

.calendar .month {
    height:141px;
}

/* ======================================== footer ========================== */



.footer .content {
    width:auto;
    margin: 4px auto 0;
    font-size: 1.1em;
    line-height: 150%;
    position: relative;
    color: #fff;

    height: 142px;
}

.footer .content a {
    color: #fff;
}

.footer .content .left {
    padding: 27px 0 0 50px;
    float: left;
}
.footer .content .left p {
    font-size: 12px;
}

.footer .content .right {
    padding: 17px 50px 0 0;
    float: right;
}

.footer .content .right img {
    vertical-align: middle;
    margin-left: 25px;
    height:100px;
}


/* ======================================== additional ========================== */

.img_gallery {

    margin: 5px;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.restricted_area {
    margin:auto;
    width:160px;
}

.main .content table {
    margin: auto;
    min-width: 60%;
}

.main .content .inner table p {
    margin: 0;
}

.main .content th, .main .content td {
    padding: 3px 0px;
}

.main .content tr:nth-child(2n+1){
    background: #E4E4E4;
}


.main .content .napis2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}


.main .content .tresc {
    background: #E4E4E4;
    padding: 0 5px;
}

.main .content .tt_links-title {
    font-weight: bold;
    font-size: 1.2em;

}

.main .content .tt_links-table tr:first-of-type {
    background: #fff;
}

.main .content .tt_links-table td {
    padding: 3px;
    border: 0;
}



.keywords, .keywords1 {
    color:#174133;
    font-weight:bold;
}


.logout {
    position: absolute;
    display: block;
    top:0px;
    right:8px;
}

.logout img {
    vertical-align: middle;
}

.size-active {
    background: #215C48;
    color:#fff;
}

@font-face {
    font-family: 'rydypregular';
    src: url('rydyp1-webfont.eot');
    src: url('rydyp1-webfont.eot?#iefix') format('embedded-opentype'),
    url('rydyp1-webfont.woff2') format('woff2'),
    url('rydyp1-webfont.woff') format('woff'),
    url('rydyp1-webfont.ttf') format('truetype'),
    url('rydyp1-webfont.svg#rydypregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

