html,
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: ubuntu;
	src: url(/fonts/ubuntu/Ubuntu-R.ttf);
}

* {
	box-sizing: border-box;
}

body,
.background-color {
	background-color: #FFF;
}

.left {
	float: left;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, ubuntu, Arial, sans-serif;;
	color: #666;
	background-size: cover;
	background-attachment: fixed;
}

a {
	color: #567187;
	text-decoration: none;
	transition: color 0.5s, background-color 0.5s;
}

a:hover,
a:focus {
	color: #279CD7;
	text-decoration: none;
}

hr {
	border: none;
	border-bottom: solid 1px #ccc;
	height: 0px;
	clear: both;
	margin: 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	color: black;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 80%;
	color: #666666;
}

h1 + h2,
h2 + h3 {
	border-top: solid 1px #947A3A;
	color: #947A3A;
	padding-top: 10px;
	font-weight: normal;
}

dl dt {
	font-weight: bold;
	color: #000;
}

dl dd {
	font-size: 90%;
	width: 90%;
	margin: 5px 0px 15px 10%;
}

form dl {
	display: block;
	margin: 10px 1% 10px 1%;
}

form dl dt {
	font-weight: normal;
}

form dl dd {
	width: 80%;
	margin: 5px 0px 15px 20%;
	position: relative;
}

form dl dd.date select {
	width: auto;
	display: inline;
}

main li {
	list-style-type: none;
}

main iframe {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}

button,
a.button,
input[type=submit] {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	padding: 10px 3%;
	margin: 0px;
	text-align: center;
	background-color: #EAEFF2;
	background-color: #F0F0F0;
	color: #141414;
	border-radius: 2px;
	box-shadow: 0 0 1px #333 inset;
	transition: box-shadow 0.2s;
	max-width: 360px;
	border: none;
	font-weight: normal;
	background-image: url(/images/bg.png);
	font-weight: 600;
}

button + button,
a.button + a.button,
input[type=submit] + input[type=submit] {
	margin-left: 5px;
}

a.button:hover,
input[type=submit]:hover {
	box-shadow: inset 0px 0px 2px #333;
}

button.facebook,
a.button.facebook,
input[type=submit].facebook {
 color: white;
 background-color: #3B5998;
}

button.whatsapp,
a.button.whatsapp,
input[type=submit].whatsapp {
 color: white;
 background-color: #43D854;
}

button.instagram,
a.button.instagram,
input[type=submit].instagram {
 color: white;
 background-color: #517FA6;
}

button.email,
a.button.email,
input[type=submit].email {
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color: red !important;
}

div.page {
	width: 100%;
	font-size: 130%;
	overflow: hidden;
}

div.page * {
	vertical-align: top;
}

.container {
	width: 98%;
	max-width: 1000px;
	margin: 0px auto;
	height: 100%;
	position: relative;
	display: block;
	min-width: 300px;
}

header {
	width: 100%;
	box-shadow: 0 0 4px 0 #644B35;
	padding: 0px 0px 0px 0px;
	height: 135px;
	position: relative;
	transition: background-color 0.5s;
}

header a.logo {
	height: 100%;
	margin:0px;
	display: inline-block;
}

header a.logo img {
	max-height: 100%;
	width: auto;
	padding: 5px 25px 5px 5px;
}

header a.navicon {
	font-size: 30px;
	color: #000;
	height: 55px;
	padding: 12px;
	position: absolute;
	top: 0px;
	left: -5px;
	display: none;
}

header a.navicon:hover {
	color: #567187;
}

header a.navicon.active {
	background-color: #EBF0F3;
}

div.page.fixed header a.logo img {
	height: 50px !important;
}

header nav {
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

header nav ul {
	display: block;
}

header nav ul li {
	float: left;
	display: block;
}

header nav ul li a {
	display: block;
	padding: 10px 15px;
}

header nav ul li a img {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 2%;
}

header nav.menu {
	vertical-align: bottom;
	margin-bottom: 9px;
}

header nav.menu ul li {
}

header nav.menu ul li a {
	border-right: 1px solid #DDDDDD;
	position: relative;
	color: #333;
}

header nav.menu ul li a:hover {
	color: #644B35;
}

header nav.menu ul li.active a:hover,
header nav.menu ul li.active a {
	/*background-color: rgba(234, 239, 242, 0.5);*/
	background-image: url(/images/bg.png);
	font-weight: 600;
	cursor: default;
	color: #333;
}

header nav.menu ul li a i.fa {
	margin-top: 2px;
	margin-right: 5px;
}

header nav.menu ul li a span.alert {
	display: block;
	position: absolute;
	top: 0px;
	right: 3px;
	font-size: 70%;
	padding: 1px 0px;
	border-radius: 10px;
	background-color: #333;
	color: #FFF;
	text-align: center;
	width: 15px;
	height: 15px;
	opacity: 1;
	transition: opacity 0.5s;
}

header nav.menu ul li a span.alert:empty {
	opacity: 0;
}

header nav.menu ul li:hover ul {
	opacity: 1;
	height: auto;
	overflow: hidden;
}

header nav.menu ul li ul {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	position: absolute;
	background-color: #FFF;
	transition: opacity 0.5s;
	margin-left: -1px;
}

header nav.menu ul li ul li {
	border: 1px solid #DDDDDD;
	border-top: none;
	float: none;
}

header nav.menu ul li ul li:first-child {
	border-top: 1px solid #DDDDDD;
}

header nav.menu ul li ul li a {
	padding: 2px 10px;
	border: none;
	min-width: 100%;
}

header nav.menu ul li ul li {
}

header nav.menu ul > li:last-child > a {
	border: none;
}

header div.locale {
	position: absolute;
	top: 0px;
	right: 0px;
}

header nav.second-menu {
	margin: 0px 0px 0px 0px;
	background-position: -10px -10px;
	position: relative;
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

header nav.second-menu:hover {
	z-index: 100;
}

header nav.second-menu > img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	margin: 8px;
}

header nav.second-menu.active > img,
header nav.second-menu:hover > img {
	box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
}

header nav.second-menu ul {
	position: absolute;
	left: -210px;
	width: 210px;
	top: -2000px;
	margin-top: 20px;
	background-color: #EAEFF2;
	transition: top 0.5s 0.5s, margin 0.2s;
}

header nav.second-menu.active ul,
header nav.second-menu:hover ul {
	top: 15px;
	margin-top: 0px;
	transition: top 0.5s, margin 0.5s 0.5s;
}

header nav.second-menu ul li {
	display: block;
	background-color: #EAEFF2;
	transition: opacity 0.5s;
	width: 100%;
}

header nav.second-menu ul li a {
	color: #141414;
	display: block;
	border: 1px solid #DDDDDD;
	border-top: none;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

header nav.second-menu ul li:first-child a {
	border: 1px solid #DDDDDD;
}

header nav.second-menu ul li a:hover {
	color: #279CD7;
	background-color: #EAEFF2;
}

header nav.second-menu ul li a i {
	min-width: 30px;
	text-align: center;
}

header nav.second-menu.language ul {
	width: 120px;
	left: -115px;
}

main img.img {
	width: 100%;
	box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
}

div.wrap {
	width: 70%;
	display: inline-block;
	margin: 0px;
	text-align: justify;
}

div.side {
	width: 32%;
	padding: 0px 1% 0px 0px;
	display: inline-block;
	box-shadow: -2px 0px 4px -5px #000000 inset;
	-webkit-box-shadow: -2px 0px 4px -5px #000000 inset;
	margin: 0px 1% 0px 0px;
}

div.side + div.wrap {
	width: 67%;
}

div.side h2 {
	padding: 0px 10px;
}

div.wrap + div.side {
	width: 29%;
	padding: 0px 0px 0px 1%;
	display: inline-block;
	box-shadow: 2px 0px 4px -5px #000000 inset;
	-webkit-box-shadow: 2px 0px 4px -5px #000000 inset;
	margin-left: 1%;
	margin-right: 0px;
}

footer {
	width: 100%;
	box-shadow: inset 0px 2px 4px -5px #000;
	-webkit-box-shadow: inset 0px 2px 4px -5px #000;
	padding: 5px 0px;
	clear: both;
	font-size: 90%;
	background-color: #F8F8F8;
	background-image: url(/images/bg.png);
}

footer nav ul li {
	float: left;
}

footer nav ul li a {
	display: block;
	padding: 0px 5px;
	color: #333;
	box-shadow: -2px 0px 4px -5px #000000 inset;
	-webkit-box-shadow: -2px 0px 4px -5px #000000 inset;
}

footer nav ul li:last-child a {
	box-shadow: none;
	-webkit-box-shadow: none;
}

div.boxes {
	box-shadow: inset 0px 2px 4px -5px #000;
	-webkit-box-shadow: inset 0px 2px 4px -5px #000;
}

div.boxes > div {
	width: 33.33%;
	float: left;
	margin: 10px 0%;
	padding: 2%;
	text-align: center;
	box-shadow: inset -2px 0px 4px -5px #000;
	-webkit-box-shadow: inset -2px 0px 4px -5px #000;
}

div.boxes > div:last-child {
	box-shadow: none;
	-webkit-box-shadow: none;
}

ul.paginator {
	height: 40px;
	font-size: 95%;
}

ul.paginator li {
	display: inline-block;
}

ul.paginator li a {
	display: block;
	padding: 2px 7px;
	border: 1px solid #EAEFF2;
}

ul.paginator li.active a {
	background-color: #EAEFF2;
}

ul.paginator li:last-child a {
	border-right: 1px solid #EAEFF2;
}

ul.paginator li.disabled a {
	display: none;
}

div.list article {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	box-shadow: 0 -2px 4px -5px #000000 inset;
	-webkit-box-shadow: 0 -2px 4px -5px #000000 inset;
	transition: background-color 0.5s, height 0.5s, padding 0.5s;
	text-align: justify;
}

div.list article.toLoad {
	padding-top: 100px;
}

div.list article.loaded {
	padding-top: 0px;
}

div.list article.deleted {
	background-color: #DDDDDD;
	padding: 5px 0px;
	box-shadow: 0px 0px 5px #DDDDDD;
	-webkit-box-shadow: 0px 0px 5px #DDDDDD;
}

div.list article figure {
	display: inline-block;
	width: 17%;
	height: 100%;
	padding: 0px;
	margin: 0px 3% 0px 0px;
}

div.list article article {
	font-size: 90%;
}

div.list article article figure {
	width: 5%;
}

div.list article figure img {
	width: 100%;
}

div.list article form textarea {
	height: 40px;
	min-height: 20px;
}

div.list article form input {
	display: inline-block;
	padding: 5px;
}

div.list article input[type=submit],
div.list article input[type=button],
div.list article a.button {
	width: auto;
	padding: 5px 10px;
}

div.list article div.information {
	width: 78%;
	display: inline-block;
}

div.list article dl {
	display: inline-block;
	width: 100%;
}

div.list article div.description {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-family: "Indie Flower",cursive;
  font-size: 14px;
}

div.user-layout-medium dl {
	width: 100%;
	max-width: 200px;
}

div.list form {
	display: none;
}

div.list article nav {
	text-align: right;
}

div.list article h3 + nav {
	margin-top: -30px;
}

div.list article nav ul li {
	display: inline-block;
}

div.list article nav ul li a {
	display: block;
	padding: 5px 5px;
	cursor: pointer;
}

div.list article nav ul li a.active {
	color: tomato;
	text-shadow: 0px 0px 0px #567187;
}

div.list article nav ul li a img {
	float: left;
	max-width: 30px;
	max-height: 30px;
	margin: -5px 5px;
}

div.list article nav ul li a.iconized {
	padding: 5px 0px 15px 35px;
}

div.login-form > * {
	opacity: 1;
	transition: opacity 0.5s;
}

div.login-form.loading {
	background-image: url(/images/loading.gif); 
	background-repeat: no-repeat;
	background-position: center;
}
div.login-form.loading > * {
	opacity: 0;
}

.iconized {
	padding-left: 35px;
	padding-bottom: 15px;
	position: relative;
}

.iconized:after {
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	margin-left: -35px;
	top: 0px;
	position: absolute;
	background-image: url(/images/mobile-icons.png);
}

a.iconized:hover:after {
	background-image: url(/images/mobile-icons-blue.png);
}

.iconized.email:after {
	background-position: -70px -190px;
}

.iconized.pin:after {
	background-position: -170px -125px;
}

.iconized.login:after {
	background-position: -280px -125px;
}

.iconized.date:after {
	background-position: -70px -74px;
}

.iconized.delete:after {
	background-position: -116px -71px;
}

.iconized.message:after {
	background-position: -176px -187px;
}

.iconized.users:after {
	background-position: -176px -187px;
}

div.navigation ul li {
	display: block;
}

div.navigation ul li a {
	display: block;
	width: 100%;
	padding: 10px 3%;
	transition: background-color 0.5s;
	text-align: left;
}

div.navigation ul li.active a,
div.navigation ul li:hover a {
	background-color: #EAEFF2;
}

div.navigation ul li a img {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 2%;
}

div.navigation ul li a i {
	min-width: 25px;
	text-align: center;
}

nav.breadcrumbs {
	width: 100%;
	display: block;
	margin: 0px 0px 10px;
}

nav.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 15px;
}

nav.breadcrumbs ul li.current a {
	cursor: default;
	color: #999;
}

nav.breadcrumbs ul li:before {
	content: '»';
	display: block;
	position: absolute;
	right: -5px;
	top: 5px;
}

nav.breadcrumbs ul li:last-child:before {
	content: '';
}

nav.breadcrumbs ul li:only-child {
	display: none;
}

nav.breadcrumbs ul li:first-child {
	padding-left: 0px;
}

nav.breadcrumbs ul li:last-child a {
	box-shadow: none;
	-webkit-box-shadow: none;
}

nav.breadcrumbs ul li a img {
	margin: 0px 5px;
}

table {
	width: 100%;
	margin: 0px auto;
}

table tr > * {
	padding: 10px;
}

table tr th {
	text-align: left;
	background-color: #567187;
	color: #FFF;
}

table tr th a {
	color: #FFF;
}