<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heading {
    text-align: center;
    text-transform: uppercase;
	font-size: 30px;
}
h1.heading{
	color: #2d3e50;
	font-size: 30px;
	font-weight: 800;
}
.btn {
	
    padding: 6px 15px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-weight: bold;
    /*min-width: 140px;*/
   min-width: 120px;
    height: 40px;
    border: none;
    line-height: 28px;
    text-transform: uppercase;
    margin: 10px 0;
}

.btn.filter,
.btn.filter.active,
.btn.btn-primary.text-on-primary,
.text-on-primary {
    /*color: #212121;*/
   color:white;
   font-family: "Raleway";
   font-size: 17px;
   font-weight: 400;
}
.btn.filter,
.btn.btn-primary.text-on-primary,
.text-on-primary {
    /*color: #212121;*/
   color:#2d3e50;
   font-family: "Raleway";
   /*font-size: 17px;*/
   font-weight: 400;
}


.filter-mixitup .filter-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    text-align: center;
    background: #ffffff;
    display: none;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
}

.filter-isotope .filter-item,
.filter-mixitup .gap,
.filter-mixitup .filter-item {
    padding: 20px;
    overflow: hidden;
}

.filter-isotope .filter-item img,
.filter-mixitup .filter-item img {
    position: relative;
    z-index: 1;
	margin: 0 auto;
}

.filter-isotope .filter-item .info,
.filter-mixitup .filter-item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, .8);
    z-index: 2;
    display: block;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.filter-isotope .filter-item:hover .info,
.filter-mixitup .filter-item:hover .info {
    opacity: 1;
}



.filter-isotope .filter-item .info .btn,
.filter-mixitup .filter-item .info .btn {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    min-width: 40px;
    background-color: #ffc107;
}
.btn.filter {
    background-color: transparent;
}

.btn.filter:hover,
.btn.active.filter {
    background-color: red;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter-categories {
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.bottom-default{
	margin-top:30px;
	margin-bottom: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
}
.bottom-default:hover{
	color:white;
}
.more{
    color: #2d3e50;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
}
.sponsor-gap{
	margin-bottom: 80px;
}
.sponsor-title{
	text-align: center;
	color: #2d3e50;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sponsor-nav{text-align: center;}
.sponsor-nav span{
	display: inline-block;
	padding: 5px 15px;
	font-size: 17px;
	margin: 10px;
	cursor: pointer;
}
.sponsor-nav span.active{background-color: red;color: white;}
.sponsor-txt{text-align: center;margin-top: 20px;}
.sponsor-nav .active{background-color: red;color: white;}
.sponsor-txt .mod{width: 100%;overflow: hidden;}
.sponsor-txt .mod div{
	margin: 0 0 20px 0;
}
</pre></body></html>