/*
*   name           Favourite
*   version        3.3
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2015 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size: 18px;
    margin-top: -10px;
}
#fav-headerwrap {
    border-top: 0px solid #DDD;
    border-bottom: 0px solid #DDD;
}
#fav-container {
    background-color: transparent;
    margin-top: 9px;
    margin-bottom: 9px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.27);
}
#fav-headerwrap, #fav-headerwrap .navigation {
    background-color: transparent;
	margin-bottom: 20px;
}
#fav-logo {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-left: -30px;
	width: 200px;
}
#fav-nav {
    z-index: 999;
    /*width: 84%;*/
}
#fav-mainwrap .row-fluid [class*="span"] {
    margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 0;
    border: solid #86c7af 1px;
	border-radius: 10px;
}
.slideshowcontainer, .slidesjs-container, .slidesjs-container img {
    border: 1px solid #86c7af;
    border-radius: 10px;
}
#fav-maincontent {
	background-color: rgba(255,255,255,0.7); /*rgba(129,199,175,0.7)*/
	transition: all .5s linear;	
}
#fav-maincontent:hover {
	background-color: rgba(255,255,255,0.95); /*rgba(129,199,175,0.7)*/
	transition: all .5s linear;	
}
#fav-sidebar2 {
    background-color: rgba(255,255,255,0.7);
	transition: all .5s linear;	
}
#fav-sidebar2:hover {
    background-color: rgba(255,255,255,0.95);
	transition: all .5s linear;	
}
#fav-footerwrap {
    background-color: rgba(51,51,51,0.7);
    color: #fff;
}