
*
{
    /* -webkit-overflow-scrolling: touch; */
}

html
{
    background-color: #333;
    min-height: 100% !important;
    position: relative;
    overflow-y: scroll !important;
}

html,body
{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    /* -webkit-overflow-scrolling: touch; */
    margin: 0;
    padding: 0;
}

.young-background
{
    background-color: #f29912 !important;
}
.site-content, header .navbar
{
    max-width: 1200px;
    margin: 0 auto;
}

.site-content
{
    margin-top: 120px;
}

.cursor-pointer { cursor: pointer !important; }

.nav-link
{
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

#carousel-caption a
{
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

#cat-menu-mobile-container
{
    background-color: #404040;
}

#carousel-caption a:hover
{
    color: #9a000f;
    text-decoration: none;
}

.nav-link:hover
{
    color: #9a000f;
    text-decoration: none;
}
.page-content
{
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

.nopadding
{
    padding: 0 !important;
    margin: 0 !important;
}

.pagination-container
{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    bottom: 0;
}
.pagination-container .pagination
{
    text-align: center;
    display:inline-block;
    width: 100%;
}
.pagination li { display: inline; }

#transazioni-table
{
    margin-bottom: 50px;
}

.theChampCommentingTabs ul
{
    display: none;
}

/*
article
{
    text-align: justify;
}
*/
article img
{
    width: initial;
    max-width: 100%;
    height: auto;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

article .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
article .swiper-slide {
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding-bottom: 33%;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    padding-bottom: 33%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.partner-section-title
{
    font-size: 28px;
    text-align: center;
    padding: 20px;
}

div.inline { float:left; }
.clearBoth { clear:both; }

.font-90
{
    font-size: 90px;
}

.jumbotron
{
    background-color: #f2f1f1 !important;
}
.btn-outline-warning
{
    border-width: 3px;
}

.card
{
    border: 2px solid #dadada !important;
}
.nav-link:hover
{
    color: orange;
}

button, a, .btn
{
    cursor: pointer !important;
}

html
{
    background-color: white !important;
}

@media only screen and (max-width:575px)
{
    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
}
@media only screen and (max-width:991px) and (min-width:576px)
{
    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
}

input, input:before, input:after {
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}


.orange-line
{
    height:3px;
    background-color: orange;
    margin-left: -100000px;
    margin-right: -100000px;
}

header
{
    z-index: 40;
    position: fixed;
    width: 100%;
    background-color: white;
    left: 0px;
    background-color: #333 !important;
}

header button, header form
{
    height: 42px;
}

header .navbar
{
    background-color: #333 !important;
    flex-direction: row;
}

header .navbar .logo
{
    max-height: 54px;
}

.swiper-slide.menu-entry:last-child { display: none !important; }

@media only screen and (max-width:575px)
{
    #header-image
    {
        max-width: 100% !important;
        right: -40px;
    }
    #banner_call_to_action
    {
        zoom: .8;
    }

    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
}
@media only screen and (max-width:991px) and (min-width:576px)
{
    #header-image
    {
        max-width: 100% !important;
        right: -40px;
    }
    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
}

.swiper-container-head
{
    overflow: hidden;
}


.swiper-container-head span
{
    position: absolute;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 20px 0px 20px;
    transition: color 0.2s ease;
    font-weight: bold;
}


.swiper-container-head span:hover
{
    color: #f29912;
}

.discount-banner
{
    position: absolute; 
    border-radius: 50%; 
    top: 10px; 
    left: 10px;
}


.swiper-container-head .swiper-slide:after {
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
}

.post-thumbnail
{
    width: 100%;
    padding-bottom: 50%;
}

.fa-heart-o, .fa-heart 
{
    color: red !important;
}
#buddypress
{
    width: 100%;
}
#group-name a
{
    color: black !important;
    text-decoration: none !important;
}

#buddypress a
{
    color: black;
    text-decoration: none !important;
    position: relative;
}
.single-post
{
    position: relative;
}

.single-post h2
{
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.single-post h3
{
    text-decoration: none;
    text-transform: none;
    font-size:14px;
}

.post-title
{
    background-color: rgba(0, 0, 0, .75);
    color: white;
    margin-top: 109px;
    margin-bottom: 0px;
    text-align: center;
    padding: 2px 5px 2px 5px;
}

.post-content
{
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 1);
}
.sidenav a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 50;
    top: 120px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 60px;
    max-width: 450px;
}

.sidebar-content
{
    min-width: 360px;
}

.admin-bar .sidenav {
    top: 152px;
}

.close-sidebar
{
    cursor: pointer;
    line-height: 32px;
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    top: 0px;
    right: 10px;
}


#sidemenu-button
{
    position: absolute;
    right: 4px;
    top: -1px;
    font-size: 5vmin;
}

footer
{
    background-color: black;
    color: white;
    font-size: 12px;
    margin-top: 30px;
    width: 100%;
    height: 100%;
}

.footer-container
{
    padding-top: 10px;
}

#category-title-border
{
    float: right;
    text-align: center;
    width: 75px;
    margin: 0 auto;
    color: white;
}
#category-title
{
    float: left;
    background-color: #f29912;
    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 12px;
    padding-left: 12px;
     
}

.page-numbers {
        display: inline-block;
        padding: 5px 10px;
        margin: 0px 2px 0px 0px;
        border: 1px solid #eee;
        line-height: 1;
        text-decoration: none;
        border-radius: 2px;
        font-weight: 600;
        color: black;
        text-decoration: none;
    }
    .pagination .nav-links
    {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .page-numbers.current,
    a.page-numbers:hover {
        background: orange;
    }
    .screen-reader-text
    {
        display: none;
    }
    

#category-title-container
{
    position: absolute;
    z-index: 3;
    left: 17px;
    top: 21px;
}

#carousel-container
{
    margin-top: 30px;
    border: 1px solid rgb(155, 155, 155) !important;
    
}

#carousel-container .prev
{
    position: absolute;
    z-index: 5;
    left: 5px;
    width: 10%;
    top: 53%;
    transform: scaleX(-1);
}
#carousel-container .next
{
    position: absolute;
    right: 5px;
    z-index: 5;
    width: 10%;
    top: 53%;
}

#article-title
{
    background-color: black;
    opacity: .75;
    margin-bottom: 0px;
    height: fit-content;
    padding: 5px;
    text-align: center;
}

#article-title>span
{
    opacity: 1 ;
}

#carousel-caption p
{
    background-color: white;
    opacity: .75;
    color: black !important;
    height: 100%;
    padding: 5px;
    margin-bottom: 0px;
}

#carousel-caption
{
    padding: 0px;
    bottom: 0px;
    height: 50%;
    right: 10%;
    left: 10%;
    text-align: justify;
}

.altriarticoli-swiper-container h6
{
    height: 60px !important;
}

#carousel-slide-button-right
{
    color: black;
    position: absolute;
    top: 44px;
    right: -20px;
}

#carousel-slide-button-left
{
    color: black;
    position: absolute;
    top: 44px;
    left: -20px;
}

#partners-title-container
{
    position: absolute;
    z-index: 3;
    right: 17px;
    top: 21px;
    margin-right: 20px;
}
#partners-title-border
{
    float: left;
    text-align: center;
    width: 75px;
    margin: 0 auto;
    color: white;
    position: relative;
    right: 0px;
}
#partners-title
{
    float: right;
    background-color: #808080;
    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 12px;
    padding-left: 12px;   
}
#partners-img
{
    width: 100%;
}

#premium-title-border
{
    float: right;
    text-align: center;
    width: 75px;
    margin: 0 auto;
    color: white;
}
#premium-title
{
    float: left;
    background-color: #3A79A5;
    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 12px;
    padding-left: 12px;
    
}

#premium-title-container
{
    position: absolute;
    z-index: 3;
    top: 20px;
    margin-left: 20px;
}

.carousel-item img
{
    width: 100%;
}

.mostactiveuser
{
    width: 33%;
    height: 300px;
    padding: 0px !important; 
    margin: 0px !important; 
    display: inline-block;
}

.mostactiveuser .avatar
{
    height: 50%;
}
.mostactiveuser .info
{
    height: 50%;
    border-color: #000;
    border-style: solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
}

.users-container
{
    display: flex;
}

#other-articles-carousel h6
{
    min-height: 50px;
    padding: 5px;
}


.btn-header
{
    text-align: right;
}

/* Store */
.store-category-menu
{
    text-transform: uppercase;
    text-align: center;
}

.store-category-menu .swiper-slide
{
    display: inline-block;
    overflow: visible;
}
.store-category-menu .swiper-slide ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}
.store-category-menu .swiper-slide ul li
{
    display: inline; 
}

.productbox {
    background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0 8px 6px -6px  #999;
	   -moz-box-shadow: 0 8px 6px -6px  #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0;
}

.productprice {
	border-top:1px solid #dadada;
	padding-top:5px;
}

.pricetext {
	font-weight:bold;
	font-size:1.4em;
}

.card-img-top
{
    width: 100%;
    /* padding-bottom: 40%; */
    height: 130px;
    background-size: cover;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.card
{
    border: 1px solid rgb(155, 155, 155) !important;
    border-radius: 0 !important;
    max-width: 22rem;
    border-style: solid;
    margin: 20px auto;
    overflow: hidden;
}

.card .row 
{
    /* margin-right: -40px !important; */
    justify-content: center;
}

.card-block
{
    padding: .5rem !important;
    font-size: 14px;
}
.coupon-card-top
{
    text-transform: uppercase;
}
 .zoom-effect:hover 
{ 
    transition: transform 2s;
    transform:scale(1.1); 
}


.punti
{
    line-height: 48px;
    font-size: 22px;

}


.page-item
{
    margin: 5px;
}
.page-link
{
    background-color: orange !important;
    color: white  !important;
}
.page-item:first-child .page-link  
{
    border-bottom-left-radius: 0   !important;
    border-top-left-radius: 0   !important;
    background: #fff   !important;
    border: none   !important;
}
.page-item:last-child .page-link 
{
    border-bottom-right-radius: 0   !important;
    border-top-right-radius: 0   !important;
    background: #fff   !important;
    border: none   !important;
}
.page-item:first-child img 
{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);             
}
.pagination-arrow
{
    height: 20px;
}

.user-card-img-top
{
    width: 100%;
    border-radius: 0px;
}
.user-card
{
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0;
    position: relative;
}
.user-card-block
{
    height: 96px;
}

.nopadding 
{
    padding: 0 !important;
    margin: 0 !important;
}
.user-rank
{
    background-color: orange;
    position: absolute;
    top: calc(50% - 15px);
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 20px;
}

.article-wrapper
{
    width: 100%;
    background-color: white;
    padding: 0px 20px;

}

.article-image
{
    background: #000 center center no-repeat;
    width: 100%;  
    padding-bottom: 33%;
    background-attachment: fixed; 
    background-size: cover;
}

.avatar
{
    border-radius: 50% !important;
    width: 64px;
    height: 64px;
}

.avatar-big
{
    border-radius: 50%;
    width: 96px !important; 
    height: 96px;
}

.avatar-square
{
    border-radius: 0px !important;    
    width: 96px;
    height: 96px;
}

.pensiero-row
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-link
{
    color: black;
}

.other-news-title
{
    width: 100%;
}

#other-news-border
{
    position: absolute;
    width: 100%;
}

#other-news-border svg
{
    display: block;
}

#other-news-container
{
    position: absolute;
    width: 100%;
}

#other-news-head
{
    position: relative;
    margin-top: 30px;
}

#other-news-title
{
    text-align: center;
    color: white;
}

#banner-abbonati-valico
{
    text-align: center;
    font-weight: bolder;
    padding: 0px;
}

#banner-abbonati-valico .card-block
{
    padding: 0px;
    font-size: 18px;
}

#banner-abbonati-valico .card
{
    border-radius: 0px; 
}

#banner-abbonati-valico .col-12 div
{
    padding: 10px;
}

.news-swiper-container a
{
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}




.news-swiper-container .swiper-slide .nav-link
{
    padding: 5px;
    
}

.fit-content    
{
    width: fit-content !important;
    width: -moz-fit-content !important;
}


.news-swiper-container .swiper-slide
{
    width: fit-content !important;
    width: -moz-fit-content !important;
}

.other-news-article-title
{
    color: inherit !important;
}
.other-news-article-title:hover
{
    text-decoration: none;
    color: inherit !important;
    
}


.news-swiper-container .swiper-slide:not(:first-child) .nav-link::before 
{
    content: "/";
    margin: 10px;
}

.caldera-landing .wp-caption
{
 position: relative;
}

.caldera-landing .wp-caption-text
{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 20px;
    background-color: #f29912;
    color: white;
    padding: 20px;
    width: 70%;
    
}

.nav-tabs
{
    margin-top: 30px; 
}

.tab-content
{
    border: 1px solid #ddd;
    border-top: none;
}

.row-abbonati .col-12
{
    /* margin-top: 40px; */
}





/*User Card*/


.user .card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user .card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.user .card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.user .card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.user .card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.user .card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.user .card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.user .card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.user .card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.user .card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.user .card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.user .card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.user .card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.user .card .card-comments .comments-collapse-toggle a,
.user .card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user .card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.user .card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.user .card.people:first-child {
    margin-left: 0;
}

.user .card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.user .card.people .card-top.green {
    background-color: #53a93f;
}

.user .card.people .card-top.blue {
    background-color: #427fed;
}

.user .card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user .card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.user .card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.user .card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user .card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.user .card.hovercard .cardheader {
    background-size: cover;
    height: 135px;
}

.user .card.hovercard .avatar {
    position: relative;
    top: -25px;
    margin-bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.user .card.hovercard .avatar img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.user .card.hovercard .info {
    padding: 4px 8px 10px;
}

.user .card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.user .card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.user .card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.user .btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }

.twPc-div {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    width: 100%;
}
.twPc-bg {
    background-image: url("https://pbs.twimg.com/profile_banners/50988711/1384539792/600x200");
    background-position: 0 50%;
    background-size: cover;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 4px 4px 0 0;
    padding-bottom: 33%;
    width: 100%;
    position: relative;
}

.twPc-bg span
{
    position: absolute;
    text-align: center;
    width: 70%;
    background-color: rgba(0,0,0,.75);
    color: white;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%);
    padding: 20px;
    font-size: 20px;
}

.twPc-block {
    display: block !important;
}
.twPc-button {
    margin: -35px -10px 0;
    text-align: right;
    width: 100%;
}
.twPc-avatarLink {
    background-color: #fff;
    border-radius: 6px;
    display: inline-block !important;
    float: left;
    margin: 0px 5px 0 8px;
    max-width: 100%;
    padding: 1px;
    vertical-align: bottom;
    transform: translateY(-50%);
}
.twPc-avatarImg {
    border: 2px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    height: 72px;
    width: 72px;
}
.twPc-divUser {
    margin: 5px 0 0;
}
.twPc-divName {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
.twPc-divName a {
    color: inherit !important;
}
.twPc-divStats {
    margin-left: 11px;
    padding: 10px 0;
}
.twPc-Arrange {
    box-sizing: border-box;
    display: table;
    margin: 0;
    min-width: 100%;
    padding: 0;
    table-layout: auto;
}
ul.twPc-Arrange {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.twPc-ArrangeSizeFit {
    display: table-cell;
    padding: 0;
    vertical-align: top;
}
.twPc-ArrangeSizeFit a:hover {
    text-decoration: none;
}
.twPc-StatValue {
    display: block;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel {
    font-size: 16px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel-sm {
    font-size: 10px !important;
    
}    
.user-activity
{
    max-width: 80%;
}

.partner-single-border
{
    border: 1px solid #ddd;
    border-right: none;
}
.partner-single-border:last-of-type
{
    border: 1px solid #ddd;
    border-right: 1px solid #ddd !important;
}

.ytWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.ytWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.efbl_custom_likebox
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.flip-clock-wrapper
{
    margin: 0 auto !important;
    display: block;
    width: fit-content !important;
    width: -moz-fit-content !important;
    
}
.flip-clock-label { display: none !important; }

.center
{
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
}

.follow-button-desktop
{
    z-index: 100;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.imgpartner
{
    height: 175px;
}

.shadowed {
    -webkit-filter: drop-shadow(2px 2px 2px #000);
    filter: drop-shadow(2px 2px 2px #000);
}

.large-text
{
    width: 100%;
}
.glsr-summary
{
    max-width: unset !important;
}

.glsr-percentage-bars
{
    left: 50%;
    transform: translateX(-50%);
}

.glsr-field-error
{
    display: none !important;
}
.uwp-content-wrap form
{
    display: block !important;
}
.uwp-login-now
{
    display: none;
}

.input-group-addon
{
    width: 50px;
}


/* Icon set - http://ionicons.com/ */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1218 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 240px;
  width: 100%;
  background: orange;
  color: #333;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}
figure.snip1218 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1218 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1218 .image {
  position: relative;
  border-bottom: 4px solid orange;
  z-index: 1;
}
figure.snip1218 .image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: orange transparent transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1218 .image p {
  font-weight: 500;
  margin: 0;
  padding: 0 15px;
  line-height: 1.6em;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  font-style: italic;
  max-height: 100%;
  overflow: auto;
}
figure.snip1218 figcaption {
  background-color: #ffffff;
  padding: 25px;
}
figure.snip1218 h3 {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}
figure.snip1218 h3 span {
  font-weight: 800;
}
figure.snip1218 h5 {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 12px;
}
figure.snip1218 i {
  margin-right: 5px;
  display: inline-block;
  font-size: 24px;
  color: #000000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
}
figure.snip1218 i:hover {
  background-color: orange;
  color: white !important;
}


figure.snip1218:hover .image:before,
figure.snip1218.hover .image:before {
  border-color: orange transparent transparent transparent;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
figure.snip1218:hover .image:hover p:hover,
figure.snip1218.hover .image p {
  opacity: 1;
}
figure.snip1218:hover .image:hover p:hover + .team-info
{
    opacity: 0;
}

figure.snip1218:hover img,
figure.snip1218.hover img {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.team-info
{
    position: absolute;
    /* left: 50%; */
    /* top: 0px; */
    left: 0px;
    z-index: 100;
    filter: drop-shadow(1px 1px 1px #000);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}



/*
 *  STYLE 1
 */

 figure.snip1218 .image p::-webkit-scrollbar-track
 {
     border-radius: 10px;
     background-color: transparent;
     opacity: 0.5;
 }
 
 figure.snip1218 .image p::-webkit-scrollbar
 {
     width: 12px;
     background-color: orange;
     opacity: 0.5; 
}
 
 figure.snip1218 .image p::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-color: black;
     opacity: 0.5;
    }
    .the_champ_sharing_ul
    {
        width: fit-content;
        width: -moz-fit-content;
        display: flex;
    }

    
  .lista li:before {
    content: "/";
    color: white;
    margin-left: 8px;
    margin-right: 8px;
  }
  .lista li:first-child, li:first-child:before
  {
    list-style: none;
    content: unset;
    margin-left: 0px;
  }
  .lista ul
  {
    list-style: none;
    text-transform: uppercase;
  }
  .lista li
  {
    display: inline;
    line-height: 54px;
  }

  input {
	outline: none;
    }
    input[type=search]
    {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }
    input::-webkit-search-decoration, input::-webkit-search-cancel-button { display: none; }
    input[type=search]
    {
        background: #ededed url(https://you-ng.it/wp-content/themes/young/img/search-icon-white-one-th.png) no-repeat 0px center;
        border: solid 1px #000;
        padding: 9px 10px 9px 32px;
        width: 20px;
        float: right;
        background-size: contain;
        background-origin: content-box;
        padding: 10px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

    input[type=search]:focus
    {
        width: 130px;
        background-color: #fff;
        border-color: #66CC75;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
    }
    input[type=search]:focus + #mobile-sostieni
    {
        display: none;
    }


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
  height: 15px;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	/* padding-left: 32px; */
	color: #fff;
	background-color: #fff;
	cursor: auto;
  outline: none !important;
    border:1px solid orange;
    box-shadow: 0 0 10px orange;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
.hidden {
  display: none;
}

body
{
  position: relative;
}

.btn-outline-primary
{
  background-color: transparent !important;
  border-color: black  !important;
  color: white  !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
  background-color: #000 !important;
  border-color: black  !important; 
  outline: none !important;
    border:1px solid orange  !important;
    box-shadow: 0 0 10px orange  !important;

}        


#notification-image img
{
  width: 32px !important;
  height: 32px !important;
}

#notification-menu
{
  text-transform: none !important;
  font-size: 12px !important;
}

#notification-menu .alert
{
  margin-bottom: 0px;
}

#header-profile-image img
{
  width: 24px !important;
  height: 24px !important;
  margin: -3px;
}

#grad1
{
    height: 200px;
    background: red; /* For browsers that do not support gradients */
    background: linear-gradient(red, yellow); /* Standard syntax (must be last) */
}

.article-category
{
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    background-color: darkgrey;
    color: white;
    text-decoration: none;
}

.article-new-img
{
    background-position: center;
    background-size: cover;
}

.the_champ_sharing_ul
{
    left: 0% !important;
}

.the_champ_sharing_container
{
    transform: scale(.7);
    position: relative;
    left: -50px;
}
.news-other-author-link, .news-other-author-inf
{
    color: #bbb;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.news-other-author-link:hover
{
    text-decoration: none;
    color: orange;
    transition: .2s ease-in-out;
}

.durata
{
    padding-left: 15px;
}

.inf-col
{
    margin-left: 15px;
}

.condividi
{
    margin-left: 0px;
}

.gallery-top .swiper-slide {
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
}

.article-single h1
{
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.article-single h1:before
{
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    bottom: -10px;
    left: 0px;
    border-bottom: 3px solid orange;
}

.article-single h2
{
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.article-single h2:before
{
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    bottom: -10px;
    left: 0px;
    border-bottom: 3px solid orange;
}

.jumbotron h1:before, .jumbotron h2:before
{
    border-bottom: 0px solid orange;
}

.article-single h3
{
    position: relative;
    background-color: #f2f1f1 !important;
    padding: 30px;
    text-align: justify;
    font-size: 20px;
}

.article-single h4
{
    position: relative;
    border-left: 6px solid orange;
    padding: 30px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.article-single img
{
    padding: 20px;
}

.altriarticoli .rubriche-container .rubriche-card
{
    max-width: unset;
}

@media only screen and (max-width:575px)
{
    .condividi
    {
        margin-left: 0px !important;
    }
    .news-other-author-inf
    {
        font-size: 15px;
    }

    #condividi-text
    {
        font-size: 14px;
    }
    /*
    .the_champ_sharing_container
    {
        zoom: 80% !important;
    }
    */
}


@media only screen and (max-width:991px) and (min-width:576px)
{
    .condividi
    {
        margin-left: 0px !important;
    }

    .news-other-author-inf
    {
        font-size: 15px;
    }


    /*
    .the_champ_sharing_container
    {
        zoom: 80% !important;
    }
    */
}
@media only screen and (max-width:991px) and (min-width:576px)
{
    .condividi
    {
        margin-left: 0px !important;
    }

    .news-other-author-inf
    {
        font-size: 15px;
    }
    /*
    .the_champ_sharing_container
    {
        zoom: 80% !important;
    }
    */
}
@media only screen and (min-width: 1200px)
{
    .condividi
    {
        margin-left: -50px !important;
    }
}
/*
body
{
    overflow: visible !important;
}*/

#container
{
    position:relative;
}

#contents
{
    background: white;
}
#gradient
{
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height:200px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}


.main-post
{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56%;
    transition: .2s easy-in-out;
}

.main-post-info
{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    top: 0px;
    color: white;
}

.main-post-info-container
{
    position: absolute;
    bottom: 0px;
}

.cantera-info-title
{
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    color: black;
}

.cantera-info-title:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0px;
    border-bottom: 3px solid orange;
}

.main-post-info h3
{
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    color: white;
}

.main-post-info h3:before
{
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    bottom: -10px;
    left: 0px;
    border-bottom: 3px solid orange;
}
.main-link:hover
{
    text-decoration: none;
}

@media only screen and (max-width:575px)
{
    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
    .main-post-title
    {
        font-size: 22px;
    }
}

@media only screen and (max-width:991px) and (min-width:576px)
{
    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
    .main-post-title
    {
        font-size: 22px;
    }
}

.header-margin
{
    margin-top: 120px;
}

.news-article-card
{
    position: relative;
    overflow: visible;
}

.news-article-card-category
{
    position: absolute;
    left: -1px;
    top: -10px;
    background-color: orange;
    padding: 10px 20px 10px 20px;
    color: white;
    text-transform: uppercase;
}

.news-article-image
{
    background-size: cover;
}

.news-article-title
{
    text-decoration: orange underline;
    text-transform: uppercase;
    color: black;
    transition: .2s ease-in-out;
}

.news-article-title:hover
{
    color: #9a000f;
    transition: .2s ease-in-out;
}

.news-article-title-link
{
    color: black;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.news-article-title-link:hover
{
    text-decoration: none;
    color: #9a000f;
    transition: .2s ease-in-out;
}

@media only screen and (max-width:575px)
{
    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media only screen and (max-width:991px) and (min-width:576px)
{
    html, body
    {
        max-width: 100%;
        overflow-x: hidden;
    }
}


.cantera-card .news-article-card
{
    position: relative;
    overflow: visible;
    transition: .2s ease-in-out;
}

.cantera-card .card-body
{
    margin-top: 0px;
    transition: margin-top .2s ease-in-out;
    background-color: white;
}

.cantera-card .news-article-card:hover .card-body
{
    margin-top: -100px;
    background-color: white;
    transition: margin-top .2s ease-in-out;
}

.cantera-card .news-article-card-category
{
    position: absolute;
    left: -3px;
    top: -13px;
    background-color:  orange;
    padding: 17px 23px 17px 23px;
    color: white;
    text-transform: uppercase;
    z-index: 10;
}

.cantera-card .excerpt-hover
{
    display: none;
}

.cantera-card .news-article-image
{
    background-size: cover;
}

{
    text-transform: uppercase;
    color: black;
    transition: .2s ease-in-out;
}


.cantera-card .news-article-title
{
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    color: black;
    width: 80%;
    margin: 0 auto;
}

.cantera-card .news-article-title-link:hover
{
    text-decoration: none;
    color: #9a000f;
    transition: .2s ease-in-out;
}

.cantera-card .news-other-author-link
{
    color: #bbb;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.cantera-card .news-other-author-link:hover
{
    text-decoration: none;
    color: orange;
    transition: .2s ease-in-out;
}

.nsl-container-buttons
{
    align-items: center !important;
}


.registrati li
{
    margin: 1.25rem;
    font-weight: 300;
    font-size: 22px;
    text-align: left;
}
.registrati ul
{
    margin: 1.25rem;
    margin-top: 60px;
}

.registrati h3
{
    margin: 1.25rem;
    font-weight: 500;
}

#markeplace-link, #markeplace-link:hover
{
    color: orange;
    text-decoration: none;
}

.dsb:disabled
{
    cursor: not-allowed;
}

.login-form label
{
    display: block;
    color: white;
    margin-bottom: 0px;
}

.login-submit input[type=submit]
{
    background-color: orange;
    outline: none !important;
    border: none !important;
    border-radius: 2px;
    cursor: pointer;
    color: white;
    padding: 5px 30px;
}

.login-form .login-username
{
    margin-bottom: 5px;
}




