@charset "UTF-8";
/* CSS Document */
/*
@media screen and (max-width: 992px)
	
@media screen and (max-width: 853px)

@media screen and (max-width: 810px)

@media screen and (max-width: 720px)

@media screen and (max-width: 715px)

@media screen and (max-width: 630px)

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

@media screen and (max-width: 490px)

@media screen and (max-width: 465px)

@media screen and (max-width: 350px)

@media screen and (max-width: 320px)
*/
@media only screen and (max-width: 1200px) {
	.input-srch-top-btn{
		margin-left: 0;
	}
	.btn-post-orange{
		font-size:15px;
	}
}
@media only screen and (max-width: 992px) {
	header .logo {
		margin: 20px auto 10px auto!important;
		float: none;
	}
	.vs_header_search {
		height: auto;
	}
	select.input-srch-top-select {
		margin: 5px 0;
	}
	.btn-post-orange{
		display: none;
		font-size: 14px !important;
	}
	.input-srch-top-btn{
		margin: 5px 0;
		width: 99%;
		max-width: 99%;
		margin-left: 1%;
    	padding: 8px 0;
	}

	.ctnr-top-srch-btn {
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100%;
		max-width: 100%;
	}
	.mb10pxs{
		margin-bottom: 30px;
	}
	.nav-tabs .nav-item {
		margin-top: 10px;
	}	
	
}
@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 576px) {
	.aci-detail .aci-detail-code{
		text-align:right;
	}
}
@media only screen and (max-width: 576px) {
	.aci-detail .aci-detail-code{
		text-align:center;
		padding-bottom: 0;
	}
	.logo_concess picture {
		margin: 0 auto;
	}
	.concessH2 {
    text-align: center;
	}
	.logo_concess_big picture {
		margin: 0 auto;
	}
	.concessDivice-mb15{
		margin-bottom: 15px;
	}
}
