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:40px;
	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;
}

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:24px;
	line-height:normal;
	font-weight:bold;
	color:#333;
	padding:0 0px;
	font-size: 30px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.1em;
}

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

h4 {
	margin-bottom:20px;
}

h5 {
	font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
	margin-top:20px;
}

.center {
	text-align:center;
}

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

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

.clear {
	clear:both;
}

.contentp {
	margin-top:40px;
}

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

.delay {
	display:none;
}

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

.btn {
	width: 65%;
    margin: 0 auto;
	padding: 22px 0;
	border-color: #ffc30f;
	border-width: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #ffc30f;
	box-shadow: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 21px;
	color: #FFF;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 50px;
}

.btn2 {
	width: 98%;
    margin: 0 auto;
	padding: 22px 0;
	border-color: #ffc30f;
	border-width: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #ffc30f;
	box-shadow: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 21px;
	color: #FFF;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 50px;
}

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

@media screen and (max-width: 1080px) {
	.mobonly {
		display:block;
	}
	.deskonly {
		display:none;
	}
	.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 {
		width:100%;
		float:none;
	}
	nav img {
		margin-left: 40px;
	}
	.btn { 
		width:100%;
		margin-bottom:0px;
	}
	.wrapper, nav, footer {
		width:auto;
	}
	header,section,footer{
		padding:10px 0px;
	}
	section {
		margin-top:10px;
	}
	.wrap {
		padding:10px;
	}
	
	h1 {
		font-size:25px;
		line-height:30px;
		padding:0px;
	}
	
	h2 {
		font-size:25px;
		line-height:28px;
		padding:0px;
	}

	h5 {
		font-size:19px;
	}
	
	.watchvid {
		width:80%;
	}
}