body {
  overflow-x: hidden;
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#logo {
	text-align: center;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #e14b4c;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #5b5b5b;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #ff781e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.img-centered {
  margin: 0 auto;
}

p {
	text-align: justify;
}

section {
  color: #fff;
  text-align: center;
}

section .custom {
	margin: 20px 0;
}
section p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

section h2 {
	color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
}

.caption h3 {
    font-size: 16px;
    text-align: center;
}

.thumbnail {
	border-radius:0;
}

.footer-wrap {
    color: #5b5b5b;
    height: 8em;
	margin-top: 30px;
	border: 1px solid #b5b5b5;
}

.footer-wrap .custom {
	margin-top: 30px;
}

.footer-wrap h4 {
	line-height: 24px;
}

.footer-ryan {
	margin-top: 30px;
	float: right;
}


.text-primary {
  color: #F05F40;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  line-height: 0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
body {
  webkit-tap-highlight-color: #e14b4c;
}

.as-white {
	display: none;
}

.slider {
	padding-top: 140px;
}

.wall {
    margin-top: 20px;
/*    border-top: 1px solid #5b5b5b; */
    padding-top: 20px;
}

.tresc {
    padding-bottom: 20px;
}

.box {
	margin-top: 10px;
}

.btn-fb {
    background-color: #3b5998;
    border: 0 none;
    color: #fff !important;
    margin: 6px;
    overflow-wrap: break-word;
    padding: 0.85rem 2.13rem;
    white-space: normal !important;
    transition: all 0.2s ease-out 0s;
}

tr.separator td {
	background: #666;
	font-size: 5px;
}

td.cell1 {
	background: #9c59b8;
	height: 75px;
	color: #fff;
}
td.cell2 {
	background: #f49c14;
	height: 75px;
	color: #fff;
}
td.cell3 {
	background: #f1c40f;
	height: 75px;
	color: #fff;
}
td.cell4 {
	background: #2fcc71;
	height: 75px;
	color: #fff;
}
td.cell5 {
	background: #3598dc;
	height: 75px;
	color: #fff;
}

.fb_border {
	overflow: visible !important;
}

/* dropdown on hover */
@media (min-width:480px) {
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
}