body {
    line-height: 1.42857143;
	font-family: 'Droid Sans', sans-serif !important;
}

.wrapper,nav,footer {
	width:auto;
}

.mobonly {
	display:none;
}
.menu {
	display:none;
}

.navico {
	background: url(../img/navico2.png);
	background: position:0 0;
	width: 50px;
	height: 50px;
	position: absolute;
}

header,section,.ncontent {
	width:1170px;
	margin:0 auto;
}
nav,footer {	
	background:#000;
}
nav .ncontent{
	background:#000;
	max-height:48px;
}

nav img {
	height:30px;
	display:inline;
	padding:5px 0px;
}

nav ul {
	float:right;
	display:inline;
}

nav ul li{
	display:inline-block;
	padding:13px;
	color:#CCC;
	font-weight:bold;
}

nav ul li:hover{
	background:#111;
}

section,header {
	padding:0px 95px;
}

section {
	margin-top:25px;
}

.wrap {
	padding:0px 95px;
}

.wrap2 {
	padding:0px 20px;
}

header {
	padding:0 95px;
	padding-top:40px;
	padding-bottom:25px;
	
}

.footlogo {
	height:30px;
}

a:hover {
	text-decoration:underline;
}
a {
	color:rgb(64,92,179);
	text-decoration:none;
}

b {
	font-weight:bold;
}
i {
	font-style:italic;
}

h1 {
	text-align:center;
	font-size:46px;
	line-height:normal;
	font-weight:bold;
	color:#333;
	padding:0 95px;
}

h2 {
	text-align:center;
	font-size:36px;
	line-height:normal;
	font-weight:normal;
	color:#333;
	padding:0 95px;
}

h3,h4 {
	font-size:23px;
	font-weight:700;
	text-align:left;
	color:#333;
}

h4 {
	margin-bottom:20px;
}

.center {
	text-align:center;
}

.leftwrap {
	float:left;
	width:55%;
}

.rightwrap {
	width:35%;
	float:right;
}

.leftwrap2 {
	float:left;
	width:65%;
}

.leftwrap2 .contentp{
	text-align:center;
	margin-top:0px;
}

.rightwrap2 {
	width:33%;
	float:left;
}

.clear {
	clear:both;
}

.contentp {
	margin-top:40px;
}

.contentp p {
	font-size:16px;
	text-align:left;
	line-height:22px;
	margin-bottom:22px;
}

footer {
	min-height:100px;
	padding:30px;
	font-size:11px;
	color:#ccc;
	line-height:15px;
	margin-top:60px;
}

.rightwrap2 ul li {
	padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 2em;
	font-size: 15px;
}

.btn {
	color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: #feae00;
    font-size: 16px;
	margin-top: 30px;
	padding:30px;
	text-align:center;
	display:block;
    outline: none;
	box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
	text-decoration: none !important;
	border-radius: 3px;
}

.productimg {
	max-height:257px;
}

.prodarea {
	margin-top:60px;
}

.imgbtn {
	max-height:120px;
}
.delay {
	display:none;
}

.delay .wrap {
	text-align:center;
}

@media screen and (max-width: 1280px) {
	section, header {
		padding: 20px 5px;
	}
	footer {
		padding: 20px 5px;
	}
}


@media screen and (max-width: 815px) {
	.mobonly {
		display:block;
	}
	.deskonly {
		display:none;
	}
	.imgbtn {
		width:80%;
		max-height:auto;
	}
	.menu ul {margin: 0px;padding: 0px;list-style: none; margin-top: -10px;}
	.menu ul li { padding: 10px; font-size: 20px; background: #111; color:#FFF; border-bottom: 1px solid #e3e3e3;width:100%;}
	.menu ul a {text-decoration: none;color: #fff;font-weight: bold;}
	.navico {cursor:pointer;}
	header,section,.ncontent,.leftwrap,.rightwrap,.leftwrap2,.rightwrap2 {
		width:100%;
		float:none;
	}
	.productimg {
		width:95%;
	}
	.wrapper, nav, footer {
		width:auto;
	}
	header,section{
		padding:10px 0px;
	}
	section {
		margin-top:10px;
	}
	.wrap,.wrap2 {
		padding:10px;
	}
	
	h1 {
		font-size:25px;
		line-height:30px;
		padding:0px;
	}
	h2 {
		font-size:20px;
		line-height:30px;
		padding:0px;
	}

	.watchvid {
		width:80%;
	}
}