/*================================*/
/*          Colours               */
/*                                */
/*     Pink:  #F7A4AD         	  */
/*     Light Pink: #F5E2DC		  */
/*     Green: #D2E1CB      	      */
/*     Mid Green: #88B094         */
/*     Dark Green: #176016        */
/*                                */
/*================================*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}

/*===== Main Styles =====*/
body {
background: #fff;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Text Styles =====*/
@font-face {
    font-family: descriptions;
    src: url(../fonts/AustieBostDescriptions.eot);
    src: url(../fonts/AustieBostDescriptions.eot?#iefix) format("embedded-opentype"), url(../fonts/AustieBostDescriptions.woff) format("woff"), url(../fonts/AustieBostDescriptions.ttf) format("truetype"), url(../fonts/AustieBostDescriptions.svg#AustieBostDescriptions) format("svg");
    font-weight: 400;
    font-style: normal
}

h1,
h2,
h3,
h4 {
    font-family: descriptions, sans-serif;
    padding: 0;
    display: block;
    line-height: 1.5em
}

.center {
    text-align: center
}

.left {
    text-align: left
}

span.bold {
    font-weight: 1000
}

h1,
h2,
h3,
h4,
p.header-text {
    font-weight: 800
}

h1 {
    font-size: 3em;
	color: #F7A4AD;
	padding: 20px 0 10px;
}

h1.light {
	color: #F5E2DC;
}

h2 {
    color: #fff;
    font-size: 2.7em
}

h3 {
    font-size: 1.8em;
	color: inherit;
}

h4 {
    font-size: 1.6em;
	color: inherit;
}

.pink {
	color: #F7A4AD;
}

.white {
	color: #fff;
}
.topPad {
	padding: 10px 0 0;
}

p.main-text {
    color: #636363;
    font-size: 1.1em;
    font-family: Lato, sans-serif;
    padding: 0;
    line-height: 1.7em
}

p.error {
    color: #f00;
    font-size: 0.8em;
    font-family: Lato, sans-serif;
    padding: 0;
    line-height: 1.2em
}

p.extraBottom {
    padding: 0 20px 20px 20px !important
}

.spanText {
    font-size: 1.3em;
	color: #F7A4AD;
	font-family: descriptions, sans-serif;
    padding: 0;
	font-weight: 600
}


p.header-text,
p.menu-text {
    color: #6c2537;
    font-family: descriptions, sans-serif;
    padding: 0
}

p.header-text {
    font-size: 3em;
    margin: 0;
    line-height: 1.5em;
    letter-spacing: 1px
}

p.header-text.small {
    font-size: 1.3em;
    letter-spacing: 0
}

p.menu-text {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
    line-height: 50px;
    letter-spacing: 1px
}

#top {
	padding: 10px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: none;
	z-index: 999;
	background: #F7A4AD;
	opacity: 0.8;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

p.footer-text {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    width: 50%;
    padding: 0 25% !important;
}

p.footer-text {
    color: #88B094;
    padding: 0;
    font-family: Lato,sans-serif;
}

/*===== Header =====*/
#header {
position: relative;
width: 100%;
top: -30px;
margin: 0 0 -30px 0;
z-index: -1;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
padding: 0;
margin: 0 auto;
overflow: hidden;
}

#wrapper {
position: relative;
width: 100%;
text-align: center;
}
#topBanner {
position: inline;
top: 0;
min-width: 100%;
text-align: left;
overflow:hidden;
}

/*===== Menus =====*/
#menu, #menuSmall {
position: relative;
height: 50px;
z-index: 999;
text-align: center;
padding: 30px 0 0;
}

#menuSmall {
	display: none;
}

.menu_title{
display: none;
position: relative;
float: right;
bottom: 1.5em;
margin-right: 3em;
color: #88B094;
font-family: descriptions, sans-serif;
font-size: 1.2em;
font-weight: 400; 
}

nav ul {
position: relative;
list-style: none outside none;
margin: 0;
padding: 0;
display: inline-table;
height: 50px;
z-index: 1001;
}

nav ul:after {
content: "";
clear: both;
display: block;
}

nav ul li:hover > ul {
display: block;
}

nav ul li {
position: relative;
float: left;
height: 50px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav ul li a {
color: #88B094;
float: left;
font-size: 1.5em;
font-family: descriptions, sans-serif;
font-weight: 700;
height: 50px;
line-height: 50px;
padding: 0 15px;
text-decoration: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav ul ul {
    position: absolute;
    top: 100%;
    display: none;
    height: 50px;
    z-index: 1001
}

nav ul ul li:hover>ul,
nav ul ul:after {
    display: block
}

nav ul ul li {
    float: none;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    height: 50px;
    text-align: left
}


nav ul li a:hover {
color: #F2BBD0;
}

nav ul li.divider1 {
background: url("../images/flower1-small.png") no-repeat center;
height: 40px;
width: 50px;
}

nav ul li.divider2 {
background: url("../images/flower2-small.png") no-repeat center;
height: 45px;
width: 50px;
}

nav ul li.divider3 {
background: url("../images/flower3-small.png") no-repeat center;
height: 40px;
width: 50px;
}

nav ul li.divider4 {
background: url("../images/flower4-small.png") no-repeat center;
height: 50px;
width: 35px;
}

#menu-wrapper-fixed,
.fixed {
    box-shadow: 0 6px 4px -2px gray;
    opacity: .9;
	position: fixed !important;
    top: 0 !important;
	padding: 5px 0 0 !important;
	background-color: #fff;
	width:  100%
}

.divs{
	padding:5px;
}

.container{
    background-size: 100% !important;
}

nav ul li a.down {
background: url("../images/down.gif") no-repeat scroll right 20px center;
padding: 0 40px 0 20px;
}

/*===== Main Content =====*/
.main-content {
    width: 96%;
    margin: 0;
    padding: 0 2% 40px;
    overflow: hidden
}

.main-content.green {
    background-color: #D2E1CB;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #88B094;
}

.main-content.grey {
    background-color: #f5f5f5;
}

#banner-wrapper,
#header-wrapper,
#menu-wrapper,
.main-content-wrapper {
    max-width: 1160px;
    margin: 0 auto
}

/*===== Circle Pictures ===*/
.columns-wrapper, .services-wrapper {
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
    overflow: hidden;
}

.imageSlideUp {
	display: block;
    overflow: hidden;
    visibility: hidden;
}

#service-column-01,
#service-column-02,
#service-column-03,
#service-column-04 {
    display: block;
    float: left;
    width: 20%;
    padding: 0 2%;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
}

#service-column-01 {
    margin: 0 0 0 14%;
}

#service-column-03 {
    margin: 0 13% 0 0;
}

#service-column-01:hover{
	color: #F5E2DC !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}

.service-image-wrapper {
    margin: 0 0 20px;
    overflow: hidden;
    display: inline-block;
}
	
.overlay,
.text,
nav ul ul {
    position: absolute
}

.overlay {
    top: 0;
    bottom: 0;
    left: 1.2vw;
    right: 0;
    height: 15vw;
    width: 15vw;
    border-radius: 50%;
    opacity: 0;
    transition: .5s ease;
    background-color: #556676
}

.service-image-wrapper:hover .overlay {
    opacity: 1
}

.overlay, .text, nav ul ul {
    position: absolute;
}

.text {
    color: #fff;
    font-size: 1.5em;
    font-family: descriptions, sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

/*==== Columns ====*/

.column-left-60-stay, .column-right-40-stay, .column-right-60-stay, .column-left-40-stay, .column-left-50-stay, .column-right-50-stay {
    padding: 20px 0 0;
    display: block;
    float: left;
}

.column-left-50-stay {
    width: 42%;
    margin: 20px 0 0;
    padding: 0 0 0 10%;
    float: left;
}

.column-right-50-stay {
    width: 38%;
    margin: 20px 0 0;
    padding: 0 10% 0 0;
    float: right;
}

.column-left-40-stay {
    width: 30%;
    margin: 20px 0 0;
    padding: 0 4% 0 6%;
    float: left;
}

.column-right-60-stay {
    width: 46%;
    margin: 20px 0 0;
    padding: 0 10% 0 0;
    float: right;
}

.column-right-40-stay {
    width: 30%;
    margin: 20px 0 0;
    padding: 0 10% 0 0;
    float: right;
}

.extraMarg{
	margin: 140px 0 0;
}

.column-left-60-stay {
    width: 46%;
    margin: 20px 0 0;
    padding: 0 4% 0 10%;
    float: left;
}

/*==== The Map ====*/
.map {
	 width:100%;
	 height:400px;
	 border:0;
	 padding: 10px;
}



/*==== Footer ====*/
#footer {
    width: 100%;
}

#baseline-wrapper,
#footer-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	position: absolute;
	display: inline;
    vertical-align: bottom;
	min-height: 250px;
}

.imageLeftWrapper {
	position:relative;
	left: 0;
	bottom: 0;
	width: 25%;
	float: left;
	vertical-align: bottom;
}

.imageRightWrapper {
	position:relative;
	right: 0;
	bottom: 0;
	width: 25%;
	float: right;
	vertical-align: bottom;
}

.imageBottoms {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    display: table;
    vertical-align: bottom;
    z-index: -1;
}

/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Links =====*/
a.blank:link , a.blank:visited, a.blank:active {
text-decoration: none;
}

.round {
text-decoration: none;
color: #88B094;
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.round2 {
	border: none;
	text-align: center;
	text-decoration: none;
	background-color: transparent; 
	font-family: descriptions, sans-serif;
    padding: 0 10px;
    line-height: 1.5em;
    font-size: 1.5em;
	font-weight: 1000
	
}

.round:hover {
text-decoration: none;
color: #F2BBD0 !important;
}
	
/*===== Images =====*/
img. {
border: 0;
height: auto;
}
img.main {
max-width: 1100px;
width: 100%;
}
img.topBan {
min-height: 80px;
width: 100%;
min-width: 1000px;
overflow: hidden;
}

img.round {
    padding: 0 5%;
	width: 90%;
}

img.breakFlower {
	width: 40%;
	max-width: 200px
}

/*==== List ====*/
ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: 15px 'Merriweather Sans', 'lucida sans', sans-serif;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  height: 266px;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
ol ol {
  margin-left: 2em;
}
.rounded-list a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  *padding: .4em;
  margin: .5em 5px .5em 25px;
  background: #eee;
  color: #444;
  text-decoration: none;
  text-align: left;
  border-radius: .3em;
  transition: all .5s ease-out; 
  cursor: default;
}
.rounded-list a:hover{
  background: #F5E2DC;
}
.rounded-list a:before{
  content: counter(li);
  counter-increment: li;
  position: absolute; 
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #D2E1CB;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #f5f5f5;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}


#scrollStyle::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#scrollStyle::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #F7A4AD;
}

/*===== Gallary =====*/
/* Styles the thumbnail */

a.lightbox {
text-decoration: none;
}

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

.lightbox-targetLogin {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

.login-labels{
	position: absolute;
	text-align: center;
    width: 100%;
    top: 45%;
}

.userInput {
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
}



/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

.lightbox-targetLogin img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
}

.lightbox-targetLogin2 {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 20%;
max-width: 100%;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
left: 0;
z-index: 999;
}

.lightbox-targetLogin:target {
opacity: 1;
top: 0;
bottom: 0;
left: 0;
z-index: 999;
}

.lightbox-target:target img {
max-height: 90%;
max-width: 90%;
}

.lightbox-targetLogin:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-targetLogin.lightbox-targetLogin2:target {
max-height: 90%;
max-width: 90%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

.lightbox-targetLogin:target a.lightbox-close {
top: 0px;
}

/*==== RSVP ====*/
#editor-field,
#editor-field2,
#editor-field3,
#editor-label,
#editor-label2,
#editor-label3,
#editor-label-buttons {
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
	float: left;
}

#editor-label {
	margin: 10px 0;
    position: relative;
	width: 100%;
    text-align: center;
}


#editor-label2 {
	margin: 10px 0;
    left: 10%;
    position: relative;
    width: 30%;
    text-align: right;
	float: left;
}

#editor-label3 {
    position: relative;
	width: 100%;
    text-align: center;
}

#editor-field {
	margin: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
}

#editor-field2 {
	margin: 10px 0;
    position: relative;
    width: 50%;
    text-align: left;
	float: left;
	left: 10%;
}

#editor-field3 {
    position: relative;
    width: 100%;
    text-align: center;
}

#editor-label-buttons {
    margin: 20px 0 10px
}

span.requiredfield {
    color: #bd2b40
}

form.cmxform,
form.cmxform label,
form.cmxform legend {
	color: #636363;
    font-size: 1.1em;
    font-family: descriptions, sans-serif;
    padding: 0;
    font-weight: 800;
    line-height: 1.7em
}

input.contact,
select.contact-drop,
textarea.contact {
    color: #454545;
    font-size: 1em;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 2px 3px
}

input.contact {
    border: 0px;
    border-bottom: 2px solid #666;
    height: 20px;
	margin: 0 10%;
	width: 80%;
}

input.contact.short {
    width: 30%
}

input.contact.question {
    width: 50px;
    text-align: center
}

input.contact:focus {
    border: 2px solid #057d9f
}

input.contact.error {
    border: 1px solid #bd2b40
}

textarea.contact {
    border: 1px solid #000;
    height: 60px;
    width: 70%;
}

textarea.contact:focus {
    border: 2px solid #057d9f
}

textarea.contact.error {
    border: 1px solid #bd2b40
}

select.contact-drop {
    border: 1px solid #000;
    height: 35px;
	margin: 0 10px;
}

.buttonPlus {
    background-color: #F7A4AD;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    width: 20px;
    line-height: 16px;
    height: 20px;
    font-weight: 600;
    border-radius: 50%;
	cursor: pointer;
}

.hiddenField {
	display:none !important;
}

.holder{
	width:100%;
	background: #fff url("../images/rsvpBackground.png") no-repeat;
    background-size: 100%;
	padding: 80px 0;
	height: 325px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}

.holderMusic{
	width:100%;
	background: #fff url("../images/musicBackground.png") no-repeat;
	background-position: center bottom;
    background-size: 100%;
	height: 250px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	margin: 30px 0 0;
	padding: 10px 0 0;
}



.holderExtra {
	height: 460px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F7A4AD;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.rads{
	padding: 0 0 0 10px;
	margin-top: 0;
}

/*===== Animation ====*/
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible!important
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    visibility: visible!important
}

.slideUp01,
.slideUp02 {
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-timing-function: ease;
    visibility: visible!important
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(70%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.slideUp01 {
    animation-name: slideUp01;
    -webkit-animation-name: slideUp01;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@keyframes slideUp01 {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp01 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.slideUp02 {
    animation-name: slideUp02;
    -webkit-animation-name: slideUp02;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

@keyframes slideUp02 {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp02 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.slideUp03 {
    animation-name: slideUp03;
    -webkit-animation-name: slideUp03;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    visibility: visible!important
}

@keyframes slideUp03 {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp03 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@media screen and (max-width: 1100px) {
	#menu{
		display: none;
	}
	#menuSmall{
		display: block;
	}
}

@media screen and (max-width: 830px)
{
	h4 {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 480px)
{
	nav ul li.divider1, nav ul li.divider2, nav ul li.divider3, nav ul li.divider4 {
		display: none;
	}
	#topBanner {
		margin: 50px 0 0;
	}
	
	.column-right-60-stay, .column-left-60-stay  {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}
	
	.column-left-40-stay, .column-right-40-stay{
		width: 100%;
		padding: 0;
	}
	
	.column-left-50-stay, .column-right-50-stay {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.extraMarg {
	    margin: 20px 0 0;
	}
	
	.left {
		text-align: center;
	}
	
	p.footer-text{
		line-height: 1.3em;
	}
	
	#menuSmall {
    height: 0px;
	padding: 0;
	}
	
	.logg {
		font-size: 1em;
		margin: 10px 0 0;
	}
	
}