.wrapper{
	width: 1154px;
	padding:0;
	margin:0 auto;
}

#headertop{
	width:100%;
	/* height:110px; */
	/* background:#01cfe6 url(../images/bg.jpg) no-repeat; */
}

.logo{
	float:left;
	margin:18px 5px;
}
.headerright{
	float:right;
	margin: 16px 5px;
}

.headerright p{
	margin:0;
	color: #fff;
	font-size: 16px;
	text-align:right;
	line-height: 22px;
	font-weight:700;
	margin-bottom: 5px;
}

.headerright p span{
	color: #fff;
	font-size:16px;
}

.phoneicon{
	display:none;
	float:right;
	background:url(../images/phone-icon.png) no-repeat;
	border:none;
	width:40px;
	height:42px;
}

#phoneformobile{
	background:#333;
	display:none;
	height:52px;
	margin-top:-52px;	
}

#phoneformobile p{
	margin:0;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height: 18px;
	padding:8px 0;
}

#navigation{
	width:100%;
	min-height:40px;
	height:auto;
	background: #0c0c0c;
	border-top: 3px solid #fe693e;
	border-bottom: 3px solid #fe6035;
	text-align:left;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1000px) {	
	
	.headermenu{
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	.wrapper{
		width:96%;
		padding:0 2%;
	}
	
}

@media screen and (max-width: 570px) {
	
	.logo{
		width:200px;
		margin:24px 5px;
	}
	
}

@media screen and (max-width: 530px) {
		
	.copyright, .designby{
		float:none;
	}
	
}

@media screen and (max-width: 450px) {
	
	.logo{
		width:180px;
		margin:5px 2px;
	}
	
	.headerright{
		display:none;
	}
	
	.phoneicon{
		display:block;
	}
	
	#phoneformobile{
		display:block;	
	}
	
	#headertop{
		height:auto;
	}
	.social ul li {
  display: block;
  margin: 1px;
  width: 45px;
  text-align: right;
  padding: 5px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
}

@media screen and (max-width: 320px) {
	
	#appoinform input[type="text"]{
		width:90%;
	}
	
	#appoinform select{
		width:96%;
	}
	
	.foot-about {
		width:100%;
	}
	
	.foot-google, .foot-facebook, .foot-twitter{
		display:none;
	}
	
	.foot-social{
		display:block;
	}
	
}


input:focus, select:focus, button:focus{
	outline:none;
}

.clear {
	clear: both;
	height:5px;
}

hr{
	clear:both;
	background: none;
	border: 0;
	border-top: 1px dashed #aaaaaa;
	margin: 10px 10px 12px;
}


.purechat-poweredby-container {
    display: none;
}