@charset "UTF-8";
/* v20181228 */
/* v20181228 */
/*cores*/
#eyeDiv {
  display: none; }

/* v20181228 */
header {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  header nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 320px;
    padding: 160px 0 40px;
    background: -moz-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #590808), color-stop(0%, #590808), color-stop(100%, #2e0505), color-stop(100%, #2e0505));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(314deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* ie10+ */
    background: linear-gradient(136deg, #590808 0%, #590808 0%, #2e0505 100%, #2e0505 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590808', endColorstr='#2E0505',GradientType=0 );
    /* ie6-9 */
    /*        background: rgb(151,130,114);
            background: -moz-linear-gradient(-45deg,  rgba(151,130,114,1) 0%, rgba(203,104,92,1) 20%, rgba(255,147,128,1) 50%, rgba(255,208,171,1) 85%, rgba(254,219,169,1) 100%);
            background: -webkit-linear-gradient(-45deg,  rgba(151,130,114,1) 0%,rgba(203,104,92,1) 20%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
            background: linear-gradient(135deg,  rgba(151,130,114,1) 0%,rgba(203,104,92,1) 20%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#978272', endColorstr='#fedba9',GradientType=1 );*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 980px) {
      header nav {
        padding: 120px 0 40px; } }
    @media only screen and (max-width: 728px) {
      header nav {
        padding: 90px 0 40px; } }
    header nav a {
      display: block;
      padding: 0 30px;
      font-weight: 600;
      line-height: 40px;
      text-transform: uppercase;
      color: #fcc43c; }
      header nav a:hover {
        background-color: #fff;
        color: #6b0807; }
    header nav .mainNav a {
      font-size: 18px; }
    header nav .tinyNav {
      margin: 20px 0; }
      header nav .tinyNav a {
        font-size: 14px; }
    header nav .socialNav {
      padding: 0 30px; }
      header nav .socialNav li {
        display: inline-block; }
        header nav .socialNav li a {
          position: relative;
          display: block;
          width: 40px;
          height: 60px;
          background-color: #6b0807;
          margin: 0;
          padding: 0; }
          header nav .socialNav li a:hover {
            background-color: #f3f0ea; }
            header nav .socialNav li a:hover [class^="icon-"], header nav .socialNav li a:hover [class*=" icon-"] {
              color: #6b0807; }
          header nav .socialNav li a [class^="icon-"], header nav .socialNav li a [class*=" icon-"] {
            position: absolute;
            left: 50%;
            bottom: 10px;
            transform: translateX(-50%);
            font-size: 20px;
            color: #fff;
            margin: 0;
            padding: 0; }
          header nav .socialNav li a:hover {
            background-color: #fff;
            color: #6b0807; }
      header nav .socialNav li + li a {
        margin-left: 10px; }
    header nav #form_search {
      margin: 20px 0 0;
      padding: 0 30px; }
      header nav #form_search * {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0; }
      header nav #form_search input {
        width: 220px;
        height: 40px;
        font-family: "Muli", Arial, Hrlvetica, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        padding: 0 10px; }
      header nav #form_search button {
        width: 40px;
        height: 40px;
        background-color: #f3f0ea; }
        header nav #form_search button:hover {
          background-color: #806f68; }
        header nav #form_search button span {
          font-size: 20px; }
  header .proglogo {
    position: absolute;
    left: 80px;
    top: 10px;
    z-index: 2;
    width: 23%;
    max-width: 220px;
    min-width: 95px; }
    @media only screen and (max-width: 980px) {
      header .proglogo {
        top: 10px; } }
    @media only screen and (max-width: 728px) {
      header .proglogo {
        left: 70px; } }
    header .proglogo a {
      display: block; }
    header .proglogo img {
      display: block;
      width: 100%; }

.open-layer {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 101;
  /*    background-color: $colorpinklight;*/
  color: #fff;
  z-index: 101; }
  .open-layer span {
    display: block;
    width: 50px;
    height: 100px;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase; }
    .open-layer span:before {
      /*
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      top: 35px;
      left: -13px;
      font-family: $defaultFont;
      content: "Menu";
      */
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 25px;
      font-family: 'atardeesua';
      font-size: 40px;
      content: "";
      color: #fff;
      transform: translateX(-50%); }
    @media only screen and (max-width: 728px) {
      .open-layer span {
        width: 40px;
        height: 80px;
        font-size: 22px; }
        .open-layer span:before {
          top: 28px; } }
  .open-layer.close {
    /*        background-color: $colorgreylight;*/ }
    .open-layer.close span:before {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 25px;
      font-family: 'atardeesua';
      font-size: 40px;
      content: "";
      color: #fff;
      transform: translateX(-50%); }

/* v20181228 */
/* header rest of site */
/*body {
    
    &:before {
        width:100%;
        height: 400px;
        position: absolute;
        top:0;
        left:0;
        content:'';        
        background: -moz-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  ff3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(92,5,5,1)), color-stop(0%, rgba(92,5,5,1)), color-stop(100%, rgba(92,5,5,0)), color-stop(100%, rgba(92,5,5,0)));  safari4+,chrome 
        background: -webkit-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  safari5.1+,chrome10+ 
        background: -o-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  opera 11.10+ 
        background: -ms-linear-gradient(270deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  ie10+ 
        background: linear-gradient(180deg, rgba(92,5,5,1) 0%, rgba(92,5,5,1) 0%, rgba(92,5,5,0) 100%, rgba(92,5,5,0) 100%);  w3c 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0505', endColorstr='#5c0505',GradientType=0 );  ie6-9 

    }

}*/
header.headerRos {
  height: 130px;
  background: url("/atardeesua/resources/img/back-2020.jpg") no-repeat center/cover;
  /*margin-bottom: 30px;*/
  /*
  background: rgb(177,90,145);
  background: -moz-linear-gradient(25deg, rgba(177,90,145,1) 0%, rgba(242,155,161,1) 20%, rgba(241,241,241,1) 50%);
  background: -webkit-linear-gradient(25deg, rgba(177,90,145,1) 0%,rgba(242,155,161,1) 20%,rgba(241,241,241,1) 50%);
  background: linear-gradient(25deg, rgba(177,90,145,1) 0%,rgba(242,155,161,1) 20%,rgba(241,241,241,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b15a91', endColorstr='#f1f1f1',GradientType=1 );
  */
  /*
  background: rgb(203,104,92);
  background: -moz-linear-gradient(-45deg,  rgba(203,104,92,1) 0%, rgba(255,147,128,1) 50%, rgba(255,208,171,1) 85%, rgba(254,219,169,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(203,104,92,1) 0%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
  background: linear-gradient(135deg,  rgba(203,104,92,1) 0%,rgba(255,147,128,1) 50%,rgba(255,208,171,1) 85%,rgba(254,219,169,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb685c', endColorstr='#fedba9',GradientType=1 );*/ }
  @media only screen and (min-width: 728px) {
    header.headerRos nav {
      padding: 110px 0 40px; } }
  header.headerRos .proglogo {
    position: relative;
    display: inline-block;
    top: 10px; }
    header.headerRos .proglogo img {
      width: 130px; }
      @media only screen and (max-width: 728px) {
        header.headerRos .proglogo img {
          width: 95px; } }
  @media only screen and (max-width: 728px) {
    header.headerRos {
      height: 95px;
      /*margin-bottom: 20px;*/ } }
  @media only screen and (max-width: 480px) {
    header.headerRos {
      /*margin-bottom: 10px;*/ } }

.headerSectionName {
  max-width: 1440px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #806f68; }
  @media only screen and (max-width: 480px) {
    .headerSectionName {
      margin: 10px auto;
      font-size: 5vw; } }

/* v20181228 */
.mainFormArea {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  /*grid-template-columns: calc(100% - 340px) 340px;*/
  grid-template-columns: 1fr 340px;
  /*grid-auto-flow: column;*/
  grid-gap: 0;
  background-color: #f5f5f5; }
  @media only screen and (max-width: 980px) {
    .mainFormArea {
      grid-template-columns: 1fr; } }
  .mainFormArea .mainColumnRight {
    /*
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    justify-self: stretch;
    */ }
  .mainFormArea .mainColumnRight {
    background-color: #eaeaea;
    padding: 20px; }

.formWrapper {
  margin: 30px; }
  .formWrapper section {
    margin: 30px 0; }
  .formWrapper .formIntrotext {
    font-size: 20px;
    font-weight: 700; }
  .formWrapper .formTitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .formWrapper input {
    box-sizing: border-box;
    font-family: "Muli", Arial, Hrlvetica, sans-serif;
    font-size: 18px;
    border: 1px solid #eaeaea;
    padding: 10px;
    outline-color: #007eff; }
  .formWrapper input[type="text"], .formWrapper input[name="name"], .formWrapper input[name="emailContact"] {
    width: 100%;
    max-width: 400px; }
  .formWrapper input[type="submit"] {
    clear: left;
    padding: 20px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    color: #007eff;
    border: 2px solid #eaeaea;
    cursor: pointer; }
    @media only screen and (max-width: 460px) {
      .formWrapper input[type="submit"] {
        display: block;
        margin: 20px auto; } }
    .formWrapper input[type="submit"]:hover {
      background-color: #eaeaea;
      color: #242424;
      text-decoration: none; }
  .formWrapper a {
    color: #007eff; }
    .formWrapper a:hover {
      text-decoration: underline; }
  .formWrapper .error {
    color: red; }

/* select */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 90;
  width: 100%;
  max-width: 400px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

div.cs-active {
  z-index: 90; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #000; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

/* theme */
div.cs-skin-border {
  background: #fff; }

.cs-skin-border > span {
  border: 2px solid #eaeaea;
  /*border-color: inherit;*/
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s; }

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  font-family: 'atardeesua';
  content: '\e5db'; }

.cs-skin-border ul span::after {
  content: '';
  opacity: 0; }

.cs-skin-border .cs-selected span::after {
  content: '\e5ca';
  color: #666666;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.cs-skin-border.cs-active > span {
  background: #fff;
  border-color: transparent;
  color: #623581; }

.cs-skin-border .cs-options {
  color: #007eff;
  /*font-size: 0.75em;*/
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s; }

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cs-skin-border ul span {
  padding: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #eaeaea; }

#submitButton:disabled {
  opacity: .35; }
  #submitButton:disabled:hover {
    cursor: not-allowed; }

/* IE 11 fix for the 2.6% that live on the past */
_:-ms-fullscreen .mainFormArea, :root .mainFormArea {
  overflow: hidden; }
  _:-ms-fullscreen .mainFormArea .mainColumnLeft, :root .mainFormArea .mainColumnLeft {
    width: calc(100% - 340px);
    float: left; }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .mainFormArea .mainColumnLeft, :root .mainFormArea .mainColumnLeft {
        width: 100%;
        float: none; } }
  _:-ms-fullscreen .mainFormArea .mainColumnRight, :root .mainFormArea .mainColumnRight {
    width: 340px;
    float: left; }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .mainFormArea .mainColumnRight, :root .mainFormArea .mainColumnRight {
        width: 100%;
        float: none; } }

/*# sourceMappingURL=formTemplate.css.map */
