/*
Theme Name: SPIC
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.2
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Ubuntu', sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:focus {
}

a:active,
a:hover {
	color:#082292;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 0 50px;
	padding: 0 0 5px;
	text-decoration: none;
	font-weight: 700; text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,0);
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

.nav-menu li li:hover > a {background-color: #f6f6f6; border-bottom: 1px solid #cccccc; color: #1e369b;}

.nav-menu .sub-menu,
.nav-menu .children {
	background:  rgba(255,255,255,1);
	padding: 0;
	position: absolute;
	left: 35px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #000000;
	margin: 0;
	width: 250px;
	padding: 8px 15px 6px;
	border-bottom: 1px solid #cccccc;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #f6f6f6;
	border-bottom: 1px solid #cccccc;
	color: #1e369b;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

.nav-menu .sub-menu .current_page_item > a,
.nav-menu .sub-menu .current_page_ancestor > a,
.nav-menu .sub-menu .current-menu-item > a,
.nav-menu .sub-menu .current-menu-ancestor > a {
	color: #1e369b;
	border-bottom: 1px solid #cccccc;
	background-color: #f6f6f6;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url("/source/223c2c2349ea74bf473c91c1603075bb/search-icon.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
	width: 40%;
}

/* Text widget */
.widget_text ul,
.widget_text ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

.widget_text li:last-child {
	padding-bottom: 0;
}

.widget_text li > ul,
.widget_text li > ol {
	margin-bottom: 0;
}

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
	padding: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url("/source/1de45b3f662b05b1195c975f66e8bd56/search-icon-2x.png");
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
	}
}

@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 */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}



/*
font-family: 'Ubuntu', sans-serif;
*/

*:focus {outline: 0;}
html { scroll-behavior: smooth;}
img {max-width:100%;}
body,h1,h2,h3,h4,ul,p { padding:0; margin:0;}

body {font-size: 16px; line-height: 1.7; color: #414141;}
.wrapper { max-width:1480px; margin:0 auto; position: relative;}

.site-header {position:fixed; clear:both; width: 100%; background: #ffffff; min-height: 85px; z-index: 2; transition: all 0.4s ease; box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);}
.site-header.sticky { min-height: 65px;}
.site-header .logo {float:left; width: 200px; padding-top: 10px;}
.site-header.sticky .logo {padding-top:6px;}
.site-header .logo img {width:153px;transition: all 0.4s ease;}
.site-header.sticky .logo img {width:133px; padding-top: 4px;} 
.site-header .navigation_area {float:left; padding: 28px 3000px 27px 260px; margin-right: -3260px; background: #142292;}
.site-header.sticky .navigation_area {padding:20px 3000px 20px 260px;}
.site-main { padding: 99px 0 0;}
.home_banner {clear:both; width: 100%; overflow: hidden;}
.home_banner .banner {width: 100%;}
.home_banner .banner img {margin: 0 auto;}
.home_banner .banner .banner_text {position:absolute; bottom: 150px; color: #ffffff; max-width: 860px;}
.home_banner .banner .banner_text h2 { font-size:60px; line-height: 1.2; text-shadow: 2px 2px 4px #000000; margin: 0 0 10px;}
.home_banner .banner .banner_text h3 { font-size:25px; line-height: 1.2; font-weight: 300; margin: 0 0 30px;}
.home_banner .banner .banner_text .btn_area {clear:both; width: 100%; overflow: hidden;}
.home_banner .banner .banner_text .btn_area a { font-weight:700; line-height: 50px; display: inline-block; background: #ffffff; border-radius: 35px; padding: 0 30px 0 34px; color: #000000;transition: all 0.4s ease;}
.home_banner .banner .banner_text .btn_area a:hover {background:rgba(255,255,255,0.7);}
.home_banner .banner .banner_text .btn_area a img {display:inline-block; margin: 0 0 0 10px; }
.home_banner .slick-prev, .home_banner .slick-next {width:35px; height: 35px; z-index: 1;}
.home_banner .slick-prev,.home_banner .slick-prev:hover {left:20px; background: url("/source/55bdc56e92695b7bfd11e946c1131f60/arrow-prev.png") no-repeat;transition: all 0.4s ease; background-size: cover;}
.home_banner .slick-next,.home_banner .slick-next:hover {right:20px; background: url("/source/ecdcc9c1ca7ea53cc8e2efae5493a6d5/arrow-next.png") no-repeat;transition: all 0.4s ease; background-size: cover;}
.home_banner .slick-prev::before, .home_banner .slick-next::before,.home_banner .slick-dots li button::before,.prodcuts_area .slick-dots li button::before {content: '';}
.home_banner .slick-prev:hover,.home_banner .slick-next:hover {opacity:0.5;}
.home_banner .slick-dots {bottom:30px;}
.home_banner .slick-dots li {height:13px; width: 13px; background:  #ffffff; border-radius: 50%; border: 2px solid #ffffff; }
.home_banner .slick-dots li.slick-active {background:none;} 
.home_banner.slick-dotted.slick-slider { margin-bottom: 80px; padding: 0 14px;}
.intro_area {clear:both; width: 100%; overflow: hidden; text-align: center; margin: 0 0 80px;}
.intro_area h1 {clear:both; width: 100%; font-size: 30px; font-weight: 700; color: #000000; margin: 0 0 10px;}
.intro_area p { margin: 0 auto 10px; max-width: 1100px;}
.intro_area .btn_area img:hover {margin-right:-5px;}
.home_productArea {clear:both; width: 100%; padding: 0 0 120px;}
.home_productArea h1 {clear:both; width: 100%; line-height: 65px; background: #142292; color:#ffffff; font-size: 26px; font-weight: 700; text-align: center; border-radius: 4px; margin: 0 0 30px;}
.home_productArea .column {padding:10px;}
.home_productArea .column .product_box {clear:both; width: 100%; text-align: center;}
.home_productArea .column a .product_box { color: #000000; padding: 10px;transition: all 0.4s ease;}
.home_productArea .column a .product_box img {margin:0 auto;}
.home_productArea .column a .product_box:hover {box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);}
.home_productArea .column a .product_box h2 { font-size:13px; text-transform: uppercase; font-weight: 400; line-height: 1.3; min-height: 34px;}
.home_productArea .slick-prev, .home_productArea .slick-next {top:auto; bottom: -30px; width: 33px; height: 16px;}
.home_productArea .slick-prev,.home_productArea .slick-prev:hover,.home_productArea .slick-prev:focus { background: url("/source/29f0bd40af5876078abd89b68637d114/arrow-black-left.png") no-repeat; left: 50%; margin-left: -38px;}
.home_productArea .slick-prev:hover {margin-left:-43px;}
.home_productArea .slick-next,.home_productArea .slick-next:hover,.home_productArea .slick-next:focus { background: url("/source/15d75519aa61d7fe586346f0c0f80423/arrow-black.png") no-repeat; right: 50%; margin-right: -38px;}
.home_productArea .slick-next:hover {margin-right:-43px;} 
.home_productArea .slick-prev::before,.home_productArea .slick-next::before {content: '';}
.home_servicesArea {clear:both; width: 100%; overflow: hidden; margin: 0 0 80px;}
.home_servicesArea .home_services  {clera:both; margin: 0 -10px;}
.home_servicesArea .home_services .column {float:left; width: 50%; padding: 0 10px 20px;}
.home_servicesArea .home_services .column h2 { font-size:25px; font-weight: 700; color: #082292; margin: 0 0 10px;}
.home_servicesArea .home_services .column > img {margin:0 0 20px;}
.home_servicesArea .home_services .column p {margin:0 0 10px;}
.home_servicesArea .home_services .column .btn_area img:hover {padding-left:5px;}
.home_videoArea {clear:both; width: 100%; overflow: hidden; margin: 0 0 80px;}
.home_videoArea .video_title {position:absolute; top: 50px; left: 12px; font-size:22px; font-weight: 700; color: #ffffff; line-height: 63px; padding: 0 50px 0 35px; background: #111852;}
.inner_page .home_videoArea {margin:0 0 20px;}
.inner_page .home_videoArea .video_title {top:30px;}
.home_bottomArea {clear:both; width: 100%; margin: 0 0 80px; float: left;}
.home_bottomArea .home_bottom {clear:both; margin: 0 -11px;}
.home_bottomArea .home_bottom .column {float:left; width: 50%; padding: 0 11px 20px;}
.home_bottomArea .home_bottom .column .bottom_box {position: relative; min-height: 396px; color: #ffffff;}
.home_bottomArea .home_bottom .column.market .bottom_box { clear: both; width: 100%; overflow: hidden; padding: 40px; background: #0EA1AD; }
.home_bottomArea .home_bottom .column h2 {clear:both; width: 100%; overflow: hidden; font-size: 25px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,0.5); margin: 0 0 20px; color: #ffffff;}
.home_bottomArea .home_bottom .column h2 span {float:right;}
.home_bottomArea .home_bottom .column.market .bottom_box .stock_box {margin:40px 0 0; width: 100%; overflow: hidden; float: left;}
.home_bottomArea .home_bottom .column.market .bottom_box .stock_box img {margin:7px 10px 0 0; float:left;}
.home_bottomArea .home_bottom .column.market .bottom_box .stock_box span.number {font-size:66px; font-weight: 300; float: left; line-height: 0.8; padding: 0 20px 0 0;}
.home_bottomArea .home_bottom .column.market .bottom_box .stock_box span.diff {float:left;font-size:18px; line-height: 1.3; padding: 5px 0 0;}
.home_bottomArea .home_bottom .column.market .bottom_box .stock_box span.difference {float:left; font-weight: 700;}
.home_bottomArea .home_bottom .column.market .bottom_box .stock_box span.percentage {float:left; clear: both;}
.home_bottomArea .home_bottom .column.market .bottom_box .market {clear:both; float:left; padding: 42px 0 0;}
.home_bottomArea .home_bottom .column.market .bottom_box .market {font-size:18px; font-weight: 700;}
.home_bottomArea .home_bottom .column.market .bottom_box .market .market_text {clear:both; width: 100%; overflow: hidden; margin: 0 0 8px;}
.home_bottomArea .home_bottom .column.market .bottom_box .market .market_text span {float:left; width: 250px; font-weight: 400;}
.home_bottomArea .home_bottom .column.market .bottom_box img.icon { position: absolute; right: 40px; bottom: 40px;}

.home_bottomArea .home_bottom .column.stock .bottom_box { clear: both; width: 100%; overflow: hidden; padding: 40px; background: #0EA1AD; }
.home_bottomArea .home_bottom .column.stock .bottom_box h2 { width: calc(100% - 100px); margin: 0 0 60px;}
.home_bottomArea .home_bottom .column.stock .bottom_box > img {position:absolute; right:30px; top: 40px;}
.home_bottomArea .home_bottom .column.stock .bottom_box .stockrow {font-size:22px; font-weight: 300; line-height: 1.3;}
.home_bottomArea .home_bottom .column.stock .bottom_box .stockrow span {font-weight:500; font-size: 26px;}
.home_bottomArea .home_bottom .column.stock .bottom_box .second_row {clear:both; width: 100%; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.5); padding: 0 0 30px; }
.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box {float:left; }
.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:first-child {padding:0 70px 0 0; border-right: 1px solid rgba(255,255,255,0.5); width: 25%;}
.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:nth-child(2) {padding:0 60px; border-right: 1px solid rgba(255,255,255,0.5); width: 50%;}
.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:last-child {padding:0 0 0 63px; float: right; text-align: right; width: 25%;}

.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row {clear:both; width: 100%; overflow: hidden; padding: 30px 0 0; }
.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row .row_box {float:left;} 
.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row .row_box:first-child {padding:0 70px 0 0; border-right: 1px solid rgba(255,255,255,0.5); width: 65%;}
.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row .row_box:last-child {padding:0 0 0 63px; float: right; text-align: right; width: 35%;}
.home_bottomArea .home_bottom .column.stock .bottom_box .btn_area { position:absolute; bottom: 15px; right: 40px;}
.home_bottomArea .home_bottom .column.stock .bottom_box .btn_area:hover {right:35px;}
.home_bottomArea .home_bottom .column.corporate .bottom_box {background:#111852;}
.home_bottomArea .home_bottom .column.corporate h3 {position:absolute; top: 30px; left: 35px; font-size:30px; font-weight: 700; max-width: 250px; line-height: 1.2; color: #000000;}
.home_bottomArea .home_bottom .column.corporate .corporate_text {position:absolute; bottom: 0; left: 0; background:#111852; padding: 20px 30px 20px; font-size: 17px; font-weight: 500;}
.home_bottomArea .home_bottom .column.corporate .corporate_text img {float:right; padding: 5px 0 0;margin-right:-10px;}
.home_bottomArea .home_bottom .column.corporate .corporate_text img:hover {margin-right:-15px;}
.home_bottomArea .home_bottom .column.careers .bottom_box {background:#E77212;}
.home_bottomArea .home_bottom .column.careers .bottom_box > img {float:left; margin-top: -12px;}
.home_bottomArea .home_bottom .column.careers .bottom_box .home_career {float:left; width: calc(100% - 276px); padding: 100px 40px 0 26px;}
.home_bottomArea .home_bottom .column.careers .bottom_box .home_career h2 {font-size:30px;}
.home_bottomArea .home_bottom .column.careers .bottom_box .home_career p {font-size:22px; font-weight: 300; line-height: 1.3}
.home_bottomArea .home_bottom .column.careers .bottom_box .btn_area {position:absolute; right: 20px; bottom: 20px;}
.home_bottomArea .home_bottom .column.careers .bottom_box .btn_area:hover {right:15px;}
.home_bottomArea .home_bottom .column.news .bottom_box {background:#2160C7; padding: 20px 40px;}
.home_bottomArea .home_bottom .column.news .bottom_box h2 {font-size:30px;}
.home_bottomArea .home_bottom .column.news .bottom_box .news_row {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.home_bottomArea .home_bottom .column.news .bottom_box .news_row:nth-child(4) {margin:0;}
.home_bottomArea .home_bottom .column.news .bottom_box .news_row h3 { font-size:18px; font-weight: 300; line-height: 1.3; margin-bottom: 5px;}
.home_bottomArea .home_bottom .column.news .bottom_box .news_row h3 a {color:#ffffff;}
.home_bottomArea .home_bottom .column.news .bottom_box .news_row h3 a:hover {color:#DBE8FE;}
.home_bottomArea .home_bottom .column.news .bottom_box .news_row .news_portal {font-size:16px; font-weight: 700;}
.home_bottomArea .home_bottom .column.news .bottom_box .more_area {position:absolute; right: 20px; bottom: 20px;}
.home_bottomArea .home_bottom .column.news .bottom_box .more_area:hover {right:15px;}
.home_bottomArea .home_bottom .column.services .bottom_box {background:url("/source/353c1cdc972ee60a4260acfaa6b713b3/img-agricultural-services-box.jpg") no-repeat center top; background-size: auto; padding: 30px;}
.home_bottomArea .home_bottom .column.services .bottom_box .home_career h2 {font-size:30px; color: #000000; border: none;}
.home_bottomArea .home_bottom .column.services .bottom_box .more_area {position:absolute; right:20px; bottom: 20px;}
.home_bottomArea .home_bottom .column.services .bottom_box .more_area:hover {right:15px;}
.home_bottomArea .home_bottom .column.about .bottom_box {background:url("/source/2af604b94d71cfd0ba63b051c81bd886/img-about-box.jpg") no-repeat left top; background-size: auto; padding: 30px;}
.home_bottomArea .home_bottom .column.about .bottom_box h2 {font-size:30px; color: #ffffff; }
.home_bottomArea .home_bottom .column.about .bottom_box p { font-size:24px; max-width: 420px; line-height: 1.4;}
.home_bottomArea .home_bottom .column.about .bottom_box .more_area {position:absolute; right:20px; bottom: 20px;}
.home_bottomArea .home_bottom .column.about .bottom_box .more_area:hover {right:15px;}
.site-footer {clear:both; width: 100%; overflow: hidden; color: #ffffff; padding: 50px 0 0; text-align: center; line-height: 28px;}
.site-footer .footer_logo {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px;}
.site-footer .footer_linksCover {clear:both; width: 100%; overflow: hidden; background: #142292; padding: 30px 0;}
.site-footer .footer_links {font-size:16px;}
.site-footer .footer_links a {color:#ffffff; padding: 0 30px; font-weight: 600;}
.site-footer .footer_links a:hover { color:#d6dcf3;}
.site-footer .copyright {clear:both; width: 100%; overflow: hidden; background: #1927a2; font-size:13px; padding: 15px 0; font-weight: 300;}
.site-footer .copyright .left{float:left; width: 40%; text-align: left;}
.site-footer .copyright .center {float:left; width: 20%;}
.site-footer .copyright a {color:#ffffff; padding: 0 5px;}
.site-footer .copyright a:hover {color:#DBE8FE;}
.site-footer .copyright .right{float:left; width: 40%; text-align: right;}
.site-footer .copyright .right span {width:19px; height: 1px; background: #ffffff; display: inline-block; vertical-align: middle;}
.inner_banner {clear:both; width: 100%; overflow: hidden; min-height: 242px; border-left:14px solid #ffffff; border-right: 14px solid #ffffff;}
.breadcrumb {clear:both; width: 100%; overflow: hidden; padding: 14px 0 80px; border-left:14px solid #ffffff; border-right: 14px solid #ffffff;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items {width:100%; text-align: center; border-radius: 0; padding: 0 20px;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li { padding: 0 5px; line-height: 38px; margin: 0;}
.center_text {clear:both; width: 100%; overflow: hidden; text-align: center; margin: 0 0 80px; } 
.about .center_text {margin: 0 auto 80px; max-width: 1200px;}
.abc .center_text p {text-align:center;}
.inner_page h1 {font-size:30px; font-weight: 700; color: #000000; margin: 0 0 30px; line-height: 1.3; text-align: center;}
.inner_page .product_page h1 {margin:0 0 60px;}
.inner_page h2 {font-size:28px; font-weight: 700; color: #000000; margin: 0 0 30px; line-height: 1.3;}
.img_text {clear:both; width: 100%; overflow: hidden; margin: 0 0 80px; display: flex; align-items: center;}
.img_text .img_left {float:left; width: 50%;}
.img_text .text_right {float:left; width: 50%; padding: 0 0 0 40px;}
.img_text .text_right h2 {color: #142292;}
.img_text .text_right p {font-size:18px;}
.green_box {clear:both; width: 100%; overflow: hidden; text-align: center; color: #ffffff; background: #869519; padding: 60px 150px; margin: 0 0 80px;}
.green_box h3 { font-size:28px; font-weight: 700; line-height: 1.5; margin: 0 0 30px;}
.green_box h3:last-child {margin:0;}
.prodcuts_menuArea {clear:both; width: 100%; overflow: hidden; margin: 0 0 80px;}
.prodcuts_menuArea ul {margin:0 -2px; list-style: none;}
.prodcuts_menuArea ul li {float:left; width: 16.66%; padding: 0 2px 14px;}
.prodcuts_menuArea ul li a {background: #86951B; color: #ffffff; font-size: 15px; font-weight: 700; line-height: 1.2; padding: 5px 8px; min-height: 75px; display: flex; align-items: center; border-radius: 6px;transition: all 0.4s ease;}
.prodcuts_menuArea ul li.current-menu-item a,.prodcuts_menuArea ul li a:hover { background: #142292;}
.products.slick-initialized .slick-slide {padding:10px;}
.products.slick-initialized .slick-slide a { padding: 20px; display: block; text-align: center;}
.products.slick-initialized .slick-slide a:hover,.products.slick-initialized .slick-slide.ui-tabs-active a {box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);}
.products.slick-initialized .slick-slide a img {margin:0 0 20px;}
.products.slick-initialized .slick-slide a h4 {clear:both; width: 100%; overflow: hidden; font-size:16px; font-weight: 400; line-height: 1.3; color: #000000; min-height: 42px;}
.products.slick-initialized .slick-slide a h4 span {font-weight:300; display: block; width: 100%;}
.products .slick-dots li {width:8px; height:8px; background: #C8CFD3; border-radius: 50%;}
.products .slick-dots li.slick-active { background:#2556B4;}
.products .slick-prev, .products .slick-next { width:21px; height: 43px; opacity: 0.5;}
.products .slick-prev,.products .slick-prev:hover {background:url("/source/202aab731abb01b6da49f6f4515366bf/arrow-left.png") no-repeat; left: 0;}
.products .slick-prev:hover,.products .slick-next:hover {opacity:1;}
.products .slick-next,.products .slick-next:hover {background:url("/source/02b93bb78f06ccef9f674335398190c7/arrow-right.png") no-repeat; right: 0;}
.products .slick-prev::before, .products .slick-next::before {content:'';}
.products.slick-slider { margin: 0 auto 100px !important; padding: 0 30px;}
.prodcuts_area .product_cover {clear:both; width: 100%; overflow: hidden; margin: 0 0 200px;}
.prodcuts_area .product_cover .product_img {float:left; width: 550px;}
.prodcuts_area .product_cover .product_img .packing_area { clear: both; width: 100%; overflow: hidden; text-align: center; margin: 30px 0 0;}
.prodcuts_area .product_cover .product_img .product_photo { clear: both; width: 100%; text-align: center; margin: 30px 0;}
.prodcuts_area .product_cover .product_text {float:left; width: calc(100% - 550px); padding: 0 0 0 100px;}
.prodcuts_area .product_cover .product_text h2 {font-size:32px; color: #152393; margin: 0 0 20px;}
.prodcuts_area .product_cover .product_text .product_info {clear:both; width: 100%; overflow: hidden; color:#86951B; line-height: 1.5; margin: 0 0 30px;}
.prodcuts_area .product_cover .product_text .application_area {clear:both; width: 100%; overflow: hidden; background: #E4EFEF; border-radius: 6px; margin: 0 0 30px; display: flex;}
.prodcuts_area .product_cover .product_text .application_area .application_title {float:left; width: 200px; background: #152393; color: #ffffff; vertical-align: middle; display: flex; align-items: center; padding: 20px; font-weight: 700;}
.prodcuts_area .product_cover .product_text .application_area .application_title img {margin:0 10px 0 0;}
.prodcuts_area .product_cover .product_text .application_area .application_text {float:left; width: calc(100% - 200px); padding: 20px;}
.prodcuts_area .product_cover .product_text ul {list-style:disc; margin: 0 0 30px 20px;}
.prodcuts_area .product_cover .product_text ul:last-child {margin:0 0 0 20px;}
.prodcuts_area .product_cover .product_text .product_description {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px;}
.prodcuts_area .product_cover .product_text h3 { font-size:16px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase;}
.prodcuts_area .product_cover .product_text p {margin:0 0 20px;}
.prodcuts_area .product_cover .product_text p:last-child {margin:0;}
.investors .heading {clear:both; width: 100%; overflow: hidden; margin: 0 0 10px;}
.investors .share_area {clear:both; width: 100%; max-width: 600px; margin: 0 auto 100px;}
.investors .share_area .row {clear:both; width: 100%; overflow: hidden; border-radius: 5px; margin: 0 0 10px; background: #EDF5F5; padding: 14px 20px;}
.investors .share_area .row:nth-child(even) { background: #FAFAFA;}
.investors .share_area .row .title {float:left; width: 50%;}
.investors .share_area .row .value {float:left; width: 50%;}
.investors_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.investors_area h2 {clear:both; width: 100%; overflow: hidden; text-align: center; font-weight: 500; font-size:24px; color: #142292;}
.investors_area .row {clear:both; width: 100%; padding:5px; float: left; }
.investors_area .row .investor_cover {clear:both; float: left; width: 100%; border-radius: 5px; background: #EDF5F5; padding: 14px 20px;}
.investors_area .row:nth-child(even) .investor_cover { background: #FAFAFA;}
.investors_area .row a:hover .investor_cover { background: #ffffff; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);}
.investors_area .row .title { float:left; width: calc(100% - 230px); color: #000000; padding-right:40px;}
.investors_area .row .bnt_pdf {float:left; width: 230px; text-align: right; color: #959595; padding: 0 50px 0 0; background: url("/source/3b820d63e6c3e65d3123cd6e127507cd/icon-download.png") no-repeat right center; display: flex; align-items: center;}
.investors_area .row a:hover .bnt_pdf {color: #000000; background: url("/source/a15fe00adf0306ba14aaa427bbaf19cb/icon-download-hover.png") no-repeat right center;} 
.investors_area .row .bnt_pdf span {width:44px; height: 1px; background: #707070; float: left; margin: 0 10px 0 0;}
.investors_area .row .bnt_pdf strong,.news_row .btn_area a strong {padding: 0 0 0 10px;}
.news_row .btn_area a {float:left; width: 166px; text-align: right; color: #84a9e5; padding: 0 30px 0 0; background: url("/source/09e213e6cd9ea603b6d8b2629c07d853/icon-download-white_hover.png") no-repeat right center; display: flex; align-items: center;}
.news_row .btn_area a:hover {color:#ffffff;background: url("/source/af2f23e70da3b6d11bd577424ceafbe0/icon-download-white.png") no-repeat right center;}
.getintouch_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px; height: 600px; background: #86951B; display: flex; align-items: center;} 
.getintouch_area .touch_aera {float:left; width: 35%; padding: 20px 50px;color: #ffffff;display: flex; align-items: center;}
.getintouch_area .touch_aera h2 {writing-mode: vertical-lr; transform: rotate(-180deg); float: left; font-size:43px; font-weight: 700; color: #ffffff; margin: 0 30px 0 0; }
.getintouch_area .touch_aera h3 {border-bottom:1px solid rgba(255,255,255,0.2); margin: 0 0 5px; clear:both;}
.getintouch_area .touch_aera h3.touch {margin:30px 0 5px;}
.getintouch_area .touch_aera .touch_info p { margin: 0 0 10px;}
.getintouch_area .touch_aera .touch_info p:last-child {margin:0;}
.getintouch_area .touch_aera .touch_info p a {color:#ffffff;}
.getintouch_area .touch_aera .touch_info p a:hover {color:#D3DC92;}
.getintouch_area .touch_aera .touch_info p strong {padding:0 10px 0 0;}
.getintouch_area .map_area {float:left; width: 65%; border-left: 20px solid #ffffff;} 
.map_area iframe {float:left;}
.disclouser_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 80px;}
.disclouser_area h2 {margin:0 0 40px; text-align: center;}
.disclouser_area table tr {border-bottom:9px solid #ffffff; border-radius: 5px;}
.disclouser_area table tr th {font-weight: 700;padding:10px 20px;}
.disclouser_area table tr td {padding:15px 20px;}
.disclouser_area table tr:nth-child(even) td {background:#FAFAFA;}
.directors h1 { margin: 0 0 50px;}
.directors_area {clear:both; width: 100%; float:left; margin: 0 0 40px;}
.directors_area .director {clear:both; width: 100%; margin: 0 0 50px; float: left;}
.directors_area .director .director_photo {float:left; width: 300px; padding:0 40px 30px 0; text-align: left; }
.directors_area .director .director_photo img {box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); border-radius: 12px;} 
.directors_area .director .director_textArea {float:left; width: calc(100% - 300px);} 
.directors_area .director .director_textArea h2 { margin: 0;}
.directors_area .director .director_textArea .designation {font-size:19px; font-weight: 700; margin: 0 0 20px;}
.directors_area .director .director_textArea .director_text {clear:both; width: 100%; overflow: hidden;}
.directors_area .director .director_textArea .director_text p {margin:0 0 30px;}
.csr_area {clear:both; width: 100%;}
.csr_area .csr_row {clear:both; width: 100%; display: flex; align-items: center; border-bottom: 1px solid #C6C7C7; padding: 80px 0;}
.csr_area .csr_row:first-child {padding-top:0;}
.csr_area .csr_row .csr_img {float:left; width: 540px;}
.csr_area .csr_row .csr_img img {box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);}
.csr_area .csr_row .csr_text {float:left; width: calc(100% - 540px); padding: 0 80px 0;}
.csr_area .csr_row .csr_text h2 {margin:0 0 20px;}
.csr_area .csr_row .csr_text h5 {font-size:20px; font-weight: 700; margin:0 0 10px;}
.csr_area .csr_row .csr_text p {margin:0 0 30px;}
.csr_area .csr_row .csr_text p:last-child {margin:0;}
.csr_area .csr_row .csr_text ul { list-style: none;}
.csr_area .csr_row .csr_text ul li {padding:0 0 10px; display: flex;}
.csr_area .csr_row .csr_text ul li::before {content:'—'; padding: 0 10px 0 0;}
.csr_area .csr_row .csr_text .comp_website {clear:both; width: 100%; overflow: hidden; background: #86951B; border-radius: 5px; color: #ffffff; padding: 10px 20px;}
.csr_area .csr_row .csr_text .comp_website a {color:#ffffff; font-weight: 700;}
.csr_area .csr_row .csr_text .comp_website a:hover {color:#E4EE9E;}
.csr_area .csr_row:nth-child(even) .csr_img {order: 2;}
.csr_area .csr_row:nth-child(even) .csr_text {padding:0 80px 0 0;}
.journal_area {clear:both; margin: -10px -8px 0;}
.journal_area .column {float:left; width: 25%; padding: 0 8px;}
.journal_area .column .journal_box {width:100%;  color: #ffffff;}
.journal_area .column .journal_box a {display:block; padding: 20px; background: #86951B; border-radius: 10px;transition: all 0.4s ease; color: #ffffff; }
.journal_area .column .journal_box a:hover {background:#142292;}
.journal_area .column .journal_box h4 {font-size:12px; font-weight: 400; line-height: 1.3; color: #ffffff;}
.journal_area .column .journal_box h4 span {font-size:10px;}
.quality .img_text .text_right p {font-size:16px; margin: 0 0 20px;}
.quality .img_text .text_right p:last-child {margin:0;}
.quality .img_text .text_right h3 {font-size:20px; font-weight: 700; margin: 0;}
.quality .img_text .text_right ul { list-style: none; font-size:16px; margin: 0 0 20px;}
.quality .img_text .text_right ul li {padding:0; display: flex;}
.quality .img_text .text_right ul li::before {content:'—'; padding: 0 10px 0 0;}
.quality .img_text .text_right {padding:20px 40px;}
.abc_area {clear:both; width: 100%; overflow: hidden; }
.abc_area .abc_row {clear:both; margin: 0 -30px; display:flex;}
.abc_area .abc_row .column {float:left; width: 33.33%; padding: 0 30px 60px; color: #ffffff; display: flex; flex-direction: column; align-items: center;}
.abc_area .abc_row .column .box_green {background:#869519;  flex: 1; display: flex; align-items: center; padding: 50px; }
.abc_area .abc_row .column .box_blue {background:#142292;  flex: 1; display: flex; align-items: center; padding: 50px; }
.abc_area .abc_row .column h2 { font-size:30px; margin: 0 0 10px; color: #ffffff;}
.abc_green {clear:both; width: 100%; overflow: hidden; padding: 70px; background: #86951B; color: #ffffff; margin: 0 0 80px;}
.abc_green .abc_variety { width: 100%; clear: both; overflow: hidden;}
.abc_green .abc_variety .variety_text {float:left;display: flex; width: 31%; align-items: center; min-height: 340px; border-right:1px solid rgba(255,255,255,0.5); padding: 30px 70px 30px 0; }
.abc_green .abc_variety .variety_text h2 { font-size: 28px; font-weight: 700; color: #ffffff;}
.abc_green .abc_variety .variety_data {float:left; width: 69%; padding: 0 0 0 70px;}
.abc_green .abc_variety .variety_data .column {float:left; width: 33.33%; padding: 0 40px 0 0;}
.abc_green .abc_variety .variety_data .column h3 { font-size:22px; font-weight: 700; line-height: 1.3; margin: 0 0 20px; min-height: 58px;}
.abc_green .abc_variety .variety_data .column ul {list-style:none; font-size:22px; font-weight: 300;}
.certificate_area {clear:both; overflow: hidden; margin: 0 -10px 80px;}
.certificate_area .column {float:left; width: 50%; padding: 0 10px 20px;}
.certificate_area .column .certi_box {clear:both; width: 100%; align-items: center;}
.green_small {clear:both; width: 100%; overflow: hidden; text-align: center; color: #ffffff; background: #86951B; margin: 0 0 80px; padding: 10px;}
.green_small a {color:#ffffff;}
.green_small a:hover {color:#e6eac9;}
.grid_area {clear:both; width: 100%; overflow: hidden; padding: 0 0 100px;}
.grid_area img:hover {opacity:0.8; transition: all 0.4s ease;}
.contact_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.contact_area .ui-widget {clear:both; width: 100%; overflow: hidden; background: #E4EFEF; display: flex; height: 550px; align-items: center;}
.contact_area .ui-widget .ui-tabs-nav { float:left; width: 25%; padding: 20px 50px; list-style: none;}
.contact_area .ui-widget .ui-tabs-nav li a {display: block; padding: 10px 0; font-size:22px; font-weight: 700; color: #082292;} 
.contact_area .ui-widget .ui-tabs-nav li a:hover,.contact_area .ui-widget .ui-tabs-nav li.ui-tabs-active a {background:url("/source/6d2709e9f245ed4c8d653af0c27fa30e/contact-tab-divider.png") no-repeat bottom left;}
.contact_area .ui-widget .ui-widget-content {float:left; width: 75%; display: flex; align-items: center;}
.contact_area .ui-widget .ui-widget-content .contcat_info {float:left; width: 35%;}
.contact_area .ui-widget .ui-widget-content .contcat_info p { margin: 0 0 20px;}
.contact_area .ui-widget .ui-widget-content .contcat_info p strong {padding:0 10px 0 0;}
.contact_area .ui-widget .ui-widget-content .contcat_info .marketing p {margin:0;}
.contact_area .ui-widget .ui-widget-content .map_area {float:left; width: 65%; clear: none; border-left: 20px solid #ffffff; padding: 0;}
.real_heroes .heading { width: 100%; max-width: 800px; margin: 0 auto 20px; overflow: hidden;}
.real_heroes .normal {clear:both; width: 100%; margin: 0 auto 80px; text-align: center;}
.real_heroes .normal h4 { font-size:32px; margin: 0 0 20px; font-weight: 300;}
.real_heroes .quote {clear:both; width: 100%; overflow: hidden; max-width: 1350px; margin: 0 auto 80px; text-align: center; background: url("/source/b3d9a70fcd3f86cd832d4ebfd90e7ba7/quote-divider.png") no-repeat center bottom; padding: 0 0 30px;}
.real_heroes .quote h4 { font-size:32px; margin: 0 0 20px; font-weight: 300; background: url("/source/81e76338c347863ab7004c11c3dfc0cd/icon-quote.jpg") no-repeat left top; padding: 45px 0 0; line-height: 1.3;}
.real_heroes .safety_area {clea:both; width: 100%; overflow: hidden; margin: 0 0 60px;}
.real_heroes .safety_area p {margin:0 0 30px;}
.real_heroes ul { list-style: none; margin: 0 0 20px;}
.real_heroes ul li {padding:0 0 15px; display: flex;}
.real_heroes ul li::before {content:'—'; padding: 0 10px 0 0;}
.crisis_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 80px; display: flex; align-items: center;}
.crisis_area .blue_box {float:left; width: 350px; height: 350px; background: #142292; display: flex; align-items: center; padding: 20px 50px; color: #ffffff; font-weight: 700;}
.crisis_area .crisis_text {float:left; width: calc(100% - 350px); padding: 0 50px 0 80px;}
.crisis_area .crisis_text ul {margin:0;}
.crisis_area .crisis_text ul li:last-child {padding:0;}
.champion_area {clear:both; width: 100%; margin: 0 0 80px; display: flex; align-items: center;}
.champion_area .champion_img {float:left; width: 358px; order: 2;}
.champion_area .champion_img img {box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8); -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);}
.champion_area .champion_img img:hover {opacity:0.8;}
.champion_area .champion_text {float:left; width: calc(100% - 358px); padding: 20px 150px 20px 0;}
.champion_area .champion_text p {margin:0 0 20px;}
.champion_area .champion_text p:last-child {margin:0;}
.real_heroes .normal p {margin:0 0 30px;}
.real_heroes .normal p:last-child {margin:0;}
.gallery_area {margin:0 0 100px; overflow: hidden; width: 100%;}
.gallery_area .html5gallery-elem-1, .gallery_area .html5gallery-elem-1 {padding:0 !important; box-shadow:none !important; margin: 0 !important;}
.gallery_area .html5gallery-box-1 {left:0 !important; right: 0 !important; top:0 !important;}
.gallery_area .html5gallery-elem-img-1 > a div {display:none !important; opacity: 0 !important;}
.gallery_area .html5gallery-title-1:hover,.html5gallery-title-text-1 {background:none !important;}
.gallery_area .html5gallery-title-1 {display: block !important; top: -33px;}
.gallery_area .html5gallery-tn-title-1 {font-size:15px; text-align: left;}
.html5gallery-tn-1 {box-shadow:none !important;}
.gallery_area .html5gallery-car-left-1, .gallery_area .html5gallery-car-right-1 { width: 33px; height: 16px; top: inherit !important;
bottom: 0px !important; display: block;}
.gallery_area .html5gallery-car-left-1 {background:url("/source/29f0bd40af5876078abd89b68637d114/arrow-black-left.png") no-repeat 0 0 !important; left: 50%; margin-left: -38px;}
.gallery_area .html5gallery-car-right-1 {background:url("/source/15d75519aa61d7fe586346f0c0f80423/arrow-black.png") no-repeat 0 0 !important; right: 50%; margin-right:-38px;} 
.html5gallery-car-mask-1 {padding-bottom:30px;}
.content_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.content_area ul,.content_area ol,.content_area p {margin:0 0 30px;}
.content_area ul li,.content_area ol li {padding:0 0 20px;}
.content_area h3 {margin:0 0 20px;}
.content_area ol {padding:0 0 0 20px;}
.content_area ol ul { list-style: none; margin: 0;}
.content_area ol ul li {padding:0; display: flex;}
.content_area ol ul li::before {content:'—'; padding: 0 10px 0 0;}
.sitemap_area {clear:both; overflow: hidden; margin: 0 -15px 80px;}
.sitemap_area .column {float:left; width: 10%; padding: 0 15px 30px;}
.sitemap_area .column:nth-child(2),.sitemap_area .column:nth-child(3),.sitemap_area .column:nth-child(4) {width:16.66%;}
.sitemap_area .column h2 { font-size:20px; margin: 0 0 20px;}
.sitemap_area .column ul {list-style:none; font-weight: 300;}
.sitemap_area .column ul li {padding:0 0 10px; line-height: 1.3;}
.gallery_area .wonderplugin-gridgallery-item > a div {display:none !important; opacity: 0 !important; line-height: 0 !important;}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text { background: #142292;}
#html5lightbox-watermark {display:none !important;}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {font-weight:600;}
.product_inner {clea:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.product_inner .products {margin:0 -10px; text-align: center;}
.product_inner .products .product_boxCover {width:20%; float: left;s text-align: center; padding: 0 10px 20px; vertical-align:middle;}
.product_inner .products .product_boxCover .column a {width:100%; background: #86951B; min-height: 220px; display: grid; align-items: center; padding: 30px 40px; border-radius: 10px;}
.product_inner .products .product_boxCover .column a:hover {background:#142292;}
.product_inner .products .product_boxCover .column a h2 {margin:0; font-size: 18px; color: #ffffff;}
.investors_area.results_page {float:left; width: 100%; overflow: visible;}
.investors_area .year_box {clear:both; float: left; width: 100%; margin: 0 0 20px;}
.investors_area .year_box .year_heading {clear:both; overflow: hidden; margin: 0 -10px;}
.investors_area .year_box .year_heading .column {float:left; width: 50%; padding: 0 10px 10px;}
.investors_area .year_box .year_heading .column .heading_cover {clear:both; width: 100%; overflow: hidden; background: #86951B; border-radius: 5px; color: #ffffff; padding: 0 26px; line-height: 38px; font-weight: 700;}
.investors_area .year_box:nth-child(odd) .year_heading .column .heading_cover {background: #142292;}
.investors_area .year_box .year_heading .column:last-child .heading_cover {padding:0 60px;}
.investors_area .year_box .row {clear:both; margin: 0 -10px; padding: 0; width: auto; float: none;}
.investors_area .year_box .row .column {float:left; width: 50%; padding: 0 10px 10px;}
.investors_area .year_box .row .column .cover {clear:both; width: 100%; overflow: hidden; background: #EDF5F5; padding: 14px 26px; border-radius: 5px;}
.investors_area .year_box .row:nth-child(odd) .column .cover {background: #FAFAFA;}
.investors_area .year_box .row:hover .column .cover {background: #ffffff; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);} 
.investors_area .year_box .row .column .investor_cover {padding:14px 60px;}
.investors_area .year_box .row .column .investor_cover .ftext {float:left; width:100px; color:#000000;}
.investors_area.adv .year_box .row .column .investor_cover .ftext {width:150px;}
.mentor_detailArea {padding:50px 0 0;}
.single-productcms .navigation_area .navbar,.page-template-product-template .navigation_area .navbar {display:none;}
.single-productcms .navigation_area,.page-template-product-template .navigation_area {height:85px;transition: all 0.4s ease;}
.single-productcms .site-header.sticky .navigation_area,.page-template-product-template .site-header.sticky .navigation_area {height:65px;}
.single-productcms .prodcuts_area .product_cover {margin: 0 0 100px;}
.page-template-product-template ul {list-style:disc; padding: 50px 0 100px 20px; overflow: hidden;}
.page-template-product-template ul li {float:left; width: 50%; padding: 0 40px 0 0; font-size: 20px;}
.page-template-product-template ul li a {display:block; border-bottom: 1px dotted #cccccc; padding: 20px 0;}
.social {margin-left:10px;}
.tsi_blockArea {clear:both; width: 100%; overflow: hidden; margin: 50px 0 0; text-align: center;  float: left;}
.tsi_blockArea .tsi_area {max-width: 730px; margin: 0 auto; clear: both; width: 100%; overflow: hidden;}
.tsi_blockArea .tsi_area h3 {margin:0 0 10px;}
.tsi_blockArea .tsi_area .tsi_block {clear:both; width: 100%; overflow: hidden; background: #EDF5F5; padding: 20px;}
.tsi_blockArea .tsi_area .tsi_block h3 {margin:0;}
.investor_tabArea {clear:both; width: 100%; float: left; margin: 0 0 80px;}
.investor_tabArea .tabs_inners {clear:both; width: 100%; overflow: hidden; text-align: center; margin: 0 0 50px;}
.investor_tabArea .tabs_inners li {display:inline-block; padding: 0 5px 10px;}
.investor_tabArea .tabs_inners li a {display:block; width: 100%; overflow: hidden; background:#86951B; color: #ffffff; line-height: 46px; font-weight: 700; padding: 0 20px; border-radius: 6px;}
.investor_tabArea .tabs_inners li.ui-state-active a { background:#142292;} 
.support .line {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px; text-align: center;}
.support .contact_area {display:flex;}
.support .contact_area .contcat_info {float:left; width: 50%; padding: 50px; background: #E4EFEF; border-right: 10px solid #fff; display: flex; align-items: center;}
.support .contact_area .contcat_info p {margin:0 0 20px;}
.support .contact_area .contcat_info p a:first-of-type {padding-left:20px;}
.support .contact_area .contcat_info p:last-child {margin:0;}
.support .contact_area .form_area {float:left; width: 50%; padding: 50px; background: #E4EFEF; border-left: 10px solid #fff;}
.support .contact_area .form_area .form_row {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.support .contact_area .form_area .form_row input,.support .contact_area .form_area .form_row textarea {width:100%; display: block; border: 1px solid #ccc; height: 50px; padding: 10px 20px;}
.support .contact_area .form_area .form_row textarea {min-height:120px; min-width: 100%; max-width: 100%;}
.support .contact_area .form_area .form_row .btn_area {clear:both; width: 100%; overflow: hidden;}
.support .contact_area .form_area .btn_area input {background: #142292; border: none; height: 50px; text-transform: uppercase; font-weight: 600; font-size: 18px; letter-spacing: 1px;}
.support .contact_area .form_area .btn_area input:hover {background: #86951B;}
.common_cover {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.common_cover p {margin:0 0 30px;}
.common_cover p.center {text-align:center;}
.common_cover ul {list-style:disc; margin: 0 0 30px; padding: 0 0 0 18px;}
.common_cover h3 {margin:0 0 10px;}



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align:center;}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {display:none;}
.woocommerce ul.products {padding-top:40px;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size:26px; font-weight: 500; padding: 0;}
.woocommerce ul.products li.product .price  {font-size:22px; font-weight: 500;}
.woocommerce ul.products li.product a,.woocommerce div.product form.cart .button {background:#142292; color: #ffffff; text-transform: uppercase; border-radius: 0;}
.woocommerce ul.products li.product a:hover,.woocommerce div.product form.cart .button:hover { background:#86951B;}
.woocommerce div.product form.cart .button {font-size:20px; font-weight: 500; letter-spacing: 1px;}
.woocommerce-page div.product .woocommerce-tabs,.related.products {display:none;}
article.product  {padding:40px 0;}
.woocommerce div.product p.price {font-size:32px; font-weight: 500; margin: 0 0 20px;}
.woocommerce-product-details__short-description {margin:0 0 30px;}
article.product h1.entry-title {margin:0 0 80px; font-size:40px; font-weight: 500;}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {border:1px solid #cccccc; padding: 10px;}
.freeproducts {padding-top:80px;}
.free_area {clear:both; overflow: hidden; margin: 0 -30px;}
.free_area .column {float:left; width: 20%; padding: 0 30px 60px; text-align: center;}
.free_area .column img {margin:0 0 20px;}
.free_area .column h3 {margin:0 0 20px;}
.free_area .column .btn_area {clear:both; width: 100%; overflow: hidden;}
.free_area .column .btn_area a {background:#142292; color: #ffffff; text-transform: uppercase; border-radius: 0; display: inline-block; line-height: 36px; padding: 0 20px; font-weight: 500;}
.free_area .column .btn_area a:hover {background:#86951B;}
.otpl-popup a { font-size: 100%; margin: 0; line-height: 1; cursor: pointer; position: relative; text-decoration: none; overflow: visible; padding: .618em 1em; font-weight: 700; border-radius: 3px; left: auto; color: #515151; background-color: #ebe9eb; border: 0; display: inline-block; background-image: none; box-shadow: none; text-shadow: none;}
.otpl-popup a:hover { background-color: #dfdcde; text-decoration: none; background-image: none; color: #515151;}
#otpl_lightbox #otpl_content form input[type="submit"] { background:#142292 !important;}
#otpl_lightbox #otpl_content {color:#000000 !important;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color:#86951B !important;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color:#98a533 !important;}
#otpl_lightbox #otpl_content form input, #otpl_lightbox #otpl_content form textarea {text-align:center;}
#otpl_lightbox #otpl_content form .req {display: inline-block;}
#otpl_lightbox #otpl_content form .req.text-success {color:green;}
.woocommerce-account .woocommerce-MyAccount-navigation ul { width:100%; max-width: 300px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {border-bottom:1px solid #6c77c7;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {display:block; padding: 10px 20px; color: #ffffff; background: #142292;transition: all 0.4s ease;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {background:#f7f7f7; color: #142292;}
.mag_cover .woocommerce-account .woocommerce-MyAccount-navigation { width:300px; float:left;}
.mag_cover .mag_content {float:left; width: calc(100% - 300px); padding: 0 0 0 30px;}
.back_button {clear:both; width: 100%; overflow: hidden; margin: 20px 0 0;}
.back_button a {display:inline-block; background: #142292; text-transform: uppercase; font-weight: 600; font-size: 18px; letter-spacing: 1px; border-radius: 2px; color: #fff; padding: 0 20px; text-decoration: none; line-height: 40px;}
.back_button a:hover {background: #86951B;}
.investors_area .modal {clear:both; width: 100%; overflow: hidden; padding-top: 10px; }
.investors_area .modal .modal-dialog {background: #fbfbfb; padding: 20px; text-align: center; border: 1px solid #cccccc;}
.investors_area .modal .modal-dialog h3 {margin:0 0 10px;}
.investors_area .modal .modal-dialog h3 span {font-weight:400; color: #999999;}
.investors_area .modal .modal-dialog .form-group {clear:both; width: 100%; overflow: hidden; margin: 0 0 10px;}
.investors_area .modal .modal-dialog .form-group label {display:block; width: 100%; margin: 0 0 10px;}
.investors_area .modal .modal-dialog .form-group input {border: 1px solid #ccc; color: #666 !important; display: inline-block; width: 100%; max-width: 400px; height: 40px; text-align: center;}
.investors_area .modal .modal-dialog .modal-footer {clear:both; width: 100%; overflow: hidden;}
.investors_area .modal .modal-dialog .modal-footer button {color: #FFF; font-weight: 700; padding: 0 20px; background: #142292; height: 40px; font-size: 18px; border: none;transition: all 0.4s ease;}
.investors_area .modal .modal-dialog .modal-footer button:hover { background:#86951B;}
.success_storiesArea .success_stories { margin:50px -22px 100px; clear: both; overflow: hidden;}
.success_storiesArea .success_stories .column {float:left; width: 33.33%; padding: 0 22px 44px;}
.success_storiesArea .success_stories .column h2 {font-size:20px; margin: 0 0 5px;}
.videowrapper { position: relative; padding-bottom: 56.25%; height: 0; margin: 0 0 10px;}
.videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.pdf_viewer {clear:boith; width: 100%; overflow: hidden; margin: 0 auto; max-width: 1100px;}
.plain_text {clear:both; width:100%; overflow:hidden;}
.plain_text p {margin:0 0 30px;}
.plain_text p:last-child {margin:0;}
.oi_productArea {clear:both; width:100%; overflow:hidden; max-width:900px; margin:0 auto;}
.oi_productArea .goi_product {clear:both; width:100%; overflow:hidden; margin:0 0 100px;}
.oi_productArea .goi_proTable {clear:both; width:100%; overflow:hidden;}
.oi_productArea .goi_proTable {clear:bold; width:100%; overflow:hidden; margin:0;}
.oi_productArea .goi_proTable .goi_row {clear:bold; width:100%; overflow:hidden; display:flex; align-items:start; border-bottom:1px solid #ccc; padding:10px 0;}
.oi_productArea .goi_proTable .goi_row .column:first-child {width:250px;}
.oi_productArea .goi_proTable .goi_row .column:last-child {width:calc(100% - 250px);}




th {background-color:#142292;color:#fff; text-transform: none; font-size: 16px; font-weight: 300;padding:6px 20px; border-bottom: 5px solid #ffffff;}
td { padding:6px 20px; background: #E4EFEF; color: #000000; font-weight: 300;  border-bottom: 1px solid #ffffff; vertical-align: top;}
table { line-height:22px; margin-bottom:0; font-size: 16px;}
.product_cover .specification_area {overflow:auto;}





/* for 1440 */
@media (max-width: 1900px) {
	.wrapper {padding: 0 20px;}
	.home_banner .banner .banner_text {padding:0 0 0 40px;}
	.home_banner .slick-prev,.home_banner .slick-prev:hover {left:20px;}
	.home_banner .slick-next,.home_banner .slick-next:hover {right:20px;}
	.home_banner .banner.banner4 .banner_text {max-width: 900px;}
	.site-header .navigation_area {padding: 28px 3000px 27px 170px;}
	.site-header.sticky .navigation_area {padding:20px 3000px 20px 170px;}
	
	
	
}


/* for 1280 */
@media (max-width: 1439px) {
	.home_banner .banner .banner_text {bottom:120px;}
	.csr_area .csr_row .csr_text {padding:0 50px;}
	.prodcuts_menuArea ul li {width:20%;}
	.abc_area .abc_row {margin:0 -10px;}
	.abc_area .abc_row .column {padding:0 10px 60px;}
	.certificate_area .column .certi_box h2 span {display:block; line-height: 1.3;}
	.sitemap_area .column {width:12%;}
	.sitemap_area .column:nth-child(2), .sitemap_area .column:nth-child(3), .sitemap_area .column:nth-child(4) { width: 20%;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:nth-child(2) {padding:0 40px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:last-child {padding:0 0 0 50px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row .row_box:first-child {padding:0 50px 0 0;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row .row_box:last-child {padding:0 0 0 30px;}
	.site-header .navigation_area {padding: 28px 3000px 27px 25px;}
	.site-header.sticky .navigation_area {padding:20px 3000px 20px 25px;}
	.journal_area .column { width: 50%; padding: 0 8px 16px;}
	.journal_area .column span {display:block;}
	.product_inner .products .product_boxCover {width:19%;}
	
		
}


/* for 1024 */
@media (max-width: 1279px) {
	.site-header .logo {width:170px;}
	.site-header .navigation_area {padding: 28px 3000px 27px 0;}
	.site-header.sticky .navigation_area {padding:20px 3000px 20px 0;}
	.nav-menu li a {margin:0 0 0 25px}
	.home_banner .banner .banner_text {bottom:70px;}
	.home_banner .banner .banner_text h2 {font-size:50px;}
	.home_servicesArea .home_services .column h2 {font-size:20px;}
	.home_bottomArea .home_bottom .column { width: 100%; max-width:  730px; float: none; margin: 0 auto; min-height:inherit;}
	.site-footer .footer_links a { padding: 0 20px;}
	.csr_area .csr_row {align-items: flex-start;}
	.csr_area .csr_row .csr_img {width:400px;}
	.csr_area .csr_row .csr_text {width:calc(100% - 400px);}
	.prodcuts_area .product_cover .product_img {width:400px;}
	.prodcuts_area .product_cover .product_text {width:calc(100% - 400px); padding: 0 0 0 30px} 
	.abc_area .abc_row {display:block; margin: 0 -10px 40px; float: left;}
	.abc_area .abc_row .column {width:50%; padding: 0 10px 20px;}
	.abc_area .abc_row .column img {width:100%}
	.abc_area .abc_row:nth-child(odd) .column:last-child {width:100%;}
	.abc_area .abc_row:nth-child(even) .column:first-child {width:100%;}
	.abc_green .abc_variety .variety_text {width:100%; min-height: inherit; border-bottom: 1px solid rgba(255,255,255,0.5); border-right: none; padding:0; margin: 0 0 30px;}
	.abc_green .abc_variety .variety_data {width:100%; padding: 0;}
	.certificate_area .column {width:100%; max-width: 700px; margin: 0 auto; float:none;}
	.page-template-certificate-template .inner_page h1 {margin:0;}
	.getintouch_area .touch_aera {width:48%; padding: 20px;}
	.getintouch_area .map_area { width:52%;}
	.contact_area .ui-widget {display:block; height: auto;}
	.contact_area .ui-widget .ui-tabs-nav {width:100%;}
	.contact_area .ui-widget .ui-widget-content {width:100%; padding: 20px 0 0 50px; align-items: flex-start;}
	.sitemap_area .column:nth-child(2), .sitemap_area .column:nth-child(3), .sitemap_area .column:nth-child(4) { width: 22%;}
	.sitemap_area .column { width: 16%;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:nth-child(2) {padding:0 60px;}
	.product_inner .products .product_boxCover {width:24%;}
	.support .contact_area .contcat_info, .support .contact_area .form_area {padding:30px;}
	.success_storiesArea .success_stories { margin:50px -10px 100px;}
	.success_storiesArea .success_stories .column {padding: 0 10px 50px;}
	
	
	
	
		
}



/* for 800 */
@media (max-width: 1023px) {
	.mobmenu .mobmenul-container {margin-top:0;}
	.mobmenu-content #mobmenuleft .sub-menu a {font-size:16px; padding: 10px 20px 10px 0;}
	.mobmenu-content li > .sub-menu li {  border-bottom: 1px solid #888888;}
	.site-main { padding: 10px 0 0;}
	.home_banner.slick-dotted.slick-slider {padding:0 10px;}
	.home_banner .banner .banner_text h2 { font-size: 40px;} 
	.home_banner .banner .banner_text { padding: 0 40px; text-align: center; bottom: 40px;}
	.home_banner .slick-dots { bottom: 10px;}
	.home_banner .banner .banner_text .btn_area a {line-height:40px; padding: 0 20px 0 24px;}
	.home_banner .banner .banner_text h3 {margin:0 0 20px;}
	.home_banner.slick-dotted.slick-slider {margin-bottom:50px;}
	.intro_area,.home_videoArea,.home_bottomArea,.site-footer .footer_logo,.img_text,.green_box,.champion_area,.abc_green,.contact_area {margin:0 0 50px;}
	.home_productArea {padding:0 0 80px;}
	.home_servicesArea .home_services .column {width:100%; float: none; margin: 0 auto 30px;}
	.home_servicesArea {margin:0 0 30px;}
	.home_servicesArea .home_services .column > img,.home_bottomArea .home_bottom .column.corporate .bottom_box > img {width:100%;}
	.home_bottomArea .home_bottom .column {max-width:100%;}
	.site-footer {padding:50px 0 0;}
	.site-footer .footer_links a { padding: 0 8px;}
	.site-footer .footer_links {margin:0 0 40px;}
	.site-footer .copyright .left {width:50%;}
	.site-footer .copyright .right {width:30%;}
	.site-footer .copyright {padding:10px 0;}
	.breadcrumb {padding:14px 0 50px;}
	.about .center_text {margin:0 auto 50px;}
	.img_text {display:block;}
	.img_text .img_left,.img_text .text_right {width:100%; padding: 0;}
	.img_text .img_left {text-align: center; margin: 0 0 40px;}
	.green_box {padding:30px;}
	.csr_area .csr_row {display:block; float:left; width: 100%;}
	.csr_area .csr_row .csr_img {width:100%; padding: 0 0 30px; text-align: center;}
	.csr_area .csr_row .csr_text {width:100%; padding: 0;}
	.csr_area .csr_row:nth-child(2n) .csr_text {padding:0;}
	.csr_area .csr_row {padding:50px 0;}
	.real_heroes .normal,.real_heroes .quote {margin:0 0 50px;}
	.real_heroes .safety_area {margin:0 0 30px;}
	.crisis_area {display:block; margin: 0 0 50px;}
	.crisis_area .blue_box {width:100%; height: auto; padding: 30px; margin: 0 0 30px;}
	.crisis_area .crisis_text {width:100%; padding: 0;}
	.champion_area .champion_text {padding:20px 40px 20px 0;}
	.prodcuts_area .product_cover .product_img {width:100%; text-align: center;}
	.prodcuts_area .product_cover .product_text {width:100%; padding: 30px 0 0;} 
	.prodcuts_menuArea ul li { width: 25%;}
	.abc_green {padding:30px;}
	.certificate_area {margin:0 -10px 50px;}
	.contact_area .ui-widget .ui-widget-content .contcat_info {width:50%;}
	.sitemap_area .column,.sitemap_area .column:nth-child(2), .sitemap_area .column:nth-child(3), .sitemap_area .column:nth-child(4) { width: 25%;}
	.sitemap_area { margin:0 -15px 50px;}
	.content_area {margin:0 0 50px;}
	.home_videoArea .video_title {top:30px;}
	.inner_banner,.breadcrumb {border-left:10px solid #ffffff; border-right: 10px solid #ffffff;}
	.breadcrumb {padding:10px 0 30px;}
	.journal_area .column { width: 25%;}
	.product_inner .products .product_boxCover {width:33%;}
	.investors_area .year_box .row .column .investor_cover { padding: 14px 26px;}
	.investors_area .year_box .row .column .investor_cover .ftext {width:90px;}
	.investors_area .year_box .year_heading .column:last-child .heading_cover { padding: 0 26px;}
	.investors_area .year_box .row .column,.investors_area .year_box .year_heading .column {width:40%;}
	.investors_area .year_box .row .column:last-child,.investors_area .year_box .year_heading .column:last-child {width:60%;}
	.page-template-product-template ul li {width:100%;}
	.page-template-product-template #masthead,.single-productcms #masthead {display:block !important; top: 0;}
	.product_cover .specification_area table {width: max-content;}
	.support .contact_area .contcat_info p span {display:block;}
	.support .contact_area .contcat_info p a:first-of-type { padding-left: 0;}
	.mag_cover .woocommerce-account .woocommerce-MyAccount-navigation {width:100%;}
	.mag_cover .woocommerce-account .woocommerce-MyAccount-navigation ul {max-width:none;}
	.mag_cover .mag_content {width:100%; padding: 30px 0 0;}
	.success_storiesArea .success_stories .column {width: 50%;}
	
	

	
	
	
	
}




/* for 786 */
@media (max-width: 768px) {

}





/* for 600 */
@media (max-width:767px) {
	.home_banner .banner .banner_text {position:relative; bottom: auto; margin: 0 -20px; background: #142292; padding: 30px 20px 50px;}
	.slick-dots {right:0; left: 0;}
	.home_banner .banner .banner_text h2 { font-size: 32px;}
	.site-footer .copyright .left,.site-footer .copyright .center,.site-footer .copyright .right {width:100%; text-align: center;}
	.site-footer { padding: 30px 0 0;}
	.site-footer .footer_logo {margin:0 0 30px;}
	.site-footer .footer_links {line-height:2;}
	.inner_page .csr h1 {margin:0;}
	.real_heroes .normal h4,.real_heroes .quote h4 {font-size:28px;}
	.champion_area {display:block;}
	.champion_area .champion_img {width:100%; text-align: center;}
	.champion_area .champion_text {width:100%; padding: 20px 0 0;}
	.prodcuts_menuArea ul li { width: 33.33%;}
	.prodcuts_area .product_cover {margin:0 0 100px;}
	.abc_area .abc_row .column .box_green,.abc_area .abc_row .column .box_blue {padding:20px;}
	.abc_green .abc_variety .variety_text h2 {font-size:26px;}
	.abc_green .abc_variety .variety_data .column {width:100%; margin: 0 0 40px;}
	.abc_green .abc_variety .variety_data .column:last-child {margin:0;}
	.abc_green .abc_variety .variety_data .column h3 {min-height:inherit; margin: 0 0 10px;}
	.certificate_area .column .certi_box {display:block; text-align: center; padding: 30px;}
	.certificate_area .column .certi_box h2 {width:100%; margin: 0 0 30px;}
	.investors_area .row .title {width:100%; padding: 0 0 10px;}
	.investors_area .row .bnt_pdf span {width:20px;}
	.investors_area .row .bnt_pdf {width:200px; padding:0 30px 0 0;}
	.directors_area .director .director_photo {width:100%; padding: 0 0 30px;}
	.directors_area .director .director_textArea {width:100%;}
	.getintouch_area .touch_aera {width:100%;}
	.getintouch_area .map_area { width:100%; border-left:none; border-top:20px solid #ffffff;}
	.getintouch_area {display:block; height: auto; margin: 0 0 50px;}
	.getintouch_area .touch_aera h2 {font-size:34px;}
	.contact_area .ui-widget .ui-widget-content {display:block;}
	.contact_area .ui-widget .ui-widget-content .contcat_info {width:100%; padding-bottom: 30px;}
	.contact_area .ui-widget .ui-widget-content .map_area {width:calc(100% + 50px); margin-left: -50px; border:none; }
	.sitemap_area .column, .sitemap_area .column:nth-child(2), .sitemap_area .column:nth-child(3), .sitemap_area .column:nth-child(4) {width:50%;}
	.home_bottomArea .home_bottom .column.corporate h3 {top:10px; left:16px;}
	.home_videoArea .video_title {top:20px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:nth-child(2) { padding: 0 30px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .second_row .row_box:last-child { padding: 0 0 0 40px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row .row_box:first-child { padding: 0 20px 0 0;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row .row_box:last-child { padding: 0 0 0 15px;}
	.home_banner .slick-prev, .home_banner .slick-next {display:none !important;}
	.journal_area .column { width: 50%;}
	.img_text .img_left {margin:0 0 30px;}
	.product_inner .products .product_boxCover {width:49%;}
	.inner_page .product_page h1 { margin: 0 0 40px;}
	.investors_area .year_box .row .column,.investors_area .year_box .year_heading .column,.investors_area .year_box .row .column:last-child,.investors_area .year_box .year_heading .column:last-child {width:100%;}
	.support .contact_area { display: block;}
	.support .contact_area .contcat_info, .support .contact_area .form_area { width: 100%; border: none;}
	.support .contact_area .contcat_info {margin:0 0 20px;}	
	.oi_productArea .goi_proTable .goi_row {display:block;}
    .oi_productArea .goi_proTable .goi_row .column:first-child {width: 100%;}
    .oi_productArea .goi_proTable .goi_row .column:last-child {width: 100%;}
	
}



/* for 480 */
@media (max-width: 599px) {
	.home_banner.slick-dotted.slick-slider { margin-bottom: 30px;}
	.intro_area, .home_videoArea, .home_bottomArea, .site-footer .footer_logo,.about .center_text,.green_box,.img_text { margin: 0 0 30px;}
	.home_productArea h1 {line-height:50px; margin: 0 0 10px;}
	.home_servicesArea { margin: 0;}
	.home_bottomArea .home_bottom .column.market .bottom_box {padding:20px; min-height: inherit;}
	.home_bottomArea .home_bottom .column.market .bottom_box .stock_box {margin:0;}
	.home_bottomArea .home_bottom .column.market .bottom_box img.icon {display:none;}
	.home_bottomArea .home_bottom .column.corporate .corporate_text {position:relative;}	
	.home_bottomArea .home_bottom .column.careers .bottom_box .home_career {width:100%; padding: 30px; border-top: 1px solid #253777;}
	.home_bottomArea .home_bottom .column .bottom_box {min-height:inherit;}
	.home_bottomArea .home_bottom .column,.home_bottomArea .home_bottom .column.careers .bottom_box {float:left;}
	.inner_banner {min-height:150px;}
	.breadcrumb { padding: 14px 0 30px;}
	.inner_page h1 {margin:0 0 20px;}
	.green_box h3 {font-size:24px;}
	.inner_page .home_videoArea .video_title {top:0;}
	.home_bottomArea .home_bottom .column.news .bottom_box {padding:30px;}
	.prodcuts_menuArea ul li { width: 50%;}
	.prodcuts_area .product_cover .product_text .application_area {display:block;}
	.prodcuts_area .product_cover .product_text .application_area .application_title {width:100%; }
	.prodcuts_area .product_cover .product_text .application_area .application_text {width:100%;}
	.abc_area .abc_row .column {width:100%;}
	.contact_area .ui-widget .ui-tabs-nav {padding:20px 30px;}
	.contact_area .ui-widget .ui-widget-content {padding:20px 0 0 30px;}
	.contact_area .ui-widget .ui-widget-content .map_area { width: calc(100% + 30px); margin-left: -30px;}
	.home_bottomArea .home_bottom .column.corporate h3 {left:0; top:190px; right: 0; padding: 10px 30px; max-width: none;  background: rgba(0,0,0,0.6); color: #ffffff; font-size:24px;}
	.home_bottomArea .home_bottom .column.corporate .corporate_text {padding:20px 30px 30px;}
	.home_videoArea .video_title {top:17px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box h2 {width:100%; margin: 0 0 30px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box > img {opacity:0.4; top: 93px; right: 20px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .row_box {width:100% !important; padding:10px 0 !important; text-align: left !important; float:left !important; border: 1px solid rgba(255,255,255,0.3) !important; border-width: 0 0 1px !important; }
	.home_bottomArea .home_bottom .column.stock .bottom_box .second_row,.home_bottomArea .home_bottom .column.stock .bottom_box .thrid_row {border:none; padding: 0;}
	.success_storiesArea .success_stories .column {width: 100%;}
	
	
	
	

}





/* for 360 */
@media screen and (max-width: 479px) {
	.home_banner .banner .banner_text h2 { font-size: 26px;}
	.home_banner .banner .banner_text h3 { margin: 0 0 20px;}
	.home_videoArea .video_title {line-height:1.2; top: 0; padding: 10px 20px;}
	.home_bottomArea .home_bottom .column.market .bottom_box .market .market_text span {width:200px;}
	.home_bottomArea .home_bottom .column.corporate .corporate_text {padding:20px 20px 30px;}
	.home_bottomArea .home_bottom .column.news .bottom_box {padding:20px;}
	.home_bottomArea .home_bottom .column.careers .bottom_box .home_career {padding:10px 20px 30px;}
	.breadcrumb { padding: 14px 0 30px;}
	.inner_page h2 {font-size:24px; margin: 0 0 10px;}
	.home_videoArea .video_title {position:relative; left: 0;}
	.real_heroes .normal h4, .real_heroes .quote h4 {line-height:1.4;}
	.prodcuts_area .product_cover .product_text h2 {font-size:28px;}
	.breadcrumb .fbc-page .fbc-wrap .fbc-items li {line-height:24px; }
	.fbc-page .fbc-wrap .fbc-items {padding:10px;}
	.quality .img_text .text_right { padding: 20px;}
	.abc_green .abc_variety .variety_text h2 { font-size: 24px;}
	.abc_area .abc_row .column h2 {font-size:26px;}
	.getintouch_area .touch_aera {display:block;}
	.getintouch_area .touch_aera h2 {writing-mode: inherit; margin: 0 0 20px; font-size:28px; transform:rotate(0deg)}
	.sitemap_area .column, .sitemap_area .column:nth-child(2), .sitemap_area .column:nth-child(3), .sitemap_area .column:nth-child(4) {width:100%;}
	.home_bottomArea .home_bottom .column.corporate h3 { top: 132px; padding: 10px 20px; font-size: 18px;}
	.home_bottomArea .home_bottom .column h2 {font-size:25px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box {padding:20px 20px 40px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box > img {top:75px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .btn_area {right:20px;}
	.home_bottomArea .home_bottom .column.stock .bottom_box .btn_area:hover {right:15px;}
	.product_inner .products .product_boxCover {width:100%;}
	.home_bottomArea .home_bottom .column.services .bottom_box {background-size:cover;}
	.support .contact_area .form_area .btn_area input {width:100%;}
	
	
	
	
}




/* for 320 */
@media screen and (max-width: 359px) {
	.home_bottomArea .home_bottom .column.market .bottom_box .market .market_text span { width: 180px;}
	.home_bottomArea .home_bottom .column.market .bottom_box .stock_box span.number {font-size:50px;}
	.home_bottomArea .home_bottom .column.market .bottom_box .stock_box img { margin: 0 10px 0 0; float: left;}
	.home_bottomArea .home_bottom .column.market .bottom_box .stock_box span.diff {padding:0;}
	.getintouch_area .touch_aera h2 {font-size:24px;}
	.home_banner .banner .banner_text {padding:30px 47px 50px;}
	.home_bottomArea .home_bottom .column h2 { font-size: 20px;}
	.journal_area .column { width: 100%;}
	
}

