/* Add here all your CSS customizations */


.brands_list .thumb-info:hover .thumb-info-wrapper:after {
    filter: alpha(opacity=0);
    opacity: 0;
}

.brands_list .thumb-info-wrapper img {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.brands_list .thumb-info:hover .thumb-info-wrapper img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    -webkit-filter: grayscale(0);
}

.header-nav-top {
	position:absolute;
	right:10px;
	top:0px;
}


.team-list .thumb-info-wrapper img {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.team-list .thumb-info:hover .thumb-info-wrapper img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    -webkit-filter: grayscale(0);
}

.thumb-info .thumb-info-title {
	font-size:15px;
}

@media (max-width: 620px) {
	.about h2.word-rotator-title.mb-lg {
		font-size:1.8em;
		line-height:1.2;
	}
}

@media (max-width: 520px) {
	.header-nav-top {
		position:absolute;
		right:10px;
		top:-10px;
	}
	
	#header .header-nav-top li a, #header .header-nav-top li span {
		font-size:1em;
	}
}

@media (max-width: 400px) {
	.about  h2.word-rotator-title.mb-lg {
		font-size:1.1em;
		line-height:1.2;
	}
	
	.about  h2.word-rotator-title .inverted {
		min-height: 30px;
		line-height:30px;
	}
	
	.about  h2.word-rotator-title .word-rotate {
		line-height:30px;
		max-height: 30px;
	}
	
	.main  h2 {
		font-size:1.8em;
		line-height:30px;
	}
	
	.main  h2 .inverted {
		min-height: 30px;
		line-height:30px;
	}
	
	.main  h2  .word-rotate {
		line-height:30px;
		max-height: 30px;
		margin-bottom:-6px;
	}
}

img {
	max-width:100%;
}

