@charset "utf-8";
/* CSS Document */

.wrapper {
    background:#FFFFFF;
    /*margin: 0 auto;*/
    width: 100%;
    /*clear:both;*/
}
.hidden {
	display:none;
}
.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}
.humans
{	visibility:hidden;
}
.form-control {
  width: 95%;
  padding: 5px 5px;
  margin: 10px 0 18px 0;
  background: none;
  outline: none;
  border: 1px solid #CCC;
  -webkit-appearance: none;
}

.contact-top div textarea {
  height: 120px;
  resize: none;
  width: 95%;
  padding: 11px 10px;
  background: none;
  outline: none;
  border: 1px solid #CCC;
  -webkit-appearance: none;
}
.contact-top input[type="submit"] {
    border:1px solid #ddd;
    margin-top: 5px;
	border-radius: 0;
	color:#333333 ;
    font:500 15px/38px "open sans",Helvetica,Arial,sans-serif;
    text-decoration: none;
    outline: none;
    display: block;
    padding: 0;
	width: 100%;
    border-color:#B7B257;
  }
.contact-top input[type="submit"]:hover {
  background: #B7B257;
  border-top-color:#B7B257;
}
body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: "Open Sans",Helvetica, Arial, sans-serif;
    font-size:13px;
    line-height:20px;
    color:#555;
}
.dividerPageHeading h1

{	border-bottom: 2px solid #CC0;
	font-size: 21px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 0 10px;
    position: relative
}

.dividerPageHeading h1::before
{
	bottom: 0px;
    content: url(../../images/star.png));
    display: inline-block;
    left: 0px;
	height:15px;
    position: absolute;
}
.dividerHeading h1::after {
	 bottom: 0px;
    display: inline-block;
    left: 0;
    position: absolute;
}
/* =========================================*/
/* 22. ACCORDION & TOGGLE                   */
/* =========================================*/
.panel.panel-default> .panel-heading
{
    background: none;
    border-radius: 0;
}
.panel.panel-default
{
    border:1px solid #ddd;
    margin-bottom: 10px;
}
.panel-group .panel
{
    border-radius: 0;
}
.panel.panel-default  .panel-title > a
{
    color:#333333 ;
    font:500 15px/38px "open sans",Helvetica,Arial,sans-serif;
    text-decoration: none;
    outline: none;
    display: block;
}
.panel.panel-default .panel-heading
{
    padding: 0;
}
.panel.panel-default .panel-heading:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.panel.panel-default i {
    border-right: 1px solid #ddd;
    color: #B7B257;
    font-size:14px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px 0 0;
    padding: 0 15px;
    display: inline-block;
    float: left;
}
.panel.panel-default span {
    border-right: 1px solid #ddd;
    color: #B7B257;
    font-size:14px;
    height: 45px;
    line-height: 45px;
	margin-right:20px;
	padding: 0 15px;
    display: inline-block;
    float: left;
	width:200px;
}
.panel.panel-default p {
	    font-size:12px;
}
.panel.active_acc,
.panel:hover{ border-top-color:#B7B257; }