/* Table of contents
	Basic tmeplate	
		 1 BASIC
		 2 TYPOGRAPHY
		 3 PRELOADER
		 4 INTRO
		 
	Background
		 5 CUSTOM BACKGROUND
		 
	Sections
		 6 HOME
		 7 CONTACT
		 8 SUBSCRIBE
		 9 COUNTDOWN
		 10 ABOUT
		 
	Other class
		 11 COLUMN
		 12 FORM
		 13 NAVIGATION
		 14&15 HIDE + ANIMATION
*/
/*======================== BASIC ========================*/

@font-face {
  font-family: 'Gill Sans Std';
  src: url('fonts/GillSans.eot'); /* IE9 Compat Modes */
  src: url('fonts/GillSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/GillSans.woff') format('woff'), /* Modern Browsers */
       url('fonts/GillSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/GillSans.svg#288054bb371749fa11e1519f067b1694') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
font-family:'DuffyBold';
src:url('fonts/duffyscript_bold-webfont.eot');
src:url('fonts/duffyscript_bold-webfont-0.eot#iefix') format('embedded-opentype'), url('fonts/duffyscript_bold-webfont.woff') format('woff'), url('fonts/duffyscript_bold-webfont.ttf') format('truetype'), url('fonts/duffyscript_bold-webfont.svg#DuffyBold') format('svg');
font-weight:normal;
font-style:normal
}



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, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	background: transparent;
}
a ,a:hover, a:active, a:focus ,object, embed {
	outline: 0;
	text-decoration: none;
}
svg:not(:root) {
	overflow: hidden;
}
img {
	border: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	outline: none;
}
body {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 14px;
	word-spacing: normal;
	height: 100%;
	min-height: 100%;
	color: #231f20;
	background-size: 100% 100%;
	margin: 0;
}
a img {
	border: 0
}
a {
	color: #000;
	text-decoration: none;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a:active, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
form {
	margin: 0;
}
button, input, textarea {
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, input {
	line-height: normal;
}
button, input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

.clearfix {
	clear: both;
	float: none;
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row {
	position: relative;
	width:100%;
	margin: 0 auto;
	text-align: center;
}
/*======================== TYPOGRAPHY ========================*/
h1, h2, h3, h4 {
	color: #fff;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 30px;
	position:relative;
}
h1 {
	font-size: 3.5rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.5rem;
}
h4 {
	font-size: 2rem;
}
b, strong {
	font-weight: 700;
}
p{
	opacity:0.7;
	font-size: 1rem;
	line-height: 1.5;
}
/* ==================== PRELOADER ==================== */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    width:100%;
    height:100%;
	background-color:#151515; 
    z-index:9999;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
.loader{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: rotate 2s linear infinite;
	-moz-animation: rotate 2s linear infinite;
	-ms-animation: rotate 2s linear infinite;
	-o-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
}
.loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #333;
	-webkit-animation: rotate 3s linear infinite;
	-moz-animation: rotate 3s linear infinite;
	-ms-animation: rotate 3s linear infinite;
	-o-animation: rotate 3s linear infinite;
	animation: rotate 3s linear infinite;
}
.loader:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #F26531;
	-webkit-animation: rotate 1.5s linear infinite;
	-moz-animation: rotate 1.5s linear infinite;
	-ms-animation: rotate 1.5s linear infinite;
	-o-animation: rotate 1.5s linear infinite;
	animation: rotate 1.5s linear infinite;
}
/*======================== INTRO ========================*/

#sections{z-index:20}
.middle {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height:100%;
}
.middle:before,
.middle:after {
	content: " ";
	display: table;
}
.middle:after {
	clear: both;
}
.container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin:0;
	width:100%
}
.header{
	padding: 0;
}
.header h2:before{
	position: absolute;
	content: '';
	width: 100px;
	border-bottom: 2px solid rgba(255,255,255,0.4);
	bottom: -10px;
	left: 50%;
	margin-left: -50px;
}
h1 span{
	color:#18BCF9;
}
.tafel { 
  background:#231f20; 
  padding:20px;
}
.tafel h3 {font-size:18px}
h2#divRss {f
font-size: 3rem;
color: #fff;
display:inline-block;
}





.itemDate {
    color: #FFF;
    border: 1px solid #FFF;
    line-height: 18px;
    padding: 2px 0px 0px;
    position: absolute;
    bottom: -40px;
    width: 90px;
    margin-left: -45px;
    left: 50%;
    font-size: 14px;
    font-family: DuffyBold;
}
/*======================== CUSTOM BACKGROUND ========================*/
#image {
	background:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.cover{
	background-color:rgba(0,0,0,0.01)
}
.cover,
#image {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	bottom:0px;
}
/*======================== HOME ========================*/
#home .container{
	max-width:100%;
	margin: 0;
}

.joon-logo {position: absolute; left:50%; margin-left:-115px; top:50px}


#logo{
	width: 100%;
	position: relative;
	color: white;
	line-height: normal;
	margin-top:30px; display:inline-block; height:125px;
}
#logo h1{
	margin:0 auto;
	  background: url(../images/joon-logo.png) center center no-repeat;
	  line-height:125px;
	  width:230px;
	  text-indent:-9999em;
}
p.subline { line-height: 20px;
font-size: 20px;
margin-bottom: 10px;
}
#logo p{
	font-weight:300;
}
#textslider{
	height:100px!important;
}
#textslider h1{
	font-size:4rem;
	font-weight:bold;
	margin:0
}
#textslider .container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin:0;
	width:90%
}
.description{
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.description .subscribe-form {width:240px; margin:0px auto; opacity:0}
.description p {
	opacity:1;
	letter-spacing: 0.2rem;
	margin: 0;
	text-transform: uppercase;
	
}
.description p span {
	border-color: #000;
	border-right: 0 none;
	border-style: solid;
	border-width: 2px 0px 0px;
	display: inline-block;
	margin: 6px 10px;
	width: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.description p.jump{
	cursor:pointer; display:inline-block;
}
.description p.jump:hover span{
	border-color:#fff
}
.description p.jump:hover i:before{
	content:"\f082"
}
.description p.jump:hover i{
	-webkit-animation: floating 0.5s linear infinite;
	-moz-animation: floating 0.5s linear infinite;
	-ms-animation: floating 0.5s linear infinite;
	-o-animation: floating 0.5s linear infinite;
	animation: floating 0.5s linear infinite;
}
.description i {
	color: red;
}

.newsletter{
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.newsletter .subscribe-form {width:240px; margin:0px auto; opacity:0}
.newsletter p {
	opacity:1;
	letter-spacing: 0.2rem;
	margin: 0;
	text-transform: uppercase;
	
}
.newsletter p span {
	border-color: #000;
	border-right: 0 none;
	border-style: solid;
	border-width: 2px 0px 0px;
	display: inline-block;
	margin: 6px 10px;
	width: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.newsletter p.newsletter-head{
	cursor:pointer; display:inline-block;
}
.newsletter p.newsletter-head:hover span{
	border-color:#18BCF9
}
.newsletter p.newsletter-head:hover i:before{
	content:"\f077"
}
.newsletter p.newsletter-head:hover i{
	-webkit-animation: floating 0.5s linear infinite;
	-moz-animation: floating 0.5s linear infinite;
	-ms-animation: floating 0.5s linear infinite;
	-o-animation: floating 0.5s linear infinite;
	animation: floating 0.5s linear infinite;
}









.breath{
	-webkit-animation: breath 1s ease infinite;
	-moz-animation: breath 1s ease infinite;
	-ms-animation: breath 1s ease infinite;
	-o-animation: breath 1s ease infinite;
	animation: breath 1s ease infinite;
}
#home .nav.right a i {
    font-size: x-large;}
	#home .nav.left a i {
    font-size: x-large;}
	
	
::-webkit-input-placeholder {
   color: red !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: red !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red !important;  
}

:-ms-input-placeholder {  
   color: red !important;  
}	
	
.adi {font-family: "Oswald",sans-serif; font-weight:400; font-size:14px; line-height:20px; color: #151515; margin-bottom:30px; margin-top:10px; text-shadow: 1px 1px 1px #fff; 
}	

.circle {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    border: 1px solid #000;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;    
    border-radius: 60px;
    background: transparent;
    opacity: 1;
    position: absolute;
   margin-top:0px;
    left: 50%;
    z-index: 0;
}
.arc-wrapper{
	position: relative;
	margin: 0px auto;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	width: 500px;
	height: 360px;
}
.arc-wrapper:before{
	content: '';
	position: absolute;
	width: 340px;
	height: 340px;
	background: #F5E9BC url(../images/noise.png) repeat top left;
	border: 10px solid #452716;
	border-radius: 50%;
	box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.3);
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -180px;
}
.arc-wrapper:after{
	content: 'A';
	color: #F5E9BC;
	line-height: 210px;
	width: 240px;
	height: 240px;
	background: #452716 url(../images/noise.png) repeat top left;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -120px;
	font-family: 'Sail', serif;
	text-transform: none;
	font-size: 138px;
	text-shadow: 0px 0px 1px #F5E9BC;
	text-indent: -25px;
}
.arc-wrapper h3{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 28px;
	margin-top: 16px;
	color: #D26A44;
	letter-spacing: -4px;
	text-shadow: 1px 1px 1px #954c04;
}

h3#example1 {
	font-family: 'Concert One', serif; 
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	color: #fff;
	font-size: 32px;
}






/*======================== timballo ========================*/
.contact-detail{
	margin: 20px auto;
	padding: 0;
	display: block;
	width: 80%;
}
.contact-detail i{
	font-size: 25px;
	padding: 10px;
	border-radius: 100%;
	width: 45px;
	height: 45px;
}
.contact-detail i.color{ 
	background: #18BCF9;
}



.sky-tabs > label span.lokal {
	background-image: url(../media/menu.png);
	background-repeat: no-repeat;
	background-position: center 1px;
}
.sky-tabs > label span.gallerie {background-image: url(../media/menu.png);
	background-repeat: no-repeat;
	background-position: center -89px;
}
.sky-tabs > label span.privatevents {background-image: url(../media/menu.png);
	background-repeat: no-repeat;
	background-position: center -180px;
}

.sky-tabs > label span.kontakt {background-image: url(../media/menu.png);
	background-repeat: no-repeat;
	background-position: center -268px;
}
.sky-tabs > label span:hover {color: #414042}

.typography {min-height:200px}
.typography h3 {color: #F26531}
.typography p {color: #F26531; opacity: 1; font-weight:300}
.typography a {color:#231f20}
.typography input {border: 1px solid #151515; margin-bottom:10px; text-align:left; color: #231f20; padding-left:5px; padding-right:5px}
.typography textarea {padding:10px; border: 1px solid #151515; text-align:left; color: #231f20}
.typography .submit {margin-top:10px; border: 1px solid #151515; padding:2px 15px; float:right; font-size:12px; line-height:22px; color: #231f20}


#mapicon i {font-size:22px; padding-bottom:0px}

.fa.fa-globe.spiral {font-size:22px}
.spiralContainer {
  width:22px;
  height:22px;
  font-size:22px; line-height:22px;
  overflow:hidden;
  
  -webkit-animation: spin 3s linear 0s infinite reverse;
  -moz-animation: spin 3s linear 0s infinite reverse;  
  -ms-animation: spin 3s linear 0s infinite reverse;
  -o-animation: spin 3s linear 0s infinite reverse;
  animation: spin 3s linear 0s infinite reverse;
  
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;  
  animation-play-state: paused;
}
.fa.fa-globe.spiral:hover {
  width:22px;
  height:22px;
 font-size:22px; line-height:22px;
  
  
  -webkit-animation: spin 6s linear 0s infinite normal;
  -moz-animation: spin 6s linear 0s infinite normal;
  -ms-animation: spin 6s linear 0s infinite normal;
  -o-animation: spin 6s linear 0s infinite normal;
  animation: spin 6s linear 0s infinite normal;
}
.spiralContainer:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@keyframes spin {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(360deg); }
  100% { -ms-transform: rotate(0deg); }
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(360deg); }
  100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(360deg); }
  100% { -o-transform: rotate(0deg); }
}





/*======================== SUBSCRIBE ========================*/

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 315px;
	height: 70px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}



#subscribe .message.hide {margin-top:-30px}




.social{
	display: block;
	position: relative;
	margin-top:15px !important;
}
.social-icon {
    display: inline-block;
    line-height: 0.8em;
    margin: 0;
    position: relative;
	width: 32px;
	height:32px;
	padding-top:0px;
	padding-bottom:0px;
}
.social-icon:after {
    border: 1px solid #f27c51;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
    content: "";
    display: block;
    height: 32px;
    left: 0;
    position:absolute;
    top: 0;
    width: 32px;
}
.social-icon:hover:after {
	-webkit-transform: scale(1.5);
	-moz-transform:    scale(1.5);
	-o-transform:      scale(1.5);
	transform:         scale(1.5);
	-webkit-transition-duration: .5s;
	-moz-transition-duration:    .5s;
	-o-transition-duration:      .5s;
	transition-duration:         .5s;
	opacity:0
}
.social-icon i {
    box-shadow:0px 0px 0px 2px #f26531 inset;
	-moz-box-shadow:0px 0px 0px 2px #f26531 inset;
	-webkit-box-shadow:0px 0px 0px 2px #f26531 inset;
	background:none;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
    color: #f26531;
    cursor: pointer;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 0;
	transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    width: 32px;
}
.social-icon.color i{
	background-color: #f26531;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.social-icon.color:after {
	border: 1px solid #f26531;
}
.large-icon {
	margin: 32px auto 16px;
	padding: 0;
	display: block;
	font-size: 70px;
}


/*======================== ABOUT ========================*/
#map-canvas { border:35px solid #f26531;
	  height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;    z-index:0;
}
h1.firstHeading {	  font-family: 'Gill Sans Std';
color:#f26531; margin-bottom:0px}
#mapcontent {}
#bodyContent p {white-space: nowrap; font-family:Oswald; font-weight:300}
#bodyContent a {color:#f26532}

#panel {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -180px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
      }



#about .two-column{
	padding-left:20px;
}
#about .two-column:first-child{
	padding-right:20px;
	padding-left:0;
}
.rtl {
	text-align: right;
	direction: rtl;
}
.rtl .content {
	text-align: right;
	direction: rtl;
}
.rtl .icon i {
	margin-left: 15px;
	margin-right: 0;
}
.iconbox {
	text-align: left;
	margin-top: 2rem;
	display: table;
}
.iconbox h3 {
	font-weight: 600;
	font-size: 19px;
	line-height: 2.25rem;
	margin:0
}
.iconbox div {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
}
.iconbox .icon {
	padding-top: 15px;
}
.iconbox i {
	margin-right: 15px;
	font-size: 50px;
	padding: 15px;
	color: #18BCF9;
}
/*======================== COLUMN ========================*/
.two-column {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.two-column:first-child {
	margin-right: 1%;
}
.three-column{
	display: inline-block;
    margin-right: 1%;
    width: 32%;
	vertical-align: top;
}
.three-column:last-child {
	margin: 0%;
}
.four-column {
	display: inline-block;
	padding-bottom: 20px;
	padding: 0 20px;
	border-right: 1px solid rgba(255,255,255,.5);
	width: 24%;
}
.four-column:last-child{
	border-right:none
}
/*======================== FORM ========================*/
form {
	margin: 20px auto;
	padding: 0;
	display: block;
}
input{
	width: 100%;
	border: 1px solid #000;
	text-align: center;
	line-height: 20px;
	padding: 2px 5px 2px 5px;
	background: rgba(255,255,255,0.5);
	border-radius: 0px;
	margin:5px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	height: 25px;
	color: #000; font-weight:300;
	
}
textarea{
	width: 100%;
	border: 2px solid #151515;
	line-height: 30px;
	padding: 5px;
	background: none;
	border-radius: 0px;
	margin:5px;
	height:155px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
} 
input:hover,
textarea:hover{
	border-color:rgba(0,0,0,0.5) !important;
}
input:focus ,
textarea:focus{	border: 1px solid #000;

	-webkit-animation: glow 800ms ease-out infinite alternate;
	-moz-animation: glow 800ms ease-out infinite alternate;
	-o-animation: glow 800ms ease-out infinite alternate;
	-ms-animation: glow 800ms ease-out infinite alternate;
	animation: glow 800ms ease-out infinite alternate;
}
.submit{height:25px;
	width: auto;
	border: 1px solid #000;
	line-height: 25px; font-size:12px;
	padding: 0px 15px 0px 15px;
	border-radius: 0px;
	text-transform: uppercase;
	background:none;
	margin:2%;
	position:relative;
	color:#000;
	cursor: pointer;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	letter-spacing:0.05em;
}
.submit:hover{
	color:#231f20
}
.submit:hover:after,
.submit:active:after {
	height: 100%;
}
.submit:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.hide{
	display:none
}
.message{
	margin: 20px auto;
	text-transform:uppercase
}
#contact .message h1 {color:#000}
.message h1 {
	margin:0px;
	font-weight:bold
}
.waiting{
	margin:20px auto;
	border-radius: 60px;
	border: 2px solid #fff;
	height: 30px;
	width: 30px;
	position: relative;
	overflow:hidden;
	display:none;
}
.arrow_sec {
	position: absolute;
	height: 15px;
	width: 2px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -1px;
	background: #666;
	-webkit-animation: clockwise 1s linear 0s infinite;
	-moz-animation: clockwise 1s linear 0s infinite;
	animation: clockwise 1s linear 0s infinite;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
}

.arrow_min {
	position: absolute;
	height: 10px;
	width: 2px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -1px;
	background: #666;
	-webkit-animation: clockwise 6s linear 0s infinite;
	-moz-animation: clockwise 6s linear 0s infinite;
	animation: clockwise 6s linear 0s infinite;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
}
#timballo form{
	width:90%
}
#subscribe form{
	width:80%
}
form#mailchimp {margin-top:0px}
#subscribe .message {margin:0px auto; color:red;}
#subscribe .message h1 {font-size:12px; padding:0px; margin:0px auto; color: black}
#subscribe .message p {font-size:10px; color:red; }
/*======================== NAVIGATION ========================*/

/*bottom*/
.nav.bottom .arrow,
.nav.top .arrow{
	position: relative;
	margin: 0 auto;
	width: 125px;
}
.nav.bottom{
	display: block;
	height: 30px;
	background: transparent;
	width: 100%;
	z-index: 9;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
.nav.bottom a{
background: none;
	text-align: center;
	position: relative;
	height: 30px;
	display: block;
	width:125px;
	overflow: hidden
}

.nav.bottom a span{
left: 0px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 125px;
	height: 30px;
	top: 0px;
	line-height: 30px;
		background:rgba(255,255,255,0.5);
font-size:12px;

}
.nav.bottom a span.opacity05{background:rgba(255,255,255,0.3);}
.nav.bottom a:hover span{
	left:0px;
	top:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:rgba(255,255,255,1);
	color:#151515;
}
/*top*/
.nav.top{
	display: block;
	height: 30px;
	background: transparent;
	width: 100%;
	z-index: 9;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right: 0px;
	top: 0px;
	text-align: center;
}
.nav.top a{
	background: none;
	text-align: center;
	position: relative;
	height: 30px;
	display: block;
	width:125px;
	overflow: hidden
}
.nav.top a span{
	left: 0px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 125px;
	height: 30px;
	bottom: 0px;
	line-height: 30px;
		background:rgba(255,255,255,0.5);
font-size:12px;
}
.nav.top a:hover span{
	left:0px;
	bottom:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:rgba(255,255,255,0.8);
	color:#151515;
}
/*======================== HIDE ========================*/
#logo h1,
#logo p,
.showfirst,
.showsecond,
#textslider,
#deliver,
.description p,
.newsletter p,
.adi,
#spiralContainer,
.bottom .arrow a{
	opacity:0
}

/*======================== ANIMATION ========================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*fadeInUp*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}



.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*fadeInRight*/
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*fadeInLeft*/
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*fadeInDown*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*rotate*/
@keyframes rotate{
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
@-webkit-keyframes rotate{
	0% {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate{
	0% {-moz-transform:rotate(0deg);}
	100% {-moz-transform:rotate(360deg);}
}
@-o-keyframes rotate{
	0% {-o-transform:rotate(0deg);}
	100% {-o-transform:rotate(360deg);}
}
@-ms-keyframes rotate{
	0% {-ms-transform:rotate(0deg);}
	100% {-ms-transform:rotate(360deg);}
}
/*floating*/
@keyframes floating {
	0% {transform: translateY(0%)  scale(1.5);}
	50% {transform: translateY(8%)  scale(1.5);}	
	100% {transform: translateY(0%)  scale(1.5);}			
}
@-webkit-keyframes floating {
	0% {-webkit-transform: translateY(0%)  scale(1.5);}
	50% {-webkit-transform: translateY(8%)  scale(1.5);}	
	100% {-webkit-transform: translateY(0%)  scale(1.5);}			
}
@-moz-keyframes floating {
	0% {-moz-transform: translateY(0%)  scale(1.5);}
	50% {-moz-transform: translateY(8%)  scale(1.5);}	
	100% {-moz-transform: translateY(0%)  scale(1.5);}			
}
@-o-keyframes floating {
	0% {-o-transform: translateY(0%)  scale(1.5);}
	50% {-o-transform: translateY(8%)  scale(1.5);}	
	100% {-o-transform: translateY(0%)  scale(1.5);}			
}
@-ms-keyframes floating {
	0% {-ms-transform: translateY(0%)  scale(1.5);}
	50% {-ms-transform: translateY(8%)  scale(1.5);}	
	100% {-ms-transform: translateY(0%)  scale(1.5);}			
}
/*breath*/
@keyframes breath {
	0% {transform: translateY(0% ) scale(0.9);}
	15% {transform: translateY(8%)  scale(1.2);}
	30% {transform: translateY(8%)  scale(0.9);}	
	100% {transform: translateY(0%)  scale(1.5);}			
}
@-webkit-keyframes breath {
	0% {-webkit-transform: translateY(0% ) scale(0.9);}
	15% {-webkit-transform: translateY(8%)  scale(1.2);}
	30% {-webkit-transform: translateY(8%)  scale(0.9);}	
	100% {-webkit-transform: translateY(0%)  scale(1.5);}			
}
@-moz-keyframes breath {
	0% {-moz-transform: translateY(0% ) scale(0.9);}
	15% {-moz-transform: translateY(8%)  scale(1.2);}
	30% {-moz-transform: translateY(8%)  scale(0.9);}	
	100% {-moz-transform: translateY(0%)  scale(1.5);}			
}
@-o-keyframes breath {
	0% {-o-transform: translateY(0% ) scale(0.9);}
	15% {-o-transform: translateY(8%)  scale(1.2);}
	30% {-o-transform: translateY(8%)  scale(0.9);}	
	100% {-o-transform: translateY(0%)  scale(1.5);}			
}
@-ms-keyframes breath {
	0% {-ms-transform: translateY(0% ) scale(0.9);}
	15% {-ms-transform: translateY(8%)  scale(1.2);}
	30% {-ms-transform: translateY(8%)  scale(0.9);}	
	100% {-ms-transform: translateY(0%)  scale(1.5);}			
}
/*clockwise*/
@keyframes clockwise{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
@-webkit-keyframes clockwise{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes clockwise{
    0%{-moz-transform:rotate(0deg);}
    100%{-moz-transform:rotate(360deg);}
}
@-o-keyframes clockwise{
    0%{-o-transform:rotate(0deg);}
    100%{-o-transform:rotate(360deg);}
}
@-ms-keyframes clockwise{
    0%{-ms-transform:rotate(0deg);}
    100%{-ms-transform:rotate(360deg);}
}
/*glow*/
@-webkit-keyframes glow {
    0% {
		border-color: #62c6ea;
		box-shadow: 0 0 5px rgba(0, 187, 255,.2), inset 0 0 5px rgba(0, 187, 255,.1)
		}	
    100% {
		border-color: #18BCF9;
		box-shadow: 0 0 20px rgba(0, 187, 255,.6), inset 0 0 10px rgba(0, 187, 255,.4)
		}
}
@-moz-keyframes glow {
    0% {
		border-color: #62c6ea;
		box-shadow: 0 0 5px rgba(0, 187, 255,.2), inset 0 0 5px rgba(0, 187, 255,.1)
    }	
    100% {
		border-color: #18BCF9;
		box-shadow: 0 0 20px rgba(0, 187, 255,.6), inset 0 0 10px rgba(0, 187, 255,.4)
    }
}
@-o-keyframes glow {
    0% {
		border-color: #62c6ea;
		box-shadow: 0 0 5px rgba(0, 187, 255,.2), inset 0 0 5px rgba(0, 187, 255,.1)
    }	
    100% {
		border-color: #18BCF9;
		box-shadow: 0 0 20px rgba(0, 187, 255,.6), inset 0 0 10px rgba(0, 187, 255,.4)
    }
}
@-ms-keyframes glow {
    0% {
		border-color: #62c6ea;
		box-shadow: 0 0 5px rgba(0, 187, 255,.2), inset 0 0 5px rgba(0, 187, 255,.1)
    }	
    100% {
		border-color: #18BCF9;
		box-shadow: 0 0 20px rgba(0, 187, 255,.6), inset 0 0 10px rgba(0, 187, 255,.4)
    }
}
@keyframes glow {
    0% {
		border-color: #62c6ea;
		box-shadow: 0 0 5px rgba(0, 187, 255,.2), inset 0 0 5px rgba(0, 187, 255,.1)
    }	
    100% {
		border-color: #18BCF9;
		box-shadow: 0 0 20px rgba(0, 187, 255,.6), inset 0 0 10px rgba(0, 187, 255,.4)
    }
}