.transparent #logo img {
    max-height: 100px !important;
}

.custom-z-index
{
	z-index:9 !important;
}

.payment-icons
{
	display:none !important;
}

.footer-2 {
text-align: center !important;
}

.dark .is-divider {
    background-color: 
    transparent !important;
}

.footer {
    padding: 80px 0 0px !important;
}

.footer .row
{
	max-width:1400px !important;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #214185;
  color: white;
}

/*.banner {
    background-color:#446084;
    width: 100% !important;
    height: 800px !important;
    padding: 0px !important;
}
*/

.overlay {
    background-color: rgba(0,0,0,0.2) !important;
}

.relative {
    top: 30% !important;
}

@media only screen and (max-width: 800px) 
{
	.home .col-inner 
	{
		max-width:100% !important;
		margin:0px !important;
	}
}