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

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


  
 .tm-navbar-more > a:before {  
    font-family: FontAwesome;  
    content: "\f07a";  
}
 

/*overide degroef grid stack padding*/
  
.tm-article {
  padding: 0px !important;
 }
 
 
 /*overide degroef comment reply*/

.yoo-zoo #comments .uk-comment-body .reply { display: none; }

 
/* Layout*/
html {
  min-height: 100%;
  background-color: #f5f5f5;
  background-image: url("/templates/yoo_avion/images/green/body_bg.jpg") !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


#rsc_comment{
height:150px!important;
}


.tm-noblog .uk-article > .uk-article-meta { display: none; }

