/*
Theme Name: Advanced Clustering - 2017
Theme URI: http://www.advancedclustering.com
Author: Advanced Clustering
Author URI: https://advancedclustering.org/
Description: Our theme...
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: advancedclustering

*/


/**
 * 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: "Source Sans Pro", Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

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

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

a:visited {
	color: #ac0404;
}

a:focus {

}

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

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	//clear: both;
	/*font-family: Bitter, Georgia, serif;*/
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 24px;
}

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

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	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 0;
}

ul {
	list-style-type: square;
	list-style-position: inside;
}

li {
	//text-indent: -1em;
	//padding-left: 1em;
}

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

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: url(images/dotted-line.png) repeat center top;
	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: #d72f32; display: inline-block; color: #fff; font-weight: 400; font-size: 18px; line-height: 20px; padding: 12px 15px; border-radius: 0; 
	border: none;

	//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-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 {
	 background: #fff; color: #d72f32; border: none; box-shadow: 1px 1px 2px 2px #ececec;
	//background: #ed6a31; /* Old browsers */
	//background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	//background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	//outline: none;
}

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

.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: #bbb; opacity: 1; font-style: italic;
}

:-moz-placeholder {
	color: #bbb; opacity: 1; font-style: italic;
}

::-moz-placeholder {
	color: #bbb; opacity: 1; font-style: italic;
}

:-ms-input-placeholder {
	color: #bbb; opacity: 1; font-style: italic;
}



/*
 * 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 {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	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 {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

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

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

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


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

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

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

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

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	/*background-color: #220e10;*/
	color: #d72f32;
}

.nav-menu .sub-menu ,
.nav-menu .children {
	background: #fff url("images/menu-arrw.png") no-repeat scroll center 0;
	border: 2px solid #d72f32; color: #d72f32;

	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu li a ,
.nav-menu .children li a{background: #fff /*url("images/menu-arrw.png") no-repeat scroll center 0*/;
	 color: #141212; font-size: 15px; padding: 12px;}
	 .nav-menu .sub-menu li a:after ,
.nav-menu .children li a:after{ display: none;}
.nav-menu .sub-menu li a:hover,
.nav-menu .children  li a:hover{ background: #d72f32 /*url("images/menu-arrw-hv.png") no-repeat scroll center 0*/; color: #fff;}


.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: #fff;
	margin: 0;
	width: 200px;
}

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: #d72f32;*/
}

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;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {

	margin: 0 auto;

}

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

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

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


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

.hentry {
	padding: 40px 0;
}

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

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.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,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

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

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

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

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .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) {
	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 {
	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: url(images/dotted-line.png) repeat-y left top;
	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: url(images/dotted-line.png) repeat-y left bottom;
	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: url(images/dotted-line.png) repeat left top;
	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%;
}

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


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

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

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


.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: #d72f32;
}
/*=====================Start:advanced clustering========================*/
body{font-family: 'Open Sans', sans-serif; }
.wrap{ max-width: 1170px; margin: 0 auto; padding:  0 15px;}
img{ max-width: 100%; width: auto;  transition: 0.5s; -webkit-transition: 0.5s;}
a{ transition: 0.5s; -webkit-transition: 0.5s;}
a:hover{ text-decoration: none;}

/*=====================Start:Header========================*/
.site-header{}
.header-top{ color: #fff; font-size: 14px; line-height: 18px; overflow: hidden; }
.header-top-left{ text-align: right; background:#404645;  float: left; width: 52%; padding: 22px 32px 22px 0;}
.header-top-left p{ margin: 0;}
.header-top-right{ float: left; width: 48%; position: relative; background: #d72f32;}
.header-top-right a{ color: #fff;  display: block; float: left; width: auto; position: relative; font-size: 16px; line-height: 18px; padding: 22px 11px 22px 73px;}
.header-top-right a:visited{ color: #fff;  }
.header-top-right a:hover{ color: #000; }

.call{ background:#d72f32  url("images/call1.png") no-repeat 0 0; }
.mail{ background:#d72f32  url("images/quote-header.png") no-repeat 0 0; }
.header-top-right:after{ position: absolute; width: 100%; top: 0; left: 586px;background:#d72f32; content: "";
height:62px;}

.header-bottom{/*overflow: hidden;*/}
.wrapper{ overflow: hidden;}
.header-bottom .wrap{ position: relative; padding: 0;}
.header-bottom .wrap:before{ position: absolute; content: ""; width: 110px; height: 125px; left: -110px; top: 0;
background: url("images/textr-lft.png") no-repeat center 0;}
.header-bottom .wrap:after{ position: absolute; content: ""; width: 182px; height: 132px; right: -182px; top: 0;
background: url("images/textr-rgt.png") no-repeat center 0;}
.logo{ width: auto; float: left;}
.navbar{width: auto; float: left; padding: 52px 0 28px;}
.nav-menu li a{ position: relative; font-size: 16px; line-height: 18px; padding: 15px 18px; text-transform: uppercase;}
.nav-menu li a:after{ position: absolute; content: ""; width: 9px; height: 6px; right: 4px; top: 21px;
background: url("images/menu-arrw.png") no-repeat center 0;}
.nav-menu li:last-child a:after{ display: none;}
.nav-menu li a:hover:after{background: url("images/menu-arrw-hv.png") no-repeat center 0;}
.site-header{ /*padding-bottom: 5px;*/ border-bottom: 2px solid #404645;}

.search{   }
 input[type="search"]{float: right;  padding: 10px 20px; border-radius: 2px; /*margin: 52px 0 32px;*/position: relative; top: 52px;
	border: none; background:#d72f32 url("images/search.png") no-repeat center center; 
font-size: 14px; line-height: 24px;  width: 67px; /*transition: 0.1s; -webkit-transition: 0.1s*/ /*color: #fff;*/ cursor: pointer;
}
 input[type="search"]:hover{background:#000 url("images/search.png") no-repeat center center; }
.search:focus{ background: none;}
 input[type="search"]:focus{ position: absolute; right: 0; top: 100px; border: 1px solid #d72f32; width: 230px;
background: url("images/search-fcs.png") no-repeat right 2px; padding: 2px; margin: 0; }

a:visited{ color: #d72f32;}
/*=====================Start:Banner========================*/
.banner{ position: relative; background: url("images/banner.jpg") no-repeat 0 0; color: #fff; font-size: 16px; line-height: 30px;
background-size: cover;}
.banner .bxslider{ margin: 0; padding: 0;}
.banner .wrap{ padding: 120px 15px 100px;}
.banner .bx-wrapper{ margin: 0;}
.banner .bx-wrapper .bx-viewport{ left: 0; border: none; background: none; box-shadow: none;}
.banner .bx-wrapper .bx-controls-direction a{ width: 58px ; height: 55px;}
.banner .bx-controls-direction .bx-prev{ background: url("images/bnr-lft-arw.png") no-repeat 0 0; }
.banner .bx-controls-direction .bx-next{background: url("images/bnr-rgt-arw.png") no-repeat 0 0;}
.banner .bx-controls-direction .bx-next:hover{ background-position: 0 0 ;}
.banner .bx-pager{ display: none;}
.banner .bx-controls-auto{ display: none;}

/* START: ACT */
.banner-button, .banner-button:visited{ display: inline-block; text-transform: uppercase; color: #fff; background: #d72f32; font-weight: 300; font-size: 30px; line-height: 30px; font-family: 'Oswald', sans-serif;  padding: 14px 62px; border-radius: 0; }
.banner-button:hover,.banner-button:active,.banner-button:focus{ color: #d72f32; background: #fff;}

.banner-content-imageright{ display: inline-block; width: 51%; vertical-align: middle;}
.banner-img-imageright{ width: 48%; vertical-align: middle; float: right; }

.banner-content-imageleft{ display: inline-block; width: 51%; vertical-align: middle;}
.banner-img-imageleft{ width: 48%; vertical-align: middle; float: left; }

.banner-content-text{ display: inline-block; width: 100%; vertical-align: middle;}
.banner-img-text{display: none;}

.banner-img-imageonly{ width: 100%; vertical-align: middle; }
.banner-img-imageonly img{  margin-left: auto; margin-right: auto; }

/* Placeholder text color -- selectors need to be separate to work. */
.system-label::-webkit-input-placeholder {
	color: #aaa; opacity: 1;
	font-size: 12px;
}

.system-label:-moz-placeholder {
	color: #ccc; opacity: 1;
	font-size: 12px;
}

.system-label::-moz-placeholder {
	color: #ccc; opacity: 1;
	font-size: 12px;
}

.system-label:-ms-input-placeholder {
	color: #ccc; opacity: 1;
	font-size: 12px;
}


/* END: ACT */

.banner-content{ display: inline-block; width: 51%; vertical-align: middle;}
.banner-img{display: inline-block; width: 48%; vertical-align: middle;}

.bnr-cnt-tp{ font-family: 'Oswald', sans-serif; text-transform: uppercase; padding-bottom: 20px; border-bottom: 3px solid #616163;
display: inline-block;}
.bnr-cnt-tp h2{ font-weight: 400; margin: 0; font-family: 'Oswald', sans-serif; font-size: 48px; line-height: 50px; padding-bottom: 16px;}
.bnr-cnt-tp span{ display: block; font-weight: 300; font-size: 36px; line-height: 38px;}
.bnr-para p{ margin: 0;}
.bnr-para{padding: 36px 0;}
.learn{ display: inline-block; text-transform: uppercase; color: #fff; background: #d72f32; font-weight: 300;
font-size: 30px; line-height: 30px; font-family: 'Oswald', sans-serif;  padding: 14px 62px; border-radius: 0;
}
.learn:hover,.learn:active,.learn:focus,.learn:visited{ color: #d72f32; background: #fff;}
/*=====================Start:Body========================*/
h2.title{ margin: 0; color: #28292b; font-weight: 600; font-size: 48px; line-height: 50px; text-align: center; position: relative;
padding-bottom: 24px;}
h2.title:after{ width: 366px; margin-left: -183px; height: 2px; background: #d72f32; content: ""; position: absolute; left: 50%;
bottom: 0;}
.ttlclr{ display: inline-block; color: #d72f32;}
.para{ max-width: 55%; margin: 0 auto; padding: 46px 0 30px;}
.para p{ margin: 0;}
.site-main{ font-size: 14px; line-height: 30px; color: #353535; padding: 35px 0;}
h3.spcl{ color: #d72f32; margin: 0; font-size: 30px; line-height: 30px; padding: 30px 0; text-transform: uppercase;
font-weight: 600;}
h3.spcl span{ display: inline-block; color: #28292b;}

.experts{ text-align: center; padding: 55px  0 110px;}
.experts-list{ list-style: none; margin: 0; padding: 0; line-height: 20px;}
.experts-list li{ float: left;  width: 23%; margin-right: 2%; }
.experts-list li:last-child{ margin-right: 0;}
.experts-list li .img:hover img{-webkit-transform: rotate(360deg); transform: rotate(60deg);} 

h2.title1{ margin: 0; position: relative; /*text-transform: capitalize;*/ font-size: 40px; line-height: 42px; padding-bottom: 25px;
text-align: center; color: #fff; font-weight: 600;}
h2.title1:after{ position: absolute; left: 50%;; bottom: 0; width: 166px; height: 2px; margin-left: -83px; background: #fff;
content: "";}
.served{ background: url("images/served-bg.jpg") no-repeat 0 0; padding: 74px 0; color: #fff; text-align: center;
background-size: cover;}
.served .para{max-width: 72%; line-height: 24px;}
.owl-list .owl-carousel .owl-item{ }
.owl-list span{ display: block; font-size: 26px; line-height: 28px; padding: 35px 0; text-transform: capitalize;}
.owl-list .owl-dots{}
.owl-list .owl-dots{}
.owl-list .owl-dots .owl-dot { background: #fff; height: 5px; width: 95px; display: inline-block; margin-right: 1px;}
.owl-list .owl-dots .owl-dot.active{background: #d72f32;}
.owl-list .owl-nav{ display: none;}
.owl-list .img img{ transition: 1s; -webkit-transition: 1s;}
.owl-list .img:hover img{ -webkit-transform: rotatey(360deg); transform: rotatey(360deg);}

.products-section{padding:  60px 0; text-align: left; margin-bottom: 12%;}
h2.title2{ margin: 0; position: relative; text-transform: uppercase; font-size: 40px; line-height: 42px; padding-bottom: 25px;
text-align: center; color: #1f1f1f;  font-weight: 600;}
h2.title2 span{ display: inline-block; padding:  15px; color: #fff; background: #d72f32;}
.products-section ul.products{ list-style: none; margin: 0; padding: 82px 0 20px 0; line-height: 20px;}
.products-section ul.products li.product{ width: 32%; margin-right: 2%; position: relative; float: left;} 
.products-section ul.products li.product:last-child{ margin-right: 0;}
.products-section .product-img{ border-radius: 50%; border: 2px solid #d72f32; padding: 0 0; display: inline-block; overflow: hidden;
position: absolute; width: 232px; margin-left: -116px; left: 50%; /*top: -120px*/; background: #fff; height: 232px;}
.product-img > img{  left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  position: relative; margin-left: 7px; margin-top: 1px; border-radius:0;}
/*.product-img:hover > img{  -webkit-transform: scale(1.1); transform: scale(1.1);}*/
.products-section .product-top{ background: #d72f32; color: #fff; text-align: center; padding: 130px 10px 55px; margin-top: 120px;}
.products-section .product-name{ display: block; font-size: 24px; padding-bottom: 15px;}
.products-section .product-ds{ display: block;}
.products-section .product-description{padding: 22px 0;}
.products-section .product-description p{ margin: 0;}
.products-section .product-description .price-box{ display: block; color: #353535; padding: 32px 0 0; font-size: 24px;}
.products-section .product-description .price-box .price{ display: inline-block; color: #d72f32;}
.cmn-btn, .cmn-btn:visited{ display: block; color: #fff; background: #d72f32; /*border-bottom:5px solid #360c0d;*/ border-radius: 0;  font-size: 18px; line-height: 20px;
 padding: 20px; text-align: center;}
.cmn-btn:hover,.cmn-btn:focus,.cmn-btn:active{background: #fff; color:#fff; /*border-bottom-color: #d72f32;*/
color: #d72f32; box-shadow: 1px 1px 2px 2px #ececec;}
.quote{ font-size: 18px; line-height: 20px;}
.prtnr-sec{ color: #444; font-size: 22px; padding: 30px 15px; position: absolute; background: #fff;}
.prtnr-sec span{ display: block;}
.prtnr-sec h3{ margin: 0; color: #444; font-weight: bold; font-size: 36px; line-height: 40px;}
.prtnr-logo{ list-style: none; margin: 0; padding: 20px 0 0 0; text-align: center;}
.prtnr-logo > li {
    display: inline-block;
    padding: 0 20px;
    width: auto;
}


.story{ text-align: left; color: #fff; line-height: 20px; background: url("images/story-bg.jpg") no-repeat  0 0; background-size: cover;
padding: 130px  0 62px 0;}
.story h4{margin: 0; font-weight: 300; text-transform: capitalize; padding-bottom: 54px; font-size: 36px;}
.story-right{display: inline-block; vertical-align: top; }
.story-left{ display: inline-block; vertical-align: top; width: 72%; margin-right: 3%;}
.cmn-btn.read{ display: inline-block; text-transform: uppercase; padding: 18px 80px;}

.free-cntct-section{ line-height: 18px; background: #d72f32; color: #fff; padding: 23px 0;}
.request-left{ display: inline-block; vertical-align: middle; width: 44%;}
.request-right{display: inline-block; vertical-align: middle; width: 50%; margin-left: 5%;}
.free-cntct-section h4{  margin: 0; font-size: 36px; line-height: 40px; font-weight: 600; padding-bottom: 30px;}
.frm-sec{ margin-bottom: 15px;}
.frm-sec input, .frm-sec textarea{ border: 1px solid #fff; padding: 16px 25px; background: none; width: 100%; color: #fff;}
.frm-sec-left{ width: 49%; float: left; margin-right: 2%;}
.frm-sec-right{ width: 49%; float: left;}
.frm-sec input[type="submit"]{ background: #1c1c1c; color: #fff; border: 1px solid #1c1c1c; display: inline-block; width: auto;
font-size: 18px; padding: 16px 52px; transition: 0.5s; -webkit-transition: 0.5s; border-radius: 0;}
.frm-sec input[type="submit"]:hover{ background: #fff; border: 1px solid #fff; color:#d72f32 ; box-shadow: 1px 1px 2px 2px hsl(0, 0%, 93%);}
.frm-sec textarea { height: 190px;}

.filter-btn input[type="submit"]{ background: #d72f32; color: #fff; border: 1px solid #d72f32; display: inline-block; width: auto;
font-size: 18px; padding: 12px 65px; transition: 0.5s; -webkit-transition: 0.5s; border-radius: 0;}
.filter-btn input[type="submit"]:hover{ background: #fff; border: 1px solid #fff; color:#d72f32 ; box-shadow: 1px 1px 2px 2px hsl(0, 0%, 93%);}


.client-section{ background: url("images/banner.jpg") no-repeat  0 0; font-size: 18px; line-height: 23px; text-align: center;
color: #fff; padding: 80px 0 60px 0; background-size: cover;}
.client-img{ border: 7px solid rgba(165,165,165,.5); border-radius: 50%; display: inline-block; overflow: hidden;}
.client-img img{ }
.client-name{ display: block; font-size: 24px; font-weight: bold; color: #b20c0f; padding: 12px 0 0 0;}
.learn-more{ color: #fff; display: inline-block; text-transform: uppercase; position: relative; padding: 10px 20px;}
/*.learn-more:before{position: absolute;background: url("images/bk-lft.png") no-repeat  0 0; width: 14px ; height:39px;
content:""; left: -10px; top: 0;}
.learn-more:after{position: absolute;background: url("images/bk-rgt.png") no-repeat  0 0; width: 14px ; height:39px;
content:""; right: -10px; top: 0;}*/
.learn-more:hover{ color: #b20c0f;}
.client-para{ max-width: 72%; margin:  0 auto; padding: 20px 0; position: relative;}
.client-para:before{ position: absolute;background: url("images/invrt-lft.png") no-repeat  0 0; width: 183px ; height: 183px;
content:""; left: -70px; top: 0; }
.client-para:after{position: absolute;background: url("images/invrt-rgt.png") no-repeat  0 0; width: 183px ; height: 183px;
content:""; left:102%; top: 0;}

.client-section .bx-wrapper{ margin: 0;}
.client-section ul{ margin: 0; padding: 0;}
.client-section .bx-wrapper .bx-viewport{ background: none; border: none; box-shadow: none; padding-bottom: 20px;}
.client-section .bx-pager,.client-section .bx-controls-auto { display: none;}
.client-section .bx-wrapper .bx-controls-direction a{ width: 25px; height: 48px;}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev{background: url("images/client-lft.png") no-repeat 0 0;}
.client-section .bx-wrapper .bx-controls-direction a.bx-next{background: url("images/client-rgt.png") no-repeat 0 0;}
/*=====================Start:Footer========================*/
.site-footer{ background: none; position: relative; text-align: left;}
.footer-top{ background: #32373c; padding: 70px 0 25px; font-size: 16px; line-height: 24px; color: #a3a5a7;}
.footer-top a{color: #a3a5a7;}
.footer-top a:hover{ color: #fff;}
.footer-top h5{ color: #fff; font-weight: 400; text-transform: capitalize; margin: 0; padding-bottom: 35px; font-size: 24px;}
.ftr-top-sec{ float: left; width: 31%; margin-right: 3%;}
.ftr-top-sec:last-child{ margin-right: 0;}
.ftr-top-sec ul{ list-style: none; margin: 0; padding: 0;}
.ftr-top-sec:nth-child(2) li{padding-bottom: 12px;}
.ftr-top-sec ul li{ padding-bottom: 25px;}
.ftr-top-sec  .social{ padding: 16px 0 0 0;}
.social li{ display: inline-block; width: auto; vertical-align: middle;}
.social li img{transition: 0.1s; -webkit-transition: 0.1s; }
.social li img:hover{ -webkit-transform: rotate(360deg); transform: rotate(360deg); transition: 0.5s; -webkit-transition: 0.5s; }
a.msg{background: url("images/msg2.png") no-repeat 0 16px;}
a.ph{background: url("images/ph2.png") no-repeat 0 16px;}
a.cht{background: url("images/cht2.png") no-repeat 0 15px;}
.ftr-top-sec address{background: url("images/adrs.png") no-repeat 0 16px;}
.ftr-top-sec > a,.ftr-top-sec > address{ padding: 11px 0 11px 30px; display: block; font-style: normal;}

.footer-bottom{ background: #282d32; color:#a3a5a7; padding: 26px 0; position: relative;}
.footer-bottom:after{ background: #fff; width: 4px; height:73px; content: ""; position: absolute; left: 0; top: 0; display: none;}
.ftr-btm-lft{ float: left; width: auto;}
.ftr-btm-rgt{ float: right; width: auto;}
.footer-bottom a{ display: inline-block; color: #a3a5a7; padding: 0 12px; border-right: 2px solid #67686a;}
.footer-bottom a:last-child{ border: none;}
.footer-bottom a:hover{ color: #fff;}
.footer-bottom p{ margin: 0;}

/*.client-section .wrap{ padding-bottom: 40px;}
.client-section ul.bxslider1{padding-bottom: 40px;}*/

/*=====================Start:inner========================*/
.site-main.inner{ padding:  35px 0 0 0; font-size: 16px; line-height: 24px;  color: #353535;}
.site-main.inner p{ margin-bottom: 26px;}
.site-main.inner .free-cntct-section{ margin-bottom: 0;}
.inner-bnr.banner .wrap{padding: 60px 15px 0;}
.inner-bnr.banner .banner-img{ padding-left: 4%;}
.inner-bnr.banner .bnr-cnt-tp span{ font-size: 30px;}
h2.inr-hd{ font-weight: 600; color: #000; text-transform: uppercase; text-align: center;}
.left{ width: 60%; margin-right: 5%; float: left;}
.left strong{ font-weight: 600;}
.right{ float: left; width: 28%; text-align: center;}
.imgdiv{overflow: hidden;  border: 3px solid #e0e0e0; }
.imgdiv img{ width: 100%;}
.imgdiv img:hover{ -webkit-transform: scale(1.1);transform: scale(1.1);}
.inner-para{}
.clusters{padding:20px 0 70px;}
.clusters h3{ padding-bottom: 50px;}
h3.inr-hd1{ text-transform: uppercase; font-weight: 300; font-size: 40px; text-align: center; margin: 0;}
.clstr-dvsn{ list-style: none; margin: 0 ; padding: 30px 0 0 0; font-weight: 600;}
.clstr-dvsn li{padding: 4px 22px; background: url("images/rd-arr.png") no-repeat 2px center;; }
.notes{ background: #404645; color: #fff; font-weight: 600; padding: 24px 30px; margin-bottom: 115px;}
.site-main.inner .notes p{ margin: 0;}

h2.price-guide-hd{ font-weight: 300; margin: 0; padding-bottom: 18px;}
h2.price-guide-hd span{ font-weight: 600; display: inline-block;}
span.quotes{ color: #d72f32; font-weight: 600; font-size: 24px;}
.price-guide-top{ padding: 35px 0;}
.table-hold td:first-child{ padding-left: 5px;}

.table-section{ }
.table-head{ background: #d72f32; text-align: center; color: #fff; font-weight: 600; font-size: 18px; line-height: 20px; padding: 16px 0;}
.tbl-hd-lft,.tbl-hd-rgt{display: inline-block; width: 49%; vertical-align: middle; }
.table-hold{ margin-bottom: 2px;}
.table-hold .table-left{ float: left;  width: 49.8%; border: 1px solid #d72f32; margin-right: 2px;}
.table-hold .table-right{float: left;  width: 49.8%; border: 1px solid #d72f32;}
.table-hold td{ border: none;}

/*.table-hold thead tr:first-child th{ text-align: center;*/
/* background: #d72f32; text-align: center; color: #fff; font-weight: 600; font-size: 18px; line-height: 20px; padding: 16px 0;}*/

.table-hold thead {
    border-bottom: 1px solid #d72f32;
}
.table-hold th{ padding: 18px 0; text-transform: capitalize;}
.table-hold td{ padding: 8px 0; font-size: 14px; line-height: 16px;}
.table-section table{ margin: 0 0 20px 0; border-bottom: none;}
.table-note{ display: block; color: #d72f32; font-size: 12px; line-height: 16px; padding: 75px 0 60px 0;}
.price-guide{}
/*=====================product-listing-servers========================*/
.prdct-list.inner-bnr{ padding-bottom: 30px;}
.prdct-list-servr.inner{}
.listing-server{ margin-bottom: 25px;}

.filter-bar{ border: 1px solid #e5e5e5; border-radius: 5px; width: 24%; float: left; overflow: hidden; font-size: 14px; line-height: 30px;
color: #000; padding-bottom: 25px;}
.filter-bar h2{ margin: 0; color: #fff; background: #d72f32; font-size: 18px; line-height: 20px; padding: 12px 25px;
font-weight: 400; text-transform: capitalize;}
.filter-sec{ padding: 18px 10px 0 10px;}
.filter-sec h4{margin: 0; font-weight: 600; font-size: 18px; line-height: 20px; color:#000000; padding: 0 0 8px 0;
position: relative; border-bottom: 1px solid #d72f32;}
// .filter-sec h4:after{ position: absolute; right: 2px; top: 0; background: url("images/acc1.png") no-repeat 0 0; width: 19px; height: 19px; content: ""; cursor: pointer;}
.filter-sec ul{ list-style: none; margin: 0; padding: 12px 5px 0 5px;}
.filter-sec ul li{padding: 1px 0;}
.filter-sec ul li >div.in-hldr{ display: inline-block; vertical-align: top; width: auto; margin: 0 10px 0 0;}
.filter-sec ul li >div.in-hldr label{ margin-top: 5px; }
.filter-sec ul li span{ display: inline-block; vertical-align: top; width: auto; text-transform: capitalize;}
.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	border: 1px solid #dfdfdf;
	padding: 9px;
	border-radius: 1px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: -6px;
	left: 3px;
	color: #99a1a7;
}


.listing-server-content-wide{ float: left; width: 100%; padding: 15px 12px; font-size: 14px; line-height: 20px; color: #404645;}
.listing-server-content-wide h4{ margin: 0; font-weight: 600; color: #090909; font-size: 18px; line-height: 20px; padding-bottom: 15px;}
.listing-server-content-wide h5{ font-size: 16px; line-height: 18px; margin: 0; color: #d72f32; text-transform: uppercase;}

.listing-server-content{ float: left; width: 76%; padding: 15px 12px; font-size: 14px; line-height: 20px; color: #404645;}
.displying{ display: block; font-size: 18px; line-height: 20px; padding-bottom: 40px;}
.displying .clr{ font-weight: 600;}
.clr{ color: #d72f32;}
.listing-server-content h4{ margin: 0; font-weight: 600; color: #090909; font-size: 18px; line-height: 20px; padding-bottom: 15px;}
.listing-server-content h5{ font-size: 16px; line-height: 18px; margin: 0; color: #d72f32; text-transform: uppercase;}
.lisitng-row{}
.lisitng-row .listing-column1{ float: left; width: 33%;}
.lisitng-row .listing-column1 >input{ display: inline-block; width: auto; vertical-align: top; margin-top: 4px;}
.lisitng-row .listing-column1 >div{ display: inline-block; width: 80%; vertical-align: top; padding:  0 0 0 25px;}
.lisitng-row .listing-column1 .prdct-img{ padding: 20px 0 40px;}
.price-box .price { font-weight: 600;}
.price-box { font-weight: 300; font-size: 18px; line-height: 24px;}

.lisitng-row{ margin-bottom: 60px;}
.lisitng-row .listing-column2{ float: left; width: 67%;}
.lisitng-row .listing-column2 >ul{ list-style: none; margin: 0 ; padding: 0 0 5px 0;}
.lisitng-row .listing-column2 >ul li{ float: left; width: 50%; margin-bottom: 30px; min-height: 64px;}
.lisitng-row .listing-column2 >ul li .prts-lft{ display: inline-block; width: 24%; text-align: center; vertical-align: top; margin-right: 6px;}
.lisitng-row .listing-column2 >ul li .prts-rgt{ display: inline-block; width: 72%; vertical-align: top; padding-right: 5px;}
.lisitng-row .listing-column2 >ul li .prts-rgt p { margin: 0;}
.btn-sec a{ display: inline-block; color: #fff; font-weight: 400; font-size: 18px; line-height: 20px; padding: 12px 65px; border-radius: 0;}
.cl-rd{ background: #d72f32;}
.cl-bl{ background: #404645; }
.cl-bl.selected { background : green; }

.cl-rd:hover{ /*background: #404645;*/ background: #fff; box-shadow: 1px 1px 2px 2px #ececec; color: #d72f32;}
.cl-bl:hover{/*background: #d72f32;*/ background: #fff; box-shadow: 1px 1px 2px 2px #ececec; color: #d72f32;}
.frm-sec:last-child{ margin-bottom: 0;}
.pegination{ text-align: center;}
.pegination a{ background: #d72f32; color: #fff; font-size: 18px; line-height: 20px; padding: 6px 14px;}
.pegination a.active{ background: #282d32;}
/*=====================product-listing-page========================*/
.inner.product-listing-page{}
.product-listing-page .listing-server-content{ width: 100%;}
.product-listing-page .lisitng-row{ border-bottom: 1px solid #d72f32; padding:  34px 0; margin: 0; }
.product-listing-page .lisitng-row:last-child{ border-bottom: none;}
.product-listing-page .lisitng-row .listing-column1 >div{ width: 100%; text-align: center; padding: 0;}
.product-listing-page .lisitng-row .listing-column1{ width: 28%; margin-right: 2%;}
.product-listing-page .lisitng-row .listing-column2{ width: 70%;}
/*.product-listing-page .lisitng-row .listing-column2 > ul li .prts-lft{ width: auto;}*/
.product-listing-page .lisitng-row .listing-column1  {position: relative; transition: 0.5s; -webkit-transition: 0.5; cursor: pointer;}
.search-hvr{ position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); opacity: 0;
transition: 0.5s; -webkit-transition: 0.5;}
.product-listing-page .lisitng-row .listing-column1:hover .search-hvr{ opacity: 1;}

.product-listing-page .responsive-tabs__list{ border: none; margin: 0 0 15px 0; clear: both; display: block; width: 100%; text-align: center;}
.product-listing-page .responsive-tabs__list__item--active,.product-listing-page .responsive-tabs__list__item--active:hover,
.product-listing-page .responsive-tabs__list__item:hover{
	background: none; /*border: none;*/ outline: none;
	border-bottom: 1px solid #db2b2b;
}
.product-listing-page .responsive-tabs__list__item.responsive-tabs__list__item--active{border-bottom: 1px solid #db2b2b;}
.product-listing-page .responsive-tabs__list__item--active:after,.product-listing-page .responsive-tabs__list__item--active:hover:after,
.product-listing-page .responsive-tabs__list__item:hover:after{
	background: url("images/brdr-shape.png") no-repeat 0 0; width: 8px; height: 6px; position: absolute; bottom: 0;
	left: 50%; content: ""; margin-left: -4px;
}
.product-listing-page .responsive-tabs__list__item{ background: none; border: none; position: relative;
font-size: 18px; line-height: 20px; color: #202020; padding: 10px 6px; margin-right: 28px;}
.product-listing-page .responsive-tabs-wrapper { padding: 35px 0 0 0;}

.clstr-bldng{ background:#d72d2f /*url("images/building-bg.jpg") no-repeat 0 0*/; text-align: center;  color: #fff;
font-size: 30px; line-height: 36px; text-transform: capitalize; padding: 50px; background-size: cover;}
.product-listing-page .clstr-bldng p{ margin: 0;}
.product-listing-page .clstr-built-top{ padding: 40px 0 0 0;}
h2.inr-hd{ margin: 0; padding-bottom: 25px;}
.product-listing-page .clstr-built-top > .wrap >span{ display: block; padding:0 0 45px 0;}
.holder { padding: 40px 0 0 0;}
.clstr-built-hold{ margin-bottom: 60px;}
.clstr-built-hold p:last-child{ margin-bottom: 0;}
.clstr-built-left{ width: 30%; margin-right: 3%; float: left; text-align: center;}
.clstr-built-rgt{ float: left; width: 64%;}
.product-listing-page h5{ text-transform: uppercase; font-size: 18px; line-height: 20px; color: #000; margin: 0; padding-bottom: 30px;}

.clstr-built-bottom{ color: #fff; font-size: 30px; line-height: 36px ; text-align: center; margin-bottom: 75px;}
.clstr-built-bottom-lft{width: 49%; margin-right: 2%; float: left; background: #d72f32;}
.clstr-built-bottom-rgt{ width: 49%; float:left; background: #404645;}
.clstr-built-bottom-rgt,.clstr-built-bottom-lft{ padding: 55px 41px;}
.clstr-built-bottom span{ display: block; margin-bottom: 40px;}
.clstr-built-bottom-rgt >div,.clstr-built-bottom-lft >div{ border: 3px solid #fff; display: inline-block; border-radius: 0;}
.clstr-built-bottom a{ display: block; color: #fff; font-size: 16px; line-height: 18px; border-radius: 0;
padding: 16px 41px;}
.clstr-built-bottom a.cl-rd{/* border-bottom: 4px solid #851d1f;*/}
.clstr-built-bottom a.cl-bl{ /*border-bottom: 4px solid #282b2b;*/}

.product-listing-page .prts-rgt h5{padding-bottom: 10px; color: #d72f32;}
.product-listing-page .lisitng-row .listing-column2 > ul li .prts-lft{ vertical-align: middle;}
.product-listing-page .lisitng-row .listing-column2 > ul li .prts-rgt{ vertical-align: middle;}
.product-listing-page .lisitng-row .listing-column2 > ul li{ min-height: 72px;}
/*====================product-details-page========================*/
.inner.product-details-page{}
.products-details-top{margin-bottom: 40px;}
.products-details-top-left{ float: left; width: 40%; margin-bottom: 10px;}
.product-slider{ text-align: center;}
.product-slider ul{ margin: 0; text-align: center;}
.product-slider ul img{ margin: 0 auto;}
.product-slider .bx-wrapper{ margin: 0 auto !important; padding-bottom: 55px;}
.product-slider .bx-wrapper .bx-viewport{ border: none; box-shadow: none; background: none; left: 0;}
.product-slider .bx-wrapper .bx-controls-direction a{ width: 23px; height: 23px; top: auto; bottom:inherit; top: 130px;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-prev{ background: url("images/th-arr-lft.png") no-repeat 0 0; left: 18px;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-next{ background: url("images/th-arr-rgt.png")  no-repeat 0 0; right: 26px;}
.product-slider .bx-wrapper .bx-pager, .product-slider .bx-wrapper .bx-controls-autor{bottom: 20px;}
.product-slider #bx-pager a{ display: inline-block; padding: 10px; border: 1px solid #c5c5c5; margin-right: 6px;}
ul.products-prts{
  list-style: outside none none;
    margin: 0;
    padding: 35px 0 5px 0;  text-align: center; font-size: 14px; line-height: 24px; color: #404645; font-weight: 600;	
}
ul.products-prts li{ float: left;
    margin-bottom: 0;
    min-height:190px;
    width: 50%;
}
ul.products-prts li .prts-lft{  display:block;
    margin-right: 0;
    text-align: center;
    vertical-align: top;
    width: 100%; min-height: 68px;}
ul.products-prts li .prts-rgt{
	display: block;
    padding-right: 5px;
    vertical-align: top;
    width: 100%;
}
ul.products-prts h5{ margin: 0; font-weight: 600;}
a.click{ text-transform: capitalize; display: block; color: #fff; text-align: center; font-size: 18px;  line-height: 26px; padding: 20px;
border-radius: 0;}
a.click:hover,a.click:active,a.click:focus{ background:#fff; box-shadow: 1px 1px 2px 2px #ececec; color: #d72f32;	}
.products-details-top-rgt{ font-size: 14px; line-height: 24px; float: left; width: 58%; margin-left: 2%;}
.products-details-top-rgt h3{ margin: 0;  font-size: 36px; line-height: 38px; font-weight: 300; padding-bottom: 18px; }
span.factor{ font-weight: 600; padding-bottom: 28px; display: block;}
.products-details-top-rgt .price-box{ display: block;}
a.quote{ border-radius: 0; color: #fff; font-size: 16px; line-height: 18px; padding: 18px 40px; display: inline-block;
margin-top: 30px;}

.details-table{}
.details-table{ padding: 30px 0 0 0;}
.details-table td{ border: none;}

.details-table thead {
    border-bottom: 1px solid #000;
}
.details-table th{ text-transform: capitalize;margin-right: 10px; color: #fff; padding: 5px;}
.details-table td{ padding: 5px;}
.details-table th span{ background: #d72f32;  padding: 10px 0; display: block; text-align: center;}
.details-table td{ padding: 8px 25px; font-size: 14px; line-height: 16px;}
.details-table td:first-child{ padding: 8px 5px;}
.details-table table{ margin: 0 0 20px 0; border-bottom: none;}
.details-table th:first-child{ width: 30%;}
.details-table tbody{ padding-top: 25px;}

.products-details-top-rgt .products-details-middle-left{ float: none; width: 100%;}
.products-details-middle-left .form-hold input[type="button"]{ width: 100%; background: #d72f32; border-radius: 0; border: none;
transition: 0.5s; -webkit-transition: 0.5s;}
.products-details-middle-left .form-hold input[type="button"]:hover{ background: #fff; color: #d72f32; border: none;
box-shadow: 1px 1px 2px 2px #ececec;;}
.products-details-middle-left .form-hold{ display: inline-block; width: 70%;}
.pop-up{  background: hsla(0, 0%, 0%, 0.3) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;}
    
.pop-up-hold{
    left: 50%;
    margin: 0 auto 0 -25%;
    padding: 20px;
    position: absolute;
    top:6%;
    width: 50%;}
.cross {
    position: absolute;
    right: -15px;
    top: -15px;
}
.products-details-middle-right.pop-up-hold{ text-align: left;}
.products-details-middle-right.pop-up-hold p{ margin-bottom: 5px;}
.products-details-bottom .clstr-bldng {
    background: hsl(359, 68%, 51%) none repeat scroll 0 0;
    font-size: 24px;
    line-height: 24px;
    padding: 40px;
    text-transform: capitalize; margin-bottom: 40px;
}
.products-details-bottom .clstr-bldng p{ margin: 0 !important;}

.products-details-middle{}
.products-details-middle-left{ float: left; width: 60%; padding: 5px 5px 0 5px;}
.products-details-middle-left form >div{ margin-bottom: 14px;}
.products-details-middle-left label{display: inline-block; vertical-align: top; width: 29%; font-size: 16px;  line-height: 20px;
padding: 5px 5px 5px 5px;}
.products-details-middle-left .slct-sec{ display: inline-block; vertical-align: top; width: 70%;}
.products-details-middle-left div.clear{ margin-bottom: 5px; }
.slct-sec{ font-size: 13px; line-height: 15px;}
.slct-sec .slct-1hlf{ display: inline-block; width: 15%;}
.slct-sec .slct-3hlf{ display: inline-block; width: 84%;}
.slct-sec span{text-align: left; width: 100%; display: block; color: #666666; padding: 6px 0;}
.slct-sec .slct-full{ display: block; width: 100%;}
.slct-sec select{ padding: 8px 20px 8px 9px; -webkit-border-radius: 0; border-radius: 0;
-webkit-appearance: none;
   -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;

/*-webkit-border-image: url("http://www.w3schools.com/cssref/border.png") 40 stretch;
  border-image: url("http://www.w3schools.com/cssref/border.png") 40 stretch;*/
      
      height: 36px;
      color: #999;
      }

.products-details-middle-right{ float: left; width: 40%; background: #d72f32; padding: 25px 30px; color: #fff;}
.products-details-middle-right span{ display: block; padding-bottom: 10px;}
.products-details-middle-right span.price{ font-weight: bold; font-size: 24px; line-height: 24px;}
.products-details-middle-right p{}
.products-details-middle-right .form-hold{ margin-bottom: 5px; }
.products-details-middle-right .form-hold label{ padding-bottom: 5px; display: block;}
.products-details-middle-right .form-hold input{ width: 100%; border: none; -webkit-border-radius: 0px; border-radius: 0px;}
.products-details-middle-right .form-hold textarea{ width: 100%; height: 85px; border: none;}
.products-details-middle-right .form-hold input[type="submit"]{ background: #404645; border-radius: 5px;
transition:0.5s; -webkit-transition:0.5s;}
.products-details-middle-right .form-hold input[type="submit"]:hover{ background: #fff; color: #404645;}
.products-details-middle .clstr-bldng{ background: #d72f32; padding:40px ; text-transform: capitalize; font-size: 24px; line-height: 24px;}
.products-details-middle .clstr-bldng p{ margin: 0;}


.products-details-bottom{ padding:0 0 40px 0 ; }
.products-details-bottom .part{ border-bottom: 1px solid #d72f32;} 
.products-details-bottom .part:last-child{ border-bottom: none; padding-bottom: 200px;}
.products-details-bottom .part .part-left{ float: left; width:45%; padding: 25px 0; font-size: 24px; line-height: 24px; font-weight: 600;
 color: #404645;}
.products-details-bottom .part .part-right{ float: left; width:55%; background: #fafafa; padding: 25px 38px; font-size: 16px; line-height: 30px;
min-height: 170px;}
.products-details-bottom .part span{ display: block;}
.products-details-bottom .part:nth-child(2n) .part-right{ background: #fff;}

.Configure{ font-size: 24px; line-height: 24px; color: #fff; padding: 14px 56px; display: table; margin: 0 auto;
border-radius: 0;}
.Configure:hover{ color: #d72f32; box-shadow: 1px 1px 2px 2px #ececec; background: #fff;}

.products-details-top-rgt .price-box{ font-size: 30px; line-height: 34px;}
.factor .clr{ padding-right: 10px;}
/********************12.12.16***************************/
/*.blog-details .clstr-built-left{  float: none; width: 100%; margin-bottom: 5%;}
.blog-details .clstr-built-rgt{ float: none; width: 100%;}*/
.blog-details .clstr-built-hold { padding-bottom: 20px; margin-bottom: 50px; border-bottom: 1px solid #ccc;}
.blog-details .clstr-built-hold:last-child{ border-bottom: none; padding-bottom: 0;}
.blog-details h2.inr-hd{ font-size: 50px; /*text-shadow: 3px 3px 1px #ccc;*/ text-align: left;}
.blog-details.product-listing-page .clstr-built-top{ padding: 20px 0 0 0;}
.blog-details.product-listing-page h5{ color: #d93b3e;} 

.inner-bnr .bnr-cnt-tp h2{ font-size: 42px;}
.inner-bnr .bnr-para{ padding: 25px 0;}
.inner-bnr .banner-img{ width: 40%;}

.tech-bnr .banner-content{ width: 100%;}
.tech-bnr.inner-bnr.banner .wrap{ padding: 50px 15px;}

/********************16.12.16**blog-details page**requirment***********************/
.blog-hold{}
.blog-left{ float: left; width:72%; margin-right: 2%; position: relative;}
.blog-left .clstr-built-left img{ /*width: 100%;*/}
.blog-left a.chat{ width: 43px; height: 36px; background:#eee url("images/chat.png") no-repeat 0 0; display: inline-block; position: absolute;
right: 5%; top: 4%;}
.blog-left a.chat:hover{ background:#eb2d2e url("images/chat.png") no-repeat 0 0;}
.blog-details .blog-top span{ padding:0 0 30px 0; display: block;}
.blog-left .clstr-built-left{ float: none; width: 100%; margin-right: 0; margin-bottom: 5%;}
.blog-left  .clstr-built-rgt{ float: none; width: 100%;}
.blog-right{float: left; width: 26%;}

.post{ display: block; font-size: 16px; padding-bottom: 15px;}
.post .date{ color: #eb2e2f; display:inline-block;}
.post .date:hover{ color: #9494a1;}
.product-listing-page.blog-details h5{ padding-bottom: 10px;}
.blog-top{ width:90%;}

.blog-right-hold{ border: 1px solid #e5e5e5; border-radius: 0; margin-bottom: 20px; overflow: hidden;}
.blog-right-hold h4{ background: #d72f32; color: #fff;   font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 12px 25px;
    text-transform: capitalize;}
.blog-right-hold ul{ margin: 0; padding: 10px 5px; list-style: none;}
.blog-right-hold ul li { width: 100%;  background: url("images/right-arrow.png") no-repeat 0 15px; padding: 8px 5px 8px 15px; border-bottom: 1px solid #e5e5e5;
color: hsl(0, 0%, 21%);}
.blog-right-hold ul li:last-child{ border-bottom: none;}
.blog-right-hold ul li a{ color: hsl(0, 0%, 21%);}
.blog-right-hold ul li a:hover{ color: #d72f32; text-decoration: none;}
.blog-right-hold ul li h5{ margin: 0; font-weight: bold; font-size: 16px;}
.blog-top h2 a{ color: #000;}
.blog-top h2 a:hover{ color: #d72f32;}
.blog-details h2.inr-hd{ font-size: 43px;}
.product-listing-page.blog-details h5 a{ color: #d72f32;}
.product-listing-page.blog-details h5 a:hover{ color: #000;}

.product-listing-page.blog-details h5{ font-size: 22px; line-height: 22px;}

/********************22.12.16**changes***********************/
.details-top{}
.page_item_has_children:hover,.page_item_has_children:focus{ border: 2px solid #d72f32;
    position: relative;}

.current_page_item.page_item_has_children::before {
    background: #fff;
    border-bottom: 2px solid #d72f32;
    content: "";
    height: 10px;
    position: absolute;
    right: -6px;
    top: -7px;
    transform: rotate(45deg); -webkit-transform: rotate(45deg);
    width: 10px;
    opacity: 0;
}
.current_page_item.page_item_has_children:hover:after{ opacity: 1;}
.nav-menu li:before{
	   background: #fff;
    border-bottom: 2px solid #d72f32;
    content: "";
    height: 10px;
    position: absolute;
    right: -6px;
    top: -7px;
    transform: rotate(45deg); -webkit-transform: rotate(45deg);
    width: 10px;
    opacity: 0;
}
.nav-menu li:hover:before, .nav-menu li:focus:before{
	opacity: 1;
}
.nav-menu li:hover,.nav-menu li:focus{border: 2px solid #d72f32;}
.nav-menu li{ position: relative;}

.nav-menu > ul> li{ border: 2px solid transparent; border-radius: 4px; }
.blog-list .banner-content{ width: 100%; text-transform: uppercase;}
.blog-list .bnr-cnt-tp{ padding: 0; border: none;}
.blog-list .banner-img{ width: 40%;}
.blog-list .banner-content .bnr-cnt-tp h2{ padding: 0; font-family: "Open Sans",sans-serif; letter-spacing: 0; font-size: 26px; line-height: 28px;}
.blog-list .bnr-para{ padding: 0;}
.blog-list.inner-bnr.banner .wrap{ padding: 40px 0;}

/********5.1.17*********/
.nav-menu .children li:hover::before, .nav-menu .children li:focus::before{ display: none;}
.nav-menu .children li:hover, .nav-menu .children li:focus{ border: none;}


/******************10.01.2017*****************/

/* ACT */

.banner-img-img {max-height: 225px; padding-bottom: 20px; }

.menu-header { font-size: 16px; text-transform: uppercase; color: #d72f32; }
.compare-sticky {padding: 10px 10px 10px 10px; margin-top: 10px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 15px; color: #666; text-align: center; top; position: fixed; top: 40%;  right: 10px; width: 200px; z-index: 1000 }

.price-sticky {padding: 10px 10px 10px 10px; margin-top: 10px; background: #f5f5f5; border: 1px solid #ccc; border-radius: 1px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 15px; color: #666; text-align: center; top; position: fixed; top: 40%;  right: 10px; width: 200px; z-index: 1000 }
.price-sticky big{font-size: 24px; line-height: 24px; display: block; font-weight: 700; margin-bottom: 8px; }
.price-sticky input[type="submit"]{ width: 100%; background: #d72f32; border-radius: 0; border: none; transition: 0.5s; -webkit-transition: 0.5s; }
.price-sticky input[type="submit"]:hover{ background: #fff; color: #d72f32; border: none; box-shadow: 1px 1px 2px 2px #ececec; }

A.compare-sticky-btn { background: green; display: inline-block; color: #fff; font-weight: 400; font-size: 18px; line-height: 20px; padding: 12px 15px; border-radius: 0; }
A.compare-sticky-btn:hover { background: #fff; color: green; }
A.compare-sticky-btn:hover{ background: #fff; color: green; border: none; box-shadow: 1px 1px 2px 2px #ececec; }

.releated-section{padding:  0 0; text-align: left; margin-bottom: 12%;}
.releated-section ul.products{ list-style: none; margin: 0; padding: 5px 0 20px 0; line-height: 20px;}
.releated-section H2{ font-size: 35px; line-height: 38px; font-weight: 400; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.releated-section ul.products li.product{ width: 48%; margin-right: 2%; position: relative; float: left;} 
.releated-section ul.products li.product:last-child{ margin-right: 0;}
.releated-section .product-img{ border-radius: 50%; border: 2px solid #ccc; padding: 0 0; display: inline-block; overflow: hidden;
position: absolute; width: 232px; margin-left: -116px; left: 50%; /*top: -120px*/; background: #fff; height: 232px;}
.releated-img > img{  left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  position: relative; margin-left: 7px; margin-top: 1px; border-radius:0;}
/*.product-img:hover > img{  -webkit-transform: scale(1.1); transform: scale(1.1);}*/
.releated-section .product-top{ background: #ccc; color: #000; text-align: center; padding: 130px 10px 10px; margin-top: 120px;}
.releated-section .product-name{ display: block; font-size: 24px; padding-bottom: 15px;}
.releated-section .product-ds{ display: block;}
.releated-section .product-description{padding: 22px 0;}
.releated-section .product-description p{ margin: 0;}
.releated-section .product-top .price-box{ display: block; color: #353535; padding: 5px 0 5px; font-size: 18px;}
.releated-section .product-top .price-box .price{ display: inline-block; color: #d72f32;}

.production-power { padding: 0.0; text-align: left; margin-bottom: 10px; }
.production-power H2{ font-size: 35px; line-height: 38px; font-weight: 400; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.production-power ul.metrics{ list-style: none; margin: 0; padding: 5px 0 20px 0; line-height: 20px;}
.production-power ul.metrics li.metric{ width: 23%; margin-right: 2%; position: relative; float: left; background: #f5f5f5; border: 1px solid #ccc; padding: 5px;}  
.production-power .label{ display: block; font-size: 18px; padding-bottom: 15px; text-align: center;}
.production-power .value{ display: block; text-align: center;}
.production-power-disclaimer { clear: left; font-style: italic; padding-top: 10px; margin-top: 10px;}

.cmn-btn-black { display: block; color: #fff; background: #1c1c1c;  border-radius: 0;  font-size: 18px; line-height: 20px; padding: 20px; text-align: center;}
.cmn-btn-black:hover,.cmn-btn-black:focus,.cmn-btn-black:active{background: #fff; color:#fff; color: #1c1c1c; box-shadow: 1px 1px 2px 2px #ececec;}

.quote-cart-header { display: block; float: right; margin-bottom: 20px; }

.quote-cart td {vertical-align: text-top; }
.quote-cart .system-name { font-weight: 800; font-size: 16px; }
.quote-cart-item { clear: both; }
.quote-cart-item .label { float: left; width: 20%; font-weight: 700; padding-left: 10px;}
.quote-cart-item .value { float: left; width: 78%; }
.quote-cart-item-child { clear: both; margin-left: 30px; }
.quote-cart-item-child .label { float: left; width: 25%; font-weight: 700; padding-left: 10px; border-left: 1px dashed grey;}
.quote-cart-item-child .value { float: left; width: 73%; }
.quote-cart .price { text-align : right; }
.quote-cart thead {background: #ccc; }
.quote-cart tfoot {background: #ccc; }
.quote-cart .total_price { text-align : right; font-size: 18px; padding-right: 10px;}
.quote-cart .remove { font-size: 12px; color: #d72f32; display: block; cursor: pointer;}

.quote-cart TBODY TR:nth-of-type(even) { background: #f5f5f5; }

.quote-cart-form input[type="submit"] { background: #d72f32; display: inline-block; color: #fff; font-weight: 400; font-size: 18px; line-height: 20px; padding: 12px 15px; border-radius: 0; }
.quote-cart-form input[type="submit"]:hover { background: #fff; color: #d72f32; border: none; box-shadow: 1px 1px 2px 2px #ececec; }

.menubar-cart { margin-bottom: 0; padding-bottom: 0; position: absolute; right: 0px; padding: 10px 100px; color: #d72f32; }
.menubar-cart A{ color: #d72f32; }
.menubar-cart A:hover{ color: #000;}
.menubar-cart IMG{ padding-right: 5px;}

.quote-cart-addons { padding-bottom: 20px;}
.quote-cart-addons .label { clear: both; background: #ccc; color: #000; font-weight: 700; cursor: pointer; padding: 10px; font-size: 16px; text-transform: uppercase; border: 1px solid #ddd; }
.quote-cart-addons .label:hover { background: #d72f32; color: #fff; }
.quote-cart-addons .content { border-width: 0px 1px 1px 1px; border-style: solid; border-color: #ddd; padding: 10px; margin-bottom: 5px;}
.quote-cart-addons .content .description{ padding: 0px; font-style: italic;}
.quote-cart-addons .content .details { clear: both; }
.quote-cart-addons .content .details .left{ float: left; width: 47%; }
.quote-cart-addons .content .details .right{ float: left; width: 47%;  text-align: left;}
.quote-cart-addons .content .btn { clear: both; text-align: right; }
.quote-cart-addons .content .details label{ display: block; padding-left: 10px; }
.quote-cart-addons .content textarea{ display: block; width: 100%;}
.quote-cart-addons .content .details .fieldgroup{ display: block; width: 100%; clear: both;}
.quote-cart-addons .content .details .fieldgroup strong{ width: 40%; float: left; padding-bottom: 10px;}
.quote-cart-addons .content .details .fieldgroup input{ width: 55%; float: left;}



.quote-cart-btn,.quote-cart-btn:visited { display: inline; color: #fff; background: #d72f32;  line-height: 20px; border-radius: 0;  font-size: 18px; padding: 10px; text-align: center; margin: 10px;}
.quote-cart-btn:hover,.quote-cart-btn:focus,.quote-cart-btn:active{background: #fff; color:#fff; color: #1c1c1c; box-shadow: 1px 1px 2px 2px #ececec;}




/* END ACT */


.priceHold{padding: 15px 20px 8px; background: #f5f5f5; border: 1px solid #ccc; border-radius: 3px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 15px; color: #666; text-align: center; width: 100%; margin-bottom: 1em; display: inline-block; vertical-align: top;}
.priceHold span{display: block; margin-bottom:8px;}
.priceHold big{font-size: 24px; line-height: 24px; display: block; font-weight: 700; margin-bottom: 8px;}
.tblehd{font-size: 25px; margin: 8px 0 8px; text-align: center;}
.table-hold .poptable td p{margin-bottom: 5px; position: relative; font-size:15px;}
.table-hold .poptable td p:before{display: inline-block; vertical-align: middle; content: "."; font-size: 30px; font-weight: 800; vertical-align: top; margin-top: -7px; margin-right: 5px;}
.table-hold .poptable tr{border-bottom:1px solid #d72f32;}
.table-hold .poptable tr:last-child{border: 0;}
.table-hold .poptable tr:nth-child(2n){background: #f5f5f5;}
.table-hold .poptable td{padding: 8px 15px;}
.table-hold .poptable td strong{font-size: 16px;}

.popup{width: 80%; display: none; background: #fff; padding: 10px; border: 10px solid #f5f5f5;}
.popup.activePop{position: absolute; left: 50%; top:20%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); display: block; z-index: 99999;}

body.popupactive{position: relative;}
body.popupactive:before{left: 0; top:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); content: ""; position: absolute; z-index: 9999;}

.closepop{position: absolute; right: -30px; top: -30px; width: 42px; height: 42px; text-indent: -9999px; background: url(images/croosicon.png) no-repeat 0 0; cursor: pointer;}



/**
 * 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 (min-width: 1801px) {
	.header-bottom .wrap::after{ right: -31%;}
	.header-bottom .wrap::before{ left: -31%;}
}
@media (min-width:1650px) and (max-width: 1800px)  {
	.header-bottom .wrap::after{ right: -22%;}
	.header-bottom .wrap::before{ left: -22%;}
}
@media (min-width:1500px) and (max-width: 1649px) {
	.header-bottom .wrap::after{ right: -15%;}
	.header-bottom .wrap::before{ left: -15%;}
}
@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}
@media (max-width: 1199px) {
	.wrap{ max-width: 1000px ; }
	.call,.mail{ /*background-size: 20% auto;*/ background-position: 0 center;}
	.header-top-right a{ font-size: 14px; line-height: 16px; /*padding: 22px 14px 22px 36px;*/}
	.header-top-right::after{ /*left: 385px;*/}
	.header-top-left{ width: 45%; padding: 12px 32px 12px 0}
	.header-top{ font-size: 13px;}
	.header-top-right{ width: 55%;}
	.header-top-right::after {
	height: 100px;
	left: 0;
	z-index: -9;
    }
    .logo{ width: 25%;}
    .navbar{ padding: 32px 0;}
    .search{ margin: 32px 0;}
    .banner .wrap{ max-width: 900px;}
    .bnr-cnt-tp h2{font-size: 35px; line-height: 40px; padding-bottom: 8px;}
    .bnr-cnt-tp span{ font-size: 30px; line-height: 32px;}
    .banner .bx-wrapper .bx-controls-direction a{ background-size: 80% auto;}
    .learn{ font-size: 24px; line-height: 26px;  padding: 12px 55px;}
    .banner{ font-size: 15px; line-height: 26px;}
    .experts{ padding: 40px 0 60px;}
    .para{ max-width: 80%;}
    .prtnr-logo > li{ width:19%;}
    h2.title{ font-size: 45px; line-height: 48px;}
    .prtnr-sec h3{ font-size: 34px;}
    input[type="search"]{ top: 32px;}
    input[type="search"]:focus{ top: 78px;}
    
    
    
    .inner-bnr.banner .bnr-cnt-tp span {
    font-size: 23px;
}
.notes{ margin-bottom: 82px;}
.clusters {
    padding: 20px 0 40px;
}
.clusters h3 {
    padding-bottom: 30px;
}
.product-listing-page h5{ padding-bottom: 15px;}
.lisitng-row .listing-column2 > ul li{ min-height: 80px;}
.search-hvr > img {
    width: 38%;
}

.listing-server-content h4{ font-size: 16px;}
.lisitng-row .listing-column1 > div{padding: 0 0 0 15px; width: 74%;}
.lisitng-row .listing-column2 > ul li .prts-rgt{ width: 70%;}

.price-guide-top{ padding: 20px 0;}
.table-note{ padding: 50px 0;}

a.click{  padding: 15px;}
ul.products-prts li{ padding: 0 2px;}
.products-details-bottom .part .part-left{ font-size: 20px;}
.products-details-bottom .part .part-right{ padding: 25px; font-size: 15px; line-height: 26px; min-height: 150px;}
.products-details-bottom .part:last-child{ padding-bottom: 50px;}
.prtnr-sec{ max-width: 95%;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-prev{ left: 4%;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-next{ right: 5%;}
.products-details-middle-left label{ padding: 0;}

.products-details-bottom .pop-up-hold{ top: 3%;}
.products-details-middle-right.pop-up-hold .form-hold + p{ display: none;}

/********************16.12.16**blog-details page**requirment***********************/
.blog-details h2.inr-hd{ font-size: 42px;}
.blog-left a.chat{ top: 4%; right: 10%;}
.nav-menu li a{ padding: 15px 19px;}
.header-bottom .wrap::before{ height: 116px;}
.header-bottom .wrap::after{height: 116px;}
}

@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:1023px) {
	.wrap{ max-width: 750px;}
	.header-top-left{ float: none; width: 100%; padding: 22px 32px 22px 32px; text-align: center;}
	.header-top-right{ float: none; width: 100%;}
	.header-top-right a{ padding: 18px 14px 18px 75px ; width: 50%;}
	.header-bottom {text-align: center;}
	.logo {
    display: inline-block;
    float: none;
    text-align: center;
    width: 40%;
}
.navbar {
    padding: 22px 0;
}
.search {
    margin: 22px 0;
}
input[type="search"]{ top: 22px;}
input[type="search"]:focus{top: 150px;}
.banner .wrap {
    max-width: 670px;
}
.bnr-cnt-tp h2{ font-size: 26px; line-height: 30px;}

.bnr-cnt-tp span {
    font-size: 26px;
    line-height: 30px;
}
.bnr-para {
    padding: 20px 0;
}
.learn {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 55px;
}

.banner .bx-wrapper .bx-controls-direction a {
    background-size: 70% auto;
}

.experts {
    padding: 30px 0 40px;
}
h2.title {
    font-size: 35px; padding-bottom: 15px;
    line-height: 38px;
}
.para{ padding: 30px 0;}
.experts-list li{ width: 46%; margin-bottom: 2%;}
.owl-list .img {
    margin: 0 auto;
    width: 80%;
}
.served{padding: 45px 0;}
h2.title1,h2.title2{ font-size: 35px; line-height: 38px;}
.owl-list span{ font-size: 23px; line-height: 25px;}
h2.title2 span{ padding: 10px;}
.products-section .product-img{ width: 180px; height: 180px; margin-left: -90px; padding:10px 0;}
.products-section .product-top {padding: 90px 10px 55px;}
.products-section .product-name{ font-size: 20px;}
a.quote{ font-size: 14px; padding: 16px 26px; margin-top: 15px; }
.products-section .product-description .price-box{padding: 15px 0;}
.products-section .product-description{padding: 16px 0; }


.prtnr-sec h3 {
    font-size: 28px;
}
.prtnr-sec{ font-size: 19px;}
.prtnr-sec{ padding: 25px 15px;}
.story h4{ font-size: 32px;  padding-bottom: 22px;}
.cmn-btn.read{ padding: 15px 65px;}
.cmn-btn{ font-size: 16px; line-height: 18px;}

.free-cntct-section h4 {
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 15px;
}
.frm-sec input[type="submit"]{ font-size: 16px; padding:  13px 45px;}
.frm-sec textarea {
    height: 130px;
}
.free-cntct-section{ margin-bottom: 20px;}
.site-main{ padding: 20px 0;}
.client-section{ padding: 50px 0;}
.client-para{ max-width: 66%;}
.client-section{font-size: 16px; line-height: 22px;}
.footer-top{ font-size: 14px; line-height: 20px;}


.holder {
    padding: 20px 0 0;
}
.clusters h3{ font-size: 35px; padding-bottom: 25px;}
.clstr-dvsn{ padding: 10px 0 0 0;}
.site-main.inner p{ margin-bottom: 20px;}
.site-main.inner{ font-size: 15px;}
.notes {
    margin-bottom: 50px;
}

.inner-bnr.banner .bnr-cnt-tp span {
    font-size: 18px;
}
.product-listing-page .responsive-tabs__list__item{ margin-right: 22px;}
.product-listing-page .lisitng-row .listing-column2{ padding: 0 10px;}
.lisitng-row .listing-column2 > ul li .prts-rgt{ width: 68%;}
.lisitng-row .listing-column2 > ul li{ min-height: 95px;}
.product-listing-page .lisitng-row .listing-column2 > ul li .prts-lft{ width: 26%;}
.btn-sec a{ padding: 10px 50px;}
.product-listing-page .clstr-built-top{ padding: 0;}
.clstr-built-hold {
    margin-bottom: 20px;
}
.clstr-built-bottom{ font-size: 20px; line-height: 30px;}
.clstr-built-left > img{ width: 80%;}
.clstr-built-bottom a{ font-size: 14px; padding: 12px 20px;}
.responsive-tabs__panel {
    margin-bottom: 30px;
}
.product-listing-page .clstr-bldng  p{ margin: 0 !important;}
.clstr-bldng{ padding: 30px;}

.filter-bar{ width: 75%; float: none; margin: 0 auto; margin-bottom: 5%;}
.listing-server-content{ float: none; width: 100%;}
.listing-server-content h4{ font-size: 15px;}

h2.price-guide-hd{ font-size: 20px; padding-bottom: 10px;}
span.quotes{ font-size: 20px;}
.table-hold th{ width: 30%; padding: 15px 0;}
.table-hold td{ font-size: 13px; line-height: 20px; padding:8px 5px;}
.table-head{ padding: 12px 0;}
.table-note{ padding: 30px 0;}

.products-details-top-left{ float: none; width: 100%; margin-bottom: 5%;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-prev{ left: 25%;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-next{ right: 26%;}
a.click { width: 60%; margin: 0 auto;}
ul.products-prts li{ min-height: 175px;}
ul.products-prts h5{padding: 3px 0;}
.products-details-top-rgt{ float: none; width: 100%;}
.products-details-middle-left label{ width: 50%; padding-bottom: 5px; font-size: 16px;}
.products-details-middle-left .slct-sec{ display: block; width: 100%;}
.slct-sec select{ padding: 8px ; border-radius: 0; /*-webkit-appearance: none;*/
  -webkit-border-radius: 0px;}
.products-details-middle .clstr-bldng p{ margin-bottom: 0 !important;}
.products-details-middle .clstr-bldng{ padding: 30px;}
.footer-top h5{ font-size: 21px; padding-bottom: 25px;}

.prtnr-sec{ max-width: 100%; position: relative;}
.products-section{ margin-bottom: 0;}
.story{ padding: 90px 0 62px;}

.nav-menu .sub-menu li a, .nav-menu .children li a{ text-align: left;}
.pop-up-hold{ top: 3%;}
.products-details-middle-right.pop-up-hold{ width: 72%; margin: 0 auto 0 -36%;}

.blog-details .clstr-built-hold img{ width: auto;}

/********************16.12.16**blog-details page**requirment***********************/

.blog-left a.chat{ top:1%; right: -3%;}
.blog-left{ float: none; width: 100%; margin-bottom: 5%;}
.blog-right{ float: none; width: 100%;}
.blog-top{ width: 100%;}
.blog-details h2.inr-hd{ font-size: 40px;}

}
@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;
	}
/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

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

	.menu-toggle:focus {
		/*outline: thin dotted;*/
	}

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

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

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

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

	.toggled-on .nav-menu li > ul {
		/*background-color: transparent;*/
		display: block;
		float: none;
		margin-left: 0;
		position: relative;
		left: auto;
		top: auto; width: 100%; border: none; text-align: center;
	}

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

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		/*background-color: transparent;*/
		color: #141212; text-align: center;
	}

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

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

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}	
	
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #d72f32; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #f4aeaf; 
		position: relative;
		padding-left: 54%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	
span.quotes {
    font-size: 16px;
}
h2.price-guide-hd{ padding-bottom: 6px;}
.price-guide-top{ padding: 10px 0;}
.table-hold .table-left{ width: 49%; display: inline-block; float: none;}
.table-hold .table-right{ width: 49%; display: inline-block; float: none;}
#no-more-tables tr{ margin-bottom: 1%;}
#no-more-tables td:last-child{ border-bottom: none;}
	
.wrapper{ overflow: hidden;}
.wrap{ max-width: 460px; }
.logo{ float:none; display: block; width: auto;}
/*.navbar .nav-menu{ position: absolute;}*/
.navbar{ width: 80%;}
.toggled-on .nav-menu{ padding: 0;}
 .toggled-on .nav-menu > ul{ position: absolute; background: #fff; z-index: 999; left: 0;
top:60px; padding: 13px; border-radius: 5px;}
.banner{ }
.header-bottom{ overflow: inherit; overflow: }
.nav-menu li a::after{ right: 10%;}
.nav-menu li:last-child a::after{ display: block;}
.nav-menu li a{ font-size: 15px; line-height: 16px ; padding: 12px 20px;}
.nav-menu li{ border-bottom: 1px solid #ffb5b7;}
.nav-menu li:last-child{ border: none;}
input[type="search"]:focus {
    top: 168px; width: 200px;
}

.banner{ text-align: center;}
.banner-content{ display: block; width: 100%; margin-top: 30%; text-align: left;}
.banner-img{ width: 50%; position: absolute; top:7%; left: 50%; -webkit-transform: translate(-50%,0);}

.banner .wrap{ max-width: 460px;}
h2.title,h2.title1, h2.title2 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 12px;
}
h2.title::after{ width: 180px; margin-left: -90px;}
.experts-list li{ width: 100%; margin-right: 0;}
h3.spcl{ font-size: 25px; line-height: 27px; padding: 15px 0;}
.para{ max-width: 100%;}
.site-main{ line-height: 26px;}
.served .para{ max-width: 88%; line-height: 22px;}
.owl-list span {
    font-size: 20px;
    line-height: 22px; padding: 18px 0;
}
.products-section{ padding: 40px 0;}

h2.title2 span {
    padding: 5px 10px;
}
.products-section ul.products li.product{ width: 100%; margin-right: 0; margin-bottom: 10%;}
.products-section ul.products li.product:last-child{ margin-bottom: 0;}
.products-section .wrap{ position: relative;}
.prtnr-sec{ width: 100%; font-size: 17px;}
.prtnr-logo > li{ padding: 0 8px;}
.prtnr-sec h3{ font-size: 25px;}
.story h4 {
    font-size: 25px;
    padding-bottom: 20px;
}
.story-left{ display: block; margin-right: 0; width: 100%;}
.story-right{ width: auto;}
.products-section .product-img{ width: 210px; height: 210px; margin-left: -105px;}
.products-section .product-top{ margin-top: 126px; padding: 95px 10px 30px;}
.products-section .product-description .price-box{ font-size: 22px;}
a.quote{ padding: 14px 26px; margin: 2px 0 0 0;}
.products-section .product-description{ padding: 12px 0;}
.request-left{ display: block; width: 100%;}
.request-left p{ margin: 0;}
.request-right{ display: block; margin: 0; width: 100%; margin-top:30px;}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev{ left: -40px;}
.client-section .bx-wrapper .bx-controls-direction a.bx-next{ right: -40px;}
.client-para::before,.client-para::after{ background-size: 25% auto;}
.client-section {
    font-size: 14px;
    line-height: 20px;
}
.client-para p{ margin: 0 0 10px 0;}
.client-img{ width: 40%;}
.ftr-top-sec{ float: none; width: 100%; margin-right: 0; margin-bottom: 5%;}
.ftr-top-sec ul li {
    padding-bottom: 15px;
}
.footer-top h5{ padding-bottom: 20px;}
.ftr-btm-lft{ float: none; width: 100%;}
.ftr-btm-rgt {
    float: none;
    margin-top: 10px;
    width: 100%;
}
.footer-bottom a:first-child{padding-left: 0;}
.owl-list .owl-dots .owl-dot{ width: 75px;}



.left{ float: none; width: 100%; margin-right: 0; margin-bottom: 10%;}
.right{ float: none; width: 100%;}
.clusters{ padding: 40px 0;}
.clusters h3 {
    font-size: 28px;
    padding-bottom: 20px;
}
.clstr-dvsn li{ background-position: 0 12px;}
.site-main.inner{ font-size: 14px;}

.inner-bnr.banner .banner-img{ padding: 0;}
.inner-bnr.banner .banner-content{ margin-top: 45%; padding-bottom: 20px;}
h2.inr-hd{ font-size: 25px; padding-bottom: 20px;}
.clstr-built-left{ width: 100%; margin: 0 0 5% 0;}
.clstr-built-rgt{ float: none; width: 100%;}
.clstr-built-bottom-lft{ float: none; width: 100%; margin-bottom: 5%;}
.clstr-built-bottom-rgt{ float: none; width: 100%;}
.clstr-built-bottom-rgt, .clstr-built-bottom-lft{ padding: 45px 35px;}
.clstr-built-bottom span{ margin-bottom: 20px;}


.product-listing-page .responsive-tabs__list{ display: none;}
.product-listing-page  .responsive-tabs__heading{ background: #d72f32; box-shadow: none; color: #fff; border: 1px solid #d72f32;
 font-size: 23px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px;}
.product-listing-page  .responsive-tabs__heading:hover{ background: #fff; color: #d72f32;}
.product-listing-page .responsive-tabs__heading::after{ border-top-color: #fff; }
.product-listing-page .responsive-tabs__heading:hover::after{border-top-color: #d72f32; }
.product-listing-page .lisitng-row .listing-column1{ width: 100%; margin-right: 0; margin-bottom:10%;}
.product-listing-page .responsive-tabs__heading--active::after{border-bottom-color: #d72f32;}
.search-hvr > img {
    width: 18%;
}
.product-listing-page .lisitng-row .listing-column2{ width: 100%;}
.lisitng-row .listing-column2 > ul li{ float: none; width: 100%; min-height: inherit;}
.btn-sec a {
    padding: 10px 35px;
}

.clstr-built-left > img {
    width: 50%;
}
.clstr-bldng{ font-size: 24px; line-height: 28px;}
.lisitng-row .listing-column1{ float: none; width: 100%; margin-bottom: 10%;}
.lisitng-row .listing-column2{ float: none; width: 100%;}

a.click{ width: 80%;}
.products-details-top-rgt h3{ font-size: 30px; line-height: 32px;}
span.factor{padding-bottom: 15px;}

.products-details-middle-left{ float: none; width: 100%;}
.products-details-middle-right{ float: none; width: 100%;}
.products-details-bottom .part .part-right{ min-height: inherit; width: 70%; font-size: 14px;}
.products-details-bottom .part .part-left{ width: 30%; font-size: 14px;}

a.quote{ margin-top: 10px;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-prev{ left: 8%;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-next{ right: 10%;}


a.msg{ background-position: 0 16px;}
a.ph{background-position: 0 16px;}
a.cht{background-position: 0 16px;}
.ftr-top-sec address{background-position: 0 16px;}

.table-hold .table-left{ border: none; }
.table-hold .table-right{ border: none;}

.cross{ right: 0; top: 0;}
.products-details-middle-right.pop-up-hold{ height: 335px; overflow-y:scroll;}
.blog-details h2.inr-hd{ font-size: 28px;}

/********************16.12.16**blog-details page**requirment***********************/
.blog-left .clstr-built-left{ margin-bottom: 10%;}
.blog-left a.chat {
    top: 2%; right: 3%;
}
.product-listing-page.blog-details h5{ font-size: 20px; }

.inner-bnr .bnr-cnt-tp h2{ font-size: 22px; line-height: 25px;}
.blog-list .banner-content .bnr-cnt-tp h2{ font-size: 19px; font-weight: 600;}

.nav-menu li::before{ display: none;}
.nav-menu li:hover, .nav-menu li:focus{ border:2px solid transparent;}
.nav-menu li{border:2px solid transparent;}
.nav-menu li .children li:hover, .nav-menu li .children li:focus{ border: none;}
.nav-menu li .children li{ border: none;}
.nav-menu li:last-child:hover,.nav-menu li:last-child:focus{ border: none;}
}


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

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

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

	

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

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

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

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

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

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

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

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

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

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

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

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

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

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	
	.products-section ul.products{ padding: 40px 0 20px;}
	.prdct-list-servr .lisitng-row .listing-column1 > input{ margin-top: 5px;}
	
	
	.nav-menu .children li:last-child a::after{ display: none;}
}


@media (max-width: 630px) {
	
	.header-top-right::after{ height: 105px;}
	.header-top-right a{ border-bottom: 1px solid #fff; width: auto;}
	.logo{ width: 60%; margin: 0 auto;}
	.navbar{ width: 70%;}
	.banner-img{ width: 62%;}
	.banner .wrap {
    max-width: 385px;
}
.banner-content{ margin-top: 35%;}
h2.title, h2.title1, h2.title2 {
    font-size: 26px;
    line-height: 30px;
}
.owl-list .img{ width: 45%;}
.owl-list .owl-dots .owl-dot{ width: 32px;}
.products-section .wrap{ max-width: 420px;}
.prtnr-sec h3{ font-size: 22px;}
.prtnr-logo{ padding: 15px 0 0;}
.prtnr-sec {
    font-size: 16px;
}
.client-section .bx-wrapper .bx-controls-direction a{ background-size: 80% auto !important ;}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev{ background-position: 0 0 ; left: -20px; top: 40%;}
.client-section .bx-wrapper .bx-controls-direction a.bx-next{  background-position: 0 0 ; right: -20px; top: 40%;}

input[type="search"]:focus{ top: 120px;}

.inner-bnr.banner .banner-content{ margin-top: 48%;}
.holder{ padding: 0;}

.table-hold .table-right{ display: block; width: 100%; margin-bottom: 5%;}
.table-hold .table-left{ display: block; width: 100%;}

.products-details-top-rgt h3{ font-size: 25px;}
.products-details-middle .clstr-bldng{ font-size: 19px;}

.details-table td{ font-size: 12px;}
.products-details-middle .clstr-bldng{ padding: 25px; font-size: 18px;}



}


@media (max-width: 479px) {
	.wrap{ max-width: 300px;}
	.header-top{ font-size: 10px; line-height: 18px; }
	.header-top-left{ padding: 10px;}
	.header-top-right a{ padding: 13px 14px 13px 75px;}
	.logo{ width: 82%;}
	.search{ padding: 8px 15px;}
	input[type="search"]:focus{ top: 110px; width: 132px;}
.bnr-cnt-tp h2 {
    font-size: 21px;
    line-height: 25px;
}
.bnr-cnt-tp span {
    font-size: 22px;
    line-height: 25px;
}
.bnr-cnt-tp{ padding-bottom: 14px;}
.banner-img{ width: 75%; top: 12%;}
.banner-content{ margin-top: 50%;}
.banner .bx-wrapper .bx-controls-direction a{ top: 36%; background-size: 55% auto;}
.banner .bx-controls-direction .bx-next{ background-position: right 0;	}
.banner .bx-controls-direction .bx-next:hover{ background-position: right 0;	}
.header-top-right::after{ height: 85px;}
h2.title, h2.title1, h2.title2 {
    font-size: 20px;
    line-height: 26px;
}
h2.title::after {
    margin-left: -75px;
    width: 150px;
}
.para {
    padding: 15px 0 25px;
}
.site-main{ font-size: 13px; line-height: 20px;}
h3.spcl{ font-size: 20px; line-height: 24px;}
.owl-list .img {
    width: 65%;
}
.prtnr-sec{ position: relative; font-size: 14px;}

.prtnr-sec h3 {
    font-size: 17px;
}
.prtnr-logo > li {
    width: 18%; padding: 0;
}

.prtnr-logo {
    padding: 8px 0 0;
}
.products-section{ margin-bottom: 0;}
.story h4 {
    font-size: 19px;
    padding-bottom: 15px;
}
.story{ padding: 60px 0;}
.free-cntct-section h4{ font-size: 19px; ;line-height: 24px;}
.client-para::before, .client-para::after{ display: none;}
.client-para{ max-width: 85%;}
.footer-bottom{ font-size: 12px; padding: 12px 0;}
.footer-top{ font-size: 13px;}

.site-main.inner{ font-size: 13px;}
.clusters h3 {
    font-size: 19px;
    padding-bottom: 15px;
}
h2.inr-hd{ font-size: 21px; padding: 0 0 15px 0;}
.product-listing-page .responsive-tabs__heading{ font-size: 19px;}
.product-listing-page .responsive-tabs__heading::after{ border-width: 7px;}
.product-listing-page .lisitng-row{ padding: 15px 0;}
.product-listing-page h5{ font-size: 16px ; padding-bottom: 10px;}
.lisitng-row .listing-column1 .prdct-img{ padding: 20px 0;}
.btn-sec a{ padding: 8px 16px; font-size: 13px;}
.clstr-built-bottom {
    font-size: 14px;
    line-height: 20px;
}
.clstr-built-bottom a{ font-size: 12px;}
.clstr-built-bottom-rgt, .clstr-built-bottom-lft{ padding: 30px 18px;}
.clstr-bldng {
    font-size: 19px;
    line-height: 22px; padding: 18px;
}
h2.inr-hd{ font-size: 19px;}
.filter-bar{ width: 100%;}
.listing-server-content h5{ font-size: 15px; padding-bottom: 5px;}
h2.price-guide-hd{ font-size: 16px; }
span.quotes{ font-size: 14px;}

.products-details-bottom .part .part-left{ width: 100%;}
.products-details-bottom .part .part-right{ width: 100%;}
.products-details-bottom .part:nth-child(2n) .part-right{ background: #fafafa;}

.slct-sec .slct-1hlf{ width: 24%;}
.slct-sec .slct-3hlf{ width: 74%;}
.products-details-middle-left label{ width: 100%;}
.Configure{ font-size: 18px; padding: 12px 30px;}
.products-details-middle .clstr-bldng{ font-size: 14px; padding: 20px;}
a.click{ width: auto; font-size: 16px; padding: 10px 15px;}

ul.products-prts li{ min-height: inherit; margin-bottom: 2%; float: none; width: 100%;}
.product-slider #bx-pager a{ width: 30%;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-prev{ left: -2%;}
.product-slider .bx-wrapper .bx-controls-direction a.bx-next{  right: -2%;}
.product-slider .bx-wrapper .bx-controls-direction a{ bottom:  -25%;}

.products-details-top-rgt{ margin-left: 0;}

.cross{ /*right:-15px; top: -15px;*/}
.products-details-middle-right.pop-up-hold{ height: 450px; overflow-y: scroll;  }

.blog-details h2.inr-hd{ font-size: 26px; }


.blog-left a.chat {
    right: 0;
    top: 35px;
}
.product-listing-page.blog-details h5{ font-size: 18px;}
.blog-details h2.inr-hd{ font-size: 25px;}

.blog-list.inner-bnr.banner .wrap{ padding: 40px 15px;}
.blog-list.inner-bnr.banner .banner-content{ margin: 0;}
.blog-list .banner-content .bnr-cnt-tp h2{ font-size: 17px; line-height: 19px; padding-bottom: 10px;}
.blog-list .banner-content .bnr-para{  font-size: 14px;
    line-height: 18px;}


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

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

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

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

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

	.gallery br {
		display: none;
	}

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

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

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

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


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

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

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

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@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;
	}
}
