/*
Theme Name: Green Brilliance
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.0
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: 'Raleway', sans-serif;
}

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

a {
	color: #1aaf6b;
	text-decoration: none;
}

a:visited {
	color: #1aaf6b;
}

a:focus {
}

a:active,
a:hover {
	color: #f2663a;
	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: 'Raleway', sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'Raleway', 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 {
	display: block;
	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 {
	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: #000000;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 25px;
	margin: 20px 15px 10px 0;
	text-decoration: none;
	 transition: all 0.4s ease;
	border-bottom: 3px solid rgba(0,0,0,0);
	padding-bottom: 8px;
	cursor: pointer;
	font-weight: 600;
}

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

.nav-menu .sub-menu,
.nav-menu .children {
	background:  rgba(255,255,255,1);
	padding: 0;
	position: absolute;
	left: -15px;
	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: 200px;
	padding: 10px 15px 7px;
	border-bottom: 1px solid #cccccc;
	text-transform: none;
	font-weight: 500;
	
}

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: #f2663a;
}

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: #656565;
	border-bottom: 2px solid #f2663a;
}

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

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
}

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

.site-header .search-field {
	background-color: transparent;
	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: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 {
}

.entry-content a,
.comment-content a {
	color: #1aaf6b;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #f2663a;
}

.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 {
	border-bottom: 1px dotted #fff;
	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 {
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
	}

	
	#content .featured-gallery {
	}

	.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 {
	}

	.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: 'Raleway', sans-serif;
font-family: 'Playfair Display', 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: 17px; line-height: 1.5; color: #1c1c1c;}
.wrapper { max-width:1300px; margin:0 auto; position: relative;}

.site-header {position:absolute; width: 100%; z-index: 2;  transition: all 0.4s ease;}
.site-header.sticky {position:fixed; background: #ffffff;border-bottom: 1px solid #e5e5e5; top: 0;}
.top_contact {clear:both; width: 100%; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding: 8px 0; background: #ffffff;  transition: all 0.4s ease;}
.site-header.sticky .top_contact {display:none;}
.top_contact .top_left {float:left; font-size: 14px; line-height: 22px;}
.top_contact .top_left span {float:left; padding: 0 30px;}
.top_contact .top_left span a { color:#000000; transition: all 0.4s ease;}
.top_contact .top_left span a:hover { color:#f2663a;}
.top_contact .top_left span.phone {background:url("images/icon-phone.png") no-repeat left top;}
.top_contact .top_left span.email {background:url("images/icon-email.png") no-repeat left top;}
.top_contact .top_left span.time {background:url("images/icon-time.png") no-repeat left top;}
.top_contact .top_right {float:right; padding:0 10px 0 0;}
.top_contact .top_right img { margin:0 0 0 20px; transition: all 0.4s ease;}
.top_contact .top_right img:hover {opacity:0.5;}
.top {clear:both; width: 100%; padding: 26px 0 20px; float: left;  transition: all 0.4s ease;}
.site-header.sticky .top {padding: 10px 0;}
.top .logo {float:left; padding: 14px 0; transition: all 0.4s ease; position: relative; z-index: 2;}
.site-header.sticky .top .logo {padding: 5px 0;}
.top .top_usa {float:right;margin-top: 6px;} 
.top .top_usa img {width:50px;}
.top .top_usa img:last-child {margin:0 0 0 5px;}
.site-header.sticky .top .top_usa {display:none;} 
.top .menu_area {float:right;}
.site-header.sticky .nav-menu > li > a { margin: 10px 30px 0px 0}
.site-header.sticky .nav-menu > li:last-child > a { margin: 10px 0 0 0} 
.bottom {clear:both; width: 100%; overflow: hidden; text-align: center; padding: 40px 0; }
.site-footer {clear:both; width: 100%; overflow: hidden; background: #333333; color: #cccccc; font-size: 13px; padding: 40px 0 0; border-bottom: 2px solid #ffffff;}
.site-footer .wrapper {max-width:1570px; padding: 0 20px;}
.site-footer .footer_contact {float:left; width: 28%; font-size: 14px; line-height: 25px; margin: 0 0 40px;}
.site-footer .footer_contact > img {clear:both; display: block; margin: 0 0 40px;}
.site-footer .footer_contact span {clear:both; width: 100%; overflow: hidden; float: left; padding: 0 0 30px 56px;}
.site-footer .footer_contact span.location {background:url("images/icon-location-footer.png") no-repeat left top;}
.site-footer .footer_contact span.phone {background:url("images/icon-phone-footer.png") no-repeat left top;}
.site-footer .footer_contact span.email {background:url("images/icon-email-footer.png") no-repeat left top;}
.site-footer .footer_contact span.time {background:url("images/icon-time-footer.png") no-repeat left top;}
.site-footer .footer_contact .footer_social {clear:both; width: 100%; overflow: hidden; padding: 20px 0 0;}
.site-footer .footer_contact .footer_social img { margin:0 15px 0 0;}
.site-footer a {color:#cccccc; transition: all 0.4s ease;}
.site-footer a:hover {color:#f2663a;}
.site-footer .footer_links {float:left; width: 48%;}
.site-footer .footer_links h2 {clear:both; width: 100%; overflow: hidden; font-size:18px; color: #009933; margin: 0 0 14px; font-weight: 500;}
.site-footer .footer_links h2 sup {font-size:13px;}
.site-footer .footer_links h2 a {color:#009933;}
.site-footer .footer_links h2 a:hover {color:#f2663a;}
.site-footer .footer_links .column {float:left; width: 33.33%;}
.site-footer .footer_links .column ul {list-style:none; margin: 0 0 20px; float: left; width: 100%;}
.site-footer .footer_links .column ul li {float:left; width: 100%; padding: 0 0 10px;}
.site-footer .footer_form {float:left; width: 24%; padding: 0 0 20px;}
.site-footer .footer_form h3 {clear:both; width: 100%; overflow: hidden; font-size: 22px; color: #009933; font-weight: 500; margin: 0 0 30px;}
.site-footer .footer_form .footer_formArea {clear:both; width: 100%; overflow: hidden;}
.site-footer .footer_form .footer_formArea .form_row {clear:both; width: 100%; overflow: hidden; margin: 0 0 18px;}
.site-footer .footer_form .footer_formArea .form_row input,.site-footer .footer_form .footer_formArea .form_row textarea {border:1px solid #999999; border-width: 0 0 1px; width: 100%; background: none; font-size: 13px; padding: 10px 0; color:#ffffff;}
.site-footer .footer_form .footer_formArea .form_row textarea { height:120px; min-width: 100%; max-width: 100%; }
.site-footer .footer_form .footer_formArea .form_row  input::-webkit-input-placeholder,.site-footer .footer_form .footer_formArea .form_row  textarea::-webkit-input-placeholder { color: #ffffff; opacity: 1;}
.site-footer .footer_form .footer_formArea .form_row  input:-ms-input-placeholder,.site-footer .footer_form .footer_formArea .form_row  textarea:-ms-input-placeholder { color: #ffffff; opacity: 1;}
.site-footer .footer_form .footer_formArea .form_row  input::placeholder,.site-footer .footer_form .footer_formArea .form_row  textarea::placeholder { color: #ffffff; opacity: 1;}
.site-footer .footer_form .footer_formArea .captcha {clear:both; width: 100%; overflow: hidden; margin: 0 0 18px;}
.site-footer .footer_form .footer_formArea .btn_area {clear:both; width: 100%; overflow: hidden; text-align: right;}
.site-footer .footer_form .footer_formArea .btn_area input[type="submit"] { border:none; background: #119b48; color: #000000; line-height: 23px; padding: 0 12px; border-radius: 0; float: right; transition: all 0.4s ease;}
.site-footer .footer_form .footer_formArea .btn_area input[type="submit"]:hover { background:#f2663a;}
.site-footer .copyright {clear:both; width: 100%; overflow: hidden; border-top: 1px solid #858585; padding: 18px 0; color: #ffffff;}
.site-footer .copyright .left {float:left; width: 25%;}
.site-footer .copyright .right {float:left; width: 25%; text-align: right; padding: 0 60px 0 0;}
.site-footer .copyright .center {float:left; width: 50%; text-align: center;}
.site-footer .copyright a {color:#ffffff; margin: 0 10px;}
.site-footer .copyright a:hover {color:#f2663a;}
.banner_area {clear:both; width: 100%; overflow: hidden; border-bottom: 8px solid #ff5e2c; position: relative;}
.banner_area .ms_layer { margin: 0 auto !important; bottom: 15% !important; width: 100% !important;}
.banner_area .ms_layer img {margin:0 0 1px 25px !important;}
.banner_area .ms_layer .banner_box { max-width: 800px; padding: 50px; /*background: rgba(255,255,255,0.5);*/ background: linear-gradient(to right, white, rgba(255, 0, 0, 0)); margin: 0 0 0 25px !important; clear:both;}
.banner_area .ms_layer .banner_box.fullcolor {background: rgba(255,255,255,0.8);}
.banner_area .ms_layer .banner_box h2 {clear:both; width: 100%; overflow: hidden; font-size: 55px !important; line-height: 1.2 !important; border-bottom: 1px solid #e3e3e1; font-weight: 300 !important; margin-bottom: 20px !important; padding: 0 0 20px}
.banner_area .ms_layer .banner_box.font_size h2 {font-size:48px !important;}
.banner_area .ms_layer .banner_box p {clear:both; width: 100%; overflow: hidden; font-size: 20px !important; color: #666666; margin: 0 0 20px !important;}
.banner_area .ms_layer .banner_box.fullcolor p {color:#000000;}
.banner_area .ms_layer .banner_box a {display:inline-block; border: 1px solid #119b49 !important; color: #119b49; line-height: 47px !important; padding: 0 23px !important; font-size: 17px !important; transition: all 0.4s ease; font-weight: 500; margin: 0 20px 0 0 !important;}
.banner_area .ms_layer .banner_box a:hover {background:#119b49; color: #ffffff;border: 1px solid #119b49 !important; }
.banner_area .ms_next, .banner_area .ms_prev { height: 50px; width: 50px; margin-top: -35px;}
.banner_area .ms_prev {background:url("images/arrow-left.png") no-repeat;background-size:cover; }
.banner_area .ms_next {background:url("images/arrow-right.png") no-repeat;background-size:cover; }
.banner_area .arrow_down {position:absolute; left: 0; right: 0; text-align: center; bottom: 20px; z-index: 1;-webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; width:41px; margin: 0 auto;}
.banner_area .arrow_down:hover { animation-name: bounce; -moz-animation-name: bounce;}
.home_page h1 {clear:both; width: 100%; overflow: hidden; text-align: center; font-size:40px; font-weight: 400; margin: 0 0 80px; color: #666666;}
.home_page h1 sup {font-size:26px;}
.home_offerArea {clear:both; width: 100%; overflow: hidden; padding: 100px 0;}
.home_offerArea .home_offer {clear:both; margin: 0 -35px;}
.home_offerArea .home_offer .column {float:left; width: 25%; text-align: center; padding: 0 35px 70px;}
.home_offerArea .home_offer .column img {display:block; margin: 0 auto 50px; transition: all 0.4s ease;}
.home_offerArea .home_offer .column img:hover {opacity:0.7;}
.home_offerArea .home_offer .column h2 {clear:both; width: 100%; overflow: hidden; font-size:24px; font-weight: 400; margin: 0 0 14px;}
.home_offerArea .home_offer .column h2 a {color:#333333; transition: all 0.4s ease;}
.home_offerArea .home_offer .column h2 a:hover {color:#1aaf6b;}
.home_offerArea .home_offer .column p {clear:both; width: 100%; overflow: hidden; font-size: 17px; margin: 0 0 15px;}
.home_offerArea .home_offer .column .btn_area {clear:both; width: 100%; overflow: hidden;}
.testi_area {clear:both; width: 100%; overflow: hidden;}
.testi_area img {display:inherit !important; margin: 0 auto;}
.testi_area .testi_text { position:absolute; bottom: 60px; max-width: 668px; background: rgba(0,0,0,0.66); padding: 20px 50px 30px; color: #ffffff;}
.testi_area .testi_text h2 { clear:both; width: 100%; overflow: hidden; font-size:50px; font-weight: 400; margin: 0 0 20px;}
.testi_area .testi_text h3 { clear:both; width: 100%; overflow: hidden; font-size:40px; line-height: 50px; font-weight: 400; margin: 0 0 30px;}
.testi_area .testi_text p {clear:both; width: 100%; overflow: hidden; font-size:25px; line-height: 32px; margin: 0 0 30px; max-width: 425px;}
.testi_area .testi_text .btn_area {clear:both; width: 100%; overflow: hidden;}
.testi_area .testi_text .btn_area a {display:inline-block; line-height: 52px; padding: 0 34px; background: #119a48; color: #ffffff;}
.testi_area .testi_text .btn_area a:hover { background: #f2663a; transition: all 0.4s ease;}
.testi_area .testi_text .happy { position:absolute; bottom: 60px; right: 60px;}
.testi_area .discliamer {position:absolute; right: 0; bottom: 0; color: #ffffff; padding: 5px 10px; background: rgba(0,0,0,0.8); font-size: 15px;}
.slick-dotted.slick-slider {margin:0 !important;}
.testi_area .slick-dots { bottom: 30px; z-index: 2;}
.testi_area .slick-dots li button {border:2px solid #ffffff; border-radius: 20px;}
.testi_area .slick-dots li.slick-active button {border:2px solid #f35c2e;}
.choose_usArea {clear:both; width: 100%; overflow: hidden; background: #f2f1ec; padding: 150px 0 90px;}
.choose_usArea .choose_us { margin: 0 -30px;}
.choose_usArea .choose_us .column {float:left; width: 20%; text-align: center; padding: 0 30px 60px;}
.choose_usArea .choose_us .column img {display:block; margin: 0 auto 40px;}
.choose_usArea .choose_us .column h2 {clear:both; width: 100%; overflow: hidden; max-width: 210px; margin: 0 auto; border-top: 1px solid #a9a8a5; padding: 14px 0 0; font-size:16px; font-weight: 400; line-height: 24px;}
.home_faqArea {clear:both; width: 100%; overflow: hidden; padding: 90px 0 0;}
.home_faqArea .wrapper {max-width: 1420px; padding: 0 20px; overflow: hidden;}
.home_faqArea .home_faqImg {float:left; width: 60%;}
.home_faqImg .slick-dots { bottom: 20px; z-index: 2;}
.home_faqImg .slick-dots li {width: 15px; height: 15px;margin: 0 4px;} 
.home_faqImg .slick-dots li button {border:2px solid #ffffff; border-radius: 20px; background: #fff; width: 15px; height: 15px;transition: all 0.4s ease;} 
.home_faqImg .slick-dots li.slick-active button,.home_faqImg .slick-dots li button:hover {border:2px solid #f35c2e; background: #f35c2e;}
.home_faqImg .slick-dots li button::before {content: '';}
.home_faqArea .home_faqText {float:left; width: 40%; position: absolute; bottom: 0; right: 20px;}
.home_faqArea .home_faqText .home_faq { background: url("images/bg-faq.png") no-repeat bottom; background-size: cover; padding: 20px 60px 20px; color: #ffffff;}
.home_faqArea .home_faqText .home_faq h2 { clear:both; width: 100%; overflow: hidden; font-size:50px; font-weight: 400; margin: 0 0 20px; border-bottom: 1px solid #ffffff; padding: 0 0 10px;}
.home_faqArea .home_faqText .home_faq h3 { clear:both; width: 100%; overflow: hidden; font-size:40px; line-height: 50px; font-weight: 400; margin: 0 0 20px;}
.home_faqArea .home_faqText .home_faq p {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.home_accordion #sp-ea-231.sp-easy-accordion .sp-ea-single .ea-header a { color: #ffffff; padding: 20px 20px 20px 40px;}
.home_faqArea .home_faqText .home_faq .home_accordion h3 { margin: 0; font-size: 25px;}
.home_accordion #sp-ea-231.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {float:right; color: #ffffff;}
.home_accordion  #sp-ea-231.sp-easy-accordion .sp-ea-single .ea-body { background: #632e20;  padding: 0 20px 20px 40px;}
.home_faqArea .home_faqText .home_faq ul {list-style:none; font-size: 19px;}
.home_faqArea .home_faqText .home_faq ul li {width:100%; overflow: hidden; border-top: 1px solid #903f30; padding: 0 0 0 56px; line-height: 48px;}
.home_faqArea .home_faqText .home_faq ul li:first-child {background:url("images/acco-phone.png") no-repeat left;}
.home_faqArea .home_faqText .home_faq ul li:last-child {background:url("images/acco-email.png") no-repeat left;}
.home_faqArea .home_faqText .home_faq ul li a { color: #ea7347; transition: all 0.4s ease;}
.home_faqArea .home_faqText .home_faq ul li a:hover { color: #ffffff;}
.home_accordion #sp-ea-231.sp-easy-accordion .sp-ea-single {margin:0; border-radius: 0; background: #a24e32; border: none; border-bottom: 1px solid #c89684; border-top: 1px solid #723822;}
.home_accordion #sp-ea-231.sp-easy-accordion .sp-ea-single:last-child {border-bottom:none; }
.home_accordion #sp-ea-231.sp-easy-accordion .ea-expand { background: #612c20; border: none; margin: 0; border-bottom: 1px solid #c69484;} 
.numbers_area {clear:both; width: 100%; overflow: hidden; background: #333333; color: #ffffff; padding: 100px 0 50px;}
.numbers_area .column {width:25%; float:left; text-align: center; padding: 0 25px 50px;}
.numbers_area .column img {display:block; margin: 0 auto 30px;}
.numbers_area .column h2 {clear:both; width: 100%; overflow: hidden; font-size: 50px; font-weight: 400;}
.numbers_area .column p {clear:both; width: 100%; overflow: hidden; font-size: 22px;}
.home_blogArea {clear:both; width: 100%; overflow: hidden; padding: 100px 0; }
.home_blogArea .home_blog {clear:both; overflow: hidden;}
.home_blogArea .home_blog .blog_single {float:left; width: 44%; position: relative;}
.home_blogArea .home_blog .blog_single .date {position:absolute; top:0; left:0; color: #ffffff; width: 80px; height: 80px; padding: 10px 10px 10px 15px; font-size:25px; background: #f35c2e; line-height: 28px; font-weight: 500;}
.home_blogArea .home_blog .blog_single .date span { font-size: 20px; text-transform: uppercase;}
.home_blogArea .home_blog .blog_single .text {position:absolute; bottom: 0; max-width: 568px; width: 100%; background: rgba(0,0,0,0.8); padding: 25px 25px 25px 50px;}
.home_blogArea .home_blog .blog_single .text h2 { clear:both; width: 100%; font-size: 25px; line-height: 1.2; font-weight: 500; margin: 0 0 20px;}
.home_blogArea .home_blog .blog_single .text h2 a {color:#ffffff; transition: all 0.4s ease;}
.home_blogArea .home_blog .blog_single .text h2 a:hover {color:#119b48;}
.home_blogArea .home_blog .blog_single .text .meta_area {clear:both; width: 100%; overflow: hidden; text-align: right; color: #babab8;}
.home_blogArea .home_blog .blog_single .text .meta_area > span { margin: 0; padding: 0;}
.home_blogArea .home_blog .blog_single .text .meta_area span.comment { background:url("images/icon-comment.png") no-repeat left center;}
.home_blogArea .home_blog .blog_single .text .meta_area span.like { background:url("images/icon-like.png") no-repeat left center;}
.home_blogArea .home_blog .blog_single .text .meta_area span.view { background:url("images/icon-view.png") no-repeat left center;}
.home_blogArea .home_blog .blogs {float:left; width: 56%; padding: 0 0 0 70px; }
.home_blogArea .home_blog .blogs .blog_row {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.home_blogArea .home_blog .blogs .blog_row .date {clear:both; width: 100%; overflow: hidden; color: #f35c2e;}
.home_blogArea .home_blog .blogs .blog_row h2 {clear:both; width: 100%; overflow: hidden; font-size: 22px; font-weight: 400; margin: 0 0 15px;}
.home_blogArea .home_blog .blogs .blog_row h2 a {color:#666666; transition: all 0.4s ease;}
.home_blogArea .home_blog .blogs .blog_row h2 a:hover {color:#119b48;}
.home_blogArea .home_blog .blogs .blog_row p {clear:both; width: 100%; overflow: hidden; line-height: 1.2; margin: 0 0 10px;}
.home_blogArea .home_blog .blogs .blog_row .meta_area > span { margin: 0; padding: 0 30px 0 0; font-size:17px; color:#f2663a; font-weight: 500;}
.home_blogArea .home_blog .blogs .blog_row .meta_area span.comment { background:url("images/icon-comment.png") no-repeat left center;}
.home_blogArea .home_blog .blogs .blog_row .meta_area span.like { background:url("images/icon-like.png") no-repeat left center;}
.home_blogArea .home_blog .blogs .blog_row .meta_area span.view { background:url("images/icon-view.png") no-repeat left center;}
.home_blogArea .home_blog .blogs .btn_area {clear:both; width: 100%; text-align: right; font-weight: 500;}
.learn_moreArea {clear:both; width: 100%; overflow: hidden; background: #333333;}
.learn_moreArea .text {float:left; width: 50%; color:#ffffff;}
.learn_moreArea .text .learn_text {float:right; width: 100%; max-width: 650px; padding: 60px 50px 0 20px;}
.learn_moreArea .text .learn_text h2 {clear:both; width: 100%; overflow: hidden; font-size: 36px; font-weight: 500; margin: 0 0 30px;}
.learn_moreArea .text .learn_text h3 {clear:both; width: 100%; overflow: hidden; font-size: 22px; font-weight: 400; line-height: 1.2; margin: 0 0 30px;}
.learn_moreArea .lm_videoArea {clear:both; width: 100%; overflow: hidden;}
.learn_moreArea .lm_videoArea .lm_video {clear:both; width: 100%; overflow: hidden; border-bottom: 1px solid #717171; padding: 8px 0; display: flex; align-items: center;}
.learn_moreArea .lm_videoArea .lm_video:last-child { border: none;}
.learn_moreArea .lm_videoArea .lm_video .video_thumb {float:left; width:136px;}
.learn_moreArea .lm_videoArea .lm_video h4 {float:left; width:  calc(100% - 87px); padding: 0 0 0 25px; font-size: 17px; font-weight: 400;}
.learn_moreArea .text .learn_text ul {list-style:none;}
.learn_moreArea .text .learn_text ul li { width: 100%; border-bottom: 1px solid #717171; padding: 20px 50px 20px 0;}
.learn_moreArea .text .learn_text ul li:last-child {border:none;}
.learn_moreArea .video {float:left; width: 50%; /*background:url("images/bg-learn-more.jpg") no-repeat center center; background-size: cover;*/ min-height: 670px; display: flex; align-items: center; text-align: center;}
.learn_moreArea .video .videos_area {max-width:80%; margin: 0 auto;} 
.learn_moreArea .video .videos_area .slick-prev, .learn_moreArea .video .videos_area .slick-next { width: 45px; height: 45px; background-size: cover;}
.learn_moreArea .video .videos_area .slick-prev {background:url("images/video-left.png") no-repeat center center; left: -50px;}
.learn_moreArea .video .videos_area .slick-prev::before { content: '';}
.learn_moreArea .video .videos_area .slick-next {background:url("images/video-right.png") no-repeat center center; right: -50px;}
.learn_moreArea .video .videos_area .slick-next::before { content: '';}

.learn_moreArea .video .box {margin: 0 auto; width: 100%;} 
.learn_moreArea .video .box img:hover { opacity:0.7; transition: all 0.4s ease;}
.home_newsArea {clear:both; width: 100%; overflow: hidden; padding: 80px 0;}
.home_newsArea .home_news {clear:both; overflow: hidden; margin: 0 -50px;}
.home_newsArea .home_news .news_box {float:left; width: 50%; padding: 0 50px 80px;}
.home_newsArea .home_news .news_box .news_img {float:left; width: 127px;}
.home_newsArea .home_news .news_box .news_text {float:left; width:calc(100% - 127px); padding: 0 0 0 28px; /*min-height: 165px;*/}
.home_newsArea .home_news .news_box .news_text .date {clear:both; width: 100%; color: #ff5e2c; margin: -5px 0 10px;}
.home_newsArea .home_news .news_box .news_text h2 {clear:both; width: 100%; overflow: hidden; font-size: 21px; font-weight: 400; line-height: 1.2; margin: 0 0 10px;}
.home_newsArea .home_news .news_box .news_text h2 a {color:#666666; transition: all 0.4s ease;}
.home_newsArea .home_news .news_box .news_text h2 a:hover {color:#119b48;}
.home_newsArea .home_news .news_box .news_text p {clear:both; width: 100%; overflow: hidden; line-height: 1.4; margin: 0;}
.home_newsArea .btn_area {clear:both; width: 100%; overflow: hidden; text-align: right; font-weight: 500;}
.inner_cover {clear:both; width:100%; overflow: hidden; padding: 156px 0 0; border-bottom: 8px solid #ff5e2c;}
.inner_cover .inner_banner {clear:both; width: 100%; overflow: hidden; min-height: 304px; display: flex; align-items: center;}
.page-id-87 .inner_cover .inner_banner {background: url(https://greenbrilliance.com/wp-content/uploads/2020/08/banner-about-1.jpg) no-repeat center bottom !important;}
.inner_cover .inner_banner h1 {color:#ffffff; font-size: 50px; font-weight: 400; text-align: center; line-height: 1.3;}
.page-id-79 .inner_cover .inner_banner {background: url(https://greenbrilliance.com/wp-content/uploads/2020/09/banner-solarpedia.jpg) no-repeat center bottom !important;}
.common_page,.team_area,.team_detail,.whitepaper_page,.video_page,.news_page,.blog_page,.blog_detailPage,.service_page,.testimonials_page,.testimonials_detail,.tools_page {clear:both; width: 100%;overflow: hidden; padding: 70px 0 130px;}
.breadcrumbs {clear:both; width: 100%; overflow: hidden; font-weight: 500; font-size: 18px; color: #f2663a; margin: 0 0 26px;}
.breadcrumbs sup { font-size:13px;}
.breadcrumbs a {color: #f2663a;}
.breadcrumbs span.divider {padding:0 5px;}
.inner_page .alignright { margin:0 0 80px 120px; clear: both;}
.inner_page .service_text .alignright { margin:0 0 40px 40px; clear: both;}
.inner_page .alignleft { margin:0 120px 80px 0; clear: both;}
.inner_page h2 { font-size:40px; font-weight: 400; line-height: 1.3; margin: 0 0 30px;}
.inner_page p { margin: 0 0 40px;}
.inner_page .common_page ul { margin: 0 0 40px; list-style: none;}
.inner_page .common_page ul li {padding:0 0 5px 20px; background: url("images/bullet.png") no-repeat left 10px;}
.why_icons {clear:both; margin: 0 -3000px 100px; padding: 80px 3000px 0; background: #f2f1ec;}
.why_icons .why_area {clear:both; overflow: hidden; margin: 0 -10px;}
.why_icons .why_area .column {float:left; width: 20%; padding: 0 45px 80px; text-align: center;}
.why_icons .why_area .column p {margin:0 0 20px;}
.why_icons .why_area .column h5 {clear:both; width: 100%; overflow: hidden; font-size: 15px; font-weight: 500; margin: 0; min-height: 68px;}
.inner_page h6 { clear:both; width: 100%; overflow: hidden; font-size:40px; font-weight: 400; line-height: 1.3; margin: 30px 0 80px; text-align: center;}
.mission_vision {clear:both; overflow: hidden; margin: 0 -50px;}
.mission_vision .column {float:left; width: 50%; padding: 0 50px 70px;}
.mission_vision .column h3 {clear:both; width: 100%; overflow: hidden; font-size: 40px; font-weight: 700; text-transform: uppercase; color: #ff6633; margin: 0 0 30px;}
.mission_vision .column p { font-size:30px; line-height: 50px; font-weight: 300;}
.core_area {clear:both; margin: 0 -3000px 100px; padding: 100px 3000px 0; background: #f2f1ec;}
.core_area h4 {clear:both; width: 100%; overflow: hidden; font-size: 25px; font-weight: 600; margin: 0 0 40px;}
.core_area .core {clear:both; margin: 0 -20px; overflow: hidden;}
.core_area .core .column {float:left; width: 25%; padding: 0 0 80px;}
.core_area .core .column p span { font-size:175px; color:#ff5e2c; font-weight: 600; text-align: center; display: block; line-height: 0.8; text-transform: uppercase;}
.core_area .core .column .core_box {clear:both; width:100%; overflow: hidden; border-right: 1px solid #cdccc8; padding: 0 20px; min-height: 210px;	}
.core_area .core .column:last-child .core_box {border:none;}
.core_area .core .column .core_box .title {clear:both; width: 100%; text-align: center; font-size:19px; color: #000000; font-weight: 600; margin: 0 0 20px;}
.core_area .core .column .core_box p {margin:0;}
.promise {clear:both; width: 100%; overflow: hidden; font-size: 26px; color: #ff6600; font-weight: 500;}
.partner .single {clear:both; width: 100%; overflow: hidden; margin: 0 0 40px;}
.partner .partner_logos { clear:both; overflow: hidden; margin: 0 -35px;}
.partner .partner_logos .column {float:left; width: 25%; padding: 0 35px 20px; text-align: left;}
.partner .partner_logos .column .aligncenter {float:left;}
.partner_formArea {clear:both; width: 100%; overflow: hidden;}
.partner_form {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.partner_form .form_row {clear:both; overflow: hidden; margin: 0 -30px;}
.partner_form .form_row .column { float:left; width: 50%; padding: 0 30px 30px;}
.partner_form .form_row .column input { border: 1px solid #e0e0e0; width: 100%; line-height: 56px; padding: 0 12px; font-size: 20px;}
.partner_form .form_row .column textarea { border: 1px solid #e0e0e0; width: 100%; padding: 20px 12px; height: 130px; font-size: 20px;}
.partner_form .form_row .column input::-webkit-input-placeholder,.partner_form .form_row .column textarea::-webkit-input-placeholder { color: #333333; opacity: 1;}
.partner_form .form_row .column input:-ms-input-placeholder,.partner_form .form_row .column textarea:-ms-input-placeholder { color: #333333; opacity: 1;}
.partner_form .form_row .column input::placeholder,.partner_form .form_row .column textarea::placeholder { color: #333333; opacity: 1;}
.partner_form .captcha {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px;}
.partner_form .btn_area {clear:both; width: 100%; overflow: hidden;}
.partner_form .btn_area input[type="submit"] { background:#ff5e2c; border: none; color: #ffffff; font-size: 24px; font-weight: 600; padding: 0 72px; line-height: 56px;  transition: all 0.4s ease;}
.partner_form .btn_area input[type="submit"]:hover { background: #119b49;}
.team_listing {clear:both; overflow: hidden; margin: 0 -50px;}
.team_listing .column {float:left; width: 33.33%; padding: 0 50px 70px; text-align: center;}
.team_listing .column img {display:block; margin: 0 auto 20px;}
.team_listing .column .team_cover {clear:both; width: 100%; overflow: hidden; min-height: 110px;}
.team_listing .column h2 {clear:both; width: 100%; overflow: hidden; font-size: 22px; font-weight: 500; margin: 0 0 5px;}
.team_listing .column h2 a,.team_listing .column .btn_area a {color:#666666; transition: all 0.4s ease;}
.team_listing .column h2 a:hover,.team_listing .column .btn_area a:hover {color:#1aaf6b;}
.team_listing .column .desi {clear:both; width: 100%; overflow: hidden; font-size: 17px; font-weight: 500; color: #ff5e2c; margin: 0 0 5px;}
.team_listing .column .btn_area {clear:both; width: 100%; overflow: hidden; font-size: 13px;}
.team_detailArea {clear:both; width: 100%; overflow: hidden; padding: 30px 0 0;}
.team_detailArea .team_top {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.team_detailArea .team_top .team_img {float:left; width: 360px;}
.team_detailArea .team_top .team_right {float:left; width:  calc(100% - 360px); padding: 0 0 0 50px;}
.team_detailArea .team_top .team_right .meta {clear:both; width: 100% ;overflow: hidden; border-bottom:1px solid #f2f1ec;}
.team_detailArea .team_top .team_right h2 { font-size:32px; color: #666666; font-weight: 500; margin: 0 0 5px;}
.team_detailArea .team_top .team_right .desi { font-size:22px; color: #ff5e2c; font-weight: 500; margin: 0 0 5px;}
.team_detailArea .team_top .team_right .linkedin {clear:both; width: 100%; overflow: hidden; margin: 0 0 10px;}
.team_detailArea .team_top .team_right .brief_intro { clear:both; width: 100%; overflow: hidden; padding: 30px 0; font-size:22px; line-height: 28px; color: #231f20;}
.team_detailArea .member_bio {clear:both; width: 100%; overflow: hidden;}
.team_detailArea .member_bio p { margin: 0 0 30px;}
.clear {clear:both; display: block;}
.career_page {clear:both; width: 100%; overflow: hidden; padding: 70px 0 20px;}
.career_bottom {clear:both; width: 100%; overflow: hidden; background:url("images/career-bg.jpg") repeat-y center top; text-align: center; padding: 60px 0 50px;}
.career_bottom h2 {clear:both; width: 100%; overflow: hidden; font-size: 40px; font-weight: 400; margin: 0 0 20px;}
.career_bottom .btn_area {clear:both; width: 100%; overflow: hidden;}
.career_bottom .btn_area a { font-size:30px; color: #ffffff; display: inline-block; line-height: 74px; padding: 0 40px; border-radius: 10px; background: #ff5e2c; transition: all 0.4s ease;}
.career_bottom .btn_area a:hover {background:#119b49;}
.contact_area {clear:both; width: 100%; overflow: hidden;}
.contact_area .contact_infoCover {clear:both; width: 100%; overflow: hidden; padding: 0 0 100px;}
.contact_area .contact_infoCover h3 { clear:both; width: 100%; overflow: hidden; font-size:40px; font-weight: 400; margin: 0 0 50px !important; color: #333333;}
.contact_area .contact_infoCover #tab_container_150 .wpsm_nav-tabs > li.active > a, .contact_area .contact_infoCover #tab_container_150 .wpsm_nav-tabs > li.active > a:hover, .contact_area .contact_infoCover #tab_container_150 .wpsm_nav-tabs > li.active > a:focus { color: #ffffff !important;}
.contact_area .contact_infoCover #tab_container_150 .wpsm_nav-tabs > li > a {border:1px solid #f2663a !important; font-size:24px !important; font-family: 'Raleway', sans-serif !important; padding: 0 37px !important; line-height: 54px !important; }
.contact_area .contact_infoCover #tab_container_150 .tab-content {padding:50px 0 0 !important; border: none !important;}
.contact_area .contact_infoCover .contact_infoArea {clear:both; width: 100%;}
.contact_area .contact_infoCover .contact_infoArea .contact_info {float:left; width: 50%; padding: 0 80px 0 0;}
.contact_area .contact_infoCover #tab_container_150 .tab-content {font-family: 'Raleway', sans-serif !important; overflow: visible !important;}
.contact_area .contact_infoCover .contact_infoArea .contact_info h4 { clear:both; width: 100%; overflow: hidden; font-size: 24px; font-weight: 500; color: #333333; margin: 0 0 30px;}
.contact_area .contact_infoCover .contact_infoArea .contact_info div {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px; padding: 0 0 0 66px;}
.contact_area .contact_infoCover .contact_infoArea .contact_info div.location {background:url("images/icon-location-contact.png") no-repeat left top; min-height: 49px; display: flex; align-items: center;}
.contact_area .contact_infoCover .contact_infoArea .contact_info div.phone {background:url("images/icon-phone-contact.png") no-repeat left top; min-height: 36px; display: flex; align-items: center;}
.contact_area .contact_infoCover .contact_infoArea .contact_info div.email {background:url("images/icon-email-contact.png") no-repeat left top; min-height: 26px; display: flex; align-items: center;}
.contact_area .contact_infoCover .contact_infoArea .contact_info div.time {background:url("images/icon-time-contact.png") no-repeat left top; min-height: 34px; display: flex; align-items: center;}
.contact_area .contact_infoCover .contact_infoArea .contact_info div a {color:#666666;transition: all 0.4s ease;}
.contact_area .contact_infoCover .contact_infoArea .contact_info div a:hover {color:#0a9949;}
.contact_area .contact_infoCover .contact_infoArea .contact_map {float:left; width: 50%; margin: -100px 0 0;}
.contact_form_area,.contact_form_area .contact_form {clear:both; width: 100%; overflow: hidden;}
.contact_form_area .contact_form .form_row { clear:both; overflow: hidden; margin: 0 -43px;}
.contact_form_area .contact_form .form_row .column {float:left; width: 50%; padding: 0 43px 35px;}
.contact_form_area .contact_form .captcha {clear:both; width: 100%; overflow: hidden; padding: 0 0 35px;}
.contact_form_area .contact_form .form_row textarea,.contact_form_area .contact_form .form_row .column input {border:1px solid #999999; width: 100%; line-height: 56px; font-size: 21px; padding: 0 20px;}
.contact_form_area .contact_form .form_row textarea {height:130px;}
.contact_form_area .contact_form .form_row .column input::-webkit-input-placeholder,.contact_form_area .contact_form .form_row textarea::-webkit-input-placeholder,.paoc-popup-modal-cnt .popup_body .popup_form .form_row input::-webkit-input-placeholder { color: #333333; opacity: 1;}
.contact_form_area .contact_form .form_row .column input:-ms-input-placeholder,.contact_form_area .contact_form .form_row textarea:-ms-input-placeholder,.paoc-popup-modal-cnt .popup_body .popup_form .form_row input:-ms-input-placeholder { color: #333333; opacity: 1;}
.contact_form_area .contact_form .form_row .column input::placeholder,.contact_form_area .contact_form .form_row textarea::placeholder,.paoc-popup-modal-cnt .popup_body .popup_form .form_row input::placeholder { color: #333333; opacity: 1;}
.contact_form_area .contact_form .btn_area {clear:both; width: 100%; overflow: hidden;}
.contact_form_area .contact_form .btn_area input,.paoc-popup-modal-cnt .popup_body .popup_form .btn_area input,.paoc-popup-modal .form_area input[type="submit"] { background:#ff5e2c; border: 0; padding: 0 74px; line-height: 56px; color: #ffffff; font-size:24px; font-weight: 600; border-radius: 0;transition: all 0.4s ease;}
.contact_form_area .contact_form .btn_area input:hover,.paoc-popup-modal-cnt .popup_body .popup_form .btn_area input:hover,.paoc-popup-modal .form_area input[type="submit"]:hover {background:#089a49;}
.whitepaper_listing {clear:both; width: 100%; overflow: hidden;}
.whitepaper_listing .column {float:left; width: 50%; max-width: 588px; padding: 0 150px 100px 0;}
.whitepaper_listing .column > img {clear:both; display: block; margin: 0 0 20px;}
.whitepaper_listing .column h2 {clear:both; width: 100%; overflow: hidden; font-size:25px; font-weight: 500; color: #f2663a; margin: 0 0 20px;}
.whitepaper_listing .column p {margin:0 0 20px;}
.whitepaper_listing .column .btn_area {clear:both; width: 100%; overflow: hidden;}
.whitepaper_listing .column .btn_area a {font-size:16px; font-weight: 500; line-height: 36px;transition: all 0.4s ease;}
.whitepaper_listing .column .btn_area a img { margin: -7px 0 0 5px;}
.video_page .video_section {clear:both; width: 100%; overflow: hidden; border-bottom: 1px solid #ececec; padding: 25px 0 0}
.video_page .video_section:last-child {border:none;}
.video_page .video_section h3 {clear:both; width: 100%; overflow: hidden; font-size:18px; font-weight: 600; margin: 0 0 10px;}
.video_page .video_listing {clear:both; overflow: hidden; margin: 0 -22px;}
.video_page .video_area .video_listing.for_youtube {margin: 0 -7px;}
.video_page .video_listing .column {float:left; width:33.33%; padding: 0 22px 60px;}
.video_page .video_area .video_listing.for_youtube .column {width:20%; padding: 0 7px;}
.video_page .video_area .video_listing.for_youtube .column:nth-of-type(5n+1) {clear:both;}
.video_page .video_area .video_listing.gbvideos .column:nth-of-type(3n+1) {clear:both;}
.video_page .video_listing .column img {clear:both; display: block; margin: 0 0 10px;}
.video_page .video_listing .column h2 {clear:both; width: 100%; overflow: hidden; font-size:22px; font-weight: 500;}
.video_page .video_area .video_listing.for_youtube .column h2 {font-size:16px; font-weight: 600;}
.video_page .video_listing .column h2 a {color:#f2663a;transition: all 0.4s ease;}
.video_page .video_listing .column h2 a:hover { color:#119b49;}
.paoc-popup-modal-cnt {padding:0;}
.paoc-popup-modal-cnt h2,.paoc-popup-modal-cnt .review_img { clear:both; width: 100%; overflow: hidden; background: #f2f1ec; font-size:40px; font-weight: 400; padding: 23px 50px;}
.paoc-popup-modal-cnt h2.raq {text-align:center; margin: 0 0 10px;}
.paoc-popup-modal-cnt h3 { clear:both; width: 100%; overflow: hidden; font-size:24px; font-weight: 400; margin: 0 0 20px; text-align: center;}
.paoc-popup-modal-cnt .popup_body {clear:both; width: 100%; overflow: hidden; padding: 30px 50px 40px;}
.paoc-popup-modal-cnt .popup_body.review p {line-height:1.5;}
.paoc-popup-modal-cnt .popup_body .popup_form {clear:both; width: 100%; overflow: hidden; padding: 10px 0 0;}
.paoc-popup-modal-cnt .popup_body .popup_form .form_row {clear:both; width: 100%; overflow: hidden; margin: 0 0 18px;}
.paoc-popup-modal-cnt .popup_body .popup_form .form_row input,.paoc-popup-modal .form_area input[type="email"] {clear:both; width: 100%; overflow: hidden; border: 1px solid #999999; line-height: 42px; padding: 0 25px;}
.paoc-popup-modal-cnt .popup_body .popup_form .btn_area {clear:both; width: 100%; overflow: hidden; text-align: center;}
.paoc-popup-modal-cnt .popup_body .meta {clear:both; width: 100%; overflow: hidden; font-size:40px; font-weight: 400; padding: 0 50px 23px 0;}

.paoc-popup-close {width:31px; height: 32px; background: url("images/icon-close.png") no-repeat; top:32px; right: 32px;}
.faqs_area {clear:both; width: 100%; overflow: hidden;}
.faqs_area h4 {clear:both; width: 100%; overflow: hidden; font-size:19px; margin: 0 0 36px; color: #231f20; font-weight: 400;}
.faqs_area h4 a {font-weight:500;}
.faqs_area #sp-ea-229.sp-easy-accordion .sp-ea-single {border:none; margin: 0 0 40px;}
.faqs_area #sp-ea-229 h3.ea-header { background: #f2f1ec; border-bottom: 1px solid #b2b2b2; font-size: 30px; color: #ff5725; font-weight: 400;}
.faqs_area #sp-ea-229.sp-easy-accordion .sp-ea-single .ea-header a {color:#ff5725;}
.faqs_area #sp-ea-229.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {float:right;color:#ff5725;}
.faqs_area #sp-ea-229.sp-easy-accordion .sp-ea-single .ea-body {padding:50px 20px;}
.faqs_area .faqs h4 {font-weight:500;}
.inner_page .faqs_area .faqs p {margin:0 0 30px;}
.inner_page .faqs_area .faqs ul {list-style:disc; padding: 0 0 30px 18px;}
.news_area {clear:both; width: 100%; overflow: hidden;}
.news_area .news_listing {float:left; width: 73%; padding: 0 50px 0 0;} 
.news_area .news_listing .ui-tabs {clear:both; width: 100%; overflow: hidden;}
.news_area .news_listing .ui-tabs .ui-tabs-nav {clear:both; width: 100%; overflow: hidden; list-style: none;}
.news_area .news_listing .ui-tabs .ui-tabs-nav li.ui-tabs-tab {display:inline-block; margin: 0 24px 0 0; font-size:18px; font-weight: 500; color:#000000;}
.news_area .news_listing .ui-tabs .ui-tabs-nav li.ui-tabs-tab a {color:#000000; border-bottom: 4px solid rgba(255,94,44,0); padding: 0 7px 5px; float:left;}
.news_area .news_listing .ui-tabs .ui-tabs-nav li.ui-tabs-tab a:hover,.news_area .news_listing .ui-tabs .ui-tabs-nav li.ui-state-active a {color:#000000; border-bottom: 4px solid rgba(255,94,44,1);}
.news_area .news_listing .row {clear:both; width: 100%; overflow: hidden; padding:30px 0; border-bottom: 1px solid #e5e5e5;}
.news_area .news_listing .row:last-child {border:none;}
.news_area .news_listing .row .news_img {float:left; width: 200px;}
.news_area .news_listing .row .news_text {float:left; width: calc(100% - 200px); padding: 0 0 0 20px;}
.news_area .news_listing .row .news_text .meta {clear:both; width: 100%; overflow: hidden; margin: 0 0 10px; color: #ff5e2c;}
.news_area .news_listing .row .news_text h2 { font-size:21px; font-weight: 500; color: #666666; margin: 0 0 10px;}
.news_area .news_listing .row .news_text .brief_text { clear:both; width: 100%; overflow: hidden; font-size: 17px; margin: 0 0 20px; }
.news_area .news_listing .row .news_text .btn_area {clear:both; width: 100%; overflow: hidden; font-weight: 500;}
.news_area .news_listing .row .news_text .news_details { clear:both; width: 100%; overflow: hidden; font-size: 17px; margin: 0 0 20px; } 
.news_area .news_listing .row .news_text .news_details p {margin:0 0 30px;}
.news_area .news_listing .row .news_text .news_details ul {margin:0 0 30px;}
.news_area .news_listing .row .news_text .news_details ul li {padding:0 0 5px 20px;  background: url("images/bullet.png") no-repeat left 10px;}

.news_area .whitepaper_sidebar {float:left; width: 27%;}
.whitepaper_sidebar .column {clear:both; width: 100%; overflow: hidden; margin: 0 0 34px;}
.whitepaper_sidebar .column .wp_sidebarImg {float:left; width: 103px;}
.whitepaper_sidebar .wp_sidebarText {float:left; width: calc(100% - 103px); padding: 0 0 0 16px;}
.whitepaper_sidebar .wp_sidebarText h2 {font-size:17px; margin: 0 0 20px;}
.whitepaper_sidebar .wp_sidebarText .btn_area {font-weight:500;}
.whitepaper_sidebar .wp_sidebarText .btn_area img {margin:-7px 0 0;}
.inner_banner.blog_banner { background:url("images/banner-solarpedia.jpg") no-repeat bottom center; background-size: cover;}
.blog_listing {clear:both; overflow: hidden; margin: 0 -25px;}
.blog_listing .column {float:left; width: 33.33%; padding: 0 25px 80px;}
.blog_listing .column .blog_thumb {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.blog_listing .column h2 {clear:both; width: 100%; overflow: hidden; font-size: 22px; margin: 0 0 10px; min-height: 86px;}
.blog_listing .column .meta {clear:both; width: 100%; overflow: hidden; font-size:14px; font-weight: 500; color: #999999; margin: 0 0 20px;}
.blog_listing .column .meta > span {padding:0 30px 0 0;}
.blog_listing .column .blog_text {clear:both; width: 100%; overflow: hidden;}
.blog_listing .column .blog_text p {margin:0 0 20px; min-height: 104px;}
.blog_listing .column .blog_text .btn_area {clear:both; width: 100%; overflow: hidden; font-weight: 500; font-size: 17px; padding: 20px 0 0;}
.blog_detail {clear:both; width: 58%; float:left;}
.blog_detail .blog_headerImg {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px;}
.blog_detail h1 {clear:both; width: 100%; overflow: hidden; font-size:25px; font-weight: 600; color: #333333; margin: 0 0 10px;}
.blog_detail .blog_meta {clear:both; width: 100%; overflow: hidden; font-size:17px; font-weight: 500; color: #f2663a; margin: 0 0 30px;}
.blog_detail .blog_meta > span { padding:0 30px 0 0;} 
.blog_detail p {margin:0 0 30px;}
.blog_detail h2 {overflow: hidden; font-size:21px; font-weight: 600; color: #333333; margin: 0 0 10px;}
.blog_detail h3 {clear:both; width: 100%; overflow: hidden; font-size:19px; font-weight: 600; color: #119b49; margin: 0 0 10px;}
.blog_detail ul {width: 100%; overflow: hidden; clear: both; margin: 0 0 20px; padding: 0 0 0 20px; list-style: disc;}
.blog_detail ul li {padding:0 0 10px;}
.blog_detail ol { padding:0 0 0 20px;}
.blog_detail ol li {padding-left:5px;}
.post-navigation .nav-links a { width: 23px; height:25px; text-indent: -3000px; font-size: 0; display: block;}
.post-navigation .nav-links .btn_prev {float:left;}
.post-navigation .nav-links .btn_prev a {background:url("images/blog-left.png") no-repeat;  margin: 0 40px 0 0;}
.post-navigation .nav-links .btn_next {float:left;}
.post-navigation .nav-links .btn_next a {background:url("images/blog-right.png") no-repeat;}
.blog_sidebar {float:left; width: 42%; padding: 0 0 0 95px;}
.blog_sidebar h2 {clear:both; width: 100%; overflow: hidden; font-size: 22px; font-weight: 500; color: #ff5e2c; margin: 0 0 10px;}
.blog_sidebar .widget_area {clear:both; width: 100%; overflow: hidden; padding:0 0 70px;}
.blog_sidebar .row {clear:both; width: 100%; overflow: hidden; padding: 18px 0; border-bottom: 1px solid #eeeeee;}
.blog_sidebar .row:last-child {border:none;}
.blog_sidebar .row a {color:#222222;transition: all 0.4s ease;}
.blog_sidebar .row a:hover {color:#119b49;}
.service_content {float:left; width: 66%; padding: 0 100px 50px 0;}
.service_content .alignleft { margin: 0 0 40px; display: block; float: none;}
.inner_page .service_content h2 { font-size:19px; font-weight: 600; color:#231f20;}
.service_content h3 { font-size:25px; margin: 0 0 30px; font-weight: 400; color:#231f20;}
.service_content h4 { font-size:19px; margin: 0 0 20px; font-weight: 500; color:#333333; border-bottom: 1px solid #b2b2b2; padding: 0 0 8px;}
.inner_page .service_content p {margin:0 0 30px;}
.service_content p strong {font-weight:500;}
.service_content ul {list-style:none; margin: 0 0 30px;}
.service_content ul li {padding:0 0 8px 20px; background: url("images/bullet.png") no-repeat left 9px;}
.contact_block {clear:both; width: 100%; overflow: hidden; margin:100px 0 0; background: #f2f1ec url("images/contact-bg.jpg") no-repeat right top;}
.contact_block .contact_img {float:left; width: 256px; background: #d1ccb3;}
.contact_block .contact_text {float:left; width: calc(100% - 256px); padding: 10px; }
.contact_block .contact_text h3 {clear:both; width: 100%; overflow: hidden; font-size:17px;font-weight: 600; margin: 0 0 8px;}
.contact_block .contact_text p {clear:both; width: 100%; overflow: hidden; margin: 0;}
.contact_block .contact_text p a {font-weight:500;transition: all 0.4s ease;}
.contact_block .contact_text .btn_area {clear:both; width: 100%; overflow: hidden; margin: 10px 0 0;}
.contact_block .contact_text .btn_area a { border:1px solid #cccbc7; line-height: 38px; padding: 0 10px; display: inline-block; font-weight: 500;}
.service_sidebar {float:left; width: 34%;}
.service_sidebar .sidebar_menu {clear:both; width: 100%; overflow: hidden; background: #f2f1ec;}
.service_sidebar .sidebar_menu ul {clear:both; width: 100%; overflow: hidden; border-left: 6px solid #ff5f2d;}
.service_sidebar .sidebar_menu ul a {border-bottom:1px solid #e2e1dc; display: block; line-height: 34px; padding: 18px 10px 18px 30px; font-size: 22px; font-weight: 500; color: #000000;transition: all 0.4s ease;}
.service_sidebar .sidebar_menu ul li.current-menu-item a,.service_sidebar .sidebar_menu ul a:hover { background: #f9f9f7;}
.sidebar_testi {clear:both; width: 100%; overflow: hidden; background: #f7f7f5; padding: 70px 50px;}
.sidebar_testi .sidebar_testiImg {clear:both; width: 100%; overflow: hidden; text-align: center;}
.sidebar_testi .sidebar_testiImg img { width: 115px; height: 115px; border-radius: 100px;}
.sidebar_testi .sb_testiText {clear:both; width: 100%; overflow: hidden;}
.sidebar_testi .sb_testiText span.left { clear:both; width: 100%; overflow: hidden; float: left; text-align: left; margin: 0 0 20px;}
.sidebar_testi .sb_testiText span.right { clear:both; width: 100%; overflow: hidden; float: left; text-align: right; }
.sidebar_testi .sb_testiText p { clear:both; width: 100%; overflow:hidden; margin: 0 0 5px;}
.sidebar_testi .sb_testiText .writer {clear:both; width: 100%; overflow: hidden; font-size: 16px; color: #000000; font-weight: 600; font-style: italic; padding: 16px 0 0;}
.service_sidebar .sidebar_download {clear:both; width: 100%; overflow: hidden; padding:25px 40px 50px; background: #f7f7f5;}
.service_sidebar .sidebar_download .title {clear:both; width: 100%; overflow: hidden; font-size:22px; color:#ff5e2c; line-height: 27px; padding: 10px 0 14px; }
.service_sidebar .sidebar_download .title img {margin:-10px 0 0;}
.service_sidebar .sidebar_download .title a {color:#ff5e2c;transition: all 0.4s ease;}
.service_sidebar .sidebar_download .title a:hover {color:#1aaf6b;}
.service_sidebar .sidebar_download ul {list-style:none; clear:both; width: 100%; overflow: hidden;}
.service_sidebar .sidebar_download ul a {display:block; border-bottom:  1px solid #cccccc; padding: 13px 0; color: #000000;transition: all 0.4s ease;}
.service_sidebar .sidebar_download ul a:hover {color:#119b49;}
.service_acco {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.service_acco #sp-ea-227.sp-easy-accordion .sp-ea-single,.service_acco #sp-ea-1505.sp-easy-accordion .sp-ea-single {margin-bottom:2px; border: none; border-radius: 0;}
.service_acco .sp-easy-accordion .sp-ea-single .ea-header { background: #f2f1ec; font-size:20px; font-weight: 500;}
.service_acco #sp-ea-227.sp-easy-accordion .sp-ea-single .ea-header a,.service_acco #sp-ea-1505.sp-easy-accordion .sp-ea-single .ea-header a {color:#ff5e2c; }
.service_acco #sp-ea-227.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa,.service_acco #sp-ea-1505.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {float:right;}
.service_acco #sp-ea-227.sp-easy-accordion .sp-ea-single .ea-body {padding:50px 5px;}
.service_acco #sp-ea-1505.sp-easy-accordion .sp-ea-single .ea-body {padding:0;}
.service_acco hr { border-bottom:1px solid #999999; margin: -15px 0 25px; }
.service_acco .job_postingArea {background:#fdfdfd; border:1px solid #eee;}

.wonderplugin3dcarousel-item > a,#html5-watermark > a, .wonderplugin-gridgallery-item > a {display:none !important;}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item {border:1px solid #cccccc;}
.certi_area #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text,.gallery_area #wonderplugingridgallery-2 .wonderplugin-gridgallery-item-text {background:rgba(241,103,57,0.9); font-size: 17px; font-weight: 600;font-family: 'Raleway', sans-serif; padding: 10px 20px;}
.certi_area #wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title,.gallery_area #wonderplugingridgallery-2 .wonderplugin-gridgallery-item-title {font-size:17px; line-height: 1.4;}
.wonderplugin-gridgallery-tags { margin: 0 0 40px;}
.testimonials_listing {clear:both; width: 100%; overflow: hidden;}
.testimonials_listing .row {clear:both; width: 100%; overflow: hidden; padding: 30px 0; border-bottom: 1px solid #dadada; display: flex; align-items: center;}
.testimonials_listing .row:last-child {border:none;}
.testimonials_listing .row .testi_img {float:left; width: 172px;} 
.testimonials_listing .row .testi_img img {border-radius: 100px;}
.testimonials_listing .row .testi_text {float:left; width: calc(100% - 172px); padding: 0 0 0 50px;}
.testimonials_listing .row .testi_text h2 { margin: 0 0 20px;}
.testimonials_listing .row .testi_text h2 a {color:#333333;transition: all 0.4s ease;}
.testimonials_listing .row .testi_text h2 a:hover {color:#119b49;}
.testimonials_listing .row .testi_text .tag {clear:both; width: 100%; overflow: hidden; font-size: 25px; color: #ff5e2c;}
.testimonials_listing .row .testi_text .btn_area {clear:both; width: 100%; overflow: hidden; text-align: right; font-size: 19px; font-weight: 500;}
.testi_detailArea {clear:both; width: 100%; overflow: hidden;}
.testi_detailArea h2 {clear:both; width: 100%; overflow: hidden; color: #000000; font-size: 60px; font-weight: 400; line-height: 65px; margin: 0 0 40px;}
.testi_detailArea .testi_left {float:left; width:35%; background: #f5f5f5; padding: 0 0 70px;}
.testi_detailArea .testi_left .site_img {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.testi_detailArea .testi_left .site_img img {width:100%;}
.testi_detailArea .testi_left .writer {clear:both; width: 100%; overflow: hidden; text-align: center; padding: 24px; background: url("images/writer-bg.png") no-repeat center center; margin: 0 0 40px;}
.testi_detailArea .testi_left .writer img {width:75px; height: 75px; border-radius: 100px;}
.testi_detailArea .testi_left .testi_quote {clear:both; width: 100%; overflow: hidden; padding: 0 50px 30px; text-align: center; font-size:20px; color: #119b48;font-family: 'Playfair Display', serif; font-style: italic; }
.testi_detailArea .testi_left .testi_quote span.left img { margin: -15px 0 0;}
.testi_detailArea .testi_left .testi_quote span.right img { margin: -15px 0 0 5px;}
.testi_detailArea .testi_left .testi_name {clear:both; width: 100%; overflow: hidden; text-align: center; font-size:14px; text-transform: uppercase; font-weight: 700; color: #000000; letter-spacing: 2px; padding: 0 20px;}
.testi_detailArea .testi_right {float:left; width:65%; padding: 0 0 0 40px;}
.testi_detailArea .testi_right h3 {clear:both; width: 100%; overflow: hidden; font-size: 27px; color: #ff6633; font-weight: 500; margin: 0 0 20px;}
.testi_detailArea .testi_right p {margin:0 0 26px;}
.youtube_cover {clear:both; margin: 0 -30px;}
.youtube_cover .column { padding:0 30px;} 
.youtube_cover .slick-prev, .youtube_cover .slick-next {height:47px; width:47px; transition: all 0.4s ease;}
.youtube_cover .slick-next {background:url("images/arrow-right.png") no-repeat; right:-25px; background-size: cover;}
.youtube_cover .slick-next::before { content: '';}
.youtube_cover .slick-next:hover {background:url("images/arrow-right.png") no-repeat; right:-25px; background-size: cover;  opacity: 0.6; margin-top: -4px;}
.youtube_cover .slick-prev {background:url("images/arrow-left.png") no-repeat; left: -25px;  background-size: cover;}
.youtube_cover .slick-prev::before { content: '';}
.youtube_cover .slick-prev:hover { background:url("images/arrow-left.png") no-repeat; background-size: cover;  opacity: 0.6;  margin-top: -4px;}
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0;}
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.youtube_area { clear:both; width: 100%; margin: 0 0 70px;}
.video_page .video_listing.downloads .column h2 a { font-size:19px; color: #231f20;}
.video_page .video_listing.downloads .column h2 a:hover { color: #119b49;}
.video_page .video_listing.downloads .column img { margin: 0 0 10px;}
.sitemap_area {clear:both; width: 100%; overflow: hidden;}
.sitemap_area .column {float:left; width: 33.33%; padding: 0 100px 0 0; font-size: 24px; }
.sitemap_area .column h2 {clear:both; width: 100%; overflow: hidden; fotn-size:40px; color: #009933; font-weight: 500; margin: 0 0 20px;}
.sitemap_area .column a { color: #000000; clear: both; float: left;transition: all 0.4s ease;}
.sitemap_area .column a:hover {color:#ff5725;}
.sitemap_area .column h2 a { color: #009933;}
.sitemap_area .column h2 a:hover {color:#ff5e2c;}
.sitemap_area .column .links {clear:both; width: 100%; overflow: hidden; margin: 0 0 40px;}
.sitemap_area .column ul {list-style:none; padding: 0; margin: 0 0 40px; clear: both; overflow: hidden;}
.sitemap_area .column ul li {padding:0 0 0 22px; background: url("images/bullet.png") no-repeat left 15px; clear: both; width: 100%; overflow: hidden;}
.video_page .video_listing.landing .column h2 {text-align:center; margin: 0 0 5px;}
.video_page .video_listing.landing .column h2 a {color:#666666;}
.video_page .video_listing.landing .column h2 a:hover {color:#ff5e2c;}
.video_page .video_listing.landing .column .btn_area {clear:both; width: 100%; overflow: hidden; text-align: center;}
#gridgallery-html5-lightbox .html5-text span.html5-title-prefix {display:none !important;}
.page-id-569 .inner_cover .inner_banner { background-position: right !important;}
.table_title {clear:both; width: 100%; overflow: hidden; background: #FF9900; color: #ffffff; max-width: 610px; margin: 30px 0 0; font-weight: 700; padding: 0 10px; font-size:14px;}
.note {font-size:13px; font-style: italic; padding: 0 10px;}
.tools_content {float:left; width: 71%; background: #f1f0eb url("images/bg-calc.jpg") repeat-x bottom center;}
.tools_content .calc_img {float:right; width: 329px;}
.tools_content .calc {float:left; width:  calc(100% - 329px); padding: 100px 50px 50px 20px;}
.tools_content .calc .form-group {clear:both; width: 100%; overflow: hidden; margin: 0 0 37px;}
.tools_content .calc .form-group label { float:left; width: 218px; font-size:18px; font-weight: 600; line-height: 40px;} 
.tools_content .calc .form-group label span {color:#ff5e2c;}
.tools_content .calc .calc_result .form-group label span {font-size:24px; padding: 0 0 0 10px;}
.tools_content .calc .calc_result .form-group label {width:100%;}
.tools_content .calc .form-group .form_input {float:left; width: calc(100% - 218px);}
.tools_content .calc .form-group .form_input input,.tools_content .calc .form-group .form_input select {width:100%; border: none; height: 40px; background: #ffffff; font-size: 18px; padding: 0 10px;}
.tools_content .calc .btn_area {clear:both; width: 100%; overflow: hidden; padding: 30px 0 0;}
.tools_content .calc .btn_area button,.tools_content .calc .btn_area a {border:none; height:50px; padding: 0 50px; color: #ffffff; border-radius: 0; background: #ff5e2c; font-size: 20px; font-weight: 500; transition: all 0.4s ease; display: inline-block; line-height: 50px;}
.tools_content .calc .btn_area button:hover,.tools_content .calc .btn_area a:hover {background: #089a49;}
.tools_content .calc .calc_note { clear:both; width: 100%; overflow: hidden; font-size:14px; color: #ff5e2c; font-weight: 500;}
.d-none { display: none !important;}
.tools_sidebar {float:left; width: 29%; padding: 0 0 0 20px;}
.tools_sidebar .sidebar_testi {min-height:589px;}
.inner_page .calc h2 {margin:0 0 60px;}
.home_calcArea {clear:both; width: 100%; overflow: hidden; max-width: 1024px; margin: -48px auto;}
.home_calcArea .calc_text {float:left; width: calc(100% - 318px); display: flex; align-items: center; color: #ffffff; background: #d65b48; height: 95px; font-size:25px; font-weight: 600; padding: 0 10px 0 30px;}
.home_calcArea .calc_btn {float:left; width: 318px; background: url("images/bg-calc-btn.png") no-repeat left top; height: 95px; display: flex; align-items: center; text-align: center;}
.home_calcArea .calc_btn a {display:block; font-size:25px; font-weight: 500; color: #d65b48; width: 100%; padding: 0 0 0 24px;transition: all 0.4s ease;}
.home_calcArea .calc_btn a:hover {color:#1aaf6b;} 
.home_calcArea .calc_btn a img { margin: 7px 8px 0 30px; transition: all 0.4s ease; float: left;}
.home_calcArea .calc_btn a:hover img {margin:7px 6px 0 32px;}
.home_calcArea .calc_btn a span {float:left; width: calc(100% - 73px); line-height: 1.1; text-align: left;}
#fvpp-blackout{ position:fixed; background:#000; top: 0; left: 0; right: 0; bottom: 0; opacity:0.7; z-index: 5;}
/*#tpopup {display: none; z-index: 500; position: fixed; max-width: 800px; margin: 0 auto;  left: 20px; right:20px; top: 100px; background: #ffffff;text-align: center;}*/
#fvpp-close{ position:absolute; background:black; color:white; right:-15px; top:-15px; border-radius:50%; width:30px; height:30px; line-height:30px; text-align:center; font-size:16px; font-weight:bold; font-family:'Arial Black', Arial, sans-serif; cursor:pointer; box-shadow:0 0 10px 0 #000;}
.wpcp-carousel-section.nav-vertical-center .slick-prev {left:-6px !important;}
.download_area {clear:both; width: 100%; overflow:hidden; margin: 0 0 80px;}
.download_area.partner_wu {padding-bottom:80px;}
.download_area h4 {clear:both; width: 100%; overflow: hidden; color: #000000; font-weight: 600; margin: 0 0 20px;}
.download_area a { border: 1px solid #ffbaa3; color: #666666; font-size: 18px; font-weight: 600; padding: 0 20px 0 47px; line-height: 58px; transition: all 0.4s ease; margin: 0 20px 0 0; display: inline-block; background: url("images/icon-download.png") no-repeat left 9px;}
.download_area a:hover {color: #333333;}
.reviews_area {clear:both; overflow: hidden;}
.reviews_area .column {float:left; width: 33.33%; margin: 0 0 100px;}
.reviews_area .column.testimonials .review_box  {background:#f5f5f5; border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;}
.reviews_area .column .review_box {clear:both; width: 100%; overflow: hidden; border-bottom: 1px solid #dcdcdc; padding: 30px; min-height: 350px;}
.reviews_area .column .review_box:first-child {border-top: 1px solid #dcdcdc;}
.reviews_area .column .review_box .r_logos {clear:both; width: 100%; overflow: hidden; margin: 0 0 10px;}
.reviews_area .column .review_box .r_stars {clear:both; width: 100%; overflow: hidden; margin: 0 0 10px;} 
.reviews_area .column .review_box p { margin:0 0 20px;}
.reviews_area .column .review_box .r_writer { font-weight:600; font-style: italic; margin: 0 0 24px;}
.reviews_area .column .btn_area {clear:both; width:100%; overflow: hidden;}
.reviews_area .column.testimonials > .btn_area,.reviews_area .column.testi_videos > .btn_area {padding:30px 30px 0;}
.reviews_area .column .btn_area a { color:#f16439; font-weight:600;}
.reviews_area .column .btn_area a:hover { color:#1aaf6b;}
.reviews_area .column .review_box .test_imgReview {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.reviews_area .column .review_box .test_imgReview img:first-child {width:72px; border-radius: 100%; margin: 0 20px 0 0;}
.reviews_area .column .review_box .writer {font-weight:600; font-style: italic; margin: 0 0 10px;}
.reviews_area .column.testi_videos .review_box img { margin: 0 0 20px;} 
.reviews_area .column.testi_videos .review_box p {margin:0;}
.float {float:right; width: 250px; background: #f4f4f4; border: 1px solid #cccccc; padding:20px; margin: 0 0 20px 20px; font-size:14px;}
.float p:last-child {margin:0;}
.newsletter_area {clear:both; width:100%; overflow: hidden; margin: -40px 0 20px; padding: 0 50px 0 0;}
.newsletter_area .newsletter_box {clear:both; width:100%; overflow: hidden; background: #2a2a2a;padding: 20px; font-size:16px; text-align: center;}
.newsletter_area .newsletter_box .sub_text {padding:0 10px 0 0; color:#ffffff; font-weight: 600;}
.newsletter_area .newsletter_box .sub_fields input[type="email"] {background:none; border:none; border-bottom: 1px solid #999999;color: #ffffff; font-size:14px; margin-left:10px; margin:0 10px 0 0;}
.newsletter_area .newsletter_box .sub_fields input::-webkit-input-placeholder { color: #999999; opacity: 1;}
.newsletter_area .newsletter_box .sub_fields input:-ms-input-placeholder { color: #999999; opacity: 1;}
.newsletter_area .newsletter_box .sub_fields input::placeholder { color: #999999; opacity: 1;}
.newsletter_area .newsletter_box .sub_fields input[type="submit"] { background: #009933; color:#000000; padding: 0 20px; line-height: 30px; border:none; border-radius: 0; font-weight: 500;transition: all 0.4s ease;}
.newsletter_area .newsletter_box .sub_fields input[type="submit"]:hover {background: #f2663a;}
.sp_logo {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px;}
.newsletter_pageArea {clear:both; width: 100%; overflow: hidden;}
.newsletter_pageArea .newsletter_tabs {float:right; width: 450px;}
.newsletter_pageArea .newsletter_tabs ul {clear:both; width: 100%; overflow: hidden; list-style: none;}
.newsletter_pageArea .newsletter_tabs ul li {display:block; border-bottom: 1px solid #c7c7c7; padding: 0 0 10px; margin: 0 0 10px;}
.newsletter_pageArea .newsletter_tabs ul li .tab_box {clear:both; width: 100%; overflow: hidden;}
.newsletter_pageArea .newsletter_tabs ul li .tab_box .thumb {float:left; width: 70px;}
.newsletter_pageArea .newsletter_tabs ul li .tab_text {float:left; width: calc(100% - 70px); padding: 0 0 0 17px;}
.newsletter_pageArea .newsletter_tabs ul li .tab_text .teb_meta {clear:both; width: 100%; font-size:17px; color: #666666; font-weight: 600;}
.newsletter_pageArea .newsletter_tabs ul li .tab_text h2 {clear:both; width: 100%; font-size:17px; color: #ff6633; font-weight: 600; margin: 0;}
.newsletter_pageArea .newsletter {float:left; width: calc(100% - 450px); padding: 0 50px 0 0;}
.newsletter_pageArea .newsletter .detail_meta {clear:both; width: 100%; font-size:22px; color: #666666; font-weight: 600;}
.newsletter_pageArea .newsletter h2 {clear:both; width: 100%; font-size:22px; color: #ff6633; font-weight: 600; margin: 0; margin: 0 0 20px;}
.newsletter_pageArea .newsletter .newsletter_img {clear:both; width: 100%; overflow: hidden;}
.newsletter_pageArea .newsletter .newsletter_img img {border:1px solid #dadada;}
.btn_subscribe {position:fixed; left: 0; bottom: 0; z-index: 999999;}
.biblio {clear:both; width:100%; overflow: hidden; font-size:15px;}
.biblio sup {padding:0 5px 0 0;}
.biblio p {margin:0 0 10px;}
.btn_pearl {float:right; margin: -8px 0 -8px 3px;}
.btn_pearl img {transition: all 0.4s ease;}
.btn_pearl img:hover {opacity:0.8;}
.pagination {clear:both;}
.bottom_logos {padding:0 20px;}
.bottom_logos img { border:1px solid #cccccc;}
.bottom_logos .slick-prev, .bottom_logos .slick-next { width: 21px; height: 43px;}
.bottom_logos .slick-prev,.bottom_logos .slick-prev:hover {background: url("images/arrow-left-bottom.png") no-repeat left top; left:-10px;}
.bottom_logos .slick-next,.bottom_logos .slick-next:hover {background: url("images/arrow-right-bottom.png") no-repeat left top; right: 0;}
.bottom_logos .slick-prev::before, .bottom_logos .slick-next::before {content:'';}
.evaluation_area {clear:both; width: 100%; overflow: hidden;}
.evaluation_area .zcwf_title {font-size: 40px; font-weight: 400; line-height: 1.3; margin: 0 0 30px;}
.evaluation_area .zcwf_row {float:left; width: 50%; padding: 0 0 35px;}
.evaluation_area .zcwf_row .zcwf_col_lab label {font-size:20px; font-family: 'Raleway', sans-serif;}
.evaluation_area .zcwf_row:nth-child(odd) {padding-right:43px;}
.evaluation_area .zcwf_row:nth-child(even) {padding-left:43px;}
.evaluation_area .zcwf_row input,.evaluation_area .zcwf_row select {border: 1px solid #999999; width: 100%; height: 56px; font-size: 21px; padding: 0 20px;}
.evaluation_area .zcwf_row textarea {border: 1px solid #999999; width: 100%; height: 150px; font-size: 21px; padding: 10px 20px;}
.evaluation_area .zcwf_rowlast {clear:both; width: 100%; overflow: hidden;}
.evaluation_area .zcwf_rowlast input { background: #ff5e2c; border: 0; padding: 0 74px; line-height: 56px; color: #ffffff; font-size: 24px; font-weight: 600; border-radius: 0; transition: all 0.4s ease; margin: 0 20px 0 0;}
.evaluation_area .zcwf_rowlast input:hover {background: #089a49;}
.livemonitoring_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 70px;}
.livemonitoring_area .row {clear:both; width: 100%; overflow: hidden; margin: 0 0 70px;}
.livemonitoring_area .row h2 {font-size:28px; margin:0 0 10px;}
.livemonitoring_area .row h2 span {font-size:16px;}
.livemonitoring_area .row .lm_row {clear:both; width: 100%; overflow: hidden;}
.livemonitoring_area .row .lm_row .iframe_area {float:left; width: calc(100% - 412px); padding: 0 10px 0 0;}
.livemonitoring_area .row .lm_row .iframe_area iframe,.livemonitoring_area .row .lm_row .site_img img {border:1px solid #cccccc}
.livemonitoring_area .row .lm_row .site_img {float:left; width: 412px; }
.lm_landing {clear:both; width: 100%; overflow: hidden; max-width: 916px; margin: 100px auto 70px;}
.lm_landing .column {float:left; width: 50%; padding: 0 60px 60px;}
.site-content.livemonitoring {background:url("images/live-bg.png") no-repeat center center; background-size: cover;}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.calc_page {background:url("images/calc-bg.jpg") no-repeat center center; background-size: cover;}
.calc_text {clear:both; width: 100%; overflow: hidden; text-align: center; margin: 0 0 30px; font-size: 20px; font-weight: 600;}
.paoc-popup-modal .form_area .sub_text {display:none !important;}
.paoc-popup-modal .form_area input[type="submit"] {display:block; margin: 18px auto 0;}
.fb_reset {display:none !important;}
.corporate_videoArea {clear:both; width: 100%; overflow: hidden; background: #f2f1ec; padding: 80px 0;}
.corporate_videoArea .corporate_video {clear:both; margin: 0 -15px;}
.corporate_videoArea .corporate_video .column {float:left; width: 33.33%; padding: 0 15px;}
.corporate_videoArea .corporate_video .cv_img {width:100%; margin: 0 0 20px;}
.corporate_videoArea .corporate_video .cv_text {width:100%;}
.corporate_videoArea .corporate_video .cv_text h1 {text-align:left; margin: 0 0 10px; font-size: 28px}
.corporate_videoArea .corporate_video .cv_text h2 { font-size:21px; color: #f26539; font-weight: 400; margin: 0 0 20px; min-height: 63px;}
.corporate_videoArea .corporate_video .cv_text p {font-size:18px;}
.inner_page a.right {float:right; position: relative; z-index: 1;}
.inner_page a.right .alignright { margin:0 0 20px 120px}
.bedges_area {position:absolute; top: 135px; left: 0; right:0; z-index: 1;}
.bedges_area .bedges_cover img:first-child {margin:0 5px 0 0;}
.wrapper.mobile {display:none;}
.craeers_top {clear:both; width:100%; overflow: hidden; margin: 0 0 80px;}
.craeers_top .career1 {float:right; width: 600px; position: relative;}
.craeers_top .career1 h3 {position:absolute; left:0; right: 0; bottom: 0; padding: 10px; background: rgba(0,0,0,0.6); color: #ffffff; text-align: center; font-weight: 400; font-size: 16px;}
.craeers_top .career1_text {float:left; width: calc(100% - 600px); padding: 0 120px 0 0;}
.craeers_bottom {clear:both; width:100%; overflow: hidden; margin: 0 0 80px;}
.craeers_bottom .career2 {float:left; width: 600px; position: relative;}
.craeers_bottom .career2 h3 {position:absolute; left:0; right: 0; bottom: 0; padding: 10px; background: rgba(0,0,0,0.6); color: #ffffff; text-align: center; font-weight: 400; font-size: 16px;}
.craeers_bottom .career2_text {float:left; width: calc(100% - 600px); padding: 0 0 0 100px;}
.job_postingArea {clear:both; width: 100%; overflow: hidden; background: #efefef; padding: 30px;}
.job_postingArea h3 {margin:0 0 20px;}
.job_postingArea p {margin:0 0 20px;}
.job_postingArea p:last-child {margin:0;}
.job_postingArea ul {list-style:disc; padding: 0 0 20px 18px; margin-top: -20px;}

/* New careers page */
.careers_area {clear:both; width: 100%; overflow: hidden; max-width: 1200px; text-align: center; margin: 0 auto 30px;}
.careers_imgGallery {clear:both; width: 100%; overflow: hidden; margin: 0 0 80px;}
.careers_imgGallery .careers_img {margin: 0 -20px;}
.careers_imgGallery .careers_img .column {padding:0 20px;}
.careers_imgGallery .slick-prev, .careers_imgGallery .slick-next { width:22px; height: 26px; z-index: 3;}
.careers_imgGallery .slick-prev,.careers_imgGallery .slick-prev:hover,.careers_imgGallery .slick-prev:focus {left:35px; background: url("images/arrow-left-career.png") no-repeat left top;}
.careers_imgGallery .slick-next,.careers_imgGallery .slick-next:hover,.careers_imgGallery .slick-next:focus {right:35px; background: url("images/arrow-right-career.png") no-repeat left top;}
.careers_imgGallery .slick-prev::before, .careers_imgGallery .slick-next::before {content:'';}
.open_positionArea {clear:both; width: 100%; overflow: hidden;background: url("images/careers-team.jpg") no-repeat left top; margin: 0 0 80px; }
.open_positionArea .open_img {clear:both; width: 100%; overflow: hidden; display: none;}
.open_positionArea .wrapper {display: flex; align-items: center; min-height: 337px;}
.open_positionArea .open_positionText { padding:0 0 0 65%;}
.apply_nowArea {clear:both; width: 100%; overflow: hidden;}
.apply_nowArea h2 {text-align:center;}
.apply_nowArea .apply_now {clear:both; width: 100%; overflow: hidden; max-width: 800px; margin: 0 auto;}
.apply_nowArea .apply_now table {border:none;}
.apply_nowArea .apply_now table th {background:none; font-size: 22px; font-weight: 700; color: #000; border:none; padding-left:0;}
.apply_nowArea .apply_now table td { border:none; width: 40%; padding:30px 0 0;}
.apply_nowArea .apply_now table tbody tr:first-child td {padding:0;}
.apply_nowArea .apply_now table td:last-child {text-align:right; width: 20%;}
.apply_nowArea .apply_now table tr {border-bottom: 1px solid #ccc;}
.apply_nowArea .apply_now table thead tr {border-bottom:none;}
.apply_nowArea .apply_now table td a { background:#F36338; color: #fff; line-height: 44px; padding: 0 30px; display: inline-block;}
.google_review {position:fixed; right: 20px; bottom: 20px; z-index: 999;}
.podcast_area {clear:both; width: 100%; overflow: hidden;}
.podcast_area h3 {font-size:24px; font-weight: 400; color: #666666;}
.podcast_area .video_section {padding: 15px 0 0;}
.podcast_area .episodes { float:left; width: calc(100% - 200px); padding: 0 30px 0 0; border-right: 1px solid #eee;}
.podcast_area .episodes .video_listing {margin: 0 -15px;}
.podcast_area .episodes .video_listing .column {padding: 0 15px 60px;}
.podcast_area .trailers {float:left; width: 200px; padding: 0 0 0 30px;}
.podcast_area .trailers .video_listing {margin: 0;} 
.podcast_area .trailers .video_listing .column {padding: 0 0 40px; width: 100%;} 
.podcast_area .trailers .video_listing .column h2 {font-size:16px;}
.service_text .icon_flex {clear:both; width: 100%; overflow: hidden; display: flex; align-items: center; margin: 0 0 40px;}
.service_text .icon_flex .icon_img {width:80px;}
.service_text .icon_flex .icon_text {width:calc(100% - 80px); padding: 0 0 0 30px;}
.service_text .icon_flex .icon_text h3 {font-size: 18px; font-weight: 600; color: #231f20; margin: 0 0 5px;}
.service_text .icon_flex .icon_text p {margin:0;}
.inner_cover .inner_banner .bedges_area {margin:30px 0 0;}
.inner_cover .inner_banner .bedges_area .bedges_cover img {width:120px;}
.inner_page a.vp-a.right .alignright { margin:0 0 20px;}

.corporate_videoArea .slick-prev, .corporate_videoArea .slick-next { width: 35px; height: 35px; background-size: cover;}
.corporate_videoArea .slick-prev,.corporate_videoArea .slick-prev:hover,.corporate_videoArea .slick-prev:focus {background:url("images/video-left.png") no-repeat center center; background-size: cover; left: -40px;}
.corporate_videoArea .slick-prev::before { content: '';}
.corporate_videoArea .slick-next,.corporate_videoArea .slick-next:hover,.corporate_videoArea .slick-next:focus {background:url("images/video-right.png") no-repeat center center; background-size: cover; right: -40px;}
.corporate_videoArea .slick-next::before { content: '';}



#thover{ position:fixed; background:#000; top: 0; left: 0; right: 0; bottom: 0; opacity:0.7; z-index: 5;}
#tpopup{ position:absolute; max-width: 600px; margin: 0 auto; box-shadow:0 0 10px 0 #000; z-index: 6; left: 20px; top:100px; text-align: center; right: 20px; background: #fff;}
#tclose{ position:absolute; background:black; color:white; right:-15px; top:-15px; border-radius:50%; width:30px; height:30px; line-height:30px; text-align:center; font-size:16px; font-weight:bold; font-family:'Arial Black', Arial, sans-serif; cursor:pointer; box-shadow:0 0 10px 0 #000;}




/* 404 page */
.error_page {clear:both; width: 100%; overflow: hidden; padding: 250px 0 50px; text-align: center;}
.error_page h2 {clear:both; width: 100%; overflow: hidden; text-transform: uppercase; font-size: 36px; line-height: 30px; margin: 0 0 20px;}
.error_page h2 span {font-size: 20px; text-transform: none; font-weight: 400; }place
.error_page p {font-size:16px;}
.error_content {clear:both; width: 100%; overflow: hidden; text-align: center; padding: 0 0 100px;}
.error_content .buttons {clear:both; width: 100%; overflow: hidden; padding: 20px 0 0;}
.error_content .buttons a {display:inline-block; background: #ff5e2c; color: #ffffff; line-height: 47px; padding: 0 23px; font-size: 18px; transition: all 0.4s ease; font-weight: 600; margin: 0 5px;}
.error_content .buttons a:hover {background: #089a49;}

.partner_form .form_row .wpcf7-list-item {margin:0;}
.partner_form .form_row .wpcf7-list-item input {float: left; width: auto; margin: 6px 10px 0 0;}
.book_meetingArea ol { padding: 0 0 0 20px;}
.book_meetingArea ol li {padding: 0 0 20PX;}
.book_meetingArea .btn_area a {display: inline-block; line-height: 52px; padding: 0 34px; background: #119a48; color: #ffffff;} 
.book_meetingArea .btn_area a:hover {background: #f2663a; transition: all 0.4s ease;}

.btn_areaNav {clear: both; width: 100%; overflow: hidden;}
.btn_areaNav a {background: #ff5e2c; border: none; color: #ffffff; font-size: 18px; font-weight: 500; padding: 0 30px; line-height: 40px; transition: all 0.4s ease; display: inline-block; border-radius: 2px;}
.btn_areaNav a:hover {background: #119b49;}
.btn_areaNav .left {float:left;}
.btn_areaNav .right {float:right;}





th {background-color:#ff5e2c;color:#fff; padding:20px 30px; text-transform: none; font-size: 17px; font-weight: 500;}
th:first-child { width:24%;}
.blog_detailPage th:first-child { width:auto;}
.blog_detailPage table.col_fifty th:first-child { width:50%;}
td,th { padding:7px 10px; padding:20px 30px; border: 1px solid #cccccc; font-weight: 500;}
table { line-height:22px; border:1px solid #cccccc; margin-bottom:40px; font-size: 17px;}
table.fin_inc { margin:0 0 10px;}
table.fin_inc,table.fin_inc td {max-width:610px; border: none;}
table.fin_inc th {display:none;}
table.fin_inc td {padding:1px 10px; font-size:14px;}
table.fin_inc tr td:nth-child(2),table.fin_inc tr td:nth-child(3)  {text-align:right;}
table.fin_inc tr.gray_bg td {background:#D9D9D9; font-weight: 700;}
table.fin_inc tr.orange td {color:#FF9900; font-weight: 700;}
table.fin_inc td em {font-size:12px;}
table.fin_inc.long, .table_title.long {max-width:650px;}




/* for 1280 */
@media (max-width: 1439px) {
	.wrapper {padding:0 20px;}
	.nav-menu li a {margin: 20px 10px 20px 0;}
	.banner_area .ms_next, .banner_area .ms_prev { height:40px; width: 40px;}
	.mpsl-controls-show-hide.ng-hide {opacity:1 !important;}
	.home_offerArea,.home_blogArea {padding:80px 0;}
	.home_page h1 {margin:0 0 50px;}
	.home_offerArea .home_offer {margin:0 -25px}
	.home_offerArea .home_offer .column { padding: 0 25px 50px;}
	.testi_area .testi_text h3 {font-size:30px; line-height: 1.3;}
	.choose_usArea {padding:80px 0 40px;}
	.service_content {padding:0 60px 50px 0}
	.youtube_area {padding:0 50px;}
	.whitepaper_listing {margin:0 -30px; width: auto;}
	.whitepaper_listing .column {padding:0 30px 100px; width: 33.33%;}
	.sitemap_area .column {padding:0 30px 0 0;}
	.reviews_area .column .review_box {min-height:360px;}
	.newsletter_area .newsletter_box {text-align:left;}
	.newsletter_area .newsletter_box span {display:block;}
	.newsletter_area .newsletter_box span.sub_text {padding:0 0 10px;}
	.newsletter_area .newsletter_box .sub_fields input[type="email"] {width: calc(100% - 125px);}
	.top_contact .top_left span:last-child {padding:0 0 0 30px;}
	.craeers_top .career1_text {padding: 0 60px 0 0;}
	.craeers_bottom .career2_text { padding: 0 0 0 60px;}
	.open_positionArea .open_positionText { padding:0 0 0 65%;}
	.corporate_videoArea .corporate_video .cv_text h1 {min-height:84px;}
	.corporate_videoArea .corporate_video .cv_text h2 {min-height:95px;} 

	.corporate_videoArea .corporate_video {padding: 0 40px;}
	.corporate_videoArea .slick-prev, .corporate_videoArea .slick-prev:hover {left: 0;}
	.corporate_videoArea .slick-next, .corporate_videoArea .slick-next:hover {right: 0;}
	

}




/* for 1024 */
@media (max-width: 1239px) {
	.nav-menu li a {margin:20px 13px 20px 0;}
	.top .top_usa {display:none;}
	.site-header.sticky .nav-menu li a { margin: 10px 26px 0px 0;}
	.home_offerArea, .home_blogArea,.home_newsArea { padding: 60px 0;}
	.banner_area .ms_layer .banner_box h2 {font-size:40px !important;}
	.banner_area .ms_layer {bottom:20px !important;}
	.home_page h1 { margin: 0 0 30px;}
	.home_offerArea .home_offer {margin:0 -15px}
	.home_offerArea .home_offer .column { padding: 0 15px 50px;}
	.home_offerArea .home_offer .column img {margin:0 auto 20px;}
	.testi_area .testi_text { width:100%; max-width:90%;}
	.testi_area .testi_text h2 {font-size:40px; margin: 0 0 10px;}
	.testi_area .testi_text h3 {font-size:26px; margin: 0 0 10px;}
	.testi_area .testi_text p { max-width:100%; font-size:20px;}
	.testi_area .testi_text .btn_area a {line-height:40px;}
	.choose_usArea { padding: 50px 0 10px;}
	.home_faqArea {padding:50px 0 0;}
	.home_faqArea .home_faqImg {width:100%; text-align: center;}
	.home_faqArea .home_faqText {position:relative; width: 100%; right: auto;}
	.numbers_area {padding:50px 0 0;}
	.home_blogArea .home_blog .blogs {padding:0 0 0 30px;}
	.home_blogArea .home_blog .blogs .blog_row {margin:0 0 30px;}
	.home_blogArea .home_blog .blogs .blog_row h2 {margin:0;}
	.learn_moreArea .text {width:50%;}
	.learn_moreArea .video {width:50%;}
	.home_newsArea .home_news {margin:0 -25px}
	.home_newsArea .home_news .news_box {padding: 0 25px 40px;}
	.site-footer .footer_form {width:100%;}
	.site-footer .footer_contact {width:37%; margin: 0 0 40px;}
	.site-footer .footer_links {width:63%; margin: 0 0 40px;}
	.site-footer .footer_form h3 {margin:0 0 10px;}
	.inner_page .alignright {width:50%; margin: 0 0 30px 30px;}
	.inner_page .alignleft {width:50%; margin: 0 30px 30px 0;}
	.mission_vision { margin: 0 -25px;}
	.mission_vision .column {padding:0 25px 50px}
	.mission_vision .column p {font-size:24px; line-height: 1.5;}
	.team_listing {width:auto; margin: 0 -20px;}
	.team_listing .column { padding: 0 20px 70px;}
	.inner_page .service_page .alignleft {width:100%;}
	.service_content { padding: 0 40px 50px 0;}
	.youtube_cover .slick-prev, .youtube_cover .slick-next { height: 32px; width: 32px;}
	.youtube_cover { margin: 0 -20px;}
	.youtube_cover .column { padding: 0 20px;}
	.testimonials_listing .row .testi_text h2 {font-size:34px; margin: 0 0 10px;}
	.blog_listing .column {width:50%;}
	.blog_sidebar {padding:0 0 0 40px;}
	.whitepaper_listing .column { width: 50%;}
	.contact_form_area .contact_form .form_row {margin:0 -15px}
	.contact_form_area .contact_form .form_row .column {padding:0 15px 30px;}
	.testi_area .testi_text .happy { bottom:20px; right:20px; }
	.tools_content {width:100%; margin: 0 0 40px;} 
	.tools_sidebar {width:100%; padding: 0;}
	.tools_sidebar .sidebar_testi {min-height:inherit;}
	.why_icons .why_area .column {padding: 0 15px 80px;}
	.top .top_usa img:last-child {margin:0;}
	.reviews_area .column .review_box {min-height:390px;}
	.video_page .video_area .video_listing.for_youtube .column {width:25%;}
	.video_page .video_area .video_listing.for_youtube .column:nth-of-type(4n+1) {clear: both;}
	.video_page .video_area .video_listing.for_youtube .column:nth-of-type(5n+1) {clear: none;}
	.top_contact .top_left span { padding: 0 15px 0 25px;}
	.top_contact .top_right img { margin: 0 0 0 15px;}
	.top_contact .top_left span:last-child {display:none;}
	.corporate_videoArea .corporate_video .cv_img {width:500px;}
	.corporate_videoArea .corporate_video .cv_text {width:calc(100% - 500px); padding: 0 0 0 40px;}
	.wrapper.mobile {display:block; width: 100%; overflow: hidden; padding: 20px 0 0; text-align: center;}
	.bedges_area.desktop {display:none;}
	.craeers_top .career1_text {padding: 0 30px 0 0;}
	.craeers_bottom .career2_text { padding: 0 0 0 30px;}
	.open_positionArea {background: #eee url("images/careers-team.jpg") no-repeat left top;}
	.open_positionArea .wrapper {display:block; min-height: inherit; padding: 350px 30px 30px;}
	.open_positionArea .open_positionText {padding:0; text-align: center;}
	.inner_page .open_positionArea .open_positionText h2 {font-size:36px; margin: 0 0 10px;}
	.corporate_videoArea .corporate_video .column {width:50%; padding: 0 15px 30px;}
	.corporate_videoArea .corporate_video .cv_img {width:100%; margin: 0 0 10px;}
	.corporate_videoArea .corporate_video .cv_text {width:100%; padding: 0;}
	.corporate_videoArea .corporate_video .cv_text h1{ min-height:inherit;}
	.corporate_videoArea .corporate_video .cv_text h2{ min-height:63px;margin: 0 0 5px;} 
	
	
	
}



/* for 800 */

@media (max-width: 990px) {	
	/* Small menu */
	.top .menu_area {left:20px; position: absolute; right: 20px; padding-top: 17px; text-align: right;}
	.site-header.sticky .top .menu_area {padding-top:10px;}
	.menu-main-menu-container {padding:21px 0 0;}
	.site-header.sticky .menu-main-menu-container {padding:19px 0 0;}
	.site-header.sticky .nav-menu > li:last-child > a {margin:0;}
	.menu-main-menu-container ul.nav-menu {background:#f2f1ec; text-align: left;}
	.menu-toggle { cursor: pointer; display: inline-block; margin: 0;}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active { background: none; border: none; color: #141412; padding: 0; margin: 0;}
	.menu-toggle:after { content: "";}
	.toggled-on .menu-toggle:after { content: ""; 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 a { padding:15px 20px; margin: 0; font-size: 17px; border-bottom: 1px solid #e2e1dc;}
	.site-header.sticky .nav-menu li a { margin: 0;}
	.toggled-on .nav-menu li a:hover { background:#f9f9f7 !important;} 
	.toggled-on .nav-menu li > ul { background-color: #ffffff; display: block; float: none;  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,.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a { background-color: #f9f9f7; color: #000000; }
	.toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus { background-color: #f9f9f7; color: #000000; }
	ul.nav-menu, div.nav-menu > ul { display: none; }
	
	.top_contact .top_left span { padding: 0 20px 0 30px;}
	.top_contact .top_right,.top .top_usa {display:none;}
	.top_contact .top_right,.top .top_usa {display:none;}
	.top {padding:5px 0 20px}
	.banner_area .ms_layer .banner_box h2,.banner_area .ms_layer .banner_box.font_size h2 { font-size: 30px !important; margin-bottom: 10px !important;}
	.banner_area .ms_layer .banner_box p {font-size:18px !important;}
	.banner_area .ms_layer .banner_box a {line-height:36px !important; margin: 0 10px 0 0 !important;}
	.banner_area .ms_layer .banner_box {background:rgba(255,255,255,0.8); margin: 0 !important;}
	.home_offerArea .home_offer .column {width:50%;}	
	.home_offerArea .home_offer .column img { margin: 0 auto 10px;}
	.home_offerArea .home_offer .column h2,.home_offerArea .home_offer .column p {margin:0 0 4px;}
	.choose_usArea .choose_us { margin: 0 -15px;}
	.choose_usArea .choose_us .column {padding:0 15px 60px;}
	.numbers_area .column p {font-size:18px;}
	.home_blogArea .home_blog .blog_single {width:100%; max-width: 568px; float: none; margin: 0 auto 40px;}
	.home_blogArea .home_blog .blogs {width:100%; padding: 0 30px;}
	.learn_moreArea .text {width:100%;}
	.learn_moreArea .text .learn_text {float:none; max-width: none; padding: 30px;}
	.learn_moreArea .video {width:100%; min-height: inherit; padding: 60px 0;}
	.home_newsArea .home_news .news_box {width:100%;}
	.site-footer .footer_contact,.site-footer .footer_links {width:100%; margin: 0 0 60px;}
	.site-footer .copyright .left, .site-footer .copyright .center, .site-footer .copyright .right {width:100%; text-align: center;}
	.inner_cover {padding:50px 0 0;}
	.common_page, .team_area, .team_detail, .whitepaper_page, .video_page, .news_page, .blog_page, .blog_detailPage, .service_page, .testimonials_page, .tools_page, .testimonials_detail { padding:40px 0 100px}
	.why_icons .why_area .column {width:33.33%; padding: 0 30px 80px;}
	.why_icons .why_area .column h5 {min-height:70px;}
	.team_detailArea .team_top .team_right {padding:0 0 0 20px;}
	.video_page .video_area .video_listing .column {width:33.33%;}
	.service_content {width:100%; padding: 0 0 50px;}
	.service_sidebar {width:100%;}
	.blog_detail {width:100%; padding: 0 0 40px;}
	.blog_sidebar {width:100%; padding: 0;}
	.news_area .news_listing {width:100%; padding: 0 0 40px;}
	.news_area .whitepaper_sidebar {width:100%;}
	.partner_form .form_row {margin:0 -15px}
	.partner_form .form_row .column {padding:0 15px 30px;}
	.partner .partner_logos {margin:0 -15px}
	.partner .partner_logos .column {padding:0 15px 20px;}
	.sitemap_area .column {width:50%;}
	.sitemap_area .column:last-child { clear:both;}
	.testi_detailArea h2 {font-size:44px; line-height: 1.3;}
	.contact_area .contact_infoCover .contact_infoArea .contact_info {width:100%;}
	.contact_area .contact_infoCover .contact_infoArea .contact_map {width:100%; margin: 0;}
	.contact_area .contact_infoCover {padding:0 0 50px;}	
	.testi_area .testi_text .happy { bottom: 10px; right: 10px; width: 80px;}
	.testi_area .testi_text {bottom:23px; left: 20px; right: 20px; width: auto; max-width: inherit; padding: 20px 30px;}
	.banner_area .ms_layer .banner_box {width:80%; margin: 0 auto !important;}
	.banner_area .ms_layer img { margin: 0 0 1px 0 !important; padding-left: 10% !important;}
	.tools_content .calc_img { width: 220px;}
	.tools_content .calc { width: calc(100% - 220px);}
	.testi_area .discliamer {font-size:12px; padding: 2px 10px;}
	.banner_area .arrow_down {display:none;}
	.contact_area .contact_infoCover .contact_infoArea .contact_info {padding:0;}
	.download_area a {font-size:20px;}
	.reviews_area .column {width:100%;}
	.reviews_area .column .review_box {min-height:inherit;}
	.newsletter_area {padding:0; margin:0 0 20px;}
	.newsletter_area .newsletter_box .sub_text {display:inline-block;}
	.newsletter_pageArea .newsletter_tabs {width:100%; padding: 0 0 40px;}
	.newsletter_pageArea .newsletter {width:100%; padding: 0;}
	.bottom_logos { padding: 0 70px;}
	.bottom_logos .slick-next, .bottom_logos .slick-next:hover {right:-10px;}
	.lm_landing .column { padding: 0 15px 60px;}
	.livemonitoring_area .row .lm_row .iframe_area {width:100%; padding: 0 0 10px;}
	.livemonitoring_area .row .lm_row .site_img {width:100%; text-align: center;}
	.stella-banner-wrapper {padding:65px 24px 8px !important;}
	.video_page .video_area .video_listing .column {width:50%;}
	.video_page .video_area .video_listing.gbvideos .column:nth-of-type(3n+1) {clear:none;}
	.video_page .video_area .video_listing.gbvideos .column:nth-of-type(2n+1) {clear:both;}	
	.video_page .video_area .video_listing.for_youtube .column {width:33.33%;}
	.video_page .video_area .video_listing.for_youtube .column:nth-of-type(3n+1) {clear: both;}
	.video_page .video_area .video_listing.for_youtube .column:nth-of-type(4n+1) {clear: none;}
	.corporate_videoArea .corporate_video .cv_img {width:100%; text-align: center;}
	.corporate_videoArea .corporate_video .cv_text {width:100%; padding: 20px 0 0 0; text-align: center;}
	.corporate_videoArea .corporate_video .cv_text h2 {margin:0 0 10px;}
	.corporate_videoArea .corporate_video {display:block;}
	.corporate_videoArea .corporate_video .cv_text h1 { text-align:center;}
	.craeers_top .career1 {margin:0 auto; width: 100%; max-width: 600px; float: none;}
	.craeers_top .career1_text { width:100%; padding: 30px 0 0;}
	.craeers_bottom .career2 {margin:0 auto; width: 100%; max-width: 600px; float: none;}
	.craeers_bottom .career2_text { width:100%; padding: 30px 0 0;}
	.corporate_videoArea .corporate_video {width:100%; overflow: hidden; margin: 0 auto; max-width: 614px;}
	.corporate_videoArea .corporate_video .column {width:100%; padding: 0 0 60px;}
	.corporate_videoArea .corporate_video .cv_text {padding: 0;}
	.corporate_videoArea .corporate_video .cv_text h1 {margin: 0 0 5px;}
	.corporate_videoArea .corporate_video .cv_text h2 {min-height:inherit;}
	
	
	.mob-menu-header-holder {background:#ffffff !important; z-index: 99999 !important;}
	#mobmenuleft > li > a {text-transform:uppercase !important;}
	.mobmenu-content li > .sub-menu li {  border-bottom: 1px solid #888888;}
	.mob-expand-submenu i { font-size: 20px !important;}
	.mobmenu-left-panel .mob-cancel-button { color: #000 !important;}
	.mob-menu-logo-holder { margin: 10px 0 0 !important;} 
	#mobmenuleft { padding: 0 0 60px !important;}
	
	
	
	
}




/* for 786 */
@media (max-width: 768px) {
	.home_offerArea .home_offer { margin: 0 -40px;}
	.home_offerArea .home_offer .column { padding: 0 40px 60px; }
	.slick-list {overflow:visible;}
	.testi_area .testi_text h2 { font-size: 32px; margin: 0 0 5px;}
	.testi_area .testi_text h3 { font-size: 22px; margin: 0 0 5px;}
	.testi_area .testi_text p { font-size: 18px; margin: 0 0 5px;} 
	.tools_content .calc { padding: 70px 20px 50px 20px;}
	.bottom_logos { padding: 0 60px;}

}





/* for 600 */
@media (max-width:767px) {
	table {width:100%; max-width: inherit;}
	thead {display: none;}
	tr { border-bottom:5px solid #ff5e2c;}
	tbody td {display: block;  text-align:center;}
	tbody td:before { content: attr(data-th); display: block; text-align:center; font-weight:700; font-size:16px; margin-bottom:10px;}
	table.fin_inc tr {border-bottom:1px solid #FF9900;}
	table.fin_inc tbody td::before {margin:0;}
	table.fin_inc tr td:nth-child(2), table.fin_inc tr td:nth-child(3) {text-align:center;}
	.table_title {text-align:center;}
	.apply_nowArea .apply_now table td:last-child,.apply_nowArea .apply_now table td,.apply_nowArea .apply_now table td a {width:100%; text-align: center;}
	.apply_nowArea .apply_now table td {padding:0;}
	.apply_nowArea .apply_now table td:first-child {padding-top:30px;}
	
	.top_contact .top_left span { padding: 0 10px 0 30px;}	
	.banner_area .ms_layer .banner_box .btn_area {text-align:center;}
	.site-header {position:relative;}
	.site-main {clear:both;}
	.top { padding: 0;}
	.home_offerArea .home_offer .column { padding: 0 20px 60px;}
	.home_offerArea .home_offer { margin: 0 -20px;}
	.choose_usArea .choose_us .column {width:33.33%;}
	.home_faqArea .home_faqText .home_faq {padding:20px 30px;}
	.numbers_area .column {width:50%; padding: 0 25px 80px}
	.numbers_area .column img { margin: 0 auto;}
	.home_blogArea .home_blog .blogs { padding: 0;}
	.home_faqArea .home_faqText .home_faq {margin:0 -20px;}
	.inner_page .alignright,.inner_page .alignleft { display:block; float: none; width:auto; margin: 0 0 30px;}
	.why_icons .why_area .column {width:50%;}
	.why_icons {margin:0 -3000px 50px}
	.inner_page h6 {margin: 30px 0;}
	.menu-main-menu-container {padding:19px 0 0;}
	.site-header.sticky .menu-main-menu-container {padding:19px 0 0;}
	.mission_vision .column  {width:100%;}
	.mission_vision .column h3 {margin:0 0 10px;}
	.core_area { padding:50px 3000px 0}
	.core_area .core .column {width:50%;}
	.team_listing .column  {width:50%;}
	.team_detailArea .team_top .team_img {width:100%; padding: 0 0 20px;}
	.team_detailArea .team_top .team_right { padding: 0; width: 100%;}
	.team_detailArea .team_top .team_right .brief_intro {font-size:20px; line-height: 1.5; }
	.team_detailArea .team_top {margin:0 0 30px;}
	.inner_cover .inner_banner {min-height:200px;}
	.page-id-339 .inner_cover .inner_banner h1 { font-size:38px;}
	.testimonials_listing .row .testi_img {width:100%; text-align: center; margin: 0 0 20px;}
	.testimonials_listing .row {display:block;}
	.youtube_area {margin:0 0 30px;}
	.testimonials_listing .row .testi_text {width:100%; padding: 0; text-align: center;}
	.testimonials_listing .row .testi_text h2 {font-size:28px;}
	.testimonials_listing .row .testi_text .btn_area {text-align:center;}
	.blog_listing .column {width:100%;}
	.blog_listing .column h2 {min-height:inherit;}
	.whitepaper_listing .column { width: 100%; max-width: 438px; margin: 0 auto; float:none;}
	.partner_form .form_row .column {width:100%;}
	.partner .partner_logos .column {width:33.33%;}
	.sitemap_area .column  { font-size:20px;}
	.inner_page h2 {font-size:34px;}
	.testi_detailArea .testi_left {width:100%; max-width: 464px; float:none; margin: 0 auto 40px;}
	.testi_detailArea .testi_right {width:100%; padding: 0;}
	.contact_form_area .contact_form .form_row .column {width:100%;}
	.banner_area .ms_layer .banner_box {max-width:90%;}
	.banner_area .ms_layer .banner_box h2, .banner_area .ms_layer .banner_box.font_size h2 { font-size: 26px !important;}
	.banner_area .ms_layer .banner_box a {text-align:left;line-height:36px !important; padding:0 15px !important;}
	.banner_area .ms_layer .banner_box .btn_area {text-align:left !important;} 
	.testi_area .testi_text {left:10px; right: 10px; bottom: 10px; padding: 10px 20px 20px;}
	.testi_area .slick-dots { bottom: 20px;}
	.testi_area .testi_text h2 { font-size: 30px;}
	.testi_area .testi_text h3 { font-size: 20px;}
	.testi_area .testi_text p { font-size: 16px;} 
	.tools_content .calc {width:100%; padding: 55px 20px 50px 20px;}
	.tools_content .calc_img {display:none;}
	.testi_area .discliamer {font-size:11px;}
	.home_calcArea .calc_text {line-height:28px; font-size:24px;}
	.error_content .buttons a {width:45%; margin: 0 5px 10px;}
	.paoc-popup-close { width:24px; height: 24px; background-size: cover; top: 15px; right: 15px;}
	.download_area a {margin: 0 10px 10px 0;}
	.download_area a:last-child {margin:0 0 10px;}
	.video_page .video_area .video_listing .column {width:50%;}
	.video_page .video_area .video_listing .column:nth-of-type(3n+1) {clear:none;}
	.video_page .video_area .video_listing .column:nth-of-type(2n+1) {clear:both;}
	.bottom_logos { padding: 0 20px; max-width: 340px; margin:0 auto;}
	.lm_landing .column { padding: 0 0 40px; width: 100%; max-width: 398px; float: none; margin: 0 auto;} 
	.lm_landing {margin:40px auto 0;}
	.video_page .video_area .video_listing.for_youtube .column {width:50%;}
	.video_page .video_area .video_listing.for_youtube .column:nth-of-type(2n+1) {clear: both;}
	.video_page .video_area .video_listing.for_youtube .column:nth-of-type(3n+1) {clear: none;}
	.video_page .video_area .video_listing.for_youtube .column h2 {min-height:42px;}
	.corporate_videoArea {padding:50px 0;}
	.entry-content img.alignright.wp-image-1050 {display:block; margin: 0 auto; float: none;}
	.craeers_top {margin: 0 0 40px;}
	.careers_imgGallery { margin: 0 auto 80px; max-width: 496px;}
	.open_positionArea { background: #eee; padding: 0 0 30px;}
	.open_positionArea .open_img {display:block; margin-bottom: 20px;}
	.open_positionArea .wrapper {padding:0;}
	.open_positionArea .open_positionText {padding:0 20px;}
	.careers_imgGallery,.open_positionArea { margin: 0 0 50px;}
}



/* for 480 */
@media (max-width: 599px) {
	.home_page h1 {font-size:40px;}
	.top_contact {display:none;}
	.home_offerArea, .home_blogArea, .home_newsArea { padding: 30px 0;}
	.testi_area .testi_text h3 {padding-right:0;}	
	.choose_usArea { padding: 60px 0 0;}
	.choose_usArea .choose_us .column { width: 50%;}
	.choose_usArea .choose_us .column h2 {min-height:64px;}
	.choose_usArea .choose_us .column img { margin: 0 auto 10px;}
	.inner_cover .inner_banner h1 {font-size:42px;}
	.inner_page h2 {font-size:36px;}
	.mission_vision .column { padding: 0 25px 0;} 
	.core_area .core .column {width:100%; padding: 0;}
	.inner_page p { margin: 0 0 30px;}
	.core_area {margin:0 -3000px 50px}
	.team_listing .column  {width:100%;}
	.team_listing .column .team_cover {min-height:inherit;}
	.video_page .video_listing .column {width:100%; text-align: center;}
	.video_page .video_listing .column img {margin: 0 auto 20px;}
	.contact_block .contact_text {width:100%;}
	.contact_block {max-width:270px; margin: 0 auto; border:1px solid #d1ccb3;}
	.contact_block .contact_img {width:100%;}
	.inner_page .service_content h2 {font-size:19px;}
	.service_acco #sp-ea-227.sp-easy-accordion .sp-ea-single .ea-body { padding: 30px 5px;}
	.page-id-339 .inner_cover .inner_banner h1 { font-size:32px;}
	.youtube_area { margin: 0 -20px 30px; width: auto;}
	.faqs_area #sp-ea-229.sp-easy-accordion .sp-ea-single .ea-body { padding: 30px 10px;}
	.faqs_area #sp-ea-229.sp-easy-accordion .sp-ea-single { margin: 0 0 20px;}
	.news_area .news_listing .row .news_img { width:100%; padding: 0 0 20px;}
	.news_area .news_listing .row .news_text {width:100%; padding: 0;}
	.news_area .news_listing .ui-tabs .ui-tabs-nav li.ui-tabs-tab {width:100%;}
	.sitemap_area .column {width:100%;}
	.sitemap_area .column:nth-child(2) {margin:0 0 40px;}
	.testi_detailArea h2 { font-size: 36px;}
	.paoc-popup-modal-cnt .popup_body {padding:30px;}
	.paoc-popup-modal-cnt h2 {font-size: 32px;}
	.career_bottom .btn_area a {font-size:26px;}
	.learn_moreArea .video .videos_area .slick-prev, .learn_moreArea .video .videos_area .slick-next { width: 36px; height: 36px; background-size: cover;}
	.learn_moreArea .video .videos_area .slick-prev {left:-40px;}
	.learn_moreArea .video .videos_area .slick-next {right:-40px;}
	.banner_area .ms_layer .banner_box p { font-size: 14px !important;}
	.banner_area .ms_layer .banner_box h2, .banner_area .ms_layer .banner_box.font_size h2 { font-size: 22px !important;}
	.testi_area .testi_text {left:0; right: 0; bottom: 0; padding: 10px;}
	.testi_area .slick-dots { bottom: 10px;}
	.testi_area .testi_text h2 { font-size: 26px;}
	.testi_area .testi_text h3 { font-size: 18px;}
	.testi_area .testi_text p { font-size: 15px;} 
	.testi_area .testi_text .btn_area a { line-height: 30px; padding: 0 20px;}
	.testi_area .slick-dots { bottom: -25px;}
	.testi_area {overflow:visible;}
	.testi_area .slick-dots li button { border: 2px solid #000000;}
	.testi_area .testi_text .happy { bottom: 5px; right: 5px; width: 50px;}
	.banner_area .ms_arrows {display:none !important;}
	.banner_area .ms_layer {bottom:0 !important; left: 0 !important; right: 0 !important; top:0 !important; background: rgba(0,0,0,0.6) !important;}
	.banner_area .ms_layer .wrapper { padding: 0 !important; position: absolute; bottom:0; left: 0; right: 0;}
	.banner_area .ms_layer .banner_box {width:auto !important; position: absolute; left: 0; right: 0; background: rgba(0,0,0,0) !important; bottom: 0; color: #ffffff !important; }
	.banner_area .ms_layer .banner_box p,.banner_area .ms_layer .banner_box.fullcolor p {color:#ffffff;}
	.banner_area .ms_layer .banner_box a {color:#ffffff; border-color: #ffffff !important;}
	.inner_page .calc h2 {font-size:32px; margin:0 0 40px;}
	.testi_area .discliamer {bottom: auto; top: 0;}
	.home_calcArea .calc_text {width:100%;}
	.home_calcArea .calc_btn {background: url("images/bg-calc-btn-mobile.png") no-repeat right top; float: right; height: 76px;}
	.home_calcArea { margin:0;}
	.error_page {padding: 100px 0 20px;}
	.error_content {padding: 0 0 50px;}
	.download_area a {width:290px;}
	.video_page .video_area .video_listing .column {width:100%;}
	.video_page .video_area .video_listing .column:nth-of-type(2n+1) {clear:none;}
	.video_page .video_section h3 {text-align:center}
	.video_page .video_listing .column img { margin: 0 auto 8px;}
	.banner_area .ms_layer img { position: absolute; left: 25px !important; bottom: 150px; width: 150px !important; height: 59px !important; padding-left: 0 !important;}
	.video_page .video_area .video_listing.for_youtube .column {width:100%;}
	.video_page .video_area .video_listing.for_youtube .column h2 {min-height:inherit;}
	
	

}





/* for 360 */
@media screen and (max-width: 479px) {
	.banner_area .ms_layer .banner_box { width: 95% !important; }
	.banner_area .ms_layer .banner_box a { line-height: 30px !important; margin: 0 7px 0 0 !important; font-size:15px !important;}
	.banner_area .wrapper { padding:0 !important;}
	.banner_area .ms_layer .banner_box h2, .banner_area .ms_layer .banner_box.font_size h2 { font-size: 20px !important; text-align: center !important;}
	.banner_area .ms_layer .banner_box p, .banner_area .ms_layer .banner_box.fullcolor p {text-align: center !important;}
	.banner_area .ms_layer .banner_box .btn_area { text-align: center !important;}
	.banner_area { border-bottom: 5px solid #ff5e2c;}	
	.banner_area .ms_layer { bottom: 0px !important;}
	.home_offerArea .home_offer .column {width:100%;}
	.home_page h1 {line-height:1.2;}	
	.choose_usArea .choose_us .column { width: 100%;}
	.home_faqArea .home_faqText .home_faq h2 {font-size:34px;}
	.home_faqArea .home_faqText .home_faq h3 {font-size:30px; margin: 0;}
	.choose_usArea .choose_us .column { padding: 0 15px 40px;}
	.home_accordion #sp-ea-231.sp-easy-accordion .sp-ea-single .ea-header a {padding:20px;}
	.home_accordion #sp-ea-231.sp-easy-accordion .sp-ea-single .ea-body {padding:0 20px 20px 20px}
	.numbers_area .column {width:100%;}
	.learn_moreArea .text .learn_text h2 {font-size:40px; margin: 0 0 10px;}
	.learn_moreArea .video { padding: 60px 50px;}
	.learn_moreArea .video .slick-slide img {max-width:100%;}
	.learn_moreArea .video .videos_area {max-width:100%;}
	.home_blogArea .home_blog .blog_single .text { padding:20px;}
	.home_blogArea .home_blog .blog_single .text h2 {margin:0;}
	.home_newsArea .home_news .news_box .news_img {width:100%; padding: 0 0 20px;}
	.home_newsArea .home_news .news_box .news_text {width:100%; padding: 0;}
	.site-footer .footer_links .column {width:50%;}
	.site-footer .footer_contact, .site-footer .footer_links { margin: 0 0 30px;}
	.inner_cover .inner_banner h1 { font-size: 30px;} 
	.inner_cover .inner_banner {min-height:150px;}	
	.why_icons .why_area .column { width: 100%; padding:0 30px 50px;}
	.why_icons .why_area .column h5 {min-height:inherit;}
	.service_content h2 {margin:0 0 10px;}
	.page-id-339 .inner_cover .inner_banner h1 { line-height:1.2;}
	.sidebar_testi {padding:70px 30px;}
	.testimonials_listing .row .testi_text h2 { font-size: 24px;}
	.testimonials_listing .row .testi_text .tag {line-height:1.2; margin: 0 0 10px;}
	.youtube_cover .column { padding: 0 12px;}
	#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag {margin:0 20px 0 0 !important;}
	.partner .partner_logos .column {width:50%;}
	.partner .partner_logos .column .aligncenter {float:none;}
	.contact_form_area .contact_form .btn_area input, .paoc-popup-modal-cnt .popup_body .popup_form .btn_area input {width:100%;}
	.career_bottom .btn_area a { font-size: 22px; width: 100%; line-height: 60px; padding: 0;}
	.home_faqArea .home_faqText .home_faq { padding: 20px;}
	.home_accordion #sp-ea-231.sp-easy-accordion .sp-ea-single .ea-body { padding: 0 10px 10px;}
	.home_faqArea .home_faqText .home_faq ul {font-size:17px;}
	.home_faqArea .home_faqText .home_faq ul li {padding:0 0 0 46px;}
	.testi_area .testi_text {position:relative; background: #000000; margin: 0 -20px; padding: 0 10px 10px; text-align: center;}
	.testi_area .testi_text h2 { font-size: 24px;}
	.testi_area .testi_text h3 { font-size: 16px;}
	.testi_area .testi_text p { font-size: 14px;} 
	.mob-menu-logo-holder {text-align:right !important; padding: 0 20px 0 0;}
	.tools_content .calc .form-group label {width:100%;}
	.tools_content .calc .form-group .form_input {width:100%;}
	.tools_content .calc .form-group {margin:0 0 20px;}
	.tools_content .calc .btn_area button, .tools_content .calc .btn_area a {width:100%; text-align: center; padding: 0;}
	.tools_content .calc .btn_area {padding:0;}
	.tools_content .calc .calc_note {margin:0 0 20px;}
	.inner_page .calc h2 { font-size: 25px; margin: 0 0 30px;}
	.home_calcArea,.home_faqArea .home_faqText .home_faq h2,.home_faqArea .home_faqText .home_faq h3,.home_faqArea .home_faqText .home_faq p,.home_newsArea .home_news .news_box,.why_icons .why_area .column:last-child {text-align:center; width: 100%;}
	.home_calcArea .calc_btn { background:none; text-align: center; width: 100%; border-bottom: 6px solid #e1e1e1;}
	.home_calcArea .calc_btn a {padding:0;}
	.error_content .buttons a {width:100%; margin: 0 0 10px;}
	.newsletter_area .newsletter_box .sub_fields input[type="email"] {width:100%; margin:0 0 10px;}
	.banner_area .ms_layer img { margin: 0 0 0 -75px !important; bottom: 128px; left: 50% !important;}
	.corporate_videoArea .corporate_video .cv_text h2 {line-height: 1.3;}
	.corporate_videoArea {padding:30px 0;}
	.corporate_videoArea .corporate_video .cv_text h1 { font-size:26px;}
	.btn_subscribe {bottom:44px;}
	
	
	
	
}




/* for 320 */
@media screen and (max-width: 359px) {
	.inner_cover .inner_banner h1 { font-size: 28px;}
	.top .logo img {width:230px;}
	.menu-main-menu-container {padding:15px 0 0;}
	.site-header.sticky .menu-main-menu-container {padding:15px 0 0;}
	#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag {margin:0 10px 0 0 !important;}
	.partner .partner_logos .column {width:100%; text-align: center;}
	.partner .partner_logos .column .alignnone  {float:none; padding-left: 50px;}
	.banner_area .ms_layer .banner_box a { font-size: 14px !important;}
	.home_accordion {margin:0 -20px;}
	.mob-menu-logo-holder {padding: 0 10px 0 0;}
	.tools_content .calc .calc_result .form-group label {line-height:26px;}
	.inner_page .calc h2 { font-size: 20px;}
	.download_area a { font-size: 18px; width: 270px;}
	.corporate_videoArea .corporate_video .cv_text h2 { font-size: 22px;}
}

