/*
 *
 * Copyright 2018 Martin Vremec
 * 
 */
@font-face{
    font-family: "Indie Flower";
    src: url(../fonts/IndieFlower.ttf);
}
body {
    color: #000;
}
#presentazione {
    width: 100%;
    height: 90vh;
    background-color: #eeeeee;
}
#presentazioneint {
    width: 100%;
    height: 50vh;
    background-color: #eeeeee;
}

.mainmenu {
    
        -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    
}
.admin-bar .mainmenu{
    margin-top: 40px;
}
.mainlogo{
    position: relative;
    overflow: none;
}
#logh {
    position: fixed;
    width: 100%;
 background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
   
}
#bannerlogo{
    width: 35%;
    position: fixed;
    top: 10vh;
    margin-left: 50%;
transform: translateX(-50%);
}
.container.black{
    background-color: initial;
}
.mainmenu.affix{
    background-color: white;
    top: 0;
    width: 100%;
    z-index: 99999;
    
    -webkit-box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.55);
box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.55);

}
a.brand img{
   
}
.navbar {
    margin-bottom: 0;
}
#topbar{
    background: #b2dd99;
    color: #212F2D;
}
.social-icons span a { 
    color: #212F2D;
    border-left: 1px solid white;
}
#topbar .meteo {
    line-height: 35px;
    height: 35px;
    padding: 2px 0;
}
#topbar .meteo img{
    margin: 0 10px;
}
#topbar .meteo span{
    font-size: 18px;
    font-style: italic;
}
#topbar select{
    margin: 5px 0;
    padding: 5px;
}
#topbar a{
    color: #212F2D;
}
.navbar-dark, .flex-direction-nav a, .rsUni .rsThumb.rsNavSelected .thumbIco, .custom-overlay{
    background-color: #b2dd99;
}
#header-style-1 {
    padding: 10px 0 0 0;
}
#header-style-1 .navbar-dark .navbar-nav > li > a{
    padding: 15px 20px;
}
#header-style-1 .useful {
    padding: 15px;
}

#header-style-1 ul{
    list-style-type: none;
}
#header-style-1 li{
    display: inline-block;
    padding: 0px;
    border-right: 1px solid #b2dd99;
    max-width: 33%;
    vertical-align: middle;
}

#header-style-1 .address{
    padding: 15px 5px;
}
#header-style-1 .useful.last{
    border-right: none;
}
.header_center p{
    color: #1f5600;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.dropdown-menu{
    top: 90%;
}
#header-style-1 .dropdown-menu, #header-style-1 .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    margin-top: 0px;
    border-top: 3px solid #fff;
}
.header_center .navbar-nav {
    margin: 20px 0 0 0;
}
.header_center p.lead {
    font-weight: 300;
}
.languages{
    padding: 5px 0 0 0;
}
.header_center .useful .lead{
    font-weight: 400;
}
.header_center p span.fa{
    padding: 0 5px;
}
.header_center.affix lead{
    margin: 0;
    margin-bottom: 0;
}
#bigslider{
    margin-top: -30px;
}
.post-wrapper-top{
    box-shadow: inset 0 0 0 1280px rgba(211,153,28,0.5);
    border-bottom: 3px solid #9e7315;
}
.breadcrumb>li+li:before {
    content: "";
    background: none;
    padding: 0;
    margin: 0;
}
.breadcrumb li .fa{
    padding: 0 10px;
}
.breadcrumb, .breadcrumb>li+li:before {
    color: #1f5600;
}

/* NUOVO MENU */

nav.affix{
    z-index: 9999;
    background-color: white;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 3px solid #653422;
}
.admin-bar nav.affix{
    top: 32px;
}
.nav>li>a{
    text-decoration: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff9c8;
}

.navbar-toggle, .icon-bar{
    border:1px solid #444;
}
.mainmenu #ownerlogo {
    position: absolute;
    z-index: 999;
    padding: 40px 5px 10px 5px;
    background-color: white;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    border-radius: 0 0 10px 10px;
        -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainmenu.affix #ownerlogo{
    padding: 10px;
}
.nav>li>a{
    padding: 15px 15px;
}
ul.usefulinfo{
    list-style: none;
    display: block;
    float: right;
}
ul.usefulinfo li{
    float: left;
    padding: 15px;
    margin: 0 15px;
    font-size: 14px;
}
ul.usefulinfo li.std{
    background-color: rgba(80,114,91,.2);
}
ul.usefulinfo li.fea{
    background-color: rgba(80,114,91,.8);
    color: white;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
}
ul.usefulinfo li.fea a{
    color: white;
}
ul.usefulinfo li.fea.wa{
    background-color: #25d366;
    font-size: 28px;
    display: none;
}
.calltoactions{
    margin-top: 10px;
}
.btn.btn-pricelist{
    color: rgb(82,72,47);
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    padding: 20px 40px;
}
.btn-pricelist.winter{
    background-color: rgb(221,221,246);
}
.btn-pricelist.summer{
    background-color: rgb(191,219,195);
}
.btn.btn-action{
    background-color: rgba(80,114,91,.8);
    color: white;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    padding: 20px 40px;
}
.btn-action.right{
    float: right;
    margin-left: 10px;
}
.palegold{
    background-color: #fdfaee;
}
.navbar {
    font-size: 16px;
    float: right;
}
.navbar.affix{
    font-size: 14px;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav li.right{
    float: right;
}
/* Fine Menu */
.widget.withshadow{
    -webkit-box-shadow: 4px 3px 31px -5px rgba(99,99,99,1);
    -moz-box-shadow: 4px 3px 31px -5px rgba(99,99,99,1);
    box-shadow: 4px 3px 31px -5px rgba(99,99,99,1);
}
.darkgreen{
    background-color: #1f5600;
    color: white;
}
.yellow{
    background-color: #f1d9a2;
}
#tabfunctions{
    position: relative;
    margin-top: -70px;
    z-index: 99;
    
}
.tabbable .nav-tabs{
    background: none;
    border: none !important;
}
.warm-wrapper{
    background-color: rgba(211,153,28,0.1);
}
.page-template-archive-rooms .warm-wrapper{
    padding: 30px 0;
}
.white{
    color: white;
}   
 #toppagepart {
        background-image: url('../images/skybkg.jpg');
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 20px 0 90px;
    }
#toppagepart h1{
    line-height: 100% !important;

}
.roomtype {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}


.roomdata{
    background: rgba(0,0,0,.5);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.roomtype.title .roomdata{
    bottom: unset;
    top: 55%;
}
.roomtype.title .roomdata h2{
    color: white;
    padding-left: 20px;
}
.roomdata .info{
    color: white;
    font-size: 24px;
    line-height: 20px;
    padding: 10px 40px;
}
.overlay{
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
          -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.overlay:hover{
    opacity: 1;
}
.overlay span, .overlay div{
    font-size: 56px;
    
    width: 100%;
    text-align: right;
    color: white;
    display: block;
    left: 0;
    right: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.mainprenota{
    float: right;
    
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    background-color: #1f5600;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainprenota:hover{
    background-color: #dcbd72;
}
.mainprenota .prenota{
    color: white;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.headerfeatures{
    padding-left: 0;
    padding-right: 0;
}
.mainprenota .prenota:hover{
    color: #1f5600;
}
.languages {
    float: right;
}
.opac {
    background-color: rgba(0,0,0,0.6);
    padding: 25px;
}
.single .widget.prod{
    font-size: 16px;
}
.container .content{
    padding: 20px;
}
.timetable{
    padding: 15px;
}
.timetable td{
    padding-left: 10px;
}
.title-inner-content{
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 10px;
}
.postlink .image .title-inner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.9);
    font-size: 28px;
    line-height: 36px;
}
.featured.post h3{
    padding: 0;
    margin-bottom: 0;
}
.featured.post .meta.date{
    font-size: 14px;
    font-style: italic;
}
.featured.post img{
    margin: 0 auto 15px;
}
.featured.post .widget{
    padding: 20px;
}
.featured.post .widget .red-pin{
    position: absolute;
    top: -10px;
    right: 50%;
    z-index: 999;
    background: url(../images/red_pin.png) no-repeat center center fixed;
}
.featured.post .widget{
    background: rgb(249,247,152); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(249,247,152, .4) 0%, rgba(252,238,33,.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(249,247,152,.4) 0%,rgba(252,238,33,.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(249,247,152,.4) 0%,rgba(252,238,33,.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f798', endColorstr='#fcee21',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 2px 4px 7px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 4px 7px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 4px 7px 0 rgba(0,0,0,0.2);
}
.featured.post .widget:hover{
    box-shadow: 2px 7px 11px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 7px 11px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 7px 11px 0 rgba(0,0,0,0.2);
}
.postlink .image .title-inner-content:hover{
    display: none;
}
.content {
    padding: 0 25px;
}
.content ul{
    padding: 0 35px;
}
.table table{
    margin: 0 auto;
}
.table table td {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
#custom_tab.maintabs .nav-tabs > li > a{
   
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
}

.entry{
    position: relative;
    display: block;
}
.spfx img{
    width: 100%;
}
.spfx .impression .specialbtn {
    position: absolute;
    left: 15%;
    top: 30%;
    right: 15%;
    bottom: 30%;
    background: rgba(255,255,255,0.7);
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
    transition: all .6s cubic-bezier(.165,.84,.44,1);
}
.impression .specialbtn p{
    
    
    width: 100%;
    font-size: 18px;
    padding-top: 6px;
}
.impression .specialbtn p:hover{
    color: black;
}
.impression .specialbtn:hover{
    left: 15%;
    top: 15%;
    right: 15%;
    bottom: 15%;
}
.justtext p {
    font-size: 18px;
}
.blog_button, .shop_title_slider span, .cat_widget h3, .rating i, .big_title_onepage span, .small_thin_grey1 i, .popular_items .meta span i, .ch-info-front i, .service_vertical_box:hover .service-icon i, .bgdark span, .item .icon-container, .slider_title_a, .mini_title2 i, .team_member span, .blog-carousel-meta span i, .high_title2, .high_title, .big_title span, .small_title span, .mini_title span, .check li:before, .service-icon-circle i, .servicebox:hover .service-icon i, .shop-right .title .price, .shop_item .price, .cart_table .price2, .widget h3 span, .big_title_slider span, a, .milestone-counter i, a.readmore, .tabbed-menu li a:hover, .footer-menu li a:hover, .mmode .title span, .footer-menu li a:focus, #header-style-1 .yamm h3 i, #header-style-1 .yamm-fw .dropdown-menu li a:before, #topbar .topbar-login i, .group_box i, #topbar .callus i, #topbar .topbar-cart i {
    color: #212F2D;
}
.demo_changer .demo-icon, .group_box:hover .circle, .buddy_carousel .owl-controls .owl-page.active span, .buddy_carousel .owl-controls.clickable .owl-page:hover span, .recent_posts_widget > li img:hover, .buddypress_tabber_widget_member li img:hover, #tabbed_widget .nav-tabs > li.active > a, #tabbed_widget .nav-tabs > li.active > a:hover, #tabbed_widget .nav-tabs > li.active > a:focus, #tabbed_widget .nav > li > a:hover, #tabbed_widget .nav > li > a:focus, #tabbed_widget-1 .nav-tabs > li.active > a, #tabbed_widget-1 .nav-tabs > li.active > a:hover, #tabbed_widget-1 .nav-tabs > li.active > a:focus, #tabbed_widget-1 .nav > li > a:hover, #tabbed_widget-1 .nav > li > a:focus, #footer-style-1 .social-icons span a:hover, #footer-style-2 .social-icons span a:hover, #footer-style-3 .social-icons span a:hover, .footer_post li img:hover, #tabbed_widget .recent_posts_widget img:hover, .pricing_detail:hover, .pricing_detail:hover .priceamount, .banners li:hover .img-thumbnail, .ch-info .ch-info-back, .service-with-image:hover .service-title, .calloutbox-full-mini, .services_vertical .icon-container, #services .owl-controls .owl-page span, .item:hover .icon-container, .white-wrapper #owl-testimonial .owl-controls .owl-page.active span, .make-bg, .buddy_image img:hover, #owl-testimonial-widget .owl-controls .owl-prev:hover, #owl-testimonial-widget .owl-controls .owl-next:hover, #owl_blog_two_line .owl-controls .owl-prev:hover, #owl_blog_two_line .owl-controls .owl-next:hover, #owl_blog_three_line .owl-controls .owl-prev:hover, #owl_blog_three_line .owl-controls .owl-next:hover, #owl_portfolio_two_line .owl-controls .owl-prev:hover, #owl_portfolio_two_line .owl-controls .owl-next:hover, #owl_shop_carousel .owl-controls .owl-prev:hover, #owl_shop_carousel .owl-controls .owl-next:hover, #owl_shop_carousel_1 .owl-controls .owl-prev:hover, #owl_shop_carousel_1 .owl-controls .owl-next:hover, #owl-blog .owl-controls .owl-prev:hover, #owl-blog .owl-controls .owl-next:hover, .overlay #owl-testimonial .owl-controls .owl-page.active span, .progress-bar, .dmtop, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .magnifier .btn-default:hover, .magnifier .btn-default:focus, .magnifier .btn-default:active, .rsDefaultInv .rsBullet.rsNavSelected span, .service-icon-circle.active, .servicebox:hover .service-icon-circle, .btn-primary, #accordion-first .accordion-heading .accordion-toggle.active em, #accordion-second .accordion-heading .accordion-toggle.active em, mark, .pager li > a, .pager li > span, .make-bg-full, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > span:focus, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count:hover, #bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count:hover, .tagcloud a:hover, .nav-stacked > li > a:hover, .nav-stacked > li > a:focus, .nav-tabs > li.active > a:hover, .buddy_members img:hover, .buddy_carousel img:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a, #buddypress_features .nav-tabs > li > a:hover, #buddypress_features .nav-tabs > li > a:focus, #header-style-1 .navbar-nav > li > a:hover, #header-style-1 .navbar-nav > li > a:focus, #header-style-1 .navbar-nav > li > a:active, #header-style-1 .navbar-default .navbar-nav > .open > a, #header-style-1 .navbar-default .navbar-nav > .open > a:hover, #header-style-1 .navbar-default .navbar-nav > .open > a:focus, #topbar .social-icons span a:hover {
    background-color: #212F2D;
}

.table > thead > tr > th, .table > tbody > tr > td {
    border: 1px solid rgba(31,86,0,0.1);
    text-align: center;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{
    background-color: rgba(31,86,0,0.05);
}
 .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border-top: 1px solid rgba(31,86,0,0.5);
}

.table > tbody > tr > td:first-child{
    text-align: left;
}
#topbar ul.usefulinfo {
   list-style-type: none;

}

.nopad{
    padding-left: 0;
    padding-right: 0;

}
.nopad .widget{
    padding: 14% 30px 25px 35px;
}
.nopad.col-sm-pull-6 .widget {
    padding: 14% 35px 25px 30px;
}
.nopad.rx .widget {
    padding-left: 100px;
}
.nopad .widget h2{
    font-size: 42px;
    padding-bottom: 8%;
}
.nopad .widget h2:before{
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(211,153,28,1);
}
.nopad .widget p{
    font-size: 18px;
    
}
.nopad.col-sm-pull-6 .widget h2:before{
    left: unset;
    right: 0;
}

.nopad.col-sm-pull-6 .widget p{
    text-align: right;
}
.nopad.col-sm-pull-6 .widget h2{
    text-align: right;
}
section.selection{
    padding: 20px 0;
}
.btn-selection{
    text-align: center;
    background-color: rgba(211,153,28,1);
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 4px 3px 31px -5px rgba(99,99,99,1);
    -moz-box-shadow: 4px 3px 31px -5px rgba(99,99,99,1);
    box-shadow: 4px 3px 31px -5px rgba(99,99,99,1);

}
.btn-selection:hover{
    background-color: rgba(211,153,28,.5);
}
.btn-selection.selected{
    background-color: rgba(80,114,91,1);
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 640px) and (max-width: 992px){
    #topbar {
        font-size: 11px;
    }
    .languages{
        float: none;
        
    }
    .wpml-ls-statics-shortcode_actions{
        margin: 0 auto;
    }
    ul.navbar-nav {
        font-size: 12px;
    }
    #header-style-1 .navbar-nav > li > a {
        padding: 7px 12px;
    }
    .navbar-header{
        margin: 0 auto;
        width: 100%;
    }
    .header_center a.navbar-brand{
        display: block;
    }
    .navbar-right{
        float: none !important;
    }
}

@media (max-width: 768px) {
    #topbar .meteo span{
        font-size: 14px;
    }
    #bannerlogo{
    width: 70%;

    top: 15vh;

    }
    .table{
        overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }

}
@media (min-width: 0px) and (max-width: 640px) {
    #header-style-1 li{
        display: block;
        border-right: none;
        max-width: 100%;
    }
    #bannerlogo{
    width: 80%;

    top: 20vh;

}
    #topbar .topbar-email{
        float: none;
    }
    .languages {
        float: none;
    }
    .wpml-ls-legacy-dropdown {
        margin: 0 auto;
    }
    #header-style-1 .navbar-brand{
        margin: 0 auto;
        display: block;
    }
    #header-style-1 .useful {
        padding: 15px 5px;
    }
    #header-style-1 .useful p{
        font-size: 14px;
    }
    #topbar ul.usefulinfo li{
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    #tabfunctions {
        margin-top: -58px;
    }
    .mainprenota {
        display: block;
        margin: 5px auto;
        width: 100%;
        
        
    }
    .wp-block-columns{
        display: block !important;
    }
    #custom_tab.maintabs .nav-tabs > li > a {
    width: 145px;
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
}

.affix {
    position: relative;
}
.thewood #ownerlogo{
    position: relative;
    width: 100%;
    display: block;
    padding: 10px;
}
ul.usefulinfo{
    float: none;
    margin: 5px auto;
    display: block;
}
ul.usefulinfo li{
    margin: 0 5px;
}
ul.usefulinfo li.std{
    display: none;
}
ul.usefulinfo li.fea.wa{
    display: inherit;
}
.navbar{
    float: none;
    margin-top: 10px;

}
.navbar-toggle{
    float: right;
    margin: 10px auto;
    display: block;
}
.nav>li{
    border-bottom: 1px solid black;

}
.nav>li>a{
    text-align: center;
}
.breadcrumb{
    bottom: unset;
    top: 0;
    right: unset;
    left: 5px;
    padding: 28px 15px 0 16px;
}
.breadcrumb span.lastchild{
    display: none;
}
section.selection .col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
}
.nopad.col-sm-pull-6 .widget h2:before{
    
    right: unset;
}

.nopad.col-sm-pull-6 .widget p{
    text-align: left;
}
.nopad.col-sm-pull-6 .widget h2{
    text-align: left;
}
.btn-action.right{
    float: inherit;
    margin-left: 0;
}
}
@media (max-width: 1024px){
    .nopad .widget{
    padding: 5% 30px 25px 35px;
    }
    .nopad.col-sm-pull-6 .widget {
        padding: 5% 35px 25px 30px;
    }
    .nopad.rx .widget {
        padding-left: 100px;
    }
    .nopad .widget h2{
        font-size: 26px;
        padding-bottom: 8%;
    }
    .nopad .widget p{
        font-size: 16px;
    }
}




