/*
green: #adbf5a
yellow: #ebc94f;
blue: #689ac9;
red: #a3363a;
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.viento-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('../images/viento-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.navbar-default {
	border-radius: 0;
	position: fixed;
	width: 100%;
	z-index: 20;
}
.navbar {
	margin-bottom: 0;
	font-family: 'Open Sans Condensed', sans-serif;
}
.navbar-nav>li:hover {
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
	background-color: #adbf5a; 
	color: #FFF;
}
.navbar-brand {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.tab-content .thumbnail {
	margin-top: 10px;
}
header>section {
	padding-top: 55px;
}
footer {
	height: 200px;
	background-color: #333;
	color: #FFF;
	padding-top: 25px;
	text-align: center;
}
.icode-icon {
	background-image: url('../images/icon20.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
}
.icode-logo {
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	width: 60px;
	display: inline-block;
}
.container.download {
	margin: 50px auto;
}
.gotop {
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 104400;
	background: #ebc94f;
	width: 30px;
	height: 30px;
}
.gotop a {
	display: block;
	line-height: 30px;
}
a {
	font-weight: bold;
}
.navbar a {
	font-weight: normal;
}