@media only screen and (max-width: 1200px) { 
.wrap-containerhome,#container,.container-web{
	width:960px;
}
#menu li a{
    padding:28px 8px;
}
}
@media only screen and (max-width: 960px) {
.wrap-containerhome,#container,.container-web{
	width:100%;
}
#container{
	padding:0 10px;
}
.container-web{
	padding:0 10px;
}
#menumobile{
	display:block;
}
.primary-menu{
    display:none;
}
.wrap-header{
	height:auto;
}
.logo{
    width:50%;
    height:52px;
}
.tfooter-details{
    margin-left:0;
    margin-right:0;
}
.tfooterbox,.tfooterbox:first-child,.tfooterbox:last-child,.tfooterbox:nth-child(2){
    width:100%;
    padding:10px 0;
}
/*.entry-content table{
	margin-bottom:0;
	overflow:hidden;
	overflow-x:scroll;
	display:block;
	white-space:nowrap;
}*/
.contact-menu{
	top:inherit;
	bottom:0;
	left:0;
	right:inherit;
	width:100%;
}
.contact-menu ul li:first-child{
	display:none;
}
.contact-menu ul li{
	border-radius:0;
	margin-bottom:0;
	height:47px;
	width:50%;
}
.contact-menu ul li:nth-child(2){
	float:left;
	background-color:#ffc800;
}
.contact-menu ul li:last-child{
	float:right;
}
}
@media only screen and (max-width: 760px) {
.wrap-catnews{
    margin-left:0;
    margin-right:0;
}
.catnewsbox{
    width:100%;
    padding:10px 0;
}
.entry-content iframe{
    height:auto;
    min-height:280px;
}
.entry-content{
    padding:15px;
}
.callms{
    bottom:10px;
    left:10px;
    width:180px;
}
.callms a{
    font-size:16px;
}
.callms svg{
    width:18px;
}
}
@media only screen and (max-width: 450px) {

}