@import url('https://fonts.googleapis.com/css?family=Open Sans:400:600'); 
@import url('https://fonts.googleapis.com/css?family=Nunito:400'); 

body {
	font-family: "Open Sans";
}
a, .btn, .form-control {
	transition: all .3s; 
}
p, ul li, ol li { 
	font-size: 17px;
	line-height: 30px;
}
.free {
	background: yellow;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}
.premium {
	background: #3390D6;
	color: #fff;
	padding: 0 3px;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-collapse {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
	@media(min-width:768px){
		.navbar-nav>li>a {
			padding-left: 0 !important;
		}
	}
.btn {
	font-size: 14px;
	text-transform: uppercase;
}
.btn-primary {
	font-weight: 600;
	background: #3390D6;
}
.nibirumail {
	color: #999;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: 300;
}
.nibirumail .nunito {
	color: #3390D6;
	transition: all .3s;
	font-size: 30px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	text-decoration: none !important;
}
	.nibirumail .nunito:hover {
		color: #6666ff;
		text-decoration: none !important;
	}
	
#header_desktop {
	overflow: hidden;
	background: #fff;
	height: 100px;
	line-height: 100px;
}
	#header_desktop .nunito {
		color: #3390D6;
	}
		#header_desktop ul li {
			list-style-type: none;
			display: inline-block;
			margin-left: 15px;
		}
			#header_desktop ul li a {
				font-size: 14px;
				color: #000 !important;
				text-decoration: none;
				transition: all .3s;
			}
				#header_desktop ul li a:hover {
					color: #000;
				}
				
		

#header_mobile {
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	.home #header_mobile, .home #header_mobile .nunito {
		color: #fff;
	}
		#header_mobile .nunito {
			font-size: 24px;
		}
	#header_mobile i {
		font-size: 20px;
	}	
