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

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

.tm-navbar-fixed .tm-toolbar, .tm-navbar-fixed .tm-navbar {
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}


.uk-alert {
    margin: 15px;
    padding: 10px 10px 20px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #CCCCCC;
	font-size: 24px;
	color: #c2982a;
}


.tm-top-a {
	padding-top:0px;
}

/* SLIDESHOW */


/* PANEL BOXES */
.uk-panel-box {
  	border-radius: 5px 70px 5px/*30px/10px*/; /* horizontal radius / vertical radius */
	/*border-radius: 10px 10px 10px 10px ;*/
	-moz-border-radius: 5px 70px 5px/*30px/10px*/;
	-webkit-border-radius: 5px 70px 5px/*30px/10px*/;
	border: 1px solid #000;
	box-shadow: 4px 6px 8px #000;

}



/* MAIN */

.uk-article, .uk-main  {
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
	padding: 30px;
    border-radius: 5px 70px 5px;
	-moz-border-radius: 5px 70px 5px;
	-webkit-border-radius: 5px 70px 5px;
	border: 1px solid #000;
	box-shadow: 4px 6px 8px #000;

}

.art-img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	box-shadow: 4px 6px 8px #000;
}


.tm-block {
    padding-top: 4px;
    padding-bottom: 4px;
}



/* FOOT BLOCK */

.tm-footer {
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
}


/* EDITOR PAGE */
.edit.item-page {
	background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;


}

