@media(min-width: 650px){
	body{
		background: #3e3e3e ;
	}
	header{
		padding-bottom: 5px;
	}
	.logo{
		width: 100%;
	}
	nav,nav  ul{
		display: block;
		width: auto;
		max-width: 100%;
		height: 60px;
		text-align: center;
	}
	nav ul li{
		display: inline-block;
	}
	nav ul li a{
		position: relative;
		width: 145px;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	nav ul li a:hover,
	nav ul li.current-menu-item a{
		color: #fff;
	}
	nav ul li a:hover:after,
	nav ul li.current-menu-item a:after{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 6px;
		background: #d63f2c;
	}
	nav ul ul li a:hover,
	nav ul ul li.current-menu-item a{
		background: #47493F !important;
	}
	nav ul ul li a:hover:after,
	nav ul ul li.current-menu-item a:after{
		position: static;
	}
	.nav-toggle{
		display: none;
	}
	nav ul li{
		position: relative;
	}
	nav ul li ul{
		position: absolute;
		left: 0;
		display: none;
		z-index: 9999;
	}
	nav ul li:hover ul{
		display: block;
	}
	nav ul ul li a{
		width: 240px;
		height: 40px;
		line-height: 40px;
		text-align: left;
		padding-left: 15px;
	}
	nav ul ul li a:hover{
		background: #232323;
	}
	nav ul li.current-menu-item ul li a:after{
		position: static;
	}
	footer .tn3{
		float: right;
		margin-top: 5px;
	}
}
@media(min-width: 768px){
	.content-col-left,
	.content-col-right{
		float: left;
	}
	.content-col-left{
		width: 66.6666%;
	}
	.content-col-right{
		width: 33.3333%;
	}
	.content{
		padding: 5px 30px 30px;
	}
}
@media(min-width: 992px){
	.logo{
		float: left;
	}
	.logo{
		width: 345px;
	}
	.callnow{
		position: absolute;
		top: 20px;
		right: 0px;
	}
	nav{
		float: right;
		margin-top: 58px;
	}
	nav ul li{
		float: left;
	}
	nav ul li:not(:last-child){
		margin-right: 2px;
	}
	.content .content-title{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.content .content-text{
		padding-right: 30px;
	}
	.contact .col-1{
		width: 30%;
	}
	.contact .col-2{
		width: 70%;
	}
}
@media(min-width: 1200px){
	nav ul li a{
		width: 160px;
	}
}