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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
html{
font-family: 'Open Sans';
font-size: 15px / 22px;
font-weight: 400;
color:#000;	 
 }
 
 
 textarea#rsc_comment{
	height:auto; 
	 
 }
 
 .tm-socialbuttons{
	 margin-top:10px;
 }
 
 .uk-article-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: inherit;
  text-transform: none;
   font-family: 'Intro', Fallback, sans-serif;
   color:#4b0c09;
}

em {
    color: #000;
}

/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -20px;
}
.uk-grid > * {
  padding-left: 30px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 20px;
}

ul.uk-nav .uk-nav-navbar:hover{
background:#C30;	
	
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -30px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  
  .pull-left{
	margin-right:20px;
	margin-bottom:15px;  
  }




@media (min-width: 760px) {  
span.toggle-text{
font-size:24px;
color:fff;
line-height:40px;
}


}