* {
	border:0;
	margin:0;
	padding:0;
}
.item-page h2{
    padding-bottom: 25px;
    font-size: 22px;
}
.item-page p{
   line-height: 20px;
}
.imagens1 {

    width:100%;
   margin: 30px auto;

}

.clr {
	clear:both;
}
.custom h2{
    padding-bottom: 5px;
}
.custom p{
    line-height: 20px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#1A171B;
	font-size:14px;
}

#header_wrapper {
	position:fixed;
	top:0;
	z-index:999999;
	width:100%;
}

.header_container {
	width:1020px;
	margin:0 auto;
}

.header_bg {
	background:#FFFFFF;
	width:100%;
	height:132px;
	position:absolute;
	top:0;
	z-index:-99;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.logo_container {
	margin:10px 0;
}

#top_menu_wrapper {
	width:100%;
	height:40px;
	background:#1A171B;
	overflow:hidden;
}

.top_menu_container {
	width:1020px;
	margin:0 auto;
}
	.top_menu_container ul {
		list-style:none;
		float:right;
	}
	.top_menu_container ul li {
		float:left;
		margin-left:30px;
	}
	.top_menu_container ul li a:link {
		text-decoration:none;
		color:#FFFFFF;
		text-transform:uppercase;
		font-weight:300;
		display:block;
		height:40px;
		line-height:40px;
		font-size:13px;
	}
.top_menu_container ul li a:visited {
    text-decoration:none;
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:300;
    display:block;
    height:40px;
    line-height:40px;
    font-size:13px;
}
.top_menu_container ul li a:hover {
    text-decoration: underline;
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:300;
    display:block;
    height:40px;
    line-height:40px;
    font-size:13px;
}

#banner_wrapper {
	width:100%;
	min-height:120px;
}

#content_wrapper {
	width:1020px;
	margin:15px auto;
}

	#content_wrapper .custom {
		padding-bottom:10px;
		border-bottom:solid 1px #C1C1C1;
		margin-bottom:20px;
	}

.body_left {
	float:left;
	width:68%;
	padding-right:2%;
}

.body_right {
	float:right;
	width:28%;
	padding-left:2%;
    margin: 23px auto;
}

	.body_right .custom_cont_inicio {
		border:solid 1px #C1C1C1;
		padding:10px;
		font-size:16px;
		line-height:18px;
		font-weight:700;
	}
	.body_right .custom_cont_inicio p {
		margin-bottom:10px;
		text-align:center;
	}
	.body_right .custom_cont_inicio em {
		margin-right:10px;
	}
	.body_right .custom_cont_inicio a {
		color:#1A171B;
		text-decoration:none;
	}
	.body_right .custom_cont_inicio .link_button {
		margin-top:10px;
	}

a.link_button {
	background:#3A942C;
	width:100%;
	line-height:50px;
	font-size:16px;
	font-weight:300;
	color:#FFFFFF !important;
	text-decoration:none;
	display:inline-block;
    border-radius: 3px;
	border:solid 1px #277C18;
}

.blog-featured .items-row .column-1, .blog-featured .items-row .column-2 {
	width:48%;
	overflow:hidden;
	float:left;
}

.blog-featured .items-row {
	margin-bottom:30px;
}

.blog-featured .items-row .column-1 {
	margin-right:2%;
}
.blog-featured .row-1 .column-1 {
    width: 100%;
}

.blog-featured .items-row .column-2 {
	margin-left:2%;
	float:right;
}

.blog-featured .items-row .item .item_imagebg {
	height:300px;
	background-repeat:no-repeat;
	background-size:100% auto ;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
	transition:all ease 0.5s;
}

.blog-featured .row-1 .item_imagebg  {
    background-image: url(../../../images/rest.jpg) !important;;
/*IMG_5873d*/
}
	.blog-featured .items-row .item .item_imagebg .intro {
		background:#FFFFFF;
		width:90%;
		padding:15px 6% 15px 6%;
		height:70px;
		font-size:13px;
		text-align:center;
		margin-top:80px;
	}
	/*.blog-featured .items-row .item .item_imagebg p.readmore {
		width:100%;
		background:#FFFFFF;
		text-align:center;
		height:50px;
		line-height:50px;
	}
	.blog-featured .items-row .item .item_imagebg p.readmore a {
		display:inline-block;
		background:#FFFFFF;
		padding:0 30px;
		border-radius: 3px;
		text-align:center;
		color:#1A171B;
		text-decoration:none;
		text-transform:uppercase;
		line-height:40px;
		border:1px solid #c1c1c1;
		font-weight:300;
	}*/
.blog-featured .items-row .item .item_imagebg p.readmore{
    display: none;
}

.blog-featured .items-row .item .item_imagebg:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	transition:all ease 0.5s;
}

.blog-featured .items-row .item .item_imagebg h3.item-title a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-weight: 300;
    line-height: 40px;
    margin: 80px 5% 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    opacity: 0.55;
}

#footer_wrapper {
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/footer_bg.jpg);
	background-size:100% auto;
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:280px;
}

.footer_container {
	width:1020px;
	margin:0 auto;
	padding:20px 0;
	border-top:1px solid #c1c1c1;
}

.footer_left {
	float:left;
	width:30%;
    line-height: 22px;
}

.footer_center {
	float:left;
	width:40%;
}
.footer_center a:link{
    text-decoration: none;
    color: #307F26;
}
.footer_center a:visited{text-decoration: none;
    color: #307F26;}
.footer_center a:hover{text-decoration:underline;
    color: #307F26;}

.footer_right {
	float:left;
	width:30%;
}

.footer_container h3 {
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:10px;
}

.footer_container ul.menu {
	list-style:none;
}

	.footer_container ul.menu a:link {
		text-decoration:none;
		color:#1A171B;
		text-transform:uppercase;
		font-weight:300;
		line-height:20px;
		font-size:13px;
	}
.footer_container ul.menu a:visited {
    text-decoration:none;
    color:#1A171B;
    text-transform:uppercase;
    font-weight:300;
    line-height:20px;
    font-size:13px;
}
.footer_container ul.menu a:hover {
    text-decoration: underline;
    color:#1A171B;
    text-transform:uppercase;
    font-weight:300;
    line-height:20px;
    font-size:13px;
}
.alojamento .row-0 .column-1 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.alojamento .row-1 .column-1 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.alojamento .row-2 .column-1 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.alojamento .items-row {
    margin:0 auto;
    width: 48%;
}

.alojamento .items-row .item .item_imagebg {
    height:350px;
    background-repeat:no-repeat;
    background-size:100% auto ;
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    transition:all ease 0.5s;
}
.alojamento .row-1 .item_imagebg  {
    background-image: url(../../../images/IMG_58452.JPG) !important;}
.alojamento .row-2 .item .item_imagebg {
    background-image: url(../../../images/rest2.jpg) !important;
}
.alojamento .items-row .item .item_imagebg .intro {
    background:#FFFFFF;
    width:90%;
    padding:15px 6% 15px 6%;
    height:70px;
    font-size:13px;
    text-align:center;
    margin-top:80px;
}
.alojamento .items-row .item .item_imagebg p.readmore {
    width:100%;
    background:#FFFFFF;
    text-align:center;
    height:50px;
    line-height:50px;
}
.alojamento .items-row .item .item_imagebg p.readmore a {
    display:inline-block;
    background:#FFFFFF;
    padding:0 30px;
    border-radius: 3px;
    text-align:center;
    color:#1A171B;
    text-decoration:none;
    text-transform:uppercase;
    line-height:40px;
    border:1px solid #c1c1c1;
    font-weight:300;
}


.alojamento  .items-row .item .item_imagebg:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transition:all ease 0.5s;
}

.alojamento .items-row .item .item_imagebg h3.item-title a {
    display:inline-block;
    width:90%;
    background:#FFFFFF;
    margin:80px 5% 0 5%;
    border-radius: 3px;
    text-align:center;
    color:#1A171B;
    text-decoration:none;
    text-transform:uppercase;
    line-height:40px;
    border:1px solid #c1c1c1;
    font-weight:300;
}
.sport1{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 auto;
}
.sport1 h3, .sport2 h3, .sport3 h3{
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
}
.sport1 a:link, .sport2 a:link, .sport3 a:link{
    color: #428436;
    text-decoration: none;

}
.sport1 a:visited, .sport2 a:visited, .sport3 a:visited{
    color: #428436;
    text-decoration: none;

}
.sport1 a:hover, .sport2 a:hover, .sport3 a:hover{
    color: #428436;
    text-decoration: underline;

}
.sport2{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 auto auto 2%;
}
.sport3{
    width: 32%;
    height: auto;
    float: right;
}
.sport1 img, .sport2 img, .sport3 img{
    width: 100%;
    height: auto;
}
.sport1 img:hover, .sport2 img:hover, .sport3 img:hover{
opacity: 0.8;
}
.item-page a:link{
    color: #428436;
    text-decoration: none;
}
.item-page a:visited{
    color: #428436;
    text-decoration: none;
}
.item-page a:hover{
    color: #428436;
    text-decoration: underline;
}