﻿/*--------------------
TABLE OF CONTENTS
01. Base Styles
02. Typography/Link Styles
03. Header Styles
04. Navigation Styles
05. Content Styles
06. Footer Styles

/*======================
01. BASE STYLES
========================*/

body {
	font:100%/1.4 'Nunito',sans-serif;
	color:#3f3f3f;
	background:#fff;
}

img {max-width:100%;}

strong {font-weight:700;}

.container {
	width:95%;
	margin:0 auto;
	max-width:1000px;
  position:relative;
}

body#supt .container {overflow:auto;}

.column {
	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%;}

.clear {clear:both;}

.alignleft,.alignright,.alignmid, .border {
	border:2px solid #000000;
}

.alignleft {
	float:left;
	margin-right:15px;
}
.alignright {
	float:right;
	margin-left:15px;
}
.alignmid {
	display:block;
	margin:0 auto;
}
.center {text-align:center;}

blockquote {
	text-align:center;
	color:#ef4137;
	font-size: 2em;
}

hr {
  border:0;
  padding:0;
  margin-top:10px;
  margin-bottom:25px;
  border-top: dotted 2px #B9CC6B;
}

/*======================
02. TYPOGRAPHY/LINK STYLES
========================*/

h1,h2,h3,h4,h5,h6 {
  padding-bottom:0;
  font-weight:700;
}

h1,h4 {
	color:#70365E;
}
h2,h5 {
	color:#74BBC1;
}

h3,h6 {
  color:#A8C045;
}

h1 {font-size:2.2em;}
h2 {font-size:1.8em;}
h3 {font-size:1.5em;}
h4 {font-size:1.3em;}
h5 {font-size:1.1em;}
h6 {font-size:0.9em;}

a {color:#144b9a;transition:0.5s all ease;}

a:hover {color:#159ADC;}

a.button {
	background:#B1C847;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding:8px 15px;
	text-decoration:none;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  font-size: 1.2em;
}

a.button:hover {
	background:#A0B73F;
	color:#fff;
}

a.quicklink {
  width:110px;
  height:70px;
  display:inline-block;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  padding-top:40px;
  line-height: 1.1em;
  font-size:0.8em;
  
}

a#loginbtn {background:url('../img/yellow-btn.png') no-repeat;background-size:cover;}
a#apptbtn {background:url('../img/green-btn.png') no-repeat;background-size:cover;}
a#formsbtn {background:url('../img/blue-btn.png') no-repeat;background-size:cover;}

/*======================
03. HEADER STYLES
========================*/

header {
  background: url('../img/header-bg.jpg') repeat-x top;
  width:100%;
  padding:10px 0;
}

body#supt header {height:130px;padding:0;}

/*======================
04. NAVIGATION STYLES
========================*/

nav {
  position:relative;
  z-index:9999;
  margin:0 auto;
}

nav ul{
  list-style-type:none;
  padding-bottom:0;
  text-align:left;
  background:url('../img/border.png') repeat-x left top;
  margin:20px 0;
}

nav li {
  display:block;
  margin:0;
  padding:0;
  position:relative;
}

nav li a {
  display:block;
  text-decoration:none;
  color:#70365e;
  line-height:2.5em;
  font-size:1em;
  transition:0.5s all ease;
  padding:0;
  background:url('../img/border.png') repeat-x left bottom;
}

nav li:hover a {
  color:#74BBC1;
}

#nav-trigger {
  display: none;
  text-align: center; }

#nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #FFC93E;
    color: white;
    cursor: pointer;
    text-transform: uppercase; 
    font-size: 1em;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    margin-top:20px;
  }
    
  #nav-trigger span:hover {
    background-color: #E2A841; }
    
  #nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #6F355F; }
  nav#nav-mobile li {
    display: block;margin:0;}
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: #fff;
    padding:2px 0;
}

/*======================
05. CONTENT STYLES
========================*/

#number {
  font-size:1.3em;
  color:#fff;
  font-weight:700;
  line-height:1.7em;
  position: relative;
  margin:40px 0 10px 50px;
}

#number:before {
  content:"";
  position:absolute;
  background:url('../img/bubble.png') no-repeat 0 top;
  width:41px;
  height:39px;
  left:-50px;
}

#social {margin-top:15px;text-align:center;}

#social img {
  width:30px;
}

#top {
  text-align:right;
}

body#supt #top {
  position:absolute;
  top:-35px;
  left:0;
}

body#supt #number {margin-top:85px;}

img.kids {
  position:absolute;
  bottom:0px;
  right:0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 105%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin-left:0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 96%;
  border: 0;
  }

.box {
  padding:15px 10px;
  background:#B7D14B;
  border-radius:12px;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
  width:30%;
  text-align:center;
  font-size: 1em;
}

.left {float:left;margin-right:20px;}

.right {float:right;margin-left:35px;}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  margin-bottom:25px;
  } 

  .embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
  }

/* FORM STYLES */

#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 input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width:96%;
  padding:10px 2%;
}

#form input[type=radio] {
  margin-bottom:5px;
}

#form textarea {
  width:96%;
  resize:none;
  padding:10px 2%;
  font:95%/1.4 'Tahoma',sans-serif;
}

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

/*======================
06. FOOTER STYLES
========================*/

footer {
  background:url('../img/footer-bg.jpg') repeat;
  width:100%;
  display:block;
  margin-top:30px;
  font-size: 0.75em;
  text-align:right;
  padding:10px 0 0 0;
}

footer a {color:#6F355F;}
footer a:hover {color:#fff;}

.windowtop {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  overflow: hidden;
  text-indent: 100%;
  background: #6F355F url('../img/top-arrow.png') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  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: #e86256;
  opacity: 1;
}

.galleria{ 
  width: 100%; 
  height: 560px; 
}

.galleria-theme-classic {
  background:#8cc7cf;
}

/*======================
MEDIA QUERIES
========================*/

@media (max-width: 1100px) {
  img.kids {width:450px;}
}

@media (max-width: 900px) {

  #number {
    text-align:center;
    margin:0px 0 0 0;
  }

  #number:before {display:none;}

body#supt #top {
  position:relative;
  text-align:center;
  margin-top:-105px;
}

header {padding:0;height:160px;}

#number {
  margin-top:85px;
}

#top {
  margin-top:-155px;
  text-align:center;
}

  img.kids {display:none;}

  img.logo {
    display:block;
    margin:0 auto;
    width:90%;
    max-width:300px;
  }

  a.quicklink {
    width:95px;
    height:60px;
    display:inline-block;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    padding-top:35px;
    line-height: 1.1em;
    font-size:0.75em;
}

   #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; }

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

	#form .column {
    float:none;
    margin:0;
  }
  #form .full, #form .half, #form .twothird, #form .onethird {
    width:98%;margin:0;
  }

  .right, .left {float:none;margin:0;}

  .box {
    width:96%;
    margin-bottom:20px;
  }

  #video {font-size:0.8em;}

  .rslides {width:102%;}

  #social {margin-bottom:10px;}

}

@media screen and (max-width:600px) {
	.alignleft, .alignright {
		float:none;
		display:block;
		margin:0 auto 20px auto;
	}

  .galleria{ 
    height: 350px; 
  }

  .box {width:94%;}

  a.quicklink {
    font-size:0.7em;
  }

  .windowtop {
    bottom: 20px;
    right: 15px;
  }

  h1,h2,h3,h4,h5,h6 {text-align:center;}
}

@media screen and (max-width: 350px) {
	#top {
  margin-top:-165px;
}
	#number {
		font-size: 1.25em;
	}
}