/* CSS Document */

h1.uk-article-title, h2.uk-article-title {
  color: #7c5044;
}

h1.uk-article-title a {
  color: #00a5ad;
  font-size: 32px;
  line-height: 40px;
}

h2.uk-article-title a{
  color: #00a5ad;
  font-size: 32px;
  line-height: 40px;
}

h1.uk-article-title a:hover, h2.uk-article-title a:hover {
  color:#7c5044;
}

h1 {
  color: #7c5044;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
}

h2 {
  color: #7c5044;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
}

h2.special {
  color: #7c5044;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
}
h3{
   color: #7c5044;
  font-size: 18px;
  line-height: 20px
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
}

h4, h5, h6 {
  color: #7c5044;
  font-size: 14px;
  line-height: 15px
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
}

/* titoli a moduli transefer auto matrimoni shopping servizi  in home  */

.uk-panel-box h2 {
  color: #7c5044;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.uk-panel-box h3 {
  color: #7c5044;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.uk-panel-box .uk-panel-title {
  color: #7c5044;
}

/* titoli stessi  moduli in sidebar A  */
.tm-sidebar-a h5  {
  color: #7c5044;
  font-size: 15px;
  line-height: 16px;
  font-weight: 300;
  margin: 10px 0 10px;
  text-align: center;
  text-transform: uppercase;
}
 /* titolo modulo video   */
.uk-panel-box h2.uk-panel-title     {
color: #7c5044;
font-size: 24px;
line-height: 30px;
font-weight: 500;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 15px;
}
  /* titoli altri moduli in home */
.uk-panel-header  h3.uk-panel-title {
color:#7c5044;
font-size: 17px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 15px;
}


h2.togiu {
  margin-top: 120px;
}
li .uk-active a {
  color: #00a5ad;
}

.nsb_container {
  margin-left: 20px;
}

.nsb_container a {
  display: inline-block;
  float: none;
  padding: 1px;
}

.uk-navbar-nav > li > a {

  padding: 0 15px;
 
}   

.miahome  .uk-navbar-nav > li > a {

  padding: 0 20px;
 
} 
a.uk-button {
  float: right;
  margin-top: 15px;
}

/* Only tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
    .uk-list .uk-hidden-medium{
	display: block !Important;
	white-space: nowrap !Important;
    	overflow: hidden !Important;
    	text-overflow: ellipsis !Important;
    }
}