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

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

 
html {
  
  /* background: #282522; */
  background: #020202;
  color: #b4afa3;
}
 

.tm-logo-small {  
    display: inline-block;  
}

.tm-navbar,
.tm-navbar > div {
	height: 130px !important;
	background-color: #020202;
    text-align:center;
/*
	position: relative;
	top: 0px;
	bottom: -20px;
	left: 10%;
	right: 10%;   
*/
}

.tm-nav {
    margin: 0 auto;
   
}

.tm-logo {
    top: 58%;
}

.uk-navbar {
  /* lub color: rgba(102, 102, 102, 0.5); */
  color: #020202;
}

.uk-text-primary {
  color: #ffffff !important;
}

a, .uk-link {
    color: #ffffff !important;    	
	 /* color: #ffffff !important; */
}


em {
    color: #ffffff;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  /* LuB color: #b94a48; */
  color: #ffffff;
  border-color: #ee5f5b;
}


.tm-fullscreen-slideshow .uk-heading-large {
	text-shadow: 2px 2px 8px #000000;
}


.required {
    color: #ffffff;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

/*.uk-slideshow {
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: transparent url(../../../images/le_coccole_delle_benedettine.png) no-repeat;
}*/
/*
.tm-block {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	
}
*/

.tm-block-alt {
	 background: #020202 none repeat scroll 0 0;
}

.uk-panel .uk-panel-box {
   background: #000000 !important;
}

.uk-panel-box {
    /* background: #000000 none repeat scroll 0 0; */
    background: #000000 !important;
    color: #b4afa3;
}

.uk-navbar-nav > li > a{
	/* color: #ffffff; */
	font-size: 17px !important;
}

.uk-navbar-nav > li.uk-active > a {
    /* background-color: rgba(0, 0, 0, 0); */
    color: #ffffff;

}

.uk-navbar-nav > li > a:hover {
	/* color: #ffffff; */
	color: #ffffff !important;
}

.uk-subnav > li > a:hover{
	/* color: #ffffff; */
	color: #ffffff !important;
}

.tm-footer {
    background: #0F0F0F none repeat scroll 0 0;
}

@media (min-width: 1024px) {
	.uk-navbar-content,
	.uk-navbar-brand,
	.uk-navbar-toggle {
		position: absolute !important;
		top: -170px !important;
		right: 20px !important
	}
}

.uk-panel .uk-panel-box {
	padding: 0px !important;
}

.uk-close-alt {
	color: #000 !important;
}

.uk-float-left {
  float: none !important;
}

.tm-navbar-fixed .tm-toolbar {
	background-color: #ad655f !important;
}

@media (max-width: 767px) {
  .tm-navbar,
  .tm-navbar > div,
  .tm-navbar .uk-navbar-nav > li > a,
  .tm-navbar .uk-navbar-content,
  .tm-navbar .uk-navbar-brand,
  .tm-navbar .uk-navbar-toggle {
    height: 60px;
  }
  .tm-navbar .uk-navbar-nav > li > a {
    line-height: 60px;
  }
  .tm-navbar .uk-dropdown-search {
    top: 48px;
  }
  .uk-float-left {
	z-index: 10;
  }  
  .tm-navbar-fixed .tm-toolbar {
	height: 40px;
	position: fixed;
	width: 100%;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
	.tm-navbar,.tm-navbar > div {
		height: 130px !important;
		background-color: #020202;
		text-align:center;
		padding-top: 27px;
	}
	.uk-float-left {
		float: none !important;
		margin-left: -19px;
		-webkit-transform: translateZ(0);
	}


/*
	.tm-navbar,
	.tm-navbar > div {
		left: 0px;
		right: 0px;   
	}  
*/
  
}