.bx-viewport {
	height: auto !important;
}

.gs_logo_single img {
	margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
	display: none;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
	text-decoration: none;
	border: none;
}

.bx-wrapper:hover .bx-controls-direction a {
	display: block;
}

.gs_logo_title {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	.gs_logo_single {
		width: 222px !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.gs_logo_single {
		width: 165px !important;
	}	
}

@media only screen and (min-width: 401px) and (max-width: 599px) {
	.gs_logo_single {
		width: 203px !important;
	}
	.bx-viewport{
		height: 60px!important;
	}
}

@media only screen and (max-width: 400px) {

	.bx-viewport{
		height: 45px!important;
	}
	.bx-has-controls-direction{
		display: none;
	}
	.gs_logo_single{
		padding-left: 40px;
    	margin-left: 50px;
	}
}

