/*!
 * Style La mia estate
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* body {
   padding-top: 70px; Required padding for .navbar-fixed-top. Change if height of navigation changes.
}
*/

/*.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}*/

/*
@import url('equal-height.css'); */
@import url( https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic );
@import url( https://fonts.googleapis.com/css?family=Convergence );

body {
    padding-top: 0 !important;
    font-size: 15px;
}
img{
    max-width: 100%;
    height: auto;
}
li{
    margin-left: 25px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Convergence', 'Helvetica', sans-serif;
    font-weight: 500;
    color: #1D3044 !important;
}
ul{
    padding: 0;
}
.row {
    margin: 0 !important;
}
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #00b1b3;
}
::selection {
    color: #ffffff;
    background: #00b1b3;
}
p, .entry-content li {
    margin: 0 0 15px !important;
    /*font-weight: 300;*/
    font-size: 1.1em;
    line-height: 1.5em;
    font-family: 'Lato', 'Helvetica', sans-serif !important;
    color: #2f2f2f;
}
.entry-content .action-blog li {
    margin-bottom: 5px!important;
}
.action-blog.container > small {
    padding: 0 10px;
}
a {
    color: #00b1b3 !important;
}
a:hover {
    color: #D4437F !important;
}
a, input {
    font-family: 'Lato', 'Helvetica', sans-serif !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, input:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.v-divider {
    margin: 20px auto 20px;
}
.text-small{
    font-size: 90%;
}
.no-padding{
    padding: 0;
}
body .text-small p{
    margin-bottom: 5px!important;
}
.option-label{
    display: inline-block;
    margin: 0 10px;
}
.logo-home img{
    max-width: 100%;
    /*width: 100%;*/
}
.btn-default {
    /*background-color: #00B1B3 !important;*/
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    border-radius: 0 !important;
    text-align: left;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.btn-default span {
    color: rgba(0,0,0,0.4);
}
.btn-default.btn-fuchsia {
    /*background-color: #cd257e !important;*/
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.btn-default.btn-fuchsia:hover {
    /*background-color: #00B1B3 !important;*/
    background-image: url(../images/background-btn-turchy.svg);
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/*.btn-default, .action li {
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    font-family: "Lato", Myriad-Pro, Helvetica, sans-serif;
    box-shadow: 2px 1px 4px -2px  rgba(0,0,0, 0.2);
    overflow: hidden;
}*/
.btn-default, .action li {
    border: medium none transparent !important;
    box-shadow: none !important;
    font-family: "Lato",Myriad-Pro,Helvetica,sans-serif;
    font-size: 1.3em;
    margin-right: -5px;
    overflow: hidden;
    /*transform: rotate(-2deg) !important;
    -ms-transform: rotate(-2deg) !important;
    -moz-transform: rotate(-2deg) !important;
    -webkit-transform: rotate(-2deg) !important;
    -o-transform: rotate(-2deg) !important;*/
    padding-right: 65px;
    position: relative;
}
.btn-default.btn > small {
    display: block;
    text-align: left;
}
.btn-default a {
    display: inline-block;
    font-weight: 400 !important;
    font-size: 0.95em !important;
    /*transform: rotate(2deg) !important;
    -ms-transform: rotate(2deg) !important;
    -moz-transform: rotate(2deg) !important;
    -webkit-transform: rotate(2deg) !important;
    -o-transform: rotate(2deg) !important;*/
}
.btn-default.btn.btn-lg {
    font-family: 'Lato', 'Helvetica', sans-serif;
    font-size: 1.1em !important;
}
.btn-default.btn.btn-lg span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-default.btn.btn-lg:hover span {
    /*padding-left: 15px;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*.btn-default.btn.btn-lg:hover span.glyphicon-chevron-left {
    padding-right: 15px;
    padding-left: 0 !important;
}*/
.btn-default .glyphicon.glyphicon-circle-arrow-right {
    position: absolute;
    right: 10px;
    top: 35%;
}
#box-stays .btn-default.btn.btn-lg:hover span {
    padding-left: 0 !important;
}
.btn-default:hover {
    /*background-color: #cd257e !important;*/
    background-image: url(../images/background-btn-pink.svg);
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.btn-default.btn-sm {
    font-size: 0.9em;
    line-height: 2;
}
.visible-mobile {
    display: none;
}
.visible {
    display: block !important;
}
/* -- 1.0 Header -- */
.navbar-header {
    width: 100%;
}
.logotype {
    margin: 0;
    float: left;
    display: inline-block;
}
.logotype h1 {
    margin: 0 !important;
}
.navbar-brand > img {
    height: auto !important;
    width: 100% !important;
}
.logotype a {
    padding: 0 !important;
}
.navbar-brand > img {
    height: 100%;
    width: auto;
}
.navbar-nav .sub-menu, .navbar-nav .sub-menu .sub-menu {
    background: none repeat scroll 0 0 #f5c100;
    display: none;
    position: absolute;
    padding: 0;
    top: 40px;
    /*width: 150%;*/
    width: 230px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
.navbar-nav .sub-menu .sub-menu {
    left: 100% !important;
    top: 0 !important;
    background-color: #f5b400;
}
.navbar-nav li:hover .sub-menu, .service-menu li:hover .sub-menu {
    display: block;
}
.navbar-nav li:hover .sub-menu .sub-menu{
    display: none;
    left: 50%;
}
.navbar-nav .sub-menu li:hover .sub-menu{
    display: block;
}
.navbar-nav li{
    list-style: none;
    position: relative;
    margin: 0;
}
.navbar-nav .sub-menu a{
    padding: 5px 15px;
    border-bottom: solid 1px #f6f6f6;
    display: block;
}
.navbar-nav .sub-menu a:hover {
    color: #ffffff !important;
}
#social-menu {
    height: 35px;
}
#social-menu li {
    display: inline-block;
    float: right;
    list-style: outside none none;
    margin: 2px;
}
#social-menu-footer {
    padding: 0 !important;
}
#social-menu-footer li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 2px;
    height: 40px;
}
#social-menu-footer .facebook {
    background-image: url("../images/icon-fb-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 38px;
    overflow: hidden;
    padding: 10px !important;
    width: 38px;
    border: 2px solid transparent;
}
#social-menu-footer .instagram {
    background-image: url("../images/icon-ins-whte.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 38px;
    overflow: hidden;
    padding: 10px !important;
    width: 38px;
    border: 2px solid transparent;
}
#social-menu-footer .youtube {
    background-image: url("../images/icon-yt-whte.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 38px;
    overflow: hidden;
    padding: 10px !important;
    width: 38px;
    border: 2px solid transparent;
}
.facebook {
    background-image: url("../images/icon-fb.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 38px;
    overflow: hidden;
    padding: 10px !important;
    width: 38px;
    border: 2px solid transparent;
}
.facebook:hover, .instagram:hover, .youtube:hover, .telegram:hover, .newsletter:hover {
    border: 2px solid #D64380 !important;
}
.instagram {
    background-image: url("../images/icon-ins.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 38px;
    overflow: hidden;
    padding: 10px !important;
    width: 38px;
    border: 2px solid transparent;
}
.youtube {
    background-image: url("../images/icon-yt.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 38px;
    overflow: hidden;
    padding: 10px !important;
    width: 38px;
    border: 2px solid transparent;
}

.social-nav:after {
    content: '.';
    visibility: hidden;
    clear: both;
}
#social-menu li.facebook a, #social-menu li.instagram a, #social-menu li.youtube a,
#social-menu-footer li.facebook a, #social-menu-footer li.instagram a, #social-menu-footer li.youtube a{
    text-indent: 999px !important;
    display: inline-block;
}
.glyphicon-search:before {
    color: white;
    content: "";
    display: inline-block;
    font-size: 1.4em;
    height: 38px;
    padding: 9px;
    width: 38px;
}
img.alignright {
    display: inline;
    float: right;
    margin: 3px 15px 10px 0;
}
img.alignleft {
    display: inline;
    float: left;
    margin: 3px 15px 10px 0;
}
.align-center {
    text-align: center;
}
.top-action {
    float: right;
}
.action {
    padding-top: 0;
}
.top-action .action li {
    background: none repeat scroll 0 0 #00b1b3;
    /*background-image: url(../images/background-btn-turchy.svg);
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;*/
    float: right;
    font-family: "Lato", 'Helvetica', sans-serif !important;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    list-style: outside none none;
    margin: 1px;
    padding: 5px 10px;
    text-align: left;
    line-height: 2!important;
    min-height: 26px;
    /*width: 91%;*/
}
.top-action .action li:first-child {
    background-color: #49ac33;
    /*background-image: url(../images/background-btn-lime.svg);
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-color: transparent;*/
}
.top-action .action li.whatsapp {
    /*width: 90%;
    padding: 2px 10px;*/
    background: #65BC54;
}
.top-action .action li.whatsapp img{
    width: 26px;
    height: auto;
}
.top-action li.facebook-top{
    background: #5597D3;
    /*padding: 7px 10px;*/
}
.top-action li.facebook-top img{
    width: 26px;
}
.top-action .action li a {
    color: #ffffff !important;
    margin-left: 5px;
}
.navbar-header {
    margin: 10px 0;
}
.navbar {
    margin-bottom: 0 !important;
    border: 0 !important;
}
.row-menu {
    background-image: url(../images/background-menu.svg);
    background-position: center -15px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*margin-top: -15px;
    margin-top: 25px;*/
}
#main-menu a {
    color: #1c1c1b !important;
    font-family: 'Lato', 'Helvetica', sans-serif;
    font-size: 1.05em;
    letter-spacing: 1px;
    padding-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 10px;
}
#main-menu .testimonials a {
    background-image: url(../images/link-testimonials.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#main-menu .diretta a {
    background-image: url(../images/link-diretta.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#main-menu .diretta a:hover, #main-menu .diretta a:focus {
    color: #ffffff !important;
}
#main-menu .diretta .sub-menu li a {
    background-image: none !important;
}
#main-menu .diretta .sub-menu li a:hover {
    color: #000 !important;
}
#main-menu a:focus, #main-menu a:hover {
    background-color: transparent !important;
}
/*#main-menu a:focus, #main-menu a:hover {
    background-color: transparent !important;
    background-image: url(../images/link-focus.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}*/
#main-menu .testimonials a:focus, #main-menu .testimonials a:hover {
    color: #ffffff !important;
    background-image: url(../images/link-testimonials.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#main-menu .sub-menu a {
    font-size: 0.9em !important;
}
h1.entry-title > span {
    font-size: 0.8em;
    font-weight: lighter;
}
.menu-item-has-children a::after {
    content: "\e252";
    display: inline-block;
    padding: 0 0 0 5px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.7rem;
}
.sub-menu li a::after{
    content:"";
}
/* Breadcrumbs */

.breadcrumbs {
    padding: 20px 0;
    font-family: 'Lato', 'Helvetica', sans-serif;
}

/* Featured Area Home */

.container-big{
    max-width: 1400px;
    width: 100%;
}
#featured-home {
    background-size: 100% auto;
    height: 500px;
    min-height: 350px;
    background-position: center center;
    overflow: hidden;
}
#featured-home .align-center {
    bottom: 25%;
    color: white !important;
    left: 29%;
    position: absolute;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: lighter;
}
#featured-home .carousel-caption {
    left: inherit !important;
    right: 5%;
    bottom: inherit;
    top: 12%;
    text-shadow: none !important;
    width: 45%;
}
#featured-home li {
    margin-left: 12px !important;
    margin-right: 0 !important;
}
#featured-home li img{
    width: 100%;
    height: auto;
}
#featured-home .content-caption {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-8 */
    padding: 30px;
}
#featured-home .carousel-caption h2, #featured-home .carousel-caption p strong {
    color: #00909d !important;
}
#featured-home .carousel-caption p {
    font-weight: 500;
}
.bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
}
#featured-home .bx-wrapper .bx-pager {
    right: 20px;
    bottom: 0 !important;
    width: inherit !important;
    left: inherit !important;
}
#featured-home .bx-pager a {
    background-color: #F5C100;
    border: 1px solid #ffffff;
}
#featured-home .bx-pager a.active {
    background-color: #D6427F;
    border: 1px solid #ffffff;
}
/* Box stay */
#box-stays {
    margin-top: -5%;
    position: relative;
    margin-bottom: 50px;
}
#box-stays .content-box  {
    min-height: 450px;
}
#box-stays p, #box-stays li {
    display: inline-block;
    /*font-weight: 300;*/
    margin: 5% !important;
    width: 90%;
}
.fast-link {
    display: block;
    margin-top: 10px;
}
.fast-link span {
    color: #CD257E;
}
#box-stays .content-box {
    border: 1px solid #dddddd;
    box-shadow: 0 -27px 26px rgba(255, 255, 255, 0.8);
}
#box-stays .entry-content {
    padding: 15px;
}
/*
#box-stays article {
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 1%;
    width: 48%;
}
#box-stays article:hover {
    margin-top: -25px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
#box-stays img {
    width: 100%;
    height: auto;
}
#box-stays article h2 {
    font-size: 1.8em;
    line-height: 1.5em !important;
    margin: -2px;
    padding: 5px 15px;
    text-align: left;
    display: inline-block;
    width: 75%;
    color: #ffffff !important;
    /*background-color: #d6427f;*/
    background-image: url(../images/background-btn-pink.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
    /*transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);*/
}
#box-stays article:first-child h2 {
    /*background-color: #f5c100 !important;*/
    background-image: url(../images/background-btn-yellow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
}
.carousel-countries {
    padding: 5% 0;
}
.carousel-countries:after {
    content: ".";
    visibility: hidden;
}
.carousel-testimonials .bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
}
.header-type-2 {
    margin-bottom: 60px;
}
.header-type-2 h2{
    font-size: 2.3em;
    font-weight: 700;
    word-wrap: break-word;
}
.header-type-2 h3 {
    font-size: 1.6em !important;
    font-weight: 300;
    width: 70%;
    margin: auto;
    line-height: 1.6em;
}
#your-personal-trip .img-thumbnail {
    border: medium none !important;
    box-shadow: none !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
}
.img-thumbnail > img {
    width: 100%;
}
.carousel-countries .btn-default.btn.btn-lg, #your-personal-trip .btn-default.btn.btn-lg {
    font-size: 2em;
}
.bx-wrapper .bx-controls-direction a {
    width: 53px !important;
    height: 52px !important;
}
.bx-wrapper .bx-prev {
    background: url("../images/arrow-slider.png") no-repeat scroll left center transparent !important;
    /*left: 0px !important;*/
    left: 10px !important;
}
.bx-wrapper .bx-next {
    background: url("../images/arrow-slider.png") no-repeat scroll right center transparent !important;
    /*right: 0px !important;*/
    right: 10px !important;
}
.bx-wrapper .bx-prev:hover {
    background: url("../images/arrow-slider.png") no-repeat scroll left center transparent !important;
}
.bx-wrapper .bx-next:hover {
    background: url("../images/arrow-slider.png") no-repeat scroll right center transparent !important;
}
.carousel-countries .btn-default.btn.btn-lg,
#your-personal-trip .btn-default.btn.btn-lg {
    margin: 25px 0;
}
.page-template-page-testimonial-php #primary-page {
    overflow: hidden;
}
#primary-page {
    padding-left: 0 !important;
    margin-bottom: 50px;
}
#testimonials .item {
    background: url(../images/virgolette.png) no-repeat scroll 0 0 #fdf7c3;
    border: 2px solid #fff;
    padding: 20px;
    padding: 30px;
    margin: 2px !important;
    margin: 10px !important;
    background-position: 10px 10px;
}
.testimonials-list-archive ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.testimonials-list-archive .from.date {
    color: #ffffff !important;
}
.testimonials-list-archive h4 {
    margin-bottom: 30px;
}
.testimonials-list-archive ul {
    padding: 0 5px;
}
.info-testimonials p {
    font-style: italic;
    font-weight: 500 !important;
}
#your-personal-trip .row {
    margin-bottom: 4% !important;
}
/* Featured Area */

.featured-area .col-lg-4 img {
    margin: auto;
}
.featured-area hr {
    background-color: #595959;
    height: 1px;
    width: 50%;
    margin: auto;
}
.featured-image {
    padding: 0 !important;
}
.featured-image img {
    width: 100% !important;
}
.row {
    position: relative;
}
.featured-area .absolute {
    position: absolute;
    right: 50px;
    z-index: 999;
    bottom: -50px;
}
.content-info {
    /*background-color: #DAECFA;*/
    background: rgba(24,191,204,0.2);
    padding: 2%;
}
.label-content {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em !important;
}
dl {
    font-family: "Lato", 'Helvetica', sans-serif;
}
dd {
    border-bottom: 1px solid #e5f8ff;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
}


/* ROW GIOCAMONDO */

#giocamondo-row {
    background-image: url(../images/background-giocamondo.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#giocamondo-row {
    font-family: "Lato",sans-serif !important;
    font-size: 1.3em;
    font-weight: 300;
}
#giocamondo-row ul li em {
    display: block;
}
#giocamondo-row figure img {
    width: 100%;
}
.section {
    padding: 4% 0;
    margin: 3% 0;
}
#giocamondo-row .entry-content {
    margin-bottom: 15px;
}
#giocamondo-row ul li {
    line-height: 1.4em;
    line-height: 1.4em;
    margin-bottom: 4px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 3px solid #fff;
}
#giocamondo-row ul li strong {
    color: #d4417e;
    font-size: 1.5em;
    font-weight: bold !important;
    margin: 0 5px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}
#giocamondo-row ul li em {
    color: #6b6b6b;
    font-size: 0.8em;
    font-weight: 300 !important;
    margin-top: 5px;
}
#giocamondo-row ul li span {
    color: #00B1B3;
    font-weight: 400 !important;
    text-decoration: underline;
}
#giocamondo-row figure, #giocamondo-row .img-thumbnail{
    background: transparent;
    border: none;
}
ul {
    list-style-image: url('../images/list-icon.png');
    padding-left: 22px;
}

#primary-page #giocamondo-row {
    background-color: #E5F8F8;
    background-size: 100% 100%;
    background-image: none !important;
}

/* Banner home section */
.banner-section .item-relative{
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0.5)!important;
}
.banner-section .item-relative a img{
    transition: all .2s ease-in-out;
    width: 100%;
}
.banner-section .item-relative a:hover img{
    transform: scale(1.2);
}
/*.banner-section .item-relative figcaption{
    position: absolute;
    bottom: 5%;
    right: 0;
    max-width: 90%;
}
.banner-section .item-relative figcaption a {
    background: #d4417e !important;
    color: #fff!important;
    padding: 5px;
}
.banner-section .item-relative figcaption a:hover {
    color: #1D3044 !important;
    text-decoration: none;
}
*/
.banner-section .item-relative figcaption{
    /*position: absolute;
    bottom: 5%;
    right: 0;
    max-width: 90%;*/
    background: #d4417e !important;
    padding: 2%;
    text-align: right;
}
.banner-section .item-relative figcaption a {
    /*background: #27AAE1 !important;*/
    color: #fff!important;
    padding: 5px;
}
.banner-section .item-relative figcaption a:hover {
    color: #1D3044 !important;
    text-decoration: none;
}


/* ROW BLOG*/

#blog {
    background-image: url(../images/bottom-blog.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 0 !important;
}
.date {
    background: #f5c100;
    font-family: 'Lato', 'Helvetica', sans-serif !important;
    font-weight: bold;
    padding: 10px;
}

#blog h3.entry-title a {
    color: #CD257E !important;
    font-family: 'Convergence', 'Helvetica', sans-serif;
}
#blog h3.entry-title a:hover {
    color: #00B1B3 !important;
}
.action-blog, #follow-us {
    background-image: url(../images/background-yellow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}
.action-blog {
    padding-top: 4%;
    margin-top: 4%;
    padding-bottom: 2%;
}
.single-soggiorno-inpsieme .action-blog {
    background-size: auto 200%;
}
.action-blog a.btn-default.btn.btn-lg {
    font-size: 1.5em !important;
}
.action-blog li{
    list-style: none;
}
#blog img {
    width: 100%;
}
.wrapper-news {
    border: 1px solid #ddd;
    min-height: 420px;
}
.entry-date.published > strong {
    display: inline-flex;
    font-size: 1.5em;
    margin-top: -15px !important;
}
#blog header, #blog .entry-content {
    padding: 0 15px;
}
.item-archive {
    border-bottom: 1px solid #eee;
    margin: 10px 0;
    padding: 15px 0;
}
.item-archive .date{
    padding: 5px 10px;
}
.bg-fuchsia{
    background: #D5447F !important;
    color: #fff!important;
    line-height: 1.4!important;
    padding: 1%;
    margin-top: 20px;
}
body #primary-page .bg-fuchsia h3, body #primary-page .bg-fuchsia h3 strong{
    color: #fff!important;
}
body #primary-page .bg-fuchsia h3 strong{
    margin-top: 10px;
}
body .entry-gallery{
    margin-top: 30px;
}

#other-proposals .btn-fuchsia{
    /*margin-top: -40px;*/
}
#other-proposals article .entry-header > h3 {
    background: #cd257e;
    color: #ffffff;
    display: inline-block;
    margin-top: -25px !important;
    padding: 2% 4%;
    width: auto;
    text-transform: uppercase;
}
#other-proposals article .entry-header > h3 a {
    color: #ffffff !important;
}
#other-proposals figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#other-proposals article {
    border: 1px solid #ddd;
    margin: 1%;
    padding: 0 !important;
    transition: all 0.3s ease 0s;
    width: 48%;
}
/*#other-proposals article:hover {
    background-color: #eeede9 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
#other-proposals article .entry-content {
    padding: 0 7% 4%;
    font-size: 1.3em !important;
    margin-bottom: 15px !important;
    margin-top: 15px;
}
#other-proposals .fast-link {
    text-align: right;
}
/* -- n. Footer -- */

footer#footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 100px;
}
footer .prefooter {
    padding: 4% 0 0;
    background-image: url(../images/background-footer.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background: #cd257e;
    background: #f4c22b;*/
}
footer .prefooter img {
    /*width: 230px !important;*/
}
footer#footer ul li a {
    color: #ffffff !important;
}
footer#footer .prefooter ul {
    padding-top: 0px;
    padding-bottom: 0px;
}
footer#footer .prefooter li {
    list-style: none;
}
.copy {
    margin-top: 15px;
    margin-bottom: 15px;
}
.copy p {
    color: #484848 !important;
}

.second-call-to-action h3, .second-call-to-action h2 {
    line-height: 35px;
}

/* ------------------------- */
/* ARCHIVE */
/* ------------------------- */

#page-title {
    background-image: url(../images/background-giocamondo.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*background-position: center top;*/
    background-position: center -40px;
    margin-top: -5px;
}
#page-title h1 {
    padding: 2%;
}
.action-scroll {
    margin-bottom: 2% !important;
    margin-top: 0 !important;
}
.big {
    background: #D3437E;
    border-radius: 100%;
    color: white !important;
    height: 100px !important;
    padding: 6px 21px;
    width: 100px;
}
.action-scroll a:hover, .action-scroll a:focus {
    text-decoration: none !important;
    color: #D3437E !important;
}
.action-scroll h2 {
    font-size: 2.5em;
    text-transform: capitalize;
}
.action-scroll .glyphicon  {
    font-size: 25px;
}
.action-scroll .text-center > h2 small {
    font-family: 'Lato', 'Helvetica', sans-serif !important;
    font-size: 0.6em;
    font-style: italic;
    font-weight: 300;
    display: block;
}
.summary img {
    width: 100%;
}
.summary p {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    bottom: 0;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 !important;
    padding: 10px;
    position: absolute;
    width: 100%;
}
#content-holidays {
    margin: 35px 0 !important;
}
#content-holidays article {
    margin-bottom: 30px;
    min-height: 450px;
}
#content-holidays article h2 {
    /*min-height: 86px;*/
    min-height: 140px;
}
.holidays-archive {
    margin: 20px 0;
}
.holidays-archive h4 {
    display: inline;
    float: left;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 20px;
}
ul#list-holidays {
    display: inline;
    float: left;
    list-style-image: none;
    list-style-type: none;
}
#list-holidays li {
    position: relative;
    float: left;
    margin: 5px 10px;
}
#list-holidays li a {
    padding: 15px;
    font-size: 1.3em;
    color: #ffffff !important;
    display: inline-block;
    font-family: 'Convergence', 'Arial', sans-serif;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    cursor: pointer;
}
#list-holidays li a:hover {
    text-decoration: none !important;
}
#list-holidays li a {
    background-color: #F5C100;
}
#list-holidays li a.junior {
    background-color: #00b1b3;
}
#list-holidays li a.senior {
    background-color: #0871b9;
}
#list-holidays li a .star {
    display: none !important;
}
#list-holidays li a.current .star {
    display: block !important;
}
.star {
    background-image: url("../images/star.png");
    background-position: center center;
    background-size: 100% auto;
    height: 38px;
    left: -13px;
    position: absolute;
    top: -13px;
    width: 38px;
}
.box-holidays {
    border: 1px solid #ddd;
}
.box-holidays iframe {
    width: 100%;
}
.box-holidays h2 {
   
}
.box-holidays h2 a, .box-holidays h2 {
    color: #cd257e !important;
    font-size: 2.1rem;
    line-height: 1.3;
    font-family: "Convergence", 'Arial', sans-serif !important;
}
.box-holidays h2 a:hover {
    color: #00b1b3 !important;
}
.entry-typology {
    padding: 10px;
    position: relative;
}
.junior .entry-typology {
    background-color: #00b1b3!important;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 1px;
}

.junior header {
    /*background-color: #00b1b3;*/
}
.senior header{
    /*background-color: #0871B9;*/
}
.senior header a, .junior header a, .senior header a:hover, .junior header a:hover {
    color: #ffffff /*!important*/;
}
.senior .entry-typology {
    background-color: #0871B9!important;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 1px;
}

.junior .entry-typology h4 {
    color: #00b1b3 !important;
}
.senior .entry-typology h4 {
    color: #0871B9 !important;
}
.entry-typology h4 {
    display: block;
    float: inherit;
    /*color: #ffffff !important;*/
    margin: 5px;
}
.entry-typology p {
    margin-bottom: 0 !important;
    color: #484848 !important;
    font-weight: 500;
    font-size: 0.9em !important;
}
.entry-header-news{
    margin-bottom: 15px;
}
.si-item .figure-si, .si-item .box-holidays{
    padding: 0!important;
    /*overflow: hidden;*/
}
.si-item .figure-si .thumb-location{
    margin-top: 2px;
}
.si-item .ribbon-age {
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    text-align: center;
    position: absolute;
    width: 80%;
    left: -60px;
    border: 2px solid;
    box-shadow: 0 2px 3px #444
}
.service-list .icon-service, .icon-xs{
    max-width: 40px;
    height: auto;
}
.si-item .action-bottom, .si-item .action-bottom > div{
    padding: 0!important;
}
.si-item .location-info{
    /*background: #E6F7F8 none;*/
}
.si-item .price{
    background: #fff8b3;
}
.si-item .action-bottom .service-list{
    border: solid #ddd;
    /*border-width: 0 0 1px 1px;*/
    border: none;
    padding: 5px 15px!important;
}
.single-soggiorno-inpsieme .content-info {
    background-color: #c0f4e6;
}
.single-soggiorno-inpsieme #price_details h1, .single-soggiorno-inpsieme #price_details h2, .single-soggiorno-inpsieme #price_details h3 {
    background: #D5447F !important;
    color: #fff!important;
    padding: 1%;
    margin-top: 0;
}
ul.price li{
    margin-bottom: 0px;
}
.single-soggiorno-inpsieme .si_banner{
    background: #35B4FF none repeat scroll 0 0;
    border: 2px solid #27aae1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.si_banner.container.no-padding.v-divider figure {
    max-height: 200px;
    overflow: hidden;
}
.single-soggiorno-inpsieme .si_banner .banner-text > * {
    color: #fff !important;
}
.holidays-archive .departure-item {
    display: block;
}
.holidays-archive .hotel{
    display: block;
}
.holidays-archive .locality{
    padding-left: 18px;
}
/* Responsive soggiorni-inpsieme */
@media screen and (max-width: 1024px) {
    .si-item .thumb-si, .si-item .thumb-location {
        width: 50%;
        float: left;
    }
    .figure-si{
        overflow: auto;
    }
    .si-item {
        min-height: 550px;
    }
    ul.location-info, ul.departures, ul.price, ul.users-age, ul.location-info li, ul.departures li, ul.price li, ul.users-age li{
        margin-bottom: 2px;
    }
    .top-header .action{
        font-size: 0.9em;
    }

}
@media screen and (max-width: 768px){
    .si-item .ribbon-age {
        font-size: 0.80em;
        left: -25px;
        padding: 5px 0 5px 12px;
    }
    body .bx-wrapper .bx-controls-direction a {
        top: 0;
    }
}
@media screen and (max-width: 665px) {
    .si-item .thumb-si {
        width: 100%;
        float: none;
    }
    .si-item .thumb-location{
        display: none;
    }
    .si-item .ribbon-age {
        left: -40px;
        padding-right: 40px;
    }
}

/* Archive Estero */

.page-template-archive-soggiorno-estero #content-holidays article h2 {
    background: #e5f8f8 none repeat scroll 0 0;
    min-height: 100px;
}
.page-template-archive-soggiorno-estero .box-holidays .star {
    left: 0;
}
.page-template-archive-soggiorno-estero #content-holidays article {
    min-height: 400px;
}

/* Utility info */

#utility-info {
    background-image: url(../images/background-giocamondo.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#utility-info article h3 {
    color: #ffffff !important;
    background-color: #f5c100;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    font-size: 1.3em;
    margin-bottom: -5px;
    margin-left: -5px;
    padding: 15px;
    display: inline-block;
}
#utility-info article:last-child h3 {
    background-color: #cd257e;
}

#utility-info article .entry-content {
    padding: 20px 15px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    min-height: 135px;
}
#utility-info ul {
    padding-left: 5px;
}
#utility-info li {
    list-style-image: none !important;
    list-style: none;
}
#utility-info li:before {
    content: "• ";
    color: #f5c100; /* or whatever color you prefer */
    font-size: 1.5em;
    vertical-align: middle;
}

.single-soggiorno iframe {
    height: 500px;
    width: 100%;
}
#primary-page h2, #primary-page h3, #primary-page h4,
#primary-page h2 strong , #primary-page h3 strong, #primary-page h4 strong{
    color: #D5447F !important;
}
#info-soggiorno .content-form.clearfix {
    background: #e5f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 30px 15px;
    margin: 20px 0;
}
#info-soggiorno .wpcf7-exclusive-checkbox .wpcf7-list-item {
    display: block;
    margin: 10px 0;
}
.content-form .row{
    margin-bottom: 10px!important;
}
.content-form input[type=checkbox], .content-form input[type=radio]{
    margin: 1px 6px 1px 0;
}
.top-header{
    margin-top: 0;
    background-image: url(../images/background-giocamondo.svg);
    background-size: auto 130%;
    background-repeat: no-repeat;
    background-position: center -40px;
}
.top-header .action {
    background: rgba(255,249,178,0.6);
}
.services {
    font-size: 90%;
    background: #e5f8f8 none repeat scroll 0 0;
    padding: 25px;
    margin-top: 10px;
}
.services h3 {
    border-bottom: 1px solid #00b1b3;
    padding-bottom: 20px;
}
.services li{
    margin-bottom: 5px!important;
}
.location-info, .departures, .price,
ul.location-info, ul.departures, ul.price, ul.users-age {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.location-info, ul.departures, ul.price,
ul.location-info li, ul.departures li, ul.price li, ul.users-age li{
    padding-left: 5px;
    margin-left: 0;
    margin-bottom: 5px;
}
.holidays-archive .location-info, .holidays-archive .departures, .holidays-archive .price{
    font-size: 0.9em;
}
ul.location-info{
    padding-top: 10px;
}
.departure-item{
    padding: 3px 0;
}
.top-header .actions{
    padding: 0;
}
.location-info li, .departures li, .users-age li {
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 0;
}
.top-header .actions li{
    list-style: none;
    padding: 0;
}
.top-header .glyphicon {
    color: #00b1b3;
    font-size: 1.5em;
}
.single-soggiorno-inpsieme .travel-type {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 -25px;
    position: relative;
    z-index: 10;
}
.single-soggiorno-inpsieme .travel-type li {
    position: relative;
    float: left;
    margin: 5px 10px;
}
.single-soggiorno-inpsieme .travel-type li span,
.single-soggiorno-inpsieme ul.users-age li strong{
    padding: 2px 5px;
    font-size: 1.3em;
    color: #ffffff !important;
    display: inline-block;
    font-family: 'Convergence', 'Arial', sans-serif;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    cursor: pointer;
    background: #F2A614;
}
.single-soggiorno-inpsieme ul.users-age li strong,
.single-soggiorno-inpsieme ul.users-age li strong.junior,
.single-soggiorno-inpsieme ul.users-age li strong.senior {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.single-soggiorno-inpsieme .travel-type li span.junior,
.single-soggiorno-inpsieme ul.users-age li strong.junior {
    background-color: #00b1b3;
}
.single-soggiorno-inpsieme .travel-type li span.senior,
.single-soggiorno-inpsieme ul.users-age li strong.senior{
    background-color: #0871b9;
}
.si_content{
    margin-top: 20px;
}
.si_content .entry-content {
    background: #f9f9f9;
}
.si_content .action-blog{
    margin: 5px auto 20px;
    padding: 10px;
}
.top-header .entry-title{
    font-size: 4.3rem;
    border: solid 5px #E6F7F8;
    background: rgba(255,255,255,0.8);
    padding: 10px;
}
body .fotorama--wp{
    margin-top: 0;
}
.activity-block {
    background-image: url(../images/background-giocamondo.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 110% auto;
    text-align: center;
}
.activities-list li{
    display: inline-block!important;
    /*float: none;*/
    margin-left: 0;
}
.activities-list li img{
    border: solid 2px #C80D6B;
    background: #fff;
}
.text-center.bg-fuchsia > h3, .text-center.bg-fuchsia > h5 {
    color: #fff !important;
}
input, select, textarea{
    width: 100%;
    max-width: 100%;
}
input[type="checkbox"], input[type="radio"]{
    width: inherit;
}
.three-col {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
}
.two-col{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}

/*
 * RESPOND
 */

#comments input, #comments textarea {
    width: 60%;
    display: block;
}
#comments > #respond {
    background: url(../images/aside-line-hover.svg) top left no-repeat #f7f7f7;
    padding: 27px;
    background-size: 100%;
}
#comments label {
    vertical-align: top !important;
}
.form-allowed-tags {
    display: none;
}
.assistive-text {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.commentlist {
    padding: 0 !important;
    margin-top: 20px;
}
.commentlist .even {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px;
}
.commentlist .odd {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 10px;
}
.commentlist .even .comment-author, .commentlist .children li .comment-author, .commentlist .odd .comment-author {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
}
.commentlist .children {
    padding-left: 25px;
    margin: 0 0 25px !important;
}
.children li.odd, .comment-author-giocamondo {
    background: #E5F8F8;
    margin: 0;
    padding: 20px;
}
.commentlist .avatar {
    margin-right: 10px;
}
#respond h3 {
    color: #FFFFFF !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
/**
 ** Single Aside
 **/

.widget.widget_ns_mailchimp {
    background: #FFF9B2;
    padding: 2% 5%;
}
.widget.widget_ns_mailchimp input {
    width: 100%;
    display: block;
    border: 3px solid #ffffff;
    margin: 10px 0;
    padding: 10px;
}
.widget.widget_ns_mailchimp label {
    color: #606060 !important;
    font-weight: 400;
}
.widget.widget_ns_mailchimp input.button, input.wpcf7-submit, .form-submit #submit {
    background-color: #D5447F;
    color: #ffffff;
    font-family: 'Convergence', 'Helvetica', sans-serif;
    text-transform: uppercase;
    border: 3px solid;
    padding: 10px;
}
.widget.widget_ns_mailchimp input.button:hover, input.wpcf7-submit:hover,  .form-submit #submit:hover {
    background-color: #09ABB1;
}

/* Form contatti generica */
#wpcf7-f4691-p4438-o1 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-top: 3px solid #CC257F !important;
    padding: 3% !important;
}
#wpcf7-f4691-p4438-o1 span, #wpcf7-f4691-p4438-o1 input, #wpcf7-f4691-p4438-o1 textarea {
    width: 100%;
}
#wpcf7-f4691-p4438-o1 input.wpcf7-submit {
    width: 50%;
    margin: auto;
}
#wpcf7-f4691-p4438-o1:after {
    content: ".";
    display: inline;
    visibility: hidden;
}
.button-submit {
    text-align: center;
}
aside h3 {
    color: #D64380 !important;
}
#widget_giocamondo_minibanner-27 a, #widget_giocamondo_minibanner-21 a {
    color: #ffffff !important;
    background: url(../images/aside-line.svg) no-repeat center top #ee9ea6;
    background-size: 100% auto;
    padding: 20px;
    display: block;
    width: 100%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
#widget_giocamondo_minibanner-27 a:hover, #widget_giocamondo_minibanner-21 a:hover {
    background: url(../images/aside-line-hover.svg) no-repeat center top #b5e0e3;
    background-size: 100% auto;
    padding: 10px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 20px;
    display: block;
    width: 100%;
}

#widget_giocamondo_minibanner-3 a, #widget_giocamondo_minibanner-22 a, #widget_giocamondo_minibanner-24 a, #widget_giocamondo_minibanner-23 a {
    color: #ffffff !important;
    background: url(../images/aside-line-hover.svg) no-repeat center top #b5e0e3;
    background-size: 100% auto;
    padding: 20px;
    display: block;
    width: 100%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
#widget_giocamondo_minibanner-3 a:hover, #widget_giocamondo_minibanner-22 a:hover, #widget_giocamondo_minibanner-24 a:hover, #widget_giocamondo_minibanner-23 a:hover {
    background: url(../images/aside-line.svg) no-repeat center top #ee9ea6;
    background-size: 100% auto;
    padding: 10px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 20px;
    display: block;
    width: 100%;
}

.widget.widget_giocamondo_enti {
    border-top: 1px solid #09ABB1;
    display: table;
    margin-top: 26px !important;
    padding-top: 7px;
    width: 100% !important;
}
.widget.widget_giocamondo_enti ol {
    padding-left: 5px !important;
}
.widget.widget_giocamondo_enti ol li {
    border-bottom: 1px solid #09ABB1;
    color: #D64380 !important;
    font-size: 1.1em !important;
}
/* -- Last Responsive Design -- */
@media (max-width: 1366px) {
    .row-menu {
        margin-top: -8px !important;
    }
}
@media (max-width: 1200px) {
    #main-menu a {
        padding-right: 15px !important;
        font-size: 0.9em !important;
    }
    .row-menu {
        margin-top: -8px !important;
    }
}
@media(max-width:1024px) {
    /*body {
        padding-top: 100px;
    }
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }*/
    body #featured-home{
        height: auto;
    }
    body #box-stays {
        margin-top: -20px;
    }
    .row-menu {
        margin-top: 8px !important;
        background-size: 180% auto;
        padding-top: 12px;
    }
    #main-menu a {
        padding-right: 9px !important;
        font-size: 0.9em !important;
    }
    .widget-title {
        font-size: 1.4em;
    }
    .bx-wrapper .bx-next{
        right: 10px!important;
    }
    .bx-wrapper .bx-prev{
        left: 10px!important;
    }
}
@media (max-width: 1000px) {
    .logotype {
        width: 80% !important;
    }
    .top-action.visible {
        display: block !important;
    }
    .visible-mobile {
        /*display: inline-block !important;*/
        display: none;
        float: right;
        font-weight: lighter !important;
        padding: 15px;
        cursor: pointer;
        background: #C7427A;
        color: #fff;
        font-size: 2.5rem;
    }
    .nav#main-menu {
        background-color: #F5C100;
    }
    .navbar-toggle .icon-bar {
        background-color: #C7427A !important;
    }
    .glyphicon-plus {
        color: #C7427A;
    }
    .top-action {
        display: none !important;
        width: 80%;
    }
    #featured-home .align-center {
        left: 0 !important;
        padding: 10px;
    }
    .nav > li, .nav li a, .navbar-collapse.col-sm-10 {
        width: 100% !important;
        display: inline-block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        background-color: #F5C100;
    }
    .navbar-toggle {
        display: block;
    }
    .social-nav {
        float: right;
    }
    .navbar-nav .sub-menu, .navbar-nav .sub-menu .sub-menu {
        /*display: block;*/
        left: 0 !important;
        position: relative;
        width: 100%;
        top: 0 !important;
    }
    .row-menu .container {
        width: 100% !important;
    }
    .header-type-2 h2 {
        font-size: 2em !important;
    }
    .bx-wrapper .bx-next {
        right: 0 !important;
    }
    .bx-wrapper .bx-left {
        left: 0 !important;
    }
    body #featured-home .bx-wrapper .bx-viewport {
        /*min-height: 430px !important;*/
        min-height: 300px!important;
        overflow: inherit !important;
    }
    body #featured-home .carousel-caption {
        bottom: inherit;
        left: 5%;
        position: absolute;
        text-shadow: none !important;
        top: 210px !important;
        width: 90%;
        z-index: 1000;
    }
    /**
    * Single soggiorno
    */
    .activities-list{
        padding: 0;
    }
    body .activities-list li{
        margin: 5px 0;
        width: 15%;
    }
    .three-col, .two-col {
        -moz-column-count: 1!important;
        -moz-column-gap: 0px!important;
        -webkit-column-count: 1!important;
        -webkit-column-gap: 0px!important;
    }
    #info-soggiorno input, #info-soggiorno select, #info-soggiorno textarea{
        max-width: 100%;
    }
}
@media (max-width:800px) {
    body .activities-list li.col-xs-4{
        margin: 5px 0;
        width: 33.33333333%;
    }
	body .activities-list li.col-xs-4 img{
		max-height: 90px;
		max-width: 90px;
	}
    #your-personal-trip article {
        text-align: center !important;
    }
    #box-stays article, #other-proposals article {
        /*width: 98%;*/
    }
    #footer img {
        width: 150px;
    }
    .bx-controls.bx-has-controls-direction {
        /*display: none;*/
    }
    #featured-home .bx-wrapper .bx-pager{
        bottom: -40px!important;
    }
    #featured-home .bx-wrapper .bx-controls-direction a{
        top: 15%;
    }
    #featured-home .bx-wrapper .bx-prev {
        left: 10px!important;
    }
    #box-stays article {
        margin-top: 25px;
    }
}
@media (max-width:768px) {
    .navbar-toggle .icon-bar {
        background-color: #484848;
    }
    #featured-home {
        background-size: auto 100%;
    }
    body #featured-home .carousel-caption{
        top: 10%!important;
        padding: 15px!important;
        background: rgba(255,255,179,0.3);
        margin-top: 55px;
    }
    .top-action.visible {
        display: block !important;
    }
    .visible-mobile {
        display: inline-block !important;
        float: right;
        font-weight: lighter !important;
        padding: 15px;
        cursor: pointer;
    }
    .top-action {
        display: none !important;
        width: 80%;
    }
    #featured-home .align-center {
        left: 0 !important;
        padding: 10px;
    }
    .nav > li, .nav li a, .navbar-collapse.col-sm-10 {
        width: 100% !important;
        display: inline-block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-toggle {
        display: block;
    }
    .social-nav {
        float: right;
    }
    #your-personal-trip article {
        text-align: center !important;
    }
    body .action-scroll h2{
        font-size: 2em;
    }
    body .holidays-archive h4{
        margin-top: 15px;
    }
    body #list-holidays li a{
        font-size: 1em;
        padding: 10px;
    }

}
@media screen and (max-width: 767px) {
    #blog article {
        margin-bottom: 40px;
    }
    #blog article:after {
        content: '.';
        visibility: hidden;
        display: table;
    }
    #other-proposals article {
        width: 98% !important;
    }
    #featured-home .carousel-caption {
        width: 90% !important;
    }
    .prefooter {
        background-color: #CC257F !important;
    }
    /* Home others proposal */

    #other-proposals .btn-fuchsia {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
    #other-proposals .text-center > img {
        display: block;
        margin: auto;
        text-align: center;
        width: auto;
    }
    .single .top-header .entry-title{
        font-size: 1.8em;
        line-height: 1.3;
    }
}
@media (max-width:600px) {
    .logotype {
        width: 70% !important;
    }
    .top-action {
        display: none;
    }
    .navbar-toggle .icon-bar {
        background-color: #484848;
    }
    .bx-wrapper .bx-prev {
        left: 0px !important;
    }
    .bx-wrapper .bx-next {
        right: 0px !important;
    }
    .carousel-countries .btn-default.btn.btn-lg, #your-personal-trip .btn-default.btn.btn-lg {
        font-size: 1.5em !important;
    }
    .btn-default, .action li {
        margin-right: 0 !important;
        font-size: 1.3rem;
        padding-right: 40px;
    }
    #featured-home .bx-wrapper .bx-viewport {
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }
    #featured-home .carousel-caption > h2 {
        font-size: 1.4em !important;
    }
    #featured-home .carousel-caption p {
        font-size: 1em !important;
    }
    #featured-home .carousel-caption {
        width: 100% !important;
        position: relative;
        padding: 9% !important;
        left: 0;
    }
    #featured-home {
        height: auto !important;
    }
    #featured-home .bx-wrapper img {
        width: 160% !important;
        height: auto !important;
    }
}
@media (max-width: 590px) {
    .navbar-brand > img {
        width: 180px !important;
    }
    .action-blog a.btn-default.btn.btn-lg {
        width: 90%;
    }
    .logotype {
        width: 80% !important;
        padding: 0 !important;
    }
    .logo-home img {
        max-width: 80% !important;
    }
    .navbar-toggle {
        margin-right: 0 !important;
    }
    .glyphicon-plus, .top-action {
        display: none !important;
    }
    #featured-home .carousel-caption {
        bottom: inherit !important;
        left: inherit !important;
        padding: 0 !important;
        position: relative !important;
        right: inherit !important;
        top: inherit !important;
        width: 95% !important;
    }
    #slider-home .bx-wrapper {
        margin-bottom: 0 !important;
    }
    #box-stays article h2 {
        width: 95% !important;
    }
    #giocamondo-row figure {
        float: inherit;
        margin: auto !important;
        text-align: center;
        width: 50%;
    }
    #giocamondo-row .banner-section figure{
        width: 90%;
        margin: 25px auto!important;
    }
    .btn-default, .action li {
        white-space: inherit !important;
    }
    body #box-stays {
        margin-top: 20px !important;
    }
    .single-soggiorno iframe {
        height: inherit !important;
    }
    #primary-page {
        padding: 0 !important;
    }
    .box-holidays iframe {
        height: auto !important;
    }
    #content-holidays article {
        padding: 0 !important;
    }
    #testimonials .date {
        background: none repeat scroll 0 0 #f5c100;
        display: inline-block;
        font-size: 0.8em !important;
        font-weight: bold;
        margin-top: 10px;
    }
    #carousel-testimonials .container {
        padding: 0 20px !important;
    }
    #carousel-testimonials p {
        font-size: 0.9em !important;
    }

    #comments input, #comments textarea {
        width: 100%;
        display: block;
    }
    #featured-home {
        min-height: 300px;
        overflow: hidden;
    }
    .img-slider {
        height: 150px !important;
        overflow: hidden !important;
    }
    .page-template-archive-soggiorno-estero #content-holidays article {
        min-height: inherit;
    }
    #featured-home .bx-wrapper .bx-pager{
        top: 150px!important;
        bottom: inherit!important;
        z-index: 20;
        margin: 0 auto!important;
        left: 10%!important;
    }
}
@media screen and (max-width: 1024px) {
    .si-item .thumb-si, .si-item .thumb-location {
        width: 50%;
        float: left;
    }
    .figure-si{
        overflow: auto;
    }
    #content-holidays article.si-item {
        min-height: 600px;
    }
    ul.location-info, ul.departures, ul.price, ul.users-age, ul.location-info li, ul.departures li, ul.price li, ul.users-age li{
        margin-bottom: 2px;
    }
    .top-header .action{
        font-size: 0.9em;
    }
    .si-item .ribbon-age{
        left: -130px;
    }
    .si-item .figure-si .thumb-location{
        margin-top: 0;
    }

    #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item{
        list-style: none;
    }
    #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item > a.mega-menu-link{
        padding: 0 25px;
        color: #333!important;
        font-size: 1.5rem;
        border-bottom: solid 1px #f2a614;
    }

}
@media screen and (max-width: 768px){
    .si-item .ribbon-age {
        font-size: 0.80em;
        left: -25px;
        padding: 5px 0 5px 12px;
    }
}
@media screen and (max-width: 665px) {
    .si-item .thumb-si {
        width: 100%;
        float: none;
    }
    .si-item .thumb-location{
        display: none;
    }
    .si-item .ribbon-age {
        left: -40px;
        padding-right: 40px;
    }
}

/**
 * 03.02.2017
 * Mega menu
 */
body #mega-menu-wrap-main{
    background: transparent;
}
.mega-social-icon a.mega-menu-link:before, .mega-social-icon a.mega-menu-link::before  {
    font-size: 3rem!important;
    color: #ffffff!important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link{
    padding: 0 10px;
    font-size: 16px;
    color: #383838!important;
}
#mega-menu-wrap-main #mega-menu-main li.no-link a{
    cursor: default;
}
#mega-menu-wrap-main #mega-menu-main li.no-link a:hover{
    text-decoration: none;
}
#mega-menu-wrap-main .inpsieme-link a{
    text-decoration: none;
    border: none;
    background: #d6427f;
}
#mega-menu-wrap-main .inpsieme-link img{
    max-width: 70%!important;
}
#mega-menu-wrap-main li.btn-default.btn.btn-lg, #mega-menu-wrap-main li.btn-primary.btn.btn-lg {
    border-color: #d6427f !important;
    padding: 10px 16px;
    margin-top: 15px;
}
#mega-menu-wrap-main li.btn-default.btn.btn-lg a {
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mega-menu-wrap-main li.btn-default.btn.btn-lg a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e080";
}

@media screen and (max-width: 1070px) {
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link{
        padding: 0 10px;
        font-size: 14px;
    }
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus{
    background-color: #d6427f;
    color: #fff!important;
}
body #mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu{
    width: 200px;
}
ul#menu-soggiorni-linguistici{
    padding-top: 20px;
}
ul#menu-soggiorni-linguistici li, ul#menu-soggiorni-linguistici, .mega-menu-item .menu li, .mega-menu-item .menu {
    list-style: none;
    padding-left: 0;
}
ul#menu-soggiorni-linguistici li a, .mega-menu-item .menu li a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu{
    background: #ffffff!important;
    border: solid #d6427f!important;
    border-width: 0 3px 3px 3px!important;
}
.mega-menu-item hr{
    margin: 0px;
    padding: 0px;
}
#mega-menu-main h4.mega-block-title{
    margin-bottom: 10px!important;
}
body #mega-menu-wrap-main-mobile .mega-menu-toggle, #mega-menu-wrap-main-mobile{
    background: #f5c100!important;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item > a.mega-menu-link:focus{
    background-color: #d6427f;
    color: #fff!important;
}
#mega-menu-main .btn-default, #mega-menu-main .action li,
#mega-menu-wrap-main-mobile .btn-default, #mega-menu-wrap-main-mobile .action li{
    padding-right: 15px;
}

@media (min-width: 768px){
    .navbar-header {
        margin: 0!important;
    }
    div#mobile-navigation-gs{
        width: 100%;
        padding: 0!important;
    }
    body #mega-menu-wrap-main-mobile .mega-menu-toggle, #mega-menu-wrap-main-mobile{
        background: #f5c100 !important;
    }
    .visible-mobile{
        background: #d6427f;
        color: #fff;
    }
    .navbar-collapse {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
        width: 100%!important;
    }
}

@media screen and (max-width: 768px){
    .si-item .ribbon-age {
        font-size: 0.80em;
        left: -25px;
        padding: 5px 0 5px 12px;
    }
    .content-info{
        padding: inherit;
    }
}
@media screen and (max-width: 735px){
    .single-soggiorno-inpsieme .si_banner{
        display: inline-block;
    }
}
@media screen and (max-width: 665px) {
    .si-item .thumb-si {
        width: 100%;
        float: none;
    }
    .si-item .thumb-location{
        display: none;
    }
    .si-item .ribbon-age {
        left: -40px;
        padding-right: 40px;
    }
}

/* Menu-sticky */
#si_navbar_fix{
    /*border-bottom: solid 2px #ececec!important;*/
    border-bottom: 2px solid #cd257e !important;
    z-index: 100000;
}
#si_navbar_fix .container{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
}
#si_navbar_fix .box-bordered {
    padding: 0.5%;
    border-right: solid 1px #ececec!important;
    align-self: center;
}
#si_navbar_fix .box-bordered:last-child{
    border-right: none;
}
#si_navbar_fix ul{
    padding: 0;
    margin: 0;
}
#si_navbar_fix ul, #si_navbar_fix li{
    list-style: none;
}
#si_navbar_fix #structure-sticky-badge-name-container{
    font-size: 1.6rem;
}
#si_navbar_fix ul, #si_navbar_fix li{
    padding: 0;
    margin: 0;
    list-style: none;
}
#sticky-price li{
    font-size: 1.4rem;
}

/* item box in home */
.item-box{
    border: solid 1px #eee;
}
.item-box > * {
    color: #333333;
}
.item-box figure{
    position: relative;
}
.item-box .sticky-brand{
    position: absolute;
    /*bottom: -5%;*/
    top: -5%;
    width: 100%;
}
.sticky-brand .img-circle {
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

/*
.thumb-si a img {
    position:absolute;
    left:0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.thumb-si a img.top:hover {
    opacity:0;
}*/
#soggiorni-home .entry-header h2 {
    position: relative;
}
#soggiorni-home .entry-header h2 .inps-accordant{
    position: absolute;
    bottom: -50%;
}
#soggiorni-home .list-group{
    /*display: -ms-flex;*/
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#soggiorni-home .list-group .si-box-item{
    align-self: stretch;
}
.item-box .entry-content, .item-box .entry-header{
    padding: 0 15px;
}
.item-box .entry-header {
    min-height: 70px;
}
.item-box .entry-content {
    min-height: 200px;
}
.item-box ul, .item-box li, .item-box .home-si li {
    border: none;
    padding: 0;
    margin: 0;
    color: #666;
    font-weight: normal!important;
    font-size: 1.6rem;
}
.item-box .price {
    padding: 5px 0;
    border-bottom: none;
}
.item-box footer {
    margin-bottom: 20px;
}
.item-box .btn-primary{
    color: #ffffff!important;
}
.item-box li, .item-box .home-si li{
    list-style: none;
    margin: 0 0 5px;
}
.item-box .entry-header a,
#soggiorni-home .item-box .glyphicon{
    color: #d4417e!important;
}
.si-box-item {
    margin: 1% 0;
    height: 800px;
}
.si_content #vv_reserve a, #vv_reserve a{
    word-break: break-all;
}
.bonus-info{
    background: rgba(255,255,255,0.3);
    padding: 2% 1%;
}
.home .si_cta-home .btn-default{
    background-color: #d4417e;
    margin: 0!important;
    background-image: none;
}
.home .si_cta-home .btn-default:hover span {
    padding-left: 25px;
}
/* Archive Soggiorni Inpsieme */
.si-item {
    min-height: 380px !important;
    margin-bottom: 20px !important;
}
.si-item .figure-si, .box-holidays {
    padding: 0;
}
.si-item .box-holidays > header {
    background: #cd257e none repeat scroll 0 0 !important;
}
.si-item .box-holidays > header a{
    color: #fff!important;
}
.si-item .box-holidays .entry-title {
    font-size: 1.7em;
    margin: 0;
}
.si-item .box-holidays .departures.holiday-shifts {
    padding: 10px 0 10px 10px;
}
.si-item .box-holidays .departure-item {
    font-size: 0.85em;
}
.si-item .content-info-holidays .price {
    background: #eff8e4 none repeat scroll 0 0;
}
.si-item .content-info-holidays .location-info {
    background: #e6f5fb none repeat scroll 0 0;
}
.si-item .action-bottom .btn-fuchsia {
    background: #00B1B3 none repeat scroll 0 0 !important;
    color: #fff !important;
    margin-right: -15px;
}
.si-item .thumb-si, .si-item .thumb-location {
    overflow: hidden;
    position: relative;
    padding: 0!important;
}
.si-item .ribbon-age {
    background: #FFA717 none;
    color: #fff;
    font-size: 0.86em;
    font-weight: bold;
    left: -37px;
    padding: 5px 0 5px 32px;
    position: absolute;
    text-align: left;
    transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    width: 80%;
    border: 2px solid;
    box-shadow: 0 2px 3px #444;
}
.si-item .action-bottom{
    position: relative;
    clear: both;
    border: none!important;
}
.si-item .inps-btn {
    bottom: -15px;
    left: -8px;
    position: absolute;
    cursor: pointer!important;
    display: inline-block;
    z-index: 10;
}
.si-item .inps-btn img{
    cursor: pointer!important;
}
.activity-block {
    margin-bottom: 30px;
    border: solid 2px #DAECFA;
    padding: 1%;
}
.activities-list{
    margin: 0;
    padding: 0;
}
.activities-list li{
    list-style: none;
}
.single-soggiorno-inpsieme .action-si ul{
    padding-left: 0;
}

/* Filter */
.filter-box{
    padding: 1%;
    border: solid 4px #eee;
}
.filter-box h3{
    margin: 0 0 30px;
}
ul.si_filter-list li a#all{
    background-color: #d9534f!important;
    border-color: #d43f3a;
}
.si_list-archive{
    margin: 3% 0;
}

.price-sort-block {
    width:40%;
    float:right;
}

.msg-result-filter {
    padding:3%;
}

.msg-result-filter p {
    text-align:center;
    font-size:26px;
}

.si_filter-list {
    margin: 0;
    padding: 0;
}
ul.si_filter-list li {
    display: inline-block;
    margin: 0 1%;
    padding: 0;
}
ul.si_filter-list li a{
    padding: 0.5rem 2rem;
    border: solid 1px #00aeef;
    background: #fff;
}
ul.si_filter-list li a.current{
    background: #00aeef;
    color: #fff!important;
}
@media screen and (max-width: 1024px) {
    .si-item .thumb-si, .si-item .thumb-location {
        width: 50%;
        float: left;
    }
    .figure-si{
        overflow: auto;
    }
    .si-item {
        min-height: 550px;
    }
    ul.location-info, ul.departures, ul.price, ul.users-age, ul.location-info li, ul.departures li, ul.price li, ul.users-age li{
        margin-bottom: 2px;
    }
    .top-header .action{
        font-size: 0.9em;
    }

}
@media screen (min-width: 426px) and (max-width: 1200px) {
	.si-item {
        height: 400px!important;
    }
}
@media screen and (max-width: 425px){
    .si-item .ribbon-age {
        font-size: 0.80em;
        left: -50px;
        padding: 5px 0 5px 12px;
    }
    .content-info{
        padding: inherit;
    }
    .si-item {
        min-height: 700px;
        height: 600px!important;
        /*top: inherit!important;
        position: relative!important;*/
        left: inherit!important;
    }
    .si-item .inps-btn {
        bottom: -30px;
        left:0;
    }
}
@media screen and (max-width: 735px){
    .single-soggiorno-inpsieme .si_banner{
        display: inline-block;
    }
}
@media screen and (max-width: 665px) {
    .si-item .thumb-si {
        width: 100%;
        float: none;
    }
    .si-item .thumb-location{
        display: none;
    }
    .si-item .ribbon-age {
        left: -40px;
        padding-right: 40px;
    }
}
/* ----------------------------- */

@media only print {
    /* --------------------------------------------------------------
     * Css Print  Framework
     * Version:   1.0
    -------------------------------------------------------------- */
    body {
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
        line-height: 1.45;
        color: #000;
        background: none;
        font-size: 14pt; }

    /* Headings */
    h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
    h1{font-size:19pt;}
    h2{font-size:17pt;}
    h3{font-size:15pt;}
    h4,h5,h6{font-size:14pt;}


    p, h2, h3 { orphans: 3; widows: 3; }

    code { font: 12pt Courier, monospace; }
    blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
    hr { background-color: #ccc; }

    /* Images */
    img { float: left; margin: 1em 1.5em 1.5em 0; max-width: 100% !important; }
    a img { border: none; }

    /* Links */
    a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
    a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }

    abbr[title]:after { content: " (" attr(title) ")"; }

    /* Don't show linked images  */
    a[href^="http://"] {color:#000; }
    a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }

    /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
    a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}

    /* Table */
    table { margin: 1px; text-align:left; }
    th { border-bottom: 1px solid #333;  font-weight: bold; }
    td { border-bottom: 1px solid #333; }
    th,td { padding: 4px 10px 4px 0; }
    tfoot { font-style: italic; }
    caption { background: #fff; margin-bottom:2em; text-align:left; }
    thead {display: table-header-group;}
    img,tr {page-break-inside: avoid;}

    #footer, #navigation, #rightSideBar, #leftSideBar,
    #si_navbar_fix, .essb_share, .breadcrumbs, .top-header .col-sm-4.action .action-si, .single-soggiorno-inpsieme .content-call
    {display: none!important;}

    body .navbar{
        display: block!important;
    }
    body .navbar .navbar-collapse.collapse, body .navbar .service-menu{
        display: none!important;
    }
    body .logotype img{
        width: 450px;
    }
    body .top-action li{
        display: block;
        clear: both;
        text-align: left;
        font-size: 1.3rem!important;
        background: #bcbcbc!important;
        line-height: 1!important;
        height: 33px;
    }
    body .top-action li img{
        padding: 0;
        margin: 0 5px 0 0;
    }
    .single-soggiorno-inpsieme .navbar .logotype, .single-soggiorno-inpsieme .navbar .logotype > *{
        display: block!important;
    }
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
    {
        float: none;
        width: 100%;
    }
    .single-soggiorno-inpsieme .entry-title, .entry-title h1{
        font-size: 4rem;
    }
    .single-soggiorno-inpsieme .top-header {
        background: #eee;
        border: solid 2px #1c1c1b;
    }
    .top-header .col-sm-8 {
        width: 66%;
        float: left;
    }
    .top-header .col-sm-4{
        width: 33%;
        float: left;
    }
    .single-soggiorno-inpsieme .top-header > *{
        font-size: 1.6rem;
    }
    .single-soggiorno-inpsieme .top-header .users-age strong{
        color: #000!important;
        border: solid;
    }
    .top-header .col-sm-4.action img{
        width: 70px;
    }
    .activity-block .activities-list li, .activity-block .activities-list li.col-sm-2.col-xs-4{
        float: left;
        width: 170px;
    }
    .activity-block .activities-list img{
        display: inline;
        width: 100%;
    }
    #header .logotype .brand img {
        display: block;
        clear: both;
    }
}
@keyframes change-background {
    0% {
        background: #FF3128;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    33% {
        background: #FFD515;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    66% {
        background: #46E85B;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        background: #35B4FF;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes change-background {
    0% {
        background: #FF3128;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    33% {
        background: #FFD515;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    66% {
        background: #46E85B;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        background: #35B4FF;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes change-background {
    0% {
        background: #FF3128;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    33% {
        background: #FFD515;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    66% {
        background: #46E85B;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        background: #35B4FF;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes change-background {
    0% {
        background: #FF3128;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    33% {
        background: #FFD515;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    66% {
        background: #46E85B;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        background: #35B4FF;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes change-background {
    0% {
        background: #FF3128;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    33% {
        background: #FFD515;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    66% {
        background: #46E85B;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        background: #35B4FF;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.change-bk {
    -webkit-animation: change-background 4s linear infinite alternate;
    -moz-animation: change-background 4s linear infinite alternate;
    -o-animation: change-background 4s linear infinite alternate;
    animation: change-background 4s linear infinite alternate;
}
iframe{
    max-width: 100%;
}
[class^="hvr-"]{
    margin: .4em;
    padding: 0.6em;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 10px;
}
.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    width: 90%;
    border: solid 4px;
    text-shadow: 0 0 1px #222;
}
.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 25px);
    left: -30px;
    border-width: 25px 30px 25px 0;
    border-color: transparent #fff transparent transparent;
}


/*
.hvr-bubble-bottom:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 20px);
    bottom: -20px;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
}
*/
/*.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before{
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}*/
.si_banner_video p{
    margin: 0!important;
    padding: 0;
}
.si_banner_video iframe{
    width: 98%;
    margin: 1%!important;
}

#your-personal-trip .action-blog {
    position:initial !important;
}

.item-news {
    margin-bottom:5px;
}

.paging {
    margin-bottom: 10px;
}

.ui-group .glyphicon {
    display: inline;
}

.order-block {
    padding-top: 10px;
    background: #f9e8d7;
    padding-bottom: 10px;
    width: auto;
    margin-top: 0 !important;
}

.activities-list li {
    cursor: pointer;
}
.activities-list .text-hover {
    background: #1D3044;
    line-height: 1em;
    padding: 10px;
    font-size: 0.9em;
    color: white;
    bottom: -20px;
    margin: 0 !important;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
}
.activities-list li:hover > .text-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.users-age .text-hover {
    background: #1D3044;
    line-height: 1em;
    padding: 10px;
    font-size: 0.9em;
    color: white;
    margin: 0 !important;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    max-width: 190px;
    word-wrap: break-word;
    top: 35px;
    /*box-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
}
.users-age li:hover > .text-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.users-age li {
    position:relative;
    overflow: visible;
    list-style: none;
}

.users-age li strong {
    cursor:default !important;
}

.codice {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background: #e5f8f8 !important;
    padding: 13px 30px;
}

.codice p, .codice h1, .codice h2, .codice h3, .codice h4, .codice h5, .codice h6 {
    color: #1D3044;
    margin: 5px 0;
}

.codice ul {
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.codice ul li {
    line-height: 1.2em;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 3px;
}

.codice ul li strong {
    float: right;
    background: #f7f7f7;
    padding: 0 10px;
}

/*post correlati*/
@media (max-width:800px) {
    #rpbt-related-gallery-1 .gallery-item {
        width:100% !important;
    }
}


/* New integration 06.02.2018 */
.facebook, .youtube, .instagram, .telegram, .newsletter  {
    background-image: url("../images/icon-fb.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 50px;
    overflow: hidden;
    padding: 10px !important;
    width: 50px;
    text-indent: -999999px;
}
.facebook:hover a, .youtube:hover a, .instagram:hover a, .telegram:hover a, .newsletter:hover a, footer#footer .prefooter .social-nav li a {
    border:none;
}
footer#footer .prefooter .social-nav li a:hover{
    padding: inherit;
    background-color: transparent;
}
.facebook:hover, .glyphicon-search:hover {
    background-color: #00b1b3;
}
.youtube {
    background-image: url("../images/icon-yt.svg");
}
.youtube:hover {
    background-color: #00b1b3;
}
.instagram {
    background-image: url("../images/icon-ig.svg");
}
.instagram:hover {
    background-color: #00b1b3;
}
.telegram{
    background-image: url("../images/icon-tg.svg");
}
.telegram:hover{
    background-color: #00b1b3;
}
.newsletter {
    background-image: url("../images/icon-nl.svg");
}
.newsletter:hover {
    background-color: #00b1b3;
}

/* ================= */
.top-action .action .social-nav li:first-child{
    background-color: transparent;
}
.top-action .action .social-nav li.facebook:hover{
    background-color: #27AAE1;
}
.top-action li.follow-us{
    background: none;
    text-align: left;
    margin: 0;
    padding: 0 20px;
}
.top-action .social-nav{
    float: right;
}
.top-action .social-nav .facebook, .top-action .social-nav .youtube, .top-action .social-nav .instagram, .top-action .social-nav .telegram, .top-action .social-nav .newsletter  {
    background-image: url("../images/icon-fb.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-color: transparent;
    height: 50px;
    overflow: hidden;
    padding: 0px !important;
    margin: 0;
    width: 50px!important;
    text-indent: -999999px;
    text-align: left;
}
.facebook:hover a, .youtube:hover a, .instagram:hover a, .telegram:hover a, .newsletter:hover a, footer#footer .prefooter .social-nav li a {
    border:none;
}
footer#footer .prefooter .social-nav li a:hover{
    padding: inherit;
    background-color: transparent;
}
.facebook:hover, .glyphicon-search:hover {
    background-color: #27AAE1;
}
.top-action .social-nav .youtube {
    background-image: url("../images/icon-yt.svg");
}
.top-action .social-nav .youtube:hover {
    background-color: #27AAE1;
}
.top-action .social-nav .instagram {
    background-image: url("../images/icon-ig.svg");
}
.top-action .social-nav .instagram:hover {
    background-color: #27AAE1;
}
.top-action .social-nav .telegram{
    background-image: url("../images/icon-tg.svg");
}
.top-action .social-nav .telegram:hover{
    background-color: #27AAE1;
}
.top-action .social-nav .newsletter {
    background-image: url("../images/icon-nl.svg");
}
.top-action .social-nav .newsletter:hover {
    background-color: #27AAE1;
}
.top-action .action .social-nav li a:hover{
    background: none;
    border: none;
}
.follow-us span {
    display: inline-block;
    padding-top: 10px;
}
.social-nav a{
    display: block!important;
    height: 100%;
}

/* NL Footer */
.nl-box .content-call-registration {
    /*background: rgba(255,249,130, 1);*/
    background: #f4c22b;
    padding: 2% 5%;
    border: solid 3px #cd257e;
    margin-top: -100px;
}
.nl-box .content-call-registration #submit, .nl-box .content-call-registration .button {
    background-color: #D5447F;
    color: #ffffff;
    font-family: 'Convergence', 'Helvetica', sans-serif;
    text-transform: uppercase;
    border: 3px solid;
    padding: 10px;
}
.nl-box .content-call-registration input {
    width: 100%;
    display: block;
    border: 3px solid #ffffff;
    margin: 10px 0;
    padding: 10px;
}
#footer li{
    margin-left: 0;
}
.bg-white{
    background: rgba(255,255,255,0.7);
}

@media screen and (max-width: 767px) {
    .navbar-mobile .follow-us {
        text-align: center !important;
        padding-top: 10px !important;
    }

    ul.social-nav {
        float: none;
    }

    ul.social-nav.nav.navbar-nav {
        text-align: center;
    }

    #footer .social-nav li {
        display: inline-block;
        width: 60px !important;
    }
}

/* add @annat 9/06 */

.services_always_guaranteed {
    /*background: #ACEDE0;*/
    background: #d8edbb;
}
ul.location-info {
    list-style: none;
    border-bottom: none;
    padding-bottom: 0;
}
.price p {
    width: 30%;
    float: left;
}
.price li {
    font-size: 17px;
    padding-right: 0;
    /*line-height: 0;*/
    margin-bottom: 0 !important;
}
.departures li {
    font-size: 11px;
    margin: 0 !important;
}
.single-soggiorno-inpsieme .col-sm-8.thumb {
    background: rgba(255,249,178,0.6);
    padding: 0;
}
.single-soggiorno-inpsieme .row-eq-height {
    margin-top: 10px !important;
    display: inline-flex; /* verificare da mobile */
}

@media screen and (max-width: 600px) {
    body .activities-list li{
        width: 50%;
    }
}
@media screen and (max-width: 320px) {
    .departures li {
        padding: 0 !important;
    }
}


/* add @annat 14/02 */

.row-eq-height .action-si {
    position: absolute;
    bottom: 10px;
}
.action-si li {
    list-style: none;
}
@media screen and (max-width: 1366px) {
    .content-slider-soggiorni-mobile .bx-wrapper .bx-prev {
        left: inherit !important;
        right: 65px;
    }
    .content-slider-soggiorni-mobile .bx-wrapper .bx-prev, .content-slider-soggiorni-mobile .bx-wrapper .bx-next {
        background-size: 200% !important;
        top: 0;
    }
}
@media screen and (max-width: 1024px) {
    .row-eq-height .action-si {
        position: relative;
        bottom: inherit;
    }
    .action .price {
        margin-bottom: 30px;
    }
    .single-soggiorno-inpsieme .row-eq-height {
        display: inherit;
    }
}

/* SOGGIORNI SLIDER IN HOME VERSIONE MOBILE */

@media screen and (max-width: 768px) {
    #slider-soggiorni-home .si-box-item {
        height: auto;
        /*width: 100%;*/
    }
    body .content-slider-soggiorni-mobile  .bx-wrapper .bx-controls-direction a {
        top: -15px !important;
    }
    /*#slider-soggiorni-home .si-box-item {
    width: 90%;
}*/
    #slider-soggiorni-home li {
        padding: 0 !important;
    }
    #slider-soggiorni-home .departures {
        display: none;
    }
    #slider-soggiorni-home .price hr {
        margin-top: 0;
        margin-bottom: 10px;
    }
    #slider-soggiorni-home .price.lead {
        font-size: 14px !important;
    }
    #slider-soggiorni-home .location-info li {
        font-size: 1.3rem;
        margin-bottom: 0 !important;
    }
    #slider-soggiorni-home .item-box .entry-content {
        min-height: inherit !important;
    }
    .content-slider-soggiorni-mobile .bx-wrapper .bx-controls-direction a {
        width: 32px !important;
        height: 32px !important;
    }
    .content-slider-soggiorni-mobile .bx-wrapper .bx-prev {
        left: inherit !important;
        right: 35px;
    }
    .content-slider-soggiorni-mobile .bx-wrapper .bx-prev, .content-slider-soggiorni-mobile .bx-wrapper .bx-next {
        background-size: 200% !important;
    }
    .content-slider-soggiorni-mobile .bx-wrapper {
        max-width: inherit !important;
    }
    .carousel-countries #slider-soggiorni-home .btn-default.btn.btn-lg {
        margin-bottom: 0 !important;
        margin-top: -10px;
        font-size: 2rem !important;
    }
    #slider-soggiorni-home h3 {
        font-size: 1.8rem !important;
    }
    #slider-soggiorni-home .item-box .entry-header {
        min-height: 40px !important;
    }
    #slider-soggiorni-home li.si-box-item {
        min-height: 480px;
    }
}
@media screen and (max-width: 480px) {
    #soggiorni-home .entry-header h2 .inps-accordant {
        position: relative;
    }
    #soggiorni-home .entry-header h2 .inps-accordant img {
        width: 150px;
    }
    #slider-soggiorni-home li.si-box-item {
        min-height: 445px;
    }
}
/* CHAT INTERCOM */
@media screen and (max-width: 449px){
    body #intercom-container .intercom-launcher-frame {
        bottom: 70px !important;
    }
    body #intercom-container .intercom-launcher-badge-frame {
        bottom: 100px !important;
    }
    .price-sort-block {
        width: 100%;
        float: left;
    }
    /*#slider-home li.item-53046.bx-clone {
        float: inherit !important;
    }*/
    body #featured-home li {
        min-height: 425px !important;
        overflow: hidden !important;
    }
    body #featured-home ul {
        width: 900% !important;
    }
    body #featured-home .carousel-caption {
        padding-top: 55px !important;
        margin-top: 0 !important;
    }
}

/* Ivan 01/03/2018 ricerca per codice pacchetto */

.quicksearch {
    width: 100%;
}

.codice-hide {
    display:none;
}
/* end Ivan 01/03/2018 */

.wrapper-testimonials {
    border: 1px solid #dddddd;
}

.testimonials-archive {
    margin-top: 50px;
}
.testimonials-archive .avatar {
    float: left;
    margin-right: 15px;
    z-index: 10;
    position: relative;
    width: 60px;
}
.testimonials-archive .avatar img {
    border: 3px solid #8EC740;
}
.testimonials-archive .article-testimonials .wrapper-testimonials header {
    padding-top: 15px;
}
.testimonials-archive figure {
    position: relative;
}
.testimonials-archive .icon-video {
    position: absolute;
    top: 32%;
    left: 40%;
    font-size: 7rem;
    z-index: 10;
    color: white;
    text-shadow: 2px 8px 8px rgba(0,0,0,0.6);
}

.testimonials-info, .wrapper-testimonials .entry-header, .wrapper-testimonials .entry-content {
    padding: 0 20px;
}
.testimonials-info {
    background: rgba(24, 191, 204, 0.1);
    position: relative;
    padding: 0;
    margin-bottom:20px;
}
#load-more {
    margin-top: 35px;
}

.testimonials-archive .avatar img {
    width: 100%;
    height: 100%;
}

.testimonials-archive .avatar {
    /*height: 60px;*/
}

.year-label {
    background: #cd257e;
    display: inline-block;
    padding: 5px 20px;
    color: white !important;
    margin: 0 !important;
    float: right;
    font-size: 24px;
}

.testimonials-location {
    margin: 0;
    padding: 10px;
    display: block;
}
.content-year-label {
    position: absolute;
    right: 0;
    top: -25px;
}
.single-testimonial .testimonials-info .col-md-3, .single-testimonial .testimonials-info .col-md-9 {
    padding: 0;
}

.single-testimonial .testimonials-location, .single-testimonial .year-label {
    font-size: 22px;
}

.bottom-action-single {
    padding: 20px;
    background: rgba(24, 191, 204, 0.1);
}

.single-testimonials .testimonials-info {
    background: #cd257e;
    margin-top: -5px !important;
    margin-bottom: 20px !important;
}

.single-testimonial .testimonials-info .col-md-3 .year-label {
    float: left;
    padding: 10px;
}

.single-testimonial iframe {
    width: 100%;
}

.single-testimonial figure p {
    margin-bottom: 0 !important;
}
body.page-id-67829 p{
    font-weight: 500!important;
}
body.page-id-67829 .container-fluid{
    padding: 0!important;
}


/* NEW PACCHETTO 2019 */

.open_plus {
    /*height: 150px;
    overflow: hidden;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.open_plus.opened {
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-open-box {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    width: 90%;
    margin: 5px 5%;
    /* display: none;  rimuovere da 21.01.2019*/
}
.content_plus .glyphicon-plus.rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-link {
    display: block;
    background: transparent;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    margin: auto;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
}
.block {
    display: block;
    margin: 7px auto;
}
/* Style Soggiorni Inpsieme 2019 */
.single-soggiorno-inpsieme .top-header h1 {
    font-weight: 700;
    font-size: 4rem;
}
.single-soggiorno-inpsieme .top-header .btn .glyphicon{
    color: #fff;
}
.btn:hover .glyphicon {
    color: #fff;
}
.single-soggiorno-inpsieme ol {
    list-style: none;
    counter-reset: item;
    padding-left: 5px;
}
.single-soggiorno-inpsieme ol li {
    counter-increment: item;
    margin-bottom: 5px;
}
.single-soggiorno-inpsieme ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: #00b1b3;
    border-radius: 100%;
    color: white;
    width: 1.5em;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height:1.4;
}
.focus-inner{
    display: block;
    overflow: auto;
    /*padding: 30px 10px;*/
    padding: 10px 0;
    margin: 0 -15px;
}
.focus-inner .col-xs-12 h2, .focus-inner .col-md-10 h2 {
    margin-top: 10px;
    text-transform: uppercase;
}
.focus-inner .col-xs-12 h2 strong, .focus-inner .col-xs-12 h2 b,
.focus-inner .col-xs-9 h2 strong, .focus-inner .col-xs-9 h2 b {
    font-weight: 500;
}
.tabs-left {
    /*border-right: solid 1px #ddd;
    border-bottom: none;*/}

.tabs-left li, .tabs-left li a {
    display: block;
    width: 100%;
}
.si-focus-tab {
    margin-top: 4rem;
}
.single-soggiorno-inpsieme .tabs-left li a, .single-soggiorno-inpsieme .nav-tabs li a,
.tabs-left li a, .nav-tabs li a {
    border: solid #a5d9d9;
}
.single-soggiorno-inpsieme .nav-tabs.tabs-left li a, .nav-tabs.tabs-left li a{
    border-width: 1px 0 1px 1px;
}
.single-soggiorno-inpsieme .nav-tabs li a, .nav-tabs li a{
    border-width: 1px 1px 0px 1px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    /*background: rgba(35, 146, 236, 0.05);*/
    background: #00b1b3 !important;
    color: #fff!important;
    border: solid #00b1b3!important;
    border-width: 1px 0 1px 1px!important;
}
.tab-content{
    padding: 2%;
}
.focus-color{
    background: #e4f1fd75;
}
.si-icon{
    padding-top: 15px;
    padding-bottom: 15px;
}
body .nav-tabs li a {
    text-transform: uppercase;
}
.single-soggiorno-inpsieme .entry-content li{
    margin-bottom: 5px!important;
}
.single-soggiorno-inpsieme hr{
    margin: 5px 0;
}
.si-focus-tab.row-eq-height div.eq-height {
    border: solid 1px #00b1b3;
    margin-left: -15px;
    padding-left: 0;
}
.si_content .entry-content{
    background: inherit;
}
.si_content .nav-tabs{
    border-bottom: none;
}
.nav-tabs>li>a{
    border-radius: 4px 0px 0 4px;
}
.single-soggiorno-inpsieme .si_action_footer {
    background: #00b1b38c !important;
    padding: 10px 0 20px;
    transform: rotate(0.5deg);
    border: solid 3px #cd257e !important;
}
.single-soggiorno-inpsieme .si_action_footer .btn{
    border: solid 1px #fff;
}
.single-soggiorno-inpsieme .si_action_footer h2{
    font-weight: 600;
    /*color: #cd257e !important;*/
}
.single-soggiorno-inpsieme #price_details ul{
    padding: 0 5px;
}
.single-soggiorno-inpsieme #price_details_tabsContent{
    margin-top: 31px;
}
.single-soggiorno-inpsieme #price_details_tabsContent .tab-pane {
    border: solid #00b1b3 1px;
    padding: 2%;
}
.btn-default span, .btn span{
    color: rgba(255,255,255,0.85);
}
.single-soggiorno-inpsieme .v-divider{
    margin: 30px auto 30px;
}
.action-si.action-si-light .btn-lg {
    font-size: 2.4rem!important;
    text-transform: uppercase;
    padding: 17px;
    text-align: center;
    margin-bottom: 20px;
}
footer#footer .copy p {
    display: inline-block;
}
.top-header .action footer {
    width: 100%;
    margin: auto;
}
.top-header .action footer .btn-fuchsia {
    font-size: 1.5em !important;
}
.top-header .action footer .btn-fuchsia span {
    top: 26%;
}
@media screen and (max-width: 824px) {
    /* horizontal scroll for mobile version TAB

    .horizontal-scroll-wrapper {
        overflow-x: scroll;
    }
    .horizontal-scroll-wrapper ul{
        overflow-y: hidden;
        white-space: nowrap;
        font-family: 'Glyphicons Halflings';
    }
    .horizontal-scroll-wrapper ul,
    .horizontal-scroll-wrapper li{
        width: auto;
        max-width: inherit;
    }
    body .nav-tabs li {
        display: inline-block;
        width: auto !important;
        border-right: 1px solid #ddd;
    }
    body .nav-tabs li a {
        padding-right: 25px;
        padding-left: 25px;
    }

    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
    }

    .horizontal-scroll-wrapper {
        position: relative;
    }*/
    #si-content-focus .si-focus-tab div.col-md-8 {
        margin-left: 0 !important;
    }
    .horizontal-scroll-wrapper {
        overflow-x: hidden;
        padding: 0;
        width: 100%;
        position: relative;
    }
    .horizontal-scroll-wrapper ul{
        /*overflow-y: hidden;*/
        font-family: 'Glyphicons Halflings';
    }
    /*.horizontal-scroll-wrapper li{
        width: auto;
        display: inline;
        float: left;
    }*/

    .nav-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    body .nav-tabs li {
        /*display: inline-block;
        width: auto !important;*/
        border-right: 1px solid #ddd;
        display: inline-block !important;
        width: auto !important;
        float: inherit !important;
    }
    body .nav-tabs li a {
        /*padding-right: 25px;
        padding-left: 25px;*/
        width: auto !important;
        font-size: 14px;
        padding: 5px 10px;
        max-width: 130px;
        white-space: initial;
        line-height: 15px;
    }
    .horizontal-scroll-wrapper ul::after {
        content: "\e080";
        color: #27AAE1;
        display: inherit;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        width: 50px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+34 */
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
        height: 100%;
        padding: 10px 20px;
        font-weight: bold;
    }
    .plus-info .open_plus{
        height: inherit;
    }
    .plus-info .show-more .btn-open-box{
        display: none;
    }
    .si-focus-tab.row-eq-height div.eq-height{
        margin-left: 0;
    }
    body .essb-mobile-sharebottom .essb_links li a{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .activity-block .elementor {
        display: inline-flex;
    }
    .single-soggiorno-inpsieme .entry-content li {
        margin-bottom: 0 !important;
    }
    .single-soggiorno-inpsieme .entry-content li:last-child {
        margin-right: 35px !important;
    }
    .single-soggiorno-inpsieme .nav-tabs.tabs-left li a, .nav-tabs.tabs-left li a {
        border-width: 0;
    }

    /**/
    .single-soggiorno-inpsieme .top-header h1 {
        font-size: 2.5rem;
    }
    .single-soggiorno-inpsieme .top-header h3 {
        font-size: 19px;
    }
    .type-soggiorno-inpsieme.container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .single-soggiorno-inpsieme #price_details_tabsContent {
        margin-top: 0 !important;
    }
    .content-call button {
        margin: auto !important;
    }

    .no-mobile{
        display: none;
    }
}

@media screen and (max-width: 665px) {
    .si-item .ribbon-age {
        padding-left: 40px;
    }
    .si-item {
        /*min-height: inherit !important;*/
        height: auto !important;
        padding: 0;
    }
}

@media screen and (max-width: 375px) {
    .focus-inner .si-icon.col-xs-3 {
        width: 50%;
        margin: 0 25%;
    }
    .focus-inner .col-xs-9 {
        width: 100%;
    }
}

.single-soggiorno-inpsieme .activity-block li.elementor-icon-list-item span {
    font-size: 21px;
}
/* for display elements Plus */
span.content-show {
    padding-left: 15px;
    display: none;
    border-left: solid;
    margin-top: 5px;
}
.show-all-content span.content-show {
    display: inline-block;
}

/* add @annat 29/01 */

.single-soggiorno-inpsieme #sticky-departure ul li, .single-soggiorno-inpsieme #sticky-price ul li {
    font-size: 14px !important;
}
.top-action .social-nav .linkedin, li.linkedin {
    background-image: url(../images/icon-linkedin.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-color: transparent;
    height: 50px;
    overflow: hidden;
    padding: 0px !important;
    margin: 0;
    width: 50px;
    text-indent: -999999px;
    text-align: left;
}

.single-soggiorno-inpsieme #sticky-departure ul li,
.single-soggiorno-inpsieme #sticky-price ul li {
    font-size: 1.1em;
    line-height: 1.5em;
}
ul.departures {
    padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
    .si-item .thumb-si img {
        width: 100%;
    }
    .essb-mobile-sharebottom .essb_links li a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .si-item .action-bottom .btn-fuchsia {
        margin-right: 0 !important;
    }
    body #intercom-container .intercom-launcher-frame {
        bottom: 45px !important;
        right: 5px !important;
    }
}

/* Restyling navigation sticky */

#header.header-desktop {
    display: block;
}
#header.header-mobile {
    display: none;
}
#header {
    /*z-index: 100000;*/
    position: relative;
}
#mega-menu-wrap-main-mobile {
    background-color: #fff;
}
#si_navbar_fix {
    min-height: inherit !important;
}
#si_navbar_fix .container.top-mobile-navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: none !important;
}
.container.top-mobile-navigation #mobile-navigation-gs {
    padding-left: 0;
}
.navbar-brand-mobile img {
    width: 135px;
    height: auto;
}
.top-mobile-navigation #mega-menu-wrap-main-mobile .mega-menu-toggle .mega-toggle-block-right {
    float: left; !important;
    padding-left: 15px;
}
body #mega-menu-wrap-main-mobile .mega-menu-toggle + #mega-menu-main-mobile {
    position: absolute;
    width: 300%;
    z-index: 1000;
    background: #ddd;
    height: 95vh;
    left: -350%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block; !important;
    overflow-y: scroll;
    top: 50px;
}
body.soggiorno-inpsieme-template-default #mega-menu-wrap-main-mobile .mega-menu-toggle + #mega-menu-main-mobile {
    position: absolute;
    width: 300%;
    z-index: 100;
    background: #ddd;
    height: 95vh;
    left: -350%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block; !important;
    overflow-y: scroll;
    top: 50px;
}

.container-info-box {
    padding: 0 5px;
}

body #mega-menu-wrap-main-mobile .mega-menu-toggle, #mega-menu-wrap-main-mobile{
    /*background: #1d3045!important;*/
    background-color: #f7f7f7 !important;
}
#mega-menu-wrap-main-mobile .mega-menu-toggle .mega-toggle-block-1:after, #mega-menu-wrap-main-mobile .mega-menu-toggle .mega-toggle-block-1:before {
    color: #cd257e !important;
}
/*#mega-menu-wrap-main-mobile .mega-menu-toggle .mega-toggle-block-1:after {*/
/*    content: 'MENU' !important;*/
/*}*/
#mega-menu-wrap-main-mobile .mega-menu-toggle .mega-toggle-block-1:before {
    float: left !important;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item > a.mega-menu-link:focus{
    background-color: #27AAED;
    color: #fff!important;
}
/* CERCA NEL MENU */

body #mega-menu-wrap-main-mobile .mega-menu-toggle.mega-menu-open + #mega-menu-main-mobile {
    -webkit-box-shadow: 62px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 62px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 62px 0px 0px 0px rgba(0,0,0,0.75);
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_search, #mega-menu-main-mobile .widget_search #search {
    width: 100%;
    display: block;
    padding: 0;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu.mega-menu-item.mega-mm-hidden a {
    display: none;
    padding: 0;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu.mega-menu-item.mega-mm-hidden .mega-sub-menu {
    display: block;
    opacity: 1 !important;
    visibility: visible;
    margin-top: 0 !important;
    background: #cd257e !important;
    margin-bottom: 12px;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu.mega-menu-item.mega-mm-social .mega-sub-menu {
    display: block;
    opacity: 1 !important;
    visibility: visible;
    margin-top: 0 !important;
    background-color: transparent !important;
    margin-bottom: 55px;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 13px !important;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu.mega-mm-social > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
    width: 100%;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu.mega-menu-item.mega-mm-hidden .mega-sub-menu input#s {
    width: 85%;
    background-color: #f7f7f7;
    padding: 3px;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item.mega-green-link > a.mega-menu-link, #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item.mega-green-link > a.mega-menu-link span {
    /*background-color: #8EC740 !important;*/
    color: #ffffff !important;
    background-color: #cd257e !important;
}

.mega-mm-social .facebook,
.mega-mm-social .youtube,
.mega-mm-social .instagram,
.mega-mm-social .telegram,
.mega-mm-social .linkedin,
.mega-mm-social .newsletter {
    height: 30px;
    width: 30px;
    float: left;
    margin: 5px;
    background-size: 90% auto !important;
}
.mega-mm-social-nav ul li a{
    width: 30px;
    height: 30px;
    display: block !important;
    float: left;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu.mega-menu-item.mega-mm-hidden.mega-mm-social-nav .mega-sub-menu {
    background-color: transparent !important;
    margin-bottom: 150px;
}
.mega-mm-social-nav ul li {
    width: 40px !important;
    height: 40px;
    display: inline;
    padding: 0 !important;
}

.mega-mm-social-nav .widget_text {
    width: 100% !important;
}
#mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu.mega-menu-item.mega-mm-hidden.mega-mm-social-nav > ul.mega-sub-menu > li:nth-child(odd) {
    clear: inherit;
}
.mega-mm-social .linkedin {
    height: 40px;
    width: 40px;
    float: left;
    margin: 0;
    background-size: 75% auto !important;
}
.mega-menu-social:after {
    content: '.';
    height: 45px;
    visibility: hidden;
    display: table;
}
/*.menu-only-mobile {
    display: none;
}
@media screen and (max-width: 1023px) {
    .menu-only-desktop {
        display: none !important;
    }
    .menu-only-mobile {
        display: block !important;
    }
}*/
@media screen and (max-width: 1024px) {
    body #mega-menu-wrap-main-mobile .mega-menu-toggle.mega-menu-open + #mega-menu-main-mobile {
        left: -30px !important;
        width: 105%;
    }
}
@media screen and (max-width: 1023px) {
    .section-title {
        margin-top: 50px;
    }
    .single-soggiorno-inpsieme .page-wrapper {
        margin-top: 0;
    }
    /**/

    .onli-desktop {
        display: none;
    }

    #header.header-desktop {
        display: none !important;
    }
    #header.header-mobile {
        display: block !important;
        min-height: 3em;
    }
    #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-item:hover {
        color: #ffffff !important;
        background-color: #cd257e !important;
    }
    #mega-menu-wrap-main-mobile #mega-menu-main-mobile input#searchsubmit {
        width: 30px !important;
        text-indent: -9999px;
        background-image: url('../images/icon-search.png');
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        border: none !important;
    }
    .page-template-archive-soggiorni-inpsieme #page-title {
        margin-top: 50px !important;
    }
    /*#mega-menu-wrap-main-mobile #mega-menu-main-mobile input#searchsubmit:before {
        content: "\e003";
        display: inline-block;
        font-size: 1.4em;
        height: 38px;
        padding: 9px;
        width: 38px;
        color: #ffffff;
    }*/
    #mega-menu-wrap-main-mobile #mega-menu-main-mobile > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_search label {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    #si_navbar_fix .container.top-mobile-navigation {
        display: block !important;
        margin: 0 !important;
        width: 100%;
    }
    .onli-desktop {
        display: none;
    }
    body #mega-menu-wrap-main-mobile .mega-menu-toggle.mega-menu-open + #mega-menu-main-mobile {
        left: 0 !important;
        width: 375%;
    }
    .navbar-brand-mobile img {
        width: 165px;
    }
    #mega-menu-wrap-main-mobile {
        height: 48px;
    }
    /* .page-wrapper #si_navbar_fix {
        display: none !important;
        visibility: hidden;
    } */
}
@media screen and (max-width: 767px) {
    body #mega-menu-wrap-main-mobile .mega-menu-toggle.mega-menu-open + #mega-menu-main-mobile {
        left: 0 !important;
        width: 345%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 50px !important;
    }
    .navbar-brand-mobile img {
        width: 195px;
        margin-top: 7px !important;
    }
    .single-soggiorno-inpsieme #sticky-price ul li {
        display: inline;
    }
    #si_navbar_fix ul, #si_navbar_fix li {
        font-size: 12px !important;
    }
    .breadcrumbs {
        margin-top: 35px !important;
    }
    #slider-home {
        margin-top: 40px !important;
    }
    body.home #intercom-container .intercom-launcher-frame {
        bottom: 5px !important;
    }
    #page-title {
        margin-top: 45px;
    }
}
@media screen and (max-width: 364px) {
    .top-mobile-navigation #mega-menu-wrap-main-mobile .mega-menu-toggle .mega-toggle-block-right {
        padding-left: 0 !important;
    }
}

/* NUOVA SEZIONE FILTRI ARCHIVIO MOBILE */

body.page-template-archive-soggiorni-inpsieme #intercom-container {
    z-index: 999 !important;
}
.page-template-archive-soggiorno-inpsieme .page-wrapper {
    padding: 0 10px !important;
}
.content-info {
    padding: 25px !important;
}
.button-filter {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: -55px;
    padding: 5px 10px;
    /*background: #DAECFA;*/
    background: #cd257e !important;
    z-index: 90;
    top:45%;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 13px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 13px -5px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 13px -5px rgba(0,0,0,0.75);
    letter-spacing: 1.5px;
}
.wrapper-panel-filter {
    position: fixed;
    z-index: 1000;
    top: 50px;
    background: #D4F2F5;
    height: 100%;
    right: -90%;
    width: 90%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 2px solid #cd257e !important;
}
.panel-filter {
    overflow-y: scroll;
    padding: 15px;
    height: 100%;
    /*-webkit-box-shadow: -62px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -62px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: -62px 0px 0px 0px rgba(0,0,0,0.75);*/
}
.panel-filter .content-info {
    padding: 0 !important;
    background: transparent !important;
}
.panel-filter .js-radio-button-group {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}
.panel-filter .content-info {
    padding: 0;
}
.panel-filter .price-sort-block {
    padding: 0 15px !important;
}
.wrapper-panel-filter.opened {
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-filter .content-info .col-sm-9 {
    padding: 0 !important;
    margin: 0 !important;
}

.panel-filter footer {
    margin-bottom: 100px;
}
.panel-filter .ui-group {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.panel-filter .ui-group h3 {
    padding: 0 !important;
}
.panel-filter header h3 {
    padding-top: 0;
    margin: 0;
}
.overlay-panel {
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.65+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.overlay-panel.opened {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-link {
    padding: 5px 10px;
    font-weight: bold !important;
    color: #cd257e !important;
}

body .top-action .social-nav .linkedin, body li.linkedin {
    background-image: url("../images/icon-linkedin.png") !important;
    background-size: 98%;
}
.top-action .social-nav  .instagram {
    background-image: url("../images/icon-instagram.png") !important;
    /*margin-left: -10px;*/
    background-size: 98%;
}
body .top-action .social-nav li:hover, .top-action .action .social-nav li:first-child:hover, body .top-action .social-nav .linkedin:hover {
    background-color: #27AAE1 !important;
    border: 2px solid #cd257e !important;
}

/* FIX 13febbraio */

.single-soggiorno-inpsieme .row-eq-height {
    max-width: 100%;
}
.logotype {
    width: 40%;
}
.logotype img {
    max-width: 75%;
}

/* RICERCA */

input::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #cd257e;
}
input::selection {
    color: #ffffff;
    background: #cd257e;
}
.glyphicon-search::before {
    color: #000 !important;
}
.glyphicon-search:hover{
    background-color: #cd257e;
    cursor: pointer;
}
.glyphicon-search:hover:before {
    color: #ffffff !important;
}
.selectable-element {
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
}
#searchform {
    width: 100% !important;
}
.content-box-search {
    background: #f5c100;
    padding: 0;
    border-top: 1px solid #c79d00;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-box-search.show {
    height: auto;
    overflow: visible;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.search .content-box-search {
    height: auto;
    overflow: visible;
    padding: 10px;
}
#mega-menu-wrap-main {
    float: left;
}
.content-box-search #s {
    width: 96%;
    color: white;
    font-size: 26px;
    border: none;
    padding: 0 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.35+0,0.35+100;White+to+Transparent */
    background: -moz-linear-gradient(left, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#59ffffff',GradientType=1 ); /* IE6-9 */
    border-bottom: 2px solid;
}
input#searchsubmit {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 28px;
    text-indent: -9999px;
    width: 28px;
    background-image: url("../images/icon-search.svg");
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-item.mega-button-search {
    background-color: transparent;
    border: medium none;
    height: 28px;
    text-indent: -9999px;
    width: 28px;
    background-image: url("../images/icon-search.svg");
    margin-top: -5px;
}
body #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link.mega-button-search:hover {
    background-image: url("../images/icon-search.svg") !important;
    background-color: transparent !important;
}
.filter-top-archive {
    margin-bottom: 3%;
    text-align: center;
    margin-top: 1%;
}
.filter-top-archive div {
    cursor: pointer;
}
.filter-top-archive ul {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 2%;
    padding: 0;
}
.filter-top-archive ul li {
    float: left;
    padding: 10px;
    list-style: none;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}
#search-result .item-blog {
    margin-bottom: 2%;
    padding: 15px;
}
#search-result .item-blog {
    border-left: 5px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fbfbfb;
}
#search-result .item-blog span.date {
    margin-bottom: 10px;
    display: inline-block;
}
#search-result .item-blog:hover {
    background-color: #efefef;
    border-left: 10px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 10px solid #ddd;
}
#search-result .item-blog.post {
    border-left: 5px solid #d4417e;
}
#search-result .item-blog.soggiorno-inpsieme {
    border-left: 5px solid #f5c100;
}
#search-result .item-blog.page {
    border-left: 5px solid #d66f00 !important;
}
#search-result .item-blog.testimonial {
    border-left: 5px solid #00b1b3 !important;
}


#search-result .item-blog.post:hover {
    border-left: 10px solid #d4417e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#search-result .item-blog.page:hover {
    border-left: 10px solid #d66f00 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#search-result .item-blog.testimonial:hover {
    border-left: 10px solid #00b1b3 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter-top-archive .selectable-element, .filter-top-archive .selectable-element:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-top-archive .btn-post {
    border-bottom: 5px solid #d4417e;
    /*border-top: 5px solid #27AAE0;
    color: #27AAED;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-top-archive .btn-post:hover, .filter-top-archive .btn-post.selected {
    background: #d4417e;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-top-archive .btn-soggiorno {
    /*border-top: 5px solid #1D3044;*/
    border-bottom: 5px solid #f5c100;
    /*color: #1D3044;*/
}
.filter-top-archive .btn-soggiorno:hover, .filter-top-archive .btn-soggiorno.selected {
    background-color: #f5c100;
    color: #fff;
}
.filter-top-archive .btn-corso {
    /*border-top: 5px solid #f5c100;*/
    border-bottom: 5px solid #f5c100;
    /*color: #f5c100;*/
}
.filter-top-archive .btn-corso:hover, .filter-top-archive .btn-corso.selected {
    background-color: #f5c100;
    color: #fff;
}
.filter-top-archive .btn-testimonials {
    /*border-top: 5px solid #8EC740;*/
    border-bottom: 5px solid #00b1b3 !important;
    /*color: #8EC740;*/
}
.filter-top-archive .btn-testimonials:hover, .filter-top-archive .btn-testimonials.selected {
    background-color: #00b1b3 !important;
    color: #fff;
}

.filter-top-archive .btn-page {
    /*border-top: 5px solid #d4417e;*/
    border-bottom: 5px solid #d66f00;
    /*color: #d4417e;*/
}
.filter-top-archive .btn-page:hover, .filter-top-archive .btn-page.selected {
    background-color: #d66f00;
    color: #fff;
}
.only-mobile {
    display: none;
}
#bs-example-navbar-collapse-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 991px) {
    .only-mobile {
        display: inline-block;
    }

    .open-filter-archive {
        cursor: pointer;
        padding: 10px;
        background: #f7f7f7;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        border: 2px solid #ddd;
    }

    .open-filter-archive span {
        font-size: 15px;
    }

    .filter-top-archive {
        /*display: none;*/
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-bottom: 0;
    }

    .filter-top-archive .selectable-element {
        display: block;
        padding: 5px;

    }

    .filter-top-archive.opened {
        height: auto;
        overflow: visible;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #search-result.container {
        padding-right: 0;
        padding-left: 0;
    }
}


/* COMMENTI */

.comment-form-comment label {
    display: block;
}
.form-submit input {
    padding: 10px;
    text-transform: uppercase;
    color: #00b1b3;
    border: 2px solid;
    background: white;
}
.form-submit input:hover {
    background: #00b1b3;
    color: #ffffff;
}
.form-submit input:hover {

}
#comments {
    margin-top: 55px;
    padding-top: 15px;
    border-top: 2px solid #dddddd;
}
.comment-form-url {
    display: none;
}
.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
    margin: auto 1% !important;
}
.comment-form-email input, .comment-form-author input, #author, #email {
    width: 100% !important;
}
.form-submit input#commentsubmit {
    margin: 2% 1%;
    width: auto;
}
.comment-reply-link {
    padding: 5px 10px;
    background: #f7f7f7;
    border: 1px solid;
}
.comment-reply-link:hover {
    background-color: #00b1b3;
    color: white !important;
}
#respond {
    padding: 25px;
    background: #ebebeb;
    margin-top: 25px;
    border-top: 3px solid #00b1b3;
}
#comments textarea {
    width: 100%;
}
#comments .alert.alert-info, .form-allowed-tags {
    display: none;
}

.comment-body {
    margin-bottom: 15px;
}
.form-submit {
    padding-top: 15px;
    clear: both;
}

/* @add 28marzo */

#soggiorni-home .si-box-item {
    width: 32%;
}

@media screen and (max-width: 767px) {
    #soggiorni-home .si-box-item {
        width: 98%;
    }
}

/* SEZIONE LIVE */


.live-aside .brand-live .m-auto.col-lg-6 {
    display: inline-block;
    float: inherit;
    margin-bottom: -45px;
    z-index: 2;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.live-aside .alert-info, .info-psw {
    padding-top: 55px;
    background: #fde9e4;
    border: #cd257e;
}
.brand-live {
    margin-bottom: 20px;.content-activity-live
}
.content-activity-live h3 {
    font-size: 20px;
    font-weight: bold;
}
.content-activity-live h2 {
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.single-diretta #single .alert h3 {
    margin-top: 0;
}
.content-activity-live .row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.content-activity-live .row:last-child {
    border-bottom: none;
}
.list-category {
    margin-top: 25px;
    padding: 10px;
}
.list-category li {
    font-size: 1.65em;
    font-weight: 600;
}
.list-category li span {
    font-size: 1.6em;
    color: #cd257e;
    vertical-align: middle;
}
.single-diretta .list-group li {
    font-family: 'Lato', 'Helvetica', sans-serif !important;
}
.single-diretta .section-title .col-sm-12 > h1 {
    font-size: 3em !important;
}
.single-diretta .background {
    background: url(../images/back-live.svg);
    background-position: top center;
    background-size: 120%;
    background-repeat: no-repeat;
}
.content-activity-live .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.single-diretta .post-tags {
    display: none;
}
.single-diretta p {
    font-size: 1.2em;
}
.single-diretta {
    overflow-x: hidden;
}
.single-diretta .content-activity-live img {
    max-width: 100%;
}
.info-psw {
    padding: 15px;
    margin-bottom: 20px;
}
.post-password-form input {
    width: auto;
}
@media screen and (max-width: 1024px) {
    .single-diretta .background {
        background-size: 200%;
    }
}
@media screen and (max-width: 600px) {
    .single-diretta .background {
        background-size: 400%;
    }
}

/* add @annat 15-04 */

.content-link-utili {
    border-top: 1px solid #D64380 !important;
    background-color: #f7f7f7;
}
.content-link-utili ul {
    padding: 0;
    list-style: none;
}
.content-link-utili ul li {
    padding: 5px;
    border-bottom: 1px solid #ffffff;
    margin-left: 0;
}
.content-link-utili li:hover {
    background-color: #D64380 !important;
}
.content-link-utili li a {
    display: inline-block;
}
.content-link-utili li:hover a, .content-link-utili li a:hover {
    color: #ffffff !important;
    padding-left: 5px;
    text-decoration: none !important;
}
.content-link-utili h2 span {
    border-radius: 100%;
    background:  #D64380;
    padding: 0;
    color: #fff;
}
.content-follow-us h2 {
    margin-top: 0;
}
.content-follow-us h2 strong {
    color: #D64380;
}
aside .top-action, aside .top-action ul {
    float: inherit !important;
    text-align: center;
    width: 100%;
}
aside .top-action ul li:hover, aside .top-action ul li:hover a {
    background-color: transparent !important;
}

body aside .navbar-nav > li {
    float: inherit;
    display: inline-block;
}
.content-activity-live .row figure {
    align-content: center;
    -webkit-align-content: center;
    vertical-align: middle;
    align-self: center;
    -webkit-align-self: center;
}
.content-activity-live .row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    vertical-align: middle;
}

#single .alert-info {
    /*color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;*/
    display: block;
}

body .fotorama--wp.fotorama {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* add @annat 27giugno */

@media screen and (max-width: 768px) {
    .single-diretta h1.entry-title {
        font-size: 24px;
    }
    .single-diretta .list-category li {
        padding: 0;
        font-size: 1.1em;
        margin: 0;
    }
}

/* 20191219 Campaign2020*/
#campaign-home{
    margin-bottom: 5px !important;
}
#campaign-home img {
    width: 100%;
}
#campaign-home .evidence-color{
    background: rgb(214, 66, 127);
}
#campaign-home .evidence-color * {
    color: #fff!important;
}
#campaign-home .evidence-color a{
    color: #fea!important;;
    font-weight: bold;
}
#featured-home-min.feaured-home-min .bx-wrapper li{
    /*max-width: 400px;*/
    height: 460px;
    box-shadow: 0 -27px 26px rgba(255,255,255,.8);
    border: 1px solid #ddd;
    /*background: -moz-linear-gradient(top,  rgba(39,170,225,0.75) 0%, rgba(39,170,225,0.5) 38%, rgba(39,170,225,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,170,225,0.75)), color-stop(38%,rgba(39,170,225,0.5)), color-stop(100%,rgba(39,170,225,0.3)));
    background: -webkit-linear-gradient(top,  rgba(39,170,225,0.75) 0%,rgba(39,170,225,0.5) 38%,rgba(39,170,225,0.3) 100%);
    background: -o-linear-gradient(top,  rgba(39,170,225,0.75) 0%,rgba(39,170,225,0.5) 38%,rgba(39,170,225,0.3) 100%);
    background: -ms-linear-gradient(top,  rgba(39,170,225,0.75) 0%,rgba(39,170,225,0.5) 38%,rgba(39,170,225,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(39,170,225,0.75) 0%,rgba(39,170,225,0.5) 38%,rgba(39,170,225,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1d3044', endColorstr='#4d1d3044',GradientType=0 ); */
}
#featured-home-min .carousel-caption {
    padding: 20px;
}
#featured-home-min.feaured-home-min .bx-wrapper img {
    width: 100% !important;
}
#featured-home-min .bx-wrapper {
    margin: auto !important;
}
#featured-home-min .bx-wrapper, #featured-home-min .bx-wrapper .bx-viewport{
    /*overflow: inherit!important;
    padding: 0 45px;*/
    box-shadow: none;
    margin: 10px 0;
}
#featured-home-min .carousel-caption{
    position: inherit!important;
    right: 0;
    left: 0;
    top: 0;
    text-shadow: none;
}
#featured-home-min .carousel-caption .btn{
    text-transform: uppercase;
}
#featured-home-min .bx-wrapper .bx-pager, #featured-home-min .bx-wrapper .bx-controls-auto{
    bottom: -20px !important;
}
/*#featured-home-min .bx-wrapper .bx-controls-direction a{
    top: inherit;
    display: inherit;
}*/
#featured-home-min {
    margin-bottom: 80px !important;
}
@media screen and (max-width: 450px) {
    #featured-home-min.feaured-home-min .bx-wrapper li{
        height: 320px;
    }
    #featured-home-min .bx-wrapper, #featured-home-min .bx-wrapper .bx-viewport {
        overflow: hidden!important
    }
    #featured-home-min .bx-wrapper{
        margin: 0 3%;
    }
    .evidence-color h2 {
        margin-top: 55px;
    }
    #featured-home-min {
        margin-bottom: 35px !important;
    }
    #featured-home-min .bx-wrapper .bx-controls-direction a {
        top: 45%;
        width: 22px !important;
    }
    #featured-home-min h2 {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }
    #featured-home-min p {
        font-size: 0.95em;
        margin-bottom: 5px;
    }
    #featured-home-min li {
        margin-left: 0;
    }
    #featured-home-min .bx-wrapper .bx-prev,
    #featured-home-min .bx-wrapper .bx-next {
        background-size: 45px !important;
    }
    #featured-home-min.feaured-home-min .bx-wrapper li {
        background-color: #f7f7f7;
    }
}

.plus-info .show-more .btn-open-box {
    display: none;
}
.carousel-testimonials .bx-pager {
    display: none !important;
}

/* Section Parlano di noi home */

#talk-about-us {
    padding-bottom: 4rem;
    padding-top: 5rem;
    /*margin-top: -5%;
    background: #fff8b2;*/
}
.wrapper-slider-talk .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
}
.wrapper-slider-talk .bx-wrapper .bx-next {
    right: 5px !important;
}
.wrapper-slider-talk .bx-wrapper .bx-pager {
    /*bottom: -45px;*/
    display: none;
}
.wrapper-slider-talk img {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #f7f7f7;
}
.wrapper-slider-talk .bx-controls-direction {
    display: none;
}
.wrapper-slider-talk .bx-wrapper {
    max-width: 1040px !important;
}
body .price:hover p.text-hover-price{
    visibility: visible;
    opacity: 1;
}
body p.text-hover-price {
    background: #1D3044;
    line-height: 1.2em;
    padding: 10px;
    font-size: 0.8em;
    color: white;
    margin: 0 !important;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    max-width: 250px;
    word-wrap: break-word;
    top: 45px;
    width: 175px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
    .wrapper-slider-talk {
        width: 90%;
        margin: 0 5%;
    }
    #talk-about-us .header-type-2 {
        margin-bottom: 0;
    }
    body .price:hover p.text-hover-price{
        position: relative;
        width: 100% !important;
        top: 5px;
        display: block;
    }
    .price.col-md-12::after {
        clear: both;
        content: 'f';
        display: block;
        visibility: hidden;
    }
}

/* INIZIATIVE IN HOME */

.slider-initiatives article img {
    padding: 0;
}

.slider-initiatives article .entry-content {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}
.slider-initiatives article .entry-content h3 {
    margin-top: 0;
    font-weight: bolder;
}
#initiatives header p {
    margin-top: 20px !important;
}
/*#initiatives {
    padding-bottom: 5rem;
    padding-top: 5rem;
    background: url("../images/iniziative.svg") no-repeat;
    background-size: 550px auto;
    background-position: 115% center;
    background-color: #EBF7F8;
}*/

.home #blog {
    padding-bottom: 0;
}
#initiatives {
    background-image: url(../images/background-giocamondo.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 5em;
    margin-top: -5em;
}
#initiatives .header-type-2 {
    margin-bottom: 30px;
}
#initiatives .paper {
    padding-bottom: 5rem;
    padding-top: 5rem;
    background: url("../images/iniziative.svg") no-repeat;
    background-size: 550px auto;
    background-position: 115% center;
    background-color: transparent;
}
body p.text-hover-age {
    background: #1D3044;
    line-height: 1.2em;
    padding: 10px;
    font-size: 0.8em;
    color: white;
    margin: 0 !important;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    max-width: 250px;
    word-wrap: break-word;
    top: -70px;
    width: 175px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    z-index: 9;
}
body .age-label:hover p.text-hover-age{
    visibility: visible;
    opacity: 1;
}
.age-label.users-age {
    padding-bottom: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    #initiatives {
        margin-bottom: 3%;
    }
    body .age-label:hover p.text-hover-age {
        display: block;
        top: 0;
        position: relative;
        left: 0;
    }
}


/* Tour */

.tour-tour .popover-title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}
button[data-role='prev'], button[data-role='next'] {
    display: none;

}
.popover.bottom > .arrow::after {
    border-bottom-color: /*#F2D06B;*/  #F2A007;
}
.popover-content, .popover-navigation, .tour-tour {
    background: #f3b117;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 15px;
    padding: 0;
}
.popover-title {
    background: #F2A007;
    color: #fff !important;
}
.tour-tour .btn {
    margin-right: 9px;
    margin-bottom: 9px;
    background: transparent;
    background: #c80000;
    border-radius: 4px !important;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid;
    padding: 5px 15px;
}
.tour-tour {
    box-shadow: 0px 7px 12px rgba(0,0,0,0.4);
}
.wrapper-login a {
    padding: 15px;
    background: rgb(39,170,225);
    color: #fff !important;
}
.wrapper-login-mobile {
    background: #1D3044;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrapper-login-mobile a {
    background: #1D3044;
    padding: 15px;
    color: #fff !important;
}
.wrapper-login a:hover, .wrapper-login-mobile a:hover {
    background: #8EC740;
}
.wrapper-login {
    margin-top: 15px;
}
@media screen and ( max-width: 768px){
    .popover-content, .popover-navigation, .tour-tour {
        font-size: 13px;
        padding: 0;
    }
    .popover {
        max-width: 300px;
        width: 80%;
        top: 35 !important;
    }
    .popover-navigation {
        padding: 0;
    }
}
.ribbon-age span {
    display: block;
    line-height: 1.1;
}

/*
TOOLTIP @annat Archivio soggiorni inpsieme 4febbraio2020
*/

h3 span.d-block {
    display: block;
}
body .ui-tooltip {
    background: #000030;
    opacity: 1;
    font-size: 11px;
    box-shadow: none;
    color: white;
    position: absolute;
}

@media screen and (max-width: 768px) {
    body .ui-tooltip {
        position: absolute;
    }
}

.single-soggiorno-inpsieme .travel-type li span, .single-soggiorno-inpsieme ul.users-age li strong {
    font-size: 1.2em;
}

/* CANGE LABEL AGE ARCHIVE */

body .ribbon-age span {
    display: inline !important;
}
body .si-item .ribbon-age {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    text-align: center;
    position: absolute;
    width: auto;
    left: 0;
    border: none;
    box-shadow: none;
    padding: 2px 4px;
    font-size: 11px;
    top: 5px;
}
body .ribbon-age span:nth-child(2)::before {
    content: 'e';
    text-transform: lowercase;
    padding-right: 2px;
}

/* MODIFICA PER STAMPA SINGOLO PACCHETTO */

.only-print {
    display: none;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
    header {
        display: block !important;
    }
    body .logotype {
        display: block !important;
    }
    body .footer-cookie-privacy {
        display: none !important;
    }
    body .only-print {
        display: block;
    }
    .single-soggiorno-inpsieme, .single-soggiorno-inpsieme p, .single-soggiorno-inpsieme li {
        font-size: 18px;
        line-height: 23px !important;
    }
    body.single-soggiorno-inpsieme .si-focus-tab .nav-tabs {
        display: none;
    }
    body.single-soggiorno-inpsieme .tab-content > .tab-pane, body.single-soggiorno-inpsieme #price_details .tab-content >.tab-pane {
        display: block !important;
        visibility: visible !important;
    }
    body.single-soggiorno-inpsieme .tab-content > .tab-pane h2 {
        font-weight: bolder;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 3px solid #DAECFA;
    }
    body.single-soggiorno-inpsieme .tab-content > .tab-pane:first-child h2 {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    .single-soggiorno-inpsieme #header {
        display: none;
    }
    .single-soggiorno-inpsieme #si-content-focus .row.align-center h2 {
        font-weight: bold;
        font-size: 28px;
    }
    .single-soggiorno-inpsieme #si-content-focus hr {
        display: none;
    }
    .single-soggiorno-inpsieme .top-header {
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #DAECFA !important;
        -webkit-print-color-adjust: exact;
        border: none !important;
    }
    .single-soggiorno-inpsieme .top-header .col-sm-8,
    .single-soggiorno-inpsieme .top-header .col-sm-4 {
        width: 100%;
    }
    .single-soggiorno-inpsieme aside .individual-quotas, .single-soggiorno-inpsieme aside .services_others, .focus-cta {
        display: none;
    }
    .single-soggiorno-inpsieme .action-si, .single-soggiorno-inpsieme .wrapper-login, .single-soggiorno-inpsieme .glyphicon-info-sign {
        display: none !important;
    }
    .single-soggiorno-inpsieme .departures {
        padding: 5px;
        border: 1px solid #dddddd;
    }
    .single-soggiorno-inpsieme #si-content-focus .si-focus-tab div.col-md-8 {
        margin-left: 0;
        border: 3px solid #DAECFA;
    }
    .single-soggiorno-inpsieme .fotorama__nav-wrap {
        display: none;
    }
    .single-soggiorno-inpsieme .top-header h1 {
        margin-top: 0;
        font-size: 21px !important;
        padding: 0 !important;
    }
    .single-soggiorno-inpsieme .top-header h3 {
        margin-bottom: 0;
        font-size: 19px !important;
    }
    body.single-soggiorno-inpsieme .top-header .action {
        min-height: 1px !important;
    }
    .single-soggiorno-inpsieme .action .no-padding.col-md-4 {
        width: 120px;
        display: inline;
        float: left;
    }
    .single-soggiorno-inpsieme .location-info {
        padding-top: 0;
        padding-left: 0;
    }
    .single-soggiorno-inpsieme .action .col-md-8 {
        float: left;
        display: inline;
        width: auto;
    }
    .single-soggiorno-inpsieme .glyphicon {
        margin-right: 5px;
    }
    .single-soggiorno-inpsieme .thumb .travel-type {
        display: none;
    }
    .single-soggiorno-inpsieme .users-age li {
        display: inline;
    }
    .single-soggiorno-inpsieme .action .price {
        padding: 25px;
        font-size: 25px;
        border: 3px solid #dddddd;
    }

    a[href]::after {
        content: none !important;
    }
    .single-soggiorno-inpsieme #header .nav-top-right {
        display: none !important;
    }
    .single-soggiorno-inpsieme .fotorama__stage {
        height: 300px !important;
    }

    .single-soggiorno-inpsieme .fotorama__img {
        width: 55% !important;
        height: auto !important;
        margin: 0;
    }
    .single-soggiorno-inpsieme .visible-mobile.glyphicon-plus {
        display: none !important;
    }
    .single-soggiorno-inpsieme .top-header {
        padding: 0;
    }
    .single-soggiorno-inpsieme .user-age strong, .user-age span {
        padding: 5px;
        background: #f3b117;
        border: none;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-print-color-adjust: exact;
    }
    .single-soggiorno-inpsieme .action .price {
        -webkit-print-color-adjust: exact;
        background-color: #fff;
    }
    .single-soggiorno-inpsieme .activities-list li {
        width: 100px;
        margin: 0;
        padding: 0;
        float: left;
        display: inline;
    }
    .single-soggiorno-inpsieme .activity-block .elementor-image {
        width: 100px;
    }
    .single-soggiorno-inpsieme #price_details li {
        display: none !important;
    }
    .single-soggiorno-inpsieme article {
        width: 100%;
    }
    .single-soggiorno-inpsieme .plus .elementor-tab-title {
        padding: 5px !important;
    }
    .single-soggiorno-inpsieme .focus-inner .elementor-widget-image-carousel {
        display: none;
    }
    .single-soggiorno-inpsieme .btn-default.btn {
        display: none !important;
    }
    .single-soggiorno-inpsieme .focus-inner {
        font-size: 20px !important;
    }
    .single-soggiorno-inpsieme .si-stage-timeline {
        display: none;
    }
    .single-soggiorno-inpsieme .row-eq-height {
        display: block !important;
    }
    .single-soggiorno-inpsieme .focus-inner .row figure img {
        width: 60px;
        height: auto;
    }
    .single-soggiorno-inpsieme .alert-warning, .single-soggiorno-inpsieme .related_posts_by_taxonomy,
    .single-soggiorno-inpsieme .content-call-registration, .single-soggiorno-inpsieme .button-responsive-menu {
        display: none;
    }
    .single-soggiorno-inpsieme .activities-list  {
        width: 100% !important;
        display: block !important;
    }
    .single-soggiorno-inpsieme .activities-list:after {
        content: '.';
        display: block;
        width: 100%;
        visibility: hidden;
    }
    .single-soggiorno-inpsieme .activity-block .text-left.col-md-12.v-divider:before {
        content: '.';
        display: block;
        width: 100%;
        visibility: hidden;
    }
}

/* @add slick */

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-initialized .swipe-tab-content {
    position: relative;
    min-height: 365px;
}
@media screen and (min-width: 767px) {
    .slick-initialized .swipe-tab-content {
        min-height: 500px;
    }
}
.slick-initialized .swipe-tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 50px;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.3rem;
}
.slick-initialized .swipe-tab:hover {
    color: #000;
}
.slick-initialized .swipe-tab.active-tab {
    border-bottom-color: #000;
    color: #000;
    font-weight: bold;
}
/* style update 2020*/
body .essb_links .essb_icon:before{
    top: 5px!important;
}
body .essb-mobile-sharebottom .essb_links .essb_icon{
    height: 28px!important;
}
body .intercom-lightweight-app-launcher{
    bottom: 35px!important;
}
body .price p{
    font-size: 1.4rem;
}
body .price-sort-block {
    width: 50%;
}
@media screen and ( max-width: 449px) {
    body .price-sort-block {
        width: 100%;
    }
}

body .price-sort-block .button-group{
    padding: 0!important;
}
body .price-sort-block .button-group .button{
    font-size: 1.25rem;
}
/* nuovo slick slider */
.is-slick-slider ul.slick-dots {
	 list-style: none;
	 margin: 20px 0 0;
	 padding: 0px;
	 display: flex !important;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
}
 .is-slick-slider ul.slick-dots li {
	 margin: 0;
}
 .is-slick-slider ul.slick-dots li:not(:last-child) {
	 margin-right: 20px;
}
 .is-slick-slider ul.slick-dots li button {
	 margin: 0px;
	 padding: 0px;
	 line-height: 1;
	 display: block;
	 width: 10px;
	 height: 10px;
	 overflow: hidden;
	 text-indent: 200%;
	 background-color: #999;
	 border: none;
	 border-radius: 50%/50%;
}
 .is-slick-slider ul.slick-dots li.slick-active button {
	 background-color: #000;
}


/**
    Slick sliders customizations
*/
.slider-initiatives.is-slick-slider.slick-slider,
#testimonials.is-slick-slider.slick-slider,
#slider-home-min.is-slick-slider.slick-slider {
	margin: 15px 0;
	padding: 0;
}

.slider-initiatives.is-slick-slider.slick-slider article {
    margin: 0 15px;
}

#slider-home-min.is-slick-slider.slick-slider li.item {
	margin: 0px 15px;
	box-shadow: 0 -27px 26px rgba(255, 255, 255, .8);
	border: 1px solid #ddd;
    height: 460px;
    display: none;
}
#testimonials.is-slick-slider.slick-slider li.item {
	margin: 0px 15px;
	box-shadow: 0 -27px 26px rgba(255, 255, 255, .8);
	border: 1px solid #ddd;
    min-height: 460px;
    max-height: 500px;
    display: none;
}

.slider-initiatives.is-slick-slider.slick-slider.slick-initialized li.item, 
#testimonials.is-slick-slider.slick-slider.slick-initialized li.item, 
#slider-home-min.is-slick-slider.slick-slider.slick-initialized li.item  {
   display: block;
}


.slider-initiatives.is-slick-slider.slick-slider li.item:focus, 
#testimonials.is-slick-slider.slick-slider li.item:focus, 
#slider-home-min.is-slick-slider.slick-slider li.item:focus {
   outline: none;
   box-shadow: none;
}

.slider-initiatives.is-slick-slider.slick-slider .slick-list , 
#testimonials.is-slick-slider.slick-slider .slick-list , 
#slider-home-min.is-slick-slider.slick-slider .slick-list {
   margin: 0 -15px;
}


.slider-initiatives.is-slick-slider.slick-slider .slick-arrow,
#testimonials.is-slick-slider.slick-slider .slick-arrow,
#slider-home-min.is-slick-slider.slick-slider .slick-arrow {
	 line-height: 1;
	 appearance: none;
	 border: none;
	 background-color: transparent;
	 width: 24px;
	 height: 24px;
	 overflow: hidden;
	 border-radius: 50%;
	 border: solid 2px #db71a9;
	 text-indent: 200%;
	 position: absolute;
	 z-index: 30;
}

.slider-initiatives.is-slick-slider.slick-slider .slick-arrow:focus,
#testimonials.is-slick-slider.slick-slider .slick-arrow:focus,
#slider-home-min.is-slick-slider.slick-slider .slick-arrow:focus{
   outline: none;
   box-shadow: none;
}

.slider-initiatives.is-slick-slider.slick-slider .slick-arrow:before,
#testimonials.is-slick-slider.slick-slider .slick-arrow:before,
#slider-home-min.is-slick-slider.slick-slider .slick-arrow:before {
	 content: '';
	 display: block;
	 width: 10px;
	 height: 10px;
	 position: absolute;
	 left: 50%;
	 top: 50%;
}

.slider-initiatives.is-slick-slider.slick-slider .slick-arrow.slick-prev,
#slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-prev {
	 top: 50%;
	 left: -5px;
}
#testimonials.is-slick-slider.slick-slider .slick-arrow.slick-prev {
    top: 50%;
    left: -30px;
}

.slider-initiatives.is-slick-slider.slick-slider .slick-arrow.slick-prev:before,
#testimonials.is-slick-slider.slick-slider .slick-arrow.slick-prev:before,
#slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-prev:before {
	 border-top: solid 2px #db71a9;
	 border-left: solid 2px #db71a9;
	 transform: rotate(-45deg);
	 margin-left: -3px;
	 margin-top: -5px;
}

.slider-initiatives.is-slick-slider.slick-slider .slick-arrow.slick-next,
#slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-next {
	top: 50%;
	right: -5px;
}

#testimonials.is-slick-slider.slick-slider .slick-arrow.slick-next {
    top: 50%;
	right: -30px;
}

.slider-initiatives.is-slick-slider.slick-slider .slick-arrow.slick-next:before,
#testimonials.is-slick-slider.slick-slider .slick-arrow.slick-next:before,
#slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-next:before {
	 border-top: solid 2px #db71a9;
	 border-right: solid 2px #db71a9;
	 transform: rotate(45deg);
	 margin-left: -7px;
	 margin-top: -5px;
}
@media screen and (min-width: 1199.98px) {
   #testimonials.is-slick-slider.slick-slider,
   #slider-home-min.is-slick-slider.slick-slider {
      margin: 15px 40px;
   }
}
@media screen and (max-width: 450px) {

    #testimonials.is-slick-slider.slick-slider li.item,
    #slider-home-min.is-slick-slider.slick-slider li.item{
      height: 320px;
   }

   #testimonials.is-slick-slider.slick-slider .slick-arrow.slick-prev {
        left: -5px;
    }
    #testimonials.is-slick-slider.slick-slider .slick-arrow.slick-next {
        right: -5px;
    }

}

@media screen and (min-width: 991.98px) {

    #testimonials.is-slick-slider.slick-slider .slick-arrow,
    #slider-home-min.is-slick-slider.slick-slider .slick-arrow{
      width: 40px;
      height: 40px;
   }

}

@media screen and (min-width: 1459.98px) {

    #testimonials.is-slick-slider.slick-slider .slick-arrow,
    #slider-home-min.is-slick-slider.slick-slider .slick-arrow {
        width: 52px;
        height: 52px;
    }

    #testimonials.is-slick-slider.slick-slider .slick-arrow:before,
    #slider-home-min.is-slick-slider.slick-slider .slick-arrow:before {
        width: 18px;
        height: 18px;
    }

    #testimonials.is-slick-slider.slick-slider .slick-arrow.slick-prev:before,
    #slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-prev:before {
        margin-left: -5px;
        margin-top: -9px;
    }

    #testimonials.is-slick-slider.slick-slider .slick-arrow.slick-next:before,
    #slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-next:before {
      margin-left: -13px;
      margin-top: -9px;
    }

    #testimonials.is-slick-slider.slick-slider .slick-arrow.slick-prev,
    #slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-prev {
 	    left: -30px;
    }

    #testimonials.is-slick-slider.slick-slider .slick-arrow.slick-next,
    #slider-home-min.is-slick-slider.slick-slider .slick-arrow.slick-next {
        right: -30px;
    }
}

.home .slider-talk{
   margin: 0px auto;
}
.home .slider-talk li{
   margin-left: 0;
}
.home .slider-talk .slick-track{
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
}
.home .slider-talk .slick-slide:focus,
.home .slider-talk .slick-slide a:focus{
   outline: none;
   box-shadow: none;
}
.soggiorno-inpsieme .top-header .link-color{
    color: #d6427f;
}
.single-soggiorno-inpsieme .si_action_footer .btn.link-color{
    border: none;
}



@media screen and (max-width:425px) {

  #si_navbar_fix #sticky-price{ display: none;}

}

.single-new-2022 .top-header footer.action-si .btn-alternative{
   font-size: 1.25rem !important;
   display: inline-flex;
   align-items: center;
   background-color: #f2a614;
   font-weight: 700;
}

@media screen and (min-width: 768px)
{
   .single-new-2022 .top-header footer.action-si .btn-alternative{
      font-size: 1.5rem !important;
   }
}

.filter-top-archive a.selectable-element {
   color: #1D3044 !important;
   text-decoration: none;
}

.filter-top-archive a.selectable-element.selected {
   color: #FFFFFF !important;
}