/****Form****/

#form {
	margin:5px 0;

}
.comment {width:70% }
#form input {
	color:#555;
	border: 1px solid #ccc;
 	padding: 5px 10px ;
  	background: #eee;
	margin-bottom:5px;
	width: 70%;
	height: 30px;
	float:right;
	font: 12px/20px Tahoma, Geneva, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.newsinput {
	color:#555;
	border: 1px solid #ccc;
 	padding: 5px 10px ;
  	background: #eee;
	margin-bottom:5px;
	width: 70%;
	height: 30px;
	float:right;
	font: 12px/20px Tahoma, Geneva, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#tblSendMail input {
	color:#555;
	border: 1px solid #ccc;
 	padding: 5px 10px ;
  	background: #eee;
	margin-bottom:5px;
	width: 70%;
	height: 30px;
	float:right;
	font: 12px/20px Tahoma, Geneva, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}


#form #btnSubmit {
	background-color: #A41661;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#cc569a), to(#A41661));
	background: -webkit-linear-gradient(bottom, #A41661, #cc569a);
	background: -moz-linear-gradient(bottom, #A41661, #cc569a);
	background: -ms-linear-gradient(bottom, #A41661, #cc569a);
	background: -o-linear-gradient(bottom, #A41661, #cc569a);
	font: normal 12px/16px 'QTNOWText-regular', sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 6px 12px 6px;
	float:left;
}

#form #btnSubmit:hover {
	background-color: #555555;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#777777), to(#555555));
	background: -webkit-linear-gradient(bottom, #555555, #777777);
	background: -moz-linear-gradient(bottom, #555555, #777777);
	background: -ms-linear-gradient(bottom, #555555, #777777);
	background: -o-linear-gradient(bottom, #555555, #777777);
	color: #fff;
}

#form .btn {
	float:left;
}
#form select {
	color:#055386;
	border: 1px solid #ccc;
 	padding: 5px 10px 5px;
  	background: #eee;
	width: 100%;
	height: 30px;
	float:right;
	font: 14px/20px tahoma, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea {
	color:#777777;
	border: 1px solid #ccc;
 	padding: 10px 13px 10px;
  	background: #eee;
	width: 100%;
	height: 181px;
	position: relative;
	display:block;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	font: 12px/20px  Tahoma, Geneva, sans-serif;
	margin: 0 0 10px;
	clear:both;
	
}


#form label {
	position:relative;
	display: block;
	min-height: 51px;
	width: 354px;
	float: left;
}





#form .error, #form .empty {
	color: #E02A05;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 12px;
	float:left;
}


#form .error-empty {
	display:none;
	float:left;
}



#form .message {
	width: 100%;
	position: relative;
}



.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 354px;
	border: 1px solid #e5e5e5;
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}


.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

#form {
}


#form label {
	float: none !important;	
	width: 100%;
}

#form input {
	margin-bottom: 10px;
}

#form label.message {
	width: 100% !important;
}

#form .success {
	width: 100%;
}

.btns {
	padding-right: 0;
}

#form label.email {
	width: 100%;
	margin: 0;
}


.map {
	padding-right: 0;
}


.map figure {
	width: 450px !important;
	float: left !important;
	margin-right: 20px !important;
}

}

@media only screen and (max-width: 767px) {
  .map {
	margin-bottom: 25px;
}

.map figure {
	width: 100% !important;
	float: none !important;
	margin-right: 0px !important;
}

.map address {
	margin-bottom: 25px;
}
  .btns {
		padding-bottom: 0;  
  }
  
  #form textarea {
		height: 300px !important; 
  }

   #form {
 	padding-right: 0;
 }
  
}
@media only screen and (max-width: 479px) {

  #form textarea {
		height: 200px !important;  
  }
}

#form #ctl00_ContentPlaceHolder1_btnSave {
	background-color: #A41661;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#cc569a), to(#A41661));
	background: -webkit-linear-gradient(bottom, #A41661, #cc569a);
	background: -moz-linear-gradient(bottom, #A41661, #cc569a);
	background: -ms-linear-gradient(bottom, #A41661, #cc569a);
	background: -o-linear-gradient(bottom, #A41661, #cc569a);
	font: normal 12px/16px 'QTNOWText-regular', sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 6px 12px 6px;
	border-style:none;
}

#form #ctl00_ContentPlaceHolder1_btnSave:hover {
	background-color: #555555;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#777777), to(#555555));
	background: -webkit-linear-gradient(bottom, #555555, #777777);
	background: -moz-linear-gradient(bottom, #555555, #777777);
	background: -ms-linear-gradient(bottom, #555555, #777777);
	background: -o-linear-gradient(bottom, #555555, #777777);
	color: #fff;
}

#form #ctl00_ContentPlaceHolder1_LeftControl1_NLetter_AccordionPane1_content_btnSubmit {
	background-color: #A41661;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#cc569a), to(#A41661));
	background: -webkit-linear-gradient(bottom, #A41661, #cc569a);
	background: -moz-linear-gradient(bottom, #A41661, #cc569a);
	background: -ms-linear-gradient(bottom, #A41661, #cc569a);
	background: -o-linear-gradient(bottom, #A41661, #cc569a);
	font: normal 12px/16px 'QTNOWText-regular', sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 6px 12px 6px;
	border-style:none;
	float:left;
	width: 15%;
}
#form #ctl00_ContentPlaceHolder1_LeftControl1_NLetter_AccordionPane1_content_btnSubmit:hover {
	background-color: #555555;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#777777), to(#555555));
	background: -webkit-linear-gradient(bottom, #555555, #777777);
	background: -moz-linear-gradient(bottom, #555555, #777777);
	background: -ms-linear-gradient(bottom, #555555, #777777);
	background: -o-linear-gradient(bottom, #555555, #777777);
	color: #fff;
	cursor:pointer;
}

#ctl00_ContentPlaceHolder1_LeftControl1_ctl01_AccordionPane1_content_btnSubmit {
	background-color: #A41661;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#cc569a), to(#A41661));
	background: -webkit-linear-gradient(bottom, #A41661, #cc569a);
	background: -moz-linear-gradient(bottom, #A41661, #cc569a);
	background: -ms-linear-gradient(bottom, #A41661, #cc569a);
	background: -o-linear-gradient(bottom, #A41661, #cc569a);
	font: normal 12px/16px 'QTNOWText-regular', sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 6px 12px 6px;
	border-style:none;
	float:left;
	width: 15%;
}
#ctl00_ContentPlaceHolder1_LeftControl1_ctl01_AccordionPane1_content_btnSubmit:hover {
	background-color: #555555;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left bottom, left top, from(#777777), to(#555555));
	background: -webkit-linear-gradient(bottom, #555555, #777777);
	background: -moz-linear-gradient(bottom, #555555, #777777);
	background: -ms-linear-gradient(bottom, #555555, #777777);
	background: -o-linear-gradient(bottom, #555555, #777777);
	color: #fff;
	cursor:pointer;
}