@charset "UTF-8";
#contact-form {
	    background-color: #fafafa;
    webkit-box-shadow: inset 0px 0px 6px 0 #4b1200;
    box-shadow: inset 0px 0px 6px 0 #4b1200;
	padding-top: 40px;
    padding-bottom: 40px;
   /* width: fit-content;*/
}

#contact-form h1 {
	font-size:xx-large;
	font-family: Museo, Arial, Helvetica, sans-serif;
	color: #c93f13;
	text-align: center;
	font-weight: bold;
	    margin-bottom: 37px;
	    border-top-color: rgb(215 84 29);
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-color: rgb(215 84 29);
    border-bottom-style: solid;
    border-bottom-width: thin;
    display: inline-block;
}

#contact-form h2 {
	margin-bottom: 31px;
    margin-top: -18px;
    font-style: normal;
    font-weight: normal;
    font-family: Museo, Arial, Helvetica, sans-serif;
    /* color: #c93f13; */
    font-size: 14px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
	font-size:16px;
	margin-bottom:4px;
	font-family: Museo, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 500;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
	    width: 100%;
    /* min-width: 314px; */
    border: 1px solid #d3d2d2;
    margin-bottom: 17px;
    /* padding: 9px; */
        padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgba(255,255,255,1.00);

}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
	/*background-color: #F27F17;*/
	border: 1px solid #d7541d;
}

#contact-form textarea {
	    height: 100px;
    resize: vertical;
    width: -webkit-fill-available;
}

#contact-form label {
	display:block;
	color: #c93f13;
}

#contact-form .required {
	font-weight:bolder;
	color:#c50606;
}

#contact-form #submit-button {
	width: auto;
    background-color: #333;
    color: #FFF;
    border: none;
    display: block;
    /* float: right; */
    margin-bottom: 0px;
    /* margin-right: 12px; */
    background-color: #c93f13;
    margin-left: auto;
    margin-right: auto;
}

#contact-form #submit-button:hover {
	background-color: #F27F17;
}

#contact-form #submit-button:active {
    position:relative;
    top:1px;
}

#contact-form #loading {
        width: 32px;
    height: 32px;
    background-image: url(image/loadinganimation.gif);
    display: block;
    position: inherit;
margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    display: none;
}

#errors {
	text-align: center;
	margin-top: -18px;
    color: firebrick;
    border: solid 1px firebrick;
    padding: 20px;
    /* margin: 25px 0px; */
    display: block;
    width: auto;
	font-size: medium;
    /* -webkit-border-radius: 8px; */
    background: #fce4ec url(../img/cancel_48.png) no-repeat 405px center;
    display: none;
}

#errors li {
    padding:2px;
    list-style:none;
}

#errors li:before {
    content: ' - ';
}

#errors #info {
    font-weight:bold;
}

#errors #info:before {
    content: '';
}

#success {
	text-align: center;
    border: solid 1px darkgreen;
    color: darkgreen;
    padding: 25px 10px;
    margin-top: -18px;
	display: block;
    width: auto;
    /* -webkit-border-radius: 8px; */
    /* border-radius: 8px; */
    background: #c2ffc2 url(../img/accepted_48.png) no-repeat 405px center;
	font-size: medium;
    /* font-weight: bold; */
    display: none;

}

#errors.visible, #success.visible {
    display:block;
}

#req-field-desc {
	font-size: small;
	text-align: center;
	color: #c93f13;
	margin-top: 8px;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  {
	color:#CCC;
	font-style:italic;
}
/* END not relavent to form */




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
