html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
    font-family: 'Lato', sans-serif;
    color:#5a8892;
}

h1,h2,h3,h4,h5 {
	font-size:inherit;
	font-weight:inherit;
	font-variant:inherit;
	padding:0px;
	margin:0px;
	display:inline;
	text-decoration:none;
}

input {

}
input[type='submit'], button {
	
}

a {
	text-decoration:none;
	color:inherit;
}

.button_container {
	position:relative;
	float:left;
	width:100%;
	margin-top:25px;
}
.button {
	position:relative;
	float:left;
	padding:15px 40px;
	background-color:#5a8892;
	color:#FFFFFF;
	font-weight:600;
	text-transform:uppercase;
	cursor:pointer;
	transition-duration:0.3s;
}
.button:hover {
	padding:15px 45px;
}

.def_text {
	font-size:16px;
	line-height:22px;
}

.viewport {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:center;
}
.center {
	position:relative;
	float:left;
	width:80%;
}

.menu {
	position:fixed;
	left:-250px;
	top:0px;
	width:325px;
	background-color:#5a8892;
	transition-duration:0.4s;
	height:0px;
	padding-bottom:40%;
	z-index:1000;
}
.menu_center {
	position:absolute;
	top:50px;
	left:15%;
	width:70%;
	height:calc(100% - 100px);
}
.menu_show {
	left:0px !important;
}
.menu_logo {
	position:relative;
	float:left;
	width:100%;
	margin-top:-20px;
}
.menu_logo img {
	margin-left:-120%;
	opacity:0;
	transition-duration:1s;
	width:40%;
}
.menu_show .menu_logo img {
	margin-left:0%;
	opacity:1;
}
.menu_lang {
	position:relative;
	float:left;
	width:calc(100% - 50px);
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}
.menu_lang a {
	position:relative;
	float:left;
}
@media (max-width:900px) and (min-width:800px) {
	.menu_logo img {
		width:30%;
	}
	.menu_logo {
		margin-top:-30px;
	}
}
.menu_btn {
	position:absolute;
	top:10px;
	right:14px;
	cursor:pointer;
	padding:10px 10px;
	transition-duration:0.4s;
}
.menu_btn span {
	position:relative;
	float:left;
	clear:both;
	width:30px;
	height:4px;
	background-color:#FFFFFF;
	border-radius:5px;
	margin:3px 0px;
	transition-duration:0.4s;
}
.menu_btn:hover {
	top:4px;
}
.menu_btn:hover span {
	margin:5px 0px;
}
.menu_btn_hide {
	top:-50px;
}
.menu_btn_close {
	position:absolute;
	top:-50px;
	right:14px;
	cursor:pointer;
	padding:10px 10px;
	transition-duration:0.4s;
	color:#FFFFFF;
	font-size:32px;
	font-weight:800;
}
.menu_btn_close_show {
	top:10px;
}
.menu_container {
	position:relative;
	float:left;
	width:100%;
	margin-top:10%;
}
@media (max-width:900px) and (min-width:800px) {
	.menu_container {
		margin-top:5%;
	}
}
.menu_item {
	position:relative;
	float:left;
	width:100%;
	color:#FFFFFF;
	font-size:17px;
	font-weight:600;
	letter-spacing:1px;
	padding:3px 0px;
}
@media (max-width:1100px) and (min-width:800px) {
	.menu_item {
		padding:2px 0px;
	}
}

.menu_item:nth-child(1){
	margin-top:0px;
}
.menu_selected {
	text-decoration:underline;
}
.menu_item:hover {
	text-decoration:underline;
}

.menu_info {
	position:relative;
	float:left;
	width:100%;
	margin-top:10%;
	font-size:14px;
	color:#FFFFFF;
}
@media (max-width:1080px) and (min-width:800px) {
	.menu_info {
		display:none;
	}
}
.menu_info span {
	position:relative;
	float:left;
	width:100%;
	font-size:14px;
}

.vp_footer {
	position:relative;
	float:left;
	width:100%;
	margin-top:100px;
	z-index:500;
	display:flex;
	justify-content:center;
	padding-bottom:25px;
}
.center_footer{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer_col {
	position:relative;
	float:left;
	width:50%;
	min-height:10px;
}
.footer_col:nth-child(3) {
	width:100%;
}
.footer_col span {
	position:relative;
	float:left;
	clear:both;
	font-size:14px;
}
.footer_col_info span {
	width:100%;
	text-align:right;
}
.footer_col_logo img{
	max-width:200px;
}
.footer_col_social {
	margin-top:35px;
}
.footer_col_social span {
	clear:none;
}
.footer_col_social span:nth-child(2) {
	display:none;
}
.footer_col_social span:nth-child(3) {
	float:right;
}
.footer_social {
	position:relative;
	float:left;
	text-align:right;
	margin-bottom:10px;
}

.home_video {
	position:relative;
	float:left;
	width:100%;
	margin-left:75px;
	height:0px;
	padding-bottom:40%;
	transition-duration:0.40s;
	overflow:hidden;
	z-index:0;
}
.home_video_floater {
	margin-left:325px;
}
.home_video span {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:5;
}
.home_video iframe {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:0;
}
.total_content {
	position:relative;
	float:left;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom;
}
.total_content_home {
	background-image:url('../images/home/content_bg.png');
}
.total_content_hotel {
	background-image:url('../images/hotel/bg.png');
}
.total_content_menu {
	background-image:url('../images/menu/content_bg.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:top center;
}
.total_content_omgeving {
	background-image:url('../images/omgeving/bg.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center top;
}
.total_content_workshops {
	background-image:url('../images/workshops/bg.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center top;
}
.total_content_terras {
	background-image:url('../images/terras/bg.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center top;
}
.total_content_reserveren {
	background-image:url('../images/reserveren/bg.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center top;
}
.total_content_contact {
	background-image:url('../images/contact/bg.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center top;
}
.vp_home_1 {
	z-index:100;
}
.home_bord {
	position:relative;
	float:left;
	width:40%;
	height:0px;
	padding-bottom:40%;
	margin-top:-10%;
	z-index:100;
}
.hotel_bord {
	padding-bottom:34%;
}
.home_bord_bg {
	position:absolute;
	top:0%;
	left:-5%;
	width:100%;
	height:100%;
	background-image:url('../images/home/vakantiehuis-stoelen.png');
	background-size:100%;
	opacity:0;
	transition-duration:1s;
	background-repeat:no-repeat;
	margin-top:45%;
}
.hotel_bord_bg {
	top:0%;
	left:-25%;
	width:125%;
	height:100%;
	margin-top:50%;
	background-image:url('../images/vakantiehuis/bed.png');
}
.home_bord_show {
	top:0%;
	opacity:1;
}
.home_intro {
	position:relative;
	float:left;
	width:55%;
	margin-left:5%;
	margin-top:100px;
}
.home_intro_subtitel {
	position:relative;
	float:left;
	width:100%;
	font-weight:300;
	font-size:18px;
}
.home_intro_titel {
	position:relative;
	float:left;
	width:100%;
	color:#f5ac50;
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
}
.home_intro_text {
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
}
.home_intro_text span {
	position:relative;
	float:left;
	width:100%;
}
.li {
	position:relative;
	float:left;
	width:100%;
	padding:1px 0px;
}
.li_point {
	position:relative;
	float:left;
	width:6px;
	height:6px;
	border-radius:6px;
	background-color:#5a8892;
	margin:8px 20px;
}
.li_text {
	position:relative;
	float:left;
	width:calc(100% - 46px);
}
.spanspacer{
	position:relative;
	float:left;
	width:100%;
	height:30px;
}
.home_smaken {
	position:relative;
	float:left;
	width:100%;
	margin-top:100px;
}
.home_smaken_left {
	position:relative;
	float:left;
	width:45%;
}
.home_smaken_titel {
	position:relative;
	float:left;
	width:100%;
	color:#f5ac50;
	font-size:22px;
	font-weight:600;
}
.home_smaken_text{
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
}
.home_smaken_text a {
	color:#f5ac50;
}
.home_smaken_buiten {
	position:relative;
	float:left;
	width:100%;
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}
.home_smaken_buiten_i {
	position:relative;
	float:left;
	width:calc(50% - 10px);
	height:0px;
	padding-bottom:40%;
	background-size:cover;
}
.home_smaken_buiten_i:nth-child(1) {
	background-image:url('../images/home/buitenkant_1.jpg');
}
.home_smaken_buiten_i:nth-child(2) {
	background-image:url('../images/home/buitenkant_2.jpg');
}
.hotel_smaken_buiten_i:nth-child(1) {
	background-image:url('../images/vakantiehuis/keuken-vakantiehuis.jpg');
}
.hotel_smaken_buiten_i:nth-child(2) {
	background-image:url('../images/vakantiehuis/badkamer-vakantiehuis.jpg');
}
.home_smaken_right{
	position:absolute;
	left:55%;
	width:85%;
	height:100%;
	overflow:hidden;
	cursor:pointer;
}
.home_smaken_right_container {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	transition-duration:0.4s;
}
.home_smaken_right_container_slide {
	margin-left:-20%;
}
.home_smaken_right_container div {
	position:relative;
	float:left;
	width:calc(50% - 10px);
	height:0px;
	padding-bottom:40%;
	background-size:cover;
}
.home_smaken_right_slide {
	margin-left:-25%;
}
.home_smaken_right_1 {
	background-image:url('../images/home/interieur-1.jpg');
}
.home_smaken_right_2 {
	background-image:url('../images/home/interieur-2.jpg');
}

.hotel_smaken_right_1 {
	background-image:url('../images/vakantiehuis/badkamer2.jpg');
}
.hotel_smaken_right_2 {
	background-image:url('../images/vakantiehuis/tuin.jpg');
}
.hotel_smaken_right_3 {
	background-image:url('../images/omgeving/lommelse-sahara.jpg');
}


.home_video_slider_hotel {
	background-image:url('../images/vakantiehuis/woonkamer.jpg');
	background-size:cover;
	background-position:bottom center;
}
.home_video_slider_menu {
	background-image:url('../images/menu/slider.png');
	background-size:cover;
	background-position:bottom center;
	padding-bottom:44%;
}
.home_video_slider_omgeving {
	background-image:url('../images/omgeving/slider.jpg');
	background-size:cover;
	background-position:bottom center;
	padding-bottom:40%;
	z-index:100;
}
.home_video_slider_workshops {
	background-image:url('../images/workshops/slider.png');
	background-size:cover;
	background-position:bottom center;
	padding-bottom:52.3%;
	z-index:100;
}
.home_video_slider_terras {
	background-image:url('../images/terras/slider.png');
	background-size:cover;
	background-position:bottom center;
	padding-bottom:40%;
	z-index:100;
}
.home_video_slider_reserveren {
	background-image:url('../images/reserveren/slider.png');
	background-size:cover;
	background-position:bottom center;
	padding-bottom:50.65%;
	z-index:100;
}
.home_video_slider_contact {
	background-image:url('../images/contact/slider.png');
	background-size:cover;
	background-position:bottom center;
	padding-bottom:40%;
	z-index:100;
}

.hotel_smaken_msg {
	position:absolute;
	bottom:0px;
	left:10%;
	width:calc(34% - 10px);
	height:20%;
	padding:25px 3%;
	background-color:rgba(255,255,255,0.9);
	z-index:10;
}
.hotel_smaken_msg span {
	font-weight:900;
	font-size:22px;
	color:#f5ac50;
}

.vp_menu_1 {
	margin-top:-4%;
}
.mnu_container {
	position:relative;
	float:left;
	width:100%;
}
.mnu_deco_top {
	position:relative;
	float:left;
	width:70%;
	margin:0px 15%;
	height:0px;
	padding-bottom:23%;
	background-image:url('../images/menu/menu_top.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
}
.mnu_deco_bottom {
	position:relative;
	float:left;
	width:70%;
	margin:0px 15%;
	margin-top:-3%;
	height:0px;
	padding-bottom:23%;
	background-image:url('../images/menu/menu_bottom.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
}
.mnu_content {
	position:relative;
	float:left;
	width:100%;
}
.mnu_groep {
	position:relative;
	float:left;
	width:100%;
	margin-top:0%;
}
.mnu_groep:nth-child(2){
	margin-top:75px;
}
.mnu_groep_subtitel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:18px;
	color:#5a8892;
	font-weight:300;
}
.mnu_groep_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:32px;
	color:#f5ac50;
	text-transform:uppercase;
}
.mnu_groep_i_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:24px;
	margin-top:25px;
	color:#5a8892;
}
.mnu_groep_i_beschrijving {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:300;
}

.vp_mnu_wijn {
	background-image:url('../images/menu/bg_css3.png');
	background-size:auto 80%;
	background-position:right center;
	background-repeat: no-repeat;
}
.mnu_wijn {
	position:relative;
	float:left;
	width:60%;
	padding:5% 0px;
}

.omgeving_routes {
	position:relative;
	float:left;
	width:100%;
	margin-top:100px;
	margin-bottom:50px;
	display:flex;
	justify-content:space-between;
}
.omgeving_routes_bord {
	position:relative;
	float:left;
	width:30%;
	margin-left:10%;
	padding-bottom:39%;
	height:0px;
	background-image:url('../images/omgeving/bord.png');
	background-size:cover;
	background-repeat:no-repeat;
}
.omgeving_routes_emptyvak {
	position:relative;
	float:left;
	width:30%;
	margin-left:10%;
	height:10px;
}
.omgeving_routes_content {
	position:relative;
	float:left;
	width:40%;
	display:flex;
	align-items:center;
	align-content:center;
}
.omgeving_workshops_content {
	margin-right:12%;
}
.omgeving_routes_center {
	position:relative;
	float:left;
	width:100%;
}

.omgeving_fiets {
	position:absolute;
	top:50px;
	left:0px;
	width:50%;
	z-index:10;
}
.omgeving_fiets img {
	position:relative;
	float:left;
	width:100%;
}

.vp_workshops_1 {
	margin-top:-12.4%;
}
.workshops_dessert {
	position:absolute;
	right:0px;
	bottom:0px;
	background-image:url('../images/workshops/dessert.png');
	width:25%;
	padding-bottom:25%;
	background-size:contain;
	background-repeat: no-repeat;
	background-position:bottom right;
}
.workshop_padding_bottom {
	position:relative;
	float:left;
	width:100%;
	margin-top:10%;
}
.home_intro_terras {
	padding-bottom:150px;
}

.vp_reserveren_1 {
	margin-top:-10.8%;
}
.res_intro_2 {
	margin-top:75px;
}
.reserveren_intro_2 {
	position:relative;
	float:left;
	width:80%;
	padding:0 10%;
	padding-top:75px;
}

.frmres_onderwerp {
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
}
.frmres_onderwerp_i {
	position:relative;
	float:left;
	width:22%;
	margin-left:4%;
	opacity:0.4;
	transition-duration:0.3s;
	cursor:pointer;
}
.frmres_onderwerp_i:nth-child(1) {
	margin-left:0px;
}
.frmres_onderwerp_i:hover {
	opacity:0.7;
}
.frmres_onderwerp_i_selected {
	opacity:1;
}
.frmres_onderwerp_i_selected:hover {
	opacity:1;
}
.frmres_onderwerp_img, .frmres_onderwerp_img img {
	position:relative;
	float:left;
	width:100%;
}
.frmres_onderwerp_text {
	position:relative;
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	color:#000000;
}
.frmres {
	position:relative;
	float:left;
	width:80%;
	padding:0px 10%;
	margin-top:15px;
}
.frmres_smallinp {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.frmres_smallinp_i {
	position:relative;
	float:left;
	width:48%;
	margin-top:15px;
}
.frmres_smallinp_i input {
	position:relative;
	float:left;
	width:calc(100% - 34px);
	padding:10px 15px;
	color:#FFFFFF;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	background-color:#c7beb7;
	border:2px solid #a6aab0;
	font-family: 'Lato', sans-serif;
}
.frmres textarea {
	position:relative;
	float:left;
	width:calc(100% - 34px);
	padding:10px 15px;
	height:120px;
	color:#FFFFFF;
	font-weight:600;
	font-size:14px;
	background-color:#c7beb7;
	border:2px solid #a6aab0;
	margin-top:15px;
	font-family: 'Lato', sans-serif;
}
.frmres .formulier_error {
	border:2px solid red !important;
}
.frmres_privacy {
	position:relative;
	float:left;
	width:100%;
	margin-top:5px;
}
.frmres button {
	position:relative;
	float:left;
	padding:10px 50px;
	color:#FFFFFF;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	background-color:#a7aab1;
	border:2px solid #dcd4cd;
	font-family: 'Lato', sans-serif;
	margin-top:15px;
}

.contact_intro {
	position:relative;
	float:left;
	width:80%;
	margin-left:10%;
	margin-top:100px;
}

.vp_fac {
	padding:75px 0px;
}
.fac_titel {
	position:relative;
	float:left;
	width:70%;
	margin:0px 15%;
	text-align:center;
	font-size:26px;
	font-weight:bold;
}
.fac_container {
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
}
.fac_i {
	position:relative;
	float:left;
	width:28%;
	margin:30px 0px;
}
.fac_i_icon {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}
.fac_i_titel {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.fac_i_text {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-top:6px;
}
.rooms_container{
	position:relative;
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:50px;
}
.rooms_i {
	position:relative;
	float:left;
	width:31%;
	margin:30px 0px;
	background-color:#5a8892;
}
.rooms_foto {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.rooms_foto_left, .rooms_foto_right {
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	z-index:100;
	font-size:32px;
	color:#FFFFFF;
	cursor:pointer;
}
.rooms_foto_right {
	left:auto;
	right:0px;
}
.rooms_foto_widecontainer {
	position:relative;
	float:left;
	width:500%;
	transition-duration:1s;
}
.rooms_foto_i {
	position:relative;
	float:left;
	width:20%;
}
.rooms_foto_i img {
	position:relative;
	float:left;
	width:100%;
}
.rooms_content {
	position:relative;
	float:left;
	width:calc(100% - 60px);
	padding:30px 30px;
}
.rooms_titel {
	position:relative;
	float:left;
	width:100%;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
}
.rooms_text {
	position:relative;
	float:left;
	width:100%;
	margin-top:6px;
	color:#FFFFFF;
}

.omg_fotos {
	position:relative;
	float:left;
	width:100%;
	margin-top:35px;
	display:flex;
	justify-content:space-between;
}
.omg_fotos_i {
	position:relative;
	float:left;
	width:calc(20% - 10px);
}
.omg_fotos_i img {
	position:relative;
	float:left;
	width:100%;
}

.terras_fotos {
	position:relative;
	float:left;
	width:100%;
	margin-top:0px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.terras_foto {
	position:relative;
	float:left;
	width:48%;
	margin-bottom:15px;
	margin-bottom:50px;
}
.terras_foto img {
	position:relative;
	float:left;
	width:100%;
}


.vp_reserveren {
	background-image:url('../images/reserveren/slider.jpg');
	background-size:cover;
}
.res_frm_container {
	position:relative;
	float:left;
	width:100%;
	padding:100px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.res_frm_content {
	position:relative;
	float:left;
	width:80%;
}
.res_frm {
	position:relative;
	float:left;
	width:calc(100% - 40px);
	padding:20px;
	margin-top:20px;
	background-color:rgba(255,255,255,0.5);
}
.res_frm_hide {
	opacity:0;
}
.res_frm_left {
	position:relative;
	float:left;
	width:60%;
}
.ref_frm_right {
	position:relative;
	float:left;
	width:38%;
	margin-left:2%;
}
.res_frm_prices_titel {
	position:relative;
	float:left;
	width:100%;
	font-weight:bold;
	margin-top:4px;
}
.res_frm_prices_line {
	position:relative;
	float:left;
	width:100%;
	margin-top:8px;
	font-size:14px;
}
.res_frm_prices_line span {
	font-size:11px;
}
.res_frm_prices_line_margin {
	margin-top:20px;
}
.res_frm_titel {
	position:relative;
	float:left;
	width:100%;
	font-size:26px;
	font-weight:bold;
}
.res_frm_kinderen {
	display:none;
}
.res_frm_line {
	position:relative;
	float:left;
	width:100%;
	margin:5px 0px;
}
.res_frm .res_frm_line {
	width:calc(100% - 14px);
	padding-left:14px;
}
.res_frm_line_i {
	position:relative;
	float:left;
	width:240px;
	margin-top:4px;
	min-height:10px;
}
.res_frm_line_i input {
	width:calc(100% - 30px);
	padding:8px 10px;
	border:none;
}
.formulier_error {
	border:1px solid red !important;
}
.res_frm_send {
	position:relative;
	float:left;
	width:calc(100% - 30px);
	padding:8px 10px;
	margin-top:15px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#f5ac4f;
	cursor:pointer;
}
.res_frm_line_titel {
	position:relative;
	float:left;
	width:100%;
	font-weight:bold;
	margin-left:10px;
	margin-top:25px;
	margin-bottom:4px;
}
.res_frm_errormsg {
	position:relative;
	float:left;
	padding:8px 10px;
	margin-top:15px;
	text-align:center;
	color:red;
	font-weight:bold;
	text-transform:uppercase;
	display:none;
}

.maps {
	position:relative;
	float:left;
	width:calc(100% - 80px);
	margin-left:80px;
	height:0px;
	padding-bottom:30%;
}
.maps iframe {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.res_frm_textarea {
	position:relative;
	float:left;
	width:600px;
	height:200px;
	width:calc(100% - 30px);
	padding:8px 10px;
	border:none;
	 font-family: 'Lato', sans-serif;
}