/*
*   name           Favourite
*   version        3.4
*   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-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
#fav-footerwrap {
  background-color: #555;
  color: #eee;
}
#fav-containerwrap {
background-image: none;
}
.favslider2 .favs img {
	width: 100%;
	display: block;
}

.meteo {
	background: #e1e2dd;
	text-align: center;
	padding: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	border: 2px solid #fff
}
.meteo h3 {
	display: block;
	margin: 0 0 10px;
	color: #7f8081;
	font-size: 24px;
	background-color: #fff;
	width: 100%;
	padding: 5px 0;
	border-bottom: 2px dotted #aaa;
	text-align:center;
	
}
.meteo small {
	font-size: 15px
}
.meteo #today {
	padding: 10px 0;
	border-bottom: 2px dotted #aaa
}
.meteo .gkwNextDays>div {
	padding: 10px 0
}
.meteo .gkwNextDays> div p {
	margin: 0
}
.meteo .gkwItems0 {
	background-color: #fbfaf3
}
.meteo .gkwItems1 .gkwFday {
	overflow: auto;
	margin: 0;
	padding: 5px;
	color: #7f8081;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'UbuntuB';
	line-height: 12px
}
.meteo ul.gkwNextDays {
	margin: 0
}
.meteo p.gkwDayTemp {
	text-align: left !important
}
.meteo p.gkwDayTemp .gkwDay {
	font-style: normal!important;
	font-weight: 500!important
}
.meteo span.gkwDayDay {
	font-weight: normal!important
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}