html, body {
    padding: 0;
    margin: 0;
    font-family: DeliveryRegular, "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
}
.clearfix{
    clear:both;
}
.back{
    float:left;
}
.forward{
    float:right;
}
#gmap{
    height: 100%;
}
.map-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 0;
}
/******** TOP *******************/
.map-container .top {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url("../images/topgradient6.png");
    background-repeat: repeat-x;
    /*background: linear-gradient(to bottom, rgba(255,207,31,255), rgba(255,207,31,255) 50%, white, rgba(0,0,0,0));*/
    text-align: left;
    z-index: 100;
    margin-bottom: -50px;
    position: relative;
}
.top .menu {
    width: 100%;
    height: 80px;
    padding: 18px 30px 0;
}
.top .logoDiv{
    height: 60px;
    width:134px;
    background-image: url('../images/logo4.svg');
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 134px 31px;
    float:left;
    z-index:50;
}
.top.noLogo .logoDiv,
.top.return .logoDiv{
    display:none;
}
.menuElems{
    width: calc(100% - 145px);
    margin-left: 10px;
    float:left;
    padding: 0;
    list-style-type: none;
}
.menuElems::marker, .menuElems::-webkit-details-marker{
    display: none;
}
.menuElem{
    width: 270px;
    padding: 0 0 0 20px;
    float:left;
}
#map-input::placeholder{
    color:#382f10;
}
.top.noLogo .menuElem,
.top.return .menuElem{
    padding-left: 0px;
}
.elemRow{
    float:left;
}
.menuElem2{
    width: 145px;
    float:left;
}
.menuEl2{
    padding: 0 0 0 11px;
}
.menuEl3{
    width: 100%;
}
.menuElem2 .menuElA .space{
    display:none;
}
.top.noTop{
    display:none;
}
.wyszukaj{
    border-bottom:1px solid #b29734;
    margin: 0 24px 0 0;
    position: relative;
}
#autocomplete {
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 190px;
    left: 36px;
    max-height: 203px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-top: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    z-index: 6002;
    overflow: hidden;
}
#autocomplete ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#autocomplete ul > li {
    width: 100%;
    padding: 5px;
    display: block;
    font-size: 13px;
    padding-left: 25px;
    border-bottom: 1px solid #cfcfcf;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#autocomplete ul > li:before {
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px;
    width: 25px;
    padding-left: 10px;
}
#autocomplete ul > li.active {
    background: #f7f7f7;
}
#autocomplete ul > li > span {
    font-size: 95%;
    font-weight: bold;
}
.top .search input[type="text"], .top .search input[type="text"]:active, .top .search input[type="text"]:focus {
    height: 28px;
    font-family: "DeliveryRegular";
    font-size: 14px;
    background-color: transparent;
    border: none;
    margin: 0px;
    line-height: 35px;
    padding: 0px 5px;
    color: #323232;
    transition: all 0.2s ease-out 0s;
    outline: none;
    float: left;
    width:calc(100% - 40px);
}
.top .search div.lupa {
    width: 36px;
    height: 29px;
    background-color: transparent;
    background-image: url("../images/lupka.svg");
    background-repeat: no-repeat;
    background-position: center 4px;
    font-size: 12px;
    padding: 0px;
    margin:0px;
    border: none;
    float: left;
    outline: none;
    cursor:pointer;
}
.menuElem2 .menuElA{
    color: #323232;
    font-family: DeliveryRegular;
    font-size: 15px;
    display: block;
    /*height: 42px;*/
    line-height: 1.3;
    padding: 5px 0 5px 26px;
}
#showPosition {
    background: url("../images/lokalizator.svg") no-repeat scroll 0 2px;
    background-size: 21px 21px;
}
#showPosition:focus{
    border: 1px solid #b29734;
}
.showFilter{
    background: url("../images/filtr.svg") no-repeat scroll 2px 3px;
}
.pmenuEl {
    margin: 0;
}
.top .search input[type="button"] {
    width: 1px;
    height: 1px;
    background-color: transparent;
    font-size: 12px;
    padding: 0px;
    border: medium none;
    float: right;
}
.showFilter img{
    padding-left:2px;
}
/******** END TOP ***********************/
/*****************filter*****************/
#filterMenuOpen{
    position: absolute;
    top:-5px;
    right:12px;
    width:140px;/*134*/
    height:42px;/*29*/
    z-index:6001;
}
#filterMenuOpenC{
    height:100%;
    background-color:#fff;
    border:1px solid #cfcfcf;
    border-bottom:0px;
    padding-top:4px;
    padding-left:17px;
}
#filterMenu{
    position: relative;
    /*width:134px;*/
}
#filterContentWrapper{
    position: absolute;
    top:36px;
    right:-148px;
    width: 300px;
    z-index:5000;
}
#filterContent{
    width:100%;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 20px 7px;
    font-family: 'Roboto', DeliveryRegular, "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.chOption:focus, .chOption:focus-visible, .chOption:focus-within, #map-input:focus, #map-input:focus-visible, #map-input:focus-within{
    border: 2px solid black;
    border-radius: 5px;
}
.ui-slider-handle:focus, .ui-slider-handle:focus-visible{
    border: 2px solid black;
    border-radius: 5px;
    border: 1px solid #b29734;
}
.ui-slider-handle:focus, .ui-slider-handle:focus-visible{
    border: 1px solid #b29734;
}
.checkboxesBox{
    padding: 10px 15px 5px;
}
.checkboxesBox .title{
    font-size: 15px;
    font-weight:bold;
    padding: 3px 0 15px 0;
}
.checkboxesBox label{
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 3px 25px;
    width: calc(100% - 50px);
    display: block;
}
.checkboxesBox .rchContentBox .content{
    display:none;
}
.checkboxesBox .rchContentBox .content.checked{
    display:block;
}
input::-ms-expand {
    display: none;
}
input[type="checkbox"], input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    border: none;
    background-color: #fff;
    background-image: url('../images/checkboxBg.png');
    color: #fff;
    display: block;
    float:left;
    position: relative;
    outline: none;
    -webkit-tap-highlight-color: unset;
}
input[type="radio"] {
    background-image: url('../images/radioBg.png');
}
input[type="checkbox"]:checked{
    border:none;
}
input[type="checkbox"]:active, input[type="checkbox"]:checked:active,
input[type="checkbox"]:focus, input[type="checkbox"]:checked:focus,
input[type="radio"]:active, input[type="radio"]:checked:active,
input[type="radio"]:focus, input[type="radio"]:checked:focus{
    outline: none;
    border: none;
}
input[type="checkbox"]:checked:after {
    content: '\2714';
    width: 13px;
    height: 13px;
    border: none;
    background-color: transparent;
    line-height: 13px;
    text-align:center;
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #000000;
    outline: none;
    border: none;
}

input[type="radio"]:checked:after {
    content: '';
    width: 7px;
    height: 7px;
    border: none;
    background-color: #000000;
    color: #000000;
    position: absolute;
    top: 4px;
    left: 4px;
    outline: none;
    border: none;
    border-radius: 4px;
}
.chDesc{
    font-size:12px;
    color:#666666;
}
#hDescContener{
    position: relative;
    width:100%;
    height: 19px;
    margin-bottom:5px;
}
.hDescSlider{
    font-size: 13px;
    position: absolute;
    top:-2px;
    left:0px;
    width:29px;
    text-align:center;
}
.hDescSlider div{
    margin-left:-25px;
}
#hDescSliderFrom div{
    margin-left:-30px;
}
#slider-rangeDesc{
    display:none;
}
.sliderContent{
    padding: 0 15px 20px 15px;
    font-size: 15px;
}
.sliderDescTitle{
    float: left;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}
.sliderDescCont{
    float: right;
    font-size: 14px;
    padding: 0 0 10px;
    text-align: right;
    width:90%;
}
.tapTiles{
    padding:3px 15px 10px;
}
.tapTilesContent{
    height: 30px;
}
.tapOption{
    float:left;
    height: 32px;
    width: calc(14.28% + 1px);
    border: 1px solid #d5d5d5;
    margin-right: -1px;
    z-index:5005;
}
.tapOption:first-child{
    /*border: none;*/
}
.tapOptionContent{
    text-align:center;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 0;
    cursor:pointer;
}
.tapOption.checked{
    border: 1px solid #D40511;
    z-index:5010;
}
.tapOption.checked + .tapOption{
    border-left: 1px solid #D40511;
}
.buttons{
    padding: 10px 15px;
}
.fButton{
    height: 20px;
    width: 50px;
    text-align:center;
    border: 0px;
    color: #323232;
    background-color: #fff;
    margin: 0 auto;
    padding:0;
    font-weight: bold;
}
.messageButton{
    font-size: 11px;
    width: 200px;
    text-align:center;
    border: 2px solid #D40511;
    border-radius: 4px;
    color: #323232;
    background-color: #fff;
    margin: 0 auto;
    padding: 3px;
    font-weight: bold;
}
.fButton:focus{
    outline: 1px solid #dbdbdb;
}
.sendBtn{
    width: 100%;
    height: 42px;
    color: #fff;
    border: 1px solid #D40511;
    background-color: #D40511;
    margin: 0px;
    font-family: DeliveryRegular, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
}
.sendMsgBtn{
    width: 30%;
    /*float: left;*/
}
.cancelMsgBtn{
    width: 30%;
    height: 42px;
    font-size: 11px;
    text-align: center;
    border: 2px solid #D40511;
    border-radius: 4px;
    color: #323232;
    background-color: #fff;
    /*margin: 0 auto;*/
    padding: 3px;
    font-weight: bold;
}
.sendBtn:focus{
    outline: 1px solid #e80922;
}
.map-container.show .item-details .section.button{
    display:none;
}
.advancedTitle .optsTitle{
    float: left;
    width: 100px;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #666666;
    border-left: 0px;
    color: #666666;
    font-weight: bold;
    font-size: 13px;
}
.advancedTitle .optsTitle:first-child{
    border-right: 0px;
    border-left: 1px solid #666666;
}
.advancedTitle .optsTitle.checked{
    border: 1px solid #d40511;
    background-color: #d40511;
    color: #fff;
    position: relative;
}
.advancedTitle .optsTitle.checked:after, .advancedTitle .optsTitle.checked:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.advancedTitle .optsTitle.checked:after {
    border-color: rgba(212, 5, 17, 0);
    border-top-color: #d40511;
    border-width: 5px;
    margin-left: -5px;
}
.advancedTitle .optsTitle.checked:before {
    border-color: rgba(212, 5, 17, 0);
    border-top-color: #d40511;
    border-width: 6px;
    margin-left: -6px;
}

/*****************filter end*****************/

/**********slider***************/
.ui-slider {
    position: relative;
    text-align: left;
    background-color: #cfcfcf;
    border-radius: 3px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: default;
    /*-ms-touch-action: none;
    touch-action: none;*/
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 5px;
}
.ui-slider-horizontal span.ui-slider-handle {
    top: -8px;
    margin-left: -.6em;
    background-image: url("../images/leftslide.svg");
    outline: none;
    cursor:pointer;
}
.ui-slider-horizontal span.ui-slider-handle:last-child{
    background-image: url("../images/rightslide.svg");
}

.ui-slider-horizontal .ui-slider-handle:active, .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

/***********end slider *************/


.item-details, .nearest-points {
    background: none repeat scroll 0 0 #fff;
    display: none;
    left: 30px;
    position: absolute;
    top: 80px;
    width: 300px;
    z-index: 9999;
    border: 1px solid #cfcfcf;
    font-size: 13px;
    padding: 3px 15px 0px;
}
.item-details {
    width: 330px;
}
.item-details.banner {
    top: 55px;
    padding: 2px;
}
.item-details.banner img {
    width: 324px;
    height: 68px;
}
.item-details .loader, .nearest-points .loader{
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #fff;
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 650;
}

.item-details .close-button, .nearest-points .close-button {
    background: #cfcfcf;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    position: absolute;
    right: 13px;
    top: 15px;
    text-align: center;
    border-radius:10px;
    z-index: 700;
}
.item-details-content{
    padding: 20px 15px;
    color: #323232;
}
.details-name{
    padding: 0 18px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.details-sap{
    color: #cfcfcf;
    font-size: 10px;
}
.section.address-items{
    padding: 10px 0;
}
.section.address-items.international-section{
    color: #b8b8b8;
}
.section .address-items1{
    width: calc(100% - 41px);
}
.section .address-items2{
    width: 40px;
    padding-top:5px;
}
.section .address-items2 img{
    width: 40px;
}
.details-address, .details-hours, .additional-info{
    padding: 5px 0;
    font-size: 14px;
}
.item-details .other-info {
    font-size: 13.5px;
}
.servTitleDetails{
    float: right;
}
.servTitleMore, #showImage, .servMessage {
    float: left;
    display: block;
    font-size: 13.5px;
}
.servTitleMore{
    float: left;
    display: block;
    font-size: 13.5px;
}
.servTitleMore, #showImage{
    width: 100%;
}
.servMessage{
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    position: absolute;
    left: 5%;
    top: 10%;
    width: 90%;
    background-color: white;
    padding: 10px 3px 3px 3px;
}
#pointImage{
    padding: 3px 0;
    width: 100%;
}
.item-details .servTitleDetails a, .item-details .servTitleMore span, .servImage span{
    color: #d60029;
    text-decoration: none;
    font-size: 13.5px;
}
.item-details .servTitleMore span:hover, .servImage span{
    cursor: pointer;
}
.other-info-content{
    padding: 5px 0 10px;
}
.item-details ul{
    display:block;
    padding: 0px;
    margin: 0px;
    list-style-type:none;
}
.item-details a{
    color: #d60029;
}
.item-details .button{
    padding: 10px 0 10px;
    text-align:center;
}
.item-details .cbutton{
    padding: 0px 0px 10px 0px;
}
.item-details .section .content .details-type {
    display: block;
}
.nearest-point{
    border-bottom: 1px solid #cfcfcf;
    padding: 12px 0px;
}
.nearest-point-address{
    color: #bababa;
}
.nearest-point-info{
    width: 75%;
}
.nearest-point-distance{
    width: 24%;
    text-align: right;
    color: #000000;
}
.nearest-points .close-np-content{
    padding: 5px 0px;
}
.nearest-points .close-np-zoomout, .nearest-points .close-np{
    padding: 3px 0px;
    margin: 0;
    width: 49%;
    text-align:left;
    font-size: 13px;
    color:#D40511;
    cursor: pointer;
}
.nearest-points .close-np{
    text-align:right;
}
.nopadding {
    padding: 0;
}
.cluster {
    background: url('../images/point.png');
    width:29px;
    height:38px;
    text-align: center;
    margin: 0px;
    color: #cc0000;
    font-weight: bold;

}
.top .text {
    width: 42%;
    height: 236px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.top .text  .head {
    text-transform: uppercase;
    text-align: center;
    color: #C00;
    font-size: 19px;
    margin-top: 40px;
    margin-left: 12px;
}
.top .text .head span {
    display: block;
    max-width: 380px;
    color: #fff;
    background: #C00;
    padding: 5px 0;
    margin-bottom: 15px;
}
.top .text p {
    margin-left: 12px;
    font-family: Arial;
    font-size: 13px;
    word-wrap: break-word;
    margin: 0 22px;
}
.rotate-logo {
    position: absolute;
    width: 492px;
    height: 61px;
    display: block;
    bottom: -56px;
    left: 0px;
    z-index: 100;
    background: url('../images/sponsorzy3.png');
}
.rotate-logo .slick-list {
    margin-top: 17px;
    padding-left: 13px;
    margin-right: 48px;
}
.slick-slide {
    /* width: 103px;*/
    margin-left: 55px;
}
.slick-slide img {
    /* margin-right: 92px; */
    margin: 0 auto;
    height:33px;
}
.map-container .top .search form {
    /*margin-top: 92px;*/
    overflow: hidden;
}
.map-container .map-content {
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    z-index: 10;
}
.map-container.noTop .map-content {
    height: 100%;
}
.map-container .map-content  .reset-box-sizing{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.map-container .map-content  .map-controls {
    bottom: 20px;
    position: absolute;
    right: 30px;
    width: 30px;
    z-index: 100;
}
.map-wrapper .map-controls div {
    background: url("../images/map-controls2.png") no-repeat scroll 0px 0px transparent;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
    width: 30px;
    color: #C00;
}
.map-container .footer {
    width: 100%;
    height: 71px;
    border-top: 5px solid #C00;
    background: none repeat scroll 0% 0% #FC0;
}
.showCountInfo {
    bottom: 10px;
    left: 100px;
    position: absolute;
    z-index: 2000;
}
.map-wrapper .preloader {
    background-color: grey;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.map-wrapper .preloader .spinner{
    background-image: url("../images/ajax-loader.gif");
    width: 32px;
    height: 32px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 100;
}

.pshopoint {
    background-image: url("../images/markers/pok.png");
    line-height: 80px;
    width: 80px;
    height: 80px;
}

.pshop {
    background-image: url("../images/markers/pok.png");
    line-height: 80px;
    width: 80px;
    height: 80px;
}

.station {
    background-image: url("../images/markers/pok.png");
    line-height: 80px;
    width: 80px;
    height: 80px;
}

.automaty a.menuElA {
    padding: 5px 10px;
    background: #D40511;
    text-decoration: none;
    color: #ffffff;
    margin-top: -3px;
}
/*************** leaflet *************/
/*************** leaflet *************/
/*************** media ***************/
@media screen and (min-width: 701px) {
    .nearest-points {
        overflow: hidden;
        max-height: 80%;
    }

    .map-container .top.return {
        background: transparent;
        margin-bottom: -100px;
        float: right;
        width: auto;
        height: auto;
        margin: 18px 30px 0;
    }

    .map-container.return .top .menu {
        height: auto;
        padding: 0;
    }

    .map-container.return .map-content {
        height: 100%;
    }

    .map-container.return .search {
        float: right;
    }

    .map-container.return .menuElems {
        width: auto;
        float: right;
        margin-left: 0;
    }

    .map-container.return .banner,
    .map-container.return .banner {
        top: 5px;
    }

    .map-container.return #map-input {
        color: #000000;
    }

    .map-container.return .wyszukaj {
        border-bottom: 1px solid #000000;
        background: rgba(255, 255, 255, .75);
        padding: 3px;
        width: 240px;
        margin: 0;
    }

    .map-container.return .menuElem {
        width: auto;
        padding: 0;
    }

    .map-container.return #autocomplete {
        top: 36px;
    }
}
@media screen and (max-width: 900px) {
    #filterContentWrapper{
        right:12px;
    }
}
@media screen and (max-width: 765px) {
    .top .menu {
        padding-right: 10px;
    }
    .menuElem{
        width: 245px;
        padding: 0 0 0 10px;
    }
    .menuElem2{
        width: 135px;
    }
    .menuEl2{
        padding: 0 0 0 7px;
    }
    .wyszukaj{
        margin: 0 20px 0 0;
    }
    #filterMenuOpen{
        right:6px;
    }
    #filterContentWrapper{
        right:6px;
    }
    .top .search input[type="text"], .top .search input[type="text"]:active, .top .search input[type="text"]:focus {
        padding: 0px;
    }
}
@media screen and (max-width: 700px) {
    .map-container .top {
        height: 168px;
        background-color: transparent;
        background-image: none;
        background: linear-gradient(to bottom, rgba(255,207,31,255), rgba(255,207,31,255) 65%, rgba(255,207,31,255), rgba(0,0,0,0));
    }
    .top .menu {
        height: 120px;
        padding: 18px 5px 0;
    }
    .top .logoDiv{
        float: none;
        margin:0 auto;
        height:31px;
    }
    .map-container .top.noLogo,
    .map-container .top.return{
        height: 107px;
    }
    .top.noLogo .menu,
    .top.return .menu {
        height: 89px;
    }
    .menuElems{
        width:100%;
        margin:0 auto;
    }
    .menuElem, .elemRow{
        padding:0px;
        float: none;
        margin:0 auto;
    }
    .elemRow{
        margin-top:5px;
        width: 250px;
    }
    .wyszukaj{
        margin: 0px;
    }
    .menuElem2{
        width:115px;
    }
    .menuEl2{
        padding:0px;
    }
    .filterEl.menuElem2{
        width:135px;
    }
    .menuElem2 .filter{
        margin-left:20px;
        width:115px;
    }
    #filterMenuOpen{
        right: -7px;
    }
    #filterContentWrapper{
        right: -25px;
    }
    .map-container .map-content {
        height: calc(100% - 118px);
    }
    .map-container.noLogo .map-content,
    .map-container.return .map-content {
        height: calc(100% - 57px);
    }
    .nearest-points {
        top: 45px;
        left: 0;
        width: 100%;
    }
    .item-details {
        width: 330px;
        padding: 0;
        top: 45px;
    }
    .lokalizuj.automaty {
        width: 250px;
        text-align: center;
    }
    .automaty a.menuElA {
        margin-top: 0px;
    }
    .item-details.banner {
        top: 85px;
        /*padding: unset;*/
    }
}
@media screen and (max-height: 645px) {
    #filterContent{
        padding: 5px 7px;
    }
    .checkboxesBox{
        padding:5px 15px 3px;
    }
    .checkboxesBox .title{
        padding:2px 0 7px;
    }
    #filterContent .buttons{
        padding:5px 15px;
    }
    .sliderContent{
        padding-bottom: 10px;
    }
    .sliderDescTitle{
        padding-bottom:5px;
    }
}