.bookbtn {
    max-width: 200px;
    background: #021d38;
}

    .bookbtn a {
        padding: 10px 20px;
        color: white;
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .bookbtn:hover a {
        color: white
    }

.mainContentWrapper.virtualTour {
    width: 100%;
}

    .mainContentWrapper.virtualTour .mainContent {
        width: calc(100% - 180px - 150px);
        margin: 0 0 0 180px;
    }


body, table, .HotPres, td {
    font-family: 'Open Sans', Verdana, Arial;
    font-size: 13px;
    color: #222;
}

#ctl00_cPHBody_checkout_bs__1_bsd__1_tblConfigMore, #ctl00_cPHBody_checkout_bs__2_bsd__2_tblConfigMore,
#ctl00_cPHBody_checkout_bs__3_bsd__3_tblConfigMore {
    display: block !important;
}

#ctl00_cPHBody_checkout_bs__1_bsd__1_tdBeddingConfiguration .nifOut, #ctl00_cPHBody_checkout_bs__2_bsd__2_tdBeddingConfiguration .nifOut,
#ctl00_cPHBody_checkout_bs__3_bsd__3_tdBeddingConfiguration .nifOut {
    width: 100%;
}

#ctl00_cPHBody_checkout_bs__1_bsd__1_lblFirstName, #ctl00_cPHBody_checkout_bs__1_bsd__1_lblLastName,
#ctl00_cPHBody_checkout_bs__1_bsd__1_txtFirstName, #ctl00_cPHBody_checkout_bs__1_bsd__1_txtLastName,
#ctl00_cPHBody_checkout_bs__1_bsd__1_btnHideShowConfigMore, #ctl00_cPHBody_checkout_bs__1_bsd__1_btnClearBedding,
#ctl00_cPHBody_checkout_bs__2_bsd__2_lblFirstName, #ctl00_cPHBody_checkout_bs__2_bsd__2_lblLastName,
#ctl00_cPHBody_checkout_bs__2_bsd__2_txtFirstName, #ctl00_cPHBody_checkout_bs__2_bsd__2_txtLastName,
#ctl00_cPHBody_checkout_bs__2_bsd__2_btnHideShowConfigMore, #ctl00_cPHBody_checkout_bs__2_bsd__2_btnClearBedding,
#ctl00_cPHBody_checkout_bs__3_bsd__3_lblFirstName, #ctl00_cPHBody_checkout_bs__3_bsd__3_lblLastName,
#ctl00_cPHBody_checkout_bs__3_bsd__3_txtFirstName, #ctl00_cPHBody_checkout_bs__3_bsd__3_txtLastName,
#ctl00_cPHBody_checkout_bs__3_bsd__3_btnHideShowConfigMore, #ctl00_cPHBody_checkout_bs__3_bsd__3_btnClearBedding {
    display: none;
}

a {
    color: #0575E5;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

    a, .rpItem, .SubscribeBtn, a:before {
        transition: All 0.2s ease;
        -webkit-transition: All 0.2s ease-in-out;
        -moz-transition: All 0.2s ease-in-out;
        -o-transition: All 0.2s ease-in-out;
    }

        a:link {
        }

        a:hover {
            color: #021d38;
        }

        a:visited {
        }

img {
    border: none;
}

hr {
    height: 0px;
    border: none;
    border-bottom: 1px solid #c0c0c0;
}

.FooterTop, .FooterTop a:link, .FooterTop a:visited {
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    text-align: center !important;
    margin: 0;
}

.FooterBottom, .FooterBottom a:link, .FooterBottom a:visited {
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    text-align: center !important;
    margin: 0;
}

body > form {
    background: url("/PicsHotel/VillaDelLago/SkinImages/bgtexture2.png") repeat scroll 0 0 rgba(89, 89, 89, 0.0);
    margin-bottom: 0;
}

.beRateRowHeaderCell div.constrainttext span {
    height: 17px !important;
}

.beRateRowHeaderCell div.constrainttext {
    padding-top: 0px !important;
}

.NTPresItemDetailWrapper .NTPresItemLabel {
    display: none;
}


/*MOBI BOOKING PANEL*/

@media only screen and (max-width: 767px) {

    .mnavWrapper.container {
        top: -62px;
    }

    body {
        overflow-x: hidden;
    }



    .CheckRatesBox {
        left: 0px !important;
        position: absolute !important;
        top: 200px !important;
        width: 100%;
        z-index: 999;
        height: 50px;
    }

    .BookPanelGenMain {
        width: 100% !important;
        height: 50px !important;
        top: 53px;
    }

        .BookPanelGenMain > div:first-child {
            width: 460px;
            height: 50px;
            margin: auto;
            position: relative;
        }

        .BookPanelGenMain input {
            width: 84px !important;
            margin: 0px;
        }


    .BookPanelGenBtn {
        bottom: 10px !important;
        left: 0px !important;
    }

        .BookPanelGenBtn > a {
            background-color: rgba(255, 255, 255, 1) !important;
            border-radius: 2px;
            box-shadow: 1px 1px rgba(255, 255, 255, 0.1) inset;
            display: block;
            color: #000 !important;
            padding: 0px 10px;
        }

            .BookPanelGenBtn > a:hover {
                background-color: rgba(255, 255, 255, 0.05) !important;
                color: #fff !important;
            }


            .BookPanelGenBtn > a:before {
                content: "Check Availability, Rates & Book Now!" !important;
            }

    .BookPanelGenCodeContainer {
        position: absolute !important;
        left: 362px !important;
        top: 13px !important;
    }

        .BookPanelGenCodeContainer input {
            padding: 6px 0px;
        }

    .bestRate {
        top: 0px !important;
    }

    .BookPanelGenServicesContainer, .BookPanelGenCalContainer,
    .mobileBookingBtn, .mobiBP, #ctl00_mobiBP_CheckIn img {
        display: none;
    }
}


@media only screen and (max-width: 480px) {

    body {
        overflow-x: hidden;
    }

    .BookPanelGenBtn > a:before {
        content: "Check Availability & Book Now!" !important;
    }

    .BookPanelGenCodeContainer {
        left: 225px !important;
    }

    .BookPanelGenBtn {
        left: -15px !important;
    }

    .BookPanelGenMain {
        top: 2px;
    }


        .BookPanelGenMain > div:first-child {
            width: 300px;
        }

    .mnav {
        /*margin-top: 50px*/
    }
}




/* TEXT */
h1, .HotName {
    font-size: 24px;
    text-decoration: none;
    color: #222;
    font-weight: normal;
    line-height: 24px;
}

h2, .HotNameSub {
    font-size: 16px;
    line-height: 20px;
    color: #222;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 13px;
}

.mainContent, p {
    line-height: 150%;
}

label, legend {
    font-weight: normal;
}

h3, h4, h5, h6 {
    color: #222;
}

.ta1 {
    height: 143px;
}

.ta3 {
    height: 170px;
}

.HotH {
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    text-transform: none;
    color: Black;
}

.HotPresSmall {
    font-size: 11px;
    text-decoration: none;
    line-height: 120%;
    color: #333333;
}

.HotPresPic {
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
}
/* Style for text below images */
.HotPresH {
    font-size: 13px;
    text-decoration: none;
}

.bText2, .bBox {
    font-size: 9px;
}

.error {
    FONT: 11px Arial;
    COLOR: #990000;
}

img {
    max-width: 100%;
    height: auto !important;
}

ul {
    list-style: square outside none;
}

/* Block Elements */
.mainContentWrapper {
    clear: both;
}

.mainContent.fourteen.columns.offset-by-two {
    margin-top: 20px;
}

.staticBannerWrapper {
    height: 400px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .staticBannerWrapper > img, .NTPresItemImage1 {
        bottom: -9999px !important;
        display: block;
        left: -9999px !important;
        margin: auto;
        position: absolute !important;
        right: -9999px !important;
        top: -9999px !important;
    }

    .staticBannerWrapper > img {
        width: 100%;
    }

#google_translate_element {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -10px;
}

.goog-te-menu-frame {
    box-shadow: none;
    margin-top: 13px;
    position: fixed;
    z-index: 10000002;
}

b.niftycorners, b.niftyfill {
    display: none !important;
}

/* Content Pages */
div.PresStandardImgRight {
    padding: 1px 20px;
}

    div.PresStandardImgRight div.Images {
        width: 300px;
    }

.PresImgRightImages {
    display: block;
}

.PresImgRightImagesDiv {
    border: 5px solid #fff;
    margin-bottom: 20px;
}

    .PresImgRightImagesDiv:after {
        background: url("/PicsHotel/VillaDelLago/SkinImages/imageShadow.png") no-repeat scroll center top / contain rgba(0, 0, 0, 0);
        content: "";
        display: block;
        height: 15px;
        margin-bottom: -15px;
        position: relative;
        top: 5px;
        width: 100%;
    }

.PreTableRight {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin-top: -75px;
}

    .PreTableRight div {
        height: 320px !important;
        overflow: hidden;
    }
/*Packages page gap fix*/
#ctl00_cPHBody_PresAnnListContainer .PresAnnListCtlWrapper {
    margin-top: -50px;
}
/*Contact page img effect*/
.MDContact0PicText1 div {
    border: 5px solid #fff;
    margin-bottom: 20px;
}

    .MDContact0PicText1 div::after {
        background: url("/PicsHotel/VillaDelLago/SkinImages/imageShadow.png") no-repeat scroll center top / contain rgba(0, 0, 0, 0);
        content: "";
        display: block;
        height: 15px;
        margin-bottom: -15px;
        position: relative;
        top: 5px;
        width: 100%;
    }

/* The Nivo Slider styles */
.theme-default #slider.nivoSlider {
    margin: 0;
}

.banner .slider-wrapper theme-default {
    position: relative;
}

.banner .nivoSlider {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
    overflow: hidden;
}

.banner .staticSlider {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
    overflow: hidden;
}

.banner .MainContent .nivoSlider {
    max-height: 1000px !important;
}

.banner .nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}
/*.nivo-controlNav { display:none; }*/
#ctl00_Staticbanner {
    position: relative;
    margin-bottom: 75px;
}

#ctl00_banner:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    content: "";
    display: block;
    height: 47px;
    margin-bottom: -47px;
    margin-top: -57px;
    position: relative;
}

.menuSliderWrapper .theme-default a.nivo-prevNav {
    left: 175px;
}

/* If an image is wrapped in a link */
.banner .nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.banner .nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.banner .nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .banner .nivo-box img {
        display: block;
    }

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.MainContent .nivoSlider {
    max-height: 430px;
}

.nivoSlider > img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    width: 100%;
    height: auto;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.OverviewRotator .theme-default .nivo-controlNav {
    padding: 0;
}

.OverviewRotator .theme-default .nivoSlider {
    margin-bottom: 0;
    background: none;
    border: 5px solid rgba(255, 255, 255, 0.8);
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }
/*Promo Slider*/

/* Overview */
.suite:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.POV {
    max-width: 435px;
    margin: auto;
}

.suite {
    border: 1px solid #1D5DA5;
}

    .suite .MoreInfo {
        position: relative;
    }

.HotPres h5 {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    text-align: center;
    font-size: 15px;
}

.BookNow {
    height: 30px;
    width: 200px;
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.MoreInfo {
    text-align: left;
    font-size: 15px;
    font-style: italic;
    font-family: 'Fauna One';
}

    .MoreInfo a {
        color: #FFF;
    }

.HotPres h4 {
    color: #FFFFFF !important;
    display: block;
    font-family: 'Fauna One';
    font-style: italic;
    margin-top: -37px;
    position: relative;
}

    .HotPres h4:after {
        background: url("/PicsHotel/KauriCliffs/SkinImages/2013/galleryline.png") repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0.5);
        color: #FFFFFF !important;
        display: block;
        margin-top: -22px;
        content: "";
        height: 40px;
    }

.POV .PreTableRight {
    width: 100%;
}

    .POV .PreTableRight td {
        background: url("/Picshotel/OceansResort/SkinImages/bg-promo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 38px;
        margin: 0;
        padding: 0;
    }

        .POV .PreTableRight td img {
            margin-bottom: -5px;
        }

    .POV .PreTableRight .HotPresPic {
        color: #FFFFFF;
        font-family: 'Alef';
        font-size: 16px;
    }

.cs1 {
    display: block;
    margin-bottom: -26px;
    text-align: center;
    width: 50%;
}

#ctl00_cPHBody_Div1 .HotPres {
    background: none;
}

.OverviewRotator {
    margin: auto;
    max-width: 600px;
    float: left;
    margin-left: 2%;
    width: 48%;
}

.ie8 .OverviewRotator {
    background-color: #fff;
}

.FloorPlans {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    padding: 5% 5% 5px;
    width: 90%;
    float: left;
    clear: both;
    border-top: 5px solid #AAA;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

.Tabs {
    display: none;
}

.Tab01 {
    background: none repeat scroll 0 0 #1D5DA5;
}

.Tab02 {
    background: none repeat scroll 0 0 #AAA;
}

.Tab03 {
    background: #3273B4;
    float: right;
    width: 195px;
    height: 20px;
    color: #444;
    line-height: 20px;
}

.ie8 .Tab03 {
    background: #3273B4;
}

.Tab03 > a {
    text-decoration: none;
    color: #FFF;
}

.FloorPlans > img {
    height: auto !important;
    width: 66% !important;
}

.OverviewRotator .slider-wrapper {
    min-height: 395px;
}

.HotPres a img {
    width: auto !important;
}

.NTPresItemItemImageWrapper {
    padding: 100px 20px 10px 50px;
}

.NTPresNewsTempWrapper .NTPresItemItemImageWrapper {
    padding: initial;
}

.NTPresItemItemImageWrapper {
    width: 100%;
}

.NTPresNewsType3 .NTPresNewsTempWrapper .NTPresItemItemImageWrapper {
    padding: initial;
    margin: 0 0 -25px 25px;
    width: 100%;
}

.OverviewRotator .theme-default .nivo-directionNav a {
    position: absolute;
    top: 50%;
    z-index: 100;
}

#ctl00_cPHBody_MainText {
    float: left;
    width: 50%;
}

.BEServOv_List .BEServOv2_NewField1 {
    display: none;
}

/* Home Presentation */
.sliderWrapper {
    margin-bottom: 20px;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    min-height: 700px;
}

.HomeInnerWrapper {
    background-color: #f3f3f3;
    margin-top: 10px;
    padding: 10px 20px;
    position: relative;
    z-index: 100;
}
/*updated promo slider - the nivo rotator*/
/*set everything to important because nivo slider sucks*/
.HomePromoWrapper {
    position: absolute;
    right: 100px;
    bottom: 200px;
    z-index: 100;
    height: 160px;
    width: 590px;
}

    .HomePromoWrapper .theme-default .nivoSlider {
        background: rgba(0, 0, 0, 0.7) !important;
        height: 160px !important;
        width: 590px !important;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    }

    .HomePromoWrapper .nivo-main-image {
        width: 240px !important;
        height: 160px !important;
        position: relative !important;
        float: left !important;
    }

    .HomePromoWrapper .nivo-slice {
        width: 240px !important;
        height: 160px !important;
        float: left !important;
    }

    .HomePromoWrapper .nivo-caption {
        background: 0 !important;
        padding: 20px !important;
        font-family: 'Open Sans' !important;
        width: 310px !important;
        height: 120px !important;
        position: relative !important;
        float: right !important;
    }

        .HomePromoWrapper .nivo-caption a.Name {
            border-bottom: 1px solid #fff;
            display: block;
            font-size: 18px;
            padding: 0 0 10px;
            text-transform: uppercase;
        }

        .HomePromoWrapper .nivo-caption .ShortDescription {
            color: #fff;
            font-size: 13px;
            height: 40px;
            overflow: hidden;
            margin: 10px 0;
            text-align: left;
        }

        .HomePromoWrapper .nivo-caption .FeatureTexts {
            display: none;
        }

        .HomePromoWrapper .nivo-caption div.LinkButton a {
            background-color: #021d38;
            float: right;
            font-size: 14px;
            height: 10px;
            line-height: 10px;
            text-align: center;
            width: 80px;
            bottom: 0;
            position: absolute;
            right: 0;
        }

            .HomePromoWrapper .nivo-caption div.LinkButton a:hover {
                background-color: #FFF;
                color: #000;
            }
/*#sliderHomePromo { overflow: visible; color: #fff; text-align: right; font-size: 16px; }
    #sliderHomePromo .nivo-caption { left: 100%; width: 300px; padding: 20px; height: 115px; font-family: 'Open Sans'; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); }
    #sliderHomePromo .anrdlitemname { border-bottom: 1px solid #fff; display: block; font-size: 18px; padding-bottom: 10px; text-transform: uppercase; }
        #sliderHomePromo .anrdlitemname h2 { display: none; }
    #sliderHomePromo .anrdldiv.left { font-size: 13px; height: 40px; overflow: hidden; margin: 10px 0; text-align: left; }
    #sliderHomePromo .anrdldiv.right { width: 100%; }
        #sliderHomePromo .anrdldiv.right > a { bottom: 0; position: absolute; right: 0; }
        #sliderHomePromo .anrdldiv.right > div { float: left; margin-right: 5px; line-height: 30px; }
    #sliderHomePromo .anrdlhlsl1 { background-color: #021d38; float: right; font-size: 14px; height: 10px; line-height: 10px; text-align: center; width: 80px; }
        #sliderHomePromo .anrdlhlsl1:hover { background-color: #FFF; color: #000; }
    .menuWrapper, .sliderWrapper, #sliderHomePromo, #sliderHomePromo .nivo-caption, #sliderfeatureBox1, #sliderfeatureBox2,
    .SubscribeBtn, .ta1, .ta2, .ta3, .HomeInnerWrapper, .staticBannerWrapper { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }*/

.SupLogoWrapper {
    position: absolute;
    right: 100px;
    top: 80px;
    z-index: 100;
}

.topBanner {
    background-color: #021d38;
    height: 50px;
    z-index: 150;
    position: relative;
}

.featureBox {
    position: relative;
    z-index: 100;
}

    .featureBox .nivo-prevNav, .featureBox .nivo-nextNav {
        display: none !important;
        opacity: 0 !important;
    }

    .featureBox .theme-default .nivo-caption {
        background-color: rgba(255,255,255,0.8);
        color: #444;
        font-family: 'Open Sans';
    }

    .featureBox .anrdlitemname {
        display: block;
        font-size: 16px;
        margin: 20px 20px 10px 20px;
        text-transform: uppercase;
    }

        .featureBox .anrdlitemname h2 {
            display: none;
        }

    .featureBox .anrdldiv.left {
        margin: 0 20px;
        font-size: 12px;
        max-height: 35px;
        overflow: hidden;
    }

    .featureBox .anrdlhlsl1 {
        background-color: #021d38;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
        width: 100px;
    }

        .featureBox .anrdlhlsl1:hover {
            background-color: #FFF;
            color: #021d38 !important;
        }

/* Side Menu */
.menuWrapper {
    background-color: rgba(89,89,89,0.7);
    position: absolute;
    top: 0;
    width: 150px;
    height: 100% !important;
    z-index: 125;
}

.menuInnerWrapper {
    padding-top: 50px;
}

.menuWrapper a {
    color: #FFF;
    text-transform: uppercase;
}

.menuWrapper .rpItem:hover, .menuWrapper .rpItem .rpExpanded {
    background-color: rgba(0,0,0,0.1);
}

.RadPanelBar.RadPanelBar_MenuTop {
    margin: auto /*auto auto 20px*/;
    width: 150px;
}

.menuWrapper .RadPanelBar .rpRootGroup, .menuWrapper .RadPanelBar .rpLink {
    border: none;
}

.menuWrapper .rpLink.rpExpanded, .menuWrapper .rpLink.rpSelected {
    border-left: 5px solid #fff;
}

.RadPanelBar .rpHeaderTemplate, .RadPanelBar .rpOut {
    padding: 30px 0;
    border: medium none !important;
}

.menuWrapper .RadPanelBar .rpText {
    padding: 0 0 0 25px;
}

.RadPanelBar .rpFocused .rpOut,
.RadPanelBar a.rpLink:hover .rpOut,
.RadPanelBar .rpSelected .rpOut,
.RadPanelBar a.rpSelected:hover .rpOut {
    padding: 30px 0 !important;
    border-bottom: none !important;
}

.RadPanelBar .rpGroup .rpLink .rpOut,
.RadPanelBar .rpGroup .rpExpanded .rpOut,
.RadPanelBar .rpGroup .rpSelected .rpOut,
.RadPanelBar .rpGroup a.rpLink:hover .rpOut,
.RadPanelBar .rpGroup a.rpExpanded:hover .rpOut,
.RadPanelBar .rpGroup a.rpSelected:hover .rpOut {
    padding: 10px !important;
    border-bottom: none !important;
}

.RadPanelBar .rpGroup .rpGroup .rpLink .rpOut,
.RadPanelBar .rpGroup .rpGroup .rpExpanded .rpOut,
.RadPanelBar .rpGroup .rpGroup .rpSelected .rpOut,
.RadPanelBar .rpGroup .rpGroup a.rpLink:hover .rpOut,
.RadPanelBar .rpGroup .rpGroup a.rpExpanded:hover .rpOut,
.RadPanelBar .rpGroup .rpGroup a.rpSelected:hover .rpOut {
    padding: 10px 20px !important;
    border-bottom: none !important;
}

.menuWrapper .RadPanelBar .rpGroup .rpLink, .menuWrapper .RadPanelBar .rpGroup .rpTemplate {
    font-size: 10px;
    line-height: 10px;
}

.menuWrapper .RadPanelBar .rpLink:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    margin: auto;
    width: 80%;
}

/* Mobi Menu */
.mnav *, .mnav *:hover {
    border: 0 none !important;
}

.mnav ul > li > a, .mnav ul {
    background: none;
    color: #FFF;
}

.mnav .RadPanelBar {
    width: 100%;
    background-color: #595959;
}

.mnav .rpLink {
    background-color: #595959 !important;
}

.mnav .rpSlide .rpLink {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.mnav .rpExpanded, .mnav .rpItem:hover {
    background-color: rgba(0,0,0,0.1) !important;
}

.mnav .teaser {
    float: none;
    display: block;
    width: 100%;
    white-space: pre-wrap;
}

.mobileBookingBtn {
    display: none;
}

/* Side Menu - Book Now */
.menuBookBtns {
    background-color: rgba(89,89,89,0.7);
    width: 150px;
    z-index: 1000;
    position: relative;
}

    .menuBookBtns > a {
        display: block;
        float: right;
        border-top: 2px solid #DA7532;
        padding: 15px;
        width: 128px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        z-index: 15;
    }

        .menuBookBtns > a:hover {
            background-color: rgba(0,0,0, 0.4);
        }

.CheckRates {
    background: rgb(218,117,50);
}

.BookNowBtn {
    background-color: rgba(0,0,0, 0.7);
}

.CheckRatesBox {
    left: -200px;
    position: absolute;
    top: -6px;
}

div.BookPanelGenMain {
    background: none repeat scroll 0 0 rgba(0,0,0, 0.8);
    height: 173px;
    margin: 0;
    position: relative;
    width: 200px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, input.bBoxR:focus {
    background: none repeat scroll 0 0 #FFF !important;
    border: 1px solid #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #000 !important;
}

div.BookPanelGenMain div.BookPanelGenCalContainer {
    left: 20px;
    top: 50px;
}

div.BookPanelGenMain .BookingPanelGenText input {
    background-color: rgba(255, 255, 255, 0.2);
    border: medium none !important;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.1) inset;
    color: #fff;
    margin: 0 0 0 10px;
    width: 125px !important;
}

div.BookPanelGenMain div.BookPanelGenCodeContainer {
    left: 0;
    margin: auto;
    position: relative;
    top: 65px;
    width: 80%;
}

div.BookPanelGenServicesContainer {
    background-color: rgba(255, 255, 255, 0.2);
    border: medium none !important;
    border-radius: 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.1) inset;
    color: #fff;
    height: 20px;
    margin: 0 20px;
    width: 160px;
    position: relative;
    top: 20px;
}

div.BookPanelGenMain .BookingPanelPromoText {
    background-color: rgba(255, 255, 255, 0.2);
    border: medium none !important;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.1) inset;
    color: #fff;
    line-height: 23px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.BookPanelGenBtn > a:before {
    /*content: "Check Availability, Rates & Book Now!";*/
    content: "Check Availability";
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.BookPanelGenBtn > a {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.1) inset;
    display: block;
    color: #fff;
}

    .BookPanelGenBtn > a:hover {
        background-color: rgba(255, 255, 255, 1);
        color: #000;
    }

div.BookPanelGenMain div.BookPanelGenBtn {
    bottom: 20px;
    left: 20px;
}

    div.BookPanelGenMain div.BookPanelGenBtn img {
        height: 0 !important;
        width: 160px;
        display: block;
    }

.dpTitleTR {
    background-color: #CCCCCC;
}

.dpTable {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 202px;
}

.dpTodayButtonTD {
    background-color: #CCCCCC;
}

.dpDiv {
    margin-left: -46px;
}

/* Service Pages*/
.BEServOv {
    margin-top: 0;
}

div.BEServOv .BookNow:before {
    background-color: #1C2F42;
    color: #fff;
    content: "Book Now";
    width: 89px;
    float: right;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #1C2F42;
}

div.BEServOv .BookNow:hover:before {
    background-color: #fff;
    color: #1C2F42;
}

div.BEServOv .BookNow {
    background-image: none;
    width: auto;
}

.cssbeBookEngineContainer {
    padding: 20px;
}

.divsetShortDescription, .BEServOv2_ShortDesc span {
    font-size: 16px;
}

.cssbenifIndivBookNow {
    float: left;
}

/* Footer */
.footerWrapper.container {
    margin: 50px auto;
    z-index: 100;
}

.addressWrapper {
    border-left: 2px solid #888;
    color: #444;
    float: left;
    font-weight: bold;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 20px;
}

    .addressWrapper .HotNameSub {
        font-weight: bold;
    }

.footerWrapper > div > div > div {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .footerWrapper > div > div > div:first-child {
        margin-left: 10px;
    }

.TripAdvisor.ta3 {
    margin-right: 0;
    float: right;
}

.a1BS, .a1BV, .a2BV {
    background: url(/PicsHotel/VillaDelLago/SkinImages/btn-view-more-images.png) no-repeat;
    width: 178px;
    height: 35px;
    display: block;
}

    .a1BS:hover, .a1BV:hover, .a2BV:hover {
        background: url(/PicsHotel/VillaDelLago/SkinImages/btn-view-more-images-roll.png) no-repeat;
    }

.keaLogo {
    display: inline-block;
    position: relative;
    float: left;
}

/* Subscribe Box */
.SubExpand {
    background-color: #fff;
    border-left: 2px solid #888;
    padding: 0 40px 20px;
    width: 138px;
}

.SubscribeBtn {
    width: 180px;
    background: none repeat scroll 0 0 #fff;
    border-left: 3px solid #888;
    cursor: pointer;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
}

    .SubscribeBtn:hover {
        background: none repeat scroll 0 0 #1C2F42;
        color: #FFF;
        border-left: 3px solid #888;
    }

.SubscribeWrapper {
    display: inline-block;
    position: relative;
    float: left;
}

.SubExpandArrow {
    bottom: 60px;
    height: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    z-index: 1000;
}

.SubscriberPanelSubscribingContainer, .SubscriberPanelSubscribedContainer {
    display: none;
}

.SubscriberPanelFirstNameContainer:before {
    content: "First Name:";
    display: block;
    margin-top: 10px;
}

.SubscriberPanelLastNameContainer:before {
    content: "Last Name:";
    display: block;
    margin-top: 10px;
}

.SubscriberPanelEmailAddressContainer:before {
    content: "Email Address:";
    display: block;
    margin-top: 10px;
}

.SubscriberPanelSubmitButtonContainer {
    position: relative;
}

    .SubscriberPanelSubmitButtonContainer a:before {
        border: 1px solid #aaa;
        border-radius: 2px;
        background-color: #1c2f42;
        color: #fff;
        content: "Subscribe";
        display: block;
        font-size: 18px;
        height: 20px;
        line-height: 18px;
        padding: 5px;
        text-align: center;
    }

    .SubscriberPanelSubmitButtonContainer a:hover:before {
        background-color: #FFF;
        color: #1c2f42;
    }

    .SubscriberPanelSubmitButtonContainer img {
        height: 30px;
        position: absolute;
        top: 0;
        width: 100%;
    }

.SubExpand {
    position: relative;
    border: 1px solid #AAA;
}

    .SubExpand:after, .SubExpand:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .SubExpand:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #FFF;
        border-width: 17px;
        margin-left: -17px;
    }

    .SubExpand:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #888;
        border-width: 18px;
        margin-left: -18px;
    }

/* TripAdvisor */
.TripAdvisor #CDSWIDCOE {
    margin: 10px 0 0;
    width: 146px;
    height: 100px;
}

.TripAdvisor #CDSWIDTCH {
    height: 65px;
}

.TripAdvisor #CDSWIDPER.border {
    border: medium none;
    padding: 0;
    width: 150px;
}

.TripAdvisor #CDSWIDSSP .widSSPBranding dd, .TripAdvisor #CDSWIDSSP .widSSPData .widSSPLegal {
    display: none;
}

#CDSWIDSSP.widSSP.widSSPnarrow {
    width: 170px !important;
}

.TripAdvisor #CDSWIDSSP .widSSPData .widSSPH11 {
    display: none;
}

.TripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:link, .TripAdvisor #CDSWIDSSP .widSSPData .widSSPAll a:visited {
    font-size: 9px;
}

/* presAnnList */
.palImgName h2 {
    padding: 0;
    margin: 10px 0 0;
}

.palDateLocationPrice {
    display: none !important;
}

.PresAnnListSearchContainerInner {
    display: none;
}

div.PresAnnListSearchContainer {
    background: none;
}

.palHeaderPagination, .palFooterPagination {
    display: none;
}

.PresAnnListPTS1Wrapper {
    margin-bottom: 5px;
    overflow: hidden;
}

div.palMain {
    border-radius: 0;
    padding: 0;
    overflow: visible;
}

div.palImg1AsLink, div.palImg2AsLink, div.palImg3AsLink {
    width: 70%;
    margin: 0 -20px 0 0;
    overflow: hidden;
}

.palImgName img {
    height: auto !important;
    width: 100% !important;
}

.PresAnnListWrapper {
    padding: 1px 20px;
}

div.palCustomFieldInfos, .palDateLocationPrice, div.palTeaser, .palreadmore {
    display: block;
    width: 30%;
}

div.palNameAsLink {
    width: 30%;
    padding-top: 15px;
}

.pal1CssClass tr, .pal1CssClass td {
    padding: 0;
}

div.palMain {
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

div.palNameAsLink {
    font-size: 20px;
}

div.palreadmore a:before {
    float: left;
    border: 1px solid #FFF;
    border-radius: 2px;
    background-color: #223345;
    color: #fff;
    content: "Read more";
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100px;
}

div.palreadmore a:hover:before {
    background-color: #FFFFFF;
    color: #223345;
    border: 1px solid #223345;
}

div.palreadmore img {
    background-image: none;
    clear: both;
    height: 0;
    width: 0;
}
/*.palNameAsLink, .palCustomFieldInfos, .palDateLocationPrice, .palTeaser, .palreadmore { float: left; }*/
div.PresAnnListPTSHeader {
    border: none;
    width: 100%;
}

div.palCustomFieldInfos, .NTPresItemData {
    display: none;
}

.palImgName .palImg1AsLink a {
    display: block;
    height: 270px;
    position: relative;
}

.palImgName img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    max-width: none;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 100% !important;
}

.NTPresHead {
    font-family: 'Open Sans';
    font-size: 24px;
}

    .NTPresHead h2 {
        display: none;
    }

.NTPresItemDateFromTo {
    display: none;
}

.NTPresItemDescription {
    font-family: 'Open Sans';
    line-height: 200%;
    display: block;
}

.NTPresNewsTempWrapper {
    margin-left: 1px;
    margin-top: -1px;
    width: 100%;
}

.NTPresNewsType1, .NTPresNewsType2, .NTPresNewsType3, .NTPresNewsType4, .NTPresNewsType5, .NTPresNewsType6, .NTPresNewsType7, .NTPresNewsType8, .NTPresNewsType9, .NTPresNewsType10, .NTPresNewsType11 {
    background-image: none;
    background-repeat: repeat-x;
    margin: auto;
    position: relative;
    width: 100%;
}

.NTPresItemImage1 {
    height: auto !important;
    max-width: none;
    width: 100% !important;
}

.NTPresItemItemImage {
    min-width: 0;
    width: 100%;
}

.NTPresItemContainerWrapper {
    padding: 20px;
}

.NTPresNewsTopRightCorner, .NTPresNewsTopleftCorner {
    height: 0;
}

.itemName {
    background-color: #595959;
    color: #fff;
    padding: 10px;
    width: auto;
}

div.NTPresItemDescription {
    padding: 0 10px;
}

.NTPresItemLeft {
    float: left;
    max-width: 60%;
}

.NTPresItemItemInfoWrapper {
    padding-right: 0;
    width: auto;
}

.NTPresItemRight {
    float: right;
    width: 40%;
}

.NTPresNewsType1 .NTPresItemItemImageWrapper {
    float: right;
    padding: 0;
    width: 30%;
    padding-top: 42px;
}

.NTPresItemItemImage a {
    display: block;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.NTPresItemItemImage > div {
    color: #fff;
    margin-top: -60px;
}

.NTPresItemContainer {
    padding: 0;
}

div.NTPresdivMoreAnn {
    display: none !important;
}

.NTPresItemContainerWrapper div.NTPresMoreLink {
    background: none !important;
    height: 50px !important;
    margin: 0;
    width: 180px !important;
}

div.NTPresMoreLink a:before {
    float: left;
    border: 1px solid #FFF;
    border-radius: 2px;
    background-color: #595959;
    color: #fff;
    content: "Back";
    display: block;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    width: 100px;
    border: 1px solid #595959;
}

div.NTPresMoreLink a:hover:before {
    background-color: #FFFFFF;
    color: #595959;
}

/*  presAnnList - even items */
.palMain1 div.palImg1AsLink, .palMain1 div.palImg2AsLink, .palMain1 div.palImg3AsLink {
    float: left;
    margin: 0 0 0 -20px;
}

.palMain1 .palNameAsLink, .palMain1 .palCustomFieldInfos, .palMain1 .palDateLocationPrice, .palMain1 .palTeaser, .palMain1 .palreadmore {
    float: right;
}

.palMain div.palTeaser {
    clear: none;
    max-height: 112px;
    overflow: hidden;
}

.palMain:after {
    clear: both;
    content: "";
    display: block;
}

.palMain.palMain0 {
    margin: 0 -20px 20px -20px;
    padding: 0 20px;
}

.palMain0 .palNameAsLink, .palMain0 div.palTeaser {
    width: auto;
}

.palMain.palMain1 {
    margin-right: -20px;
    padding-right: 20px;
}

.palMain.palMain2 {
    margin-left: -20px;
    padding-left: 20px;
}

/*Booking Offers List*/
.BookingOffer-Items > br {
    display: none;
}

.BookingOffersList .BookingOffer-Name {
    background-color: #595959;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}

.BookingOffer-Item {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.BookingOffer-Item-Image {
    width: 60%;
}

    .BookingOffer-Item-Image a {
        display: block;
    }

        .BookingOffer-Item-Image a img {
            display: block !important;
        }

.BookingOffer-Item-DetailsWrapper {
    width: 40%;
    padding: 20px;
}

.BookingOffer-Item-Alt .BookingOffer-Item-Image {
    float: left;
}

.BookingOffer-Item-Name {
    font-size: 20px;
    font-weight: bold;
}

.BookingOffer-Item-ShortDescription a {
    color: inherit;
}

.BookingOffer-Item .LinkButton {
    float: left;
    border: 1px solid #FFF;
    border-radius: 2px;
    background-color: #223345;
    color: #fff;
    content: "Read more";
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100px;
}

    .BookingOffer-Item .LinkButton:hover {
        background-color: #FFFFFF;
        color: #223345;
        border: 1px solid #223345;
    }
/*Booking Offers Detail View*/
.BookingOffer-Detail-Name {
    background-color: #595959;
    color: #fff;
    padding: 10px;
}

.BookingOffersInfo .LinkButton a, .BookingOffersInfo .BookingOffer-Buttons a {
    border-radius: 2px;
    background-color: #595959;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #595959;
}

    .BookingOffersInfo .LinkButton a:hover, .BookingOffersInfo .BookingOffer-Buttons a:hover {
        background-color: #FFFFFF;
        color: #595959;
    }

.BookingOffer-Detail-NivoSliderWrapper .nivoSlider img {
    position: absolute !important;
}
/*booking engine offer title*/
.beRateRowHeaderCell div.ratename, .beRateRowHeaderCell div.constrainttext {
    line-height: 14px;
}
/* Image Gallery  */
.pdlCaptionAsName, #lightbox-image-details-caption {
    display: none !important;
}

.MediaGalleryTextDiv h1, .pdlCaptionAsName {
    font-family: 'Open Sans';
}

.pdlHeaderPagination, .pdlFooterPagination {
    font-family: 'Open Sans';
    font-size: 15px;
}

.GalImg {
    float: left;
    text-align: center;
    margin-right: 5px;
}

.pdlImg1 {
    min-height: 0;
}

.videoBox {
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-top: 10px solid #C3D6D1;
    margin-right: 5px;
}

    .videoBox iframe {
        height: 200px !important;
        width: 360px !important;
        border: 0 none;
    }

    .videoBox a {
        text-decoration: none;
    }

.pdlCaptionAsName {
    font-weight: normal;
}

.MediaGalleryLeftWrapper {
    float: none;
    margin: 0 auto;
    width: 880px;
}

.pdlImg1 {
    min-height: 0;
    max-height: 500px;
    overflow: hidden;
}

    .pdlImg1 img {
        background-image: none;
        border: 0 none !important;
        box-shadow: none;
        display: block;
        height: auto !important;
        padding: 2%;
        width: 96% !important;
    }

.pdlMain {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 220px;
}

.pdlCaptionAsName {
    margin: 0;
    background-color: #AAAAAA;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

    .pdlCaptionAsName > span {
        padding: 5px;
    }

.hlpdlDownloadNow {
    background-color: #CCCCCC;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-size: 11px;
    height: auto;
    width: 100%;
}

.pdlWrap {
    width: 220px;
}

    .pdlWrap:hover {
        opacity: 1;
    }

.pdlWrap {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    opacity: 0.8;
}

span.vsigItem {
    opacity: 0.8;
}

    span.vsigItem:hover {
        transform: rotate(0deg) scale(1) !important;
        opacity: 1;
    }

div.vsigMain {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 10px 10px 0 !important;
}

.MediaGalleryTextDiv, .MediaGalleryImages {
    padding: 0;
}

.MediaGalleryImagesWrapper {
    margin: 0;
}

@media only screen and (max-width:1199px) {
    .MediaGalleryLeftWrapper {
        width: 660px;
    }
}

@media only screen and (max-width:959px) {
    .MediaGalleryLeftWrapper {
        width: 440px;
    }
}

@media(max-width:580px) {
    .TripAdvisor {
        display: none;
    }

    .FooterTop {
        background-image: none !important;
    }

    .mobile-footer {
        position: fixed;
        height: 50px;
        border-top: 2px solid #DA7532;
        display: block !important;
        bottom: 0;
        width: 100%;
        text-align: center;
        
        z-index: 999999;
        background-color: white;
    }

        .mobile-footer a {
            padding-top: 5px;
            display: block;
            height: 100%;
            background-color: #DA7532;
            color: white;
            background-image: url('//d1k2jfc4wnfimc.cloudfront.net/picshotel/_default/ctl/footerimages/bkgdhatchingwhite.png');
            background-position: center;
        }

        .mobile-footer:hover a {
            color: white;
            background-color: rgba(0,0,0, 0.4);
        }

    .divFooterOuter {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .MediaGalleryLeftWrapper {
        width: 220px;
    }
}

/* Top Banner */
.foobar.clearfix > a, .mattsHack {
    display: inline-block;
}

.foobar.clearfix {
    float: right;
    position: relative;
    top: 12px;
    width: 100%;
}

.mattsHack {
    position: relative;
    width: 100px;
    top: -8px;
}

.fb_iframe_widget {
    left: 4px;
    position: absolute;
    top: 1px;
}

.whiteBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    height: 24px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100px;
}

/* Contact DIY */
.ContactDIY {
}

.UpperContent {
    margin-left: 20px;
}

.MDContact0PicText1 {
    padding: 0;
}

.tblContent {
    min-height: 315px;
}

#ctl00_cPHBody_ctrContact01_btSend {
    background: none repeat scroll 0 0 #cd202c;
}

.HotPres.DIYPnlHdr label, .HotPres.DIYPnlHdr {
    font-size: 20px;
}

#ctl00_cPHBody_ctrContact01_ctlDirectClient_MultiPageRow input {
    margin-bottom: 10px;
    width: 100% !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
}

#ctl00_cPHBody_ctrContact01_pnlComments .bBox {
    width: 100% !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
}

#ctl00_cPHBody_ctrContact01_ctlDirectClient_MultiPageRow input[type="checkbox"] {
    display: inline;
    width: auto !important;
}

.ContactDIY .RadInputMgr.RadInputMgr_Default.RadInput_Enabled_Default {
    width: 100% !important;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
}

.trDetailsEmailEmailSafe .beGenText {
    font-size: 8pt !important;
}

#divBookEngine body, #divBookEngine table, #divBookEngine .HotPres, #divBookEngine td {
    font-family: verdana,arial;
}

#divBookCheckout body, #divBookCheckout table, #divBookCheckout .HotPres, #divBookCheckout td,
.cssbeBookEngineContainer body, .cssbeBookEngineContainer table, .cssbeBookEngineContainer .HotPres, .cssbeBookEngineContainer td {
    font-family: verdana,arial;
}

.mainContent input[type="text"],
.mainContent input[type="password"],
.mainContent input[type="email"],
.mainContent textarea,
.mainContent select,
div.PresAnnListTxtWrapper input {
    border: 1px solid rgba(0,0,0,0.1) !important;
    color: #111;
    display: inline;
    font: inherit !important;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 5px;
}

    .mainContent input[type="text"]:focus,
    .mainContent input[type="password"]:focus,
    .mainContent input[type="email"]:focus,
    .mainContent textarea:focus,
    .mainContent select:focus,
    .mainContent input.bBoxR:focus {
        background: #FFF !important;
        border: none;
        box-shadow: none;
        color: #444;
    }

/* Location */
.mapRoute {
    width: auto;
    background: none;
}

.directionsinner #address {
    width: 215px;
}

.mapRoute > tbody > tr {
    background: none;
}

#directionstext {
    border: none;
}

div.directions {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
}

.directionsinner input, .directionsinner select {
    margin: 5px 0 !important;
    padding: 5px !important;
}

.directionsinner > div {
    font-family: 'roboto';
    font-size: 20px;
    font-weight: normal !important;
}

td.mapCtl {
    color: #444;
}

.Map {
    padding: 20px;
}

.directions .directionsinner {
    padding: 0;
}

/* Service Details & Overview */
.ServiceDetailsWrapper {
    padding: 20px;
}

.nifOut {
    background-color: rgba(0,0,0,0) !important;
}

div.sliderTabPhotos {
    display: none;
}

.BEServOv2_Item, .BEServOv.fullwidth .BEServOv2_Item {
    background-color: rgba(0, 0, 0, 0.05);
    border: medium none;
    max-width: none;
    padding: 0;
    width: 100%;
    height: auto !important;
}

.BEServOv2_Title, div.BEServOv .BookNow2, div.BEServOv .BookNow3 {
    background: none repeat scroll 0 0 rgba(89, 89, 89,0.5);
    border: none;
}

.BEServOv2_Title {
    text-indent: 20px;
    text-align: left;
}

    .BEServOv2_Title h1, .BEServOv2_Title .HotName, .BookNow2, .BookNow3 {
        color: #FFF;
    }

div.BEServOv .BookNow2, div.BEServOv .BookNow3 {
    line-height: 15px;
    border-radius: 2px;
}

    div.BEServOv .BookNow2:hover, div.BEServOv .BookNow3:hover {
        background: none repeat scroll 0 0 #FFF;
        color: #595959;
    }

.BEServOv2_Image {
    float: left;
    width: 50%;
    position: relative;
}

.BEServOv2_ShortDesc {
    float: left;
    padding: 0 2%;
    width: 46%;
}

.BEServOv2_Btns {
    background: none;
}

div.BEServOv .BookNow3 {
    bottom: 0;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 101px;
    padding: 5px 10px 0;
    text-align: center;
}

.BEServOv.fullwidth .BEServOv2_BookNow a, .BEServOv2_BookNow a, div.BEServOv .BookNow2 {
    bottom: 0;
    float: left;
    left: 11px;
    position: relative;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    width: 155px;
    height: 27px;
}

#divServiceDetailsOuter h1 {
    background-color: rgba(89, 89, 89,0.5);
    padding: 5px 0;
    width: 100%;
}

#divServiceDetailsOuter {
    position: relative;
}

    #divServiceDetailsOuter h2 a {
        color: #fff;
        display: block;
        font-size: 12px;
        height: 24px;
        line-height: 23px;
        top: 0;
        padding: 5px;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100px;
    }

        #divServiceDetailsOuter h2 a:hover {
            background-color: #F3F3F3;
            color: #595959;
        }

.HotName.beServiceName {
    color: #fff;
    margin-left: 10px;
}

.trImages {
    padding: 0 !important;
}

div.SDslider-border {
    border: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

    div.SDslider-border .nivo-control.active, div.SDslider-border .nivo-control:hover {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    }

    div.SDslider-border .nivo-control:hover {
        z-index: 105;
    }

    div.SDslider-border .nivo-controlNav {
        text-align: left;
    }

.BEServOv.fullwidth .BEServOv2_Item {
    max-width: none;
}

.BEServOv.fullwidth .BEServOv2_Image {
    max-height: none;
}

.BEServOv2_Image img {
    display: block;
}

.theme-default .SDslider-border .nivo-controlNav.nivo-thumbs-enabled a {
    width: 14%;
}

div.fullwidth .trImages {
    width: 62%;
}

div.fullwidth .SDServiceInfo, div.fullwidth .trMoreInfo {
    width: 35%;
}
/*#ctl00_cPHBody_ctl00_bookEngine_cssbenifOutdivTitle > table, #ctl00_cPHBody_ctl00_bookEngine_tdHeaderNavigate { background-color: #1a2d3f !important; border-radius: 2px; }
	#ctl00_cPHBody_ctl00_bookEngine_cssbenifOutdivTitle > table .beGenText, .cssbeBookEngineContainer table.cssbeNavigate span { color:#FFF !important; }
#ctl00_cPHBody_ctl00_bookEngine_aJumpLeft > img,
#ctl00_cPHBody_ctl00_bookEngine_aScrollLeft > img,
#ctl00_cPHBody_ctl00_bookEngine_aScrollRight > img,
#ctl00_cPHBody_ctl00_bookEngine_aJumpRight > img
 { display: none; }

#ctl00_cPHBody_ctl00_bookEngine_aJumpLeft > span:before,
#ctl00_cPHBody_ctl00_bookEngine_aScrollLeft > span:before { content: "<"; }

#ctl00_cPHBody_ctl00_bookEngine_aScrollRight > span:after,
#ctl00_cPHBody_ctl00_bookEngine_aJumpRight > span:after { content: ">"; }*/

/*@media only screen and (min-width:1600px) {
	.mainContent { margin-top: -600px; }
}*/
.bestRate {
    position: absolute;
    z-index: 999;
    top: 48px;
    right: 2%;
}

.VDLevents {
    border: medium none;
    height: 5550px;
    width: 100%;
}

.featureBox.fbox2 .SubscriberPanelEmailAddressContainer:before {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width:1199px) {
    .SubscribeWrapper {
        clear: both;
    }

    .menuWrapper, .menuBookBtns {
        width: 130px;
    }

        .menuBookBtns > a {
            width: 110px;
        }

    .RadPanelBar.RadPanelBar_MenuTop {
        width: 130px;
    }

    .menuWrapper .RadPanelBar .rpText {
        padding: 0 0 0 10px;
    }

    .menuBookBtns > a {
        padding: 30px 10px;
    }

    .HomePromoWrapper {
        bottom: 100px;
    }

    .TripAdvisor.ta3 {
        display: none;
    }

    .sliderWrapper {
        min-height: 500px;
    }

    .mainContentInner {
        padding-left: 10px;
    }

    .bestRate {
        right: 20%;
    }
}

@media only screen and (max-width: 959px) {
    .bestRate {
        right: 25%;
    }

    .menuWrapper, .menuBookBtns, .RadPanelBar.RadPanelBar_MenuTop {
        width: 100px;
    }

        .menuWrapper .RadPanelBar .rpText {
            padding: 0 0 0 4px;
            font-size: 9px;
        }

        .menuWrapper .rpLink.rpExpanded, .menuWrapper .rpLink.rpSelected {
            border-left: 3px solid #fff;
        }

        .menuBookBtns > a {
            width: 100px;
            text-indent: 10px;
            text-align: center;
        }

    .RadPanelBar .rpHeaderTemplate, .RadPanelBar .rpOut {
        padding: 10px 0;
    }

    .RadPanelBar .rpFocused .rpOut,
    .RadPanelBar a.rpLink:hover .rpOut,
    .RadPanelBar .rpSelected .rpOut,
    .RadPanelBar a.rpSelected:hover .rpOut {
        padding: 10px 0 !important;
        border-bottom: none !important;
    }

    .SupLogoWrapper {
        right: 20px;
        top: 75px;
    }

    .HomePromoWrapper {
        right: 20px;
    }
    /*#sliderHomePromo .nivo-caption { width: 240px; }
    #sliderHomePromo .anrdldiv.left { }
    #sliderHomePromo .anrdlhlsl1 { bottom: 10px; position: absolute; right: 10px; }*/
    .menuWrapper .RadPanelBar .rpExpandable .rpExpandHandle, .menuWrapper .RadPanelBar .rpExpanded .rpExpandHandle {
        height: 0;
        width: 0;
    }

    .HotPres {
        padding: 0;
    }

    .PreTableRight {
        display: block;
        float: left;
        margin-top: 0;
    }

    .divPresentationJs1 .HotPres {
        clear: both;
        display: block;
        float: left;
    }

    .VDLevents {
        height: 6000px;
    }

    #ctl00_cPHBody_MainText {
        float: left;
        width: 100%;
    }

    .OverviewRotator {
        float: left;
        margin-left: 0;
        width: 100%;
    }

    .HomePromoWrapper {
        bottom: 50px;
    }

    .sliderWrapper {
        min-height: 400px;
    }
    /*Bookign Offers List*/
    .BookingOffer-Item-Image {
        width: 100%;
        float: none !important;
    }

    .BookingOffer-Item-DetailsWrapper {
        width: 100%;
        float: none;
    }

    .BookingOffer-Item .LinkButton {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .bestRate {
        right: 1%;
        top: 152px;
    }

    .HomePromoWrapper, .menuWrapper, .menuBookBtns, .topBanner, .SubscribeWrapper {
        display: none;
    }

    .SupLogoWrapper {
        margin-bottom: -155px;
        position: relative;
        right: auto;
        text-align: center;
        top: auto;
    }

        .SupLogoWrapper a {
            display: block;
            margin: auto;
            padding: 20px;
            width: 440px;
        }

    .SupLogoWrapper {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .addressWrapper {
        border: none;
    }

    .ta1, .ta2 {
        display: inline-block;
    }

    div.PresStandardImgRight div.Images {
        float: none;
        margin: 20px auto;
        width: 100%;
    }

    .staticBannerWrapper {
        height: 200px;
        margin-bottom: 0;
    }

    .footerWrapper > div > div {
        text-align: center;
        float: none;
        margin: auto;
    }

    .addressWrapper {
        float: none;
        margin-top: 20px;
    }

    .SupLogoWrapper {
        right: 0 !important;
    }

    .NTPresItemRight {
        width: 100%;
    }

    .NTPresItemLeft, .NTPresItemItemInfoWrapper {
        max-width: 100%;
    }

    #ctl00_cPHBody_ctrContact01_pnlComments .bBox {
        width: 95% !important;
    }

    .mnav {
        display: block;
        top: 0;
        z-index: 1000;
    }

    div.palNameAsLink, div.palCustomFieldInfos, .palDateLocationPrice, div.palTeaser, .palreadmore, div.palImg1AsLink, div.palImg2AsLink, div.palImg3AsLink, div.PresAnnListSearchContainer {
        width: 100%;
        margin: 0 !important;
        clear: both;
    }

    div.palMain, .palMain.palMain1, .palMain.palMain2 {
        margin: 0 0 20px;
        padding: 0;
        background: none;
    }

    .palMain div.palTeaser {
        margin: 20px 0 !important;
    }

    .mobileBookingBtn {
        background-color: rgba(28, 47, 66, 0.9);
        margin-top: -50px;
        color: #ffffff;
        display: block;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 100;
    }

        .mobileBookingBtn:hover {
            background-color: rgba(255,255,255,0.9);
            color: rgba(28, 47, 66, 0.9);
        }

    .SupLogoWrapper {
        margin-bottom: 0;
    }

    .sliderWrapper .slider-wrapper.theme-default {
        position: absolute;
        top: 0;
    }

    .sliderWrapper {
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .cssbeBookEngineContainer {
        padding: 0;
        margin-left: -4px !important;
    }

    #divServiceDetailsOuter h2 a {
        right: 20px;
    }

    .divsetShortDescription, .BEServOv2_ShortDesc {
        display: none;
    }

    .BEServOv2_Image {
        float: none;
        position: relative;
        width: 100%;
    }

    .BEServOv2_ShortDesc {
        float: none;
        padding: 0 2%;
        width: 96%;
    }

    .nivo-controlNav.nivo-thumbs-enabled {
        display: none;
    }

    #ctl00_cPHBody_ctrContact01_ctlDirectClient_pnlAddress td,
    #ctl00_cPHBody_ctrContact01_ctlDirectClient_pnlDetails td,
    #ctl00_cPHBody_ctrContact01_RowEnquiryType td {
        display: block;
        margin-right: 10px;
        text-align: left;
    }

    .DIYLeftCol {
        width: auto;
    }

    .footerWrapper > div > div > div {
        float: none;
    }

    .PreTableRight div {
        background-size: cover;
        height: 267px !important;
        width: 410px !important;
    }

    .VDLevents {
        height: 8700px;
    }

    .PTAObject {
        height: 1600px !important;
    }

    .menuSliderWrapper .theme-default a {
        display: none !important;
    }

    .NTPresNewsTempWrapper .NTPresItemItemImageWrapper {
        float: none;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .sliderWrapper {
        min-height: 250px;
    }
}

@media only screen and (max-width: 479px) {
    .bestRate {
        right: 0px;
        top: 148px;
    }

        .bestRate img {
            width: 74px;
        }

    .BodyContent {
        max-width: 260px;
        margin: 0 auto;
    }

    .SupLogoWrapper a {
        width: 260px;
    }

    .SupLogoWrapper {
        height: 200px;
    }

    .DIYLeftCol {
    }

    .palImgName .palImg1AsLink a {
        height: 180px;
    }

    #divServiceDetailsOuter h2 a {
        height: auto;
        margin-top: 0;
        padding: 0;
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        width: auto;
    }

    #divServiceDetailsOuter h1 {
        text-align: center;
    }

    .cssbeNavigateRight a {
        padding-right: 6px;
    }

    div.BEServOv .BookNow:before {
        background-color: #1C2F42;
        color: #fff;
        content: "Book Now";
        width: auto;
        float: right;
        font-size: 13px;
        padding: 0 3px;
        border-radius: 2px;
    }

    .PreTableRight div {
        height: 167px !important;
        width: 250px !important;
    }

    .VDLevents {
        height: 9500px;
        left: -19px;
        position: relative;
        width: 320px;
    }

    .PTAObject {
        height: 1950px !important;
    }

    .sliderWrapper {
        min-height: 100px;
    }

    .OverviewRotator {
        margin-left: -5px;
    }

        .OverviewRotator .slider-wrapper {
            min-height: initial;
        }

    .mainContentInner {
        padding-left: 0px;
    }
    /*Booking Offers Detail View*/
    .BookingOffersInfo .LinkButton a, .BookingOffersInfo .BookingOffer-Buttons a {
        display: block;
    }
}


/* Villa VIP CSS */

.villaVIP {
    background: #f3f3f3;
}

    .villaVIP .SubscriberPanelMailingList label {
        display: none !important;
    }

    .villaVIP .SubscriberPanelMailingList input:after {
        content: 'Join now for VIP discounts';
        display: block;
        color: #021d38;
        width: 180px;
        font-size: 10px;
        position: relative;
        top: 3px;
        left: 25px;
    }

    .villaVIP .SubscriberPanelEmailAddressContainer:before {
        display: none !important;
        visibility: hidden;
    }


    .villaVIP .SubscriberPanelMailingListContainer {
        height: 20px;
        margin-bottom: 15px;
    }

    .villaVIP .SubscriberPanelSubmitButtonContainer a:before {
        content: url('/PicsHotel/VillaDelLago/SkinImages/VIPsignup2.jpg');
        border: none !important;
        border-radius: 0px !important;
        background-color: transparent !important;
        /*height: 32px !important;
                line-height: 32px !important;*/
        padding: 0px !important;
        margin: 0px !important;
        text-align: center !important;
    }

    .villaVIP .SubscriberPanelFullNameContainerhomePage input, .villaVIP .SubscriberPanelEmailAddressContainerhomePage input {
        width: 94%;
    }

    .villaVIP .SubscriberPanelSubmitButtonContainerhomePage:hover a:before {
        content: url('/PicsHotel/VillaDelLago/SkinImages/VIPsignupHover2.jpg') !important;
    }

    .villaVIP .leftContent img {
        display: block;
    }

    .villaVIP .orangeFont {
        color: #da7532;
    }

    .villaVIP .leftContent {
        float: left;
        width: 206px;
        margin: 2px;
        display: inline-block;
    }

    .villaVIP .rightContent {
        float: right;
        margin: 0px auto;
        width: 295px;
        display: inline-block;
        position: relative;
    }

        .villaVIP .rightContent .SubscriberPanelhomePage, .villaVIP .bottomContentVIP {
            width: 180px;
            margin: auto;
        }

            .villaVIP .bottomContentVIP, .villaVIP .bottomContentVIP a {
                font-size: 10px;
                margin-top: 13px;
                color: #ac1217;
            }

    .villaVIP .topRowA {
        font-size: 25px;
        line-height: 100%;
        font-weight: bold;
        color: #021d38;
    }

        .villaVIP .topRowA .span {
            font-size: 17px;
            display: block;
            line-height: 13px;
        }

    .villaVIP .topRowB {
        font-size: 24px;
        line-height: 150%;
        margin: 10px 0px;
        color: #021d38;
    }

    .villaVIP .topRowA, .villaVIP .topRowB {
        width: 100%;
        display: block;
        text-align: center;
    }

    .villaVIP .SubscriberPanelFullNameContainerhomePage,
    .villaVIP .SubscriberPanelEmailAddressContainerhomePage {
        text-align: center;
        margin-bottom: 10px;
    }

        .villaVIP .SubscriberPanelFullNameContainerhomePage input,
        .villaVIP .SubscriberPanelEmailAddressContainerhomePage input {
            width: 100%;
        }

    .villaVIP .SubscriberPanelSubmitButtonContainer img {
        height: 32px !important;
    }

    .villaVIP .SubscriberPanelMailingList input {
        width: 20px;
        height: 20px;
        color: #e9e9e9;
        border: 1px solid #b6aba3;
        outline: 0;
        background: #fff;
        display: inline-block;
        vertical-align: inherit;
        margin: 0px 5px 0px 0px;
        float: left;
    }

    .villaVIP label {
        font-size: 10px;
    }

.headerSocial {
    float: right;
}

.headerVIPContainer {
    float: left;
    color: white;
    width: 600px;
    margin-left: 25px;
    line-height: 25px;
}

.headerVIPContainerText {
    color: white;
    float: left;
}

.headerVIPContainerImage {
    float: right;
}

    .headerVIPContainerImage img {
        display: block;
    }


@media only screen and (max-width:960px) {
    .CheckRates {
        font-size: 10px;
        padding: 10px 0 !important;
    }
}




/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after,
    .mfp-arrow .mfp-b,
    .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after,
    .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before,
    .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
