/*







Theme Name: Diversified Oil







Theme URI: http://underscores.me/







Author: Spiderz.com







Author URI: http://www.spiderz.com







Description: Custom theme for DiversifiedOil.com







Version: 1.0.0







License: GNU General Public License v2 or later







License URI: http://www.gnu.org/licenses/gpl-2.0.html







Text Domain: diversifiedoil







Tags:















This theme, like WordPress, is licensed under the GPL.







Use it to make something cool, have fun, and share what you've learned with others.















Diversified Oil is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.















Normalizing styles have been helped along thanks to the fine work of







Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/







*/















/*--------------------------------------------------------------







>>> TABLE OF CONTENTS:







----------------------------------------------------------------







1.0 Normalize







2.0 Typography







3.0 Elements







4.0 Forms







5.0 Navigation







	5.1 Links







	5.2 Menus







6.0 Accessibility







7.0 Alignments







8.0 Clearings







9.0 Widgets







10.0 Content







	10.1 Posts and pages







	10.2 Asides







	10.3 Comments







11.0 Infinite scroll







12.0 Media







	12.1 Captions







	12.2 Galleries







--------------------------------------------------------------*/















/*--------------------------------------------------------------







1.0 Normalize







--------------------------------------------------------------*/














html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  main,  menu,  nav,  section,  summary {
	display: block;
}
audio,  canvas,  progress,  video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active,  a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,  strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,  kbd,  pre,  samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,  input,  optgroup,  select,  textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,  select {
	text-transform: none;
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background: none repeat scroll 0 0 #000;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-family: OpenSansExtraBold;
	font-size: 15px;
	padding: 3px 20px 3px;
	text-transform: uppercase;
	border: 2px solid #000;
}
.search-submit:hover {
	background: none repeat scroll 0 0 #fff;
	color: #000;
	transition: all 0.4s ease-in-out 0s;
}
button[disabled],  html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.search-field {
	padding-bottom: 4px;
	padding-top: 2px;
}
input {
	line-height: normal;
}
input[type="checkbox"],  input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,  th {
	padding: 0;
}
/*--------------------------------------------------------------







2.0 Typography







--------------------------------------------------------------*/














body,  button,  input,  select,  textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn,  cite,  em,  i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,  kbd,  tt,  var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,  acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,  ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------







3.0 Elements







--------------------------------------------------------------*/














html {
/*box-sizing: border-box;*/







}
*,  *:before,  *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/*box-sizing: inherit;*/







}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,  blockquote:after,  q:before,  q:after {
	content: "";
}
blockquote,  q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,  ol {
	margin: 0 0 1.5em 3em;
	margin-left: 0;
	padding-left: 18px;
}
ol {
	padding-left: 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,  li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------







4.0 Forms







--------------------------------------------------------------*/







































/*--------------------------------------------------------------







5.0 Navigation







--------------------------------------------------------------*/







/*--------------------------------------------------------------







5.1 Links







--------------------------------------------------------------*/














a {
	color: royalblue;
}
a:visited {
}
a:hover,  a:focus,  a:active {
	color: #70706F;
}
a:focus {
}
a:hover,  a:active {
	outline: 0;
}
/*--------------------------------------------------------------







5.2 Menus







--------------------------------------------------------------*/


.main-navigation ul {







	list-style: none;







	margin: 0;







	padding-left: 0;







}















.main-navigation li {







	float: left;







	position: relative;







}















.main-navigation a {







	display: block;







	text-decoration: none;







}















.main-navigation ul ul {
    background: #be1622;
    border-top: 1px solid #fff;
    position: absolute;
    top: 6.5em;
    width: 200px;
    z-index: 99;
    left: -999em;
}
.main-navigation ul ul li + li {
    border-top: 1px solid #fff;
}
.main-navigation ul li ul li a {
    color: #fff;
    font-size:15px;
}
 .main-navigation ul ul ul {
left: -999em;
top: 0px;
border-left: 1px solid #fff;
border-top:0;
} 
.main-navigation ul ul li {
    box-sizing: border-box;
    display: block;
    padding: 12px;
    width: 100%;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}















/* Small menu. *//*







.menu-toggle {







	display: none;







}















@media screen and (max-width: 600px) {







	.menu-toggle,







	.main-navigation.toggled .nav-menu {







		display: block;







	}















	.main-navigation ul {







		display: none;







	}







}







*/














.site-main .comment-navigation,  .site-main .posts-navigation,  .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,  .posts-navigation .nav-previous,  .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,  .posts-navigation .nav-next,  .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,  .screen-reader-text:active,  .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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear:before,  .clear:after,  .entry-content:before,  .entry-content:after,  .comment-content:before,  .comment-content:after,  .site-header:before,  .site-header:after,  .site-content:before,  .site-content:after,  .site-footer:before,  .site-footer:after {
	content: "";
	display: table;
}
.clear:after,  .entry-content:after,  .comment-content:after,  .site-header:after,  .site-content:after,  .site-footer:after {
	clear: both;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,  .updated:not(.published) {
	display: none;
}
.single .byline,  .group-blog .byline {
	display: inline;
}
.page-content,  .entry-content,  .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------







10.2 Asides







--------------------------------------------------------------*/














.blog .format-aside .entry-title,  .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------







10.3 Comments







--------------------------------------------------------------*/














.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------







11.0 Infinite scroll







--------------------------------------------------------------*/







/* Globally hidden elements when Infinite Scroll is supported and in use. */














.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */  .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */














.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------







12.0 Media







--------------------------------------------------------------*/














.page-content .wp-smiley,  .entry-content .wp-smiley,  .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */














embed,  iframe,  object {
	max-width: 100%;
}
/*--------------------------------------------------------------







12.1 Captions







--------------------------------------------------------------*/














.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------







12.2 Galleries







--------------------------------------------------------------*/














.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* =========================================== Custom Css =========================================== */















/* 







 * 	Core Owl Carousel CSS File







 *	v1.3.3







 */















/* clearfix */














.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */














.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,  .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,  .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* 







 *  Owl Carousel CSS3 Transitions 







 *  v1.3.2







 */






















.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */














.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */














.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */














.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */














.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}







/* Keyframes */







/*empty*/







@-webkit-keyframes empty {
 0% {
 opacity: 1
}
}
 @-moz-keyframes empty {
 0% {
 opacity: 1
}
}
 @keyframes empty {
 0% {
 opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @keyframes fadeIn {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
 @-moz-keyframes fadeOut {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
 @keyframes fadeOut {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
 @-webkit-keyframes backSlideOut {
 25% {
 opacity: .5;
 -webkit-transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(-200%);
}
}
 @-moz-keyframes backSlideOut {
 25% {
 opacity: .5;
 -moz-transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(-200%);
}
}
 @keyframes backSlideOut {
 25% {
 opacity: .5;
 transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 transform: translateZ(-500px) translateX(-200%);
}
}
 @-webkit-keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 -webkit-transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(0) translateX(0);
}
}
 @-moz-keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 -moz-transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 -moz-transform: translateZ(0) translateX(0);
}
}
 @keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 transform: translateZ(0) translateX(0);
}
}
 @-webkit-keyframes scaleToFade {
 to {
 opacity: 0;
 -webkit-transform: scale(.8);
}
}
 @-moz-keyframes scaleToFade {
 to {
 opacity: 0;
 -moz-transform: scale(.8);
}
}
 @keyframes scaleToFade {
 to {
 opacity: 0;
 transform: scale(.8);
}
}
 @-webkit-keyframes goDown {
 from {
 -webkit-transform: translateY(-100%);
}
}
 @-moz-keyframes goDown {
 from {
 -moz-transform: translateY(-100%);
}
}
 @keyframes goDown {
 from {
 transform: translateY(-100%);
}
}
 @-webkit-keyframes scaleUpFrom {
 from {
 opacity: 0;
 -webkit-transform: scale(1.5);
}
}
 @-moz-keyframes scaleUpFrom {
 from {
 opacity: 0;
 -moz-transform: scale(1.5);
}
}
 @keyframes scaleUpFrom {
 from {
 opacity: 0;
 transform: scale(1.5);
}
}
 @-webkit-keyframes scaleUpTo {
 to {
 opacity: 0;
 -webkit-transform: scale(1.5);
}
}
 @-moz-keyframes scaleUpTo {
 to {
 opacity: 0;
 -moz-transform: scale(1.5);
}
}
 @keyframes scaleUpTo {
 to {
 opacity: 0;
 transform: scale(1.5);
}
}
.sale-slider .item img {
	display: block;
	width: 100%;
	height: 100%;
}
.sale-slider .sales-left img {
	width: auto;
}
.owl-theme .owl-controls {
	position: relative;
}
#sale-slider {
	overflow: hidden;
	position: relative;
}
.sale-slider .owl-buttons {
	position: absolute;
	right: 22px;
	top: 45px;
}
.owl-theme .owl-controls .item-link {
	border-bottom: 4px solid #ccc;
	display: block;
	height: 120px;
	margin: 0 7px 0 0;
	outline: medium none;
	position: relative;
	width: 120px;
}
.owl-theme .owl-controls .item-link:focus {
	-webkit-box-shadow: 0 0 8px #B91829;
	-moz-box-shadow: 0 0 8px #B91829;
	box-shadow: 0 0 8px #B91829;
	outline: none;
}
.owl-theme .owl-controls .active .item-link {
	border-bottom: 4px solid #B91829;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  menu,  nav,  section,  summary {
	display: block;
}
audio,  canvas,  progress,  video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}
a:active,  a:hover {
	outline: 0;
	transition: all 0.4s ease-in-out 0s;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,  strong {
	font-weight: normal;
	font-family: 'OpenSansBold';
}
img {
	max-width: 100%;
}
dfn {
	font-style: italic;
}
p {
	margin-top: 0;
}
h1 {
	font-size: 48px;
	margin: 0 0 0.3em;
	font-family: 'OpenSansBold';
}
h4 {
	font-family: 'OpenSansBold';
	font-size: 20px;
	font-weight: normal;
	margin: 7px 0;
}
h2 {
	font-size: 30px;
	margin: 0 0 0.67em;
	font-weight: normal;
	font-family: 'OpenSansBold';
}
h3 {
	font-family: OpenSansBold;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 0px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,  kbd,  pre,  samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,  input,  optgroup,  select,  textarea {
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button,  select {
	text-transform: none;
}
button,  html input[type="button"], /* 1 */  input[type="reset"],  input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled],  html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],  input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,  th {
	padding: 0;
}
 [class^="icon-"], [class*=" icon-"] {
 display:inline-block;
}
.text-center {
	text-align: center;
}
.hr-white {
	background: #fff;
}
hr {
	background: none repeat scroll 0 0 #be1622;
	border: 0 none;
	display: inline-block;
	height: 2px;
	width: 100%;
	max-width: 725px;
	margin-bottom: 30px;
}
.clr-red {
	color: #be1622;
}
.clr-gray {
	color: #848383;
}
/* Contain floats: h5bp.com/q */






































.clearfix:before,  .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
@font-face {
	font-family: 'OpenSansLight';
	src: url('fonts/OpenSans-Light-webfont.eot');
	src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansLightItalic';
	src: url('fonts/OpenSans-LightItalic-webfont.eot');
	src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('fonts/OpenSans-Semibold-webfont.eot');
	src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansSemiboldItalic';
	src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
	src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/OpenSans-Bold-webfont.eot');
	src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBoldItalic';
	src: url('fonts/OpenSans-BoldItalic-webfont.eot');
	src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansExtrabold';
	src: url('fonts/OpenSans-ExtraBold-webfont.eot');
	src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansExtraboldItalic';
	src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
	src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/OpenSans-Bold-webfont.eot');
	src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansExtrabold';
	src: url('fonts/OpenSans-ExtraBold-webfont.eot');
	src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	color: #000;
	font-family: 'OpenSansLight';
	font-size: 17px;
	line-height: 1.3;
}
.logo a {
	display: block;
}
.list-line {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.container {
	max-width:1170px;
	margin: auto;
	padding: 0 15px;
}
.masthead {
	position: absolute;
	width: 100%;
	top: 0;
}
.admin-bar .masthead {
	top: 30px;
}
.header-top {
	background: #be1622;
	color: #fff;
	font-size: 16px;
	padding: 8px 0;
	position: relative;
	z-index: 2;
}
.header-top a {
	color: #fff;
}
.header-left {
	float: left;
}
.header-left ul,  .header-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-left ul li {
	display: inline;
	margin-right: 50px;
}
.header-left i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	color: #000;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px;
	margin-right: 18px;
	display: inline-block;
}
.header-top a:hover {
	color: #70706f;
}
.header-left a:hover, .servic-box-bottom a:hover {
	color: #F49637
}
.header-right {
	float: right;
	font-size: 23px;
}
.header-right ul li {
	display: inline;
	margin-right: 5px;
}
.icon-twitter-sign:before {
	content: "\f081";
}
.icon-facebook-sign:before {
	content: "\f082";
}
.header-bottom {
	position: relative;
}
.header-bottom-inner {
	background: rgba(235, 242, 252, 0.8);
	position: relative;
	z-index: 3;
}
.owl-carousel .owl-item {
	position: relative;
}
.slider.owl-theme .owl-controls {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	bottom: 70px;
	width: 100%;
	z-index: 2;
}
.slider {
	background: none repeat scroll 0 0 #be1622;
	padding-top: 46px;
	margin-bottom: -3px;
}
.slider-arrow {
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	font-size: 31px;
	height: 36px;
	line-height: 35px;
	padding-left: 1px;
	text-align: center;
	width: 35px;
	color: #fff;
	z-index: 2;
}
.slider .owl-buttons div {
	display: inline-block;
	vertical-align: top;
}
.slider-arrow.prev {
	margin-right: 20px;
}
/* .slider-arrow .next {







	right:50px;







	position:absolute;







}*/














































.client_arrow.prev,  .sales-arrow.prev {
	margin-left: -25px;
}
.client_arrow.next {
	margin-left: 10px;
}
.slider .item img {
	display: block;
	width: 100%;
	height: auto;
}
.logo {
	float: left;
	padding-top: 15px;
	width: 27.2727%;
}
.navbar-toggle {
	display: none;
}
.main-navigation {
	display: block;
	float: right;
	font-family: "OpenSansSemibold";
	width: 70%;
	z-index: 999;
}
.main-navigation li {
	display: inline-block;
	font-size: 19px;
	padding: 90px 15px 20px;
	text-transform: uppercase;
}
.main-navigation ul li a {
	color: #be1622;
	display: block;
}
.home .main-navigation .active, .home .main-navigation .current-menu-item {
	background-color: #BE1622;
	font-family: "OpenSansExtrabold";
	position: relative;
}
.home .main-navigation .active a, .home .main-navigation .current-menu-item a {
	color: #fff;
}
.main-navigation .current-menu-item .sub-menu li a {
    color: #fff;
}
.main-navigation .active a, .main-navigation .current-menu-item a {
	color: #70706f;
}
.home .main-navigation .active:after, .home .main-navigation .current-menu-item:after {
	background: url("images/menu-bg.png") no-repeat scroll center bottom;
	bottom: 0px;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	-moz-transform: scale(.9999);
	-webkit-transform: scale(.9999);
	transform: scale(.9999);
}
/* .main-navigation .active::after, .main-navigation .current-menu-item::after {
    border-color: #be1622 transparent transparent;
    border-left: 130px solid transparent;
    border-style: solid;
    border-width: 20px 0 0 129px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 9;
   -moz-transform: scale(.9999);
    -webkit-transform: scale(.9999);
    transform: scale(.9999);
} */
.main-navigation .home-menu.current-menu-item::after {
	border-width: 20px 0 0 90px;
}
.main-navigation .services-menu.current-menu-item::after {
	border-width: 20px 0 0 119px;
}
.main-navigation .sales-menu.current-menu-item::after {
	border-width: 20px 0 0 89px;
}
.main-navigation .clients-menu.current-menu-item::after {
	border-width: 20px 0 0 110px;
}
.main-navigation .contact-menu.current-menu-item::after {
	border-width: 20px 0 0 123px;
}
.main-navigation .active::after, .main-navigation .small-menu-bg.current-menu-item::after {
	bottom: -20px;
}
.main-navigation ul li a:hover {
	color: #70706f;
}
/* Responsive nav */






































.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 44px;
	margin-top: 38px;
	padding: 9px 10px;
	position: relative;
}
.icon-bar {
	background-color: #BE1622;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.icon-bar + .icon-bar {
	margin-top: 4px;
}
.sr-only {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Responsive nav End */






































.banner-slide {
	background: rgba(3, 3, 3, 0.3);
	color: #fff;
	font-family: OpenSanssemiboldItalic;
	font-size: 48px;
	left: 50%;
	margin: 0 auto 0 -400px;
	padding: 20px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 800px;
}
/* About Section Css 







========================================== */






























































.inner-slider-arrow {
	font-size: 30px;
	position: absolute;
}
.about-slider-arrow {
	bottom: 5px;
	right: 26%;
}
.inner-slider-arrow:hover {
	color: #be1622;
}
.about-slider-arrow.prev {
	right: 30%;
}
.about-us-section {
	background: none repeat scroll 0 0 #be1622;
	position: relative;
}
.about-left {
	box-sizing: border-box;
	float: left;
	padding: 25px 25px 0;
	width: 50%;
}
.about-left-inner {
	margin: 0 auto;
	max-width: 525px;
	width: 100%;
}
.about-img {
	float: left;
	line-height: 0;
	padding-right: 15px;
	position: relative;
	top: 2px;
	width: 49.5%;
}
.about-info {
	color: #fff;
	float: right;
	font-size: 16px;
	width: 46.748%;
}
.about-title {
	background: #fff;
	color: #be1622;
	display: inline-block;
	font-family: 'OpenSansBold';
	font-size: 24px;
	padding: 5px 15px 8px 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about-right {
	box-sizing: border-box;
	color: #fff;
	float: right;
	font-family: "OpenSansBold";
	position: relative;
	text-transform: uppercase;
	width: 50%;
}
.about-slider .owl-item {
	height: 325px;
	overflow: hidden;
}
.slider-caption h3 {
	margin: 0;
}
.slider-caption {
	left: 20px;
	position: absolute;
	top: 15px;
}
.about-slider-img img {
	width: 100%;
}
.about-bottom {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	display: inline-block;
	font-family: OpenSansExtrabold;
	font-size: 24px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
/* Services Section Css







=============================================== */














































.inner-wrap h1 {
	text-transform: uppercase;
}
.inner-wrap {
	padding: 65px 0;
}
.heading-para {
	font-size: 25px;
	margin-bottom: 60px;
}
.custom-img {
	width: 100%;
}
.custom-img img {
	width: 100%;
}
.service-box {
	float: left;
	width: 25%;
	padding-left: 20px;
}
.services-boxes {
	margin-left:-20px;  /* Corrects first elements width. */
}
.servic-box-bottom {
	background: none repeat scroll 0 0 #be1622;
	color: #fff;
	padding: 15px 15px 1px;
	margin-top: -4px;
}
.services h4 {
	border-bottom: 1px solid;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.servic-box-bottom img {
	width: 35px;
	height: 45px;
}
.sales {
	color: #fff;
	background: url(images/sales-bg.jpg) repeat top center;
}
.sales-left {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	float: left;
	padding: 40px 20px;
	text-align: left;
	width: 39.3939%;
	min-height: 320px;
}
.sales-right {
	float: right;
	width: 59.5959%;
}
.sales-hd-heading img {
	float: right;
}
.sales-hd-heading h2 {
	color: #B91829;
	float: left;
	font-size: 28px;
	line-height: 1;
	width: 220px;
}
.btn-read-more {
	background: #B91829;
	color: #fff;
	font-family: OpenSansBold;
	padding: 5px 15px 7px;
	display: inline-block;
	position: relative;
}
.btn-read-more:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #B91829 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.top-sale-img {
	background: none repeat scroll 0 0 #fff;
	box-sizing: border-box;
	height: 340px;
	margin-bottom: 10px;
	padding: 12px;
	width: 100%;
}
.sales-arrow span {
	top: 45px;
}
.sales-thumbnai li {
	background: none repeat scroll 0 0 #fff;
	float: left;
	height: 135px;
	line-height: 200px;
	overflow: hidden;
	width: 22%;
}
.sales-thumbnai li + li {
	margin-left: 7px;
}
.sales-product-info {
	font-size: 18px;
	height: 121px;
	margin-bottom: 30px;
	overflow: hidden;
}
/* Client Section Css







=============================================== */






















































.client-slider li + li {
	margin-left: 20px;
}
.client-slider li {
	border: 2px solid #B91829;
	box-sizing: border-box;
	margin: auto;
	height: 165px;
	padding: 10px;
	width: 175px;
}
.client-slider {
	display: inline-block;
	margin: 25px 0 35px;
}
.client {
	color: #be1622;
}
.client .owl-buttons {
	color: #000;
	padding-bottom: 25px;
	padding-top: 30px;
}
/* Client Section Css







=============================================== */














































.contact {
	background: #be1622;
	color: #fff;
}
.contact-left {
	float: left;
	margin-right: 30px;
	width: 46.9697%;
}
.contact-right {
	float: right;
}
.contact h2 {
	border-bottom: 2px solid;
	display: inline-block;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.contact-info {
	font-family: OpenSansBold;
}
.contact-info i {
	background: none repeat scroll 0 0 #000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 42px;
	line-height: 43px;
	margin-right: 10px;
	text-align: center;
	width: 42px;
}
.contact-info li {
	font-size: 20px;
	margin-bottom: 13px;
}
.contact a {
	color: #fff;
}
.form-group input {
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	height: 37px;
	padding: 10px;
	width: 100%;
}
.contact-right {
	float: right;
	width: 46.4646%;
}
.form-group {
	margin-bottom: 15px;
}
.form-group textarea {
	box-sizing: border-box;
	height: 230px;
	padding: 10px;
	width: 100%;
	color: #000;
}
.half-input {
	float: left;
	margin-right: 9px;
	width: 49%;
}
.half-input + .half-input {
	margin-right: 0;
}
.btn-submit {
	position: relative;
}
.btn-submit:before {
	color: #be1622;
	content: "";
	font-family: fontawesome;
	font-size: 20px;
	left: 29.5%;
	position: absolute;
	top: 7px;
}
.btn-submit input {
	background: none repeat scroll 0 0 #000;
	border: 0 none;
	color: #fff;
	font-family: OpenSansExtraBold;
	line-height: 1;
	text-transform: uppercase;
}
.bottom-logo-section {
	padding-bottom: 30px;
	padding-top: 40px;
}
.logo-bottom-left {
	float: left;
	width: 30.303%;
}
.logo-bottom-left h2 {
	font-family: 'OpenSansExtrabold';
}
.logo-bottom-right {
	float: right;
	width: 65.1515%;
}
.logo-bottom-right ul {
	display: table;
	width: 100%;
}
.bottom-logo-section li {
	border-left: 2px solid #b3b3b3;
	border-right: 2px solid #b3b3b3;
	display: table-cell;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.bottom-logo-section li+li {
	border-left: none;
}
/* Footer Section Css







=============================================== */














.footer {
	background: url("images/footer-bg.png") repeat scroll 0 0;
	width: 100%;
	color: #fff;
	padding: 40px 0;
}
.footer-inner {
	position: relative;
}
.footer-widgets {
	float: left;
	width: 27.778%;
}
.footer-widgets + .footer-widgets {
	margin-left: 70px;
}
.footer-widgets h3 {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-post p {
	margin-bottom: 0;
	color: #848383;
}
.date {
	font-family: OpenSansBold;
	font-size: 16px;
}
.footer-post {
	border-bottom: 1px dashed #707070;
	margin-bottom: 22px;
	padding-bottom: 28px;
}
.footer-post a {
	color: #848383;
}
.footer-post a:hover {
	color: #fff;
	;
}
.tele-no {
	display: block;
	font-family: OpenSansSemiBold;
	font-size: 28px;
	padding-bottom: 3px;
}
.footer-address {
	font-size: 14px;
	line-height: 1.2;
}
.copyright-section {
	font-size: 14px;
	margin-top: 78px;
}
.copyright-section h3 {
	border-bottom: 0 none;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-social-links li {
	float: left;
	font-size: 14px;
	margin-bottom: 23px;
	margin-right: 10px;
	text-transform: capitalize;
	width: 125px;
}
.footer-social-links i {
	background: none repeat scroll 0 0 #fff;
	color: #be1622;
	display: inline-block;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	text-align: center;
	width: 45px;
}
.footer-social-links {
	display: block;
	padding-top: 6px;
}
.back-to-top {
	float: right;
	font-family: OpenSansExtraBold;
	font-size: 30px;
	margin-top: 22px;
	text-transform: uppercase;
}
.back-to-top i {
	background: none repeat scroll 0 0 #be1622;
	display: inline-block;
	font-size: 42px;
	height: 65px;
	line-height: 65px;
	margin-left: 15px;
	text-align: center;
	width: 65px;
}
/* Inner Pages Css

=============================================== */

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 0.9em;
}
.featured-img {
	margin-bottom: 50px;
	margin-top: 40px;
}
.featured-img img {
	width: 100%;
}
.inner-wrapper-section {
	padding-top: 290px;
}
.inner-pages-content {
	padding-bottom: 80px;
}
#primary a {
	color: #B91829;
}
#primary a:hover {
	color: #70706f;
}
/* Blog Page Css

=============================================== */

.left-content {
	max-width: 77.77777777777778%;
	float: left;
}
.blog-post + .blog-post {
	margin-top: 20px;
}
.post-meta a {
	text-decoration: none;
}
.btn-readmore {
	padding: 5px 10px 4px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}
#primary .btn-readmore {
	color: #fff;
}
.btn-readmore:hover {
	background: #B8BABC;
	color: #fff;
}
#sidebar {
	float: right;
	max-width: 20%;
}
#sidebar li {
	list-style: none;
}
.widget-title {
	font-size: 18px;
	margin-bottom: 8px;
}
.widget ul {
	margin-top: 5px;
	padding-left: 2px;
}
.widget ul li {
	margin-top: 5px;
}
.widget ul li a {
	text-decoration: none;
}
.inner-page {
	min-height: 300px;
	padding: 0 0 20px;
}
.post-title {
	margin-bottom: 10px;
}
.post-title a {
	font-size: 22px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-transform: none;
	text-decoration: none;
}
div.wpcf7-response-output {
	margin: -21px 0.5em 1em;
}
 @media (max-width: 1100px) {
.main-navigation li {
	font-size: 16px;
}
.main-navigation ul ul {
    top: auto;
}
.main-navigation .active::after, .main-navigation .small-menu-bg.current-menu-item::after {
	bottom: -16px;
}
.about-slider .owl-item {
	height: auto;
	overflow: hidden;
}
.main-navigation .home-menu.current-menu-item::after {
	border-width: 20px 0 0 81px;
}
.main-navigation .active::after, .main-navigation .current-menu-item::after {
	border-width: 20px 0 0 114px;
}
.main-navigation .services-menu.current-menu-item::after {
	border-width: 20px 0 0 106px;
}
.main-navigation .sales-menu.current-menu-item::after {
	border-width: 20px 0 0 80px;
}
.main-navigation .clients-menu.current-menu-item::after {
	border-width: 20px 0 0 98px;
}
.main-navigation .contact-menu.current-menu-item::after {
	border-width: 20px 0 0 110px;
}
}
 @media (max-width: 992px) {
.main-navigation .active::after, .main-navigation .current-menu-item::after {
	border-width: 18px 0 0 97px;
}
.main-navigation .services-menu.current-menu-item::after {
	border-width: 18px 0 0 89px;
}
.main-navigation .sales-menu.current-menu-item::after {
	border-width: 18px 0 0 65px;
}
.main-navigation .clients-menu.current-menu-item::after {
	border-width: 18px 0 0 82px;
}
.main-navigation .contact-menu.current-menu-item::after {
	border-width: 18px 0 0 92px;
}
.banner-slide {
	font-size: 30px;
	margin: 0 auto 0 -300px;
	padding: 20px;
	width: 600px;
}
.logo-bottom-left {
	float: none;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.logo-bottom-right {
	float: none;
	width: 100%;
}
.sales-hd-heading img {
	display: none;
}
#sale-slider .owl-controls {
	margin-top: 10px;
}
.sales-left,  .sales-right {
	float: none;
	width: 100%;
}
.sales-hd-heading h2 {
	width: auto
}
.half-input {
	width: 100%;
	margin-right: 0;
}
.btn-submit::before {
	left: 20%;
}
.service-box {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%;
}
.service-box + .service-box {
	padding-left: 10px;
}
.about-left {
	box-sizing: border-box;
	float: none;
	padding: 25px 25px 0;
	width: 100%;
}
.about-right {
	clear: left;
	float: none;
	width: 100%;
}
.about-bottom {
	margin-top: -4px;
}
.main-navigation li {
	font-size: 15px;
	padding: 90px 10px 10px;
}
.main-navigation .active:after, .main-navigation .current-menu-item:after {
	bottom: -18px;
}
.main-navigation .active::after, .main-navigation .small-menu-bg.current-menu-item::after {
	bottom: -16px;
}
.footer-widgets {
	float: left;
	padding: 0 15px;
	width: 45%;
	margin-bottom: 30px;
}
.footer-widgets + .footer-widgets {
	margin-left: 0;
}
.footer-widgets + .footer-widgets + .footer-widgets {
	float: none;
}
.back-to-top {
	bottom: 0;
	float: none;
	position: absolute;
	right: 15px;
	z-index: 2;
}
.main-navigation .home-menu.current-menu-item::after {
	border-width: 18px 0 0 67px;
}
}
 @media (max-width: 767px) {
 
 .main-navigation .active::after, .main-navigation .small-menu-bg.current-menu-item::after {
	background: none;
}
 
.logo {
	padding-top: 10px;
	width: 20.283%;
}
.header-left ul li {
	margin-right: 15px;
}
.header-left i {
	margin-right: 8px;
}
.banner-slide {
	font-size: 20px;
	margin: 0 auto 0 -200px;
	width: 400px;
}
.navbar-toggle {
	display: block;
}
.slider .owl-buttons div {
	display: block;
}
.slider-arrow.prev {
	float: left;
	margin-left: 5px;
}
.slider-arrow.next {
	float: right;
	margin-right: 5px;
}
.slider.owl-theme .owl-controls {
	bottom: 15px;
}
.main-navigation {
	background: none repeat scroll 0 0 #be1622;
	border-radius: 5px;
	display: none;
	float: none;
	padding: 6px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 65px;
	width: 110px;
}
.main-navigation ul ul {
    border-top: 0;
    left: 5px;
    position: relative;
    width: auto;
}
.main-navigation ul ul ul {
    border-left: 0;
    left: 0;
}
.main-navigation ul ul li + li {
    border-top: 0 none;
}
.main-navigation ul ul li:hover > ul {
    left: 0;
}
.main-navigation ul ul li {
    padding: inherit;
}
.main-navigation ul li ul li a {
    font-size: 13px;
}
.main-navigation li {
	display: block;
	font-size: 15px;
	padding: 3px 5px;
	text-align: left;
}
.main-navigation ul li a {
	color: #fff;
}
.main-navigation .active:after, .main-navigation .current-menu-item:after {
	background: none;
	bottom: 0;
}
.contact-left, .left-content {
	float: none;
	margin-bottom: 30px;
	margin-right: 0;
	width: 100%;
}
.contact-right, #sidebar {
	float: none;
	width: 100%;
}
.main-navigation ul li:hover > ul {
    left: 5px;
}
.footer-widgets {
	float: none;
	padding: 0 15px;
	width: 100%;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.footer-inner {
	padding-bottom: 70px;
}
.copyright-section {
	margin-top: 40px;
}
.copyright-section br {
	display: none;
}
.main-navigation .current-menu-item::after {
	border: 0 none;
}
}
 @media (max-width: 600px) {
.logo {
	width: 120px;
}
.header-left {
	float: none;
}
.header-right {
	float: none;
	margin-top: 10px;
}
.header-left ul,  .header-right ul {
	text-align: center;
}
.banner-slide {
	font-size: 13px;
	left: 50%;
	margin: 0 0 0 -170px;
	width: 300px;
}
.slider {
	padding-top: 84px;
}
.about-left-inner {
	max-width: none;
}
.about-info,  .about-img {
	float: none;
	width: 100%;
}
.bottom-logo-section li {
	border-left: medium none;
	border-right: medium none;
	display: block;
	padding: 5px;
	text-align: center;
}
.sale-slider .owl-buttons {
	right: auto;
	width: 100%;
}
.inner-slider-arrow.prev {
	left: 15px;
	margin-left: 0;
}
.inner-slider-arrow.next {
	margin-left: 0;
	right: 15px;
}
}
 @media (max-width: 479px) {
.header-top {
	font-size: 14px;
}
.header-left ul {
	margin: auto;
	text-align: left;
	width: 190px;
}
.header-left ul li {
	display: block;
}
.header-left ul li+li {
	margin-top: 8px;
}
.header-left ul li {
	margin-right: 0;
}
.slider {
	padding-top: 225px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
}
.heading-para {
	font-size: 20px;
	margin-bottom: 15px;
}
.contact-info li,  .about-bottom {
	font-size: 16px;
}

}
@media (max-width: 320px) {
.wpcf7-recaptcha{transform:scale(0.99);
-webkit-transform:scale(0.99);
transform-origin:0 0;
-webkit-transform-origin:0 0
}
.wpcf7-recaptcha div { 
transform:scale(0.99);
-webkit-transform:scale(0.99);
transform-origin:0 0;
-webkit-transform-origin:0 0}}
}