﻿@import "grid.css";
@import "superfish.css";


@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Bowlby+One);

/*---------Added by @sig_lucacci---------*/
.troppotesto{
	display: none;
}
.luca02{
 display: none;
}
.info-form{
 padding: 0 15px;
 background-color: #febf2b;
}
.info-form h3{
 padding-top: 0px !important;
}
.simbolib {
    width: 36px;
}

/*---------Added by @sig_lucacci---------*/

html {
    width: 100%;
}
.ui-datepicker { 
font-size: 80.5%;
}

h1.nomeportale {
    font-size: 45px;
	line-height: 40px;
}

.shadow {
    box-shadow: 0 4px 6px #c8c8c8;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #fff;
    color: #a3a3a3;
    font: 13px/20px Arial, Helvetica, sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
    font-size: 11pt;
    line-height: 26px;
    text-align: justify;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #577f9f;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    padding-top: 87px;
    margin-bottom: 66px;
}

    h2 span {
        padding-top: 6px;
        display: block;
        font-weight: 300;
        font-size: 20px;
        text-transform: none;
    }

h3 {
	color: #3498db !important;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    padding-bottom: 14px;
    padding-top: 76px;
    margin-bottom: 33px;
}

.page1 h3 {
    padding-top: 63px;
}

    .page1 h3.head1 {
        padding-top: 20px;
        margin-bottom: 13px;
    }

h3.head1 {
    padding-top: 60px;
    margin-bottom: 37px;
}

h3.head2 {
    padding-top: 55px;
    margin-bottom: 33px;
}

ul.list + h3.head1 {
    padding-top: 55px;
}
/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.list {
        padding-top: 4px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

        ul.list li {
            background: url(../images/marker.png) 0 7px no-repeat;
            padding-left: 12px;
        }

            ul.list li + li {
                padding-top: 11px;
                margin-top: 8px;
                background-position: 0 18px;
                border-top: 1px solid #ededed;
            }

    ul.list1 {
        padding-top: 4px;
    }

        ul.list1 li {
            padding-left: 12px;
            background: url(../images/marker.png) 0 6px no-repeat;
        }

            ul.list1 li + li {
                margin-top: 6px;
            }

    ul.list2 .text1 {
        margin-bottom: 0;
    }

    ul.list2 li + li {
        margin-top: 20px;
        padding-top: 19px;
        border-top: 1px solid #ededed;
    }

    ul.list3 {
        overflow: hidden;
        padding-top: 17px;
    }

        ul.list3 li {
            font: 16px/36px 'Roboto Condensed', sans-serif;
        }

        ul.list3 .fa {
            font-size: 20px;
            line-height: 32px;
        }

        ul.list3 li span {
            display: inline-block;
            width: 29px;
        }

/****Links****/

.list a{
    text-decoration: none;
    color: #577f9f;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    a:hover {
        color: #febf2b;
    }

    a.btn {
        color: #fff;
        display: inline-block;
        background-color: #04a7ea;
        text-transform: uppercase;
        padding: 8px 33px 9px;
        margin-top: 29px;
        font: bold 20px/30px 'Roboto Condensed', sans-serif;
    }

        a.btn:hover {
            background-color: #dcdcdc;
        }

		    a.btni {
        color: #fff;
        display: inline-block;
        background-color: #ffba17;
        text-transform: uppercase;
        padding: 8px 33px 9px;
        margin-top: 29px;
        font: bold 20px/30px 'Roboto Condensed', sans-serif;
    }

        a.btni:hover {
            background-color: #FA5BA5;
        }
		
/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    margin-top: 7px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 24px;
    margin-bottom: 0px;
    margin-top: 9px;
}


.oh {
    overflow: hidden;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/

.main {
}

header {
    border-top: 5px solid #2d6c9c;
    display: block;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}


    header h1 {
        position: relative;
        text-align: center;
        float: left;
        padding-top: 33px;
    }


        header h1 a {
            display: inline-block;
            overflow: hidden;
            width: 309px;
            height: 35px;
            font-size: 0;
            line-height: 0;
            text-indent: -999px;
            transition: 0s ease;
            -o-transition: 0s ease;
            -webkit-transition: 0s ease;
        }

            header h1 a img {
                display: block;
            }


.booking_block {
    padding-top: 117px;
    background: url(../images/mare_img.jpg) center 0 no-repeat;
}

    .booking_block .title {
        background: url(../images/fill1.png) 0 0 repeat;
        border: 1px solid #ffba17;
        color: #fff;
        display: inline-block;
        padding: 9px 30px 8px 18px;
        text-transform: uppercase;
        font: bold 36px/36px 'Roboto Condensed', sans-serif;
    }

        .booking_block .title span {
            font-size: 34px;
            padding-top: 1px;
            display: inline-block;
        }

span.sub {
    margin-bottom: 146px;
    border: 1px solid #ffba17;
    padding: 7px 30px 10px 18px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    background: url(../images/fill1.png) 0 0 repeat;
    font: 34px/36px 'Roboto Condensed', sans-serif;
}

/**Content**/
.content {
    padding-bottom: 58px;
}

.page1 .content {
    padding-bottom: 56px;
}

.prop {
    font: 300 16px/24px 'Roboto Condensed', sans-serif;
    text-align: center;
    position: relative;
    background-color: #f5f5f5;
    padding: 71px 20px 18px;
}

    .prop .fa {
        color: #fff;
        line-height: 90px;
        font-size: 36px;
        text-align: center;
        position: absolute;
        border-radius: 500px;
        display: block;
        border: 6px solid #fff;
        width: 84px;
        height: 84px;
        left: 50%;
        margin-left: -42px;
        top: -41px;
        background-color: #fcc135;
    }

    .prop.pp1 .fa {
        background-color: #33c7f8;
    }

    .prop.pp2 .fa {
        background-color: #73e1d0;
    }

    .prop .title {
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
        color: #577f9f;
        text-transform: uppercase;
    }

    .prop p {
        margin-bottom: 0;
        padding: 0 45px;
    }

.text1 {
    color: #577f9f;
    margin-bottom: 1px;
    font: 600 20px/30px 'Roboto Condensed', sans-serif;
}

    .text1 span {
        font-family: Arial, Helvetica, sans-serif;
        display: block;
        position: relative;
        padding-top: 2px;
        font-size: 13px;
        word-spacing: 3px;
        color: #a3a3a3;
        font-weight: normal;
    }

        .text1 span .col3 {
            top: -5px;
            margin-right: 7px;
            display: inline-block;
            font: 600 20px/30px 'Roboto Condensed', sans-serif;
        }

.stars {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

    .stars span {
        background: url(../images/stars.png) 0 0 no-repeat;
        width: 18px;
        height: 16px;
        display: block;
        float: left;
    }

        .stars span.emp {
            background-position: right 0;
        }

        .stars span + span {
            margin-left: 2px;
        }

.cl1 {
    height: 18px;
}

.cl2 {
    height: 17px;
}

.sep {
    position: relative;
    width: 28px;
    display: inline-block;
}

    .sep:after {
        width: 1px;
        height: 15px;
        background-color: #dddddd;
        content: '';
        left: 14px;
        position: absolute;
        top: 1px;
    }

strong.col4 .fa {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 1px;
    font-size: 16px;
}

.tx1 {
    margin-bottom: 0 !important;
}

.block1 .cl2 {
    height: 10px;
}

.block1 .numb {
    color: #febf2b;
    display: inline-block;
    margin-top: -3px;
    font: bold 20px/20px 'Roboto Condensed', sans-serif;
}

.block1 + .block1 {
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px solid #ededed;
}

.box {
    padding-top: 42px;
}

.box_top {
    font: bold 20px/20px 'Roboto Condensed', sans-serif;
    background-color: #04a7ea;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 23px 13px;
}

    .box_top .fa {
        margin-right: 5px;
    }

.box_bot {
    border: 1px solid #ededed;
    padding: 23px 19px 24px;
    border-top: 0;
}

    .box_bot .text1 .col1 {
        float: right;
    }

.box p {
    margin-top: -1px;
    margin-bottom: 0;
    padding-right: 40px;
}

.bq1 {
    padding-top: 3px;
}

    .bq1 + .bq1 {
        margin-top: 20px;
    }

    .bq1 .text1 {
        margin-bottom: 7px;
        padding-left: 36px;
        background: url(../images/quotes.png) 0 2px no-repeat;
    }

    .bq1 .stars {
        padding-top: 7px;
        margin-right: 13px;
    }

.bq_bot {
    padding-top: 10px;
}

    .bq_bot .col2 {
        font-size: 14px;
        display: inline-block;
        margin-right: 8px;
    }



.post {
    margin-top: -1px;
}

    .post + .post {
        margin-top: 10px;
    }

    .post .text1 {
        position: relative;
        top: 1px;
        margin-bottom: 0px;
    }

    .post + a.btn {
        margin-top: 24px;
    }

.crs .text1 {
    margin-bottom: 5px;
}

.crs .cl1 {
    height: 16px;
}

.crs .cl2 {
    height: 17px;
}

.bx1 {
    margin-top: 37px;
}

    .bx1 .box_top {
        padding-left: 19px;
        padding-right: 0;
    }

    .bx1 + .bx1 {
        margin-top: 31px;
        padding-top: 0;
    }

    .bx1 .box_bot {
        padding-bottom: 19px;
    }

.box ul {
    padding-top: 2px;
    line-height: 24px;
}

    .box ul .col1 {
        margin-top: -3px;
        float: right;
        font: bold 20px/24px 'Roboto Condensed', sans-serif;
    }

.pad1 {
    padding-left: 40px;
}

.hotl {
    padding-top: 9px;
}

    .hotl img {
        width: 100%;
        margin-bottom: 18px;
    }

.dest {
    overflow: hidden;
    padding-top: 9px;
}

    .dest img {
        margin-bottom: 18px;
    }

    .dest .clear {
        height: 22px;
    }

#owl.owl1 {
    padding: 0 0 6px;
    margin: 0;
    padding-top: 9px;
}

    #owl.owl1 .item {
        padding: 0;
    }

        #owl.owl1 .item > a {
            padding-left: 42px;
        }

    #owl.owl1 .text1 {
        margin-bottom: 0;
    }

    #owl.owl1 .box_mid {
        padding-bottom: 21px;
    }

.deal {
    overflow: hidden;
}

    .deal + .deal {
        margin-top: 14px;
    }

    .deal .price {
        margin-left: 15px;
        border: 1px solid #eeeeee;
        width: 130px;
        float: right;
        margin-top: 8px;
        text-align: center;
        padding-top: 24px;
        padding-bottom: 19px;
    }

        .deal .price .col1 {
            padding-top: 3px;
            font: bold 30px/30px 'Roboto Condensed', sans-serif;
        }

    .deal .text1 {
        padding-bottom: 4px;
    }

    .deal .col4 {
        padding-top: 1px;
    }

.list + h3 {
    margin-top: 3px;
}

.block2 .text1 {
    margin-bottom: 0;
}

.block2 ul.list1 {
    padding-top: 12px;
}

.block2 {
    padding-bottom: 5px;
    overflow: hidden;
}

    .block2 .clear {
        height: 20px;
    }

.block3 {
    overflow: hidden;
}

    .block3 + .block3 {
        margin-top: 25px;
    }

    .block3 .text1 {
        padding-bottom: 4px;
    }

    .block3 a.btn {
        margin-top: 23px;
    }

.pt1 {
    padding-top: 4px;
}

.prv h3 {
    margin-bottom: 37px;
}

.box ul li {
    overflow: hidden;
}

/**Map**/

.col1 {
    color: #febf2b;
}

    /*.col1 a:hover, a.col1:hover {
        color: #a3a3a3;
    }*/

.col2 {
    color: #577f9f;
}

.col3 {
    color: #73e1d0 !important;
}

.col4 {
    color: #04a7ea;
}

.td {
    text-decoration: underline;
}

.map {
    overflow: hidden;
    position: relative;
}

    .map figure {
        padding-top: 5px;
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 35px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .map figure iframe {
            width: 100%;
            height: 380px;
            max-width: 100%;
        }

    .map address {
        float: left;
        display: block;
    }

        .map address dt {
        }

        .map address + address {
            margin-left: 80px;
        }

address dd span {
    min-width: 66px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

/**Footer**/

footer {
    display: block;
    padding: 0px 0 25px;
}

    footer .cl2 {
        padding-top: 3px;
    }

    footer img {
        float: left;
        margin-right: 20px;
        margin-top: 4px;
    }

.f_top {
    padding-bottom: 45px;
    border-bottom: 1px solid #dedede;
    border-top: 5px solid #e3e3e3;
    background-color: #f5f5f5;
}

    .f_top address {
        padding-top: 2px;
        font-size: 18px;
    }

        .f_top address .col4 {
            padding-top: 20px;
        }

.f_logo {
    position: relative;
    top: -1px;
    margin-right: 4px;
    display: inline-block;
    color: #2d6c9c;
    font: 20px/20px 'Bowlby One', cursive;
}

.socials {
    padding-top: 32px;
    overflow: hidden;
}

    .socials a {
        display: block;
        background-color: #fcc135;
        font-size: 20px;
        width: 49px;
        height: 49px;
        line-height: 49px;
        float: left;
        border-radius: 500px;
        color: #fff;
        text-align: center;
    }

        .socials a:hover {
            background-color: #04A7EA;
        }

        .socials a + a {
            margin-left: 1px;
        }

h4 {
    padding-top: 49px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 22px;
}

.copy {
    padding-top: 27px;
    text-align: left;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

    #toTop:hover {
        outline: none;
        background-position: right 0;
    }

.sect1 .tmRadio span {
    float: left;
}

.bookinglegend	{padding: 0; color: #86C6E0; font-size: 14pt; text-align: left; width: 100%;}
form.responsives legend{width: 100%;}
.bookinguno	{clear: none !important; width:  8%; height: 70px; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: dotted; float: left}
.bookingdue	{clear: none !important; width:  13%; height: 70px; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: dotted; float: left}
.bookingtre	{clear: none !important; width:  77%; height: 70px; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: dotted; float: left}

/* SHARE */
.share {}
.share-affix {position: fixed; top:50px; left:0px;}
.share-icon {background-repeat: no-repeat; background-image:url('/images/social-icons.png'); height:40px; width:40px; display: inline-block; text-indent: -99999px; margin:2px; opacity: .9; filter:Alpha(Opacity=90);}
.share-icon:hover {opacity: 1; filter:Alpha(Opacity=100);}
.share-icon-digg {background-position: -526px 0;}
.share-icon-email {background-position: -614px 0;}
.share-icon-flickr {background-position: -261px 0;}
.share-icon-foursquare {background-position: 0 0;}
.share-icon-rss {background-position: -305px 0;}
.share-icon-facebook {background-position: -131px 0;}
.share-icon-twitter {background-position: -174px 0;}
.share-icon-tumblr {background-position: -87px 0;}
.share-icon-linkedin {background-position: -438px 0;}
.share-icon-vimeo {background-position: -393px 0;}
.share-icon-instagram {background-position: -44px 0;}
.share-icon-pinterest {background-position: -349px 0;}
.share-icon-googleplus {background-position: -218px 0;}
.share-icon-in1 {background-position: -482px 0;}
.share-icon-stumbleupon {background-position: -570px 0;}
/**a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.foursquare, a.googleplus, a.in1, a.instagram, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {*/
.share-square {-moz-transition: all 0.2s linear 0s; background: url("/images/social-icons.png") no-repeat scroll left top transparent; display: inline-block; height: 32px; line-height: 0; margin: 2px; width: 32px;}
.share-square-behance {background-position: -544px -44px;}
.share-square-behance:hover {background-position: -544px -77px;}
.share-square-delicious {background-position: -512px -44px;}
.share-square-delicious:hover {background-position: -512px -77px;}
.share-square-deviantart {background-position: -480px -44px;}
.share-square-deviantart:hover {background-position: -480px -77px;}
.share-square-digg {background-position: -448px -44px;}
.share-square-digg:hover {background-position: -448px -77px;}
.share-square-dribbble {background-position: -416px -44px;}
.share-square-dribbble:hover {background-position: -416px -77px;}
.share-square-email {background-position: -674px -44px;}
.share-square-email:hover {background-position: -674px -77px;}
.share-square-facebook {background-position: -384px -44px;}
.share-square-facebook:hover {background-position: -384px -77px;}
.share-square-flickr {background-position: -352px -44px;}
.share-square-flickr:hover {background-position: -352px -77px;}
.share-square-forrst {background-position: -320px -44px;}
.share-square-forrst:hover {background-position: -320px -77px;}
.share-square-googleplus {background-position: -288px -44px;}
.share-square-googleplus:hover {background-position: -288px -77px;}
.share-square-in1 {background-position: -576px -44px;}
.share-square-in1:hover {background-position: -576px -77px;}
.share-square-instagram {background-position: -608px -44px;}
.share-square-instagram:hover {background-position: -608px -77px;}
.share-square-lastfm {background-position: -256px -44px;}
.share-square-lastfm:hover {background-position: -256px -77px;}
.share-square-linkedin {background-position: -224px -44px;}
.share-square-linkedin:hover {background-position: -224px -77px;}
.share-square-pinterest {background-position: -192px -44px;}
.share-square-pinterest:hover {background-position: -192px -77px;}
.share-square-rss {background-position: -160px -44px;}
.share-square-rss:hover {background-position: -160px -77px;}
.share-square-skype {background-position: -128px -44px;}
.share-square-skype:hover {background-position: -128px -77px;}
.share-square-stumbleupon {background-position: -640px -44px;}
.share-square-stumbleupon:hover {background-position: -640px -77px;}
.share-square-tumblr {background-position: -96px -44px;}
.share-square-tumblr:hover {background-position: -96px -77px;}
.share-square-twitter {background-position: -64px -44px;}
.share-square-twitter:hover {background-position: -64px -77px;}
.share-square-vimeo {background-position: -32px -44px;}
.share-square-vimeo:hover {background-position: -32px -77px;}
.share-square-youtube {background-position: 0 -44px;}
.share-square-youtube:hover {background-position: 0 -77px;}

#mydiv		{text-align: left; padding: 10px}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
    .extra_wrapper {
        overflow: visible;
    }

    .sf-menu > li > ul > li > a.sf-with-ul:after {
        right: 5px;
    }

    .sf-menu > li.sfHover > ul {
        width: 140px !important;
    }

        .sf-menu > li.sfHover > ul ul {
            left: 146px !important;
        }

    .sf-menu > li {
        font-size: 14px;
    }

    #newsletter .rel {
        width: auto;
        float: none;
        clear: both;
    }

    #newsletter .title {
        margin-bottom: 25px;
    }

    #bookingForm {
        padding-bottom: 45px;
		padding-top: 15px;
    }

    .sect2 .controlHolder {
        width: 100%;
    }

    .sect2 + .sect2 {
        clear: both;
    }

    .sect1 {
        margin-right: 160px;
    }

    .sect3 {
        margin-left: 272px;
    }

    .sect2 {
        width: 170px;
    }

        .sect2 .controlHolder + .controlHolder {
            margin-left: 0;
            clear: both;
        }

    #owl .item a {
        padding-left: 15px;
    }

    .block2 .extra_wrapper {
        overflow: hidden;
    }

    #newsletter .email {
        float: none;
    }

    #newsletter .clear {
        display: block;
    }
}

@media only screen and (max-width: 979px) {
    .block2 .extra_wrapper {
        overflow: visible;
    }

    .block2 .fleft {
        margin-right: 0;
        width: 100% !important;
        float: none !important;
    }

    .block2 img {
        width: 100%;
    }

    .socials a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .sf-menu > li.sfHover > ul {
        left: -50px;
    }

    .form_block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tmSelect.auto > li:first-child > span, .tmSelect2.auto > li:first-child > span {
        font-size: 11px;
    }

    address dd span {
        min-width: 80px;
    }

    .fleft {
        margin-bottom: 10px;
    }


    .map address + address {
        float: left;
    }

    .map figure,
    .map figure iframe,
    #form input,
    #form textarea,
    #form .success {
        width: 100% !important;
        float: none !important;
    }

    #form .success {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .map figure {
        height: auto !important;
    }


    .map figure {
        margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }

    .box_top {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
        #menu_block select {
display: inline-block !important;
width: 100% !important;
height: 35px !important;
margin: 0 auto !important;
border: 1px solid #333;
}

.simbolib	{width: 30px !important;}
        #infanti
        {
            display:none
        }
        #infanti2
        {
            display:none
        }

    .sect1 .tmRadio span {
        font-size: 14px;
    }

    .sect1 .lf,
    .sect1 .rf {
        overflow: hidden;
        float: none;
    }

    .sect1 .rf {
        margin-top: 8px;
    }


    .hotl img {
        margin-top: 30px;
    }

    .block2 .clear {
        height: 0;
    }

    .owl1 img {
        width: 100%;
    }

    .owl1 .item {
        margin-bottom: 25px;
    }

    .dest .clear {
        height: 0;
        display: none !important;
    }

    .dest {
        margin: 0 -15px;
    }

        .dest img {
            width: 100%;
            margin-top: 35px;
        }

        .dest > div {
            padding: 0 15px;
            float: left !important;
            width: 50% !important;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

    .pad1 {
        padding-left: 0;
    }

    .dext img {
        margin-top: 35px;
    }

    .box img {
        width: 100%;
    }

    #owl {
        margin-top: 30px;
    }

    .sect1, .sect2, .sect3 {
        float: none;
        width: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both;
        padding-left: 0;
    }

    #bookingForm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .prop {
        margin-top: 80px;
    }


    .map address {
        float: none;
        margin-left: 0 !important;
    }

        .map address + address {
            margin-top: 30px;
        }


    header h1 {
        display: block;
        width: auto;
        margin-left: 0;
        position: relative;
        height: auto;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    h1 a {
        max-width: 90%;
    }


    .img_inner img {
        width: 100%;
    }


    header h1 {
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }

        header h1 a {
            width: auto;
            display: inline-block;
            height: auto;
        }

            header h1 a img {
            }

    .map {
        padding-right: 0px !important;
    }

        .map figure iframe {
            width: 100%;
            height: 300px;
        }

        .map address {
            margin-right: 0;
        }


    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }

    .none {
        clear: both;
    }

    ul.list1 {
        padding-top: 6px;
    }

    .block3 {
        margin-top: 35px;
    }
}


@media only screen and (max-width: 479px) {
/*added by @sig_lucacci*/
#troppotxt{
	height: 200px;
	overflow: hidden;
	margin-top: 10px !important;
}
.troppotesto{
	display: block;
	text-align: right;
	color: #febf2b;
	padding: 5px 0;
}

.luca01{
	display: none !important;
}
.booking_block .title{
 font-size: 26px;
}
.booking_block .title img{
 height: 32px
}
h3{
 font-size: 23px;
}
.img_inner{
 margin: 0;
}
.page1 h3.head1{
 padding: 20px 0 0 0;
}
#owl{
 margin: 0 !important;
 padding: 0;
}
#owl .box_mid{
 max-height: 200px;
 min-height: 200px;
 padding: 5px 20px;
}
#owl .box_mid .title a{
 padding: 0;
 font-size: 19px;
}
#owl .item .col1{
 font-size: 16px;
}
.banner a{
 display: block;
}
.banner img{
 width: 100%;
 height: auto;
}
#newsletter{
 margin-top: 20px;
}
.mb0{
 padding-top: 20px !important;
}
.luca02{
  color: #ffba17;
  display: block;
  padding: 0;
  margin: 10px 0 -20px 0;
  text-align: left;
  font-size: 16px;
}
h1{
 font-size: 25px !important;
  line-height: normal !important;
  color: #ffba17;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
#stuck_container h1{
  font-size: 45px !important;
  line-height: normal !important;
  color: #577f9f !important;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.cl1{
 height: 0;
}
img.rsImg{
 margin-top: 0 !important;
}

/*added by @sig_lucacci*/


#menu_block select {
display: inline-block !important;
width: 100% !important;
height: 35px !important;
margin: 0 auto !important;
border: 1px solid #333;
}

.booking_block {padding-top: 10px}
span.sub {margin-bottom: 20px; font:31px 'Roboto Condensed', sans-serif}
.booking_block .title {
padding: 5px 24px 4px 18px
}
div.count {display: none }
h1.nomeportale {line-height: 0}
.subm {
  margin-top: 10px;
}
#crumbs {display: none }
.booking_block h1 {display: none }
div.extra_wrapper p {display: none }
.cl2 {display: none }

}


button, input {
	line-height: normal;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input, textarea {
	border: 1px solid #b3c1c9;
}
input {
	width: auto;
	padding: 8px 0;
	color: #333;
}
input[type="submit"] {
	width: auto;
	padding: 10px;
	color: #333;
}

.form-holder .field-row input {
	margin: 0 0 10px 0;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row::before, .row::after {
	content: " ";
	display: table;
}
.row::after {
	clear: both;
}
.row::before, .row::after {
	content: " ";
	display: table;
}
.row::after {
	clear: both;
}

.modern		{width: 560px; font-size: 14pt; color: #FFFFFF}
.chrx	{color: #265475; width: 95%}
#mappagrande	{height: 550px}
.telfo		{display:none}
img.imgwebcam	{width: 100%; height: 100%}
div.maxheight	{height: 70px}


/*custom font*/
#crumbs {
	margin-top: 40px;
	margin-left: 30px;
}

	#crumbs ul {
		list-style: none;
		display: inline-table;
	}
		#crumbs ul li {
			display: inline;
		}
	
#crumbs ul li a {
  display: block;
  float: left;
  height: 20px;
  background: #3498db;
  text-align: center;
  padding: 5px 15px 5px 20px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  transition: 0.0s ease;
  -o-transition: 0.0s ease;
  -webkit-transition: 0.0s ease;
  
  }
			#crumbs ul li a:after {
				content: "";  
				border-top: 15px solid transparent;
	 			border-bottom: 15px solid transparent;
	  			border-left: 15px solid #3498db;
				position: absolute; right: -14px; top: 0;
				z-index: 1;
			}
			
			#crumbs ul li a:before {
				content: "";  
				border-top: 15px solid transparent;
	  			border-bottom: 15px solid transparent;
	  			border-left: 15px solid #FFF;
				position: absolute; left: 0; top: 0;
			}
	
				#crumbs ul li:first-child a {
					border-top-left-radius: 3px; border-bottom-left-radius: 3px;
				}
				#crumbs ul li:first-child a:before {
					display: none; 
				}
				
				#crumbs ul li:last-child a {
					padding-right: 20px;
					border-top-right-radius: 3px; border-bottom-right-radius: 3px;
				}
				#crumbs ul li:last-child a:after {
					display: none; 
				}
			
			#crumbs ul li a:hover {
				background: #ffba17;
			}
				#crumbs ul li a:hover:after {
					border-left-color: #ffba17;
				}
				
				
				
/* IPAD BOOKING */
@media (max-width: 979px) and (min-width: 768px)
{
.simbolib {width: 30px;}
.bookinguno {clear: none !important; width: 10%; height: 70px; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: dotted; float: left;}
.bookingdue {clear: none !important; width: 20%; height: 70px; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: dotted; float: left;}
.bookingtre {clear: none !important; width: 68%; height: 70px; border-bottom-color: silver; border-bottom-width: 1px; border-bottom-style: dotted; float: left;}
}
/* IPHONE BOOKING */
@media only screen and (max-width: 479px)
{
.simbolib {width: 20px;}
.bookinguno {clear: none !important; width: 16%; height: auto; border: 0; float: left;}
.bookingdue {display: none}
.bookingtre {clear: none !important; width: 82%; height: auto; border: 0; float: left;}
.bookingtre p	{font-size: 9pt !important}
}

label.desc {
    width: 22% !important;
    float: left !important;
    padding-right: 10px !important;
    height: 32px !important;
    text-align: left !important;
    padding-top: 4px !important;
}
div.descdue {
    border-bottom: 1px dotted silver !important;
}