@import 'https://fonts.googleapis.com/css?family=Amatic+SC';
@import 'https://fonts.googleapis.com/css?family=Lato';
@import 'https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica';
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
   Component: Normalize
 ========================================================================== */
/* HTML5 display definitions
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
 /* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0px 0;
    font-family: "Jacques Francois";
  font-weight: 700;
  color: #080606;
  text-transform: none
}

.uk-vertical-align {
  letter-spacing:normal;
  
}

.uk-vertical-align:before {
    content: "";
    display: inline-block;
    height: 200px;
    vertical-align: middle;
}

.uk-article-title {
  color: #957D68;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.uk-article-lead {
    color: #3B3129;
    font-size: 18px;
    font-weight: normal;

}



.uk-article-author
{

    color: #d55b00;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
        padding-bottom: 5px;
        padding-top: 5px;

}

.uk-article-author a{
    color: #ab813a;
}



.uk-navbar-flip {
    float: left;
    margin-left: -40px;
}

.wk-slideshow img, .wk-gallery img, .spotlight img, a[data-lightbox] img{

 -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #eee;
    border: medium none;
    box-shadow: 0 0 0 1px #e6dfbe inset;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding: 3px;
    }
    
    .uk-thumbnail {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #eee;
    border: medium none;
    box-shadow: 0 0 0 1px #e6dfbe inset;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding: 3px;
   
}

.uk-panel-box .uk-panel-title {
    color: #3E4143;
    font-size: 18px;
    border: none!important;
    }
    
    
    .uk-panel-box {
    background: none repeat scroll 0 0 #fff;
    border: 0px solid #EDE8D0!important;
    color: #3B3129;
    padding: 20px;
}
    
    .tm-footer {
    padding: 0px;
    padding-top:10px
}

.tm-footer .tm-totop-scroller {
display: none;


}

.uk-text-center {
    text-align: left !important;
}





.uk-width-medium-1-3, .uk-width-medium-2-6 {
    width: 33.333%;
    
    padding-top: 30px;
  
  }
  






.zoo-item-list div.description > div:first-child


{
font-size: 13px!important;
}

.uk-thumbnail-large {
    width: 610px;
}

.jform_button

{
}

button, input, select, textarea

{
max-width: 120px;	
}
ul.zoo-list > li
{
margin-top: 0px;
}

	ul.dashed-list
{
    list-style: none outside none;
}

ul.dashed-list li:before {
    float: left;
    margin: 10 0 0 -27px;
    padding: 0;
}

ul.dashed-list li {
    list-style-type: square;
}

.zoo-filter input

{
width: 150px;
}

.uk-navbar-nav > imagemenu.li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 0;
  height: 0px;
  margin-top: 13px;
  background: transparent;
  -webkit-transition: max-width 0.4s;
  transition: max-width 0.4s;
}
.tm-toolbar
{
padding: 0px;
line-height: 0px!important
	
}


@media (max-width: 800px) {

.uk-width-1-4
{
width:100%;	
}
}

#safeDiv {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #eeeeee;
}

#safeDiv a {
    color: #aaa;
}

.submit-btn-inside
{
margin-left: 30px;	
}

@media (max-width: 410px) {

.tm-toolbar {
    background: transparent none repeat scroll 0 0;
position: absolute;
top: 0px;
    position: relative;
    top: -24px;
}
}



/*flip*/

.flip-container {
	perspective: 1000;
	transform-style: preserve-3d;
	padding: 20px;
}
	.flip-container:hover .back {
		transform: rotateY(0deg);
			

	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
  box-shadow: -5px 5px 5px #aaa;
	position: absolute;
	top: 0;
	left: 0;
	  text-align: center;
	    box-sizing: border-box;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(-180deg);
	text-shadow: 1px 1px #eee;
}

.system-message-container,
#system-message-container
{
display: none	
}
.uk-button,
.uk-button-primary
{
background:#5EAF38!important;
color:#ffffff!important
}