/* opti CSS */
/*Body*/



.uk-responsive-height, .tm-logo img {
    max-height: 100%;
    width: 285px;
}

.rssocial-icons {
   
    padding: 40px 0 0;
  
}
.uk-heading-large {
    font-size: 50px;
    line-height: 55px;
    color:#ffffff;
}

.uk-text-large {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.tm-headerbar-left, .tm-headerbar-right {
    bottom: 5px;
    max-width: 300px;
    position: absolute;
    top: 5px;
}
.uk-text-large {
    color: #fff;
    font-family: "Vollkorn";
}

.uk-contrast h1, .uk-contrast h2, .uk-contrast h3, .uk-contrast h4, .uk-contrast h5, .uk-contrast h6, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel h1, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel h2, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel h3, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel h4, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel h5, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel h6 {
    color: #ffffff;
}
.uk-h1 + div:not([class*="uk-margin"]), .uk-h2 + div:not([class*="uk-margin"]), .uk-h3 + div:not([class*="uk-margin"]), .uk-h4 + div:not([class*="uk-margin"]), .uk-h5 + div:not([class*="uk-margin"]), .uk-h6 + div:not([class*="uk-margin"]), .uk-subnav + [class*="uk-grid"], .uk-heading-large + * {
    margin-top: 12px;
}
.uk-block-large {
    padding-bottom: 50px;
    padding-top: 40px;
}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-color: #000;
    background-image: -moz-linear-gradient(center top , #000000, #333333);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive button[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive button[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive button[type="submit"].disabled,
.formResponsive input[type="submit"][disabled],
.formResponsive button[type="submit"][disabled] {
    background-color: #333;
    *background-color: #333;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 18px;
}

