﻿/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(form.css);
@import url(jquery-ui-1.10.2.custom.css);

html {
	font-size: 16px;
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 20px;
	}
}

@media only screen and (min-width: 600px) {
	html {
		font-size: 19px;
	}
}

@media only screen and (min-width: 600px) {
	html {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) {
	html {
		font-size: 17px;
	}
}

body {
	font-family: 'Ubuntu', Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	color: rgb(0, 0, 0);
	font-size: 1.19rem;
	font-weight: 300;
	background: #fff;
}

body,
html {
	min-width: 960px;
}

a {
	outline: none;
	color: #3fa535;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.expand {
	display: none;
	padding-top: 5px;
	font-weight: 400;
}

a img {
	outline: none;
	border: 0;
}

.back-white {
	background: #fff
}

.outer-liquid {
	min-width: 960px
}

.sepbottom30 {
	padding-bottom: 30px
}

.ptop5 {
	padding-top: 5px
}

.ptop10 {
	padding-top: 10px
}

.pbottom5 {
	padding-bottom: 5px
}

.pbottom10 {
	padding-bottom: 10px
}

.pbottom15 {
	padding-bottom: 15px
}

.pbottom20 {
	padding-bottom: 20px
}

.pright15 {
	padding-right: 15px
}

.pleft20 {
	padding-left: 20px
}

.mtop15 {
	margin-top: 15px
}

.mtop10 {
	margin-top: 10px;
}

.mbottom30 {
	margin-bottom: 30px;
}

.mbottom15 {
	margin-bottom: 15px;
}

.mbottom10 {
	margin-bottom: 10px;
}

.mbottom3 {
	margin-bottom: 3px;
}

.hidden {
	display: none;
}

.bigtext {
	font-size: 1.875rem;
}

.alert {
	background: #fff;
	border: 1px solid #3fa535;
	padding: 5px;
}

.red {
	color: #000
}

.green {
	color: #000
}

.grey1 {
	color: #333;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.alpha40 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.strong {
	font-weight: bold
}

button,
input[type="button"],
input[type="submit"] {
	background: #fff;
	color: #3fa535;
	border: 1px solid;
	border-radius: 10px;
	border-color: #000;
	border-style: outset;
	text-shadow: none;
	font-size: 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: #000;
	color: #fff;
	border: 1px solid;
	border-radius: 10px;
	border-color: #3fa535;
	border-style: outset;
	text-shadow: none;
}

#header-outer {
	min-width: 960px;
	background: #3fa535;
}

#header {
	width: 940px;
	padding-left: 0px;
}

#header a#logo {
	width: 408px;
	height: 66px;
	background: url("../images/logo-header_villamanin.png") no-repeat left top;
	float: left;
	display: inline-block;
}

#mainMenu {
	float: right;
	margin-top: calc(38px - 1.125rem);
}

#mainMenu a {
	font-family: 'Ubuntu Condensed', Verdana, Geneva, sans-serif;
	font-size: 1.1rem;
	padding: 2px 1px 2px 2px;
	display: inline-block;
	color: #ffed00;
	margin-right: 8px;
	text-decoration: none;
}

#mainMenu a:last-child {
	margin-right: 0px;
}

#mainMenu a.selected {
	color: #000;
}

#mainMenu #searchbox {
	width: 300px;
	position: absolute;
	background: #fff;
	border: 1px solid #3fa535;
	padding: 10px;
	margin-left: 133px;
	margin-top: 25px;
	display: none;
}

#mainMenu #searchbox button {
	background: #fff;
	color: #3fa535;
	border: 1px solid;
	border-radius: 10px;
	border-color: #000;
	border-style: outset;
	text-shadow: none;
	font-size: 1rem;
	height: 24px;
	vertical-align: bottom;
}

#mainMenu #searchbox button:hover {
	background: #000;
	color: #fff;
	border: 1px solid;
	border-radius: 10px;
	border-color: #3fa535;
	border-style: outset;
	text-shadow: none;
	font-size: 1rem;
	height: 24px;
	vertical-align: bottom;
}

#mainMenu #searchbox input {
	background: #fff;
	border: 1px solid #3fa535;
	vertical-align: bottom;
	font-size: 0.875rem;
}

.fixedblock {
	padding: 30px 17px;
	width: 926px;
}

h2 {
	border-bottom: 2px solid;
	display: inline;
	margin: 0;
	padding: 0px 0px 0px 3px;
	font-size: 1.19rem;
	font-weight: normal;
	letter-spacing: 2px;
	color: #000;
}

.content {
	padding: 10px 3px;
	font-weight: 400;
	font-size: 1rem;
}

.readmore {
	margin-top: 10px;
}

.readmore a {
	font-family: 'Ubuntu Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 1.125rem;
	text-decoration: none;
	background: url(../images/expand-white.png) no-repeat right center;
	display: inline-block;
	padding-right: 20px;
	text-transform: uppercase;
}

.fullrow {
	min-width: 926px;
	padding: 36px 18px;
	color: #3fa535;
	font-family: 'Ubuntu Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 1.125rem;
}

.fullrow_SDG {
	min-width: 926px;
	padding: 36px 18px;
	color: #3fa535;
	font-family: 'Ubuntu Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 1.125rem;
	background-color: #ffed00;
}

.fullrowbig {
	width: 900px;
	padding-top: 36px;
	padding-bottom: 4px;
	color: #ffed00;
	font-family: 'Ubuntu Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 0px;
	font-size: 1.875rem;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.news {
	font-family: 'Ubuntu', Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 1rem;

}

.news_title {
	color: #3fa535;
	font-family: 'Ubuntu Condensed', Verdana, Geneva, sans-serif;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 1.125rem
}


h4 {
	color: #3fa535;
	font-size: 1rem
}

.fullrow a {
	text-decoration: none;
	color: #3fa535;
}

a.context-label {
	background-image: url(../images/expand-white.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 20px;
}

.fullrow .fullrowtitle {
	float: left;
}

.fullrow #prj-filter {
	float: left;
	margin-left: 50px;
}

.fullrow #prj-filter label[for="show-agn"] {
	margin-left: 30px;
}

.fullrow #prj-filter input {
	vertical-align: middle;
}

.fullrow .naviga {
	float: right;
}

.fullrow img {
	vertical-align: middle;
	margin: 0px 5px;
}

#maincontent-outer {
	font-size: 1rem;
	padding: 30px 17px;
}

.maincontent-outer-bi {
	font-size: 1rem;
	padding: 30px 17px;
}

.container-color {
	background-color: #3fa535;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

.with-splash {
	background-image: url("https://rebirthforum.net/villamanin/images/splash-header_villamanin.png");
	background-position: 0px top;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: -40px;
	padding-top: 30px;
}

#footer {
	padding: 15px 17px;
	text-align: center;
	color: #000;
	background-color: #ffed00;
	font-size: 80%
}

#footer a {
	color: #000;
	display: inline-block;
	margin: 0px 10px;
	text-transform: uppercase;
}

#footer .small a {
	color: #000;
	display: inline-block;
	margin: 0px 10px;
	text-transform: uppercase;
	font-size: 80%
}

.footer-splash {
	padding-bottom: 125px !important;
	background: #fff url("../images/splash-footer_villamanin.png") no-repeat 500px bottom;
}


#home-directory {
	width: 100%;
}

#home-directory .box {
	width: 210px;
	margin-bottom: 8px;
	border: 1px solid #3fa535;
	display: none;
	background: #fff;
	padding: 10px;
}

#home-directory .box .title {
	font-size: 0.875rem;
	padding: 5px 0px 5px;
	color: #000;
	font-weight: bold;
}

#home-directory .box .author {
	font-size: 1rem;
	padding: 0px 0px 5px;
	color: #000;
	font-weight: bold;
}

ul.categories {
	border: 1px solid #3fa535;
	background: #fff;
	margin-bottom: 10px;
	padding: 5px;
	list-style: none;
	font-size: 0.8125rem;
}

ul.categories li {
	line-height: 14px;
	padding-left: 20px;
	margin: 5px 0px;
}

ul.categories li:before {
	content: "• ";
	color: #3fa535;
	font-size: 20px;
	margin-left: -15px;
	vertical-align: middle;
}

ul.categories li.subcat {
	_list-style-type: circle;
	margin-left: 28px;
}

#home-directory .box .ranking {
	border-bottom: 2px solid #a3d7ff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#home-directory .box .ranking img {
	margin: 0px 0px 0px 3px;
	vertical-align: middle;

}

#home-directory .box a.readmore {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 1rem;
}

#home-directory .box a.readmore img {
	vertical-align: middle;
	margin-left: 5px;
}

#home-directory .col {
	width: 238px;
	float: left;
}

#dialog {
	padding: 15px 10px;
	background: #fff;
}

.comment {
	font-style: italic;
	color: #777;
	padding: 0px 5px;
}

.geocode_bubble .row {
	padding-bottom: 5px;
}

.geocode_bubble {
	min-width: 120px;
}

.geocode_bubble label {
	display: block;
	font-weight: bold;
}

.geocode_bubble button {
	margin-top: 5px;
	font-size: 1rem;
	font-family: 'Ubuntu', Verdana, Geneva, sans-serif;
}

.prj-outer {
	width: 100%;
	background: #fff;
}

.prj-outer .prj-images {
	float: left;
	width: 325px;
}

.prj-outer .prj-images img {
	border: 0;
}

.prj-outer .prj-content {
	float: right;
	width: 590px;
	font-size: 0.875rem;
}

.prj-outer .prj-content .title {
	font-size: 1.375rem;
	color: #000;
	font-weight: bold;
	float: left;
	width: 480px;
	padding-left: 14px
}

.prj-outer .prj-content .author {
	font-size: 1rem;
	border: 1px solid #3fa535;
	background: #fff;
	padding: 10px 18px;
	line-height: 24px;
	font-weight: bold;
}

.prj-outer .prj-content .intro {
	border-bottom: 2px solid #3fa535;
	padding-bottom: 15px;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 1rem;
}

.prj-outer .prj-content .text {
	line-height: 16px;
	color: #000;
	border-bottom: 2px solid #3fa535;
	padding-bottom: 15px;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 0.875rem;
}

.prj-outer .prj-content .text span {
	padding: 0;
}

.prj-outer .prj-content .text a {
	text-decoration: underline;
}

.prj-outer .prj-content .links a {
	display: inline-block;
	margin-bottom: 3px;
}

.prj-outer .prj-content .categories {
	border: 1px solid #3fa535;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	width: 500px;
	color: #000;
}

.prj-outer .prj-content .rate {
	padding: 15px 0px;
	border-top: 2px solid #3fa535;
	border-bottom: 2px solid #3fa535;
	margin-bottom: 15px;
}

.prj-outer .prj-content span {
	display: inline-block;
	padding-left: 30px;
}

.prj-outer .prj-content .rate img {
	margin: 0px 0px 0px 3px;
	vertical-align: middle;
}

.prj-outer .prj-content .rate img.rate-img {
	cursor: pointer;
}

#filters {
	background: #fff;
	margin: -15px -15px 15px -15px;
	padding: 15px;
}

#filters .cat-list {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}

#filters .cat-name {
	clear: both;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#filters .filter-col-dx,
#filters .filter-col-sx {
	width: 70%
}

#filters .filter-col-dx {
	float: right
}

#filters .filter-col-sx {
	float: left
}

#filters .filter-ico {
	margin-right: 5px;
}

#filters .filter-row {
	padding: 20px 0px;
	border-bottom: 2px solid #3fa535;
}

#filters .filter-row.no-border {
	border: 0;
}

#tcols-border {
	border: 0;
	border-top: 2px solid #3fa535;
	width: 100%;
}

#tcols-border td {
	vertical-align: top;
	padding: 15px;
}

#tcols-border .col-sx {
	width: 600px;
	border-right: 2px solid #3fa535;
}

#tcols-border h3 {
	color: #3fa535;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
}


.map_wincont {
	width: 320px;
	min-height: 150px;
	position: relative;
	overflow: hidden;
}

.map_wincont .bigtext {
	font-size: 0.75rem;
}

.map_wincont a {
	position: absolute;
	bottom: 0;
	font-weight: bold;
}

.print {
	width: 80px;
	height: 60px;
	background: url(../images/icons/print.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding-bottom: 10px;
}

#ibacor_shareawesome span {
	padding-left: 20px
}

.sh-total {
	display: none !important
}

.label_g {
	color: #3fa535;
	font-family: 'Ubuntu Condensed';
	padding: 0;
	text-transform: uppercase;
}

.border-bottom-green {
	border-bottom: 8px solid #3fa535;
}

summary {
	background: #3fa535;
	color: #ffed00;
	padding: 10px;
	margin-bottom: 2px;
	border-radius: 15px;
	cursor: pointer;
	font-weight: 800;
	font-size: 1.2em;
}

table {
	background-color: #ffed00;
}