/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* .tm-fullscreen {
    background: url("../images/bg1.jpg") no-repeat scroll 50% 50% / cover !important;
    z-index: -10;
	min-height: 800px;
}
*/

@font-face {
    font-family: 'traveling__typewriterregular';
    src: url('travelingtypewriter-webfont.eot');
    src: url('travelingtypewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('travelingtypewriter-webfont.woff') format('woff'),
         url('travelingtypewriter-webfont.ttf') format('truetype'),
         url('travelingtypewriter-webfont.svg#traveling__typewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.formResponsive {
	width: 50%;
	margin: 0 auto !important;
	display: block;
}

.uk-article-title {
	text-align: center;
}

.wk-slideshow.wk-slideshow-default {
    
    margin: 0 auto;
}

.formResponsive h2 {
	text-align: center;
	padding-bottom: 30px;
}

.uk-heading-large {
    font-size: 40px;
    line-height: 73px;
}

body {
    color: #444444;
    font-family: 'Sanchez'!important;
    font-size: 12px !important;
}

.tm-fullscreen {
	min-height: 650px;
}

.food .uk-article-meta {
	display: none;
}

.food .uk-article-title {
	display: none;
}

.contact .uk-article-meta {
    display: none;
}

.contact .uk-article-title {
    text-align: center;
}

.friends .uk-panel {
	text-align: center;
}

.uk-navbar-brand {
    padding: 0 20px 0 0;
}

.friends .uk-width-1-2.uk-container-center p {
	font-size: 14px;
}

.uk-width-medium-1-2.uk-text-center {
    padding-top: 60px;
}

.uk-tab > li > a {
	font-size: 12px;
}

#tm-middle.tm-block div.uk-container div.tm-middle div.tm-main main.tm-content div.page-header h1 {
	display: none;
}

.page-header {
	border-bottom: none;
}

h1, h3 {
	font-family: 'traveling__typewriterregular' !important;
	font-style: normal;
	font-weight: 400 !important;
}

h2 {
	font-family: 'traveling__typewriterregular' !important;
}

.uk-panel-title {
    font-size: 31px;
	text-align: center;
}

footer h1 {
	color: #fff;
}

.wk-map.wk-map-default {
    border: 4px solid #444444;
    margin: 33px;
}

.uk-panel.uk-text-center > p {

}

strong {
	font-family: 'Sanchez';
}


.uk-list-line > li:nth-child(n+2) {
    border-top: none;
}

.uk-overlay > img {
    height: 250px;
    width: 250px;
}

.uk-width-1-1.uk-width-medium-1-3 {
    text-align: center;
}
		
.ani-wrapper {
	padding-top: 220px ;
}

.ani-sentence {
	font-family: 'traveling__typewriterregular' !important;
	font-weight: 400 !important;
	margin: 0;
	line-height: 1.5;
	font-size: 38px;
	text-align: left;
	color: white;
	text-shadow: 0px 2px 3px #000;
}

.uk-article-title {
    font-size: 36px;
}

.ani-sentence span {
	color: #F6E488 !important;
	white-space: none;

}

.ani-words {
	display:inline;
	text-indent: 10px;
}

.ani-words {
	
}

.ani-words-1 span {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #B64754;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-moz-animation: rotateWord 18s linear infinite 0s;
	-o-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.ani-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-moz-animation-delay: 3s; 
	-o-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #6b889d;
}
.ani-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-moz-animation-delay: 6s; 
	-o-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #F48592;	
}

.ani-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s;
	-moz-animation-delay: 9s; 
	-o-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color: #7a6b9d;
}
.ani-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-moz-animation-delay: 12s; 
	-o-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	color: #8d6b9d;
}
.ani-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s;
	-moz-animation-delay: 15s; 
	-o-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #9b6b9d;
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateY(-30px); }
	5% { opacity: 1; -moz-transform: translateY(0px);}
    17% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 0; -moz-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -o-transform: translateY(-30px); }
	5% { opacity: 1; -o-transform: translateY(0px);}
    17% { opacity: 1; -o-transform: translateY(0px); }
	20% { opacity: 0; -o-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; transform: translateY(-30px); }
	5% { opacity: 1; transform: translateY(0px);}
    17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}

.uk-overlay-area {
	display: none !important;
}

.uk-panel.uk-width-1-1.uk-width-medium-1-2.google-map {
    padding: 0 0 80px;
}


@media screen and (max-width: 768px){
	.ani-sentence { font-size: 28px; }
	
	.formResponsive {
	    width: 100%;
	}
}
@media screen and (max-width: 460px){
	.ani-sentence { font-size: 22px; }
	
	footer .uk-panel .uk-width-1-1 .uk-width-medium-1-2 {
		padding: 0;
	}

	.wk-map.wk-map-default {
	    margin: 20px 0;
	    padding: 0;
	}
	
	.uk-container-center.ani-wrapper {
	    width: 300px !important;
	}
}