@import"reset.css";
@import"fonts.css";

/************************ MAIN ************************/
html, body {
	background:#565555;
}

#main {
	width:100%;
	height:auto;
}


/************************ HEAD ************************/

#head_wrap {
	width:100%;
	height:102px;
	background:url('../img/head_wrap_bg.png') no-repeat center top;
	position:relative;	
	z-index:10;
}


#head_main {
	width:980px;
	height:inherit;
	margin:0 auto;	
	position:relative;		
}

.head_logo {
	width:270px;
	height:100px;
	float:left;
	position:relative;
}

.head_data {
	width:650px;
	height:inherit;
	float:right;
	position:relative;			
}

.head_data_rede_item {
	width:auto;
	margin-left:3px;
	float:right;
}

.head_data_idio {
	width:inherit;
	height:37px;
	position:relative;
	float:left;
}

.head_data_idio_item a {
	width:auto;
	height:15px;
	font-family:'Contrail One', cursive;
	font-size:15px;
	color:#78BC39;
	text-align:center; 
	text-decoration:none;
	padding:2px 10px 5px 10px;
	margin-left:3px;
	background:#fff;
	border-radius:0 0 10px 10px;	
	position:relative;
	float:right;
    transition:all 0.4s ease 0s;		
}

.head_data_idio_item a:hover {
	color:#fff;
	background:#8C6533;		
}

.head_data_menu {
	width:inherit;
	height:auto;
	margin-top:20px;
	position:relative;
	float:left;
}

.head_data_menu_item a {
	width:auto;
	height:35px;
	font-family:'Contrail One', cursive;
	font-size:19px;
	color:#fff;
	text-align:center; 
	text-decoration:none;
	padding:10px 30px 0 30px;
	margin-left:3px;
	background:#7A9E59;
	background:linear-gradient(to bottom, #78BC39 0px, #7A9E59 100%) transparent;
	border-radius:10px 10px 0 0;	
	position:relative;
	float:left;
	
    transition:all 0.4s ease 0s;		
}

.head_data_menu_item:hover a {
	background:#8C6634;
	background:linear-gradient(to bottom, #C0873C 0px, #8C6634 100%) transparent;
}

/************************ SLID ************************/
#slid_wrap {
	width:100%;
	height:auto;
	position:relative;
	border-top:4px solid #8C6634;	
	background:#565555;
	z-index:0;
}

/************************ CITA ************************/

#mens_wrap {
	width:100%;
	height:120px;
	background:url('../img/mens_wrap_bg.png') no-repeat center top;	
	position:relative;
}

#mens_main {
	width:980px;
	height:inherit;
	margin:0 auto;	
	position:relative;	
}

.mens_data {
	width:65%;
	height:inherit;
	position:relative;	
	float:right;
}

.mens_data_item {
	width:auto;
	height:38px;
	font-family:'Contrail One', cursive;
	font-size:26px;
	color:#565555;
	text-align:left;	
	margin-top:20px;
	position:relative;	
	float:left;
}

.mens_data_inti {
	width:125px;
	margin-top:10px;
	margin-left: 50px;
	float: left;
}

.mens_data_inti img {
	width:100%;
}

.mens_data_item span {
	color:#7A9E59;
	text-shadow: 1px 2px 0px #F9F9F7, 3px 4px 0px #D9D9D9;	
	clear:both;
}



/************************ CONT ************************/
#cont_wrap {
	width:100%;
	height:auto;
	margin-top:20px;	
	position:relative;
	overflow:hidden;	
}

#cont_main {
	width:980px;
	height:inherit;
	margin:0 auto;
	position:relative;	
}

.cont_h1_bord {
	border-bottom:35px solid transparent;
	border-left:35px solid #78BC39;
	position:relative;	
	float:left;	
}

#cont_main h1 {
	width:940px;
	height:auto;
	font-family:'Contrail One', cursive;
	font-size:36px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	margin-left:5px;
	position:relative;	
	float:left;
}

#cont_main h3 {
	width:940px;
	height:auto;
	font-family:'Contrail One', cursive;
	font-size:26px;
	color:#78BC39;
	text-align:left;
	text-transform:uppercase;
	margin-top:15px;
	position:relative;	
	float:left;
}

.cont_data {
	width:980px;
	height:auto;
	position:relative;	
	float:left;	
}

#cont_main span {
	width:940px;
	height:auto;
	font-family:'Contrail One', cursive;
	font-size:18px;
	color:#fff;
	text-align:left;
	margin-top:10px;
	margin-bottom:15px;	
	position:relative;	
	float:left;
}

.cont_secc {
	width:430px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:justify;	
	padding:20px;
	position:relative;	
	float:left;	
}

.cont_secc h2 {
	width:430px;
	height:auto;
	font-family:'Contrail One', cursive;
	font-size:18px;
	color:#78BC39;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:15px;	
	position:relative;	
	float:left;
}

.cont_secc_imag {
	width:420px;
	height:100px;
	padding:4px;
	border:1px solid #EAEAEA;
	margin-bottom:15px;	
	background:#fff;
	position:relative;	
	float:left;
}

.cont_secc ul {
	width:390px;
	clear:both;
	float:left;
}

.cont_secc li {
	list-style-image: url('../img/cont_secc_li.png');
	margin-bottom:5px;
	clear:both;
	float:left;
}

.cont_hr {
	width:1px;
	height:auto;
	min-height:300px;	
	margin-top:70px;
	margin-left:25px;
	margin-right:10px;	
	border-left:1px dotted #fff;
	position:relative;	
	float:left;	
}

/************************ APPA ************************/
.appa_item {
	width:430px;
	height:253px;
	margin-bottom:15px;		
	position:relative;	
	float:left;	
	overflow:hidden;
}

.appa_item_bord {
	border-bottom:25px solid transparent;
	border-left:25px solid #EAEAEA;
	position:relative;	
	float:left;	
}

.appa_item_titu {
	width:390px;
	height:28px;
	font-family:'Open Sans', sans-serif;
	font-size:22px;
	color:#fff;
	text-align:justify;	
	padding-left:5px;
	position:relative;	
	float:left;	
}

.appa_item_data {
	width:420px;
	height:200px;
	padding:4px;
	margin-top:10px;
	border:1px solid #EAEAEA;
	margin-bottom:15px;	
	background:#fff;
	position:relative;	
	float:left;
	overflow:hidden;
}


.appa_item_data:hover .appa_item_data_back {
	background-color: rgba(121, 157, 88, 0.7);
}

.appa_item_data:hover .appa_item_data_link {
	width:420px;
	height:200px;
	top:0px;
}

.appa_item_data_back {
	width:420px;
	height:200px;
	position:absolute;	
	top:4px;
	left:4px;	
	float:left;	
	z-index:10;
	overflow:hidden;

    transition:all 0.3s ease 0s;	
}

.appa_item_data_link {
	width:420px;
	height:200px;
	background:url('../img/appa_item_link.png') no-repeat;
	position:absolute;	
	top:-150px;
	left:5px;	
	float:left;	
	z-index:10;
	overflow:hidden;

    transition:all 0.3s ease 0s;	
}

.appa_item_data_link img {
	width:420px;
	height:200px;
    transition:all 0.3s ease 0s;	
}

.appa_item_data_imag {
	width:420px;
	height:200px;
	margin-bottom:15px;	
	background:#fff;
	position:relative;	
	float:left;
	overflow:hidden;
}

/************************ VIST ************************/
.vist_data {
	width:980px;
	height:auto;
	padding:3px;	
	margin-top:10px;
	position:relative;	
	float:left;	
	overflow:hidden;	
}

.vist_item {
	width:225px;
	height:127px;
	padding:3px;	
	margin-bottom:10px;
	margin-right:10px;			
	border:1px solid #EAEAEA;
	background:#fff;	
	position:relative;	
	float:left;	
	overflow:hidden;
	cursor:pointer;
}

.vist_item:hover .vist_item_back {
	background-color: rgba(121, 157, 88, 0.7);
}

.vist_item:hover .vist_item_link {
	width:225px;
	height:127px;
	top:0px;
}

.vist_item_back {
	width:225px;
	height:127px;
	position:absolute;	
	top:3px;
	left:3px;	
	float:left;	
	z-index:10;
	overflow:hidden;

    transition:all 0.3s ease 0s;	
}

.vist_item_link {
	width:225px;
	height:127px;
	background:url('../img/vist_item_link.png') no-repeat;
	position:absolute;	
	top:-150px;
	left:5px;	
	float:left;	
	z-index:10;
	overflow:hidden;

    transition:all 0.3s ease 0s;	
}

.vist_item_link img {
	width:225px;
	height:127px;
    transition:all 0.3s ease 0s;	
}

.vist_item_imag {
	width:225px;
	height:127px;
	margin-bottom:15px;	
	background:#fff;
	position:relative;	
	float:left;
	overflow:hidden;
}


/************************ SITU ************************/
.situ_mapa {
	width:966px;
	height:500px;
	padding:6px;	
	margin-top:20px;
	margin-bottom:20px;	
	background:#fff;
	border:1px solid #E6E6E6;	
	position:relative;	
	float:left;
	overflow:hidden;
}

.situ_vill {
	width:470px;
	height:auto;
	margin-bottom:20px;
	position:relative;	
	float:left;	
}

.situ_vill_item {
	width:inherit;
	height:auto;
	margin-bottom:5px;
	position:relative;	
	float:left;	
}

.situ_vill_item_labe {
	width:170px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;	
	text-transform:uppercase;
	padding:3px 3px 3px 20px;
	background:#8C6533 url('../img/cont_secc_li.png') no-repeat 7px center;
	position:relative;	
	float:left;	
}

.situ_vill_item_inpu {
	width:223px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;	
	padding:3px 3px 3px 8px;
	margin-left:4px;	
	background:#799D58;	
	position:relative;	
	float:left;	
}

.situ_resi {
	width:470px;
	height:auto;
	margin-bottom:20px;
	position:relative;	
	float:left;	
}

.situ_resi_item {
	width:inherit;
	height:auto;
	margin-bottom:5px;
	position:relative;	
	float:left;	
}

.situ_resi_item_labe {
	width:220px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;	
	text-transform:uppercase;
	padding:3px 3px 3px 20px;
	background:#8C6533 url('../img/cont_secc_li.png') no-repeat 7px center;
	position:relative;	
	float:left;	
}

.situ_resi_item_inpu {
	width:173px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;	
	padding:3px 3px 3px 8px;
	margin-left:4px;	
	background:#799D58;	
	position:relative;	
	float:left;	
}

/************************ PRIX ************************/
.prix_tabl {
	width:inherit;
	height:auto;
	margin-bottom:1px;
	position:relative;	
	float:left;	
}


.prix_tabl_resu {
	width:107px;
	height:25px;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;	
	padding-top:3px;
	padding-bottom:3px;	
	margin-left:1px;	
	background:#0080FF;	
	position:relative;	
	float:left;	
}

.prix_tabl_enca {
	width:107px;
	height:35px;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;	
	padding-top:3px;
	padding-bottom:3px;	
	margin-left:1px;	
	background:#799D58;	
	position:relative;	
	float:left;	
}

.prix_tabl_celd_a {
	width:107px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;	
	padding-top:3px;
	padding-bottom:3px;	
	margin-left:1px;	
	background:#FF4070;	
	position:relative;	
	float:left;	
}

.prix_tabl_celd_b {
	width:107px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;	
	padding-top:3px;
	padding-bottom:3px;	
	margin-left:1px;	
	background:#0080FF;	
	position:relative;	
	float:left;	
}

.prix_tabl_celd_c {
	width:107px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;	
	padding-top:3px;
	padding-bottom:3px;	
	margin-left:1px;	
	background:#00A000;	
	position:relative;	
	float:left;	
}

.prix_tabl_tran {
	width:107px;
	height:20px;
	margin-left:1px;	
	position:relative;	
	float:left;	
}

.prix_tabl_suma {
	width:107px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;	
	padding-top:3px;
	padding-bottom:3px;	
	margin-left:1px;	
	background:#78BC39;	
	position:relative;	
	float:left;	
}

/************************ FORM ************************/
.form_equi {
	width:45%;
	padding:10px;
	position:relative;	
	float:left;	
}

.form_equi_item {
	width:100%;
	margin-bottom:5px;
	position:relative;	
	float:left;	
}

.form_equi_item_labe {
	width:170px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;	
	text-transform:uppercase;
	padding:3px 3px 3px 20px;
	background:#8C6533 url('../img/cont_secc_li.png') no-repeat 7px center;
	position:relative;	
	float:left;	
}

.form_equi_item_inpu {
	width:162px;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;	
	padding:3px 3px 3px 8px;
	margin-left:4px;	
	background:#799D58;	
	position:relative;	
	float:left;	
}

.form_equi_item_inpu a {
	color:#fff;
	text-decoration:none;	
	display:block;
}

.form_equi_item_inpu:hover {
	background:#78BC39;
	display:block;	
}

.form_info {
	width:45%;
	padding:15px;
	border:1px solid #CCCCCC;
	border-radius:5px;
	box-shadow:inset 0px 5px 28px rgba(0, 0, 0, 0.3);	
	position:relative;	
	float:right;	
}

.form_info_enca {
	width:100%;
	height:auto;
	font-family:'Contrail One', cursive;
	font-size:18px;
	color:#78BC39;
	text-align:left;	
	margin-left:4px;
	margin-bottom:20px;		
	position:relative;	
	float:left;	
}

.form_info_item	{
	width:auto; 
	height:30px; 
	font-family:'Open Sans', sans-serif;
	font-size:15px; 
	color:#fff;
	text-align:left;
	font-weight:400;
	padding-top:8px;
	padding-left:50px;	
	margin-top:5px;	
	position:relative;	
	float:left;
	clear:both;
}

.form_info_item	a {
	color:#fff;
	text-decoration:none;
}

.form_info_item	a:hover {
	color:#78BC39;
}

.form_empr a {
	width:150px;
	height:auto;
	font-family:'Contrail One', cursive;
	font-size:24px;
	color:#78BC39;
	text-align:center;	
	text-decoration:none;
	padding:10px 15px 10px 15px;
	margin-top:20px;		
	margin-left:110px;
	background:#fff;
	border:1px solid #999;
	position:relative;	
	float:left;	
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s; 
}

.form_empr a:hover {
	color:#fff;
	background:#78BC39;
}

.form_secc {
	width:490px;
	height:auto;
	margin-bottom:5px;
	position:relative;
	float:left;
}

.form_labe { 
	width:inherit;
	height:auto;
	color:#fff;
    font-family:'Open Sans Condensed', sans-serif;
	font-size:16px;
	margin-left:10px;	
	position:relative;
	float:left;	
	cursor:pointer;
}

.form_labe span { 
	font-size:15px;	
	color:#78BC39;	
}

.form_inpu {
	width:480px;
	height:28px;
    font-family:'Open Sans Condensed', sans-serif;
	font-size:16px;
	color:#799D58;
	padding-left:5px;
	margin-bottom:10px;
	margin-left:10px;
	border-radius:5px;
	background:#fff;
	float:left;
	position:relative;
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s; 
}

.form_inpu:focus {
	color:#fff;
	background:#799D58;
	border-radius:3px;
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s; 
}

.form_text {
	width:480px;
	height:80px;
    font-family:'Open Sans Condensed', sans-serif;
	font-size:16px;
	color:#799D58;
	margin-left:10px;	
	background:#fff;
	border-radius:5px;	
	border:0;
	float:left;
	position:relative;
}

.form_text:focus {
	color:#fff;
	background:#799D58;
	border-radius:3px;
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s; 
}

.form_send {
	width:136px;
	height:40px;
	font-family:'Contrail One', cursive;
	color:#fff;	
	font-size:22px;	
	text-align:center;
	margin-top:10px;
	background:#799D58;	
	cursor:pointer;		
	position:relative;
	float:right;	
	
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s; 	
}

.form_send:hover {
	background:#78BC39;
}

/************************ FORM MESS ************************/

#form_mess {
	width:300px; 
	height:auto; 
	left:50%;
	bottom:0px;
	margin-left:-300px;	
	cursor:pointer;
	position:fixed; 
    transition:all 0.6s ease 0s;		
	z-index:99999;	
}


.mess_imag{
	z-index: 100;	
}

/************************ FOOT ************************/

#foot_wrap {
	width:100%;
	height:62px;
	background:#565555 url('../img/foot_wrap_bg.png') no-repeat center top;
	position:relative;
}

#foot_main {
	width:980px;
	height:inherit;
	margin:0 auto;
	position:relative;	
}

.foot_cred {
	width:auto;
	margin-top:17px;
	float:right;
}

