body {
	font-family: 'Roboto', sans-serif;
}

a:link,
a:hover,
a:visited {
	text-decoration: none;
}

a:hover {
}

strong {font-weight: bold;}


.logo {
	padding-left: 5px;
}

.thin-logo {
	font-weight: 300;
	font-size: 24px;
}

.thin {
	font-weight: 300;
}

.nav-bar-div-container {}


.nav-bar-div {
	font-size: 24px;
	font-weight: 800;
	padding: 20px 0;


}

#nav-bar-ul li {
	display: inline;
	font-size: 17px
}

#nav-bar-ul {
	padding-left: 0px;
}

#nav-bar-ul li a {
	padding: 0px 10px 20px 10px;
	font-weight: 500;
	border: 0;
}

#nav-bar-ul li a:hover {
}

#nav-bar-ul li a.active-page {
	font-weight: 700;
}

.search-div-container {
	margin-top: 40px;
}

.search-div {
	padding: 38px 0 30px 0;
}

#lupa {
	font-size: 30px;
	z-index: 1;
	position: absolute;
	margin-top: 13px;
	margin-left: 10px;
	vertical-align: middle;
	-webkit-box-align: center;
}

#insert {
	width: 380px;
	font-size: 22px;
	padding: 14px 10px 14px 45px;
	border-radius: 3px;
	border: 0;
	font-weight: 600;
}

.drop-shadow {
	border-radius: 3px;
	padding: 5px;
}

#insert:focus,
#conj-button:focus {
	outline: none;
	border: 0;
}

input::placeholder {
	font-size: 18px;
	font-weight: normal;
}

::-moz-placeholder {
	font-size: 18px;
	opacity: 1;
}

::-webkit-input-placeholder {
	font-size: 18px;
	font-weight: normal;
}

:-ms-input-placeholder {
	/* for IE */
	font-size: 18px;
	font-weight: normal;
}

::-ms-input-placeholder {
	/* for edge */
	font-size: 8px !important;
}

#conj-button {
	font-size: 20px;
	font-weight: 500;
	padding: 14px 40px;
	margin-left: 0px;
	border-radius: 3px;
	outline: none;
	border: 0px solid #4d94ff;
	-webkit-appearance: none;
}

#insert:focus+#conj-button {
	/*
animation-name: color_change;
  animation-duration: 1s;
  animation-fill-mode: forwards;
*/
}

@keyframes color_change {
	from {
	}
	to {
	}
}

#conj-button:active {
}

.exemplos {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 300;
}

.exemplos a {}

.bolder {
	font-weight: 600;
}

.ads-top-container {
	margin-top: 40px;
}


.ads-desktop-top {


}

.partilhe-container {
	margin-top: 20px;
}

ul.media-share {
	padding-left: 0px;
	margin-top: 0px;
}

.media-share li {
	display: inline;
	margin: 6px;
	font-size: 26px;
	color: #777;
}

.media-share li:first-of-type {
	font-weight: 600;
	margin-left: 0;
	font-size: 22px;
	cursor: auto;
}

.media-share li:first-of-type:hover {}

.media-share li a {
	border: 0;
}

.media-share li a:hover {
	border: 0;
	cursor: pointer
}

.ads-bottom-container {
	margin-bottom: 60px;
}

.ads-desktop-bottom {

}

.before-footer-container {
	margin-top: 180px;
	padding: 20px 0;
}

.footer-container {
}

.after-footer-container {
}

code {
	font-size: 18px;
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
}


/**********************     conjugation           *******************/