/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}





/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body{ height: 100%; }
body{ background: url(/hubfs/4572243/images/General/ajax-loader_white.gif) no-repeat center 100px; background-size: 75px 75px; }

h1{ font-family: 'Glegoo', serif; font-weight: 400; line-height: 130%; }
h2{ font-family: 'Glegoo', sans-serif; font-weight: 400; line-height: 130%; }
h3{ font-family: 'Droid Sans', sans-serif; color: #333e5b; font-weight: 400; line-height: 130%; }
p, .landingpage ul li, .customForm .hs-richtext, .newscontent ul li,a, footer input[type=text],, .landing input[type=tel], footer input[type=email], .landing input[type=text], .landing input[type=email], .landing .hs-form-field label{ font-family: 'Droid Sans', sans-serif; color: #333e5b; font-weight: 400; font-size: 16px; line-height: 25px; }
a{ text-decoration: underline; }


.blogpage .bloginterno p, .blogpage .bloginterno h2, .blogpage .bloginterno h3, .blogpage .bloginterno h4, .blogpage .bloginterno h5, .blogpage .bloginterno li{
	font-family: 'Droid Sans', sans-serif; color: #333E5C; font-weight: 400; font-size: 16px; line-height: 25px; text-transform: none; letter-spacing: 0; font-weight: normal;
}
.blogpage .bloginterno h2{ font-size: 24px; line-height: 28px; margin-top: 50px; font-weight: bold; }
.blogpage .bloginterno h3{ font-size: 20px; line-height: 24px; margin-top: 30px; font-weight: bold; }
.blogpage .bloginterno h4{ font-size: 18px; line-height: 22px; }
.blogpage .bloginterno ul{ list-style: disc; margin-top: 10px; margin-bottom: 10px; }
.blogpage .bloginterno ol{ padding-left: 0; margin-top: 10px; margin-bottom: 10px; }
.blogpage .bloginterno li{ margin-left: 45px; margin-top: 10px; margin-bottom: 0; }


.landingpage h1{ color: #FFF !important; }
.landingpage h2, .landingpage h3{ margin-top: 0; }

nav.mainmenu{ width: 100%; height: 100%; background: url(/hubfs/4572243/images/General/header/Menu_Background.jpg) no-repeat top right; background-size: cover; }
nav.mainmenu .socials{ margin-top: 70px; margin-bottom: 70px; }

header{ background: #9AA40D ; position: relative; width: 100%; min-height: 448px; }   
.home header{ background: #9AA40D url(/hubfs/4572243/images/General/ajax-loader_white.gif) no-repeat center/ 75px 75px; }
header.club{ min-height: 700px; }
.home header{ height: 100%; padding-bottom: 0; /*min-height: 100%; max-height: 1620px;*/ }
nav.classmenu{ top: 0; position: fixed; left: 0%; z-index: 9999; width: 100%; height: 100%; }

header.classmenu .slidercustom > div{ position: absolute; background-size: /*2048px 1037px*/cover; width: 100%; height: 100%; }

a.buttonyellow{ display: inline-block; text-decoration: none; margin-bottom: 15px; text-align: center; padding: 10px 20px; border: 2px solid #333E5B; color: #333E5B; font-size: 14px; text-decoration: none !important; }
a.buttonyellow:hover{ text-decoration: none;  background: #333E5B; color: #FFF !important; }

/* transition menu */
nav.classmenu{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.classmenu.internal{ background-size: cover; }

.novisible{ visibility: hidden; }
	
nav.classmenu.closed{ left: -100%; }
nav.classmenu .scrollable{ overflow-y: hidden; }
.classmenu ul.breadcrumb-list{ list-style: none; padding: 0; margin: 0; }
.classmenu ul.breadcrumb-list li{ display: inline-block; }
.classmenu a.breadcrumb{ text-decoration: none; display: inline-block; padding-left: 28px; font-family: 'Droid Sans', sans-serif; letter-spacing: 2px; font-size: 17px; font-weight: 700; line-height: 16px; }
.classmenu a.openmenu{ color: #FFF; background: url(/hubfs/4572243/images/General/icon_menu.png) no-repeat left center/16px 14px; }
.classmenu a.subpage{ color: #f8cb0a; background: url(/hubfs/4572243/images/General/icon_footer_link.png) no-repeat left center/7px 12px; }
.classmenu hr.menu{ border: 0; padding: 40px 0 0; }
.classmenu hr{ border: 0; padding: 20px 0 0; }
.classmenu ul.menu{ margin:0; padding: 0; list-style: none; }
.classmenu ul.menu li{ margin-bottom: 20px; }
.classmenu ul.menu li a{ font-family: 'Glegoo', serif; color: #FFF; font-size: 48px; line-height: 100%; font-weight: 700; text-decoration: none; }
.classmenu ul.menu li a:hover, .classmenu ul.menu li.active a{ color: #f8cb0a; opacity: 1; }
.classmenu .container{ position: relative; }
.mainmenu .logopart, .classmenu .logopart{ position: absolute; right: 0; top: 0; z-index: 5; }

.classmenu ul.menu.sub .active a, ul.menu.sub .active a{ color: #f8cb0a; }
.classmenu ul.menu.sub a:hover, ul.menu.sub a:hover{ color: #f8cb0a; }

.classmenu ul.menu.sub{ margin-top: 80px; padding-bottom: 60px; }
nav.classmenu ul.menu.sub{ margin-top: 70px; }
.classmenu ul.menu.sub li{ display: inline-block; }
.classmenu ul.menu.sub li, .classmenu ul.menu.sub li a{ font-family: 'Droid Sans', sans-serif; font-size: 14px; font-weight: normal; color: #FFF; }

.menu.blog a{ opacity: .5; }
.menu.blog a.active{ opacity: 1; }

.articles article{ padding: 50px 10%; }
.articles article.news{ background: #FFF; }
.articles article.club{ background: #333e5b; }
.articles article.club h3, .articles article.club hr, .articles article.club h2, .articles article.club p, .articles article.club a{ color: #FFF; }
.articles article h3{ font-size: 14px; color: #333e5b; width: 100%; text-transform: uppercase; }
.articles article hr{ border-bottom: 1px solid #333e5b; width: 80px; margin: 10px auto; }
.articles article h2{ color: #333e5b; font-size: 28px; margin: 40px auto; }
.articles article p{ }

.home .sections{ background-color: #9aa30d; }
.specialslider{ position: absolute !important; width: 100%; min-height: 100%; top: 0; z-index: 0 !important; }

.greenBg{ background-color: #9aa30d; }
.sections section.fieldconditions{ background-color: #9aa30d; font-family: 'Glegoo', serif; font-weight: 700; color: #FFF; padding-top: 50px; /*padding-bottom: 50px; */}
.sections section.fieldconditions h2{ font-size: 22px; font-weight: 700; color: #FFF; margin-top: 0; }
.sections section.fieldconditions .tableheader{ margin-bottom: 20px;  }
.sections section.fieldconditions .tableline{ margin-bottom: 10px; }
.sections section.video{ background: #333e5b; overflow: hidden; }
.sections section.fieldconditions .item{margin-top: 40px; }

.sections section.fieldconditions .meteotitle{ margin-top: 40px; }

.sections section.fieldconditions .navButtons{ position: absolute; top: 0; width: 50px; height: 100%; background-size: 9px 16px; z-index: 99; }
.sections section.fieldconditions .navButtons.left{ background: url(/hubfs/4572243/images/General/carousel_left.png) no-repeat center center; left: -15px; }
.sections section.fieldconditions .navButtons.right{ background: url(/hubfs/4572243/images/General/carousel_right.png) no-repeat center center; right: -15px; }
.sections section.fieldconditions .owl-nav{ display: none; }
.sections section.fieldconditions .morebuttons{ margin-bottom: 15px; }
.sections section.fieldconditions .morebuttons img{ margin: 0 auto 15px; }
.sections section.fieldconditions .morebuttons a{ font-family: 'Glegoo', sans-serif; font-size: 16px; color: #FFF; text-decoration: none;  }
.sections section.fieldconditions .morebuttons a:hover{ text-decoration: underline; }
.sections section.fieldconditions .morebuttons .active a{ text-decoration: underline; }
.sections section.video .arrow_down{ height: 100%; background: url(/hubfs/4572243/images/General/arrow_down_yellow.png) no-repeat center 65%; background-size: 32px 18px; min-height: 40px; margin-top: 5.5%; margin-bottom: 5.5%; }
.sections section.video > div{ margin-left: -30px; margin-right: -30px; }
.sections section.video > div .embed-responsive{ z-index: 999; }

.sections section.partners, .sections section.socialwall{ background-color: #FFF; }
.sections section.partners h2{ font-size: 28px; color: #333E5C; padding: 90px 0 30px; }
.sections section.socialwall h2{ padding: 0px 0 60px; }
.sections section.partners .logos ul{ list-style: none; margin: 0; padding: 0; }
.sections section.partners .logos ul li{ display: inline-block; }
.sections section.partners .logos{ padding-bottom: 50px; }

/* internal page */
.navsection ul.internalmenu{ list-style: none; margin: 40px 0 0; padding: 20px 0 0 0; }
.navsection ul.internalmenu li{ margin: 0 -4px 0 0; padding: 0; display: inline-block; border-bottom: 6px solid #fff; }
.navsection ul.internalmenu li:hover a{ text-decoration: none; }
.navsection ul.internalmenu li.active a{ font-weight: 700; }
.navsection ul.internalmenu li a{ font-family: 'Droid Sans', sans-serif; display: block; padding: 0 28px 15px; }

.navsection .container > .row{ overflow-x: none; position: relative; }
.navsection .container.getscroll{ overflow:hidden; max-height: 105px; }
.navsection .container.getscroll > .row{ overflow-x: scroll; }
/*.navsection .container.getscroll{ padding-bottom: 13px; margin-bottom: -13px; }*/
.navsection .container.getscroll > .row::-webkit-scrollbar { display: none; }

.buchecontent .arrow-scroll{ width: 46px; height: 35px; position: absolute; bottom: 0px; }
.buchecontent .arrow-scroll.leftside{ left: 0; background: url(/hubfs/4572243/images/General/Arrow_Blu_Fade_SX.png) no-repeat right center/46px 35px; }
.buchecontent .arrow-scroll.rightside{ right: 0; background: url(/hubfs/4572243/images/General/Arrow_Blu_Fade_DX.png) no-repeat right center/46px 35px; }

.navsection .container .arrow-scroll{ width: 46px; height: 46px; position: absolute; bottom: 10px; }
.navsection .container .arrow-scroll.leftside{ left: 0; background: url(/hubfs/4572243/images/General/Arrow_BluWhite_Fade_SX.png) no-repeat right center/46px 46px; }
.navsection .container .arrow-scroll.rightside{ right: 0; background: url(/hubfs/4572243/images/General/Arrow_BluWhite_Fade_DX.png) no-repeat right center/46px 46px; }
.navsection.typeGreenBlue .container .arrow-scroll.leftside{background: url(/hubfs/4572243/images/General/Arrow_GreenWhite_Fade_SX.png) no-repeat left center/46px 46px; }
.navsection.typeGreenBlue .container .arrow-scroll.rightside{ background: url(/hubfs/4572243/images/General/Arrow_GreenWhite_Fade_DX.png) no-repeat left center/46px 46px; }

.navsection .container .arrow-scroll{ display: none; }
.buchecontent .arrow-scroll{ display: none; }
.navsection .container.getscroll .arrow-scroll{ display: block; }
.buchecontent .getscroll .arrow-scroll{ display: block; }

.contentsection ul.documents li a{ text-decoration: underline; }
.contentsection ul.documents li p{ margin-bottom: 5px; text-indent: 0; padding-left: 0; }
.contentsection ul.documents{ padding: 0; }
.contentsection ul.documents li { list-style: none; margin-left: 0;  }
.contentsection ul.documents li p::before{ content: none; }
.contentsection h3{ font-size: 14px; letter-spacing: 2px; text-transform: uppercase; }

.contentsection ul{ list-style: none; margin: 0 0 15px 0; padding: 0; }
.contentsection ul li p::before{ content: "- "; }
.contentsection ul li p{ display: inline-block; margin-bottom: 0; max-width: 96%; padding-left: 10px; text-indent: -9px; }/*text-indent: -11px; }*/

.contentsection input, .contentsection textarea{ width: 100%; background: none; border: 1px solid #333E5C; color: #333E5C; font-size: 14px; line-height: 22px; padding: 10px 20px; margin-bottom: 40px;  }
.contentsection input.error, .contentsection textarea.error{ border: 1px solid RED; }
.contentsection textarea{ height: 250px; }
.contentsection textarea{ width: 100 !important;}
.contentsection input[type=submit]{border: 3px solid #AFBA12; color: #AFBA12; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; padding: 10px 30px; width: auto; max-width: 1010px; max-height: 300px; }
.contentsection input[type=submit]:hover{ background-color: #AFBA12; color: #dee3a0; }
.contentsection input::-webkit-input-placeholder, .contentsection textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333E5C;
}
.contentsection input:-moz-placeholder, .contentsection textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333E5C;
   opacity:  1;
}
.contentsection input::-moz-placeholder, .contentsection textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333E5C;
   opacity:  1;
}
.contentsection input:-ms-input-placeholder, .contentsection textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333E5C;
}
.contentsection input::-ms-input-placeholder, .contentsection textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #333E5C;
}
.navsection ul.internalmenu li a{ text-decoration: none; }
.typeBlueYellow.navsection ul.internalmenu li, .typeBlueYellow.navsection ul.internalmenu li:active{ border-bottom: 6px solid #fff; }
.typeBlueYellow.navsection ul.internalmenu li.active{ border-bottom: 6px solid #333E5C; }

.typeBlueYellow.navsection ul.internalmenu li a{ color: #333E5C; }
.typeBlueYellow.contentsection{ background: #333E5C; color: #FFF; }
.typeBlueYellow.contentsection .navtext > div{  color: #EDCD22; }
.typeBlueYellow.contentsection .owl-theme .owl-dots .owl-dot.active span,.typeBlueYellow.contentsection .owl-theme .owl-dots .owl-dot:hover span{ background:#EDCD22; }
.typeBlueYellow.contentsection h2, .typeBlueYellow.contentsection h3, .typeBlueYellow.contentsection p, .typeBlueYellow.contentsection a, .typeBlueYellow.contentsection p a, .typeBlueYellow.contentsection a:hover{ color: #FFF; }
.typeBlueYellow.contentsection .navtext > div.prevtitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_left.png) no-repeat left center/18px 33px; }
.typeBlueYellow.contentsection .navtext > div.nexttitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_right.png) no-repeat right center/18px 33px; }

.typeBlueWhite.navsection ul.internalmenu li{ border-bottom: 6px solid #fff; }
.typeBlueWhite.navsection ul.internalmenu li.active{ border-bottom: 6px solid #333E5C; }

.typeBlueWhite.navsection ul.internalmenu li a{ color: #333E5C; }
.typeBlueWhite.contentsection{ background: #FFF; color: #333E5C; }
.typeBlueWhite.contentsection .navtext > div{  color: #333E5C; }
.typeBlueWhite.contentsection .owl-theme .owl-dots .owl-dot.active span,.typeBlueWhite.contentsection .owl-theme .owl-dots .owl-dot:hover span{ background:#333E5C; }
.typeBlueWhite.contentsection h2, .typeBlueWhite.contentsection h3, .typeBlueWhite.contentsection p, .typeBlueWhite.contentsection a, .typeBlueWhite.contentsection p a, .typeBlueWhite.contentsection a:hover{ color: #333E5C; }
.typeBlueWhite.contentsection .navtext > div.prevtitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_left_blue.png) no-repeat left center/18px 33px; }
.typeBlueWhite.contentsection .navtext > div.nexttitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_right_blue.png) no-repeat right center/18px 33px; }

.typeGreenBlue.navsection ul.internalmenu li{ border-bottom: 6px solid #fff; }
.typeGreenBlue.navsection ul.internalmenu li.active{ border-bottom: 6px solid #9AA40D; }

.typeGreenBlue.navsection ul.internalmenu li a{ color: #9AA40D; }
.typeGreenBlue.contentsection{ background: #dee3a0; color: #FFF; }
.typeGreenBlue.contentsection .navtext > div{  color: #9AA40D; }
.typeGreenBlue.contentsection .owl-theme .owl-dots .owl-dot.active span,.typeGreenBlue.contentsection .owl-theme .owl-dots .owl-dot:hover span{ background:#AFBA12; }
.typeGreenBlue.contentsection h2, .typeGreenBlue.contentsection h3, .typeGreenBlue.contentsection p, .typeGreenBlue.contentsection a, .typeGreenBlue.contentsection p a, .typeGreenBlue.contentsection a:hover{ color: #333E5C; }
.typeGreenBlue.contentsection .navtext > div.prevtitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_left_green.png) no-repeat left center/18px 33px; }
.typeGreenBlue.contentsection .navtext > div.nexttitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_right_green.png) no-repeat right center/18px 33px; }

.typeBlueGrey.navsection ul.internalmenu li{ border-bottom: 6px solid #fff; }
.typeBlueGrey.navsection ul.internalmenu li.active{ border-bottom: 6px solid #333E5C; }

.typeBlueGrey.navsection ul.internalmenu li a{ color: #333E5C; }
.typeBlueGrey.contentsection{ background: #ebecef; color: #FFF; }
.typeBlueGrey.contentsection .navtext > div{  color: #333E5C; }
.typeBlueGrey.contentsection .owl-theme .owl-dots .owl-dot.active span,.typeGreenBlue.contentsection .owl-theme .owl-dots .owl-dot:hover span{ background:#333E5C; }
.typeBlueGrey.contentsection h2, .typeBlueGrey.contentsection h3, .typeBlueGrey.contentsection p, .typeBlueGrey.contentsection a, .typeGreenBlue.contentsection p a, .typeGreenBlue.contentsection a:hover{ color: #333E5C; }
.typeBlueGrey.contentsection .navtext > div.prevtitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_left_blue.png) no-repeat left center/18px 33px; }
.typeBlueGrey.contentsection .navtext > div.nexttitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_right_blue.png) no-repeat right center/18px 33px; }

.typeWhite.contentsection{ background: #FFF; }
.typeWhite.contentsection .owl-theme .owl-dots .owl-dot.active span,.typeWhite.contentsection .owl-theme .owl-dots .owl-dot:hover span{ background: #333E5C; }
.typeWhite.contentsection .navtext > div.prevtitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_left_blue.png) no-repeat left center/18px 33px; }
.typeWhite.contentsection .navtext > div.nexttitle{ background: url(/hubfs/4572243/images/General/icon_tab_content_right_blue.png) no-repeat right center/18px 33px; }


@media only screen and (min-width : 993px) {
	.typeBlueYellow.navsection ul.internalmenu li:hover{ border-bottom: 6px solid #333E5C; }
	.typeBlueWhite.navsection ul.internalmenu li:hover{ border-bottom: 6px solid #333E5C; }
	.typeGreenBlue.navsection ul.internalmenu li:hover{ border-bottom: 6px solid #9AA40D; }
	.typeBlueGrey.navsection ul.internalmenu li:hover{ border-bottom: 6px solid #333E5C; }
}

.contentsection .lastimage{ margin-top: 50px; }
.contentsection a{ text-decoration: underline; }
.contentsection a:hover{ text-decoration: none; }
.contentsection p.sub, .contentsection p.sub a{ font-size: 12px; line-height: 16px; }

iframe.pccaddie{ width: 100%; height: 800px; border: 0; }
html .sponsorline img{ width: 100%; }
html .sponsorline > div > a{ margin-bottom: 20px; border-bottom: 1px solid #c2c5ce; display: block; }

.contentsection{  padding-top: 80px; padding-bottom: 60px;  }
.contentsection .navtext{ margin-top: 60px; }
.contentsection .navtext > div{ font-family: 'Droid Sans', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; display: inline-block; }
.contentsection .navtext > div.prevtitle{ padding-left: 40px; }
.contentsection .navtext > div.nexttitle{ padding-right: 40px; }
.owl-theme .owl-dots .owl-dot{ display:inline-block; zoom:1; }
.owl-dots{ text-align: center; }
.owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.simpletextarea{ background-color: #343d5c; padding: 70px 0 130px;  }
.simpletextarea h2{ margin-bottom: 80px; color: #FFF; font-weight: 700; }
.simpletextarea p{ color: #FFF; margin-bottom: 20px; }

.newscontent{ /*background: url(/hubfs/4572243/images/General/bg-news.jpg) center top repeat-y;*/ }
.newscontent .listnews{ /*background: #eaebee; padding: 0; max-height: 900px; min-height: 900px; overflow-y: scroll;*/ }
.newscontent .contentside{ max-height: 900px; min-height: 900px; overflow-y: scroll; }
.newscontent .contentside.removeScroll, .newscontent .listnews.removeScroll{ overflow-y: hidden; }
.listnews a{ text-decoration: none; }
.newscontent .contentside{ background: #FFF; padding: 60px 30px; }
.newscontent .contentside h3{ margin: 30px 0; }
.newscontent .contentside img.featured{ margin-bottom: 30px; }
.newscontent ul{ margin: 0; padding-left: 0; }
.newscontent ul li{ list-style: none; margin: 0; border-bottom: 1px solid #FFF; }
.newscontent ul li.active{ background: #FFF; }
.newscontent p.dateshow{}

.listnews a.loadnews{ display: block; padding: 40px 0; padding-left: 15px; }
.listnews a.active, .listnews a:hover{ text-decoration: none; background: #FFF; }
.newscontent .listnews h2, .newscontent .listnews a h2{ padding-right: 30%; font-size: 22px; line-height: 30px; margin: 10px 0 15px 0; }
/*.newscontent .listnews a h2{ text-decoration: underline; }
.newscontent .listnews a:hover h2{ text-decoration: none; }*/
.newscontent p.readmore a{ text-decoration: underline; font-size: 14px; }
.newscontent p.readmore a:hover{ text-decoration: none; }
.newscontent .dateshow span{ text-transform: uppercase; }
.newscontent p.dateshow{ font-size: 14px; line-height: 16px; margin-bottom: 0; letter-spacing: 2px; }
.newscontent p.reading{ margin-bottom: 15px; font-size: 14px; }

.floating-social{ text-align: center;background: #AEB912; position: fixed; width: 35px; right: 0; top: 484px; z-index: 999; padding: 5px; }
.floating-social ul.socials li{ margin: 5px 0px; }


.home .meteo .meteobox{ background: #FFF; padding: 15px 15px; }
.home .meteo .meteobox, .home .meteo .meteobox h3, .home .meteo .meteobox p, .home .meteo .meteobox h2{ color: #333E5C; }
.home .meteo .meteobox h3{ text-transform: uppercase; letter-spacing: 2px; font-size: 14px; margin: 0; }
.home .meteo .meteobox span.temp{ font-size: 22px; padding-left: 5px; }
.home .meteo .meteobox.cont{ padding: 0 0 15px 0; position: relative; }
.home .meteo .meteobox .dayweather{ width: 19%; font-size: 14px; display: inline-block; text-align: center; color: #333E5C; font-size: 14px; }
.home .meteo .meteobox .dayweather img{ width: 100%; max-width: 34px; display: inline-block; margin-top: 5px; }
.home .meteo .meteobox .dayweather span{ text-transform: uppercase; }
.home .meteotitle > div{ padding-left: 0;}
.home .meteotitle h2{ margin-bottom: 0;}

/* Percorso */
.intro{ position: relative; }
.intro .contentside{ padding: 80px 15px; }
.intro .contentsection{ background: url(/hubfs/4572243/images/General/bg-buche.jpg) repeat-x; }
.intro h2, .intro p, .intro p a{ color: #FFF; }
.intro  hr{ border: 0; margin-bottom: 30px;}
.intro .specialImage{ position: absolute; width: 100%; height: 100%; min-height: 100%; }
.intro .specialImage > div.bgcolor{ background: #9AA30D; height: 100%; }

.intro .specialImage > div.percorsoimage{ background: #FFF url(/hubfs/4572243/images/General/Percorso.jpg) no-repeat center; background-size: cover; height: 100%; }
.intro .specialImage > div.percorsoimage a{ display: block; width: 100%; height: 100%;}

.contentsection.buchecontent{ padding-top: 0; }
.buchecontent ul.buche{ margin: 0; padding: 0; }
.buchecontent ul.buche h2{ margin: 0; }
.buchecontent ul.buche li a{ font-family: 'Glegoo', sans-serif; font-weight: 400;text-decoration: none; display: block; }
.buchecontent ul.buche li{ text-align: center; display: inline-block; width: 5%; margin: 0; padding: 0;  }
.buchecontent ul.buche li.active, .buchecontent ul.buche li:hover{ background: #333e5b; }
.buchecontent ul.buche li.active h2, .buchecontent ul.buche li.active h2 a, .buchecontent ul.buche li:hover h2, .buchecontent ul.buche li:hover h2 a{ color: #F8CB0A; text-decoration: none; }
.buchecontent ul.buche li p{ margin: 0; }
.buchecontent ul.buche li p::before{ content: none; }

.buchecontent .specialnav{ margin-top: 5px; }
.buchecontent ul.buche li a{ line-height: 35px;}

.buchecontent ul.info li{ border-bottom: 1px solid #b4b8c3; }
.buchecontent ul.info li h2{ font-size: 30px; margin: 5px 0; }
.buchecontent ul.info li:first-child{ margin-bottom: 40px; }
.buchecontent ul.info li:first-child h2{ margin: 0 0 5px 0; }
.buchecontent ul.info li h2.reduced{ font-size: 20px;}

table.scorecard{ margin-top: 60px; color: #333e5c; font-family: 'Droid Sans', sans-serif; font-weight: 400; line-height: 130%; font-size: 16px; }
table.scorecard td, table.scorecard th{ border-top: 0; border-bottom: 1px solid #333e5c; padding: 10px 5px; }
table.scorecard th{ text-transform: uppercase; }
table.scorecard .titles th{ border-top: 0; }
.buchecontent .buchesection .imagesection{ margin-top: 0px; }
.buchecontent .buchesection .row.linkimages{ margin-top: 0px; }
.buchecontent .buchesection .row.linkimages > div{ padding-top: 30px; }
.buchecontent .buchesection .row.linkimages > div.video{ width: 95%; }

.buchecontent a.buttonsBlue{ text-decoration: none; margin-bottom: 15px; text-align: center; padding: 10px 20px; border: 2px solid #333E5B; color: #333E5B; display: block; font-size: 14px; }
.buchecontent a.buttonsBlue:hover, .buchecontent a.buttonsBlue.selected{ text-decoration: none;  background: #333E5B; color: #FFF; }

html a.cta-boxed{ display: inline-block; text-decoration: none; margin-bottom: 15px; text-align: center; padding: 10px 20px; border: 2px solid #333E5B; color: #333E5B; font-size: 14px; }
html a.cta-boxed:hover{ text-decoration: none;  background: #333E5B; color: #FFF; }

.marginbuche{ margin-top: 60px;}
.pointers > div{ margin-bottom: 15px; }
.pointers p{ line-height: 34px; padding-left: 30px; margin: 0; }
.pointers .pointwhite p{ background: url(/hubfs/4572243/images/Buche/white.png) no-repeat left center/15px 34px; }
.pointers .pointyellow p{ background: url(/hubfs/4572243/images/Buche/yellow.png) no-repeat left center/15px 34px; }
.pointers .pointblue p{ background: url(/hubfs/4572243/images/Buche/blue.png) no-repeat left center/15px 34px; }
.pointers .pointred p{ background: url(/hubfs/4572243/images/Buche/red.png) no-repeat left center/15px 34px; }

/* internal page */

.footer{ background: url(/hubfs/4572243/images/General/footer_background.jpg) no-repeat; background-size: cover; min-height: 630px !important; }
footer{ padding: 60px 0; }
footer h2{ color: #FFF; font-size: 22px; }
footer form, .landing form{ margin-bottom: 60px;}
footer input[type=text], footer input[type=email], .landing input[type=text], .landing input[type=tel], .landing input[type=email]{ background: transparent; border: 1px solid #FFF; color: #FFF; padding: 10px 20px; font-size: 12px; }
.landing input[type=text], .landing input[type=tel], .landing input[type=email]{ border: 1px solid #333E5C; color: #333E5C; margin-bottom: 10px; }
.landing input[type=text], .landing input[type=tel], .landing input[type=email]{ margin-bottom: 20px; }
.footer .hs-richtext, .landing .hs-richtext{ max-width: 99%; margin-top: 15px; margin-bottom: 15px !important; color: #FFF !important; }
.landing .hs-richtext{ color: #000 !important;}
/*footer input[name=name], footer input[type=email]{ width: 42%; margin-right: 1%; }*/
footer fieldset, .landing fieldset{ width: 100%; }
footer .hs-form-field{ width: 32% !important; margin-right: 1%; }
.landing ul { padding-left: 30px; }
.landing ul li input{ margin-right: 15px; margin-bottom: 15px;  }
.landing .customForm .hs-richtext{ margin-bottom: 15px; }
/*{ width: 42%; margin-right: 1%; }*/
/*footer input[name=email]{ width: 42%; margin-right: 1%; }*/
footer input[type=submit], .landing input[type=submit]{ width: 13%; text-transform: uppercase; letter-spacing: 2px; font-family: 'Droid Sans', sans-serif; font-size: 14px; font-weight: 700; color: #fad202; border:2px solid #fad202; color: #fad202; background: transparent; padding: 10px 20px; font-size: 12px; }
.landing input[type=submit]{ width: auto; color: #333E5C; border: 1px solid #333E5C; margin-top: 15px; }
footer input.error, .landing input.error{ border: 1px solid RED; }
footer input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
footer input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
footer input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
footer input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FFF;
}
.landing input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
.landing input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
.landing input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
.landing input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
.landing input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}
footer p{ font-size: 14px; line-height: 22px; color: #FFF; }
footer p a{ color: #FFF; text-decoration: underline; }
footer p a:hover{ color: #FFF; text-decoration: none; }

/*.landing p{ font-size: 14px; line-height: 22px; color: #000; }*/


footer ul.sitemap{ list-style: none; margin: 0; padding: 0; }
footer ul.sitemap li a{ display: block; font-family: 'Droid Sans', sans-serif; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
footer ul.sitemap li.active a, footer ul.sitemap li a:hover{ color: #FAD202; background: url(/hubfs/4572243/images/General/icon_footer_link.png) no-repeat right center/7px 12px; }
footer ul.sitemap li{ border-bottom: 1px solid #FFF; padding: 10px 0; }
footer ul.sitemap li.last{ border-bottom: 0px solid #FFF; }

footer ul.socials{ margin-top: 70px; }

footer ul.subsitemap{ list-style: none; margin: 0; padding: 0; }
footer ul.subsitemap li a{ display: block; font-family: 'Droid Sans', sans-serif; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; }
footer ul.subsitemap li a:hover{ color: #FAD202; }
footer ul.subsitemap li{ border-bottom: 1px solid rgba(255,255,255,0.2); padding: 10px 0; }
footer ul.subsitemap li.last{ border-bottom: 0px solid #FFF; }

ul.socials{ list-style: none; margin: 0; padding: 0; }
ul.socials li{ display: inline-block; margin-right: 15px; }

/*.owl-carousel .owl-item img{ width: auto !important; }*/
/*
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 *//*
	padding-top: 25px;
	margin: 0 -15px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
/* Fix heights */

#news .row, .row.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
#news .row > [class*='col-'], .row.articles > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* socialshare */
#social-stream{ margin-bottom: 80px;}
.modern .stream li .section-text{ color: #333E5C !important; }
.modern.light .stream li .section-intro{ background: #333E5C !important; }
.modern.light .stream li .section-intro span, .modern.light .stream li .section-intro a, .modern.light .stream li .socicon{ color: #FFF !important; }
.modern.light .stream li .section-intro > span{ display: none; }
.modern .stream li .socicon{ bottom: 11px; }
.modern .stream li .section-text, .modern .stream li .section-text a {font-family: 'Droid Sans', sans-serif !important; color: #333e5b !important; font-weight: 400 !important; font-size: 14px !important; line-height: 25px !important; }
.stream li.dcsns-facebook .section-text a{ margin-right: 3px !important; }
.modern.light .stream li .section-intro{ min-height: 45px; margin-top: 20px; }
.modern.light .stream li .section-intro .link-user{ color: #fff !important; }

.socialwalltitle h2{ margin: 0 0 70px; }

.customForm fieldset{ max-width: 100% !important; }
.customForm fieldset label, .landing .hs-form-field > label{ display: none; }
.customForm .hs-richtext{ color: #333E5C; margin-bottom: 40px; }
.customForm .hs_error_rollup, .customForm .hs-error-msgs, .landing .hs_error_rollup, .landing .hs-error-msgs{ display: none !important; }

.postcontent{ border: 1px solid #e2e2e2; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding-top: 15px; padding-bottom: 15px; margin: 15px 0; }

/* LG */
@media only screen and (min-width : 2279px) {
	header{ background-size: 2600px 1316px; }
	nav.mainmenu{ background-size: 2600px; }
	header { max-height: 1020px; }
}

/* super-xl */
@media only screen and (min-width : 2500px) {
	.home header{ background-size: 100%; }
}

/* LG */
@media only screen and (max-width : 1499px) {
}

/* MD */
@media only screen and (max-width : 1170px) {
}
/* SM */
@media only screen and (max-width : 992px) {
	.articles article.news{ width: 100%; }
	.sections section.fieldconditions .morebuttons a{ border: 1px solid #FFF; padding: 5px 10px; }
	.sections section.fieldconditions .morebuttons a:hover, .sections section.fieldconditions .morebuttons .active a{ text-decoration: none; background: #FFF; color: #9aa30d; }
	.sections section.partners h2{padding: 50px 0 0px; }
	.sections section.partners .logos{ padding-bottom: 30px; }
	.socialwalltitle h2{ margin: 0 0 50px; }
	header, header.club{ min-height: 50px; padding-bottom: 30px; }
	.classmenu ul.menu li a{ font-size: 30px; }
	h2, .articles article h2, .sections section.fieldconditions h2, .sections section.partners h2{ font-size: 20px; }
	h2, h3{ margin-top: 0; }
	p{ font-size: 14px; }
	p a, .newscontent ul li, .newscontent ul li a, .customForm .hs-richtext{ font-size: 14px; }
	
	.contentsection{ padding-top: 40px; padding-bottom: 30px; }
	
	.owl-carousel .row{ margin-left: 5px; margin-right: 5px; }
	
	footer input[name=name]{ width: 100%; margin-right: 0%;}
	footer input[name=email]{ width: 100%; margin-right: 0%; margin-top: 15px;  }
	footer input[type=submit]{ width: 100%; margin-top: 15px; }
	
	.footermenu{ margin-bottom: 50px; }
	.footermenu.sp{ margin-bottom: 10px; }
	.contentsection .navtext span{ visibility: hidden; }
	html .contentsection .navtext > div.nexttitle{ background-position: left center !important; max-height: 20px; overflow: hidden; }
	html .contentsection .navtext > div.prevtitle{ background-position: right center !important; max-height: 20px; overflow: hidden; }
	.owl-dots{ margin-top: 20px;}
	
	.slider1 img{ margin-top: 25px; }
	.slider2 img{ margin-top: 25px; }
	
	.classmenu .breadcrumb.subpage{ display: none; }
	
	.classmenu.internal{background-image: url(/hubfs/4572243/images/General/header/Header_Mobile.jpg) !important; }
	.logopart img{ max-width: 75px !important; }
	.logopart img{ margin-top: 30px !important; }
	/*
	.slidercustom > div{ background-position: top left !important; }
	.slidercustom .slide1{ background-image: url(/hubfs/4572243/images/General/header/homepage/Slider_01_Mob.jpg) !important; }
	.slidercustom .slide2{ background-image: url(/hubfs/4572243/images/General/header/homepage/Slider_02_Mob.jpg) !important; }
	.slidercustom .slide3{ background-image: url(/hubfs/4572243/images/General/header/homepage/Slider_03_Mob.jpg) !important; }
	.slidercustom .slide4{ background-image: url(/hubfs/4572243/images/General/header/homepage/Slider_04_Mob.jpg) !important; }
	*/
	.intro .bgcolor{ background: #9AA30D; }
	.intro .contentside{ padding-top: 30px; padding-bottom: 30px; }
	
	.listnews .active .contentside{ display: block !important; }
	.listnews .active.starting{ background: none; }
	.newscontent ul li{ width: 100%; }
	.contentNews ul li a{ text-decoration: underline; }
	.contentNews p a{ text-decoration: underline; }
	#news{ background: #eaebee; }
	.listnews .contentNews.contentside{ overflow-y: hidden; padding-top: 0px !important; padding-left: 15px; padding-right: 15px; }
	#newscontent{ display: none !important; }
	.newscontent{ background: #FFF; }
	#news{ padding-left: 0; padding-right: 0; }
	
	.sections section.partners .logos ul li{ width: 49%; }
	
	.row.fixpaddings{ margin-left: 0; margin-right: 0; }
	.row.fixpaddings > div{ padding-left: 0; padding-right: 0; }
	.buchecontent .buchesection p.descrittivo{ margin: 15px 0 30px; }
	section.item .spacing{ margin-top: 30px !important; }
	
	.navsection ul.internalmenu li:hover{ border-bottom: 6px solid #FFF; }
	
	.buchecontent .specialnav.getscroll{ overflow-x: scroll; }
	/*.navsection .getscroll::-webkit-scrollbar { display: none; }*/
	
	.contentsection input, .contentsection textarea, .customForm .hs-richtext{ margin-bottom: 20px; }
	.novisible{ visibility: visible; }
	.novisible.sp{ display: none !important; }
	
	.classmenu.home { min-height: 450px; }
	/*.classmenu.home .menu{ display: none; }*/
	
	hr.removespacingmenu{ margin-top: 0; margin-bottom: 0; }
	hr.removespacingmenuFirst{ margin-top: 10px; margin-bottom: 0; }
	
	.sections section.fieldconditions .morebuttons{ margin-top: 0; }
	.fieldconditions .owl-nav{ display: none; }
	.buchecontent ul.buche li a{ line-height: 35px; }
	.row.navtext{ display: none; }
	.listnews a:hover{ background: #eaebee; }
	.listnews a.active:hover{ background: #FFF; }
	
	.newscontent .listnews{ /*max-height: 100%; overflow-y: hidden;*/ }
	footer ul.socials{ margin-top: 40px; margin-bottom: 0; }
	footer form{ margin-bottom: 40px; }
	
	nav.classmenu ul.menu.sub{ margin-top: 30px; margin-bottom: 30px; padding-bottom: 0; }
	
	.inner-social{ background: #AEB912; position: absolute; bottom: 30px; left: 0; }
	.inner-social a{ display: inline-block; background: #AEB912; padding: 13px 15px; }
	.inner-social a:hover{ background: #AEB912; }
	/*.inner-social ul.socials li{ display: inline-block; width: auto; background: #AEB912; }
	.inner-social ul.socials li:before{ content: none; }
	.inner-social ul.socials li a, .inner-social ul.socials li a:hover{ background: #AEB912; display: block; text-decoration: none !important; }*/
	
	.contentNews.contentside{ min-height: 100%; padding-bottom: 120px; }
	
	.intro > .row{ background: #9aa30d; }
	.intro .row.bgwhite{ background: #FFF; }
	.owl-dots{ display: none; }
	#buche.navsection ul.internalmenu li a{ padding: 0 18px 15px; }
	.navsection ul.internalmenu li a{ padding: 0 12px 15px; }
	
	.route h2, .route p{ padding-left: 15px !important; padding-right: 15px !important; }
}

/* XS */
@media (max-width: 767px) {
	.modern .stream li{ border: 1px solid #333e5c; }
	.buchecontent ul.buche li{ width: 40px !important; margin-left: 2px; margin-right: 2px; }
	.buchecontent ul.buche{ width: 870px; margin-left: 20px; }
	.marginbuche{ margin-top: 30px; }
	
	.buchecontent .arrow-scroll{ display: block; }
	
	.classmenu ul.menu li a{ font-size: 24px;  }
	.sections section.fieldconditions .owl-nav{ display: none; }
	.floating-social{ display: none; }
}

@media (max-width: 420px) {
	
}


