* {
	margin: 0;
	padding: 0
}
body {
	background: url(../images/background_bg.png) repeat center top;
	font-family: "Open Sans", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal
}
.clearfix {
	clear: both
}
.nav-sep-line {
	background-color: #c3c3c3;
	height: 1px;
	border: 0;
	margin: 20px 0
}
.list_block {
	margin-top: 0.5%;
	width: 100%;
	float: left;
	height: auto
}
.top-header {
	width: 100%;
	margin: 0 auto;
	float: left;
	position: relative;
	top: 0;
	padding: 20px 0;
	color: #76B9D7;
}
.top-nav {
	width: 100%;
	margin: 0 auto;
	float: left;
	position: relative;
	top: 0;
	padding: 10px 0;
	z-index: -1;
	color: #76B9D7;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20);
	background-color: #FBFBFB;
	text-shadow: 0 0 0 #7E7E7E
}
.container {
	width: 64%;
	margin: 0 auto;
	position: relative
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.fl_right h1 {
	line-height: 42px;
	font-size: 30px;
	color: #79B800;
}

.block_for_effect {
	float: none;
	width: 100%;
	margin-left: 0;
	text-align: center
}
.block_for_effect h1 {
	color: #76B9D7
}
.section-heading {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px dashed #cfcfcf;
	color: #757575;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	margin-top: 15%;
	margin-bottom: 10px;
	clear: both;
}
.section-heading:first-child {
	margin-top: 0%;
}
.row {
	width: 100%;
	margin: 0 auto;
	float: left
}
.row_contant {
	display: inline-block;
	width: 40%;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center
}
.example .row {
	margin-bottom: 20px;
}
.item-hover {
	display: inline-block
}
.example {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.highlight pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
pre.prettyprint {
	padding: 15px;
	border: 0;
	background: rgba(101,163,183,0.06)
}
.color-item {
	font-size: 12px;
	line-height: 28px;
	padding-left: 8px;
	width: 159px;
	color: #ABABAB;
	height: 28px
}
input[type="color"] {
	text-align: right;
	width: 20px;
	float: right
}
#submit-btn, #save-btn {
	display: inline-block;
	cursor: pointer;
	color: #ABABAB;
	margin: 5px;
	padding: 5px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.13);
	-webkit-transition: all .85s ease;
	-moz-transition: all .85s ease;
	transition: all .85s ease
}
#submit-btn:hover, #save-btn:hover {
	color: #FFF;
	background-color: #6E9EB4;
	border: 1px solid rgba(0,0,0,0.25)
}
footer .copyright_block {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20);
	background-color: #4a4a4a;
	width: 100%;
	float: left;
}
.scrollup {
	background: rgba(0, 0, 0, 0) url("../images/top-move.png") no-repeat scroll 0 0;
	bottom: 5px;
	display: none;
	height: 40px;
	opacity: 0.9;
	outline: medium none !important;
	position: fixed;
	right: 10px;
	text-indent: -9999px;
	width: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
.container {
	width: 98%;
	margin: 0 auto;
	position: relative
}
}
@media (min-width: 768px) and (max-width: 979px) {
.nav ul li {
	margin: 0 3px;
}
}
@media (min-width: 640px) and (max-width: 767px) {
.container {
	width: 98%;
	margin: 0 auto;
	position: relative
}
.nav ul li {
	width: 32%;
}
.row_contant {
	width: 49%;
}
}
@media (min-width: 560px) and (max-width: 639px) {
.container {
	width: 98%;
	margin: 0 auto;
	position: relative
}
.row_contant {
	width: 49%;
}
.nav ul li {
	width: 32%;
}
}
@media (max-width: 560px) {
.container {
	width: 98%;
	margin: 0 auto;
	position: relative
}
.row_contant {
	width: 100%;
}
.nav ul li {
	width: 100%;
	margin: 0 0;
}
.fl_left {
	float: left;
	width: 100%;
	text-align: center;
}
.fl_right {
	float: left;
	width: 100%;
	text-align: center;
}
}
