@media screen and (max-width: 320px){
	.btn-info-art{
		font-size: 14px;
	}
	
}
@media screen and (max-width: 480px){
	.mobile-header{
		display: block; 
	}
	body{
		padding: 0;
	}
	.container{
		padding: 0 20px;
	}
	#header{
		display: none;
	}
	.top-banner-fixed{
		position: static;
	}
	.main-content.homepage {
	    top: auto;
	}
	.main-content{
		top: auto;
	}
	.home-intro .box-image{
		margin-top: 30px;
	}
	.tp-caption{
		display: none !important;
	}
	.custom.box-contact h2{
		font-size: 26px;
		line-height: 32px;
	}
	.custom.page-banner{
		min-height: 125px;
	}
	ul.breadcrumb{
		margin-bottom: 10px;
	}
	div.item-page h3{
		line-height: 28px;
		margin-bottom: 10px;
	}
	.w-50.w-right {
	    float: none;
	}
	.w-50 {
	    float: none;
	    width: auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px){
	.mobile-header{
		display: block; 
	}
	body{
		padding: 0;
	}
	.container{
		padding: 0 20px;
	}
	#header{
		display: none;
	}
	.top-banner-fixed{
		position: static;
	}
	.main-content.homepage {
	    top: auto;
	}
	.main-content{
		top: auto;
	}
	.home-intro .box-image{
		margin-top: 30px;
	}
	.tp-caption{
		display: none !important;
	}
	.custom.box-contact h2{
		font-size: 38px;
		line-height: 38px;
	}
	.custom.page-banner{
		min-height: 125px;
	}
	ul.breadcrumb{
		margin-bottom: 30px;
	}
	div.item-page h3{
		line-height: 28px;
		margin-bottom: 20px;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 990px){
	.header-right-bar{
		width: 525px;
		background-size: 100% 100%;
		right: -9px;
	}
	.header-info-small{
		margin-left: -4px;
	}
	.mod-languages{
		width: 140px;
	}
	.mod-languages select{
		margin-top: 5px;
	}
	.content-header-right p{
		font-size: 11px;
		padding-left: 10px;
	}
	#header ul.nav li{
		margin: 0 25px;
	}
	#header ul.nav li a{
		font-size: 14px;
	}
	.tp-caption h2{
		font-size: 33px !important;
	}
	.tp-caption h3{
		font-size: 27px !important;
	}
	.home-intro .box-desc{
		padding: 15px 9px 25px;
	}
	.mod-languages select{
		background: #cf3476 url("../images/icon-flag.png") no-repeat scroll 90px 15px;
		font-size: 12px;
	}
	.mod-languages{
		width: 150px;
		background: rgba(0, 0, 0, 0) url("../images/icon-globa.png") no-repeat scroll 5px 10px;
	}
	.tp-caption {
	    padding-left: 20px !important;
	}
	.custom.page-banner{
		min-height: 325px;
	}
	.main-content{
		top: 17vh;
	}
	.main-content.homepage{
		top: 39vh;
	}
}	
@media screen and (min-width: 991px) and (max-width: 1024px){
	.home-intro .box-desc{
		padding: 15px 9px 25px;
	}
	.header-right-bar{
		width: 700px;
		background-size: 100% 100%;
		right: -12px;
	}
	.header-info-small{
		margin-left: -4px;
	}
	.mod-languages{
		width: 140px;
	}
	.header-info-small {
	    margin-left: -1.5px;
	}
	.mod-languages select{
		background: #cf3476 url("../images/icon-flag.png") no-repeat scroll 110px 15px;
	}
	.mod-languages{
		width: 155px;
		background: rgba(0, 0, 0, 0) url("../images/icon-globa.png") no-repeat scroll 13px 10px;
	}
	.tp-caption {
	    padding-left: 20px !important;
	}
}