@import url(/css/ionicons-2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@-webkit-keyframes fader {
  0% {
    opacity: 0; }

  66% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fader {
  0% {
    opacity: 0; }

  66% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fader {
  0% {
    opacity: 0; }

  66% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fader {
  0% {
    opacity: 0; }

  66% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.7em;
  text-decoration: none;
  list-style: none;
  border: none;
  outline: none;
  -webkit-text-size-adjust: none; }

br {
  line-height: 1em; }

img {
  vertical-align: middle;
  max-width: 100%; }

body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
  max-width: 100%;
  overflow: hidden; }

.hide {
  display: none; }

.inner_wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

a {
  color: #fea436;
  text-decoration: none;
  /* Header
----------------------------------------*/ }

#bg-content {
  cursor: pointer;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
  padding: 50px;
  opacity: 1;
  -webkit-animation: zoomIn 0.5s;
  -ms-animation: zoomIn 0.5s;
  -moz-animation: zoomIn 0.5s;
  -o-animation: zoomIn 0.5s;
  animation: zoomIn 0.5s; }

#menu-placeholder {
  height: 65px; }

body.index #menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

body.index #menu.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0; }

body:not(.index) #header {
  min-height: 65px; }

#menu {
  height: 65px;
  background: #fea436;
  overflow: hidden;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Content
----------------------------------------*/ }
  #menu #logo {
    font-family: 'Present W01 Bold', sans-serif;
    font-weight: 400;
    float: left; }
    #menu #logo a {
      display: inline-block;
      padding: 14px 0; }
  #menu.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
  #menu ul {
    padding: 0;
    float: right; }
  #menu li {
    margin: 0;
    display: inline-block;
    float: left; }
  #menu li a {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    line-height: 65px;
    color: #fff;
    letter-spacing: 1px;
    position: relative; }
    #menu li a.active, #menu li a:hover {
      background: rgba(255, 255, 255, .05); }
  #menu #social {
    float: right;
    position: absolute;
    right: 10px; }
    #menu #social a {
      color: #fff;
      line-height: 65px;
      font-size: 26px;
      display: inline-block; }
      #menu #social a i {
        padding: 7px 13px;
        display: inline-block;
        line-height: 1em; }
      #menu #social a:hover i {
        background: #fff;
        color: #fea436; }

#content {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 34px;
  color: #111;
  max-width: 960px;
  margin: 0 auto;
  text-align: justify;
  position: relative; }
  #content .ed-headline {
    text-align: center; }
  #content h2, #content h2 a {
    font-family: 'Present W01 Bold', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.35em;
    text-transform: none;
    color: #fea436;
    text-align: center;
    display: inline-block;
    white-space: nowrap; }
  #content h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-weight: bold;
    font-size: 27px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #111;
    color: #772734;
    padding: 0 0 10px 0;
    text-align: center; }
  #content table {
    width: 100%;
    background: #f3f3f3;
    width: 100%;
    white-space: nowrap; }
    #content table td, #content table th {
      padding: 5px 10px;
      padding-bottom: 5px; }
    #content table th {
      background: #cc071e;
      color: #fff;
      font-weight: bold;
      padding: 10px 5px; }
    #content table tbody tr:nth-child(odd) {
      background: #fff; }
  #content .ed-text a {
    color: #fea436; }
  #content a:hover {
    color: #fea436; }
  #content .ed-image br {
    display: none; }
    #content .ed-image span {
      display: inline-block;
      margin-left: 10px; }
  #content .ed-element {
    padding: 0; }
  #content .button {
    color: #fff;
    background: #fea436;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    -webkit-appearance: none;
    border-bottom: 3px solid rgba(0, 0, 0, .15);
    border-radius: 0; }
    #content .button:hover {
      color: #fff;
      border-color: #fea436; }
  #content input[type="text"], #content textarea, #content select {
    background: #f3f3f3;
    border: none;
    margin: 0 0 5px 0;
    display: inline-block;
    border-radius: 0;
    padding: 8px;
    font: inherit;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none; }
  #content input[type="submit"] {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    width: 100%;
    border: 1px solid #fea436;
    background: #fea436;
    line-height: 43px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    letter-spacing: 1px;
    position: relative; }
    #content input[type="submit"]:hover {
      border-color: #e67f01;
      background: #e67f01; }
  #content .ed-form-captcha {
    float: left; }
  #content .ed-form-button {
    width: 140px;
    float: left;
    margin: 0px; }
  #content .ed-text ul li:before, #content .ed-html ul li:before {
    color: #fea436;
    content: "\f363";
    display: inline-block;
    font-family: Ionicons;
    margin-left: -1.2em;
    width: 1.2em; }
  #content .ed-text ul li {
    list-style: none; }
  #content .ed-html ul li i {
    padding: 0 0 0 2px; }
  #content strong {
    font-family: 'Lato', sans-serif;
    font-weight: bold; }

#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }
  #backToTop i {
    background: #fea436;
    color: #fff;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center; }

#content .ed-form-captcha label {
  float: left;
  margin-right: 20px;
  width: auto;
  line-height: 40px; }

#content .icon-box {
  background: #fff; }
  #content .icon-box i {
    font-size: 60px;
    line-height: 60px;
    color: #fea436; }
  #content .icon-box .span8 {
    padding: 0 30px !important; }
  #content .icon-box h3 {
    color: #fea436;
    font-size: 26px;
    margin-top: 10px; }

.page-508425 #content {
  /* Footer */ }
  .page-508425 #content .ed-headline {
    text-align: left; }
  .page-508425 #content h2:not(.title) {
    margin: 30px 0 10px 0;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    padding: 0;
    background: none;
    color: #fea436; }
  .page-508425 #content .ed-html p {
    text-align: justify;
    margin: 0 0 30px 0; }
  .page-508425 #content .ed-html ul {
    padding: 0 0 30px 0;
    margin: 0; }
  .page-508425 #content .ed-html ul li {
    list-style: none;
    padding: 0 0 0 1.2em;
    margin: 0 0 0 0;
    line-height: 30px; }
  .page-508425 #content .ed-html ul li:before {
    color: #fea436;
    content: "\f363";
    display: inline-block;
    font-family: Ionicons;
    margin-left: -1.2em;
    width: 1.2em; }

#footer {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  position: relative;
  padding: 0; }
  #footer section.full-width {
    background: #fea436; }
  #footer .ed-map {
    padding: 0; }
  #footer h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 80px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  #footer a {
    color: inherit;
    line-height: 24px; }
  #footer a:hover {
    text-decoration: underline; }
  #footer i.icon-big {
    vertical-align: middle;
    font-size: 60px;
    color: #fff;
    width: 65px;
    border-radius: 999px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: left; }
  #footer p, #footer strong, #footer span {
    line-height: 34px; }

.ed-map {
  padding: 0; }

#content .fullscreen-gallery .ed-gallery {
  padding: 0; }
  #content .fullscreen-gallery .ed-gallery .ed-gallery-items {
    margin: 0;
    padding: 0; }
    #content .fullscreen-gallery .ed-gallery .ed-gallery-items li {
      margin: 0;
      overflow: hidden; }
    #content .fullscreen-gallery .ed-gallery .ed-gallery-items .ed-gallery-thumb {
      width: 16.66%;
      height: auto;
      margin: 0;
      padding: 0; }
      #content .fullscreen-gallery .ed-gallery .ed-gallery-items .ed-gallery-thumb img {
        width: 100% !important;
        height: auto !important;
        opacity: 0.9;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        #content .fullscreen-gallery .ed-gallery .ed-gallery-items .ed-gallery-thumb img:hover {
          opacity: 1;
          -webkit-transform: rotate(2deg) scale(1.05);
          -ms-transform: rotate(2deg) scale(1.05);
          -moz-transform: rotate(2deg) scale(1.05);
          -o-transform: rotate(2deg) scale(1.05);
          transform: rotate(2deg) scale(1.05); }
      #content .fullscreen-gallery .ed-gallery .ed-gallery-items .ed-gallery-thumb::before {
        display: none; }

.xdsoft_current {
  background: #fea436 !important;
  box-shadow: none !important; }

#content .acc h3 a {
  background: #772734; }
  #content .acc h3 a:hover, #content .acc h3 a.active {
    background: #fea436;
    color: #fff; }
