<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://fonts.googleapis.com/css?family=Dancing+Script";
input[type="text"], input[type="password"], textarea, select, input[type="date"] {
  padding: .5em .6em !important;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, input[type="date"]:focus {
    border: 1px solid #32c5d2;
    outline: none;
    background: #fafafa; }

select {
  height: 37px; }

.form {
  margin-top: 25px;
  width: 50%; }
  .form .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; }

.row_label {
  font-weight: bold; }

.section_title {
  display: block;
  color: #32c5d2;
  font-size: 36px;
  padding-bottom: 20px; }

#google-map {
  overflow: hidden;
  float: right;
  width: 45%;
  height: 365px;
  background: #fafafa;
  margin-top: 48px;
  border: 1px solid #ccc;
  border-radius: 4px; }
  #google-map iframe {
    width: 100%;
    height: 100%; }

.submit {
  line-height: 50px;
  background-color: #32c5d2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .submit:hover {
    background-color: #1c7982; }

#tagline-1 {
  font-family: 'Dancing Script', cursive;
  text-transform: capitalize;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: normal; }

.list-gallery {
  overflow: auto;
  clear: both; }
  .list-gallery ul {
    margin: 0;
    padding: 0; }
  .list-gallery li {
    list-style: none;
    margin-left: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    .list-gallery li img {
      width: 260px; }

.imagecontour {
  padding: 10px;
  border: solid 1px #EFEFEF;
  background-color: #FFFFFF; }

.effect2 {
  position: relative; }

.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg); }

.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

.c-pagination {
  text-align: center; }

.pages {
  padding: 0;
  margin: 0;
  display: inline-block; }
  .pages a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #5c6873;
    font-weight: 400;
    padding: 7px 4px 6px 4px;
    border-radius: 40px;
    border: 1px solid #eeeeee; }
  .pages li {
    list-style: none;
    display: inline-block; }
    .pages li a:hover {
      color: #32c5d2; }
    .pages li.selected a {
      border-color: #32c5d2;
      background: #32c5d2;
      color: #fff; }
    .pages li.disabled {
      display: none; }

#nav li {
  position: relative; }
  #nav li:hover &gt; ul {
    display: block; }
  #nav li &gt; ul {
    list-style: none;
    display: none;
    position: absolute;
    width: 220px;
    left: 0;
    padding-left: 0;
    margin-left: 0;
    text-align: left; }
    #nav li &gt; ul &gt; li {
      position: relative;
      background: #fff; }
      #nav li &gt; ul &gt; li &gt; a {
        white-space: nowrap;
        font-size: 16px;
        color: #6C7580;
        line-height: 50px;
        background: rgba(216, 216, 216, 0.19);
        display: block;
        height: 50px;
        padding: 0 20px;
        border-bottom: 1px solid #D9D9D9;
        position: relative;
        /*&amp;:before{
						content: '';
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 6px 0 6px 5px;
						border-color: transparent transparent transparent lighten(red, 40%);
						position: absolute;
						right: 20px;
						display: block;
					}*/ }
      #nav li &gt; ul &gt; li:last-of-type &gt; a {
        border-bottom: none; }
      #nav li &gt; ul &gt; li:hover &gt; a, #nav li &gt; ul &gt; li.active &gt; a {
        color: #32c5d2;
        background-color: #fff; }
        #nav li &gt; ul &gt; li:hover &gt; a:before, #nav li &gt; ul &gt; li.active &gt; a:before {
          border-width: 6px 0 6px 5px;
          border-color: transparent transparent transparent blue; }
      #nav li &gt; ul &gt; li:hover &gt; ul, #nav li &gt; ul &gt; li.active &gt; ul {
        display: block; }
      #nav li &gt; ul &gt; li &gt; ul {
        display: none;
        position: absolute;
        width: 220px;
        left: 0;
        padding-top: 0;
        top: 0;
        left: 100%;
        text-align: left; }
        #nav li &gt; ul &gt; li &gt; ul &gt; li {
          position: relative;
          background: #fff; }
          #nav li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
            white-space: nowrap;
            font-size: 16px;
            color: #6C7580;
            line-height: 50px;
            background: rgba(216, 216, 216, 0.19);
            display: block;
            height: 50px;
            padding: 0 20px;
            border-bottom: 1px solid #D9D9D9; }
          #nav li &gt; ul &gt; li &gt; ul &gt; li:last-of-type &gt; a {
            border-bottom: none; }
          #nav li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a, #nav li &gt; ul &gt; li &gt; ul &gt; li.active &gt; a {
            color: #34383D;
            background-color: #fff; }

ul#site-languages {
  position: absolute;
  right: -15px;
  top: 18px; }
  ul#site-languages li {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 2px; }
    ul#site-languages li a {
      display: block;
      width: 20px;
      height: 20px;
      background-color: #eee;
      line-height: 20px;
      text-align: center; }
      ul#site-languages li a:hover {
        background-color: #ddd; }
      ul#site-languages li a.active {
        background-color: #ec514a;
        color: #fff; }
</pre></body></html>