/*
Theme Name: OriorCreative
Theme URI: http://oriorcreative.com/home/
Author: Arman Shahinyan
Author URI: https://www.odesk.com/users/~016c18eff521db4616
Description: The OriorCreative custom theme.
License: Private
License URI: http://oriorcreative.com/home/
Tags: Wordpress, Theme, OriorCreative, Inbound Marketing
Text Domain: OriorCreative
*/

/* =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, center, dl, dt, dd, ol, ul, 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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	min-width:1025px;
}
ol,
ul {
	list-style: none;
}
a{
text-decoration:none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 1025px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 10px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1025px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 1025 pixels. */
@media screen and (min-width: 1025px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/*CUSTOM STYLES*/
#page{
padding:0px !important;
}
.header{
background-color:#4c8359;
}
.header2{
background-color:#5c9e6b;
border-top: 1px solid #599967;
border-bottom: 1px solid #50925e;
}
.header3{
background-color:#EEE;
border-top: 1px solid #f5f5f5;
}
.divisor{
width:100%;
height:1px;
background-color:#c4d1c6;
border-top:1px solid #3d7f4b;
border-bottom:1px solid #FFF;
}
.container1{
width:1025px;
margin:0px auto;
}
.social-buttons-telf{
width:100%;
height:80px;
padding-top: 24px;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.soc-buttons{
float:right;
height:40px;
}
.telf{
float:right;
height:40px;
}
.telf-cont{
height:33px;
background-color:#5c9f6c;
border-radius: 35px;
margin-left: 10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
padding-top:5px;
}
.telf-cont:hover{
background-color: #599967;
}
.telf-img{
width:20px;
height:23px;
background-image:url('/img/soc.jpg');
float:left;
background-position: -260px -3px;
margin: 0px 12px;
}
.telf-num{
padding-top:5px;
padding-right: 20px;
height:20px;
color:#FFF;
font-size:14px;
float:left;
}
.l1 li{
width:33px;
height:33px;
background-image:url('/img/soc.jpg');
float:left;
margin-right: 8px;
}
.l1 li a{
width:inherit;
height:inherit;
display:block;
}
.l1-1 {
background-position: 0px 0px;
}
.l1-2 {
background-position: -42px 0px;
}
.l1-3 {
background-position: -84px 0px;
}
.l1-4 {
background-position: -126px 0px;
}
.l1-5 {
background-position: -167px 0px;
}
.l1-6 {
background-position: -209px 0px;
}
.l1-1:hover {
background-position: 0px 0px;
}
.l1-2:hover {
background-position: -42px 0px;
}
.l1-3:hover {
background-position: -84px 0px;
}
.l1-4:hover {
background-position: -126px 0px;
}
.l1-5:hover {
background-position: -167px 0px;
}
.l1-6:hover {
background-position: -209px 0px;
}

.logo-menu{
width:100%;
height:80px;

}
.logo1{
width: 282px;
height: 51px;
float:left;
overflow:hidden;
}
.logo1 a img{
}

#menu-main{
height:45px;
margin-top: 5px;
float:right;
border-radius:11px;
background-color:#5c9e6b;
border-bottom:1px solid #43774e;
border-top:1px solid #528d60;
border-left:1px solid #498056;
border-right:1px solid #4a8157;
overflow:hidden;
}

#menu-main li{
width:116px;
height:45px;
float:left;
text-align:center;
box-sizing:border-box;
-moz-box-sizing:border-box;
background-image: url('/img/menu-sep.jpg');
background-position: right;
background-repeat: no-repeat;
}
#menu-main li:last-child{
background-image:none;
}
#menu-main li:hover{
background-color:#599967;
}
#menu-main li a{
color: #FFF !important;
text-decoration: none !important;
font-size: 14px !important;
line-height: 45px;
display:block;
width:100%;
height:45px;
}

.head-text{
width:410px;
float:left;
}

.he-te-title{
width:100%;
font-size: 41px;
color: #FFF;
font-weight: bold;
line-height: 1.3em;
}
.he-te-sub{
width:100%;
margin-top:30px;
color: #FFF;
font-size: 18px;
line-height: 1.3em;
}
.but1{
width:200px;
height:40px;
display: block;
margin-top: 35px;
background: #91b001; /* Old browsers */
background: -moz-linear-gradient(top,  #91b001 0%, #91b001 50%, #84a001 50%, #84a001 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91b001), color-stop(50%,#91b001), color-stop(50%,#84a001), color-stop(100%,#84a001)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #91b001 0%,#91b001 50%,#84a001 50%,#84a001 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #91b001 0%,#91b001 50%,#84a001 50%,#84a001 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #91b001 0%,#91b001 50%,#84a001 50%,#84a001 100%); /* IE10+ */
background: linear-gradient(to bottom,  #91b001 0%,#91b001 50%,#84a001 50%,#84a001 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b001', endColorstr='#84a001',GradientType=0 ); /* IE6-9 */

color:#FFF;
font-size:16px;
line-height: 40px;
text-align: center;

text-decoration: none;
border-top: 1px solid #647903;
border-left: 1px solid #7c9601;
border-right: 1px solid #779103;
border-bottom: 1px solid #6c8201;
border-radius: 6px;
}
.but1:hover{
color:#FFF;
cursor:pointer;
}
.but1:active{
background: #84a001; /* Old browsers */
background: -moz-linear-gradient(top,  #84a001 0%, #84a001 50%, #91b001 50%, #91b001 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84a001), color-stop(50%,#84a001), color-stop(50%,#91b001), color-stop(100%,#91b001)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #84a001 0%,#84a001 50%,#91b001 50%,#91b001 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #84a001 0%,#84a001 50%,#91b001 50%,#91b001 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #84a001 0%,#84a001 50%,#91b001 50%,#91b001 100%); /* IE10+ */
background: linear-gradient(to bottom,  #84a001 0%,#84a001 50%,#91b001 50%,#91b001 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a001', endColorstr='#91b001',GradientType=0 ); /* IE6-9 */

border-bottom: 1px solid #a0c00e;
border-right: 1px solid #a0c00e;
border-left: 1px solid #779103;
border-top: 1px solid #6c8201;

}

.head-pc2{
z-index: 10;
width: 615px;
float: left;
background-image:url('/img/pc.png');
height: 310px;
background-position: right;
background-repeat: no-repeat;
overflow:hidden;
}
.head-pc{
width: 615px;
float: left;
height: 310px;
}
.he-pc-sub{
color: #FFF;
font-size: 18px;
text-align: center;
width: 330px;
margin: 325px auto 0px auto;
font-weight: bold;
line-height: 1.3em;
margin-left: -120px;
margin-top: 280px;
}
.he-char{
z-index: 2;
width: 380px;
height: 238px;
margin-top:30px;
margin-left: 162px;
position: absolute;

padding: 11px 63px;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 5px;
}

.sub-text{
width:450px;
float:left;
color:#FFF;
}
.sub-te-title{
width:100%;
font-size:30px;
font-weight:bold;
}
.sub-te-sub{
font-size: 20px;
line-height: 1.3em;
margin-top: 15px;
}


.signup{
width:300px;
float:right;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
#sign-up{
width:100%;
}
#sign-up input{
width:100%;
height:35px;
margin-bottom:12px;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-radius: 5px;
padding: 2px 10px 0px 40px;
font-size: 16px;
color: #5c9e6b;

border-top: 1px solid #7db189;
border-left: 1px solid #e2eee5;
border-right: 1px solid #d9e8dc;
border-bottom: 1px solid #bed8c4;

background-image: url('/img/input.png');
background-position: left;
background-repeat: no-repeat;
}
.sign-up{
width:100%;
}
.sign-up input{
width:100%;
height:35px;
margin-bottom:12px;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-radius: 5px;
padding: 2px 10px 0px 40px;
font-size: 16px;
color: #5c9e6b;

border-top: 1px solid #7db189;
border-left: 1px solid #e2eee5;
border-right: 1px solid #d9e8dc;
border-bottom: 1px solid #bed8c4;

background-image: url('/img/input.png');
background-position: left;
background-repeat: no-repeat;
}
.sign2 input, textarea{
border-top: 1px solid #93bd9d !important;
border-left: 1px solid #90bb9a !important;
border-right: 1px solid #80b18b !important;
border-bottom: 1px solid #aecdb5 !important;
}
.sign2 textarea{
background-image:none;
padding:10px 15px;
height:140px;
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-radius: 5px;
font-size: 16px;
color: #5c9e6b;
}
.sign2 input{
background: none !important;
padding-left: 15px !important;
}
.sign3 input, textarea{
border-top: 1px solid #93bd9d !important;
border-left: 1px solid #90bb9a !important;
border-right: 1px solid #80b18b !important;
border-bottom: 1px solid #aecdb5 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #5c9e6b;
	font-size: 14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #5c9e6b;
	font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #5c9e6b;
	font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5c9e6b;
	font-size: 14px;
}

.page-form2{
width:1025px;
margin:0px auto;
border-radius:12px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
overflow:hidden;
box-shadow: 0px 0px 10px #666;
}
.page-form{
width:1025px;
margin:0px auto;
border-radius:12px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
overflow:hidden;
height:1640px;
box-shadow: 0px 0px 10px #666;
}
.page-pre-title{
font-size:18px;
color:#FFF;
width:100%;
height:60px;
line-height:60px;
text-align: center;
margin-top:-130px;
font-weight: bold;
}

.pa-1{
width:100%;
height:460px;
padding:0px 70px;
background-color:#FFF;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-bottom:1px solid #d6e1d8;
}
.p1-title{
text-align: center;
font-size: 28px;
width:100%;
height:120px;
line-height:120px;
color:#181818;
display:block;
font-weight:400;
}
.p1-last{
text-align: center;
font-size: 18px;
width:100%;
height:65px;
line-height:80px;
color:#5c9e6b;
font-weight: bold;
display:block;
}
.p1-ims{
width:100%;
margin-top:10px;
}
.p1-im{
width:250px;
text-align:center;
margin-right:65px;
float:left;
}
.p1-im:last-child{
margin-right:0px;
}



.p1-im-image{
width: 80px;
height: 80px;
margin: 0px auto;
background-image:url('/img/p1.png');
background-position: center;
background-repeat: no-repeat;
}
.p1-text{
text-align: justify;
line-height: 1.3em;
color: #4c8459;
margin-top: 10px;
}


.pa-2{
width:100%;
height:630px;
padding:0px 70px;
background-color:#4c8459;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-top:1px solid #376f43;
border-bottom:1px solid #3c7449;
}

.p2-im-image{
width: 85px;
height: 80px;
margin: 0px auto 10px auto;
background-image:url('/img/p21.png');
background-repeat: no-repeat;
}
.p2-c{
color:#FFF !important;
margin-top: 10px;
}
.p2-c1{
font-size:18px !important;
font-weight:bold !important;
}
.p2-c2{
line-height: 60px !important;
height: 60px !important;
}

.p2-l1:hover .p2-m1{
background-position: -1px -893px !important;
}
.p2-l2:hover .p2-m2{
background-position: -3px -1012px !important;
}
.p2-l3:hover .p2-m3{
background-position: -2px -1494px !important;
width:50px;
height:58px;
}
.p2-l4:hover .p2-m4{
background-position: -2px -1126px !important;
width: 70px;
height:72px;
}
.p2-l5:hover .p2-m5{
background-position: -4px -1283px !important;
width: 70px;
height: 92px;
}
.p2-l6:hover .p2-m6{
background-position: -2px -1617px !important;
width: 76px;
height:92px;
}

.p2-m1{
background-position: -1px 5px;
height: 55px;
width:81px;
}
.p2-m2{
background-position: -3px -114px;
height: 55px;
width:84px;
}
.p2-m3{
background-position: -4px -596px;
height: 58px;
width: 46px;
}
.p2-m4{
background-position: -5px -228px;
width: 64px;
height:72px;
margin-top: 20px;
}
.p2-m5{
background-position: -5px -385px;
width: 68px;
height: 92px;
}
.p2-m6{
background-position: -5px -719px;
width: 70px;
height:92px;
}

.p2-l11:hover .p2-m11{
background-position: -1px -953px !important;
}
.p2-l22:hover .p2-m22{
background-position: -3px -1072px !important;
}
.p2-l33:hover .p2-m33{
background-position: -2px -1560px !important;
width:50px;
height:58px;
}
.p2-l44:hover .p2-m44{
background-position: 0px -1200px !important;
width: 70px;
height:72px;
}
.p2-l55:hover .p2-m55{
background-position: -4px -1390px !important;
width: 70px;
height: 92px;
}
.p2-l66:hover .p2-m66{
background-position: -2px -1703px !important;
width: 76px;
height: 82px;
margin-top: 10px;
}

.p2-m11{
background-position: -1px -55px;
height: 55px;
width:81px;
}
.p2-m22{
background-position: -3px -174px;
height: 55px;
width:84px;
}
.p2-m33{
background-position: -4px -662px;
height: 58px;
width: 46px;
}
.p2-m44{
background-position: -3px -302px;
width: 64px;
height:72px;
margin-top: 20px;
}
.p2-m55{
background-position: -5px -492px;
width: 68px;
height: 92px;
}
.p2-m66{
background-position: -5px -805px;
width: 70px;
height: 82px;
margin-top: 10px;
}




.p1-c1{
text-align:left;
line-height: 40px;
height: 55px;
margin-top: 35px;
}

.p1-c1:first-child{
margin-top: 0px;
}


.pa-3{
width:100%;
height:330px;
padding:0px 70px;
background-color:#FFF;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-top:1px solid #adc3b2;
}
.p3-img{
width:200px;
height:239px;
float:left;
background-image:url('/img/martin.png');
background-repeat: no-repeat;
background-position: -20px 0px;
}
.p3-text{
width:685px;
height:250px;
margin-top: 10px;
float:left;
}

.p3-c1{
height: 90px;
line-height: 90px;
}

.p3-trian{
width:12px;
height:100px;
float:left;
margin-right: -1px;
}
.p3-trian img{
margin-top: 65px;
position:absolute;
}
.p3-box{
padding: 10px 40px;
height: 170px;
width:674px;
float:left;
border-left:1px solid #ececec;
border-top:1px solid #ebebeb;
border-right:1px solid #e0e0e0;
border-bottom:1px solid #dedede;
border-radius: 12px;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.p3-line{
width:100%;
height:1px;
margin-top: 10px;
background-color:#7db189;
border-top:1px solid #deece1;
}
.p3-quo{
width:100%;
}
.p3-quo img{
display:block;
margin:0px auto;
margin-top: -10px;
}
.p3-sent{
width:100%;
height:20px;
text-align:center;
}
.p3-name{
font-size:13px;
color:#747474;
font-weight:bold;
height: 15px;
}
.p3-ocu{
font-size:13px;
color:#747474;
}

.p3-c2{
font-size:14px;
color:#8a8a8a;
margin:25px 0px 37px 0px;
line-height: 20px;
}

.p4-c1{
height:220px;
border-top: 1px solid #336a40;
}
.p4-c2{
line-height: 35px;
height: 75px;
margin-top: 35px;
margin-bottom: 25px;
}
.p4-c3{
margin: 0px auto;
width: 120px;
}
.p4-c4{
width: 80px;
left: 0;
bottom: 15px;
position: absolute;
height: 25px;
font-size: 12px;
line-height: 25px;
}
.p4-c5{
margin: 0px auto;
width: 100%;
}

.foot-c1{
height:500px;
background-color:#FFF;
}
.foot-c2{
border-top: 1px solid #EFEEEE;
}
.f1{
width:100%;
height:225px;
box-sizing:border-box;
-moz-box-sizing:border-box;
padding:25px 70px;
}
.f2{
width:100%;
height:50px;
border-top:1px solid #efeeee;
border-bottom:1px solid #efeeee;
padding:5px 70px 0px 70px;
box-sizing:border-box;
-moz-box-sizing:border-box;
text-align:center;
}
.f3{
width:100%;
height:200px;
border-top:1px solid #f5f5f5;
padding:0px 70px;
box-sizing:border-box;
-moz-box-sizing:border-box;
}

.f1-box{
width:250px;
text-align:left;
margin-right:65px;
float:left;
}
.f1-box:last-child{
margin-right:0px;
}
.f1-title{
width:100%;
margin-bottom: 20px;
font-size:20px;
color:#4c8459;
}
.f1-list li{
margin-bottom: 10px;
font-size:13px;
color:#8d8d8d;
}
.f1-list li a{
color:#8d8d8d;
}
.f1-list li a:hover {
color:#5b9e6b;
}

.f2-social{
width: 220px;
margin:0px auto;
}
.f2-social a div{
height:20px;
width:20px;
margin:10px 20px 10px 0px;
background-image:url('/img/social.jpg');
background-repeat: no-repeat;
float:left;
}
.f2-social a:last-child div{
margin-right:0px;
}

.f21{
background-position: 0px 0px;
}
.f21:hover{
background-position: 0px -21px;
}
.f22{
background-position: -42px 0px;
}
.f22:hover{
background-position: -42px -21px;
}
.f23{
background-position: -82px 0px;
}
.f23:hover{
background-position: -82px -21px;
}
.f24{
background-position: -122px 0px;
}
.f24:hover{
background-position: -122px -21px;
}
.f25{
background-position: -162px 0px;
}
.f25:hover{
background-position: -162px -21px;
}
.f26{
background-position: -202px 0px;
}
.f26:hover{
background-position: -202px -21px;
}


.foot2{
width:100%;
height:50px;
border-top: 1px solid #efeeee;
border-bottom: 1px solid #efeeee;
}


.f31{
width:380px;
height:16px;
margin:0px auto;
padding-top: 30px;
}
.f3-list{

}
.f3-list li{
height:12px;
padding:0px 5px;
float:left;
border-left:1px solid #e9e8e8;
border-right:1px solid #bcbaba;
}
.f3-list li a{
color:#a6a3a3;
font-size: 13px;
}
.f3-list li a:hover{
color:#5b9e6b;
}

.f3-list li:first-child{
border-left:none;
}
.f3-list li:last-child{
border-right:none;
}
.f31-c1{
width: 315px;
padding-top: 40px;
}

.f33{
width:40px;
height:48px;
margin:35px auto 50px auto;
background-image:url('/img/ori.jpg');
background-repeat: no-repeat;
}





.ser1-title{
width:100%;
text-align:center;
font-size:36px;
color: #FFF;
}
.ser2-title{
width:100%;
text-align:center;
font-size: 38px;
color: #FFF;
height: 35px;
line-height: 35px;
}
.ser1-desc{
width:100%;
text-align:center;
font-size:16px;
color: #FFF;
height: 60px;
line-height: 1.3em;
margin-top: 22px;
}

.ser1-c1{
background-color: #FFF;
height:585px;
}
.ser1-c2{
color:#4c8459;
}
.ser1-c3{
background-color: #FFF;
height:auto;
}
.ser1-c4{
background-color: #FFF;
height:auto;
padding: 50px 70px 70px 70px;
}
.ser1-c5{
padding-top: 0px;
}
.ser1-c6{
padding: 50px 70px 40px 70px;
border-bottom:11px solid #5c9e6b;
}
.ser1-c7{
padding-top:55px;
}
.ser1-c8{
padding-top:10px;
}


.servint-sidebar{
width:240px;
margin:50px 20px 20px 0px;
float:left;
display:inline-block;
}
.servint-main{
width:625px;
margin:50px 0px 20px 0px;
display:inline-block;
}
.servint-main, .servint-sidebar{
min-height:400px;
height:auto;
}
.servint-sidebar2{
width:240px;
margin:50px 20px 20px 0px;
float:left;
display:inline-block;
}
.servint-main2{
width:625px;
margin:50px 0px 20px 0px;
display:inline-block;
}

.serv-menu1 ul li{
width:100%;
border-bottom:1px solid #e7e6e6;
}
.serv-menu1 ul li:last-child{
border-bottom:none;
}
.serv-menu1 ul li a{
font-size:13px;
color:#838383;
height:31px;
line-height:31px;
padding-left:20px;
}
.serv-menu1 ul li:hover a{
color:#4c8459;
}
.current_page_item a{
color:#4c8459 !important;
}
.servint-main article header{
display:none;
}
.pa-2 article header{
display:none;
}
.get{
height:40px;
line-height:40px;
font-size:20px;
color:#4c8459;
text-align:center;
}


.res-item{
width:100%;
margin-bottom:80px;
}
.res-item:last-child{
margin-bottom:0px;
}
.res-img{
width:160px;
margin-right:30px;
float:left;
display:inline-block;
}
.res-img img{
border-radius: none;
box-shadow: none;
}
.res-text{
width:695px;
height:190px;
display:inline-block;
position:relative;
}
.res-title{
font-size: 18px;
color: #4c8459;
line-height: 1.4em;
}
.res-desc{
font-size: 13px;
color: #747474;
line-height: 1.6em;
margin-top: 5px;
}

.ab-desc{
width:100%;
text-align: justify;
font-size: 13px;
line-height: 1.6em !important;
color:#747474;
}

.con-c1{
float:right;
margin: 50px 0px 20px 20px;
}
.con-c2{
margin-top:0px;
position: relative;
}

.con-title{
text-align: center;
font-size: 36px;
width: 100%;
line-height: 40px;
color: #4C8459;
margin-top: 50px;
margin-bottom: 30px;
}
.con-h1{
font-size: 24px;
width: 100%;
line-height: 30px !important;
color: #4c8459;

}

.int-title{
color: #4c8459;
font-size: 20px;
margin-bottom: 15px;
display: block;
}
.int-sub{
color: #4c8459;
font-size: 16px;
font-style:italic;
margin-bottom: 8px;
display: block;
}
.int-text{
text-align: justify;
font-size: 13px;
line-height: 1.6em;
color: #747474;
}

.con-c3{
font-size: 18px;
text-align: center;
}
.con-c4{
font-size: 19px;
text-align: left;
line-height: 1.3em;
}
.con-c5{
font-size: 19px !important;
margin-bottom:40px !important;
}
.con-c6{
width:130px;
}
.con-c7{
margin-bottom:50px !important;
}

.addthis_toolbox{
bottom:0;
left:0;
}
.addthis_button_facebook_like{
margin-right: 30px;
}

.drop{
width: 100%;
height: 35px;
overflow: hidden;
background: url('/img/arrow.jpg') no-repeat right #FFF;
background-position: 98% 1px;
margin-bottom:15px;
}
.drop select{
background: transparent;
border-radius: 5px;
width: 100%;
padding: 2px 35px 0px 13px;
font-size: 16px;
color: #5c9e6b;
height: 35px;
-webkit-appearance: none;
border-top: 1px solid #93bd9d !important;
border-left: 1px solid #90bb9a !important;
border-right: 1px solid #80b18b !important;
border-bottom: 1px solid #aecdb5 !important;
}
.drop select option{
width: 100%;
padding: 2px 10px 0px 13px;
font-size: 16px;
color: #5c9e6b;
height: 35px;
}
.drop-title{
font-size:16px;
width:100%;
color:;
}


.servint-main .entry-page-image{
width:260px;
height:auto;
float:right;
margin:100px 0px 0px 0px;
}
.servint-main .entry-page-image img{
width:210px;
height:auto;
margin-right: 15px;
display: block;
float: right;
}


/*Our process*/
.pro-c1{
font-size:49px;
font-family: 'titillium web';
height: 80px;
line-height: 40px;
}
.band{
width:610px;
height:100px;
background:url('/img/band.png') no-repeat;
margin:0px auto;
}
.band-top{ 
width:100%;
height:65px;
line-height:55px;
text-align:center;
color: #FFF;
font-size: 32px;
font-family: 'titillium web';
}
.band-bottom{
width:100%;
height:35px;
line-height:40px;
text-align:center;
color: #4c8459;
font-size: 30px;
font-family: 'titillium web';
}

.pimage{
background:url('/img/process.png') no-repeat;
}
.pro-1{
width:100%;
height:675px;
background-color:#4c8459;
border-top: 1px solid #508B5E;
border-bottom: 1px solid #589867;
position:relative;
}
.pro-down1{
width:34px;
height:40px;
margin: 0px auto;
overflow: hidden;
margin-top: -1px;
}
.pro-down1 img{
margin-left:-75px;
}
.pro-step1{
width:115px;
margin:0px auto;
height:42px;
overflow: hidden;
margin-top: 15px;
}
.pro-step-text{
float:left;
font-size: 32px;
color: #FFF;
line-height: 36px;
}
.pro-step-img{
width:39px;
height:40px;
float:left;
overflow: hidden;
margin-left: 10px;
}
.pro-logo1{
width:40px;
height:55px;
margin: 0px auto;
overflow: hidden;
margin-top:20px;
}
.pro-logo1 img{
margin-left: -108px;
margin-top: -172px;
}
.pro-back{
position: absolute;
width: 145px;
height: 473px;
overflow: hidden;
top: 8px;
left: 0px;
}
.pro-back img{
margin-left: -274px;
margin-top: -539px;
}

.pro-title{
width:100%;
text-align:center;
font-size:31px;
margin-top: 35px;
color: #FFF;
}
.pro-text{
width:740px;
margin:0px auto;
margin-top: 40px;
color: #FFF;
}
.pro-mes2{
width:160px;
float:left;
height:100px;
background-color:#518b5c;
border-radius: 15px;
border-bottom-right-radius: 0;
padding: 13px;
padding-top: 10px;
box-sizing: border-box;
-moz-box-sizing:border-box;
line-height: 1.4em;
font-size: 14px;
position: relative;
}
.pro-mes21{
width:66px;
height:42px;
overflow:hidden;
position: absolute;
right: 0;
top: 100px;
}
.pro-mes2 img{
margin-left: -177px;
margin-top: 0px;
}

.pro-lado{
width:560px;
float:right;
height:80px;
}
.pro1-list{

}
.pro1-list li{
padding-left:20px;
margin-bottom: 5px;
font-size: 15px;
font-weight: 200;
}
.pro1-list li div{
height:12px;
width:12px;
margin-left: -20px;
margin-top: 1px;
overflow: hidden;
float: left;
background:url('/img/process.png') no-repeat;
background-position: -283px -42px;
}
.pro-la-tit{
font-size: 20px;
margin-bottom:10px;
}

.pro-mes1{
width:352px;
float:left;
height:85px;
background-color:#518b5c;
border-radius: 15px;
border-bottom-left-radius: 0;
padding: 13px;
padding-top: 10px;
box-sizing: border-box;
-moz-box-sizing:border-box;
line-height: 1.5em;
font-size: 15px;
position: relative;
margin-top: 10px;
font-weight: 200;
}
.pro-mes11{
width:66px;
height:42px;
overflow:hidden;
position: absolute;
left: 0;
top: 85px;
}
.pro-mes1 img{
margin-left: -109px;
margin-top: 0px;
}


.pro-2{
width:100%;
height:620px;
background-color:#5c9e6b;
border-bottom: 1px solid #568B62;
position:relative;
}
.pro2-c1 img{
margin-left:-40px;
}
.pro2-c2{
width:40px;
}
.pro2-c2 img{
margin-top: -40px;
}
.pro2-c3{
width: 67px;
height: 58px;
margin-top: 25px;
}
.pro2-c3 img{
margin-left: -42px;
margin-top: -40px;
}
.pro2-c4{
margin-top: 25px;
}
.pro2-c5{
width: 190px;
height: 350px;
top: 100px;
right: 0px;
left:auto;
}
.pro2-c5 img{
margin-left: -222px;
margin-top: -190px;
}
.pro2-c6{
width:600px;
margin-top: 15px;
}
.pro2-c7{
float:none;
}
.pro2-c8{
border-bottom-left-radius: 15px;
border-bottom-right-radius: 0px;
background-color:#589665;
line-height: 1.2em;
padding-top: 12px;
padding-left: 15px;
font-family: 'Titillium web';
width: 275px;
}
.pro2-c9{
right:0;
left:auto;
height: 41px;
}
.pro2-c9 img{
margin-left: -243px;
margin-top: 0px;
}
.pro2-c10 li{
font-family: 'titillium web';
font-size: 15px;
margin-bottom: 5px;
}
.pro2-c10 li div{
background-position: -283px -67px;
}
.pro2-c11{
font-size:21px;
font-family:'titillium web';
text-align:center;
color: #FFF;
margin-top: 30px;
margin-right: 25px;
line-height: 1.2em;
}



.pro-3{
width:100%;
height:1130px;
background-color:#4c8459;
position:relative;
}
.pro3-c1{
width: 115px;
margin-top: 58px;
}
.pro3-c2{
width: 41px;
}
.pro3-c2 img{
margin-top: -80px;
}
.pro3-c3{
width: 76px;
height: 65px;
margin-top: 25px;
}
.pro3-c3 img{
margin-left: -176px;
margin-top: -45px;
}
.pro3-c4{
margin-top:25px;
}
.pro3-c5{
width: 300px;
height: 304px;
top: 50px;
}
.pro3-c5 img{
margin-left: -191px;
margin-top: -1022px;
}
.pro3-c6{
font-size: 19px;
margin-top: 50px;
height: 20px;
line-height: 20px;
}

.pro3-box{
width:740px;
height:150px;
margin:0px auto;
position:relative;
margin-top:50px;
}
.pro3-tit{
width: 100%;
height: 30px;
line-height: 25px;
color: #FFF;
font-size: 19px;
}
.pro3-ul{
width: 102%;
height: 108px;
background-color: #56915E;
border-bottom: 6px solid #5F9C6A;
box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 12px 0px 0px 11px;
color: #FFF;
}
.pro3-ul ul li{
font-weight: 200;
}
.pro3-ul ul li div{
background-position: -283px -54px;
}
.pro3-arrow{
width:30px;
height:84px;
background-position: -252px -41px;
position:absolute;
overflow:hidden;
left: 50%;
margin-left: -15px;
z-index: 10;
}
.pro3-img{
width: 66px;
height: 62px;
background-position: -160px -109px;
position: absolute;
overflow: hidden;
left: -76px;
top: -34px;
}
.pro3-c7{
margin-top: 35px;
}
.pro3-c8{
background-position: -226px -125px;
top: -32px;
}
.pro3-c9{
background-position: -160px -109px;
}



.pro4-c1 img{
margin-top: -122px;
}
.pro4-c1{
width: 41px;
}
.pro4-c2{
width: 64px;
}
.pro4-c2 img{
margin-left: -148px;
margin-top: -171px;
}
.pro4-c3{
margin-top: 10px;
}
.pro4-c4{
margin-top: 20px;
}
.pro4-c5{
width: 665px;
}
.pro4-c6{
margin-right: 37px;
}
.pro4-c7{
width: 188px;
height: 310px;
}
.pro4-c7 img{
margin-left: 0px;
margin-top: -1014px;
}
.pro4-c8{
width: 186px;
margin-top: 25px;
}
.pro4-c9{
width: 269px;
height: 173px;
background-position: 0px -840px;
position: absolute;
margin-left: 210px;
margin-top: 25px;
}
.pro4-c10{
border-bottom:none;
}


.pro5-c1{
width: 42px;
}
.pro5-c1 img{
margin-top: -163px;
}
.pro5-c2{
width: 66px;
height: 66px;
}
.pro5-c2 img{
margin-left: -109px;
margin-top: -43px;
}
.pro5-c3{
width: 685px;
}
.pro5-c4{
width:100%;
float:none;
height: 130px;
}
.pro5-c4 .pro1-list{
margin-top: 20px;
}
.pro5-c5{
margin-top: 25px;
}
.pro5-c6{
width: 260px;
height: 283px;
top: 18px;
}
.pro5-c6 img{
margin-left: 0px;
margin-top: -556px;
}
.pro5-c7{
width: 488px;
height: 150px;
background-position: 0px -1324px;
overflow: hidden;
margin: 0px auto;
margin-top: 35px;
}
.pro5-c8{
height: 660px;
border-bottom:none;
}


.pro6-c1 img{
margin-top: -204px;
}
.pro6-c1{
width: 42px;
}
.pro6-c2{
width: 50px;
height: 60px;
margin-top: 15px;
}
.pro6-c2 img{
margin-left: -109px;
margin-top: -111px;
}
.pro6-c3{
width: 520px;
height: 270px;
background-position: 0px -1473px;
overflow: hidden;
margin: 0px auto;
margin-top: 50px;
}
.pro6-c4{
margin-top: 40px;
margin-right:50px;
}
.pro6-c5{
margin-top: 30px;
}
.pro6-c6{
margin-top: 5px;
}
.pro6-c7{
height: 760px;
border-bottom:none;
}
.pro6-c8{
height: 220px;
padding-top: 25px;
border-top:none;
}
.pro6-c9{
line-height: 35px;
height: 75px;
margin-bottom: 30px;
color: #FFF !important;
}
.pro6-c10{
width: 223px;
height: 310px;
top: 60px;
}
.pro6-c10 img{
margin-left: 0px;
margin-top: -246px;
}
/*
.bl-c1{
font-family:'titillium web';
}
*/
.bl-c1{
font-family:Helvetica;
}


/*blog*/
.rand-tit{
font-size: 19px;
color: #4C8459;
text-align: center;
margin-bottom:10px;
}
.rand-img{
width:100%;
height:190px;
margin:0px auto;
margin-bottom:10px;
text-align: center;
}
.rand-img img{
height:190px;
}
.serv-menu2{
margin-bottom:15px;
}
.serv-menu2 ul li{
width:100%;
border-bottom:1px solid #e7e6e6;
background: url('/img/li-ar.jpg') no-repeat;
}
.serv-menu2 ul li:last-child{
border-bottom:none;
}
.serv-menu2 ul li a{
font-size:14px;
color:#838383;
height:31px;
line-height:31px;
padding-left:20px;
}
.serv-menu2 ul li:hover a{
color:#4c8459;
}
.serv-menu2 ul li:hover{
background-position:0px -30px;
}
.serv-menu2 h2{
font-size: 19px;
color: #4C8459;
text-align: left;
margin-bottom: 15px;
font-weight: normal;
white-space: nowrap;
}

.serv-menu3{
margin-bottom:40px;
}
.serv-menu3 ul li{
width:100%;
border-bottom:1px solid #e7e6e6;
background: url('/img/li-ar.jpg') no-repeat;
white-space: nowrap;
overflow: hidden;
}
.serv-menu3 ul li:last-child{
border-bottom:none;
}
.serv-menu3 ul li a{
font-size:14px;
color:#838383;
height:31px;
line-height:31px;
padding-left:20px;
}
.serv-menu3 ul li:hover a{
color:#4c8459;
}
.serv-menu3 ul li:hover{
background-position:0px -30px;
}
.serv-menu3 h2{
font-size: 19px;
color: #4C8459;
text-align: left;
margin-bottom: 5px;
font-weight: normal;
white-space: nowrap;
}

#b-cont{
width:960px;
}
#main{
float: left;
width: 700px;
}
.blog{
height: 230px;
margin-bottom: 30px;
}
.blog-im{
width: 240px;
height: 165px;
float: left;
}
.blog-im a{
display:block;
}
.blog-im a:hover{
box-shadow: 0px 0px 10px #666;
}
.blog-te{
width: 385px;
height: 165px;
float: left;
box-sizing:border-box;
-moz-box-sizing:border-box;
padding-left: 20px;
}
.blog-tit{
width: 100%;
height: auto;
float: left;
margin-bottom: 10px;
font-size: 21px;
line-height: 1.2em;
}
.blog-tit a{
color: #181818;
text-transform:uppercase;
font-weight:400;
}
.blog-tit a:hover{
font-weight:bold;
letter-spacing: -0.1px;
}
.blog-desc{
width: 100%;
height: 100px;
float: left;
font-size: 14px;
color: #555;
margin-bottom: 23px;
line-height: 1.3em;
text-align: justify;
}
.blog-desc a{
text-decoration:none;
}
.blog-in{
width:100%;
height:35px;
line-height:35px;
margin:28px 0px 30px 0px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
font-size:12px;
color:#5a5a5a;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.blog-in2{
float:left;
font-size:13px;
color:#747474;
}
.re-more{
font-size:13px;
float:right;
height: 32px;
width: 72px;
background: url('/img/li-ar.jpg') no-repeat right bottom;
line-height: 35px;
color: #4C8459;
}

.port-nav{
width: 100%;
height: auto;
text-align: center;
margin: 20px 0px -10px 0px;
}
.page_nav .page-numbers{  
  padding:4px 8px;  
  margin:0px 4px;  
  border:1px solid gray;  
  color:#FFB134;    
}  
.page_nav .current{  
  border:1px solid #FFB134;  
  background-color:#FBEFDB;  
}  
.prev, .next{  
  border:none;  
  color: #4e4e4e !important;
  font-size:13px !important;
}  
.wp-paginate{  
padding: 0;
margin: 0;
}
.wp-paginate a {
border: 1px solid #9d9d9d;
color: #747474;
margin-right: 4px;
padding: 1px 5px;
font-size: 11px;
font-weight: bold;
text-align: center;
text-decoration: none;
}
.wp-paginate li {
display: inline;
list-style: none;
}
ol{
color: #636B73;
font-size: 13px;
padding-left: 0px;
list-style-position: outside;
line-height: 1.5em;
}
.wp-paginate .current {
color: #FFF;
background: #4C8459;
margin-right: 4px;
padding: 1px 5px;
font-size: 11px;
border: 1px solid #4C8459;
}
.wp-paginate a:hover, .wp-paginate a:active {
border-color: #4C8459;
color: #747474;
text-decoration: none;
}
.prev:hover, .next:hover {
color: #4C8459 !important;
}
.next {
border: none !important;
margin-left: 10px !important;
}
.prev {
border: none !important;
margin-right: 10px !important;
}
a {
text-decoration: none;
}
.current-cat a{
color: #4C8459 !important;
}


.post-img{
width:100%;
height: 250px;
margin-bottom: 25px;
margin-top: 25px;
}
.post-c1{
font-size: 36px;
height:auto;
margin-bottom:20px;
}
.entry-content{
font-size: 14px;
color: #555;
line-height: 1.3em;
text-align: justify;
}

#mailchimp1{
display:block;
line-height:0px !important;
}
#mailchimp1:hover{
background-color:#;
}


.cons-tit{
font-size: 15px;
color: #5C9E6B;
height: 25px;
line-height: 15px;
padding-left: 15px;
}

#he1{
width: 500px;
position:absolute;
margin-left:-140px;
}
#he2{
position:absolute;
padding-left:60px !important;
}
#he3{
position:absolute;
padding-left:60px !important;
}
#he4{
position:absolute;
padding-left:60px !important;
}
#he5{
position:absolute;
padding-left:60px !important;
}

.he-mes{
font-size:42px;
font-weight:bold;
position:absolute;
color:#FFF;
margin-left: 73px;
margin-top: 84px;
z-index: 20;
text-shadow: 0px 0px 10px #111;
}
#he11{
}
#he22{

}
#he33{

}
#he44{

}
.fadein div canvas{
position:absolute;
}
.fadein div{
display:none;
}

/*google maps*/
.mapcontainor{
position:relative;
}
.gmaps{
position:absolute;
right:0px;
top:-150px;
}

/*resources no-content*/
#message-no{
display:none;
font-size: 22px;
text-align: center;
}