/*
Theme Name: DevDmBootstrap3
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.80
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

@font-face {
          font-family: 'FaktPro-Normal';
          src: url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Normal.eot') format('embedded-opentype'),  url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Normal.otf')  format('opentype'),
                 url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Normal.woff') format('woff'), url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Normal.ttf')  format('truetype'), url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Normal.svg') format('svg');
          font-weight: normal;
          font-style: normal;
        }
        
        @font-face {
          font-family: 'FaktPro-Blond';
          src: url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Blond.eot') format('embedded-opentype'),  url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Blond.otf')  format('opentype'),
                 url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Blond.woff') format('woff'), url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Blond.ttf')  format('truetype'), url('/wp-content/themes/devdmbootstrap3/fonts/FaktPro-Blond.svg') format('svg');
          font-weight: normal;
          font-style: normal;
        }

html{
    width:100%;
  margin:0;
  padding:0;
}

body {
    padding-top: 70px;
    font-size: 17px;
    line-height: 26px;
    font-family: 'FaktPro-Normal';
    color: #222;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

b, strong {
    font-weight: normal;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

a {
    outline: none;
}

body.page-template-homepage {
    padding-top: 0;
}

body.page-template-homepage .img-wrapper {
    margin-top: 0;
}

.logo {
    position: absolute;
    z-index: 999;
    top:23px;
    left: 50%;
    margin-left: -110px;
    width: 220px;
}

.logo svg {
    fill: #777;
}

.logo:hover svg {
    fill: #999;
}

.navbar-inverse {
    border: none;
    border-bottom: none!important;
}

.nav > li:first-child {
    /*padding-left:0!important;*/
}

.nav > li {
    padding: 25px 15px;
}

.nav > li > a {
    padding: 0;
    font-size: 17px;
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    color: #777 !important;
    font-weight: 800;
    border-bottom: 1px solid transparent;
}

.nav > li > a:hover {
    color: #999 !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #999 !important;
    background: none;
}

.dmbs-container {

}

.dmbs-header {

}

.dmbs-header-img {

}




.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {

}
.dmbs-main {
    padding-bottom: 60px;
}

.dmbs-main p {
    margin-bottom: 1em;
}

.dmbs-main a, .moretag {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #222;
}

.dmbs-main a:hover, .moretag:hover {
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}

.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}

h2.page-header {
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    line-height: 47px; 
    border-bottom: none;
    margin-top: 55px;
    margin-bottom: 47px;
    padding-bottom: 0;
    font-weight: 800;
    color: #222;
}

h3.ftitle {
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 34px;
    line-height: 36px; 
    border-bottom: none;
    margin-top: -3px;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 800;
    color: #222;
}

.featured a:hover {
    text-decoration: none;   
}
 
.featured .row {
    padding: 30px 0;
}

.img-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    margin-top: 30px;
}

.img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    filter: grayscale(60%);
}

.post-info {
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 23px;
    margin-top: 55px;
    font-weight: 800; 
    color: #222 !important;
    text-decoration: none;
}

.post-info a {
    color: #666;
} 

.post-info a:hover {
    color: #222;
    text-decoration: none;
} 

.post-share {
    text-align: right;
    margin-top: 30px;
}

.post-share svg:last-child {
    margin-right: 0px;
}

.post-share svg:first-child {
    margin-left: 0px;
}


.post-share svg {
    fill: #222;
    width: 24px;
    height: 24px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
}

.footer {
    background: #777;
    padding-top: 120px;
}

.foot-logo {
    position: relative;
    height: 125px;
    margin-left: 0;
    margin-right: 0;
}

.footer svg {
    fill: #222;
    bottom: 0px; 
    position: absolute;
    width: 100%;
    height: auto;
}

.read-other {
    background: #222222;
    padding-top: 37px;
    padding-bottom: 30px;
}

.read-other img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    float: none;
    filter: grayscale(60%);
}

.finfo {
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 23px;
    font-weight: 800;
    color: #777;
}

.finfo a {
    color: #777;
}

.finfo a:hover {
    color: #222;
}

.read-other h3 {
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 23px;
    margin-top: 13px;
    font-weight: 800;
}

.read-other h2 {
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 23px;
    font-weight: 800;
    color: #777;
}

.read-other a h3 {
    color: #777;
    text-decoration: none;
}

.read-other a:hover {
    color: #999;
    text-decoration: none;
}

.read-other a:hover h3 {
    color: #999;
    text-decoration: none;
}

.read-other a h3 {
    color: #777;
    text-decoration: none;
}

.gallery-container {
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    margin-top: 50px;
    margin-bottom: 58px;
}

.gallery-container, .post-gallery {
    max-height: 630px;
    background: #777;
}

.post-gallery {
    padding: 60px 0;
}

.gallery-image {
    position: relative;
}

.gallery-image:hover .caption {
    opacity: 1;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    line-height: 16px;
    padding: 10px 12px;
    opacity: 0;
}

.gallery-image img {
    height: 510px;
    width: auto;
    margin: 0 30px;
}

.gallery-image a {
    outline: none;
}

.slick-prev {
    position: absolute;
    left: 0;
    top:50%;
    z-index: 999;
}

.slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
}

.navbar-fixed-top {
    transition: top 0.3s ease-in-out;
}

.nav-up {
    top: -71px;
}

.post-comments {
    display: none;
}

.post-comments.write {
    display: block;
}

.write-comment, .post-sharing {
    background: #f5f5f5;
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: 800;
    padding: 20px;
    margin-top: 60px;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.write-comment:hover {
    cursor: pointer;
    background: #777;
}

.homeimg {
    min-height: 570px;
    width: 100%;
    background-size: cover !important;
    position: relative;
}

.introblock {
    position: absolute;
    top:25%;
    left:50%;
    height: 50%;
    width: auto;
    background: #000;
    z-index: 999;
    display: table;
}

.introblock .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 60px;
}

.introblock svg {
    fill: #efefef;
    width: 100%;
    height: auto;
}

.next {
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    width: 90px;
    background: transparent;
    z-index: 999;
}

.next:hover {
    width:120px;
    background: #222 url('/wp-content/themes/devdmbootstrap3/img/arrow-right.svg') no-repeat center center;
    background-size: 30px 30px;
}

.prev:hover {
    width:120px;
    background: #222 url('/wp-content/themes/devdmbootstrap3/img/arrow-left.svg') no-repeat center center;
    background-size: 30px 30px; 
}

.prev {
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    width: 90px;
    background: transparent;
    z-index: 999;
}

.hp-overlay {
    background: #222;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 9999;
}

.row.featured {
    padding: 30px 0;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .col-md-2 {
    margin-bottom: 30px;
}

.footer h3 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    color: #222;
    margin-bottom: 22px;
}

.footer ul li a {
    color: #222;
    text-decoration: none;
    line-height: 24px;
    font-size: 17px;
}

.footer ul li a:hover {
    border-bottom: 1px solid;
}

.footer input {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.footer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
.footer input::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
.footer input:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
.footer input:-moz-placeholder { /* Firefox 18- */
  color: #222;
}

.mc-field-group {
    width: 100%;
}

.mc-field-group .email {
    width: 80%;
    outline: none;
    border:none;
    height: 18px;
    border-bottom: 1px solid #222;
}

.mc-field-group .email:focus {
    border-bottom: 1px solid #222;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.hideit {
    display: none;
}

a[href^="x-apple-data-detectors:"] {
    color: inherit;
    text-decoration: inherit;
}

.moblast {
    display: none;
}

  .designer-col.col-md-4:nth-child(3n+1){
            clear:left;
        }

.page-template-designers h3.ftitle,
.page-template-homepage h3.ftitle {
    font-size: 20px;
    line-height: 1em;
}


@media only screen and (max-width : 1091px) {
    .read-other h2 {
         font-size:26px;
         line-height: 26px;
         margin-bottom: 18px;
         margin-top: 25px;
     }
    h3.ftitle {
        font-size:26px;
         line-height: 26px;
        margin-bottom: 4px;
        margin-top: 15px;
    }
    h2.page-header {
         font-size:26px;
         line-height: 26px;
         margin-bottom: 18px;
         margin-top: 25px;
     }
     .post-info {
        display: none;
     }
    
    .nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav > li a{
        font-size: 15px;
    }
    
    .logo {
        max-width: 180px;
        top: 23px;
        margin-left:-90px;
    }
    
}



@media only screen and (max-width : 991px) {
    
      .designer-col.col-md-4:nth-child(3n+1){
            clear:none;
        }

    .nav > li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .moblast {
        display: block;
    }
    
        .author.col-md-3:nth-child(4n+1){
            clear:none!important;
        }

    
        .author.col-xs-6:nth-child(2n+1), 
        .designer-col.col-xs-6:nth-child(2n+1) {
            clear:left!important;
        }

    
    .page-template-designers h3.ftitle {
        font-size: 17px;
        line-height: 1em;
    }
    
}


@media only screen and (max-width : 768px) {
    
    
    .caption {
        display: none;
    }
    

    
    html, body {
        overflow-x: hidden!important;
    }
    
    .slick-prev {
   display: none;
}

.slick-next {
    display: none;
}
     body {
         font-size: 16px;
         line-height: 21px;
         padding-top: 50px;
     }
    
    .read-other h3 {
        margin-top: 12px;
        margin-bottom: 25px;
    }
    
    .write-comment, .post-sharing {
        margin-top: 30px;
    }
    
     
    .featured .row {
        padding: 15px 0;
    }
    
     .prev, .next {
        display: none;
     }
     .gallery-container {
        margin-top: 23px;
        margin-bottom: 28px;
         overflow: hidden;
     }
     .gallery-container, .post-gallery {
        height: 430px;
     }
     .gallery-image img {
        height: 370px;
     }
    .post-gallery {
        padding: 30px 0;
    }
     .row.footer {
        padding-top: 60px;
        padding-bottom: 0px;
     }
    
    .finfo {
        margin-bottom: 15px;
    }
     
     .foot-logo {
        height: 60px;
     }
     
     h3.notitle {
        display: none;
     }
     
     .fcol {
        margin-bottom: 0 !important;
     }
     
     #mc-embedded-subscribe {
        margin-top:1em;
     }
    
    .logo {
        left:0;
        margin-left: 15px;
        top: 15px;
        max-width: 180px;
    }
    
    .nav > li {
        padding: 10px 15px;
    }
    
    .introblock {
        display: none;
    }
     
}

.slick-prev {
    background: none;
    border: none;
    text-indent:-9999px;
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  
  border-right:15px solid #777; 
    outline: none;
    margin:0;
    padding: 0;
    left: 30px !important;
}

.slick-next {
    background: none;
    border: none;
    text-indent:-9999px;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
    border-left: 15px solid #777;
    outline: none;
    margin:0;
    padding: 0;
    right: 30px !important;
}

.navbar-right {
    margin-right: 0;
}

.slick-lightbox-slick-item {
    outline: none!important;
}

/* NEWSLETTER POPUP */

#pum_popup_title_1942 {
        text-align: center;
        font-weight: normal;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size:40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.es_shortcode_form_email {
    display: none;
}

.es_shortcode_form {
    text-align: center;
}

.pum-content.popmake-content {
    font-size: 17px;
    line-height: 26px;
    font-family: 'FaktPro-Normal';
    color: #222;
    padding: 0 60px;
}

input#es_txt_email_pg.es_textbox_class {
        border-top: none;
        border-left:none;
        border-right:none;
        border-bottom: 2px solid #222;
        width: 100%;
        outline: none;
        border-radius: 0 !important;
        padding-left: 0;
        padding-right: 0;
}

input#es_txt_button_pg.es_textbox_button.es_submit_button {
      font-size: 18px;
    line-height: 26px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    text-transform: uppercase; 
    background: none;
    border: none;
    outline: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.es_msg {
    color:#222!important;
}

.es_lablebox {
    display: none;
}

.footer input#es_txt_button_pg.es_textbox_button.es_submit_button {
    text-align: left;
}

.es_button {
    padding-top: 0;
}

.footer .es_msg {
    text-align: left;
}

@media only screen and (max-width : 768px) {
    #pum_popup_title_1942 {
        font-size: 26px;
        line-height: 26px;
    }
    input#es_txt_button_pg.es_textbox_button.es_submit_button {
        font-size: 18px;
        line-height: 26px;
    }
    .pum-content.popmake-content {
        font-size: 17px;
        line-height: 26px;
        padding: 0px;
    }
    .img-wrapper {
        padding-bottom: 80%;
    }
    .event-block {
        padding: 0;
    }
}

.author.col-md-3:nth-child(4n+1){
    clear:left;
}

a.page-numbers {
    background: #777;
    color: #dddddd;
    padding: 10px 15px;
}

.page-numbers.current {
    background: #000;
    color: #FFFFFF;
    padding: 10px 15px;
}

a.page-numbers:hover {
    background: #000;
    color: #FFFFFF;
    padding: 10px 15px;
}

.prev.page-numbers {
    position: relative;
}

.next.page-numbers {
    position: relative;
}

.event-block {
    background: #eaeaea;
    padding: 30px 30px 0px 30px;
    margin-bottom: 60px;
}

.event-block h2, .event-intro-part2 h2 {
    font-size: 34px;
    line-height: 37px;
    
    text-align: left;
     font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 20px;
}

.event-intro-part2 h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    text-align: left;
     font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.date-block {
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
}

.speaker-block {
    background: #ffffff;
    padding: 20px 20px 20px 185px;
    margin-bottom: 30px;
    height: 155px;
    position: relative;
    overflow: auto;
}

.event-intro {
    color: #ffffff;
    padding: 80px 0;
    background-color: #000000 !important;
}

.event-intro h2 {
    color: #ffffff;
    margin-top:0;
    font-size: 54px;
    line-height: 57px;
    text-align: left;
    margin-bottom: 30px;
}

.speaker-name {
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    line-height: 17px;
}

.speaker-profession {
    color: #777;
    margin-bottom: 1em;
    font-size: 0.8em;
    line-height: normal;
}

.speaker-photo {
    position: absolute;
    left: 0;
    top:0;
    width: 155px;
}

.speaker-theme {
    line-height: 1.2em;
}

.buy_btn, .buy_btn:visited {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
    text-align: center;
    outline: none;
}

.inactive_btn {
    background: #cccccc;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Catamaran', sans-serif;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
    text-align: center;
    outline: none;
}

.inactive_btn:hover {
    background: #cccccc;
    color: #ffffff;
    text-decoration: none;
}

.inactive-info {
    color: #777;
    margin: 1em 0;
    font-size: 0.8em;
    line-height: normal;
    padding-bottom: 20px;
}

.inactive-info a, .inactive-info a:visited, .inactive-info a:focus {
    color: #777;
    border-bottom: 1px solid #777;
    text-decoration: none;
}

.inactive-info a:hover {
    border-bottom: 1px solid transparent;
}

.buy_btn.combo {
    margin-bottom: 60px;
    padding: 20px 60px;
}

.original-price {
    text-decoration: line-through;
    color: #777777;
}

.buy_btn:hover, .buy_btn:focus  {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow:inset 0px 0px 0px 4px #000;
    -moz-box-shadow:inset 0px 0px 0px 4px #000;
    box-shadow:inset 0px 0px 0px 4px #000;
}

.event-intro .dmbs-main {
    margin: 0;
    padding: 0;
}

.date-day {
    font-size: 54px;
    line-height: 54px;
}

.event-intro-part2 {
    background: #eaeaea;
    padding: 60px 0 30px 0;
    margin-bottom: 60px;
}

.intro-block {
    margin-bottom: 30px;
}

.intro-block a, .intro-block a:focus, .intro-block a:visited {
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #222;
}

.intro-block a:hover {
    border-bottom: 1px transparent;
}

img.project-partners {
    margin-top:30px;
}

@media only screen and (max-width : 768px) {
    .event-block {
        padding: 0;
        border-bottom: 4px solid #000;
        margin-bottom:40px;
        padding-bottom: 10px;
    }
    .speaker-block {
        height: auto;
        min-height: 155px;
    }
    body.page-template-page-renginys {
        background: #eaeaea;
    }
    img.project-partners {
        margin-bottom: 30px;
    }
    
    .event-intro {
        padding-top: 77%;
        padding-bottom: 40px;
        background: #000 url('https://bomberis.com/wp-content/themes/devdmbootstrap3/img/mobile-event-bg.jpg') no-repeat !important;
        background-size: 100% auto !important;
        background-position: top !important;
    }
    
    .event-block h2, .event-intro-part2 h2 {
        font-size: 28px;
        line-height: 32px;
    }
    
    .event-intro h2 {
        font-size: 0.8;
        line-height: 1em;
        text-align: center;
    }
    
    .event-intro-part2 h2 {
        margin-bottom: 0 !important;
        padding-bottom: 8px;
    }
    
    .event-intro-part2 .col-xs-6:nth-child(2n+1) {
        clear: both;
    }
    
    .event-intro-part2 {
        background: #ffffff;
    }
    
    .event-intro-part2 {
        margin-bottom: 30px;
    }
    
    .speaker-photo {
        top:20px;
        left:20px;
        max-height: 125px;
        width: auto;
    }
    .speaker-block {
        padding-left: 20px;
        padding-top: 165px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    
    .intro-block {
        font-size: 14px;
        word-break: keep-all;
        word-wrap: normal;
    }
}