/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* start editing from here */

a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
}


/* text align right */

.txt-lt {
	text-align: left;
}


/* text align left */

.txt-center {
	text-align: center;
}


/* text align center */

.float-rt {
	float: right;
}


/* float right */

.float-lt {
	float: left;
}


/* float left */

.clear {
	clear: both;
}


/* clear float */

: .pos-relative {
	position: relative;
}


/* Position Relative */

.pos-absolute {
	position: absolute;
}


/* Position Absolute */

.vertical-base {
	vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
	vertical-align: top;
}


/* vertical align top */

.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}


/* Add 5px bottom padding and a underline */

nav.vertical ul li {
	display: block;
}


/* vertical menu */

nav.horizontal ul li {
	display: inline-block;
}


/* horizontal menu */

img {
	max-width: 100%;
	display: block;
}


/*end reset*/

body {
	background: #353535;
	font-family: 'Abel', sans-serif;
}

.wrap {
	margin: 0 auto;
	padding: 0 12px;
}

.header {}

.logo {
	float: left;
	padding: 20px 0 30px 0;
}

.para {
	float: right;
	width: 300px;
	margin: 25px 0 0 0;
}

.para p {
	color: #777;
	font-size: 16px;
}

.nav {
	background: #5e5e5e;
	margin-top: 10px;
}

.nav li {
	display: inline-block;
	float: left;
}

.nav li a {
	color: #fff;
	font-size: 18px;
	padding: 12px 26px;
	display: block;
}

.nav li a:hover,
.nav ul li.active a {
	color: #76d100;
}


/*main*/

.main {
	background: #f5f4f3;
	padding: 10px 0;
}

.slider {
	margin: 0 8px;
	padding-top: 10px;
}

.sub-main {
	background: #fff;
	padding-bottom: 20px;
}

.sub-text {
	margin: 0px 8px 20px;
}

.red {
	background: #ae1a16;
}

.green {
	background: #80a508;
}

.org {
	background: #d96c03;
}

.red,
.green,
.org {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	padding: 1.5em;
}

.sub-text .image-b1 {
	float: left;
}

.sub-text .image-b1 {
	float: left;
}

.text-grid {
	float: left;
	width: 71%;
}

.col-1 h3 {
	color: #fff;
	font-size: 35px;
	padding-bottom: 8px;
	text-shadow: 1px 1px 3px #666;
}


/*
.col-1{
	float:left;
	width:230px;
	margin-left:95px;
}*/

.col-1 p {
	font-size: 17px;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 1px 1px 3px #666;
}


/*content*/

.content {
	margin: 15px 10px;
	width: 645px;
	float: left;
}

.top {
	padding-bottom: 20px;
}

.top-img {
	float: left;
}

.top-text {
	float: left;
	width: 425px;
	padding-left: 15px;
}

.top-text p {
	color: #888;
	font-size: 16px;
	line-height: 1.7em;
	font-family: 'Abel', sans-serif;
}

.bottom-text {
	float: right;
	width: 307px;
	padding-right: 15px;
}

.bottom-text p {
	font-size: 16px;
	color: #999;
	line-height: 1.7em;
	font-family: 'Abel', sans-serif;
}


/*about*/

.about {
	padding-bottom: 0px;
}

.about-text {}

.about-text p {
	color: #999;
	font-size: 17px;
	line-height: 1.6em;
	padding: 0 10px 10px;
	text-align: justify;
	font-family: 'Abel', sans-serif;
}


/*sidebar*/

.sidebar {
	float: right;
	width: 300px;
	margin-top: 15px;
	padding: 0 15px 0 15px;
	border-left: 1px solid #ddd;
}

.sidebar h3 {
	color: #777;
	font-size: 24px;
	padding-bottom: 10px;
}

.sidebar img {
	float: left;
	margin: 0 15px 10px 0;
}

.sidebar p {
	color: #888;
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.7em;
	border-bottom: 1px solid #eee;
	font-family: 'Abel', sans-serif;
}


/*footer*/

.footer {
	padding: 20px 0;
	margin-bottom: 20px;
}

.footer-nav {
	float: left;
}

.footer-nav li {
	display: inline;
	margin: 10px;
}

.footer-nav li a {
	color: #666;
	font-size: 17px;
}

.footer-nav li a:hover {
	border-bottom: 1px solid #fff;
}

.copy {
	float: right;
	color: #666;
	font-size: 17px;
}

.copy a {
	color: #888;
}

.copy a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}


/*form*/

form {
	margin: 20px;
}

form h2 {
	color: #888;
	font-size: 25px;
	margin-left: 10px;
}

form div {
	padding: 20px;
}

form span {
	display: block;
}

form span {
	font-size: 18px;
	padding-bottom: 5px;
	color: #777;
}

form textarea,
form input[type=text] {
	border: 1px solid #ddd;
	padding: 7px;
	width: 450px;
	outline: 2px solid #eee;
	color: #666;
	font-size: 16px;
	font-family: 'Abel', sans-serif;
}

form input[type=submit] {
	background: #fff;
	border: 1px solid #ddd;
	outline: 2px solid #eee;
	color: #888;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 25px;
	font-family: 'Abel', sans-serif;
}

form input[type=submit]:hover {
	color: #76d100;
	text-decoration: underline;
}

form textarea {
	height: 100px;
	font-size: 16px;
}


/*--Wrap--*/

@media (min-width:769px) {
	.wrap {
		width: 750px
	}
}

@media (min-width:992px) {
	.wrap {
		width: 970px
	}
}

@media (min-width:1200px) {
	.wrap {
		width: 1000px
	}
}


/*--Wrap--*/

@media(max-width:1080px) {
	.text-grid {
		float: left;
		width: 70%;
	}
	.content {
		margin: 15px auto;
		width: 98%;
		float: none;
	}
	.top-text {
		float: left;
		width: 75%;
		padding-left: 30px;
	}
	.bottom-text {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.sidebar {
		float: none;
		width: 97%;
		margin-top: 15px;
		padding: 0 15px 0 15px;
		border-left: none;
	}
	form {
		margin: 0;
	}
	form textarea,
	form input[type=text] {
		width: 98%;
	}
	form div {
		padding: 10px;
	}
}

@media(max-width:1050px) {
	.red,
	.green,
	.org {
		padding: 1em;
	}
}

@media(min-width:992px) {
	.sub-text {
		display: flex;
	}
}

@media(max-width:991px) {
	.col-1 h3 {
		padding-bottom: 0px;
	}
	.top-text {
		width: 68%;
	}
	form textarea,
	form input[type=text] {
		width: 97.5%;
	}
	.text-grid {
		float: left;
		width: 70%;
		padding-left: 2em;
	}
	.sidebar {
		width: 96%;
	}
}

@media(max-width:768px) {
	.top-text {
		width: 67%;
	}
	.footer-nav {
		float: none;
		text-align: center;
	}
	.copy {
		float: none;
		text-align: center;
		margin-top: 0.8em;
	}
	.footer {
		margin-bottom: 5px;
	}
	.col-1 h3 {
		font-size: 30px;
	}
}

@media(max-width:736px) {
	.top-text {
		width: 65%;
	}
}

@media(max-width:667px) {
	.top-text {
		width: 63%;
		padding-left: 15px;
	}
	.top {
		padding-bottom: 9px;
	}
}

@media(max-width:568px) {
	.text-grid {
		width: 76%;
	}
	.nav li a {
		padding: 12px 0px;
		text-align: center;
	}
	.nav li {
		width: 20%;
	}
	.top-text {
		width: 100%;
		padding-left: 0;
	}
	.sidebar {
		width: 94.3%;
	}
	.content {
		width: 96%;
	}
}

@media(max-width:480px) {
	.logo {
		float: none;
		text-align: center;
		padding: 20px 0 0;
	}
	.logo a {
		display: inline-block;
	}
	.para {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}
	.text-grid {
		width: 75%;
		padding-left: 1em;
	}
	.sidebar {
		width: 93.3%;
	}
	form textarea,
	form input[type=text] {
		width: 95.5%;
	}
}

@media(max-width:440px) {
	.nav li {
		width: 100%;
		float: none;
	}
	.col-1 h3 {
		font-size: 27px;
	}
	.text-grid {
		width: 72%;
	}
	.sidebar {
		width: 92.3%;
	}
	.sidebar img {
		float: none;
	}
	.content {
		width: 93%;
	}
}

@media(max-width:414px) {
	.text-grid {
		width: 100%;
		padding-left: 0;
	}
	.copy {
		line-height: 30px;
	}
	.sidebar {
		width: 91.3%;
	}
}

@media(max-width:384px) {
	.footer-nav li {
		margin: 7px;
	}
}

@media(max-width:320px) {
	.content {
		width: 91%;
	}
	.footer-nav li {
		display: block;
	}
	form textarea,
	form input[type=text] {
		width: 92.5%;
	}
}