p {
font-size: 18px;
}

.fill
{
	font-size:10px;
	color:/*#74A1D5;*/ /*#808BFF;*/ #7578A6;
	text-align:center;
	/*background:#878F93;*/
	background:/*#74A1D5;*/ /*#808BFF;*/ #7578A6;
}

.space
{
	font-size:10px;
	color:#fff;
	text-align:center;
	/*background:#fff;*/
}

.site-footer {
  font-family: Helvetica, Arial, sans-serif;
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
  color:#424242;
  background:#424242;
}

#footer {
background: #211B22;
}


.footer-wrapper {
  max-width: -webkit-calc(1200px - (30px * 2));
  max-width: calc(1200px - (130px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px; }
  @media screen and (max-width: 1200px) {
    .footer-wrapper {
      max-width: -webkit-calc(1200px - (160px));
      max-width: calc(1200px - (160px));
      padding-right: 30px;
      padding-left: 30px; } }
/**
 * Clearfix
 */
.footer-wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.footer-col {
margin-top: 10px;
margin-bottom: 10px;
padding-left: 40px;
padding-right: 40px;
}

.navbar-custom {
    font-size: 12px;
}
.navbar-brand {
font-size: 14px;
}


body {
    font-size: 16px;
    color: #000;
    background-color: #fff;
}



.navbar-custom {
    background-color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle {
    color: #000;
}

.navbar-custom a {
    color: #000;
}

.list-align {
text-align: left;
}

h1  {
margin: 40px 0px 30px 0px;
}

.content-section {
padding-top: 100px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 4px;
border-top: none;
}


section, article {
margin-bottom: 1em;
}

footer {
padding: 0px 0;
}

#map {
margin-top: 20px;
}


a {
    color:/*#74A1D5;*/ /*#808BFF;*/ #7578A6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: /*#7D98B6;*/ /*#2866AB;*/ /*#7C8BC5;*/ #5C69ED;
}

.btn-default {
border: 1px solid /*#74A1D5;*/ /*#808BFF;*/ #7578A6;
color: /*#74A1D5;*/ /*#808BFF;*/ #7578A6; 
background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px /*#74A1D5;*/ /*#808BFF;*/ #7578A6;
    outline: 0;
    color: #000;
    background-color: /*#74A1D5;*/ /*#808BFF;*/ #7578A6;
}




