/* Colors
-------------------------------------------------------------------------- |--*/
/*
Green: #6ddbd1;
Red: #ff4e50;
Light Green: #e1f5c4;
Yellow: #ece474;
*/

/* Reset
-------------------------------------------------------------------------- |--*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
img {
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-transform: none;
  text-decoration: none;
  line-height: normal;
  font-variant: normal;
  white-space: normal;
  border: 0;
  list-style-image: none;
  list-style-type: none;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
small {
  display: block;
}

img {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
img a {
  border: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  outline-style: none;
  outline-width: 0px;
  text-decoration: none;
}

.left {
  float: left;
}
.right {
  float: right;
}
.none {
  display: none;
}
.no-scroll {
  overflow: hidden;
}
input,
select {
  vertical-align: middle;
}
:focus {
  outline: 0;
}
input,
textarea {
  outline-style: none;
  outline-width: 0px;
}
.clear {
  clear: both;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.third {
  width: 33%;
}

body {
  font-size: 62.5%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
span.versales {
  font-variant: small-caps;
}
del {
  text-decoration: line-through;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html,
body {
  height: auto;
  overflow-x: hidden;
}

.columnGrid {
  float: left;
  margin: 0 1%;
}

.grid12 {
  width: 98%;
}
.grid11 {
  width: 89.6667%;
}
.grid10 {
  width: 81.3333%;
}
.grid9 {
  width: 73%;
}
.grid8 {
  width: 65%;
}
.grid7 {
  width: 56.3333%;
}
.grid6 {
  width: 48%;
}
.grid5 {
  width: 39.6667%;
}
.grid4 {
  width: 31%;
}
.grid3 {
  width: 23%;
}
.grid2 {
  width: 14.6667%;
}
.grid1 {
  width: 6.3333%;
}

.column img {
  max-width: 100%;
}

/*--| Type
-------------------------------------------------------------------------- |--*/

@font-face {
  font-family: "bloklettersbalpen";
  src: url("../typo/bloklettersbalpen/bloklettersbalpen.eot");
  src: url("../typo/bloklettersbalpen/bloklettersbalpen.eot")
      format("embedded-opentype"),
    url("../typo/bloklettersbalpen/bloklettersbalpen.woff") format("woff"),
    url("../typo/bloklettersbalpen/bloklettersbalpen.ttf") format("truetype"),
    url("../typo/bloklettersbalpen/bloklettersbalpen.svg#blokletters_balpenbalpen")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/*--| Header
-------------------------------------------------------------------------- |--*/

.main-header {
  width: 100%;
  padding-top: 55px;
  background: white url(../img/top.png) repeat-x 0px top;
}

.main-header .top {
  width: 1000px;
  height: 125px;
  margin: 0 auto 12px auto;
}

.main-header .top a .logo {
  margin: -10px 0px 5px 0px;
  display: block;
  width: 100%;
  max-width: 245px;
  float: left;
}
.main-header .top h1 a:hover {
  color: #57b4e1;
}

.main-header .top .contact {
  width: 380px;
  height: 120px;
  float: right;
}

.main-header .top .contact address {
  float: right;
  width: 480px;
  height: 60px;
  margin: 10px 0px 0px 0px;
}

.main-header .top .contact address p {
  text-align: right;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5em;
  font-family: "bloklettersbalpen", Arial, Helvetica, sans-serif;
  color: #57b4e1;
}
.main-header .top .contact address p span {
  color: #58585a;
}
.main-header .top .contact address p a {
  color: #57b4e1;
}
.main-header .top .contact address p a:hover {
  color: #58585a;
}

.main-header .main-nav {
  width: 100%;
  border-top: 3px solid #b2dc76;
  margin: 0px 0px 0px 0px;
  /*  overflow: hidden;*/
}
.main-header .main-nav:after {
  clear: both;
  display: block;
  content: "";
}

.main-header .main-nav > ul {
  /*  width: 1000px;*/
  /*  margin: 2px auto 0px auto;*/
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}

.main-header .main-nav > ul:after {
  clear: both;
  content: "";
  display: block;
}

.main-header .main-nav > ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}

.main-header .main-nav li:hover .submenu {
  display: block;
}

.main-header .main-nav > ul > li a {
  display: block;
  float: left;
  padding: 0 12px;
  height: 50px;
  border-right: 2px solid #b2dc76;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 50px;
  font-family: "bloklettersbalpen", Arial, Helvetica, sans-serif;
  color: #58585a;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  margin: 0 0 0 1px;
  text-decoration: none;
}

html.lt-ie9 .main-header .main-nav > ul > li a {
  width: 160px;
}

.main-header .main-nav > ul > li a:hover,
.main-header .main-nav > ul > li a.active {
  color: #71c3eb;
}

.main-header .main-nav > ul li > .submenu {
  position: absolute;
  z-index: 250;
  background-color: #f9ffef;
  height: auto;
  min-height: 20px;
  overflow: hidden;
  margin: 48px 10px 0px 0px;
  display: none;
}

.main-header .main-nav > ul li > .submenu li {
  width: 100%;
  position: static;
}
.main-header .main-nav > ul li:last-child a {
  border-bottom: 0 !important;
}

.main-header .main-nav > ul li > .submenu li a {
  border-right: none;
  float: none;
  font-size: 1.5em;
  line-height: 30px;
  height: 30px;
  text-align: left;
  text-indent: 10px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #b2dc76;
  white-space: nowrap;
  padding: 5px 10px;
}

.main-header .main-nav > ul li.faq > .submenu > li a {
  width: 100%;
  padding: 5px 30px 5px 10px;
  white-space: nowrap;
}

.social a {
  display: block;
  float: left;
  margin-left: 5px;
  font-size: 15px;
  color: #58585a;
}
.social a:hover {
  color: #71c3eb;
}
.main-header .social {
  float: right;
}

.bx-wrapper img {
  max-width: 1500px !important;
  width: 100%;
  margin: auto;
}

/*--| Main
-------------------------------------------------------------------------- |--*/

.main {
  height: auto;
  min-height: 370px;
  /*  overflow: hidden;*/
}

.main .slider-wrap {
  max-width: 1200px;
  margin: auto;
}

.main .slider {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.bx-wrapper,
.bx-viewport {
  max-height: 500px !important;
}

.main .slider .slide {
  width: 100%;
  height: 440px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main .slider .slide.slide01 {
  background: url(../img/slide01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main .slider .slide.slide02 {
  background: url(../img/slide02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main .slider .slide.slide03 {
  background: url(../img/slide03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main .slider .slide.slide04 {
  background: url(../img/slide04.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main .slider .slide.slide05 {
  background: url(../img/slide05.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*--| Wellcome
-------------------------------------------------------------------------- |--*/

.wellcome {
  width: 1000px;
  height: auto;
  min-height: 420px;
  overflow: hidden;
  margin: 0px auto 0px auto;
}

.wellcome .cloud {
  width: 900px;
  height: 195px;
  position: absolute;
  z-index: 10;
  margin: -70px 0px 0px -450px;
  left: 50%;
  background: url(../img/hello.png) no-repeat 77px 0px;
  font-weight: 400;
  font-size: 9.9em;
  line-height: 1.5em;
  text-align: center;
  font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
  color: #58585a;
  padding-top: 54px;
}

.supt .cloud {
  width: 900px;
  height: 205px;
  position: absolute;
  z-index: 10;
  margin: -65px 0px 0px -450px;
  left: 50%;
  background: url(../img/hello2.png) no-repeat 63px 3px;
  font-weight: 400;
  font-size: 7em;
  line-height: 1.5em;
  text-align: center;
  font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
  color: #58585a;
  padding-top: 84px;
}

/*--| Home text
-------------------------------------------------------------------------- |--*/

.home h2 {
  font-weight: 400;
  font-size: 3em;
  line-height: 1.5em;
  font-family: "bloklettersbalpen", Arial, Helvetica, sans-serif;
  color: #71c3eb;
  text-align: center;
  width: 786px;
  margin: 200px 0px 8px 120px;
}

.home p {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #363636;
  width: 960px;
  margin-bottom: 15px;
  margin: 0 0 15px 0;
}

.home .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/*--| Supt
-------------------------------------------------------------------------- |--*/

.supt .content .column .staff {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.supt .content .column .staff img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 200px;
}
.supt .bigpic {
  margin: 0;
  width: 100%;
  height: 210px;
  background: url(../img/bigpic.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.activitycontainer {
  text-align: center;
}

.activity {
  width: 23%;
  padding: 0 1% 15px 1%;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.supt .content .column .button {
  padding: 10px 15px;
  background-color: #363636;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.8em;
  line-height: 1.8em;
}
.supt .content .column .button:hover {
  background-color: #71c3eb;
  color: #fff;
}
.quick-link-set {
  margin: 0 20px 20px 0;
  padding: 25px;
  background: #363636;
}
.quick-link-set h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2em;
  display: block;
  padding: 0;
}
.quick-link-set a {
  color: #fff !important;
  font-size: 1.5em;
}
.supt .content .column a[href^="tel:"] {
  text-decoration: none;
  font-size: 1em;
}
.supt .content .column a {
  color: #58585a;
}
.activity img {
  max-width: 100%;
}

.supt .cloud {
  margin-top: -25px;
}

.supt .content {
  width: 1000px;
  height: auto;
  min-height: 20px;
  overflow: hidden;
  margin: 300px auto 60px auto;
}

.supt .content .column {
  width: 100%;
  height: auto;
  min-height: 20px;
  float: left;
}
.supt .content .column img {
  margin: 0px 0px 30px 0px;
}

.supt .content .column blockquote {
  width: 80%;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 3.8em;
  line-height: 1.2em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #71c3eb;
  background: url(../img/quotes.jpg) no-repeat 0px 0px;
  padding: 0px 0px 0px 50px;
  height: auto;
  min-height: 20px;
  overflow: hidden;
}

.supt .content .column h1 {
  font-weight: 400;
  font-size: 7em;
  line-height: 1.2em;
  font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
  color: #58585a;
}

.supt .content .column h1 a {
  color: #58585a;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.supt .content .column h1 a:hover {
  color: #6ddbd1;
}

.supt .content .column h2,
.supt .content .column h3,
.supt .content .column h4,
.supt .content .column h5,
.supt .content .column h6 {
  font-weight: 700;
  font-size: 3.5em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #71c3eb;
  letter-spacing: -2px;
  margin-bottom: 0.5em;
}

.supt .content .column h2 a,
.supt .content .column h3 a,
.supt .content .column h4 a,
.supt .content .column h5 a,
.supt .content .column h6 a {
  color: #71c3eb;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.supt .content .column h2 a:hover,
.supt .content .column h3 a:hover,
.supt .content .column h4 a:hover,
.supt .content .column h5 a:hover,
.supt .content .column h6 a:hover {
  color: #71c3eb;
}

.supt .content .column h3 {
  font-size: 3.2em;
  color: #71c3eb;
}
.supt .content .column h3 a {
  color: #71c3eb;
}

.supt .content .column h4 {
  font-size: 2.9em;
}

.supt .content .column h5 {
  font-size: 2.5em;
  color: #71c3eb;
}
.supt .content .column h5 a {
  color: #71c3eb;
}

.supt .content .column h6 {
  font-size: 2.1em;
}

.supt .content .column img {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 15px;
}

.supt .content .column img.center {
  margin: 0px auto 20px auto;
}

.supt .content .column img.alignright {
  float: right;
  overflow: auto;
}

.supt .content .column img.right {
  margin-left: 20px;
}
.supt .content .column img.left {
  margin-right: 30px;
}

.supt .content .column figure {
  width: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
}

.supt .content .column small {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #71c3eb;
  margin: 20px 0px 30px 35px;
}

.supt .content .column small a {
  color: #71c3eb;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.supt .content .column small a:hover {
  color: #71c3eb;
}
.supt .content .column small b {
  color: #71c3eb;
}

.supt .content .column p {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #363636;
  margin: 0px 0px 15px 0;
}

.supt .content .column p a {
  color: #58585a;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.supt .content .column p a:hover {
  color: #71c3eb;
}
.supt .content .column p b {
  color: #71c3eb;
}

.supt .content .column ul {
  margin: 20px 0px 30px 20px;
}
.supt .content .column ul li {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #363636;
  margin: 0px 0px 5px 5px;
}
.supt .content .column ul li:before {
  content: "\2022";
  margin-right: 10px;
}

.supt .content .column ul li a {
  color: #58585a;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1em;
}
.supt .content .column ul li a:hover {
  color: #b2dc76;
}

.supt .content .column .center {
  text-align: center;
}

.supt .content .column .alignright {
  text-align: right;
}

.supt .content .column hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 30px 0px 40px 0px;
}

.supt .content .column .top {
  background-color: #71c3eb;
  font-weight: 700;
  font-size: 2em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 23px 5px 20px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}

.supt .content .column .top:hover {
  background-color: #71c3eb;
}

.supt .content .column.alignleft {
  float: left;
  width: 48%;
}

.supt .content .column.alignright {
  float: right;
  width: 48%;
}

/*--| Quick Links
-------------------------------------------------------------------------- |--*/

.quick {
  width: 100%;
  height: 295px;
  min-height: 20px;
  overflow: hidden;
  background-color: #c4e594;
  padding: 25px 0px 21px 0px;
}

.quick .wrapper {
  width: 1000px;
  height: 335px;
  margin: 0px auto 0px auto;
}

.quick .module {
  float: left;
  width: 320px;
  height: 295px;
  margin-right: 20px;
  background: url(../img/quick-center.jpg) no-repeat 0px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lt-ie9 .quick .module {
  margin-right: 13px;
}

.quick .module:first-child {
  background: url(../img/quick-left.jpg) no-repeat 0px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.quick .module.last-child {
  margin-right: 0px;
  background: url(../img/quick-right.jpg) no-repeat 0px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.quick .module a {
  display: block;
  width: 100%;
  height: 76px;
  margin-top: 110px;
  opacity: 0.9;
  font-weight: 400;
  font-size: 3.2em;
  line-height: 1em;
  font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #71c3eb;
  padding-top: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.quick .module a:hover {
  opacity: 1;
}
.quick .module:first-child a {
  background-color: #71c3eb;
}
.quick .module.last-child a {
  background-color: #71c3eb;
}

/*--| Footer
-------------------------------------------------------------------------- |--*/

.main-footer {
  overflow: hidden;
  width: 100%;
  height: 405px;
  background: #71c3eb url(../img/bot.png) repeat-x 0px bottom;
}

.main-footer .sections {
  width: 1000px;
  height: 240px;
  margin: 61px auto 0px auto;
}

.main-footer .sections section {
  float: left;
  height: 240px;
}

.main-footer .sections section h3 {
  font-weight: normal;
  font-size: 3.6em;
  line-height: 1.2em;
  font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 17px;
}

.main-footer .sections section p {
  width: 240px;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #363636;
}

.main-footer .sections section p a {
  color: #363636;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-footer .sections section p a:hover {
  color: #e1f5c4;
}

.main-footer .sections section.section-left {
  width: 285px;
  padding-left: 135px;
  background: url(../img/footer-left.png) no-repeat 18px 5px;
}

.main-footer .sections section.section-center {
  width: 285px;
}
.main-footer .sections section.section-center .left-half {
  width: 48%;
  float: left;
}

.main-footer .sections section.section-right {
  width: 295px;
  background: url(../img/footer-right.png) no-repeat 160px 0px;
}

.main-footer .sections section.section-right h3 {
  margin-bottom: 10px;
}
.main-footer .sections section.section-right .social a:hover {
  color: #fff;
}

.main-footer article {
  width: 665px;
  height: 35px;
  margin: 0px auto 0px auto;
}

.main-footer article small {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #363636;
  text-align: center;
}

.main-footer article small a {
  color: #363636;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.main-footer article small a:hover {
  color: #e1f5c4;
}

.main-footer .social {
  margin-bottom: 15px;
}

address p.mobile {
  display: none;
}

.main-footer p.copyright {
  width: 50%;
  margin: 5px auto;
}

.back-to-top {
  background-image: url(../img/back-to-top.jpg);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  text-indent: -9999px; /* Hides text from human view */
  position: fixed;
  bottom: 60px;
  right: 30px;
  display: none;
}
.back-to-top:hover {
  /* background-image: url(../../images/back-to-top-rollover.jpg); */
  text-decoration: none;
}

/*--| Mobile
-------------------------------------------------------------------------- |--*/

@media (max-width: 640px) {
  .columnGrid {
    float: none;
    margin: 0;
  }

  .grid1,
  .grid2,
  .grid3,
  .grid4,
  .grid5,
  .grid6,
  .grid7,
  .grid8,
  .grid9,
  .grid10,
  .grid11,
  .grid12 {
    width: 100%;
    margin: 0;
  }

  .main-header {
    background: white url(../img/top-mobile.png) repeat-x 0px top;
    height: 152px;
    position: absolute;
    z-index: 100;
    padding-top: 86px;
  }

  .main-header .top {
    width: 100%;
    height: 60px;
  }

  .main-header .top a .logo {
    width: 100%;
    max-width: 210px;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-top: -20px;
  }

  .main-header .top .contact {
    position: absolute;
    z-index: 10;
    top: 5px;
    margin: 0px 0px 0px 0px;
    height: 40px;
    width: 100%;
  }

  .main-header .top .contact .social {
    position: absolute;
    z-index: 6999990;
    right: 18px;
    top: 8px;
  }

  .main-header .top .contact address {
    width: 100%;
    float: none;
    margin: 162px 0px 0px 0px;
    height: 35px;
    padding-top: 7px;
    border-top: 2px solid #e1f5c4;
  }
  .main-header .top .contact address span {
    display: none;
  }

  .main-header .top .contact address p {
    font-size: 1.3em;
    color: #57b4e1;
    line-height: 1.5em;
    text-align: center;
  }

  .main-header .top .contact address p a {
    color: #57b4e1;
  }

  .main-header .mobile-button {
    display: block;
    width: 27px;
    height: 21px;
    background: url(../img/mobile-button.png) repeat 0px 0px;
    position: absolute;
    margin: -70px 0px 0px 33px;
    z-index: 950;
    cursor: pointer;
  }

  .main-header .main-nav {
    background: #e1f5c4 url(../img/top-mobile.png) repeat-x 0px -40px;
    position: absolute;
    top: 40px;
    left: -225px;
    bottom: 0px;
    padding-top: 30px;
    width: 225px;
    height: 2000px;
    border: none;
    z-index: 200;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .main-header .main-nav > ul {
    width: auto;
    float: none;
    position: static;
  }

  .main-header .main-nav > ul > li {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    opacity: 0.9;
  }

  .main-header .main-nav > ul li {
    float: none;
    position: static;
  }

  .main-header .main-nav > ul > li a {
    display: block;
    float: none;
    font-size: 1.4em;
    border-bottom: 2px solid #b2dc76;
    width: 100%;
    text-indent: 15px;
    letter-spacing: -1px;
    text-align: left;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    padding: 0px 0px 0px 0px;
    color: #58585a;
  }

  .main-header .main-nav > ul > li a:first-child {
    width: 100%;
  }

  .main-header .main-nav > ul li > .submenu {
    margin: 0px 0px 0px 0px;
    position: static;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    background-color: #f9ffef;
  }

  .main-header .main-nav > ul li > .submenu li a {
    height: 35px;
    font-size: 1.2em;
    line-height: 35px;
    color: #58585a;
  }

  .main-header .main-nav > ul li.visit > .submenu {
    margin-left: 0px;
  }

  .main-header .main-nav > ul li.faq > .submenu {
    margin-left: 0px;
  }

  .main-header .main-nav > ul li.kids > .submenu {
    margin-left: 0px;
  }

  .main-header .main-nav > ul li.faq > .submenu > li a {
    width: 100%;
    padding: 5px 0;
  }

  .main {
    margin-top: 218px;
  }

  .main .slider {
    height: 184px;
  }
  .main .slider .slide {
    height: 184px;
  }

  .wellcome {
    width: 100%;
  }

  .wellcome .cloud {
    padding-top: 124px;
    font-size: 5em;
    margin: -111px 0px 0px -50%;
    width: 100%;
    background: url(../img/hello2-mobile.png) no-repeat center center;
  }

  .supt .content .column .staff {
    width: 100%;
  }
  .supt .content .column .staff img {
    max-width: 200px;
  }

  .home h2 {
    width: 90%;
    margin: 150px 0px 13px 5%;
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .home p {
    width: 84%;
    margin-left: 8%;
    font-size: 1.4em;
  }

  .quick {
    height: auto;
    min-height: 20px;
    overflow: hidden;
  }

  .quick .wrapper {
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: hidden;
  }

  .quick .module {
    margin: 0px 0px 20px 5%;
    float: none;
    width: 90%;
    overflow: hidden;
  }

  .quick .module a {
    width: auto;
    overflow: hidden;
  }

  .quick-link-set {
    float: none;
    margin: 0 auto;
  }

  .main-footer {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    background: #71c3eb url(../img/bot-mobile.png) repeat-x 0px bottom;
  }

  .main-footer .sections {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
  }

  .main-footer .sections section {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    width: 86%;
    margin: 0px 10px 0px 10%;
  }

  .main-footer .sections section h3 {
    display: none;
  }

  .main-footer .sections section p,
  .main-footer .sections section address p {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .main-footer .sections section.section-left {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    padding: 8px 0px 0px 0px;
    margin-left: 7%;
    background: none;
  }

  .main-footer .sections section.section-center {
    display: none;
  }

  .main-footer .sections section.section-right {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    width: 90%;
    margin-left: 7%;
    margin-top: 15px;
    background: none;
  }

  .main-footer .sections section.section-right h3 {
    margin-bottom: 10px;
  }

  .main-footer .sections section.section-right address p {
    display: none;
  }

  .main-footer .sections section.section-right address p.mobile {
    display: block;
  }

  .main-footer article {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    width: 86%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .main-footer article small {
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: left;
  }

  .main-footer article small:last-child {
    height: 40px;
    font-size: 1em;
    line-height: 1.1em;
    margin: 17px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
  }

  .main-footer article small:last-child span {
    margin: 9px 0px 0px 0px;
    display: block;
  }

  .main-footer article small:last-child span a {
    display: inline-block;
  }

  .main-footer .main-footer .social {
    display: none;
  }

  .main-footer p.copyright {
    width: 80%;
    margin: 0;
  }

  .supt .main {
    margin-top: 200px;
  }

  .supt .main .bigpic {
    height: 203px;
    margin: 0px 0px 0px 0px;
  }

  .supt .wellcome .cloud span {
    margin: 0px 0px 0px -17px;
  }

  .supt .content {
    width: 90%;
    margin: 200px auto 40px auto;
  }

  .supt .content .column {
    width: 100%;
  }

  .supt .content .column h1 {
    font-size: 6em;
  }
  .supt .content .column h2 {
    font-size: 3.5em;
  }
  .supt .content .column h3 {
    font-size: 3.33em;
  }
  .supt .content .column h4 {
    font-size: 2.66em;
  }
  .supt .content .column h5 {
    font-size: 2em;
  }
  .supt .content .column h6 {
    font-size: 1.6em;
  }

  .supt .content .column p,
  .supt .content .column ul li {
    font-size: 1.5em;
  }

  .supt .content .column blockquote {
    font-size: 2em;
    padding: 0px 0px 0px 30px;
    background: url(../img/quotes-mobile.jpg) no-repeat 0px 0px;
  }

  .supt .content .column.alignleft {
    width: 90%;
    float: none;
  }
  .supt .content .column.alignright {
    width: 90%;
    float: none;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
  }

  .supt .content .column img {
    margin-top: 0;
  }
} /*@media-- */

/*--| Tablet
--------------------------------------------------------------------------- |--*/

@media (max-width: 1000px) {
  .home .alignright {
    float: none;
    margin: 20px auto;
    display: block;
  }
}

@media (max-width: 1000px) and (min-width: 641px) {
  .main-header {
    /*  overflow: hidden;*/
    background: white url(../img/top-tablet.png) repeat-x 0px top;
  }

  .main-header .top {
    width: 100%;
    margin-top: 35px;
  }

  .main-header .top a .logo {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto;
    max-width: 250px;
    margin-top: 20px;
  }

  .main-header .top .contact {
    position: absolute;
    z-index: 10;
    top: 5px;
    margin: 0px 0px 0px 40px;
    height: 40px;
    width: 100%;
  }

  .main-header .top .contact .social {
    float: left;
  }
  .main-header .top .contact address {
    float: right;
    margin: 2px 80px 0px 0px;
    width: 400px;
  }

  .main-header .top .contact address p {
    font-size: 1.3em;
    color: #fff;
    line-height: 1.5em;
  }
  .main-header .top .contact address p span {
    display: none;
  }

  .main-header .top .contact address p a {
    color: #fff;
  }

  .main-header .main-nav {
    /*  overflow: hidden;*/
    width: 100%;
    margin: 18px auto 0px auto;
  }

  .main-header .main-nav > ul {
    width: 650px;
    margin: 0px auto 0px auto;
  }

  .main-header .main-nav > ul li > .submenu {
    margin-top: 46px;
  }

  .main-header .main-nav > ul > li > a {
    font-size: 1.2em;
    padding: 0px 9px 0px 9px;
    letter-spacing: -1px;
    line-height: 45px;
    width: auto;
    height: 46px;
  }

  .main-header .main-nav > ul > li:first-child a,
  .main-header .main-nav > ul li:last-child a {
    width: auto;
  }
  .main-header .main-nav > ul > li a > .submenu {
    width: 100%;
  }
  .main-header .main-nav > ul li > .submenu > li > a {
    font-size: 1.2em;
    width: 100%;
    padding-right: 10px;
    height: 25px;
  }

  .main .slider {
    height: 355px;
    margin: 0px 0px 0px 0px;
  }

  .main .slider .slide {
    height: 355px;
  }

  .wellcome {
    margin: 7px 0px 0px 0px;
    width: 100%;
    min-height: 300px;
  }

  .wellcome .cloud {
    height: 150px;
    padding-top: 39px;
    font-size: 8em;
    margin: -80px 0px 0px -308px;
    left: 50%;
    width: 630px;
    background: url(../img/hello-tablet.png) no-repeat 14px 0px;
  }

  .wellcome .cloud span {
    margin: 0px 0px 0px -14px;
  }

  .home h2 {
    width: 90%;
    margin: 130px 0px 0px 5%;
    font-size: 2.3em;
  }

  .home p {
    width: 83%;
    font-size: 1.5em;
    margin: 0px 0px 0px 7%;
  }

  .quick {
    height: 195px;
    padding: 7px 0px 9px 0px;
  }

  .quick .wrapper {
    width: 690px;
    height: 195px;
    margin: 0px auto 0px auto;
  }

  .quick .module {
    width: 195px;
    height: 195px;
    margin-right: 15px;
  }

  .quick .module a {
    margin-top: 74px;
    font-size: 2.4em;
    padding-top: 7px;
    height: 57px;
  }

  .quick .module:first-child {
    margin-left: 10px;
  }

  .main-footer {
    height: 300px;
  }

  .main-footer .sections {
    width: 728px;
    margin: 19px auto 0px auto;
    height: 178px;
  }

  .main-footer .sections section h3 {
    font-size: 2.7em;
    margin-bottom: 5px;
  }

  .main-footer .sections section p {
    font-size: 1.3em;
  }

  .main-footer .sections section.section-left {
    height: 178px;
    width: 238px;
    padding-left: 90px;
    background: url(../img/footer-left-tablet.png) no-repeat 0px 4px;
  }

  .main-footer .sections section.section-left p {
    width: 200px;
  }

  .main-footer .sections section.section-center {
    height: 178px;
    width: 205px;
  }

  .main-footer .sections section.section-right {
    width: 173px;
    background: url(../img/footer-right-tablet.png) no-repeat 111px 0px;
    height: 178px;
  }

  .main-footer .sections section.section-right h3 {
    margin-bottom: 5px;
  }
  .main-footer .sections section.section-right .social {
    width: 105px;
    height: 27px;
  }

  .main-footer .sections section.section-right .social a {
    width: 23px;
    height: 23px;
    margin-right: 7px;
  }

  .main-footer article {
    width: 95%;
    margin: 9px 0px 0px 0px;
  }

  .main-footer article small {
    font-size: 1.1em;
  }

  .supt .bigpic {
    height: 180px;
    margin: 0px 0px 0px 0px;
  }

  .supt .content {
    width: 90%;
    margin: 130px auto 40px auto;
  }

  .supt .content .column {
    width: 100%;
  }

  .supt .wellcome .cloud {
    height: 140px;
    padding-top: 49px;
    letter-spacing: -1px;
    font-size: 6.1em;
    margin: -84px 0px 10px -308px;
    left: 50%;
    width: 617px;
    background: url(../img/hello-tablet2.png) no-repeat 51px 0px;
  }

  .supt .wellcome .cloud span {
    margin: 0px 0px 0px -19px;
  }

  .back-to-top {
    bottom: 40px;
    right: 20px;
  }
} /*@media- */

.main-header .mobile-menu {
  left: 0px;
}

#form .clear {
  clear: both;
}
#form .center {
  text-align: center;
}
#form h3 {
  margin: 0 1%;
}
#form .small {
  font-style: italic;
}
#form hr {
  width: 98%;
  margin: 10px 1% 15px 1%;
}

/*GRID */
#form .column {
  float: left;
  margin: 0 1%;
}

#form .full {
  width: 98%;
  margin: 0 1%;
}
#form .half {
  width: 48%;
}
#form .twothird {
  width: 65%;
}
#form .onethird {
  width: 31%;
}

/*FORM STYLES*/

#form input:not([type="submit"]):not([type="checkbox"]) {
  width: 96%;
  padding: 10px 2%;
}

#form textarea {
  width: 100%;
  resize: none;
}

#form select {
  width: 101%;
  padding: 10px 2%;
}

/*MEDIA QUERIES */

@media (max-width: 767px) {
  #form .column {
    float: none;
    margin: 0;
  }
  #form .full,
  #form .half,
  #form .twothird,
  #form .onethird {
    width: 100%;
    margin: 0;
  }
}

.windowtop {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  left: 29px;
  overflow: hidden;
  text-indent: 100%;
  background: #58585a url("../img/top-arrow.png") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  z-index: 9999;
  transition: 0.5s all ease;
  cursor: pointer;
}
.windowtop.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.no-touch .windowtop:hover {
  background-color: #58585a;
  opacity: 1;
}

@media (max-width: 650px) {
  .activity {
    width: 46%;
    padding: 0 2% 15px 2%;
  }

  .supt .content .column img.right,
  .supt .content .column img.left {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 350px) {
  .supt .content .column .staff img {
    max-width: 100%;
  }
}
/* Helpers */

.responsive-img {
  width: 100%;
  max-width: 650px;
  height: auto;
}
