.uppermenu_wrapper{
	width:350px;
	font-family: calibri_light !important;
	font-size:14px;
	position:absolute;
	left:5px;
	top:2px;
}

.uppermenu_wrapper a{
	text-decoration:none;
}

.uppermenu_wrapper .uppermenu_item{
	display:inline-block;
	padding:10px 0px 10px 0px;
	width:auto;
	color:#0c6319;
	text-decoration:none;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	cursor:pointer;
	font-size:14px;
}

.uppermenu_wrapper .uppermenu_item:hover{
	color:#052E0C;
	font-weight:bold;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}

.uppermenu_separator{
	display:inline-block;
	padding:10px 4px 10px 0px;
}


.sec_wrapper{
	width:980px;
	cursor: default;
}

.sec_container{
	/*display:inline-block;*/
	width:480px;
	height:440px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}

.sec_container a{
 text-decoration:none;
}

.sec_container:hover{
	opacity:0.7;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}

#recipes_title{
	font-family: "Comfortaa",cursive;
    font-size: 30px;
	color: #0d631b;
	padding-top:20px;
	margin-bottom:20px;
}

.sec_photo_container{
	width:450px;
	height:240px;
	position:relative;
}

.sec_photo_container img{
	
}

.sec_photo_container .sec_opacity{
	/*background-image: url("../../uploads/source/opacity.png");*/
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
}

.sec_opacityText{
	line-height:50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:25px;
	text-align:center;
}

.sec_text_container{
	width:450px;
	height:200px;
	color:#71797e;
	font-size:14px;
	background-color:#f0f3f5;
	border:1px solid #d6dadd;
	padding:20px;
	position:absolute;
}

.google_map_wrapper{
	width: 1195px;
	height: 380px;
	text-align:center;
}

#map-canvas{
	width: 1185px;
	height: 370px !important;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}