

.logo{
		
		width:80px;
	}
	

@media only screen and (min-width: 1200px) {

	.logo{
		/*position: absolute;*/
		width:280px;
		/*width:200px;*/
	}
	
	
	.logoSmall{
		/*position: absolute;*/
		width:80px;
	}
}



.mvmfonts{
	font-family: 'Michroma', sans-serif;
	font-size: 15px;
	color: #D41317;
}


.mvmfontsDefault{
	font-family: 'Michroma', sans-serif;
	color: #D41317;
}


.mix {
    display: none;
}


.seo-theme .our-project.project-v1 #mixitUp-item .mix {
	width: 25%;
	float: left;
}





.filterMenu {
  padding: 28px 0;
  margin-top: 1px;
  background-color: #1A2B6D;
}
.filterMenu span,
.filterMenu a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}
.filterMenu a:hover {
  color: #28b05f;
}

.filterMenu-menu ul {
  text-align: right;
  margin: 0;
}
.filterMenu-menu li {
  display: inline-block;
  /*padding-left: 5px;*/
}




.tw-footer-info-box .footer-social-link ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tw-footer-info-box .footer-social-link li {
	display: inline-block;
}


.tw-footer-info-box .footer-social-link ul {
	list-style-type: none;
}

.tw-footer-info-box .footer-social-link a i.fa-facebook {
	background-color: #3B5998;
}

.tw-footer-info-box .footer-social-link a i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #000;
	margin-right: 5px;
	color: #fff;
}


.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
