
html, body {
    height:100%;
    width: 100%;
    background-color: #fff !important;
    color: #8a8993 !important;
    font-size: 14px !important;
    padding: 0px  !important;
    margin: 0px  !important;
    font-family: 'Roboto', sans-serif !important;
	    
}

    a:hover {
      text-decoration: none;
      outline: 0;
    }

    a:active {
      text-decoration: none;
      outline: 0;
    }

::selection {
  background: #b48957; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #b48957; /* Gecko Browsers */
}

.headerbar {
	height: 90px;
	background-color: #20201f;
	width: 100%;
}

.social_holder {
	padding-top: 37px;
}
.s_pad {
	margin-right: 25px;
}

.social {
	font-family: FontAwesome !important;
	font-size: 20px;
	color: #fff;
}

.social:hover {
	text-decoration: none !important;
}

.logo {
	margin-top: 25px;
}

 .pad_top {
	 margin-top: 40px;
 }


.list-group.help-group {
  margin-bottom: 20px;
  padding-left: 0;
  margin: 0;
 }

.list-group-item {
      position: relative;
      display: block;
      margin: 0;
      padding: 13px 16px;
      background-color: #fff;
      border: 0;
      border-bottom: 1px solid #ddd;
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important;
      color: #616161;
      transition: background-color .2s;
}




.faq-list {
    display: block;
    top: auto;
    margin: 0 0 32px;
    border-radius: 0px;    
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}



.tab-content.panels-faq {
  padding: 0;
  border: 0;
}

.panel-heading {
  
    padding: 12px 22px;
    line-height: 48px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    color: #fff;
}

.panel-body {
	padding: 20px 22px !important;
	padding-top: 24px !important;
    background-color: #fff;
    border-radius: 0px !important;
    margin-top: 0;

}

  a[href^="#"],
  a[href^="#"]:hover,
  a[href^="#"]:focus {
    outline: none;
    cursor: pointer;
    text-decoration: none;
  }



a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {

    background-color: #b48957;
    border-color: #b48957;
}


h2 {      
      margin: 0;
      padding: 14px 0 14px;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0;
      text-transform: none;
    }

.panel.panel-help {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  padding-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
  background-color: #b48957;
  margin: 0 0 16px;
  }



.space_top3 {
	padding-top: 50px;
}

.select_container {
	display: inline-block;
	margin-top: -12px;
}



@media only screen and (max-width: 768px) {
	
	.social_holder {
	padding-top: 30px;
}
	
	.logo {
		margin-top: 30px;
		height: 24px;
	}
}
  
