@media (max-width:1100px) {
	.logo img {
		width: 250px !important;
	}
	
	.tabs-buttons li a{
		min-width: 200px !important;
	}
}

@media (max-width:910px) {
	.logo img {
		width: 200px !important;
	}
	
	.tabs-buttons li a{
		min-width: 150px !important;
	}
}

@media (max-width:768px) {
	.logo img {
		display: none !important;
	}
}

@media (max-width:480px){

}

/* General */

html, body {

}

header {
	z-index: 9999;
	position: fixed;
	min-width: 100%;
}

.tabs-buttons li a{
	min-width: 250px !important;
}

.navbar-trans li.active {
    color: #fff !important;
    text-decoration: underline;
}

.home-slider {
	min-width: 80% !important;
}

#intro {
	position: relative;
	top: 0;
	min-width: 100%;
}

#slides {
	margin-top: 85px !important;
}

#content {
	position: relative;
	margin-top: 85px;
}

#exchanges .panel-body {
	min-height: 100px !important;
}

#exchanges img {
	width: 200px;
	height: auto;
}

.panel-head {
	min-height: 75px;
}

.panel-body {
	min-height: 150px;
}

#wallets .panel-body{
	background: #1D2326;
}

#community img {
	z-index: -1;
	width: 65px;
	height: auto;
}

.logo img {
	width: 432px;
	height: auto;
}

.top-menu-holder li {
	white-space: nowrap !important;
}

.footer {
	width: 100% !important;
}