﻿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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
	-webkit-text-size-adjust: none;
}

*, *:before, *:after
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.not-global, .not-desktop
{
	display: none !important;
}
.only-1000px, .only-mobile
{
	display: none !important;
}

/*body, input, textarea, select
{
	font-size: 14pt;
	line-height: 1.75em;
}*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#feedback-page
{
	text-align: center;
}

#form-main
{
	background: url(../Images/feedback-img.jpg) no-repeat;
	background-size: cover;
	height: 700px;
	width: 80%;
	float: left;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 35px;
	padding-bottom: 35px;
}

#form-div
{
	background-color: rgba(72,72,72,0.4);
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 500px;
	float: left; /*left: 50%;*/
	position: absolute; /*margin-top: 30px; 	margin-left: -260px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.feedback-input
{
	color: #3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px; /*background-color: #fbfbfb;*/
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus
{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
	padding: 13px 13px 13px 54px;
}

.focused
{
	color: #30aed6;
	border: #30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name, #ctl00_MainContent_txtName
{
	background-image: url(../Images/name.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus, #ctl00_MainContent_txtName:focus
{
	background-image: url(../Images/name.png);
	background-size: 30px 30px; /*background-position: 8px 5px*/
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email, #ctl00_MainContent_txtEmail
{
	background-image: url(../Images/email.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus, #ctl00_MainContent_txtEmail:focus
{
	background-image: url(../Images/email.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone, #ctl00_MainContent_txtContact
{
	background-image: url(../Images/phone.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone:focus, #ctl00_MainContent_txtContact:focus
{
	background-image: url(../Images/phone.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#product, #ctl00_MainContent_ddlProdInt
{
	background-image: url(../Images/product.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#product:focus, #ctl00_MainContent_ddlProdInt:focus
{
	background-image: url(../Images/product.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment, #ctl00_MainContent_txtMsg
{
	background-image: url(../Images/comment.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea
{
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize: vertical;
}

input:hover, textarea:hover, input:focus, textarea:focus
{
	background-color: white;
}

#buttonBlue, #ctl00_MainContent_buttonBlue
{
	font-family: 'Montserrat' , Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor: pointer;
	background-color: #3498db;
	color: white;
	font-size: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -4px;
	font-weight: 700;
}

#buttonBlue:hover, #ctl00_MainContent_buttonBlue:hover
{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}

.submit:hover
{
	color: #3498db;
}
.ease
{
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease
{
	width: 100%;
	background-color: white;
}

@media only screen and (max-width: 580px)
{
	#form-div
	{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

.dispnon{display: none}
/* Added on 19.11.2022 to stop spam emails */