/*
Theme Name: egreekproducts
Theme URI: https://www.egreekproducts.eu/
Author: Loudovikos Geromitsos
Author URI: https://www.hellboundhackers.org/
Description: The egreekproducts theme.
Version: 1.0
*/

/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 ---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* GENERAL MARKUP STYLES
 ---------------------------------------- */
body
{
	position: relative;
	top: -20px;

	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.2;
	text-rendering: optimizeLegibility; /* kerning, primarily */
	background-color: #fff;
}

a:link
{
	color: #000000;
    text-decoration: none;
}

a:visited
{
	color: #800080;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

a:active
{
	color: #EE0000;
	text-decoration: underline;
}

.clearfix:after
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/* HEADER
 ---------------------------------------- */
#header
{
	width: 100%;
}

/* MENU
 ---------------------------------------- */
#main-navigation {
    background: #fff;
	width: 100%;
	height: 71px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	border-color: #000000;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

/* default menu */
#main-navigation .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

    list-style-type: none;
	background: #fff;
	border-color: #000000;
	margin: 0 auto;
	max-width: 917px;
}
#main-navigation .menu li {
    font-size: 16px;
    padding: 15px 10px;
    white-space: nowrap;
}
#main-navigation .logo {
	flex: 0;
	order: 0;
}
#main-navigation .logo a {
	display: inline-block;
	color: #515E28;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 2.15em;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: 700;
}
#main-navigation .logo a:hover {
    text-decoration: none;
}
#main-navigation a {
    text-decoration: none;
}
#main-navigation a:hover {
    text-decoration: none;
}
#main-navigation .item {
	order: 1;
	flex: 1;
	display: block;
	width: auto;
	text-align: center;
}
a.menu-anchor
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	/* margin-left: 1.4em;
	margin-right: 1.4em; */
	color: #515A5F;
	font-size: 1.6em;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: bold;
}
#main-navigation .flags {
	order: 1;
	width: auto;
	display: block;
	border: 0;
	padding-right: 0;
}
#main-navigation .flags img {
	vertical-align: middle;
}
#main-navigation .flags a {
    background: transparent;
}
#main-navigation .flags a:hover {
	text-decoration: none;
}
#main-navigation .flags a:hover {
	color: #ddd;
}
#main-navigation .toggle {
	order: 2;
	flex: 1;
	text-align: right;
	display: none;
}
#main-navigation .toggle a {
    font-size: 20px;
}
#main-navigation .toggle a::before {
	content: "|||";
	color: #515E28;
	transform: rotate(-90deg);
	display: inline-block;
	font-weight: bolder;
	cursor: pointer;
	font-size: xx-large;
}

#main-navigation .item.active {
		display: block;
}


@media all and (max-width: 917px) {
	#main-navigation .menu {
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	}
}

@media all and (min-width: 600px) and (max-width: 900px) {
	#main-navigation .menu {
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	}
	#main-navigation .menu li {
		padding: 15px 5px;
	}
	#main-navigation .logo {
		flex: 1;
	}
	#main-navigation .item {
		order: 3;
		flex: auto;
		display: none;
		width: 100%;
	}
	#main-navigation .flags {
		order: 1;
		display: block;
		width: auto;
	}
	#main-navigation .toggle {
		display: block;
	}
}

/* Mobile menu */
@media all and (max-width: 600px) {
	#main-navigation .menu {
		justify-content: space-between;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	}
	#main-navigation .logo {
		flex: 1;
	}
	#main-navigation .flags {
		border-bottom: 1px #444 solid;
	}

	#main-navigation .toggle {
		order: 1;
		display: block;
	}
	#main-navigation .item {
		order: 3;
		flex: auto;
		display: none;
		width: 100%;
	}
	#main-navigation .flags {
		order: 2;
		display: none;
		width: 100%;
	}
	#main-navigation .item.active {
		display: block;
	}
	
}

/* TOP BACKGROUND
 ---------------------------------------- */
#top-background-container {
	position: relative;
	margin-top: 74px;
}

#top-background-container img {
	width: 100%;
	max-width: 100%;
	max-height: calc(100vh - 44px);
}

#top-background-caption {
	width: 100%;
	min-height: 112px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.26);
	text-align: center;
	color: #000;
	font-size: 72px;
	font-family: cabin-condensed, sans-serif;
	font-weight: 700;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 12px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

@media all and (max-width: 800px) {
	#top-background-caption {
		min-height: 72px;
		font-size: 42px;
	}
}

/* COMPANY ABOUT
 ---------------------------------------- */
#company-about-container {
	padding-top: 70px;
	padding-bottom: 54px;
}

#company-about {
	max-width: 917px;
	text-align: justify;
	color: #505A5F;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

#company-about-heading {
	text-align: center;
	color: #515E28;
	font-size: 45px;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: 400;
	margin-bottom: 44px;
}

@media all and (max-width: 1024px) {
	#company-about  {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media all and (max-width: 400px) {
	#company-about {
		text-align: left;
	}
}

/* ACTIVITIES
 ---------------------------------------- */
#activities-container
{
	padding-bottom: 45px;
}

#u546
{
	width: 100%;
	background: #515E28 url("../images/elaiodentra.jpg") no-repeat center center !important;
	background-size: 1160px 559px;
	padding-top: 50px;
	padding-bottom: 30px;
}

#u547-4
{
	max-width: 916px;
	min-height: 95px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: 400;
	position: relative;
	margin: 0 auto;
}

#u548-4
{
	max-width: 916px;
	min-height: 93px;
	text-align: center;
	color: #515E28;
	font-size: 45px;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: 400;
	margin-top: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.olivenut
{
	float: left;
	width: 65px;
	height: 65px;
	border-color: #000000;
	border-radius: 50%;
	position: relative;
	background: #515E28 url("../images/elies.png") no-repeat center center;
}

.olivenut:hover
{
	margin: 0px -10000px 0px 0px;
	background: #000 url("../images/elies.png") no-repeat center center;
}

.activity
{
    position: relative;
}

.activity-title
{
	width: 310px;
	min-height: 47px;
	text-align: center;
	color: #515E28;
	font-size: 30px;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: 400;
	position: relative;
}

.activity-text
{
	width: 292px;
	min-height: 65px;
	text-align: center;
	color: #515A5F;
	font-size: 16px;
	font-family: cabin-condensed,calibri,sans-serif;
	position: relative;
}

hr {
    border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

/* PRODUCTS
 ---------------------------------------- */
#u140
{
	width: 100%;
	background: #515E28 url("../images/elies.jpg") no-repeat center center !important;
	background-size: 1160px 559px;
	padding-top: 75px;
	padding-bottom: 30px;
}

#u141-4
{
	max-width: 916px;
	min-height: 55px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: 400;
	position: relative;
	margin: 0 auto;
}

#products-container {
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
	max-width: 917px;
	overflow-x: hidden;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

/* front product */
.product {
	padding: 0 25px 20px 25px;
	display: inline-block;
}

.product-title
{
	display: block;
	text-align: center;
	font-size: 25px;
	font-family: cabin-condensed, sans-serif;
	font-weight: bold;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	max-width: 130px;
	word-wrap: break-word;
}

a.product-title:hover
{
	color: #515e28;
	text-decoration: none;
}

.product-title-span
{
	display: inline-block;
	vertical-align: middle;
}

.product > img {
	max-width: 100%;
}

/* modal product */
.product-overlay {
	display: none;
}

.product-modal-active > .product-overlay {
	display: block;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	min-height: 100vh;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow-y: auto;
}
.product-modal-active > .product-overlay > .product-modal {
	position: relative;
	width: 90%;
	background: #111111;
	/* top: 50%;
	height: 90%; */
	margin: 0 auto;
	display: inline-block;
	/* transform: translateY(-50%); */
	border-radius: 2px;
}

.product-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 32px;
	cursor: pointer;
}

.product-modal-content {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	justify-content: center;
	align-items: center;
	align-content: center;
	/* height: 100%; */
	min-height: 100%;
}

.product-caption {
	display: block;
}

.product-description {
	max-width: 300px;
	color: #fff;
	font-family: cabin-condensed,calibri,sans-serif;
	font-size: 15pt;
}

@media all and (max-width: 1024px) {
	.product-modal-content {
		flex-direction: column;
	}
	.product-description {
		margin: 40px auto;
	}
}


/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  max-width: 400px;
  max-height: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.caption-container > p {
	color: #fff;
	font-family: cabin-condensed,calibri,sans-serif;
	font-size: 17pt;
}

.container .row {
	display: flex;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;

  margin-top: auto;
  margin-bottom: auto;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* FACILITIES
 ---------------------------------------- */

#facilities-link {
	color: #000000;
    text-decoration: none;
}

#facilities-link:visited {
	color: #800080;
	text-decoration: none;
}

#facilities-link:hover {
	color: #515e28;
	text-decoration: none;
}

#facilities-link:active {
	color: #EE0000;
	text-decoration: none;
}

/* FOOTER
 ---------------------------------------- */
#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -20px;
}

/* CONTACT
 ---------------------------------------- */

/* contact container */
#u774
{
	width: 100%;
	border-color: #000000;
	background-color: #515E28;
	padding-top: 50px;
	margin: 0 auto;
	text-align: center;
}


/* start the form */
#widgetu776.frm-sub-st #u794-4 p
{
	color: #999999;
	line-height: 1;
	font-size: 18px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}
#widgetu776.frm-subm-err-st #u777-4 p
{
	color: #D7244C;
	line-height: 1;
	font-size: 18px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}
#widgetu776.frm-sub-st #u794-4,#widgetu776.frm-subm-err-st #u777-4,#widgetu776.frm-subm-ok-st #u801-4
{
	opacity: 1;
	min-height: 25px;
}
#widgetu776.frm-subm-ok-st #u801-4 p
{
	color: #fff;
	font-size: 18px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
	width: 395px;
}
/* end the form */


/* start the name field */
#widgetu783
{
	z-index: 338;
	max-width: 447px;
	height: 46px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
}
#widgetu783.fld-err-st
{
	background-color: transparent;
	border-radius: 0px;
}
#widgetu783:hover #u787-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 20px;
}
#widgetu783.focus-st #u787-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 20px;
}
#widgetu783.non-empty-st #u786-4
{
	background-color: #FFFFFF;
}

#widgetu783:hover #u786-4
{
	border-color: #6B6B6B;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 14px;
	width: 435px;
}

#widgetu783.focus-st #u786-4
{
	border-color: #6B6B6B;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 14px;
	width: 435px;
}

#widgetu783.fld-err-st #u786-4
{
	border-color: #D7244C;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 14px;
	width: 435px;
}

#widgetu783.non-empty-st #u786-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu783:hover #u786-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu783.focus-st #u786-4 *
{
	color: #4F4F4F;
	font-style: normal;
}
/* end the name field */



#u775-4
{
	min-height: 38px;
	text-align: left;
	color: #FFFFFF;
	font-size: 30px;
	font-family: cabin-condensed,calibri,sans-serif;
	font-weight: 400;
}

#u803-14
{
	display: inline-block; vertical-align: top; padding-left: 50px;
	width: 370px;
	min-height: 167px;
	text-align: left;
	line-height: 1.6;
	color: #FFFFFF;
	font-size: 18px;
}

@media all and (max-width: 1024px) {
	#u803-14  {
		display: block;
		padding: 10px 0;
		margin: 0 auto
	}
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
fieldset,img
{
	border: 0;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}




#u787-4
{
	z-index: 339;
	/*width: 200px;*/
	min-height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	line-height: 1;
	color: #FFFFFF;
	position: relative;
}




#u786-4
{
	/*width: 435px;*/
	min-height: 14px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;*/
	background-color: #F2F2F2;
	line-height: 1;
	color: #C4C4C4;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}


#widgetu778
{
	max-width: 447px;
	height: 46px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
}

#widgetu778.fld-err-st
{
	background-color: transparent;
	border-radius: 0px;
}

#u779-4
{
	z-index: 348;
	/*width: 200px;*/
	min-height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	line-height: 1;
	color: #FFFFFF;
	position: relative;
}

#widgetu778:hover #u779-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 20px;
}

#widgetu778.focus-st #u779-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 20px;
}

#u781-4
{
	/*width: 435px;*/
	min-height: 14px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;*/
	background-color: #F2F2F2;
	line-height: 1;
	color: #C4C4C4;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

#widgetu778.non-empty-st #u781-4
{
	background-color: #FFFFFF;
}

#widgetu778:hover #u781-4
{
	border-color: #6B6B6B;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 14px;
	width: 435px;
}

#widgetu778.focus-st #u781-4
{
	border-color: #6B6B6B;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 14px;
	width: 435px;
}

#widgetu778.fld-err-st #u781-4
{
	border-color: #D7244C;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 14px;
	width: 435px;
}

#widgetu778.non-empty-st #u781-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu778:hover #u781-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu778.focus-st #u781-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu783_input,#widgetu783_prompt,#widgetu778_input,#widgetu778_prompt
{
	width: 100%;
	min-height: 14px;
	color: #C4C4C4;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
	padding: 6px;
}

#u794-4
{
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	padding-top: 4px;
	font-size: 12px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
}



#u777-4
{
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	padding-top: 4px;
	color: #FF0000;
	font-size: 16px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
}



#u801-4
{
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	padding-top: 4px;
	line-height: 1;
	color: #00FF00;
	font-size: 16px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
}




#u795-17
{
	min-height: 36px;
	width: 135px;
	cursor: pointer;
	/*background: url("../images/u795-17.png") no-repeat 0px 0px;*/
}

#u795-17:hover
{
	/*background: url("../images/u795-17-r.png") no-repeat 0px 0px;*/
}

#u795-17:active
{
	/*background: url("../images/u795-17-m.png") no-repeat 0px 0px;*/
}



#widgetu796
{
	max-width: 447px;
	height: 100px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
}

#widgetu796.fld-err-st
{
	background-color: transparent;
	border-radius: 0px;
}

#u799-4
{
	/*width: 200px;*/
	min-height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	line-height: 1;
	color: #FFFFFF;
}

#widgetu778.fld-err-st #u779-4,#widgetu796:hover #u799-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 20px;
}

#widgetu796.focus-st #u799-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 20px;
}

#widgetu783.fld-err-st #u787-4,#widgetu796.fld-err-st #u799-4
{
	border-style: none;
	border-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 20px;
}

#widgetu783.fld-err-st #u787-4 p,#widgetu783.fld-err-st #u787-4 span,#widgetu778.fld-err-st #u779-4 p,#widgetu778.fld-err-st #u779-4 span,#widgetu796.fld-err-st #u799-4 p,#widgetu796.fld-err-st #u799-4 span
{
	color: #D7244C;
}

#u800-4
{
	/*width: 435px;*/
	min-height: 68px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;*/
	background-color: #F2F2F2;
	line-height: 1;
	color: #C4C4C4;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

#widgetu796.non-empty-st #u800-4
{
	background-color: #FFFFFF;
}

#widgetu796:hover #u800-4
{
	border-color: #6B6B6B;
	background-color: #FFFFFF;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	min-height: 68px;
	width: 435px;
}

#widgetu796.focus-st #u800-4
{
	border-color: #6B6B6B;
	background-color: #FFFFFF;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	min-height: 68px;
	width: 435px;
}

#widgetu796.fld-err-st #u800-4
{
	border-color: #D7244C;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 68px;
	width: 435px;
}

#widgetu796.non-empty-st #u800-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu796:hover #u800-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu796.focus-st #u800-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu783.fld-err-st #u786-4 *,#widgetu778.fld-err-st #u781-4 *,#widgetu796.fld-err-st #u800-4 *
{
	color: #D7244C;
	font-style: italic;
}

#widgetu796_input,#widgetu796_prompt
{
	width: 100%;
	min-height: 68px;
	color: #C4C4C4;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
	padding: 6px;
}

#widgetu783.focus-st #widgetu783_prompt,#widgetu778.focus-st #widgetu778_prompt,#widgetu796.focus-st #widgetu796_prompt
{
	padding-top: 6px;
	padding-bottom: 6px;
	visibility: hidden;
}

#widgetu783:hover #widgetu783_input,#widgetu783.focus-st #widgetu783_input,#widgetu783.fld-err-st #widgetu783_input,#widgetu783:hover #widgetu783_prompt,#widgetu783.fld-err-st #widgetu783_prompt,#widgetu778:hover #widgetu778_input,#widgetu778.focus-st #widgetu778_input,#widgetu778.fld-err-st #widgetu778_input,#widgetu778:hover #widgetu778_prompt,#widgetu778.fld-err-st #widgetu778_prompt,#widgetu796:hover #widgetu796_input,#widgetu796.focus-st #widgetu796_input,#widgetu796.fld-err-st #widgetu796_input,#widgetu796:hover #widgetu796_prompt,#widgetu796.fld-err-st #widgetu796_prompt
{
	padding-top: 6px;
	padding-bottom: 6px;
}

#widgetu783.non-empty-st #widgetu783_prompt,#widgetu778.non-empty-st #widgetu778_prompt,#widgetu796.non-empty-st #widgetu796_prompt
{
	visibility: hidden;
}

#u806
{
	width: 100%;
	border-color: #000000;
	background-color: #757575;
	background-color: rgba(0, 0, 0, 0.54);
	text-align: center;
}

#u815-14
{
	width: 214px;
	min-height: 172px;
	text-align: left;
	line-height: 1.6;
	color: #FFFFFF;
	font-size: 16px;
}
#u815-15
{
	width: 214px;
	min-height: 172px;
	text-align: left;
	line-height: 1.6;
	color: #FFFFFF;
	font-size: 16px;
}

#u815-15 a {
    color: #fff;
}
