@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
/***********************************************************/
body {
  font-family: 'PT Sans', sans-serif;
}
/*  SITE LAYOUT  *******************************************/
/*tjek*/
.sitecontent {
  /*  BODY  */
  background-color: /*SiteBgColor*/ #dadada /*SiteBgColor*/;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
  color: /*Color*/ #747474 /*Color*/;
  /*  TEXT  */
  /*  MENU  */
  /*  SUBMENU  */
  /*  SEARCH */
  /*  FLASH  */
  /*  LANGUAGES  */
  /*  FRONTPAGELINKS  */
  /*  FOOTER */
  /*  USER SET  */
  /* FORUM */
  /* ---------------------------------------- */
}
.sitecontent h1,
.sitecontent h2,
.sitecontent h3,
.sitecontent h4,
.sitecontent h5,
.sitecontent h6 {
  float: left;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  margin-top: 0;
}
.sitecontent h1 {
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 11px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.sitecontent h2 {
  font-size: 18px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  margin-bottom: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitecontent h3 {
  font-size: 16px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sitecontent h4 {
  font-size: 14px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
}
.sitecontent h5 {
  font-size: 12px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
}
.sitecontent h6 {
  font-size: 12px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
}
.sitecontent .forumLink {
  color: /*MenuColor*/ #666666 /*MenuColor*/;
  background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
}
.sitecontent .siteWrapper {
  background-color: /*BgColor*/ #ffffff /*BgColor*/;
  width: 100%;
}
.sitecontent #siteNameWrapper h1 {
  font-size: 29px;
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
  margin-bottom: 20px;
  font-weight: normal;
}
.sitecontent .sectionSeparator {
  height: 20px;
  background-color: /*CustomColor*/ #ff5800 /*CustomColor*/;
}
.sitecontent .lineSeparator {
  height: 1px;
  background-color: /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .smallVerticalSpace {
  margin-bottom: 15px;
}
.sitecontent .topBanner img {
  width: 100%;
}
.sitecontent .logoutWrapper {
  text-align: right;
  padding-top: 6px;
}
.sitecontent .frontTextAndBannerWrapper {
  display: table;
}
.sitecontent .frontTextAndBannerWrapper > div {
  display: table-row;
}
.sitecontent .frontTextAndBannerWrapper .text {
  display: table-cell;
  vertical-align: middle;
}
.sitecontent .frontTextAndBannerWrapper .banner {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  padding: 15px 0;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .sitecontent .frontTextAndBannerWrapper > div {
    display: block;
  }
  .sitecontent .frontTextAndBannerWrapper .text {
    display: block;
    width: 100%;
  }
  .sitecontent .frontTextAndBannerWrapper .banner {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.sitecontent .clear {
  margin: 0 !important;
  clear: both !important;
  float: none !important;
}
.sitecontent a {
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
  text-decoration: none;
}
.sitecontent a:hover {
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
}
.sitecontent sup {
  vertical-align: super;
}
.sitecontent sub {
  vertical-align: sub;
}
.sitecontent q {
  font-style: italic;
  padding-left: 79px;
  display: inline-block;
  background: url(/gfx/layout/quotes_n_bg.png) no-repeat left top;
  min-height: 64px;
}
.sitecontent cite {
  font-style: italic;
  padding-left: 79px;
  display: inline-block;
  background: url(/gfx/layout/important.png) no-repeat left top;
  min-height: 64px;
}
.sitecontent .standardTable td {
  padding: 4px 4px 4px 0;
}
.sitecontent .menu {
  min-height: 48px;
}
.sitecontent .menu ul {
  margin-bottom: 0;
}
.sitecontent .menu li {
  display: inline-block;
  padding: 15px 0;
}
.sitecontent .menu li.selected {
  background: url(/gfx/layout/menuArrow.png) no-repeat top center;
}
.sitecontent .menu li a {
  padding: 0px 13px;
  color: /*MenuColor*/ #666666 /*MenuColor*/;
  text-transform: uppercase;
  text-decoration: none;
  border-left: 1px solid /*MenuColor*/ #666666 /*MenuColor*/;
  display: block;
  font-size: 11px;
}
.sitecontent .menu li:first-of-type a {
  border-left: none;
}
.sitecontent .menu li a:hover,
.sitecontent .menu li.selected a {
  color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
}
.sitecontent .submenu {
  clear: both;
}
.sitecontent .submenu h1 {
  display: none;
}
.sitecontent .submenu ul li a {
  display: block;
  padding: 12px 10px;
  color: /*MenuColor*/ #666666 /*MenuColor*/;
  font-size: 14px;
  text-transform: uppercase;
}
.sitecontent .submenu ul li:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .submenu ul li a:hover {
  text-decoration: none;
  color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
}
.sitecontent .submenu ul li.selected a {
  color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
  font-weight: bold;
}
.sitecontent .submenu ul li {
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
}
.sitecontent .submenu ul li.open {
  border-top: none;
}
.sitecontent .submenu ul li i {
  padding-left: 20px;
  display: block;
  font-style: normal;
}
.sitecontent .search {
  width: auto;
  float: left;
}
.sitecontent .flash {
  overflow: hidden;
}
.sitecontent .flash .images {
  position: relative;
  overflow: hidden;
}
.sitecontent .languages {
  float: right;
  width: 220px;
}
.sitecontent .languages li {
  min-width: 200px;
}
.sitecontent .frontpagelinks > a {
  display: block;
  font-size: 14px;
}
.sitecontent .frontpagelinks h3 a {
  text-decoration: none;
}
.sitecontent .frontpagelinks h3 a:hover {
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
  text-decoration: underline;
}
.sitecontent .footerWrapper {
  background: /*FooterBgColor*/ #dadada /*FooterBgColor*/;
}
.sitecontent .footer {
  color: /*FooterColor*/ #888888 /*FooterColor*/;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 18px;
}
.sitecontent .footer .bottomLogo {
  margin-top: 10px;
}
.sitecontent .footer .contactInfo ul {
  text-align: center;
}
.sitecontent .footer .contactInfo ul li {
  display: inline-block;
  margin: 6px;
}
.sitecontent .footer .copyright {
  margin-top: 40px;
  text-transform: uppercase;
}
.sitecontent .footer .copyright ul {
  text-align: center;
}
.sitecontent .footer .copyright ul li {
  display: inline-block;
}
.sitecontent .footer .copyright ul + ul {
  font-size: 10px;
}
.sitecontent .footer h2,
.sitecontent .footer a {
  color: /*FooterLinkColor*/ #0046ad /*FooterLinkColor*/;
}
.sitecontent .footer a:hover {
  color: /*FooterLinkHoverColor*/ #3681ee /*FooterLinkHoverColor*/;
  text-decoration: none;
}
.sitecontent .space {
  margin-top: 30px;
}
.sitecontent .cycle-pager {
  text-align: center;
  display: none;
}
.sitecontent .cycle-pager span {
  color: /*Color*/ #747474 /*Color*/;
  display: inline-block;
  font-size: 36px;
  float: none;
  width: auto;
  cursor: pointer;
  line-height: 100%;
}
.sitecontent .cycle-pager .cycle-pager-active {
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
}
.sitecontent #fancybox-wrap {
  box-sizing: content-box;
}
.sitecontent .bg {
  background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  padding-bottom: 120px;
}
.sitecontent .newsTicker {
  padding: 5px 0;
  position: relative;
  background: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  margin-top: 10px;
}
.sitecontent .newsTicker .rotationTitle {
  width: 200px;
  height: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background: #0046ad;
  z-index: 150;
}
.sitecontent .newsTicker .rotationTitle h1 {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sitecontent .newsTicker .rotationTitle h1 a {
  color: #FFF;
}
.sitecontent .newsTicker .rotationBox {
  padding-left: 200px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.sitecontent .newsTicker .rotationBox > div {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.sitecontent .newsTicker .cycle-slideshow {
  box-sizing: border-box;
  margin: 0 40px;
  position: relative;
}
.sitecontent .newsTicker .news-item {
  left: 40px;
}
.sitecontent .newsTicker .news-item .news-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.sitecontent .newsTicker .news-item .news-headline a {
  vertical-align: middle;
  text-transform: uppercase;
}
.sitecontent .newsTicker .news-item .date {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}
.sitecontent .newsTicker .navArrow {
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
.sitecontent .newsTicker .navArrow:hover {
  opacity: 1;
}
.sitecontent .newsTicker .cycle-prev {
  left: 10px;
  background: url(/gfx/layout/news-arrows.png) left center no-repeat;
}
.sitecontent .newsTicker .cycle-next {
  right: 10px;
  background: url(/gfx/layout/news-arrows.png) right center no-repeat;
}
.sitecontent .newsTicker .cycle-pager {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 10px;
}
.sitecontent .newsTicker .cycle-pager > div {
  height: 3px;
  background: #a1a1a1;
  width: 25%;
  float: left;
}
.sitecontent .newsTicker .cycle-pager > span {
  line-height: 10px;
  color: #a1a1a1;
}
.sitecontent .newsTicker .cycle-pager .cycle-pager-active {
  color: #0046ad;
}
.sitecontent .forumMainWrapper {
  padding: 4px;
}
.sitecontent .forumMainWrapper * {
  line-height: 1.5em;
}
.sitecontent .forumMainWrapper h1,
.sitecontent .forumMainWrapper h2 {
  margin: 0;
}
.sitecontent .forumMainWrapper h1 {
  font-size: 1.8em;
}
.sitecontent .forumMainWrapper h2 {
  font-size: 1.4em;
}
.sitecontent .clearBoth {
  clear: both;
}
.sitecontent .width50percent {
  width: 50%;
}
.sitecontent .width99percent {
  width: 99%;
}
.sitecontent .fontSizeSmall {
  font-size: 0.9em;
}
.sitecontent .fontSizeLarge {
  font-size: 1.2em;
}
.sitecontent .floatRight {
  float: right;
}
.sitecontent label.error,
.sitecontent span.error {
  color: Red;
  font-style: italic;
}
.sitecontent .list {
  margin: -2px;
}
.sitecontent .list table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
.sitecontent .list td {
  padding: 4px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .list thead td {
  font-weight: bold;
  background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  color: /*MenuColor*/ #666666 /*MenuColor*/;
}
.sitecontent .list a {
  text-decoration: underline;
}
.sitecontent .list .numberColumn {
  text-align: center;
}
.sitecontent .list .fullWidthRow {
  padding: 8px;
  background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  color: /*MenuColor*/ #666666 /*MenuColor*/;
}
.sitecontent .postHeader {
  padding: 4px 10px 4px 4px;
  float: right;
  text-align: right;
  color: /*MenuColor*/ #666666 /*MenuColor*/;
}
.sitecontent .postWrapper {
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .postWrapper.first {
  /* background-color: #F5F5FF; */
}
.sitecontent .postWrapper .userInfo {
  padding: 4px 4px 4px 10px;
  float: left;
  color: /*MenuColor*/ #666666 /*MenuColor*/;
}
.sitecontent .userinfoPostheaderWrapper {
  background: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  width: 100%;
  height: 27px;
}
.sitecontent .postWrapper .postText {
  padding: 8px;
}
.sitecontent .postWrapper .postImages {
  padding: 8px;
}
.sitecontent .postWrapper .postImages img {
  margin: 4px 4px 0 0;
}
.sitecontent .pageNumberWrapper {
  margin: auto;
}
.sitecontent .pageNumberWrapper a {
  float: left;
  display: block;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 4px 8px;
  margin: 0 2px 0 2px;
}
.sitecontent .pageNumberWrapper a.currentPage {
  color: #e0e0e0;
}
.sitecontent .breadcrumbsWrapper {
  color: /*MenuColor*/ #666666 /*MenuColor*/;
  padding: 6px;
  background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  /* text-decoration: underline; */
}
.sitecontent .breadcrumbsWrapper a {
  text-decoration: underline !important;
  color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
}
.sitecontent .newThreadLinkWrapper {
  width: 100%;
  font-size: 1.1em;
}
.sitecontent .newThreadLinkWrapper td {
  vertical-align: bottom;
}
.sitecontent .newThreadLinkWrapper a {
  float: right;
  display: inline-block;
  padding: 5px;
  background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
  color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  font-weight: bold;
}
.sitecontent .deleteThreadLink {
  text-align: right;
  margin-bottom: 10px;
}
.sitecontent .deleteThreadLink a {
  background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
  padding: 5px;
  color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  font-weight: bold;
}
.sitecontent .deletePostLink {
  color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
  padding: 5px;
  font-weight: bold;
  margin: 3px 0 15px 0;
}
.sitecontent a.deletePostLink:hover {
  color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
}
.sitecontent .forumEmailIcon {
  vertical-align: middle;
  margin-right: 5px;
}
.sitecontent .approveButtonLink {
  font-size: 2em;
  padding: 4px;
  color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
}
.sitecontent a.approveButtonLink:hover {
  color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
}
.sitecontent .createUserLink {
  font-weight: bold;
  text-decoration: underline;
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
  margin-bottom: 10px;
  float: left;
}
.sitecontent .forumHeader {
  float: left;
  width: 100%;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sitecontent .forumHeader .closeButton {
  float: right;
  margin-top: -25px;
  padding: 10px 20px;
  border-radius: 5px;
  background: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
  cursor: pointer;
  margin-bottom: 10px;
}
.sitecontent .forumHeader .closeButton span {
  color: /*BgColor*/ #ffffff /*BgColor*/;
  text-transform: uppercase;
}
.sitecontent .notLoggedInPanel .field {
  float: left;
  margin-right: 10px;
}
.sitecontent .notLoggedInPanel .field input {
  height: 30px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 2px 5px;
  box-sizing: border-box;
}
.sitecontent .notLoggedInPanel input[type=submit] {
  border: 0px;
  color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
  padding: 5px;
  font-weight: bold;
}
.sitecontent .notLoggedInPanel .inputs {
  margin-top: 5px;
}
/***********************************************************/
#divPageContents > div {
  line-height: 18px;
  color: /*Color*/ #747474 /*Color*/;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#divPageContents .editContents {
  margin-bottom: 0;
}
.subcontent > div {
  clear: both;
  margin-bottom: 18px;
}
.subcontent > div > span {
  margin-bottom: 18px;
}
/*  CONTENT LAYOUT  ****************************************/
.subcontent {
  /*  PAGEOPTIONS  */
  /* FAQ */
  /*  INPUT MODULS  */
  /*  IMAGE MODULS  */
  /*div span + span {
            float: left;
            margin-left: 20px;
        }*/
  /*  NEWS MODULS  */
  /*  NEWS VIEW  */
  /*  PRODUCT MODULS  */
  /*  PRODUCT VIEW  */
  /*.viewback {
        width: @PageContentWidth;
        display: block;
        float: left;
        text-align: left;
        line-height: 28px;
        margin-bottom: 20px;
    }

        .viewback.bottom {
            margin-top: 20px;
        }*/
  /*  GALLERY MODULS  */
  /* content width - margin*3 / 4 images */
  /*  LOGIN MODULS  */
  /*  FILE MODULS  */
  /*  CALENDAR MODULS  */
  /*  GUESTBOOK MODULS  */
  /* content width - margin*2 - submit width - margin - error div width / 2 inputs */
  /* DEALER  MODULS  */
  /* content width - margin*3 / 4 images */
  /*  FAMILY MODULS  */
  /* HORSE VIEW */
  /* WYSIWYG */
  /*  COUNTER MODULS  */
  /*  VIDEO MODULS  */
  /*  ADD THIS MODULS  */
  /*  HOMEMODULE  */
}
.subcontent h1,
.subcontent h2,
.subcontent h3,
.subcontent h4,
.subcontent h5,
.subcontent h6 {
  float: none;
  width: auto;
}
.subcontent h1 {
  text-align: center;
  line-height: 30px;
  color: #0046ad;
}
.subcontent h2 {
  text-align: center;
}
.subcontent h3 {
  font-style: italic;
  margin-bottom: 2px;
}
.subcontent #pageContents_divPageOptions {
  float: left;
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.subcontent #pageContents_divPageOptions > span {
  margin-left: 20px;
  float: right;
  cursor: pointer;
}
.subcontent #pageContents_divPageOptions span span {
  float: left;
  display: block;
  line-height: 16px;
  margin-left: 5px;
}
.subcontent #pageContents_divPageOptions span span:hover {
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
}
.subcontent #pageContents_divPageOptions span img {
  float: left;
}
.subcontent .faq-question h1 {
  font-size: 14px !important;
  padding: 10px 0;
  cursor: pointer;
  text-transform: none !important;
  margin-bottom: 0px;
  float: none;
}
.subcontent .faq-question h1 img {
  vertical-align: middle;
  padding-right: 5px;
}
.subcontent .faq-question .faq-answer {
  display: none;
  padding: 0 0 10px 20px;
  color: #646464;
}
.subcontent input[type=text],
.subcontent input[type=password],
.subcontent textarea,
.subcontent input[type=submit] {
  outline: none;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  height: 30px;
  width: 200px;
  float: left;
  padding: 5px 10px;
  color: /*Color*/ #747474 /*Color*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  border-radius: 2px;
}
.subcontent .field {
  float: left;
  position: relative;
  width: 200px;
}
.subcontent .field:first-child {
  margin-right: 10px;
}
.subcontent .field + .field input {
  *margin-left: -10px;
}
.subcontent input:focus,
.subcontent textarea:focus {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent input[type=submit] {
  filter: chroma(color=#000000);
  width: auto;
  height: 30px;
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
  cursor: pointer;
}
.subcontent input[type=submit]:active {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
}
.subcontent input[type=submit]:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .watermark {
  position: absolute;
  padding: 7px 10px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.subcontent .watermark label {
  cursor: text;
  font-weight: normal;
  width: 100%;
  margin-bottom: 0;
}
.subcontent select {
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  outline: none;
  height: 22px;
  padding: 2px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  border-radius: 2px;
}
.subcontent .singleImage {
  text-align: center;
}
.subcontent .singleImage span {
  float: none;
  border-radius: 0;
  display: inline-block;
}
.subcontent .singleImage span i {
  text-align: left;
}
.subcontent div span {
  float: left;
  width: 100%;
  border-radius: 2px;
}
.subcontent div span img {
  border-radius: 2px;
  width: 100%;
}
.subcontent div span.fl {
  margin: 0px 20px 20px 0px;
  float: left;
  width: 50%;
}
.subcontent div span.fr {
  margin: 0px 0px 20px 20px;
  float: right;
  width: 50%;
}
.subcontent div span i {
  float: left;
  clear: both;
  width: 100%;
}
.subcontent .news {
  float: left;
  margin-bottom: 18px;
}
.subcontent .news h1,
.subcontent .news h2 {
  text-align: left;
}
.subcontent .news .newssearch {
  float: none;
  display: block;
  width: 100%;
}
.subcontent .news .newssearch .field,
.subcontent .news .newssearch input[type=submit] {
  margin-top: 6px;
}
.subcontent .newslist {
  float: left;
  width: 100%;
}
.subcontent .newslist .newsitem {
  float: left;
  padding: 20px 0px;
  width: 100%;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .newslist .newsitem:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  margin-top: 20px;
}
.subcontent .newsitem > a {
  float: left;
  margin: 0 2% 2% 0;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  border-radius: 2px;
}
.subcontent .newsitem > a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsitem .newstext p {
  margin-bottom: 0px;
}
.subcontent .newsitem h2 {
  margin-bottom: 0;
}
.subcontent .newsitem h2 a {
  float: none;
}
.subcontent .newsitem h2 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .newsitem span {
  float: none;
}
.subcontent .newsitem .date {
  font-size: 11px;
  margin-bottom: 10px;
}
.subcontent .news .newspage {
  float: left;
  text-align: center;
  padding-top: 10px;
  height: 28px;
  display: block;
}
.subcontent .news .newspage a {
  padding: 5px 10px;
  text-align: center;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  display: inline-block;
  border: 1px solid solid;
}
.subcontent .news .newspage a:hover {
  text-decoration: none;
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .news .newspage a.active {
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.subcontent .news .newspage a:active {
  background: /*BgColor*/ #ffffff /*BgColor*/;
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.subcontent .newsview {
  float: left;
}
.subcontent .newsview h1,
.subcontent .newsview h2 {
  text-align: left;
}
.subcontent .newsview ol,
.subcontent .newsview ul {
  margin: 1em 0;
}
.subcontent .newsview ol li {
  list-style: decimal;
  margin-left: 3em;
  padding-left: 0.5em;
}
.subcontent .newsview ul li {
  list-style: disc;
  margin-left: 3em;
  padding-left: 0.5em;
}
.subcontent .newsview span {
  width: auto;
  float: none;
}
.subcontent .newsview strong {
  font-weight: bold !important;
}
.subcontent .newsview strong em {
  font-style: italic !important;
  font-weight: bold !important;
}
.subcontent .newsview em {
  font-style: italic !important;
}
.subcontent .newsview em strong {
  font-style: italic !important;
  font-weight: bold !important;
}
.subcontent .viewback {
  /*width: @PageContentWidth;
        display: block;
        float: left;
        text-align: left;
        //border-bottom: @BorderSize @BorderStyle @BorderColor;
        line-height: 28px;
        margin-bottom: 20px;*/
  outline: none;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  width: 200px;
  float: left;
  padding: 5px 10px;
  color: /*Color*/ #747474 /*Color*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  border-radius: 2px;
  filter: chroma(color=#000000);
  width: auto;
  height: 30px;
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
  cursor: pointer;
}
.subcontent .viewback.bottom {
  margin-top: 20px;
}
.subcontent .newsview h1 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .newsview .newsimages {
  margin-top: 18px;
  margin-bottom: 18px;
}
.subcontent .newsview .newsimages .image {
  display: block;
}
.subcontent .newsview .newsimages .image:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsview .newsimages .image a {
  display: block;
}
.subcontent .newsview .newsimages .image img {
  width: 100%;
  height: auto;
}
.subcontent .newsimages .list li {
  width: 126px;
  height: 94px;
  float: left;
  margin: 10px 10px 0px 0px;
  padding-left: 0;
  overflow: hidden;
}
.subcontent .newsimages .list li:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsimages .list li a {
  display: block overflow: hidden;
}
.subcontent .newsimages .list li a img {
  width: 100%;
  height: auto;
}
.subcontent .newsview .newsimages a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsview .newscomment {
  margin-bottom: 18px;
  margin-top: 40px;
}
.subcontent .newscomment,
.subcontent .guestbook-entries {
  clear: both;
  margin-bottom: 18px;
}
.subcontent .newscomment .textarea {
  margin-bottom: 10px;
  float: left;
}
.subcontent .newscomment textarea {
  height: 138px;
}
.subcontent .newscomment .textarea .field {
  width: 100%;
}
.subcontent .newscomment input[type=text] {
  width: 178px;
}
.subcontent .newscomment input[type=submit] {
  width: auto;
  margin: 10px 0 0 0;
}
.subcontent .newscomment .form {
  width: 100%;
}
.subcontent .newscomment .error {
  width: 150px;
  float: left;
  margin-left: 20px;
}
.subcontent .newscomment .error span {
  background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
  padding-left: 15px;
  color: #c28484 !important;
  line-height: 20px;
}
.subcontent .newscomment .news-comment {
  clear: both;
}
.subcontent .newscomment .news-comment h4 {
  float: left;
}
.subcontent .newscomment .news-comment h4 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .newscomment .news-comment {
  padding: 15px 0;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .newscomment .commentlist-headline {
  margin-top: 40px;
}
.subcontent .newscomment h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .product {
  float: left;
  margin-bottom: 18px;
}
.subcontent .product .search {
  float: left;
  padding-left: 18px;
}
.subcontent .productlist table {
  clear: both;
}
.subcontent .productlist .productitem {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 4px 12px 4px;
}
@media screen and (max-width: 479px) {
  .subcontent .productlist .productitem {
    width: 49%;
  }
}
.subcontent .productlist .productitem img {
  width: 100%;
}
.subcontent .productitem > a + a {
  font-family: Georgia;
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: #545454;
}
.subcontent .productitem > a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .productitem .newstext {
  float: left;
  width: 508px;
}
.subcontent .productitem .newstext p {
  margin-bottom: 0px;
}
.subcontent .productitem .newstext h2 a {
  float: left;
}
.subcontent .productitem .newstext h2 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .product .newspage {
  float: left;
  width: 700px;
  text-align: center;
  padding-top: 10px;
  height: 28px;
  display: block;
}
.subcontent .product .newspage a {
  padding: 5px 10px;
  text-align: center;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  display: inline-block;
  border: 1px solid;
}
.subcontent .product .newspage a:hover {
  text-decoration: none;
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .product .newspage a.active {
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.subcontent .product .newspage a:active {
  background: /*BgColor*/ #ffffff /*BgColor*/;
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.subcontent .productview {
  float: left;
}
.subcontent .productview table td {
  padding: 8px;
}
.subcontent .productview h2 span {
  float: none;
}
.subcontent .productview h1 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .productview .productimages {
  float: left;
  margin-bottom: 18px;
}
.subcontent .productview .productimages .image {
  display: inline-block;
  padding: 5px;
  background: /*BgColor*/ #ffffff /*BgColor*/;
}
.subcontent .productview .productimages .image a {
  display: block;
  overflow: hidden;
}
.subcontent .productview .productimages .image img {
  height: auto;
}
.subcontent .productview .productimages .list {
  float: left;
  clear: both;
}
.subcontent .productimages .list ul {
  float: left;
}
.subcontent .productimages .list li {
  padding: 5px;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  float: left;
}
.subcontent .productimages .list li a {
  display: block;
  overflow: hidden;
}
.subcontent .productimages .list li a img {
  height: auto;
}
.subcontent .productview .productimages a:hover {
  border-color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
}
.subcontent .productview .newscomment {
  float: left;
  margin-bottom: 18px;
  margin-top: 40px;
}
.subcontent .txtQuantity {
  width: 22px !important;
  text-align: right;
}
.subcontent .increase {
  padding: 8px 4px 8px 8px;
  float: left;
  cursor: pointer;
}
.subcontent .decrease {
  padding: 8px 8px 8px 4px;
  float: left;
  cursor: pointer;
}
.subcontent .delete {
  padding: 8px 4px 8px 8px;
  float: left;
  cursor: pointer;
}
.subcontent .show {
  padding: 8px 8px 8px 4px;
  cursor: pointer;
  float: left;
}
.subcontent .productBasket p {
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
.subcontent .productcomment,
.subcontent .guestbook-entries {
  float: left;
  clear: both;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .productcomment .textarea {
  margin-bottom: 10px;
  float: left;
}
.subcontent .productcomment textarea {
  width: 78%;
  height: 138px;
}
.subcontent .productcomment .textarea .field {
  width: 100%;
}
.subcontent .productcomment input[type=text] {
  width: 178px;
}
.subcontent .productcomment input[type=submit] {
  width: auto;
  margin: 10px 0 0 0;
}
.subcontent .productcomment .form {
  width: 100%;
  float: left;
}
.subcontent .productcomment .error {
  width: 150px;
  float: left;
  margin-left: 20px;
}
.subcontent .productcomment .error span {
  background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
  padding-left: 15px;
  color: #c28484 !important;
  line-height: 20px;
}
.subcontent .productcomment .news-comment {
  float: left;
  clear: both;
}
.subcontent .productcomment .news-comment h4 {
  float: left;
}
.subcontent .productcomment .news-comment h4 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .productcomment .news-comment {
  float: left;
  padding: 20px 0px 3px 0px;
  width: 700px;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .productcomment .commentlist-headline {
  margin-top: 40px;
}
.subcontent .productcomment h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .gallery {
  float: left;
  width: 700px;
  *margin-bottom: 18px;
  overflow: hidden;
}
.subcontent .gallery .text {
  padding: 5px 0;
  text-align: left;
}
.subcontent .gallery .cycle-slideshow img {
  width: 100%;
}
.subcontent .gallery ul {
  display: block;
  margin-bottom: 0;
}
.subcontent .gallery li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: auto;
  list-style: none !important;
  vertical-align: top;
}
.subcontent .gallery li a {
  display: block;
}
.subcontent .gallery li a img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.subcontent .gallery li:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .gallery li i {
  float: left;
  width: 160px;
  margin-top: 5px;
  text-align: center;
}
.subcontent .gallerybox {
  text-align: center;
}
.subcontent .gallerybox a {
  margin: auto;
}
.subcontent .login,
.subcontent .loginmodule {
  float: left;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .login .inputs {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.subcontent .login input:focus {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .login .inputs a {
  float: left;
}
.subcontent .login .inputs a + a {
  margin-left: 20px;
}
.subcontent .login .field {
  margin: 6px 6px 0 0;
}
.subcontent .login input[type=submit] {
  margin-top: 6px;
}
.subcontent .login input[type=text] {
  width: 89%;
}
.subcontent span.loggedInHeader {
  display: block;
  float: left;
  border: 1px solid;
  width: auto - 20px;
  outline: none;
  padding: 5px 10px;
  color: /*Color*/ #747474 /*Color*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  margin-right: 10px;
  margin-top: 6px;
  box-sizing: border-box;
}
.subcontent .fileContainer {
  float: left;
  margin-bottom: 18px;
  clear: both;
  width: 700px;
}
.subcontent .fileContainer ul {
  float: left;
  width: 100%;
}
.subcontent .fileContainer li {
  padding: 15px 0 15px 0;
  float: left;
  width: 100%;
  position: relative;
}
.subcontent .fileContainer ul li a {
  float: left;
  padding-left: 40px;
}
.subcontent .fileContainer ul li a img {
  position: absolute;
  top: 6px;
  left: 0px;
}
.subcontent .calendar {
  float: left;
  clear: both;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .calendar > table {
  float: left;
  width: 300px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  border-radius: 2px;
}
.subcontent .calendar table.header {
  border: 0px;
  background: /*BgColor*/ #ffffff /*BgColor*/;
}
.subcontent .calendar table.header td {
  border: 0 none;
  text-transform: uppercase;
  text-align: center;
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
}
.subcontent .calendar table.header td a {
  color: /*LinkColor*/ #0046ad /*LinkColor*/ !important;
}
.subcontent .calendar table.header td a:hover {
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/ !important;
  text-decoration: none;
}
.subcontent .calendar table td {
  height: 40px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  color: /*Color*/ #747474 /*Color*/;
  font-weight: bold;
}
.subcontent .calendar table th {
  height: 20px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  color: /*Color*/ #747474 /*Color*/;
  font-weight: bold;
  text-align: center;
}
.subcontent .calendar table td.day a {
  display: block;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  width: 42px;
  position: relative;
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.subcontent .calendar table td.day a:hover {
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
  text-decoration: none;
}
.subcontent .calendar table td.day a span {
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 2px;
  left: 2px;
  border-top: 3px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  border-left: 3px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .calendar table td.today {
  background: #eaeaea;
}
.subcontent .calendar table td.event {
  background-color: /*BgColor*/ #ffffff /*BgColor*/;
}
.subcontent .calendar table td.event a {
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.subcontent .calendar table td.today.event span {
  display: none;
}
.subcontent .calendar table .today.event a:hover {
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
}
.subcontent .calendar ul {
  float: left;
  width: 380px;
  margin-left: 18px;
}
.subcontent .calendar ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.subcontent .calendar ul li h4 a {
  float: left;
}
.subcontent .calendar ul li h4 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .subcontent .calendar > table {
  width: 49%;
}
.subcontent .subcontent .calendar ul {
  width: 49%;
  float: right;
  margin: 0;
}
.subcontent .guestbook-form,
.subcontent .guestbook-entries {
  float: left;
  clear: both;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .guestbook-form textarea {
  width: 78%;
  max-width: 78%;
  min-width: 100px;
  height: 138px;
  min-height: 50px;
}
.subcontent .guestbook-form .form .field {
  width: 232.5px;
}
.subcontent .guestbook-form input[type=text] {
  width: 210.5px;
}
.subcontent .guestbook-form input[type=submit] {
  width: 45px;
}
.subcontent .guestbook-form .form {
  width: 100%;
  float: left;
}
.subcontent .guestbook-form .error {
  width: 150px;
  float: left;
  margin-left: 20px;
}
.subcontent .guestbook-form .error span {
  background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
  padding-left: 15px;
  color: #c28484 !important;
  line-height: 20px;
}
.subcontent .guestbook-form .field.textarea {
  margin-bottom: 10px;
  width: 100%;
}
.subcontent .guestbook-gravatar {
  display: none;
}
.subcontent .guestbook-entries .guestbook-entry {
  float: left;
  clear: both;
  width: 700px;
}
.subcontent .guestbook-entries .guestbook-entry h3 {
  float: left;
}
.subcontent .guestbook-entries .guestbook-entry h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .guestbook-entries .guestbook-entry {
  float: left;
  padding: 20px 0px 3px 0px;
  width: 700px;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .commentlist-headline {
  margin-top: 40px;
}
.subcontent .guestbook-entries h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .dealerlist {
  float: left;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .dealerlist h4 img {
  width: auto;
}
.subcontent .dealerlist h3 {
  float: none;
}
.subcontent .dealerlist .list {
  float: left;
  clear: both;
}
.subcontent .dealerlist .list img {
  width: auto;
}
.subcontent .dealerlist .list div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  min-width: 150px;
  margin: 20px 20px 0 0;
}
.subcontent .dealerlist .list span {
  float: left;
  clear: left;
}
.subcontent .dealerlist .list a {
  float: left;
}
.subcontent .dealerlist .list > li {
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding-bottom: 20px;
}
.subcontent .dealerlist .list > li:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .dealerlist .list > li h3 {
  margin: 10px 0 0 0;
}
.subcontent .dealerlist .list > li ul {
  float: left;
  margin: 15px;
}
.subcontent .dealerlist .info {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.subcontent .dealerlist .info td {
  vertical-align: top;
  width: 26%;
}
.subcontent .dealerlist .info td:first-child {
  width: 22%;
}
.subcontent .dealerlist .info ul {
  float: left;
  line-height: 18px;
}
.subcontent .dealerlist .info li img {
  float: left;
  margin-right: 5px;
}
.subcontent .dealerlist .info li {
  padding-left: 21px;
}
.subcontent .dealerlist .info li:first-child {
  padding-left: 0px;
}
.subcontent .dealerlist .info li:first-child a img {
  width: 143px;
  margin: 0px;
}
.subcontent .dealerlist .info li:first-child a {
  float: left;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 5px;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  border-radius: 2px;
  margin: 0px 20px 0px 0px;
}
.subcontent .dealerlist .info li:first-child a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .dealerlist .header {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding-top: 7px;
  padding-bottom: 7px;
}
.subcontent .dealerlist .header h2 {
  width: 100%;
}
.subcontent .dealerlist .header .sorting {
  float: left;
}
.subcontent .dealerlist .header .sorting > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.subcontent .dealerlist .header .sorting > div:first-child {
  padding-top: 6px;
  padding-right: 6px;
}
.subcontent .dealerlist .sorting select {
  margin-right: 6px;
}
.subcontent .dealerlist .sorting select,
.subcontent .dealerlist .sorting input {
  margin-top: 6px;
}
.subcontent .dealerlist .sorting .button {
  padding: 2px 10px;
  height: 22px;
  float: none;
}
.subcontent .dealerlist .search {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.subcontent .dealerlist .search .textfield {
  float: left;
}
.subcontent .dealerlist .search .textfield input {
  margin-top: 6px;
}
.subcontent .dealerlist .search .textfield input[type=text] {
  margin-right: 6px;
}
.subcontent .dealerlist .search .checkfield {
  float: left;
}
.subcontent .dealerlist .checkfield ul {
  float: left;
}
.subcontent .dealerlist .checkfield ul li {
  margin: 10px 15px 0px 0px;
  height: 18px;
  float: left;
  padding: 5px 10px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  border-radius: 2px;
  line-height: 18px;
}
.subcontent .dealerlist .checkfield ul li label {
  margin-left: 5px;
  float: left;
}
.subcontent .dealerlist .checkfield ul li input {
  float: left;
  margin-top: 2px;
}
.subcontent .dealerlist .pagingContainer {
  float: left;
  padding-top: 7px;
}
.subcontent .dealerlist .pagingContainer table {
  width: 100%;
}
.subcontent .dealerlist .pagingContainer td {
  text-align: center;
  width: 75px;
}
.subcontent .dealerlist .pagingContainer span {
  padding: 5px;
  float: none;
}
.subcontent .dealerlist .pagingContainer .pagingNumbers {
  width: 400px;
}
.subcontent .FamilyTree {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 18px;
  word-break: break-all;
}
.subcontent .FamilyTree td {
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  padding: 5px;
}
.subcontent .horseview {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .wysiwyg {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .wysiwyg ul li {
  list-style: disc;
  margin-left: 20px;
}
.subcontent .wysiwyg span {
  float: none;
}
.subcontent .wysiwyg strong {
  font-weight: bold;
}
.subcontent .view-counter {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .videocontainer {
  float: left;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .videocontainer .videoImage {
  width: 100%;
  max-width: 640px;
}
.subcontent .videocontainer .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  display: block;
  margin: auto;
}
.subcontent .videocontainer .videoWrapper object,
.subcontent .videocontainer .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subcontent .videocontainer .playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -42px 0px 0px -42px;
}
.subcontent .addthis_toolbox {
  float: left;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .homeModule .searchWrapper td {
  padding: 4px;
}
.subcontent .homeModule input {
  float: none;
  margin: 0;
}
.subcontent .homeModule .homeList {
  width: 100%;
}
.subcontent .homeModule .homeList td,
.subcontent .homeModule .homeList th {
  padding: 8px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background-color: /*BgColor*/ #ffffff /*BgColor*/;
}
.subcontent .homeModule .currentPage {
  text-decoration: underline;
}
/***********************************************************/
/*  ADMINISTRATION LAYOUT  ****************************************/
.admincontent {
  width: 700px;
  background: /*BgColor*/ #ffffff /*BgColor*/;
}
.admincontent fieldset {
  padding: 10px 10px 3px 10px;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  border-radius: 2px;
}
.admincontent .EmptyContentModule {
  margin-bottom: 18px;
}
.admincontent .faq h1 {
  font-size: 15px;
  font-weight: bold;
}
.admincontent div .image {
  width: 48%;
  margin-right: 2%;
}
.admincontent .fourImages span {
  width: 24%;
  margin-right: 1%;
}
.admincontent div span {
  margin-bottom: 30px;
}
.cke_editable {
  background: /*BgColor*/ #ffffff /*BgColor*/ !important;
  padding: 20px;
}
.cke_editable ol,
.cke_editable ul {
  margin: 1em 0;
}
.cke_editable ol li {
  list-style: decimal;
  margin-left: 3em;
  padding-left: 0.5em;
}
.cke_editable ul li {
  list-style: disc;
  margin-left: 3em;
  padding-left: 0.5em;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlayHtml {
  font-size: 40px;
  line-height: 120%;
  color: #FFF;
  text-shadow: 2px 2px 2px #000;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.overlayHtml p {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .overlayHtml {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .overlayHtml {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .overlayHtml {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .overlayHtml {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .overlayHtml {
    font-size: 15px;
  }
}
.leftOverlay {
  left: 5%;
  height: 100%;
}
.rightOverlay {
  left: 40%;
  height: 100%;
}
.overlayHtml.rightOverlay {
  left: 45%;
}
.sliderHtml {
  font-size: 26px;
  line-height: 120%;
  color: #FFF;
  text-shadow: 2px 2px 2px #000;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sliderHtml p {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .sliderHtml {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sliderHtml {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .sliderHtml {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .sliderHtml {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .sliderHtml {
    font-size: 14px;
  }
}
.gallerySlider {
  overflow: visible !important;
  min-height: 200px;
}
.subcontent .gallerySlider .cycle-slideshow .splashImage {
  width: 100%;
  padding: 40px 25px 0 0;
  box-sizing: border-box;
}
.splashOverlay {
  top: 0px;
  right: 0px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background: url(/gfx/layout/splash-gfx-medium.png) no-repeat center center;
}
.splashOverlay p {
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  font-size: 20px;
  line-height: 110%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 500px) {
  .gallerySlider {
    min-height: 150px;
  }
  .splashOverlay {
    width: 150px;
    height: 150px;
    background: url(/gfx/layout/splash-gfx-small.png) no-repeat center center;
  }
  .splashOverlay p {
    font-size: 16px;
  }
}
/***********************************************************/
/*  POPUP CONTENT LAYOUT  ****************************************/
.popupcontent {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.popupcontent .calendarview {
  margin: 10px;
}
.popupcontent .calendarview .stylebox {
  border: /*BorderColor*/ #d6d6d6 /*BorderColor*/ solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background: /*BgColor*/ #ffffff /*BgColor*/;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  clear: both;
  overflow: auto;
}
.popupcontent .calendarview h2 {
  text-align: center;
  padding-top: 7px;
  float: left;
  width: 70%;
  font-size: 30px;
}
.popupcontent .calendarview h1,
.popupcontent .calendarview p {
  padding-bottom: 10px;
}
.popupcontent .calendarview h1 {
  padding-bottom: 0px;
  font-size: 20px;
}
.popupcontent .calendarview .arrow {
  float: left;
  width: 15%;
  text-align: center;
  padding-top: 20px;
}
.popupcontent .calendarview .paging {
  text-align: center;
  padding: 8px 0px;
}
.popupcontent .calendarview .paging table {
  width: 100%;
  text-align: center;
}
.popupcontent .calendarview .paging td input {
  margin-right: 5px;
}
.popupcontent .calendarview .arrow:first-child {
  /*float: left;
            text-align: left;
            width:50%;*/
}
.popupcontent .calendarview #tblApply td {
  padding: 2px;
}
.popupcontent .calendarview input[type=submit] {
  padding: 5px;
}
.popupcontent .calendarview .bookingButton span {
  color: #ffffff;
  padding: 10px;
  border-radius: 2px;
  font-weight: bold;
  float: right;
  background: #e12e2e;
}
.popupcontent .calendarview .bookingButton a span {
  background: #5bbb5b;
}
.popupcontent .searchview {
  width: 700px;
  margin: 20px auto;
}
.popupcontent .searchview h1 {
  width: auto;
  float: left;
}
.popupcontent .searchview .search {
  float: right;
}
.popupcontent .searchview .searchpages {
  float: left;
  width: 700px;
  text-align: center;
  padding-top: 10px;
  height: 28px;
  display: block;
}
.popupcontent .searchview .searchpages a {
  padding: 5px 10px;
  text-align: center;
  background: #fcfcfc;
  display: inline-block;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.popupcontent .searchview .searchpages a:hover {
  text-decoration: none;
  color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.popupcontent .searchview .searchpages a.active {
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.popupcontent .searchview .searchpages a:active {
  background: /*BgColor*/ #ffffff /*BgColor*/;
  color: /*LinkColor*/ #0046ad /*LinkColor*/;
}
.popupcontent .searchview .resultlist {
  overflow: auto;
  height: 420px;
  float: left;
  width: 700px;
}
.popupcontent .searchview .searchitem {
  float: left;
  padding: 20px 0px;
  width: 660px;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.popupcontent .searchview .searchitem:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.popupcontent .searchview .searchitem h2 a {
  float: left;
}
.popupcontent .searchview .searchitem h2 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.popupcontent .searchview .searchitem span {
  text-decoration: underline;
}
/***********************************************************/
.images .overlay {
  position: absolute;
  top: 0;
  left: -100%;
}
/***********************************************************/
.errorpage h1,
.errorpage h2 {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.errorpage h1 {
  margin-top: 50px;
  font-size: 42px;
  line-height: 50px;
}
.errorpage h2 {
  font-size: 25px;
  margin-top: 20px;
  padding: 0 15px;
}
.errorpage a {
  color: #FFF;
  text-decoration: underline;
}
.errorpage a:hover {
  color: #eaeaea;
}
@media screen and (max-width: 500px) {
  .errorpage h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .errorpage h2 {
    font-size: 15px;
  }
}
body {
  -webkit-text-size-adjust: 100%;
}
.frontPageWrapper {
  overflow: auto;
}
.pnlEditModule {
  position: absolute !important;
}
.subcontent {
  width: 100%;
}
.headWrapper {
  padding-top: 10px;
}
.logoWrapper {
  text-align: center;
  margin: 15px 0 25px 0;
}
.logoWrapper img {
  width: 100%;
  max-width: 220px;
}
.menuWrapper {
  background: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
}
.contentWrapper {
  max-width: 700px;
  overflow: hidden;
  padding-top: 20px;
}
.imageRotation {
  margin-top: -120px;
  background: /*BgColor*/ #ffffff /*BgColor*/;
}
.horseSaleWrapper .smallImages div {
  display: inline-block;
  width: 90px;
  padding: 4px;
  margin: 4px;
  text-align: center;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.horseSaleWrapper #div-stamtavle td {
  word-wrap: break-word;
  word-break: break-all;
  padding: 6px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.horseSaleWrapper .horse-headlinebar {
  font-weight: bold;
  font-size: 16px;
  margin: 14px 0 14px 0;
}
.horseSaleWrapper #div-info table {
  margin: auto;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.horseSaleWrapper #div-info table td {
  padding: 6px;
  text-align: left;
}
.horseListItem {
  min-width: 190px;
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: top;
  width: 32.8%;
}
.horseview {
  text-align: center;
}
.frontPageLinksWrapper img {
  width: 100%;
}
.sitecontent .frontPageLinksWrapper h2 {
  float: none;
}
.sitecontent .frontPageLinksHeader {
  float: none;
}
.frontPageLinksWrapper h2 {
  text-align: left;
}
.frontPageLinksWrapper h2 a {
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
  font-size: 14px;
  font-weight: normal;
}
.separator img {
  width: 100%;
  min-height: 1px;
}
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.menuIcon {
  padding: 10px 8px;
  display: inline-block;
  border-radius: 4px;
  float: right;
  margin-bottom: 10px;
  background: #fe5800;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5800), color-stop(100%, #d64a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fe5800 0%, #d64a00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5800', endColorstr='#d64a00', GradientType=0);
  /* IE6-9 */
}
.contentWrapper .submenu ul li:first-child {
  display: none;
}
.frontPageLinksWrapper {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}
.frontPageLinksWrapper > h2 {
  float: none;
  margin-bottom: 20px;
}
.frontPageLinksWrapper .date {
  font-size: 10px;
  display: block;
  margin-bottom: 6px;
}
.frontPageLinksWrapper .itemWrapper > div {
  font-size: 13px;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .frontPageLinksWrapper .itemWrapper > div:first-child {
    margin-top: 0;
  }
}
.frontPageLinksWrapper .itemWrapper > div h2 {
  margin-bottom: 6px;
  float: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  background: #0046ad;
}
.frontPageLinksWrapper .itemWrapper > div h2 a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.frontPageLinksWrapper .itemWrapper > div img {
  width: 100%;
}
.frontPageLinksWrapper .news-teaser {
  margin-bottom: 6px;
}
@media screen and (min-width: 480px) {
  .frontPageLinksWrapper {
    overflow: hidden;
  }
  .frontPageLinksWrapper .itemWrapper {
    margin: -2%;
  }
  .frontPageLinksWrapper .itemWrapper > div {
    width: 46%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 960px) {
  .frontPageLinksWrapper .itemWrapper > div {
    width: 21%;
  }
}
html.sitecontent .frontPageCalender {
  margin-bottom: 60px;
}
html.sitecontent .frontPageCalender h1 {
  float: none;
  margin: 15px 1%;
  background: url(/gfx/CalendarLogo.png) left top no-repeat;
  min-height: 30px;
  width: auto;
  padding-left: 35px;
}
html.sitecontent .frontPageCalender .linkToCalendar {
  display: block;
  margin: 20px 1% 0 1%;
}
html.sitecontent .frontPageCalender .itemWrapper a {
  display: block;
  text-transform: uppercase;
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 1%;
}
html.sitecontent .frontPageCalender .itemWrapper a:hover {
  background-color: #efefef;
}
html.sitecontent .frontPageCalender .itemWrapper span {
  display: inline-block;
  vertical-align: middle;
}
html.sitecontent .frontPageCalender .itemWrapper span.date {
  color: #808080;
  text-align: center;
  margin-right: 20px;
}
html.sitecontent .frontPageCalender .itemWrapper .arrow {
  color: /*CustomColor*/ #ff5800 /*CustomColor*/;
  float: right;
  margin-top: 8px;
}
.frontPageNews {
  font-size: 0;
  margin-bottom: 40px;
}
.frontPageNews .itemWrapper {
  margin: 0 1%;
}
.frontPageNews .linkToNews {
  display: block;
  margin: 20px 1% 0 1%;
}
#frontPageNews h1 {
  float: none;
  margin: 15px 1%;
  background: url(/gfx/CalendarLogo.png) left top no-repeat;
  min-height: 30px;
  width: auto;
  padding-left: 35px;
}
.frontPageWrapper .frontPageNews .date {
  font-size: 11px;
  display: block;
  margin-bottom: 8px;
}
.frontPageNews .itemWrapper > div {
  font-size: 13px;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .frontPageNews .itemWrapper > div:first-child {
    margin-top: 0;
  }
}
.frontPageNews .itemWrapper > div h2 {
  margin-bottom: 8px;
  float: none;
  text-transform: uppercase;
}
.frontPageNews .itemWrapper > div h2 a {
  color: /*HeadlineColor*/ #0046ad /*HeadlineColor*/;
  font-size: 14px;
  font-weight: bold;
}
.frontPageNews .itemWrapper > div img {
  width: 100%;
  margin-bottom: 8px;
}
.frontPageNews .news-teaser {
  margin-bottom: 6px;
}
@media screen and (min-width: 480px) {
  .frontPageNews {
    overflow: hidden;
  }
  .frontPageNews .itemWrapper {
    margin: -2% -1%;
  }
  .frontPageNews .itemWrapper > div {
    width: 46%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 960px) {
  .frontPageNews .itemWrapper > div {
    width: 21%;
  }
}
#frontPageTextWrapper {
  text-align: center;
}
.frontPageTextWrapper {
  margin: 40px auto;
  max-width: 640px;
  display: inline-block;
}
.frontPageTextWrapper h1 {
  font-size: 18px;
}
.sitecontent .footer {
  text-transform: uppercase;
}
.sitecontent .footer .contactInfo {
  width: 100%;
  float: left;
  text-align: center;
}
.sitecontent .footer .contactInfo h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0046ad;
}
.sitecontent .footer .contactInfo ul {
  text-align: center;
  line-height: 20px;
}
.sitecontent .footer .contactInfo ul li {
  display: inherit;
  margin: 0;
}
.sitecontent .footer .contactInfo .socials {
  margin-top: 15px;
}
.sitecontent .footer .contactInfo .socials img {
  margin-right: 5px;
}
.sitecontent .footer .languageSelection {
  margin-top: 30px;
  width: 100%;
  float: right;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
.sitecontent .footer .languageSelection img {
  width: 100%;
  max-width: 300px;
}
.sitecontent .footer .languageSelection div {
  width: 100%;
}
.sitecontent .footer .languageSelection .grayButton {
  margin-top: -100px;
}
.sitecontent .footer .actionForm {
  float: right;
  width: 100%;
  text-align: center;
}
.sitecontent .footer .actionForm .orangeButton {
  margin-bottom: 10px;
}
.sitecontent .footer .actionForm h1 {
  font-size: 15px;
  color: #0046ad;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.sitecontent .footer .actionForm h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 2px #888;
}
.sitecontent .footer .actionForm h2 a {
  color: #FFF;
}
.topActionForm {
  float: right;
  clear: right;
  text-align: center;
  margin-top: 25px;
}
.topActionForm .orangeButton {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.topActionForm > div {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.topActionForm h1 {
  text-align: right;
  font-size: 15px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
  display: inline;
  line-height: 20px;
}
.topActionForm h2 {
  text-align: right;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: inline;
  margin-bottom: 0px;
  line-height: 20px;
}
.topActionForm h2 a {
  color: #1e1e1e;
}
.topActionForm h2 a:hover {
  color: #1e1e1e;
}
.orangeButton {
  border: 1px solid #ec5100;
  border-radius: 2px;
  color: #FFF !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  background: #fe5800;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5800), color-stop(100%, #d64a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fe5800 0%, #d64a00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fe5800 0%, #d64a00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5800', endColorstr='#d64a00', GradientType=0);
  /* IE6-9 */
}
.grayButton {
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  color: #454545 !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #d6d6d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #d6d6d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #d6d6d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #d6d6d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #d6d6d6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #d6d6d6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d6d6d6', GradientType=0);
  /* IE6-9 */
}
.grayButton .buttonArrow {
  border-left: 5px solid #555555;
}
.buttonArrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  display: inline-block;
  margin-left: 10px;
}
.h30 {
  line-height: 28px;
}
.h40 {
  line-height: 38px;
}
.cookiePopup {
  width: 100%;
  border-top: 2px solid #dadada;
  border-bottom: none;
  height: auto;
  position: fixed;
  bottom: 0;
  background: #0046ad;
  opacity: 0.9;
  padding: 20px 10px;
  z-index: 3000;
  color: #FFFFFF;
  font-size: 12px;
  font-family: arial;
}
.cookiePopup p {
  color: #FFF;
  font-size: 12px;
  margin-bottom: 0;
}
.cookiePopup a {
  color: #FFFFFF;
  font-size: 12px;
  font-family: arial;
  text-decoration: underline;
}
.cookiePopup a:hover {
  color: #eaeaea;
}
.cookiePopup img {
  position: absolute;
  top: -32px;
  right: 5px;
  width: 24px;
}
.geoBox {
  background: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
  padding: 10px 0;
  text-align: center;
}
.geoBox input[type=checkbox] {
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.geoBox label {
  vertical-align: middle;
  margin: 0;
  font-weight: normal;
}
.geoHidden {
  display: none;
}
.mappingSystem {
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
}
.mappingSystem #map {
  width: 400px;
  height: 300px;
  margin-bottom: 10px;
}
.mappingSystem .item {
  border-bottom: 1px solid #dcdcdc;
  background-color: transparent;
  padding: 10px 5px 0 5px;
  float: left;
  width: 100%;
}
.mappingSystem .item.selected {
  background-color: #eeeeee;
}
.mappingSystem .item .content {
  display: none;
  margin-bottom: 10px;
}
.mappingSystem .leftBar {
  float: left;
  width: 250px;
}
.mappingSystem .rightBar {
  float: right;
  width: 400px;
}
.mappingSystem .rightBar .content {
  width: 400px;
  overflow: hidden;
}
#divPageContents .mappingSystem h1 {
  width: 100%;
  text-align: left;
}
#divPageContents .mappingSystem h2 {
  width: 100%;
  text-align: left;
  padding: 0px;
  border: 0px;
  margin: 0 0 10px 0;
}
#divPageContents .mappingSystem h2 a {
  color: #555555;
}
#divPageContents .mappingSystem h2 a:hover {
  color: #1e1e1e;
  text-decoration: none;
}
.attributesIcons ul {
  text-align: center;
}
.attributesIcons ul li {
  display: inline-block;
  padding: 5px;
}
.attributesIcons ul li img {
  width: 40px;
  cursor: pointer;
}
.attributesIcons ul li .mobileText {
  display: none;
}
@media screen and (max-width: 600px) {
  .attributesIcons ul li {
    display: inline-block;
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
  }
  .attributesIcons ul li img {
    margin: 5px;
  }
  .attributesIcons ul li .mobileText {
    display: block;
    float: left;
    width: 100%;
  }
}
#tiptip_content {
  font-family: 'PT Sans', sans-serif;
}
/*  OLD STYLES   */
.contacts {
  background: url(/gfx/layout/mapping-seperator.png) repeat-x bottom left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contacts tr {
  height: 25px;
}
.contacts tr:first-of-type {
  font-weight: bold;
}
.contacts a {
  color: #ff5800;
}
.contacts a:hover {
  text-decoration: underline;
}
#divPageContents .VideoWithParagraph {
  color: #555555;
  font-weight: 400;
  padding: 10px 0 10px 0;
}
#divPageContents .VideoWithParagraph .contentVideo {
  margin: 0 0 20px 0;
  width: 320px;
  padding: 0 10px 10px 0;
  float: left;
}
#divPageContents .VideoWithParagraph .contentParagraph {
  width: 370px;
  float: right;
  margin-bottom: 40px;
}
#divPageContents .VideoWithParagraph .contentParagraph h1 {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  text-transform: uppercase;
  float: left;
  clear: none;
  width: 370px;
  color: #ff5800;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 100;
}
#divPageContents .VideoWithParagraph .contentParagraph table {
  width: 100%;
}
#divPageContents .VideoWithParagraph .contentParagraph .viewMore {
  float: right;
  margin-right: 5px;
  height: 28px;
  background: url(/gfx/layout/button-gray.png) top left repeat-x;
  color: #666666;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
#divPageContents .VideoWithParagraph .contentParagraph .enquire {
  float: left;
  margin-left: 5px;
  height: 28px;
  background: url(/gfx/layout/button-orange.png) top left repeat-x;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
#divPageContents .enquire {
  float: left;
  margin-left: 5px;
  height: 28px;
  background: url(/gfx/layout/button-orange.png) top left repeat-x;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
#divPageContents .enquire:hover {
  text-decoration: none;
  color: pink;
}
#divPageContents .enquireBlue {
  float: left;
  margin-left: 5px;
  height: 28px;
  background: url(/gfx/layout/button-blue.png) top left repeat-x;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
#divPageContents .enquireBlue:hover {
  text-decoration: none;
}
#divPageContents .containerTypes {
  width: 410px;
  float: right;
  margin-bottom: 40px;
}
#divPageContents .containerTypes h1 {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  text-transform: uppercase;
  float: left;
  clear: none;
  width: 440px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 100;
}
#divPageContents .containerTypes .viewMore {
  float: right;
  margin-right: 5px;
  height: 28px;
  background: url(/gfx/layout/button-gray.png) top left repeat-x;
  color: #666;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
#divPageContents .containerTypes table {
  width: 100%;
}
#divPageContents .viewMore {
  float: left;
  margin-right: 5px;
  height: 28px;
  background: url(/gfx/layout/button-gray.png) top left repeat-x;
  padding: 0 10px;
  border-radius: 5px;
  text-align: center;
}
#divPageContents .viewMore a {
  color: #666;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 12px;
}
#divPageContents .viewMore a:hover {
  text-decoration: none;
}
#divNewsContents .enquire {
  float: left;
  margin-left: 5px;
  height: 28px;
  background: url(/gfx/layout/button-orange.png) top left repeat-x;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
#divNewsContents .enquire:hover {
  text-decoration: none;
}
#divNewsContents .enquireBlue {
  float: left;
  margin-left: 5px;
  height: 28px;
  background: url(/gfx/layout/button-blue.png) top left repeat-x;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
#divNewsContents .enquireBlue:hover {
  text-decoration: none;
}
.buttonOrange,
.buttonBlue {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 5px;
  height: 28px;
  background: url(/gfx/layout/button-orange.png) top left repeat-x;
  color: #ffffff !important;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.buttonOrange:hover,
.buttonBlue:hover {
  text-decoration: none;
}
.buttonBlue {
  background: url(/gfx/layout/button-blue.png) top left repeat-x;
}
.divtable {
  display: table;
  width: 100%;
}
.divtable .tr {
  display: table-row;
}
.divtable .tr .td {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  text-align: left;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .hiddenOver960 {
    display: none;
  }
  .contentWrapper .submenu {
    display: none;
  }
  .maxWidthWrapper {
    max-width: 920px;
    margin: auto;
    padding: 0 10px;
  }
  .submenuWrapper {
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-top: 24px;
  }
  .menuIcon {
    display: none;
  }
  .submenuWrapper .submenu {
    display: block !important;
  }
  .submenuWrapper .submenu ul li {
    display: none;
    background: none;
  }
  .submenuWrapper .submenu ul li:hover {
    background: #fcfcfc;
  }
  .submenuWrapper .submenu ul li a {
    line-height: 30px;
    padding: 15px 6px;
    font-size: 13px;
  }
  .submenuWrapper .submenu ul li.selected a {
    font-weight: bold;
  }
  .submenuWrapper .submenu ul li.open {
    display: block;
  }
  .submenuWrapper .submenu ul li > i {
    padding: 0 !important;
  }
  .mobileMenuWrapper {
    display: none;
  }
  .sitecontent .btn {
    padding: 2px 12px;
  }
  .frontPageText {
    text-align: left;
  }
  .sitecontent .footer .contactInfo {
    width: 25%;
    text-align: left;
  }
  .sitecontent .footer .contactInfo ul {
    text-align: left;
    line-height: 20px;
  }
  .sitecontent .footer .languageSelection {
    margin-top: 0;
    width: 50%;
  }
  .sitecontent .footer .languageSelection .grayButton {
    margin-top: -100px;
  }
  .sitecontent .footer .actionForm {
    width: 25%;
  }
}
@media screen and (max-width: 959px) {
  .hiddenUnder960 {
    display: none;
  }
  .submenuImage,
  .submenuHtml {
    display: none;
  }
  .logoWrapper {
    width: 100%;
    text-align: center;
  }
  .logoWrapper img {
    float: none !important;
  }
  .frontPageWrapper {
    position: relative;
  }
  .frontPageText {
    text-align: left;
  }
  .maxWidthWrapper {
    max-width: 700px;
    margin: auto;
    padding: 0 10px;
  }
  .menuWrapper {
    display: none;
  }
  .submenuWrapper {
    display: none;
    float: none;
    clear: both;
    margin: auto;
    width: 100%;
  }
  .submenuWrapper .submenu {
    margin: 0;
    margin-bottom: 10px;
    display: none;
  }
  .submenuWrapper .submenu ul li {
    display: block;
  }
  .logoWrapper {
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: left;
  }
  .menuIcon {
    margin-top: 28px;
    margin-bottom: 0;
  }
  .mobileMenuWrapper .submenu {
    display: none;
    margin-bottom: 0;
  }
  .mobileMenuWrapper .submenu ul li {
    border-bottom: none;
  }
  .mobileMenuWrapper .submenu ul li:first-child {
    border-top: none;
  }
  .sitecontent .bg {
    padding-bottom: 17%;
    position: absolute;
    width: 100%;
  }
  .imageRotation {
    margin-top: 25px;
  }
  .topActionForm {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sitecontent .languages {
    width: 100%;
  }
  .cookiePopup img {
    top: -36px;
    right: 5px;
    width: 32px;
  }
  .mappingSystem .leftBar {
    width: 100%;
  }
  .mappingSystem #map {
    width: 100%;
  }
  .mappingSystem .rightBar {
    width: 100%;
  }
  .mappingSystem .rightBar .content {
    width: 400px;
    overflow: hidden;
  }
  #divPageContents .containerTypes {
    width: 100%;
  }
  #divPageContents .containerTypes h1 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sitecontent .newsTicker {
    padding: 5px 0;
    position: relative;
    background: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    margin-top: 10px;
  }
  .sitecontent .newsTicker .rotationTitle {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    background: none;
    display: inline-block;
  }
  .sitecontent .newsTicker .rotationTitle h1 {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 40px;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .sitecontent .newsTicker .rotationTitle h1 a {
    color: #1e1e1e;
  }
  .sitecontent .newsTicker .rotationBox {
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .sitecontent .newsTicker .rotationBox > div {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .sitecontent .newsTicker .cycle-slideshow {
    box-sizing: border-box;
    margin: 0 40px;
    position: relative;
  }
  .sitecontent .newsTicker .news-item {
    left: 40px;
  }
  .sitecontent .newsTicker .news-item .news-headline {
    margin-bottom: 0;
    font-weight: normal;
  }
  .sitecontent .newsTicker .news-item .news-headline a {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
  }
  .sitecontent .newsTicker .news-item .date {
    display: none;
  }
  .sitecontent .newsTicker .navArrow {
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
  }
  .sitecontent .newsTicker .navArrow:hover {
    opacity: 1;
  }
  .sitecontent .newsTicker .cycle-prev {
    left: 10px;
    background: url(/gfx/layout/news-arrows.png) left center no-repeat;
  }
  .sitecontent .newsTicker .cycle-next {
    right: 10px;
    background: url(/gfx/layout/news-arrows.png) right center no-repeat;
  }
  .sitecontent .newsTicker .cycle-pager {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 10px;
  }
  .sitecontent .newsTicker .cycle-pager > div {
    height: 3px;
    background: #a1a1a1;
    width: 25%;
    float: left;
  }
  .sitecontent .newsTicker .cycle-pager > span {
    line-height: 10px;
    color: #a1a1a1;
  }
  .sitecontent .newsTicker .cycle-pager .cycle-pager-active {
    color: #0046ad;
  }
}
@media screen and (min-width: 481px) {
  .subcontent .calendar > table {
    width: 49%;
  }
  .subcontent .calendar ul {
    width: 49%;
    float: right;
    margin: 0;
  }
  .topActionForm .orangeButton {
    margin-left: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 959px) {
  .logoWrapper {
    clear: none;
  }
  .horseListItem {
    width: 49%;
  }
  .sitecontent .footer .contactInfo {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .sitecontent .footer .contactInfo ul {
    text-align: center;
    line-height: 20px;
  }
  .sitecontent .footer .languageSelection {
    width: 50%;
  }
  .sitecontent .footer .actionForm {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .logoWrapper {
    clear: both;
    float: none;
    text-align: center;
    position: relative;
    padding-bottom: 15%;
  }
  .logoWrapper .logo img {
    width: 50% !important;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .logoWrapper .menuIcon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
  .frontPageLinksWrapper .frontpagelinks {
    width: 70%;
    display: inline-block;
  }
  .sitecontent #divPageContents > div {
    font-size: 13px;
    line-height: 140%;
  }
  .subcontent .calendar > table {
    float: none;
    width: 100%;
  }
  .subcontent .calendar ul {
    float: none;
    margin-left: 0;
    width: auto;
    margin-top: 10px;
  }
  .popupcontent .calendarview .stylebox {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .popupcontent .calendarview .stylebox .arrow {
    display: none;
  }
  .popupcontent .calendarview .stylebox h2 {
    width: 100%;
  }
  .horseListItem {
    width: 100%;
  }
  .actionForm {
    margin-top: 30px;
  }
  .topActionForm > div {
    width: 100%;
  }
  .topActionForm h1 {
    width: 100%;
    text-align: center;
  }
  .topActionForm h2 {
    width: 100%;
    text-align: center;
  }
  .topActionForm .orangeButton {
    margin: 10px;
  }
  .topActionForm .grayButton {
    margin: 10px;
  }
  .sitecontent .footer .contactInfo {
    margin-top: 30px;
  }
  div span.fl {
    max-width: none !important;
  }
  div span.fr {
    max-width: none !important;
  }
  .divtable .tr .td {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 361px) {
  .subcontent .doubleImage > span:first-child {
    width: 48%;
    margin-right: 2%;
  }
  .subcontent .doubleImage > span + span {
    width: 48%;
    margin-left: 2%;
    margin-right: 0%;
  }
  .subcontent .fourImages > span {
    width: 24%;
    margin-right: 1.33%;
  }
  .subcontent .fourImages span + span + span + span {
    margin: 0;
  }
  .subcontent .gallery ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .subcontent .gallery ul li + li + li + li {
    margin-right: 0;
  }
  .newsitem a img {
    width: 160px;
  }
}
@media screen and (max-width: 360px) {
  .subcontent div span.fl,
  .subcontent div span.fr {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .subcontent .doubleImage > span {
    width: 100%;
  }
  .subcontent .doubleImage > span:first-child {
    margin-bottom: 4px;
  }
  .subcontent .fourImages span {
    width: 48%;
    margin: 2%;
  }
  .subcontent .fourImages span:first-child {
    margin-left: 0;
  }
  .subcontent .fourImages span + span {
    margin-right: 0;
  }
  .subcontent .fourImages span + span img {
    float: right;
  }
  .subcontent .fourImages span + span + span {
    margin-right: 2%;
    margin-left: 0;
    clear: left;
  }
  .subcontent .fourImages span + span + span img {
    float: left;
  }
  .subcontent .fourImages span + span + span + span {
    margin-right: 0;
    margin-left: 2%;
    clear: none;
  }
  .subcontent .fourImages span + span + span + span img {
    float: right;
  }
  .subcontent .gallery li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .subcontent .gallery li:nth-child(odd) {
    margin: 0 0 4% 0;
  }
  .subcontent .gallery li:first-child + li + li {
    clear: left;
  }
  .subcontent span.loggedInHeader {
    height: auto;
    min-height: 18px;
  }
  .subcontent .login input {
    margin: 0;
  }
  .subcontent .newsitem a {
    width: 100%;
    float: none;
  }
  .subcontent .newsitem a img {
    width: 100%;
  }
  .subcontent .newsitem h2 {
    margin-top: 10px;
  }
  .subcontent .newsitem h2 em {
    clear: both;
    float: left;
    margin-top: 4px;
  }
  .subcontent .newsview em {
    float: left;
    clear: both;
    margin-top: 6px;
  }
}
#tinybodyWrapper {
  padding: 20px;
}
#tinybodyWrapper #tinybody {
  width: 100%;
  margin: auto;
}
#tinybodyWrapper #tinybody .tinycontent {
  padding: 10px;
}
#tinybodyWrapper #tinybody .sitebottom {
  padding: 10px;
}
#tinybodyWrapper #tinybody .menu {
  margin-bottom: 4px;
}
#tinybodyWrapper #tinybody .menu a {
  display: inline-block;
  padding: 8px;
}
#tinybodyWrapper #tinybody .img {
  margin-bottom: 15px;
  width: 100%;
}
#tinybodyWrapper #tinybody h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
#tinybodyWrapper #tinybody h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
#tinybodyWrapper #tinybody p {
  margin-bottom: 15px;
}
#tinybodyWrapper #tinybody .border {
  border-style: solid;
  border-width: 1px;
}
.admin-design-s {
  font-size: 12px;
}
.admin-design-s h1,
.admin-design-s h2,
.admin-design-s h3 {
  font-family: 'Myriad Pro';
  text-transform: none;
}
.admin-design-s h1 {
  font-size: 30px;
}
.admin-design-s h2 {
  font-size: 22px;
}
.admin-design-s h3 {
  font-size: 18px;
}
.admin-design-s .spacerM {
  margin-bottom: 20px;
}
.admin-design-s .spacerL {
  margin-bottom: 40px;
}
.admin-design-s .button {
  display: inline-block;
  border: none;
  background-color: #2d517e;
  color: white;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}
.admin-design-logo input[type="number"],
.admin-design-logo select {
  font-size: 16px;
  padding: 8px;
}
.admin-design-logo .imageWrapper {
  border: 1px solid #CCCCCC;
  width: 920px;
}
.admin-design-text input[type="text"] {
  font-size: 16px;
  width: 400px;
  padding: 8px;
}
.admin-design-text select {
  font-size: 16px;
  padding: 8px;
}
.admin-design-index .largeButton {
  display: block;
  background-color: #2d517e;
  color: white;
  font-size: 40px;
  padding: 20px;
  font-family: 'Myriad Pro';
}
.admin-design-index .largeButton:hover {
  background-color: #e86b00;
}
.admin-design-index .largeButton span {
  text-align: center;
  font-size: 12px;
}
.admin-design-index .largeText {
  font-size: 18px;
}
.admin-design-style .saveBtn {
  padding: 10px 40px;
  background-color: #303946;
  color: white;
  font-size: 38px;
  font-family: 'Myriad Pro';
  border: none;
}
.admin-design-style .colorSelects td {
  padding: 4px;
}
.admin-design-style .colorSelects input[type="text"].color {
  width: 50px;
  border: 1px solid #a9a9a9;
}
.admin-design-style .colorTemplates > div {
  display: inline-block;
  margin-right: 10px;
}
.admin-design-style .colorTemplates input[type="radio"] {
  vertical-align: bottom;
}
/*----- IMAGEOVERLAY -----*/
#divPageContents .imageOverlayBox {
  position: relative;
}
#divPageContents .imageOverlayBox img {
  width: 100%;
}
#divPageContents .imageOverlayBox .overlayBoxContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
}
#divPageContents .imageOverlayBox .overlayBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #FFF;
}
#divPageContents .imageOverlayBox .overlayBox .buttonLink {
  padding: 15px 50px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  color: #FFF;
  font-size: 18px;
  line-height: 19px;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
  border: 1px solid #adadad;
  border-radius: 4px;
  font-family: 'myriad-pro', sans-serif;
  text-shadow: none;
}
#divPageContents .imageOverlayBox .overlayBox .buttonLink:hover {
  background-color: #fcfcfc;
  color: #000;
  transition: 0.5s;
}
#divPageContents .imageOverlayBox .overlayBox h1 {
  font-family: 'myriad-pro', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  padding-bottom: 20px;
  color: #FFF;
}
#divPageContents .imageOverlayBox .overlayBox h2 {
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  margin: auto;
  font-family: 'myriad-pro', sans-serif;
}
#divPageContents .imageOverlayBox .overlayBox p {
  max-width: 70%;
  margin: 10px auto 20px auto;
  color: white;
  font-size: 18px;
  font-weight: normal;
  font-family: 'myriad-pro', sans-serif;
}
#divPageContents .imageOverlayBox .overlayBox a {
  color: white;
}
#divPageContents .imageOverlayBox .overlayBox a:hover {
  color: #eaeaea;
}
@media screen and (max-width: 480px) {
  #divPageContents .imageOverlayBox .overlayBoxContainer {
    position: relative;
    margin-top: 20px;
  }
  #divPageContents .imageOverlayBox .overlayBox h1,
  #divPageContents .imageOverlayBox .overlayBox h2,
  #divPageContents .imageOverlayBox .overlayBox p {
    color: #000;
    text-shadow: none;
  }
  #divPageContents .imageOverlayBox .overlayBox .buttonLink {
    color: #636363;
  }
}
