/*------------------------------------------------------*/
/* Common Styles for overall theme
/*------------------------------------------------------*/

body { /*background-color: #e0dfdd; background-image: url(../images/bg.jpg);*/background-color: #2a2a2a; font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #2c2c2c; }
h1,
h2,
h3,
h4,
h5,
h6 { color: #2c2c2c; font-family: Times,"Times New Roman","Palatino Linotype",Palatino,"Century Schoolbook L",serif; }
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
  color: #2c2c2c;
}
a {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 16px;
}

.text-left {
  text-align: left;
}
.line-section {
  margin-bottom: 20px;
}
.line-section h3,
.line-section h4,
.line-section h5 {
  margin: 0 0 20px;
}
.for-border {
  height: 11px;
  width: 100%;
  background: transparent url(../images/feature-border.png) center center no-repeat;
  border: none;
}
h2 {
  font-size: 30px;
}
h2.blue {
  font-weight: 800;
  color: #d2222a;
}
h2.blue a {
  font-weight: 800;
  color: #d2222a;
}
h2.blue a:hover {
  color: #65a1b0;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
h3 a {
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 700;
}
h3.blue {
  font-weight: 700;
  color: #d2222a;
}
h3.blue a {
  font-weight: 800;
  color: #d2222a;
}
h3.blue a:hover {
  color: #65a1b0;
}
h4 {
  font-size: 21px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}
.btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: #136d82;
}
input,
textarea {
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
  resize: none;
}
.read-more, .more-link {
  font-size: 14px;
  font-weight: 700;
  background-color: #d2222a;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
	transition: all 0.3s ease;
}
.more-link {
margin-top: 15px;
}
.read-more:hover, .more-link:hover {
  color:#2c2c2c;
  background-color: #ffc14a;
  text-decoration: none;
}

.common-style {
  padding: 81px 0;
}
.nothing-found {
  padding: 15px 0 30px 0;
  background-color: #fff;
}
.arrow-style {
  padding-left: 0;
  text-align: left;
}
.arrow-style li {
  background: url("../images/list-arrow-style.png") left 3px no-repeat;
  padding-left: 25px;
  margin-bottom: 30px;
  color: #999ca5;
  list-style: none;
}
.plus-icon:after {
  content: url("../images/plus-red2.png");
  margin-left: 10px;
}
::-webkit-input-placeholder {
  color: #2c2c2c;
    opacity: 1;
}
::-moz-placeholder {
  color: #2c2c2c;
    opacity: 1;
}
:-ms-input-placeholder {
  color: #2c2c2c;
    opacity: 1;
}
input:-moz-placeholder {
  color: #2c2c2c;
    opacity: 1;
}
#message-sent {
  clear: both;
}
.gray-scale img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.gray-scale img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.isotope-wrapper {
  box-sizing: content-box;
  position: relative;
}
/*------------------------------------------------------*/
/* WordPress Core
/*------------------------------------------------------*/
a img.alignnone,
.alignnone {
  float: none;
}
.aligncenter,
a img.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto;
}
a img.alignright,
.alignright {
  float: right;
  margin: 0 0 15px 20px;
}
a img.alignleft,
.alignleft {
  float: left;
  margin: 0 20px 15px 0;
}
p.wp-caption {
  margin: 0;
}
.wp-caption.alignnone {
  float: none;
}
.wp-caption.alignleft {
  float: left;
}
.wp-caption.alignright {
  float: right;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #7b7d85;
}
blockquote p {
  margin-bottom: 0;
}
.wp-caption-text,
.gallery-caption {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
}
/*------------------------------------------------------*/
/* Similar Page styles
/*------------------------------------------------------*/
#bg-wrap { background-color: #e0dfdd; /*background-image: url(../images/bg.jpg);*/ z-index:0; position: relative;}
.page-top {
  padding: 27px 0;
  background: #fff;
}
.page-top h1,
.page-top h2 {
  margin: 0 15px 0 0;
  font-size: 36px;
  font-weight: 600;
  float: left;
  line-height: 46px;
	font-family: Times,"Times New Roman","Palatino Linotype",Palatino,"Century Schoolbook L",serif;
}

#search {
  margin-bottom: 0;
}
#search form {
  position: relative;
}
#search form input[type="text"] {
  background-color: #f1f1f1;
	background-image: url("../images/bg.jpg");
  width: 100%;
  padding: 6px 10px 6px 34px;
  border: 1px solid #c2c2c2;
  outline: none;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 0;
}

#search form input[type="submit"] {
  background: url("../images/search-submit.png") center no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 999;
  border: none;
  outline: none;
  padding: 0;
}
#filters {
  padding: 0;
  border-bottom: 1px solid #dcdee4;
  margin-bottom: 30px;
}
#filters li {
  list-style: none;
  display: inline-block;
  margin: 0 12px -1px 0;
  padding-bottom: 2px;
}
#filters li a {
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
  text-decoration: none;
}
#filters li.active a {
  font-weight: 700;
  color:#d2222a;
}
#filters li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #d2222a;
}
#filters li:hover a {
  padding-bottom: 20px;
}
#filters li.active {
  padding-bottom: 0;
  border-bottom: 2px solid #d2222a;
}
#filters li.active a {
  padding-bottom: 20px;
}
.pagination {
  display: block;
  text-align: center;
    margin: 0 0 0 -8px;
    font-size: 0;
}


nav.pagination ul{
  border: none;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 0px 1px 22px 1px;
list-style: none;
}

nav.pagination ul li {
  border: none;
    padding: 0;
    margin: 0;
    float: left;
}
nav.pagination ul li a,
nav.pagination ul li span {
  background-color: #fff;
  font-size: 12px;
  color: #2c2c2c;
  display: inline-block;
  margin: 0 0 8px 8px;
  font-weight: 700;
  padding: 0px 12px;
    line-height: 28px;
  text-decoration: none;
    border: 1px solid #8d8d8d;
}
nav.pagination ul li a:hover,
nav.pagination ul li span:hover {
  background-color: #ffc14a;
  color: #2c2c2c;
    border: 1px solid #8d8d8d;
}
nav.pagination ul li span.current {
  background-color: #d2222a;
  color: #fff;
    border: 1px solid #d2222a;
}

.social-icon ul {
  padding: 0;
}
.social-icon ul li {
  list-style: none;
  background-color: #dcdee4;
  display: inline-block;
}
.social-icon ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.social-icon ul li .fa {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
}
.social-icon ul li:hover {
  background-color: #d2222a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
code {
  white-space: normal;
}
#scroll-top {
  display: inline;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #d2222a;
  text-align: center;
  display: table;
  z-index: 99999999;
}
.loader .table-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
}
.loader h1 {
  margin-top: 2rem;
  font-size: 4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 800;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 11px 10px;
  color: #2c2c2c;
  font-weight: 500;
}
form input[type="file"] {
  margin-bottom: 30px;
  color: #2c2c2c;
}
form input[type="submit"] {
  padding: 15px 30px;
  background-color: #d2222a;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}
form input[type="submit"]:hover {
	background-color: #ffc14a;
	color:#2c2c2c;
}
form input.error,
form textarea.error {
  border: 1px solid #ff0000;
}
form fieldset label {
  font-size: 14px;
  color: #999ca5;
  font-weight: 500;
  border-bottom: 1px solid #dcdee4;
  padding: 5px;
  float: left;
}
form fieldset .common {
  display: inline-block;
  float: left;
  margin-left: 7px;
}
form p {
  margin: 0;
}
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#error-container {
  margin: 0;
}
#error-container label {
  font-size: 14px;
  display: block;
}
/* IE8 Specific Styles */
.ie8 img {
  width: inherit;
  max-width: 100% !important;
  height: auto !important;
}
.ie8 .features-var-three .feature-icon img,
.ie8 .features-var-two .single-feature img,
.ie8 .home-testimonial .flexslider-three .slides img {
  width: auto !important;
}
.ie8 .overlay, .ie8 .pdf_overlay {
  visibility: hidden;
}
/*------------------------------------------------------*/
/*  Header styles
/*------------------------------------------------------*/
.header-top { padding: 0; /*background-color: #fff; background-image: url(../images/bg-header.jpg);*/ }
.header-top .headerinfo {margin-top:15px;}
.header-top #search-form {margin: 0 0 10px 0;}

/* header phone */

.headerphone {
  color: #d2222a;
  font-family: Times,"Times New Roman","Palatino Linotype",Palatino,"Century Schoolbook L",serif;
	font-size: 28px;
	text-align: right;
}

.headerphone a, .headerphone a:hover{
  color: #d2222a;
}


.headerphone .fa {
	background-color: #d2222a;
    color: #e0dfdd;
    font-size: 20px;
    line-height: 26px;
	width:24px;
	height:24px;
    text-align: center;
    transition: all 0.3s ease 0s;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	margin-right:5px;
}

/* slogan section */
.header-top .slogan { margin-top: 10px; text-align: right; font-family: Times,"Times New Roman","Palatino Linotype",Palatino,"Century Schoolbook L",serif; font-size: 16px; color: #757575; font-style: italic; }

.header-top  .logo h1 {
  margin: 0;
}
.header-top  .logo h1 a {
  font-size: 30px;
  font-weight: 800;
}
.header-top  .logo img {
  margin: 30px 0;
}
.nav-toggle {
  display: none;
}
#header { padding: 0; /* background-image: url(../images/bg-navbar.jpg);*/ background-color: #8d8d8d; }



nav.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
	font-size: 0;
}
#header nav.main-menu ul.header-nav {
    text-align: center;
  }
nav.main-menu ul > li {
  display: inline-block;
    margin: 0;
    position: relative;
font-family: Helvetica, Arial, sans-serif;
}



nav.main-menu ul > li > a {
  width: 100%;
  display: block;
  padding: 0px 25px;
  text-decoration: none;
  color: #e3e3e3;
  font-size: 18px;
	line-height: 40px;
  font-weight: 200;
  text-align: left;
}


nav.main-menu ul > li ul {
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 190px;
  display: none;
  background-color: #757575;
	border-top: 1px solid #8d8d8d;
}
nav.main-menu ul > li ul li {
  list-style: none;
  float: none;
  position: relative;
  border-bottom: 1px solid #8d8d8d;
	display: block;
}
nav.main-menu ul li ul li ul li {
  border-bottom: 1px solid #757575;
}

nav.main-menu ul > li ul li:last-child, nav.main-menu ul li ul li ul li:last-child {
  border-bottom: 0px;
}



nav.main-menu ul > li ul li a {
  font-size: 12px;
  color: #fff;
  padding: 8px 20px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
}

nav.main-menu ul > li ul li ul li a {
  background-color: #676767;
}

nav.main-menu ul > li ul li:hover a {
  background-color: #8d8d8d;
}
nav.main-menu ul > li ul li ul {
  position: absolute;
  left: 190px;
  top: 0;
}
nav.main-menu ul > li.two-cols-menu ul {
  width: 350px;
}
nav.main-menu ul > li.two-cols-menu ul li {
  width: 50%;
  float: left;
}
nav.main-menu ul > li.two-cols-menu ul li ul {
  left: 175px;
}
nav.main-menu ul > li:hover > a,
nav.main-menu ul > .current-menu-item > a {
  background-color: #757575;
  color: #ffc14a;
}
#header.stick {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}


/*------------------------------------------------------*/
/* Home Contents
/*------------------------------------------------------*/
.default-contents { margin: 30px 0; /*background-image: url(../images/bg-content.png); background-repeat: repeat-x; background-position: center bottom;*/ }
.slider-contents {padding: 30px 0; /*background-image: url(../images/bg-content.png); background-repeat: repeat-x; background-position: center bottom;*/ }
.slider-contents .slider_wrap {border: 8px solid #000; position: relative; background:#fff;}
/*.slider-contents .slider_wrap::before, .slider-contents .slider_wrap::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
	display:block;
  -webkit-box-shadow: 0 10px 10px #666;
  -moz-box-shadow: 0 10px 10px #666;
  box-shadow: 0 10px 10px #666;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.slider-contents .slider_wrap::after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 0px;
  left: auto;
}*/


/*------------------------------------------------------*/
/* Home Blog Styles
/*------------------------------------------------------*/
.home-blog {
  padding: 90px 0;
  background-color: #fff;
}
.home-blog .common-blog-post {
  background-color: #e0dfdd;
  line-height: 20px;
}
.home-blog .common-blog-post figure {
  overflow: hidden;
}
.home-blog .common-blog-post .text-content {
  padding: 25px;
  text-align: left;
}
.home-blog .common-blog-post .text-content h5 {
  margin: 0 0 10px;
}
.home-blog .common-blog-post .text-content p {
  margin: 0 0 15px;
}
.home-blog .common-blog-post .entry-meta {
  margin: 0 0 15px;
  font-style: italic;
}
.home-blog .common-blog-post .entry-meta time {
  color: #a1a9b0;
}
.home-blog .common-blog-post .entry-meta a {
  text-transform: capitalize;
  font-weight: 500;
}
.home-blog .common-blog-post .for-border {
  margin: 0 0 15px;
}
.home-blog .common-blog-post .gallery-slider {
  margin: 0;
}
.home-blog .common-blog-post .video {
  margin: 0;
}
.home-blog .video .video-wrapper {
  padding-bottom: 61.0%;
}
.home-blog .col-sm-12 img {
  width: 100%;
}
.home-blog .col-sm-12 .text-content {
  text-align: center;
}
.home-blog.blog-var-two .col-sm-12 .text-content {
  text-align: left;
}
.news-shortcode .text-content {
  padding: 25px;
  text-align: left;
}
.news-shortcode .text-content h5 {
  margin: 0 0 10px;
}
.news-shortcode .text-content p {
  margin: 0 0 15px;
}
.news-shortcode .for-border {
  margin: 0 0 15px;
}
.home-blog.blog-var-two .slogan-section {
  text-align: left;
}
.home-blog.blog-var-two .common-blog-post {
  background: transparent;
}
.home-blog.blog-var-two .common-blog-post .text-content {
  padding: 25px 0 10px;
}
.home-blog.blog-var-two .entry-meta {
  margin: 0 0 20px;
  font-style: normal;
}
.home-blog.blog-var-two .for-border {
  display: none;
}

.tab-main .tab-title {
  border-bottom: 1px solid #dcdee4;
  padding: 15px 10px;
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.tab-main .tab-title h6 {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
}
.tab-main .tab-title:hover h6 {
  margin-left: 5px;
}
.tab-main .tab-title.active {
  background-color: #e0dfdd;
  margin-right: -1px;
}
.tab-main .tab-title.active h6 {
  margin-left: 10px;
  font-weight: 700;
}
.tab-main .tab-content {
  background-color: #e0dfdd;
  border: 1px solid #dcdee4;
  margin-left: -30px;
  min-height: 290px;
  height: auto !important;
  height: 290px;
}
.tab-main .tab-content .content {
  display: none;
  padding: 30px;
}
.tab-main .tab-content h5 {
  margin: 0 0 15px;
}
.tab-main .tab-content p {
  margin-bottom: 28px;
}
.tab-main .tab-title:first-of-type {
  margin-top: 30px;
}
.tab-main .tab-title.active:first-of-type {
  border-top: 1px solid #dcdee4;
}

/*------------------------------------------------------*/
/* Social Media Navigation
/*------------------------------------------------------*/

.social-icon ul { padding: 0; }
.social-icon ul li { list-style: none; display: inline-block; margin-right:10px; }
.social-icon ul li a { display: inline-block; color:#00aced; transition: all 0.3s ease;}
.social-icon ul li .fab { font-size: 42px; text-align: center; }
.social-icon ul li a:hover { color:#005c9b; }

.social-nav { margin-left:5px; padding: 0; position: relative; display: inline-block;}
.social-nav li { display: inline-block; list-style: none; margin-left: 10px; position: relative; top:12px;}
/*.social-nav li .fab { font-size: 18px; display: block; text-align: center; line-height: 24px; width: 24px;
height: 24px;}
.social-nav li a {  display: inline-block; transition: all 0.3s ease;
background-color: #d2222a;
color: #2a2a2a;
width: 24px;
height: 24px;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.social-nav li a:hover { color: #2a2a2a; background-color: #ffc14a; text-decoration: none; transition: all 0.3s ease; }*/




.social-nav li .fab {
font-size: 46px;
display: block;
text-align: center;
width: 46px;
height: 46px;
}
.social-nav li a {  display: inline-block; transition: all 0.3s ease;
color: #d2222a;
text-align: center;
}
.social-nav li a:hover { color: #ffc14a; text-decoration: none; transition: all 0.3s ease; }


/*------------------------------------------------------*/
/* Footer styles
/*------------------------------------------------------*/
#main-footer { padding: 30px 0; color:#cecece; line-height: 24px; background-color:#2a2a2a; /*background-image: url(../images/bg-footer.jpg);  background-repeat: repeat-x; background-position: center top;*/}
#main-footer .widget h3.title {
  margin-bottom: 15px;
  color: #e0dfdd;
  font-size: 18px;
  font-weight: 400;
}
#main-footer .widget h3.title::before {
    content: '\f111';
    font-weight: 700;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    position: relative;
    text-align: center;
    top: -3px;
	margin: 0px 6px 0 0;
}
#main-footer .widget p {
  margin-bottom: 25px;
}
#main-footer .widget a {
  color: #B5BAC6;
}
#main-footer .widget a:hover {
  color: #CBD1DE;
}
#main-footer .widget ul {
  border-color: #4a4c52;
}
#main-footer .widget ul li {
  border-color: #4a4c52;
}
#main-footer .widget .tagcloud a {
  color: #fff;
}
#main-footer .widget label {
  color: #2c2c2c;
}

#main-footer ::-webkit-input-placeholder {
  color: #fff;
    opacity: .8;
}
#main-footer ::-moz-placeholder {
  color: #fff;
    opacity: .8;
}
#main-footer :-ms-input-placeholder {
  color: #fff;
    opacity: .8;
}
#main-footer input:-moz-placeholder {
  color: #fff;
    opacity: .8;
}


#main-footer input[type="text"],#main-footer input[type="email"] {
  background-color: #000;
  border: none;
  padding: 10px 12px;
  color: #fff;
  outline: none;
  overflow: hidden;
	width:250px;
	margin-bottom:0px;
	line-height: 20px;
}
#main-footer input[type="text"]:focus,#main-footer input[type="email"]:focus {
  background-color: #000;
}
#main-footer input[type="submit"] {
  border: none;
  background-color: #d2222a;
  color: #fff;
	transition: all 0.3s ease;
	margin-bottom:0px;
	padding: 10px 12px;
	font-size:14px;
	line-height: 20px;
}
#main-footer input[type="submit"]:hover {
  background-color: #ffc14a;
	color: #2c2c2c;
}

#main-footer .footerphone {
  color: #d2222a;
  font-family: Times,"Times New Roman","Palatino Linotype",Palatino,"Century Schoolbook L",serif;
	font-size: 28px;
	line-height: 44px;
	display:inline-block;
	margin-right:15px;
}

#main-footer .footerphone a, #main-footer .footerphone a:hover{
  color: #d2222a;
}


#main-footer .footerphone .fa {
	background-color: #d2222a;
    color: #2a2a2a;
    font-size: 20px;
    line-height: 26px;
	width:24px;
	height:24px;
    text-align: center;
    transition: all 0.3s ease 0s;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	margin-right:5px;
}
#main-footer form {display:inline-block;}
#main-footer .widget img.aligncenter {margin: 0 auto 30px auto;}

/*------------------------------------------------------*/
/* Footer Widget Nav
/*------------------------------------------------------*/
#main-footer .widget ul {
  border-top: 0px;
line-height: normal;
}
#main-footer .widget ul li {
  border-bottom: 0px;
	 margin: 4px 0 0;
    padding: 0 0 4px;
	font-size:12px;
}

#main-footer .widget ul li a::before{
    display: inline-block;
    /*font-family: "Font Awesome 5 Free";*/
    position: relative;
    text-align: center;
    top: 0px;
	margin: 0px 6px 0 0;
}

#main-footer .widget.widget_nav_menu ul li a{
	color:#cecece;
}
#main-footer .widget.widget_nav_menu ul li a::before{
  content: '//';
}
#main-footer .widget.widget_nav_menu ul li a:hover,#main-footer .widget.widget_nav_menu ul li.current_page_item a{
  color:#ffc14a;
}


/*------------------------------------------------------*/
/* Footer Bottom
/*------------------------------------------------------*/
.footer-bottom {
	font-size:12px;
	margin-top:15px;
}
.footer-bottom p {
  color:#cecece;
	font-size:12px;
}

.footer-bottom nav.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	font-size:12px;
}
.footer-bottom nav.footer-menu ul > li {
    float: left;
    margin: 0;
    position: relative;
}
.footer-bottom nav.footer-menu ul > li a{
	color:#cecece;
	border-right:1px solid #cecece;
	padding-right:10px;
	margin-right:10px;
	line-height:20px;
}

.footer-bottom nav.footer-menu ul > li:last-child a{
	border-right:0px;
	padding-right:0px;
	margin-right:0px;
}

.footer-bottom nav.footer-menu ul > li a:hover{
  color:#ffc14a;
}

.footer-bottom nav.footer-menu ul li.ostore a{
	color:#ffc14a;
	font-weight: bold;
}
.footer-bottom nav.footer-menu ul li.ostore a:hover{
	color:#d2222a;
}

.footer-bottom .copyright{text-align:right;}


/*------------------------------------------------------*/
/* Scroll Top
/*------------------------------------------------------*/
a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  line-height: 3em;
  background: #d2222a url("../images/scroll-top.png") center center no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50px;
}
a#scroll-top:hover {
  background-color: #ffc14a;
}
/*------------------------------------------------------*/
/* Overlay styles
/*------------------------------------------------------*/
.overlay,.pdf_overlay,.doc_overlay,.rtf_overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.overlay {
  /*background: url("../images/mirror.png") center center no-repeat #d2222a;*/
	background-image: url("../images/mirror.png"); background-position: center center; background-repeat: no-repeat; background-color:rgba(210, 34, 42, 0);
}
.pdf_overlay {
  /*background: url("../images/download-pdf.png") center center no-repeat #d2222a;*/
	background-image: url("../images/download-pdf.png"); background-position: center center; background-repeat: no-repeat; background-color:rgba(210, 34, 42, 0);
}
.doc_overlay {
  /*background: url("../images/download-doc.png") center center no-repeat #d2222a;*/
	background-image: url("../images/download-doc.png"); background-position: center center; background-repeat: no-repeat; background-color:rgba(210, 34, 42, 0);
}
.rtf_overlay {
  /*background: url("../images/download-rtf.png") center center no-repeat #d2222a;*/
	background-image: url("../images/download-rtf.png"); background-position: center center; background-repeat: no-repeat; background-color:rgba(210, 34, 42, 0);
}
.overlay-effect {
  position: relative;
  overflow: hidden;
}
.overlay-effect:hover .overlay, .overlay-effect:hover .pdf_overlay, .overlay-effect:hover .doc_overlay, .overlay-effect:hover .rtf_overlay {
  height: 100%;
  background-color:rgba(210, 34, 42, .8);  opacity: 1;
}

/*------------------------------------------------------*/
/* CInstallation and Data Sheet Page styles
/*------------------------------------------------------*/
.tax-category {margin-bottom: 30px;}

/*------------------------------------------------------*/
/* Catalog Page styles
/*------------------------------------------------------*/
.catalog-posts {
  padding-top: 30px;
}
.catalog-posts .common-catalog {
  background-color: #fff;
  margin-bottom: 30px;
}

.catalog-posts .blog-page-single{
    padding: 30px 30px 0 30px;
    margin-bottom:30px;
}

.catalog-posts .common-catalog img {border: 1px solid #e0dfdd;}

.catalog-posts .common-catalog h5 {
  margin: 5px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
	line-height: 1.1;
}
.catalog-posts .common-catalog h5 a{
	font-size:12px;
}

/*------------------------------------------------------*/
/* Finishes Page styles
/*------------------------------------------------------*/
.finishes-posts {
  padding-top: 30px;
}
.finishes-posts .common-finish {
  background-color: #fff;
  margin-bottom: 30px;
}

.finishes-posts .blog-page-single{
    padding: 30px 30px 0 30px;
    margin-bottom:30px;
}

.finishes-posts .common-finish img {border: 1px solid #e0dfdd;}

.finishes-posts .common-finish h5 {
  margin: 5px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
}
.finishes-posts .common-finish h5 a{
	font-size:12px;
}
.finishes-posts .common-finish:hover h5 a{
  color: #d2222a;
}
.finishes-posts .common-finish p {
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

/*------------------------------------------------------*/
/* Isotope Filtering
/*------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*------------------------------------------------------*/
/* Isotope CSS3 transitions
/*------------------------------------------------------*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/*------------------------------------------------------*/
/* Blog Page Styles
/*------------------------------------------------------*/
.blog-page {
  padding-top: 30px;
/*background-image: url(../images/bg-content.png); background-repeat: repeat-x; background-position: center bottom; */
}
.blog-page-single, .blog-post-single, .blog-post-listing article, .search article {background-color:#fff;position: relative; padding:30px; margin-bottom:30px;}

/*.blog-page-single::before,
.blog-post-single::before,
.blog-post-listing article::before,
.search article::before,
.blog-page-single::after,
.blog-post-single::after,
.blog-post-listing article::after,
.search article::after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
	height:30px;
  left: 10px;
  width: 50%;
  max-width:300px;
  background: #777;
	display:block;
  -webkit-box-shadow: 0 15px 10px #666;
  -moz-box-shadow: 0 15px 10px #666;
  box-shadow: 0 15px 10px #666;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.blog-page-single::after,
.blog-post-single::after,
.blog-post-listing article::after,
.search article::after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/



.blog-post-listing .format-standard a img,
.blog-post-single img{
    border: 1px solid #e0dfdd;
    padding: 5px;
}
.blog-post-single .category-trade-shows img{
    border: 0px;
    padding: 0px;
}

.blog-page .full-width-contents,
.blog-page .page-contents {
  overflow: hidden;
}
.blog-page .blog-post-listing article.post {
  margin-bottom: 30px;
}

/*.blog-page .page {
  margin-bottom: 0px;
}*/

.blog-page .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
.blog-page .comments_count a {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url("../images/comment-count-icon.png") 0 6px no-repeat;
  font-weight: 700;
  color: #676666;
}
.blog-page .comments_count a:hover {
  background-position: 0 -20px;
}
.blog-page figure {
  margin-bottom: 30px;
  overflow: hidden;
	text-align: center;
}
.category-trade-shows figure {
  margin-bottom: 0px;
}
.blog-page h3.post-title,
.blog-page h3.entry-title {
  margin: 0 0 15px 0;
  line-height: 32px;
}
.blog-page .format-standard h3.entry-title {
  margin: 0;
}
.blog-page time.entry-date {
  margin-bottom: 30px;
	display: inline-block;
	font-weight: bold;
}
.blog-page .format-quote blockquote.quote {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  background: url("../images/double-quotes.png") 30px 30px no-repeat #d2222a;
  padding: 30px 30px 20px 75px;
  margin-bottom: 0;
  border: 0;
  line-height: 36px;
}
.blog-page .format-quote blockquote.quote:before {
  content: normal;
}
.blog-page .format-quote blockquote.quote:after {
  content: normal;
}
.blog-page .format-quote blockquote.quote p {
  border-left: 1px solid #f47c7b;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  color: #fff;
}
.blog-page .format-quote blockquote.quote cite,
.blog-page .format-quote blockquote.quote cite a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 8px 0;
  display: block;
}
.blog-page .gallery-slider {
  margin-bottom: 25px;
}
.blog-page .gallery-slider.loading {
  min-height: 447px;
  background: #e0dfdd url('../images/loader.gif') no-repeat center center;
}
.blog-page .flex-direction-nav a {
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-top: -30px;
  border-radius: 0;
}
.blog-page .video {
  margin-bottom: 25px;
}
.blog-page .format-link .link {
  padding: 25px 25px 25px 75px;
}
.blog-page .format-link .link h3.link-title,
.blog-page .format-link .link h3.link-title a {
  font-size: 28px;
  line-height: 36px;
  /*color: #fff;*/
  margin: 0 0 15px 0;
}
.blog-page .format-link .link a {
  /*color: #fff;*/
}
.blog-page .format-link .link a:hover {
  text-decoration: underline;
}
.blog-page .format-link .link-container {
  padding-left: 20px;
  border-left: 1px solid #f47c7b;
  padding-bottom: 20px;
}

.blog-page blockquote {
  border-left-color: #4dbed9;
}
.blog-page blockquote p {
  margin-bottom: 0 !important;
}
.blog-page p.wp-caption {
  margin: 0 !important;
}
.blog-page .flex-direction-nav {
  margin-bottom: 0;
}
.blog-page .flex-direction-nav li {
  margin: 0;
}
.blog-page .slides,
.blog-page .slides > li {
  margin: 0;
}
.main-contents {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
article.hentry {
  line-height: 24px;
  font-size: 14px;
}
article.hentry p {
  margin-bottom: 15px;
}
article.hentry p:last-child {
  margin-bottom: 0px;
}
article.hentry h1.entry-title {
  margin: 0 0 20px 0;
}

article.hentry .entry-content img {
	padding:5px;
	border: 1px solid #e0dfdd;
}


.entry-content p {
  margin: 0 0 15px;
}
.entry-content p:last-child {
  margin: 0px;
}

.catalog-page .entry-content p:last-child {
  margin: 0 0 30px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}
.entry-content h1 {
  font-size: 36px;
  line-height: 42px;
}
.entry-content h2 {
  font-size: 30px;
  line-height: 36px;
}
.entry-content h3 {
  font-size: 24px;
  line-height: 30px;
}
.entry-content h4 {
  font-size: 20px;
  line-height: 28px;
}
.entry-content h5 {
  font-size: 16px;
  line-height: 24px;
}
.entry-content h6 {
  font-size: 14px;
  line-height: 20px;
}
.entry-content blockquote {
  background: #f3f8fa;
  padding: 20px 20px 20px 30px;
  border-left: 5px solid #86d0e4;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content blockquote p {
  margin: 0;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content td,
.entry-content th {
  padding: 10px;
}
.entry-content table tbody td {
  border: 1px solid #e0e0e0;
}
.entry-content table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.entry-content table tbody tr:first-child {
  border-top: 1px solid #e0e0e0;
}
.entry-content dl {
  line-height: 24px;
}
.entry-content dt {
  color: #2c2c2c;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content dd {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content ol,
.entry-content ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}
.entry-content ol li,
.entry-content ul li {
  margin: 10px 0;
}
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul {
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content address {
  line-height: 24px;
}
.entry-content kbd {
  background-color: #d2222a;
  box-shadow: none;
}
.entry-content pre {
  background-color: #d2222a;
  color: #fff;
  border: none;
  padding: 15px;
}
.entry-content .gallery img {
  border: none !important;
}
.accordion-content .entry-content {
  margin: 0;
}
.entry-footer p.entry-meta {
  margin: 0;
}
.entry-footer span.entry-tags,
.entry-footer span.entry-categories {
  display: block;
}
.video .video-wrapper {
  padding-bottom: 56.3%;
  position: relative;
  width: 100%;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-nav-btns {
  margin: 25px 0;
}
.page-nav-btns a {
  background-color: #d2222a;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
}
.page-nav-btns a:hover {
  color: #fff;
  background-color: #d2222a;
  text-decoration: none;
}

/*------------------------------------------------------*/
/* Comments
/*------------------------------------------------------
.comments-wrapper {
  margin-left: 115px;
}
#comments-section {
  margin-bottom: 0px;
}
#comments-section > ol > li > .children {
  position: relative;
}
#comments-section .comment {
  list-style: none;
}
#comments-section .commentlist {
  margin: 0 0 40px 0;
  padding: 2px 0px 5px 0px;
  overflow: hidden;
}
.commentlist .children {
  margin: 0;
  padding: 0;
}
.commentlist .children .children {
  margin-left: 8%;
}
#comments-section .children > .comment {
  margin-top: 30px;
}
ol > .comment {
  margin: 30px 0 0;
}
#comments-section article > .comment-wrap {
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 999;
}
#comments-section .bypostauthor article > .comment-wrap {
  background-color: #fdfdfd;
}
#comments-section .children article {
  position: relative;
}
#comments-section .children article .left-border {
  position: absolute;
  background: url("../images/comment-border.png") left center no-repeat;
  width: 100%;
  height: 1px;
  top: 49%;
  left: 0px;
  display: inline-block;
  z-index: 9;
}
#comments-section .children article .vertical-border {
  position: absolute;
  background: url("../images/comment-border2.png") left top repeat-y;
  width: 1px;
  height: 50%;
  bottom: 51%;
  left: 0px;
  display: inline-block;
  z-index: 9;
}
#comments-section .author .comment-reply-link {
  font-size: 11px;
}
.commentlist li.pingback {
  margin-left: 0;
  list-style: none;
  border-bottom: 1px solid #dedede;
  padding: 10px;
}
.commentlist li.pingback p {
  margin: 0;
}
.comment-meta {
  position: relative;
}
.comment-meta .comment-reply-link {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  background-color: #d2222a;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  font-weight: 400;
}
.comment-meta .comment-reply-link:hover {
  background-color: #4dbed9;
}
.comment-meta h5.author,
.comment-meta h5.author a {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}
.comment-meta time {
  display: block;
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #d2222a;
  line-height: 18px;
}
.comment-body p {
  margin-bottom: 12px;
}
.commentlist .children .depth-2 .comment-wrap {
  width: 92%;
  margin-left: 8%;
}
.commentlist .children .depth-3 .comment-wrap {
  width: 91%;
  margin-left: 9%;
}
.commentlist .children .depth-4 .comment-wrap {
  width: 90%;
  margin-left: 10%;
}
.commentlist .children .depth-5 .comment-wrap {
  width: 88%;
  margin-left: 12%;
}
#respond p {
  margin-bottom: 20px;
}
#respond input[type="text"],
#respond textarea {
  margin-bottom: 5px;
}
#respond #contact-form p.form-allowed-tags,
#respond #respond p.form-allowed-tags {
  font-size: 12px;
}
#respond #contact-form p.form-allowed-tags code,
#respond #respond p.form-allowed-tags code {
  font-size: 12px;
  display: block;
}
.logged-in-as {
  color: #2c2c2c;
  font-size: 16px;
  margin-bottom: 20px;
}
.logged-in-as a {
  font-weight: 700;
}
a.avatar {
  width: 80px;
  height: auto;
  margin: 0 15px 10px 0;
  float: left;
}
a.avatar img {
  width: 100%;
  height: auto;
}
#respond .form-submit {
  margin-top: 30px;
}
*/
/*------------------------------------------------------*/
/* News shortcode styles
/*------------------------------------------------------*/
.news-shortcode {
  text-align: center;
}
.news-shortcode .common-blog-post {
  background-color: #fff;
  line-height: 20px;
}
.news-shortcode .text-content {
  padding: 25px;
  text-align: center;
}
.news-shortcode .gallery-slider {
  margin-bottom: 0px;
}
.news-shortcode .gallery-slider.loading {
  min-height: 447px;
  background: #e0dfdd url('../images/loader.gif') no-repeat center center;
}
.news-shortcode .flex-direction-nav a {
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-top: -30px;
  border-radius: 0;
}
.news-shortcode .video {
  margin-bottom: 0px;
}
.news-shortcode .video .video-wrapper {
  padding-bottom: 61.0%;
  position: relative;
  width: 100%;
  height: 0;
}
.news-shortcode .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news-shortcode .format-link .link {
  background: url("../images/link-format-bg.png") 30px 25px no-repeat #d2222a;
  padding: 25px 25px 25px 75px;
}
.news-shortcode .format-link .link h3.link-title,
.news-shortcode .format-link .link h3.link-title a {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 15px 0;
}
.news-shortcode .format-link .link a {
  color: #fff;
}
.news-shortcode .format-link .link a:hover {
  text-decoration: underline;
}
.news-shortcode .format-link .link-container {
  padding-left: 20px;
  border-left: 1px solid #f47c7b;
  padding-bottom: 20px;
}
.news-shortcode .format-audio .audio {
  margin-bottom: 30px;
}
.news-shortcode .format-audio .audio audio {
  width: 100%;
}
.news-shortcode blockquote {
  border-left-color: #4dbed9;
}
.news-shortcode blockquote p {
  margin-bottom: 0 !important;
}
.news-shortcode p.wp-caption {
  margin: 0 !important;
}
.news-shortcode .flex-direction-nav {
  margin-bottom: 0;
}
.news-shortcode .flex-direction-nav li {
  margin: 0;
  list-style: none;
}
.news-shortcode .slides,
.news-shortcode .slides > li {
  margin: 0;
}
.news-shortcode .hidden-sm {
  margin-bottom: 50px;
}
.news-shortcode figure {
  margin-bottom: 0px;
  overflow: hidden;
}
/*------------------------------------------------------*/
/* Sidebar Styles
/*------------------------------------------------------*/
.widget_search label {
  display: none;
}
.widget {
  width: 100%;
  margin-bottom: 30px;
}

.widget h3.title {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 700;
}
.widget ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #dde1e3;
}
.widget ul li {
  list-style: none;
  color: #999ca5;
  border-bottom: 1px solid #dde1e3;
  padding: 0 0 10px;
  margin: 10px 0 0;
}
.widget ul.children {
  margin: 10px 0 0 20px;
  border-top: 1px solid #dde1e3;
}
.widget ul.children li:last-child {
  border: none;
  padding: 0;
}
.widget .tagcloud {
  margin-left: -8px;
}
.widget .tagcloud a {
  background-color: #919292;
  color: #fff;
  padding: 7px 14px;
  margin: 0 0 8px 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px !important;
}
.widget .tagcloud a:hover {
  background-color: #d2222a;
  color: #fff;
}
.home-sidebar .widget h3.title {
  font-size: 22px;
}
.home-sidebar .widget .post-video .video-wrapper {
  padding-bottom: 56.3%;
  position: relative;
  width: 100%;
  height: 0;
}
.home-sidebar .widget .post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/*------------------------------------------------------*/
/* Sidebar Widgets
/*------------------------------------------------------*/
.sidebar .widget {background-color:#fff; position:relative; padding: 15px; margin-bottom: 30px;}
/*.sidebar .widget:before, .sidebar .widget:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #666;
  -moz-box-shadow: 0 15px 10px #666;
  box-shadow: 0 15px 10px #666;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.sidebar .widget:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/

.sidebar .widget ul {
  border-top: 0px;
}



.sidebar .widget ul li {
  border-bottom: 0px;
	padding: 0 0 4px;
  margin: 4px 0 0;
}

.sidebar .widget ul li a::before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: relative;
    text-align: center;
    top: -1px;
	margin: 0px 6px 0 0;
    font-weight:700;
}


.sidebar .widget ul ul.sub-menu{ margin-left:15px;}
.sidebar .widget ul li ul li:first-child {
  margin: 4px 0 0;
}
.sidebar .widget ul li ul li ul li:first-child {
  margin: 0;
}
.sidebar .widget ul li ul li ul li:last-child {
  margin-bottom: 4px;
}
.sidebar .widget ul li ul li {
  border-bottom: 0px;
	padding: 0;
  margin: 0;
	font-size: 12px;
}
/*------------------------------------------------------*/
/* Sidebar Contact Info
/*------------------------------------------------------*/
.sidebar .widget.address-area {
	background-color:#ffc14a;
}
.sidebar .widget.address-area h3.title {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 5px;
	margin: 0 0 10px;
	color:#2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	font-family: Helvetica, Arial, sans-serif;
}

.sidebar .widget.address-area h3::before {
    content: '\f111';
    font-weight: 700;
    color: #d2222a;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: relative;
    text-align: center;
    top: -1px;
	margin: 0px 6px 0 0;
}

.sidebar .widget.address-area address {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
	margin-bottom: 15px;
}
.sidebar .widget.address-area p { line-height: normal;}
.sidebar .widget.address-area p strong {
  font-weight: 700;
  /*margin-right: 20px;
  min-width: 50px;
  display: inline-block;
  text-align: right;*/
}


/*------------------------------------------------------*/
/* Sidebar Nav
/*------------------------------------------------------*/
.sidebar .widget.widget_nav_menu { background-color: #2c2c2c; color: #e0dfdd; /*background-image: url(../images/bg-sidebar-menu.jpg);*/ font-family: Helvetica, Arial, sans-serif;}


.sidebar .widget.widget_nav_menu h3.title {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 5px;
	margin: 0 0 10px;
	color:#e0dfdd;
	border-bottom: 1px solid #fff;
	font-family: Helvetica, Arial, sans-serif;
}

.sidebar .widget.widget_nav_menu h3::before {
    content: '\f111';
    font-weight: 700;
    color: #d2222a;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: relative;
    text-align: center;
    top: -1px;
	margin: 0px 6px 0 0;
}

.sidebar .widget.widget_nav_menu ul li a{
	color:#ffc14a;
}
.sidebar .widget.widget_nav_menu ul li a::before{
  content: '\f0da';
}
.sidebar .widget.widget_nav_menu ul li a:hover/*, .sidebar .widget.widget_nav_menu ul li.current-menu-item a*/{
  color:#e0dfdd;
}
.sidebar .widget.widget_nav_menu ul li.current-product-parent a,
.sidebar .widget.widget_nav_menu ul li.current-menu-parent a,
.sidebar .widget.widget_nav_menu ul li.current-product-ancestor a,
.sidebar .widget.widget_nav_menu ul li.current-menu-item a{
	color:#e0dfdd;
}
.sidebar .widget.widget_nav_menu ul li.current-product-parent ul.sub-menu li a,
.sidebar .widget.widget_nav_menu ul li.current-menu-parent ul.sub-menu li a,
.sidebar .widget.widget_nav_menu ul li.current-product-ancestor ul.sub-menu li a,
.sidebar .widget.widget_nav_menu ul li.current-menu-item ul.sub-menu li a{
	color:#ffc14a;
}
.sidebar .widget.widget_nav_menu ul li ul.sub-menu li.current-menu-item a,
.sidebar .widget.widget_nav_menu ul li ul.sub-menu li.current-menu-parent a,
.sidebar .widget.widget_nav_menu ul li ul.sub-menu li.current-product-ancestor a{
	color:#e0dfdd;
}



/*------------------------------------------------------*/
/* Sidebar Recent Posts
/*------------------------------------------------------*/


.sidebar .widget.widget_recent_entries h3.title {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 5px;
	margin: 0 0 10px;
	color:#2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	font-family: Helvetica, Arial, sans-serif;
}
.sidebar .widget.widget_recent_entries h3::before {
    content: '\f111';
    font-weight: 700;
    color: #d2222a;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: relative;
    text-align: center;
    top: -1px;
	margin: 0px 6px 0 0;
}

.sidebar .widget.widget_recent_entries ul li a{
	color:#2c2c2c;
}
.sidebar .widget.widget_recent_entries ul li a::before{
  content: '\f0da';
}
.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_entries ul li.current-menu-item a{
  color:#d2222a;
}

/*------------------------------------------------------*/
/* Tabs widget
/*------------------------------------------------------*/
.tabs {
  background-color: #fff;
}
.tabs .tab-head {
  background-color: #e0dfdd;
  border: 1px solid #dde1e3;
  padding: 10px 0;
  text-align: center;
  float: left;
  width: 33.3333333333%;
  position: relative;
  cursor: pointer;
}
.tabs .tab-head h6 {
  margin: 5px 0;
  font-weight: 700;
}
.tabs .tab-head.active {
  background: #fff;
  border: 0;
  border-top: 2px solid #d2222a;
  margin-top: -1px;
}
.tabs .tabs-content {
  display: none;
  clear: both;
  padding: 20px 15px 10px;
}
.tabs .tab-post-listing {
  margin-bottom: 15px;
}
.tabs .tab-post-listing figure {
  width: 64px;
  float: left;
  margin: 0 15px 0 0;
}
.tabs .tab-post-listing h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 2px 0 5px;
  line-height: 18px;
}
.tabs .tab-post-listing span {
  font-size: 12px;
  color: #999ca5;
}
.tabs .avatar {
  width: 100%;
}

/*------------------------------------------------------*/
/* Toggle Styles
/*------------------------------------------------------*/
.toggle-main .toggle {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-main .toggle-title {
  background-color: #fff;
  margin: 0;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-main .toggle-title h3 {
  padding: 20px 40px 20px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  /*background: url(../images/faq-open.png) no-repeat 98% 25px;*/
}
.toggle-main .toggle-title i.fa {
  margin-right: 0;
  font-size: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
}
.toggle-main .toggle-content {
  padding: 20px 20px 5px;
  background-color: #fff;
  margin: 0;
  display: none;
}
.toggle-main .toggle.current .toggle-title {
  background-color: #d2222a;
  border: none;
}
.toggle-main .toggle.current .toggle-title h3 {
  color: #fff;
  /*background: url(../images/faq-close.png) no-repeat 98% 30px;*/
}
.toggle-main .toggle.current .toggle-content {
  border-bottom: 1px solid #dcdee4;
}
/*.accordion-main {
  margin-bottom: 30px;
}

.accordion .accordion-title {
  border-bottom: 1px solid #dcdee4;
  height: 36px;
  margin-bottom: 10px;
  cursor: pointer;
}

.accordion .accordion-title h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.accordion .accordion-title span {
  background: url(../images/close-btn.png) 0px 0px no-repeat;
  display: inline-block;
  width: 35px;
  height: 36px;
  vertical-align: bottom;
  float: right;
}

.accordion .accordion-content {
  display: none;
  margin-bottom: 20px;
}

.accordion .accordion-content p {
  margin-bottom: 25px;
}

.accordion .accordion-content .read-more {
  margin: 0;
}

.accordion.current .accordion-title h6 {
  font-size: 14px;
  font-weight: 700;
}

.accordion.current .accordion-title span {
  background: url(../images/open-btn.png) 0px 0px no-repeat;
}*/
/*------------------------------------------------------*/
/* Accordion Styles
/*------------------------------------------------------*/
.accordion-main .accordion {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion-main .accordion-title {
  background-color: #fff;
  margin: 0;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion-main .accordion-title h3 {
  padding: 20px 40px 20px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  /* background: url(../images/accordin-open.png) no-repeat 98% 29px; */
  position: relative;
}
.accordion-main .accordion-title i.fa {
  margin-right: 0;
  font-size: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
}
.accordion-main .accordion-content {
  padding: 20px 20px 5px;
  background-color: #fff;
  margin: 0;
  display: none;
}
.accordion-main .accordion.current .accordion-title {
  background-color: #6dc068;
  border: none;
}
.accordion-main .accordion.current .accordion-title h3 {
  color: #fff;
  /* background: url(../images/accordin-close.png) no-repeat 98% 29px; */
}
.accordion-main .accordion.current .accordion-content {
  border-bottom: 1px solid #dcdee4;
}
/*------------------------------------------------------*/
/* Short Codes Styles
/*------------------------------------------------------*/
.arrow-list-one ul {
  list-style: none;
  padding-left: 0;
}
.arrow-list-one ul li {
  padding-left: 25px;
  background: url(../images/arrow-list-one-bg.png) no-repeat 5px 5px;
}
.arrow-list-two ul {
  list-style: none;
  padding-left: 0;
}
.arrow-list-two ul li {
  padding-left: 28px;
  background: url(../images/arrow-list-two-bg.png) no-repeat 0px 3px;
}
.arrow-list-three ul {
  list-style: none;
  padding-left: 0;
}
.arrow-list-three ul li {
  padding-left: 25px;
  background: url(../images/arrow-list-three-bg.png) no-repeat 5px 7px;
}
/*  Tabs
---------------------------------*/
.entry-content .tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .tabs-nav li {
  float: left;
  margin: 0;
  list-style: none;
  padding: 14px 10px 10px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  border-top: 1px solid #dcdee4;
  border-left: 1px solid #dcdee4;
  border-bottom: none;
}
.entry-content .tabs-nav li:last-child {
  border-right: 1px solid #dcdee4;
}
.entry-content .tabs-nav li:hover,
.entry-content .tabs-nav li.active {
  background: #fff;
}
.entry-content .tabs-nav li.active {
  border-top: 3px solid #6dc068;
  margin-bottom: -2px;
  padding-top: 13px;
}
.entry-content .tabs-container {
  margin: 0 0 25px;
  display: block;
  border: 1px solid #dcdee4;
  padding: 20px 20px;
  background: #fff;
}
p.message {
  padding: 20px 25px;
  position: relative;
}
p.message .close {
  font-size: 24px;
  line-height: 11px;
  position: absolute;
  top: 10px;
  right: 11px;
}
p.message .close:focus {
  outline: none;
}
.bg-info {
  border-left: 3px solid #afd9ee;
}
.bg-warning {
  border-left: 3px solid #f7ecb5;
}
.bg-success {
  border-left: 3px solid #c1e2b3;
}
.bg-danger {
  border-left: 3px solid #e4b9b9;
}
.left-arrow {
  margin: 0;
}
.left-arrow li {
  list-style: circle outside none;
}
.left-arrow:last-of-type {
  margin-bottom: 50px;
}
.dropcap {
  color: #d2222a;
  font-size: 44px;
  float: left;
  line-height: 44px;
  margin-right: 10px;
}
.dropcap.bg {
  background-color: #d2222a;
  color: #fff;
  font-size: 26px;
  float: left;
  line-height: 26px;
  margin: 10px 10px 0 0;
  padding: 5px 8px;
  display: inline-block;
}
table {
  border: 1px solid #e0e0e0;
  border-top: 0;
  font-size: 14px;
  background-color: #fff;
  color: #2c2c2c;
}
table thead {
  background-color: #d2222a;
  border: 0;
  font-weight: 700;
  color: #2c2c2c;
  padding: 0 1px;
}
table thead tr {
  border: 0;
}
table thead tr th {
  border: 0;
  border-right: 1px solid #5ab1c5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
table thead tr th:first-child {
  border-left: 1px solid #d2222a;
}
table thead tr th:last-child {
  border-right: 1px solid #d2222a;
}
table tbody tr:first-child {
  border-top: 0;
}
table tbody td {
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  border: 1px solid #e0e0e0;
}
table tbody th {
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2c;
}
table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 16px;
}
.tab-widget {
  background-color: #f3f4f5;
}
.tab-widget .nav-tabs {
  border: 0;
  margin: 0;
}
.tab-widget .nav-tabs > li {
  margin: 0;
  width: 33.33333%;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  cursor: pointer;
}
.tab-widget .nav-tabs > li:last-child {
  border: none;
}
.tab-widget .nav-tabs > li.active,
.tab-widget .nav-tabs > li.active:hover,
.tab-widget .nav-tabs > li.active:focus {
  color: #fff;
  border: none;
  border-radius: 0;
}
.tab-widget .tab-content {
  padding: 15px;
}
.tab-widget .tab-content figure {
  float: left;
  margin-right: 10px;
}
.tab-widget .tab-post {
  border-bottom: 1px solid #d5d6d7;
  padding: 10px;
  margin-bottom: 20px;
}
.tab-widget .tab-post h6 {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
}
.tab-widget .tab-post time {
  font-size: 12px;
  color: #999ca5;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
}
.tab-widget .tab-post p {
  margin: 0;
}
.tab-widget .tab-post:last-child {
  border-bottom: 0;
  padding: 0px;
  margin-bottom: 0px;
}
.tab-widget .tab-bottom {
  background-color: #d5d6d7;
  width: 100%;
}
.tab-widget .tab-bottom .left,
.tab-widget .tab-bottom .right {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.tab-widget .tab-bottom .left {
  background: url("../images/tab-nav-left.png") center no-repeat #bbbcbd;
  float: left;
}
.tab-widget .tab-bottom .left:hover {
  background: url("../images/tab-nav-hover.png") center no-repeat #bbbcbd;
}
.tab-widget .tab-bottom .right {
  background: url("../images/tab-nav.png") center no-repeat #bbbcbd;
  float: right;
}
.tab-widget .tab-bottom .right:hover {
  background: url("../images/tab-nav-hover-right.png") center no-repeat #bbbcbd;
}
.tab-var-one .nav-tabs {
  background-color: #ffd543;
}
.tab-var-one .nav-tabs > li {
  border-right: 1px solid #ffc118;
  color: #e89300;
}
.tab-var-one .nav-tabs > li.active,
.tab-var-one .nav-tabs > li.active:hover,
.tab-var-one .nav-tabs > li.active:focus {
  background-color: #ffc118;
}
.tab-var-two .nav-tabs {
  background-color: #d2222a;
}
.tab-var-two .nav-tabs > li {
  border-right: 1px solid #de4c4a;
  color: #c63836;
}
.tab-var-two .nav-tabs > li.active,
.tab-var-two .nav-tabs > li.active:hover,
.tab-var-two .nav-tabs > li.active:focus {
  background-color: #de4c4a;
}
.tab-var-three .nav-tabs {
  background-color: #d2222a;
}
.tab-var-three .nav-tabs > li {
  border-right: 1px solid #2f93ab;
  color: #2f93ab;
}
.tab-var-three .nav-tabs > li.active,
.tab-var-three .nav-tabs > li.active:hover,
.tab-var-three .nav-tabs > li.active:focus {
  background-color: #2f93ab;
}


/*------------------------------------------------------*/
/* Level page Styles
/*------------------------------------------------------*/

.level-header {background:#2a2a2a; padding:90px 0 75px; text-align:center; color:#fff;}
.level-header h1 {color:#fff; font-weight: 400; margin: 0 0 15px;}
.omnia-level-logo {margin-bottom: 15px;}


.level-video {
background: #f8f8f8;
	/*background: #fff;*/
}
.level-video .container {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.level-video .row {
margin-left: 0;
margin-right: 0;
}
.level-video .row .col-xs-12,
.level-video .row .col-sm-12,
.level-video .row .col-md-12,
.level-video .row .col-lg-6 {
	padding-left: 0px;
padding-right: 0px;}

.level-intro { padding: 30px; text-align:center;}
.level-intro  h2 {margin:0 0 30px; font-weight: 400; font-size: 42px;}

.level-page {padding:120px 0; background: #fff; text-align:center;}
.level-page h2 {margin:0 0 30px; font-weight: 400; font-size: 58px;}
.level-page p, .level-video p {font-size:22px; line-height: 34px; margin-bottom:30px;}
.level-page p:last-child,
.level-video p:last-child{padding-bottom:0; margin-bottom:0;}

.level-products { padding: 120px 0 90px;}
.level-category a { display:block; transition: all 0.3s ease;}
.level-category h3 {font-size: 28px; font-weight: 300; margin: 30px 0 15px;}
.levelbtn {background:#fff; text-transform: uppercase; line-height: 36px; font-size: 14px; color:#000; border:1px solid #000; padding:0 10px; display: inline-block; transition: all 0.3s ease;}
.level-category:hover .levelbtn,
.levelbtn:hover {color:#fff; background:#d2222a; border:1px solid #d2222a;}
.level-gallery {background: #f8f8f8; padding: 1px;}
.level-gallery .row { margin-left: 0; margin-right: 0; }
.appbuttons {margin-top: 90px;}
.appbuttons img {margin:0 10px;}
.level-gallery .col-xs-3, .level-gallery .col-sm-3, .level-gallery .col-md-3, .level-gallery .col-lg-3, .level-gallery .col-xs-6, .level-gallery .col-sm-6, .level-gallery .col-md-6, .level-gallery .col-lg-6, .level-gallery .col-xs-12, .level-gallery .col-sm-12, .level-gallery .col-md-12, .level-gallery .col-lg-12 {
padding-left: 0;
padding-right: 0;
}
.level-gallery img { border: 1px solid #f8f8f8; }
/*------------------------------------------------------*/
/* Contact page Styles
/*------------------------------------------------------*/
.contact-page {
  padding: 30px 0 0 0;
/*background-image: url(../images/bg-content.png); background-repeat: repeat-x; background-position: center bottom; */
}
.contact-page .map-wrapper {
  margin-top: 100px;
}
.contact-page .map-wrapper h5 {
  margin-bottom: 20px;
}
.contact-page #map-canvas {
  width: 100%;
  height: 355px;
}
.contact-page #map-canvas img {
  width: auto;
  max-width: none;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
  padding: 15px;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px 10px;
  color: #2c2c2c;
  font-weight: 500;
  outline: none;
}
.contact-page .contact-form input[type="submit"] {
  padding: 15px 27px;
  border: none;
  margin: 0 0 0 20px;
  float: right;
}
.contact-page .contact-form input.error,
.contact-page .contact-form textarea.error {
  border: 1px solid #DF1E2D;
}
#error-container label.error {
  font-weight: normal;
  color: #DF1E2D;
}


/* big text styles for 404 page */
.jumbotron {
  background: none;
  padding-top: 60px;
  padding-bottom: 100px;
}
.jumbotron h1 {
  font-size: 250px;
  font-weight: 800;
  color: #d2222a;
}
.jumbotron h1 span {
  color: #999ca5;
}
.jumbotron p {
  line-height: 30px;
}

#contact-loader {
  float: right;
  margin: 17px 0 0 0;
  display: block;
}
.wpcf7-form > p {
  font-weight: bold;
  letter-spacing: 1px;
}
/*.wpcf7-form span.wpcf7-form-control-wrap {
  display: inline !important;
}
.wpcf7-form .wpcf7-form-control {
  margin-top: 5px;
}
.wpcf7-form .wpcf7-list-item-label {
  font-weight: normal;
}
.wpcf7-form input[type="text"].wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"] {
  width: auto;
}*/


.wpcf7-form span.wpcf7-form-control-wrap { display: block !important; margin-bottom: 15px; }
.wpcf7-form span.wpcf7-not-valid-tip { font-weight: normal; letter-spacing: 0.5px; }
.wpcf7-form .wpcf7-form-control { margin: 0; }
.wpcf7-form .wpcf7-list-item-label { font-weight: normal; }
.wpcf7-form input[type="text"].wpcf7-quiz, .wpcf7-form input[type="number"], .wpcf7-form input[type="date"] { width: auto; }
.wpcf7-textarea {height:200px;}
form.invalid input.wpcf7-validates-as-required { border: 1px solid #d2222a; }
span.wpcf7-not-valid-tip { color: #d2222a; }
.wpcf7-form .wpcf7-submit { margin-top: 10px; width: 100%; transition: all 0.3s ease; }
.wpcf7-form .ajax-loader { display: none !important; }
div.wpcf7-validation-errors { border: 1px solid #d2222a; color: #d2222a; text-align: center; padding: 15px; font-size: 20px; font-weight: bold; margin: 15px 0 0; }
.wpcf7-form br {display: none;}

/*------------------------------------------------------*/
/*  WooCommerce Shop - Styles for product with in loop
/*------------------------------------------------------*/
.shop-page {
  padding: 30px 0 0 0;
/*background-image: url(../images/bg-content.png); background-repeat: repeat-x; background-position: center bottom; */
}

.term-description p {margin-bottom:15px;}

.woocommerce h1.entry-title,.tax-category h2.cat-title {
    font-size: 28px;
    font-weight: 400;
    padding: 0 0 5px;
	margin: 0 0 30px;
	color:#2c2c2c;
	border-bottom: 1px solid #8d8d8d;
	font-family: Helvetica, Arial, sans-serif;
}
.woocommerce h1.entry-title::before,.tax-category h2.cat-title::before {
    content: '\f111';
    font-weight: 700;
    color: #d2222a;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: relative;
    text-align: center;
    top: -3px;
	margin: 0px 8px 0 0;
}

.woocommerce .sidebar .widget_shopping_cart h3.title {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 5px;
	margin: 0 0 10px;
	color:#2c2c2c;
	border-bottom: 1px solid #8d8d8d;
	font-family: Helvetica, Arial, sans-serif;
}

.woocommerce .sidebar .widget_shopping_cart h3::before {
    content: '\f111';
    font-weight: 700;
    color: #d2222a;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: relative;
    text-align: center;
    top: -1px;
	margin: 0px 6px 0 0;
}



.woocommerce .woocommerce-ordering select {
  border: 1px solid #dcdee4;
  padding: 3px;
  background-color: #fff;
}


.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
}

.woocommerce div.product {
    margin-top: 30px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
.woocommerce div.product div.images figure img {
    display: block;
width: auto;
height: auto;
box-shadow: none;
max-height: 600px;
margin: 0 auto;
}

.woocommerce div.product div.images .flex-control-thumbs {margin-top:30px;}
.woocommerce div.product div.images {
    margin-bottom: 30px;
}

.flex-control-nav.flex-control-thumbs li.tooltipstered:first-child {
    display:none !important;
	
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 9%;
    float: left;
    margin: 0;
    list-style: none;
	margin-top:8px;
	margin-right:1%;
	
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
border: 1px solid #e0dfdd;
    opacity:1;
}



.woocommerce .products ul, .woocommerce ul.products {
    margin: 30px 0 0 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  margin-bottom:30px;
}
.woocommerce ul.products li.product .woothumb-wrap,
.woocommerce-page ul.products li.product .woothumb-wrap { height: 170px; }

.woocommerce ul.products li.product .woothumb-wrap img,
.woocommerce-page ul.products li.product .woothumb-wrap img { 
  width: auto;
    height: auto;
    margin: 0 auto 5px auto;
    box-shadow: none;
    max-height: 170px;
}

.woocommerce ul.products li.product a img {
    margin: 0 auto 1em auto;
max-height: 200px;
width: auto;
}


/*.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    margin: 0 auto 5px auto;
    box-shadow: none;
    max-height: 280px;
}*/
.woocommerce ul.products li.product h3 {
  padding-right: 10px;
  padding-left: 10px;
}
.woocommerce ul.products li.product mark {
  color: #2c2c2c;
  background-color: transparent;
}
.woocommerce ul.products li.product .star-rating {
  margin-right: auto;
  margin-left: auto;
}
.woocommerce ul.products li.product .read-more {
  margin-top: 10px;
}


.woocommerce nav.woocommerce-pagination ul {
  border: none;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px;

}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: #fff;
font-size: 12px;
line-height: 28px;
color: #2c2c2c;
margin: 0 0 8px 8px;
font-weight: 700;
padding: 0px 12px;
border: 1px solid #8d8d8d;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
background-color: #ffc14a;
  color: #2c2c2c;
    border: 1px solid #8d8d8d;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #d2222a;
  color: #fff;
border: 1px solid #d2222a;
}


.woocommerce span.onsale {
  line-height: 3.0em;
  background-color: #d2222a;
  color: #fff;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  border-top: none;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  border-color: #dcdee4;
  margin: 0;
  padding: 12px 0 10px 30px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 10px;
}
.woocommerce ul.product_list_widget li {
  border-color: #dcdee4;
  padding: 12px 0;
}
.woocommerce ul.product_list_widget li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 64px;
  border: 2px solid #fff;
}
.woocommerce ul.cart_list li img:hover,
.woocommerce ul.product_list_widget li img:hover {
  border-color: #dcdee4;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
  padding: 8px 10px;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.woocommerce a.remove {
  line-height: 0.91em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #d2222a;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #2c2c2c;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  margin: 2px 0;
}
.woocommerce .star-rating:before {
  color: #d2222a;
}
.woocommerce .star-rating span:before {
  color: #d2222a;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  border: none;
  padding-left: 0;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 3px 3px 3px 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dd p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce .widget_layered_nav_filters ul li {
  margin: 0 10px 0 0;
  border: none;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  padding: 14px 40px 15px 36px;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0.950em;
}
.woocommerce div.product form.cart .button { padding: 14px 25px 15px; }

.woocommerce table.shop_attributes {
	border: inherit;
	margin-bottom: 0;
}
.woocommerce table.shop_attributes tbody tr {border-left: 1px solid #e0e0e0;}
.woocommerce table.shop_attributes th {border-bottom: 1px solid #e0e0e0;}
.woocommerce table.shop_attributes td {
   padding: 8px;
border-bottom: 1px solid #e0e0e0;}
.woocommerce .woocommerce-breadcrumb {
    color: #fff;
    background: #757575;
    margin:0;
	padding:8px 30px;
	font-size: 12px;
}
.woocommerce table.shop_attributes td p {padding:0;}
.woocommerce .woocommerce-breadcrumb a {
    color: #ffc14a;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #fff;
}

.woocommerce .cat-description {font-size:12px; line-height: normal;}
/*------------------------------------------------------*/
/*  WooCommerce Shop - Product Single Page
/*------------------------------------------------------*/
.woocommerce div.product form.cart .read-more {
  border: none;
}
.woocommerce div.product form.cart .variations select {
  border: 1px solid #dcdee4;
  padding: 3px;
  background-color: #fff;
  min-width: 250px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: transparent;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #dcdee4;
	display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: #dcdee4;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 0;
    color: #aeacae;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #6d6c6d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #2c2c2c;
    
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 30px;
  border: 1px solid #dcdee4;
  border-top: none;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs .entry-content {margin-bottom:0px;}
.woocommerce div.product .woocommerce-tabs .tab-content {margin-bottom:30px;}
.woocommerce div.product .woocommerce-tabs h4 {
    font-size: 18px;
font-weight: 400;
padding: 0;
margin: 30px 0 15px;
color: #2c2c2c;
font-family: Helvetica, Arial, sans-serif;
}

.woocommerce div.product #tab-description p a.level-link {
color: #d2222a;
text-decoration: none;
}

.woocommerce div.product #tab-description p a.level-link:hover, .woocommerce div.product #tab-description p a.level-link:focus {
color: #2c2c2c;
}

.woocommerce div.product .woocommerce-tabs h4:first-child {
    margin: 0px 0 15px;
}

#tab-technical_info_tab h4 {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 5px;
	margin: 0 0 15px;
	color:#757575;
	border-bottom: 1px solid #8d8d8d;
	font-family: Helvetica, Arial, sans-serif;
}

#tab-technical_info_tab h4::before {
    content: '\f111';
    font-weight: 700;
    color: #d2222a;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: relative;
    text-align: center;
    top: -1px;
	margin: 0px 6px 0 0;
}

ul.pdflink {list-style: none; padding:0;}
#tab-technical_info_tab ul.pdflink:last-child {margin:0;}
ul.pdflink li { padding: 0px; margin: 0px; color: red; border-bottom: 1px solid #dcdee4; }
ul.pdflink li:last-child { border-bottom: 0px; }
ul.pdflink li a { display: block; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding-bottom:8px; color:#2c2c2c;}
ul.pdflink li:last-child a { padding-bottom:0px;}
ul.pdflink li a:before { content: '\f1c1'; font-family: 'Font Awesome 5 Free'; font-size: 18px; color: #8d0f00; display: inline-block; text-align: center; margin: 8px 8px 0px 0; position: relative; top: 1px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
ul.pdflink li:first-child a:before { margin: 0px 8px 0px 0; }
/*ul.pdflink li:last-child a:before { margin: 10px 8px 0px 0; }*/
ul.pdflink li a:hover,
ul.pdflink li a:hover:before{color:#d21d00;}

.woocommerce div.product .woocommerce-tabs .lineart {text-align: center; font-size:12px;}
.woocommerce div.product .woocommerce-tabs .lineart img{border: 1px solid #e0dfdd; padding:5px; margin-bottom:10px;}


.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 48px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 64px;
  border-radius: 0;
  border-color: #dcdee4;
}
.woocommerce #reviews h3 {
  margin: 15px 0;
}
.woocommerce a.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input[type="submit"] {
  padding: 14px 25px 15px;
  background-color: #2c2c2c;
  color: #fff !important;
  font-weight: 700;
  border-radius: 0;
}
.woocommerce input.button:disabled {
  padding: 14px 25px 15px !important;
  font-weight: 700;
  border-radius: 0;
  color: #fff !important;
}
.woocommerce input.button:disabled:hover {
  background-color: #999ca5 !important;
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input[type="submit"]:hover {
  background-color: #d2222a;
  color: #fff;
}
.woocommerce ul.products li.product .button {
  background-color: #d2222a;
  color: #fff;
  margin-bottom: 5px;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #d2222a;
  color: #fff;
}

.woocommerce .widget_shopping_cart .buttons a.wc-forward {width:48%; margin-right:4%; text-align: center; padding: 10px 2px !important;}
.woocommerce .widget_shopping_cart .buttons a.checkout.wc-forward {margin-right:0%;}



.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  width: 22.1%;
  margin-bottom: 20px;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #fff;
    border-top-color: #b81c23 !important;
}
.woocommerce .woocommerce-error {
  background-color: #b81c23;
    border-top: 0;
    color:#fff;
    text-align: center;
}

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-error {text-align: center;}


.woocommerce .woocommerce-error a, .woocommerce .woocommerce-error a:hover {
    color:#fff;
}
.woocommerce-error::before {
    display:none;
}

.woocommerce div.product .product_title {
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 15px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: inline-block;
  margin: 0 10px 0 0;
}
.woocommerce div.product form.cart .variations {
  background: transparent;
    width: auto;
}
.woocommerce div.product form.cart .variations tbody tr {
  border: none;
}
.woocommerce div.product form.cart .variations tbody tr td {
  padding: 0 !important;
}
/*.woocommerce div.product form.cart .variations tbody tr td.label {
  width: 30%;
}*/
.woocommerce div.product form.cart .variations tbody tr td.label label {
  margin: 0 15px 0 0;
	line-height: 30px;
}

.woocommerce div.product form.cart .woocommerce-variation { margin-bottom:15px}


/*.woocommerce div.product form.cart .variations tbody tr td.value {
  width: 68%;
}*
.woocommerce div.product form.cart .variations_button {
  margin-top: 10px;
}
.woocommerce .product_meta {
  border-top: 1px solid #dcdee4;
}
.woocommerce .product_meta > span {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #dcdee4;
}
.woocommerce table.shop_attributes {
  background: transparent;
  border-collapse: collapse;
	margin-bottom: 0;
}


.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: 1px solid #dcdee4;
  padding: 10px;
}
.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
  padding: 0;
  margin: 0;
}
.woocommerce .star-rating { margin-top: 5px; }
/*------------------------------------------------------*/
/*  WooCommerce Shop - Cart Page
/*------------------------------------------------------*/
.woocommerce table.cart {
  border: none;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
}
.woocommerce table.cart thead {
  background: transparent;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.cart thead tr th {
  border: none;
  color: inherit;
}
.entry-content table tbody tr:first-child {
  border-color: #dcdee4;
}
.entry-content table tbody tr {
  border-color: #dcdee4;
}
.woocommerce table.shop_table td {
  border: none;
  padding: 15px 10px;
}
.woocommerce-cart table.cart img {
  width: 48px;
  border: 3px solid #fff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: auto;
  padding: 13px 10px;
  margin: 0 5px 0 0;
  border-color: #dcdee4;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  background: transparent;
  border: none;
  border-collapse: collapse;
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce-cart .cart-collaterals p {
  margin: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
  margin: 6px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border: none;
}
.woocommerce .button{transition: all 0.3s ease;}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #d2222a;
	transition: all 0.3s ease;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color:#ffc14a;color:#2c2c2c;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
  font-size: 24px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 38%;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  padding: 3px 3px 3px 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
/*------------------------------------------------------*/
/*  WooCommerce Shop - Checkout Page
/*------------------------------------------------------*/
.woocommerce .woocommerce-info {
  border-top-color: #d2222a;
}
.woocommerce .woocommerce-info:before {
  color: #d2222a;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  border-color: #dcdee4;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #d2222a;
}
.form-row .inline {
  margin: 0px 10px;
}
.woocommerce-checkout #ship-to-different-address label.checkbox {
  display: inline;
  margin: 0;
  padding: 0;
  min-height: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
.woocommerce-checkout #ship-to-different-address .input-checkbox {
  position: relative;
  top: 6px;
  margin-left: 10px;
  cursor: pointer;
  margin-right: 10px;
}
.woocommerce form .form-row .input-checkbox {
display: inline;
margin: 8px 0px 0 0;
text-align: center;
vertical-align: middle;
}
.woocommerce-checkout #order_comments {
  height: 10em;
}
.woocommerce table.shop_table {
  border-radius: 0;
  background: transparent;
  border: none;
  border-collapse: collapse;
}
.woocommerce table.shop_table.customer_details {
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.shop_table thead {
  background: transparent;
}
.woocommerce table.shop_table thead tr {
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.shop_table thead th {
  border: none;
  color: inherit;
}
.woocommerce table.shop_table tbody th {
  border-color: #dcdee4;
}
.woocommerce table.shop_table tfoot {
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.shop_table tfoot td {
  border-color: #dcdee4;
}
.woocommerce table.shop_table tfoot th {
  border-color: #dcdee4;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
  margin: 0;
}
.woocommerce .order_details li {
  color: #2c2c2c;
}
.woocommerce .addresses address {
  background: #f3f8fa;
  padding: 20px;
}

.woocommerce .reset_variations {
  margin-left: 5px;
}
.woocommerce-ordering .orderby { width: 200px; }
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin-left: 10px;
  line-height: 36px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text div.description {
  margin: 0 0 1em;
  clear: both;
}

/*------------------------------------------------------*/
/*  WooCommerce Widgets Styles
/*------------------------------------------------------*/
.widget_product_search  input#woocommerce-product-search-field {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 11px 10px;
  color: #2c2c2c;
  font-weight: 500;
}

/*------------------------------------------------------*/
/*  WooCommerce Shop - Responsive Styles
/*------------------------------------------------------*/
@media (max-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media (max-width: 479px) {
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0 0 25px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    width: 99%;
  }
  .woocommerce .order_details li {
    float: none;
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
}

.woocommerce div.product div.images img {width: auto;}

.woocommerce-main-image img{
display: block;
width: auto;
height: auto;
box-shadow: none;
max-height: 600px;
margin: 0 auto;
}

.woocommerce .thumbnails{
margin-top: 30px;
}

.woocommerce .thumbnails li{
width: 9% !important;
float: left;
margin: 0;
list-style: none;
margin-top: 8px;
margin-right: 1%;}


.woocommerce .thumbnails img {
border: 1px solid #e0dfdd;
width: 100%;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
display: inline;position:relative;}


.slick-list {
    margin: 0;
}
.slick-track {
    width: 100% !important;
}
#wooswipe .thumbnails {
    list-style: none;
    height: auto;
    overflow: visible;
    max-height: 100%;
    padding: 0;
}


.tooltipster-sidetip.tooltipster-borderless .tooltipster-box { border: none; background: #757575; background: rgba(117,117,117,.9) }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box { margin-top: 8px }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box { margin-right: 8px }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box { margin-left: 8px }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box { margin-bottom: 8px }
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow { height: 8px; margin-left: -8px; width: 16px }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow { height: 16px; margin-left: 0; margin-top: -8px; width: 8px }
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background { display: none }
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border { border: 8px solid transparent }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border { border-bottom-color: #757575; border-bottom-color: rgba(117,117,117,.9) }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border { border-left-color: #757575b; border-left-color: rgba(117,117,117,.9) }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border { border-right-color: #757575; border-right-color: rgba(117,117,117,.9) }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border { border-top-color: #757575; border-top-color: rgba(117,117,117,.9) }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped { top: -8px }
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped { left: -8px }

/*------------------------------------------------------*/
/*  Select-2 Styles
/*------------------------------------------------------*/
.select2-container--default .select2-selection--single { height: 31px; }
.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop-active{
  border-color: #dcdee4 !important;
  border-radius: 0;
  outline: none;
  font-weight: normal;
}
.select2-container--default .select2-results>.select2-results__options {
  color: #515151;
  font-size: 13px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1;
  color: #535353;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--open .select2-dropdown--above {
  border-color: #dcdee4;
}
.select2-container .select2-choice {
  border: 1px solid #dcdee4;
  border-radius: 0px;
  padding: 6px 10px;
}
.select2-search input {
  font-weight: normal;
}


.search figure img {
  max-width: 100%;
  max-height: 250px;
	width: auto;
	margin: 0 auto;
}

@media (min-width: 768px){
	.search figure {
  margin-bottom:0;
}
	
}
/*------------------------------------------------------*/
/*  Swipebox
/*------------------------------------------------------*/
#swipebox-overlay { background-color: rgba(255, 255, 255, 1); }
#swipebox-caption { top: -60px; }
#swipebox-caption { border-bottom: 0; /* background-image: url(../images/bg-navbar.jpg);*/ background-color: #8d8d8d; color: white; font-size: 24px; line-height: 44px;  height: 44px;}
#swipebox-action { border-top: 0; /*background-image: url(../images/bg-navbar.jpg);*/ background-color: #8d8d8d;}
#swipebox-action, #swipebox-caption { background-image: none; opacity: 1; text-shadow: none; }
#swipebox-slider .slide { padding: 30px; background-size: 100px 100px; background-image: none;}

#swipebox-bottom-bar, #swipebox-top-bar {
text-shadow: none !important;
background: #8d8d8d !important;
}

.pswp__bg {background-color: rgba(255, 255, 255, 1);}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    /* background-image: url(../images/bg-navbar.jpg); */ background-color: #8d8d8d;
}
.pswp__caption__center {
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    max-width: 100% !important;
}

.pswp__counter {
     opacity: 1;
}

.pswp__button.pswp__button--arrow--left, .pswp__button.pswp__button--arrow--right, button.pswp__button:hover {background-color: #8d8d8d !important;}
.slick-prev:before {
  color: #fff !important;
}
.slick-next:before {
  color: #fff !important;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {background-color:transparent !important;}

div > div.grecaptcha-badge {
    width:0 !important;
}


@media print {
.blog-page-single::before,
.blog-post-single::before,
.blog-post-listing article::before,
.search article::before,
.blog-page-single::after,
.blog-post-single::after,
.blog-post-listing article::after,
.search article::after,
.blog-page-single::after,
.blog-post-single::after,
.blog-post-listing article::after,
.search article::after,
.sidebar .widget:before,
.sidebar .widget:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;}

.sidebar .widget.widget_nav_menu h3.title {
border-bottom: 1px solid #2c2c2c;

}
    #header, .sharedaddy {display:none;}
}

/*------------------------------------------------------*/
/* Responsive Styles
/*------------------------------------------------------*/


@media (min-width: 1600px) {
  .home-slider .content-wrapper {
    top: 25%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .home-slider .content-wrapper h1 {
    font-size: 44px;
  }
  .home-slider .content-wrapper .slide-content.display-bg h1 {
    font-size: 38px;
  }
  .home-slider .content-wrapper .slide-content.display-bg p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .home-slider .content-wrapper {
    left: 50px;
    top: 18%;
  }
  .home-slider .content-wrapper h1 {
    font-size: 38px;
  }
  .home-slider .content-wrapper p {
    font-size: 14px;
    line-height: 22px;
  }
  .home-slider .content-wrapper .slide-content.display-bg h1 {
    font-size: 34px;
  }
  .home-slider .content-wrapper .slide-content.display-bg p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .home-slider .content-wrapper {
    display: none;
  }
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-top .headerinfo { margin-top: 0; }
	.header-top .slogan { line-height: normal; }
}

@media (min-width: 768px) {
    .woocommerce ul.products li.product .woothumb-wrap img,
.woocommerce-page ul.products li.product .woothumb-wrap img {
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
    
}

@media (min-width: 1199px) {
	.header-top .slogan {
    margin-bottom: 5px;
}
  /* homepage flex slider */
  /* home slider */
  .blog-page .left_meta {
    width: 84px;
  }
  .blog-page .right-contents {
    width: 732px;
  }


/*.level-video .row .level-intro.col-lg-6 {padding:15px 15px 15px 0;}*/

	.vert-center {
display: flex;
align-items: center;
}
	
	
	
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* homepage flex slider */
  .home-slider {
    background-color: #fff;
  }
  .home-slider .flexslider {
    min-height: 350px;
  }
  .home-slider .flexslider.loading {
    min-height: 350px;
    background: transparent;
  }
  .home-slider .common.col-md-11 {
    width: 89.666666%;
  }
  .woocommerce ul.products li.product .woothumb-wrap,
  .woocommerce-page ul.products li.product .woothumb-wrap { height: 120px; }
    .woocommerce ul.products li.product .woothumb-wrap img,
.woocommerce-page ul.products li.product .woothumb-wrap img {
    max-height: 120px;
}
    
}
@media (max-width: 1199px) {
	.level-intro { padding: 120px 30px; text-align:center;}
  img,
  iframe {
    max-width: 100%;
  }
    
  #header nav.main-menu ul.header-nav > li > a {
    padding: 0px 15px;
      font-size: 18px;
  }
  /* homepage flex slider text contents */
  .home-slider .content-wrapper {
    left: 50px;
  }
  .home-slider .content-wrapper h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .home-slider .content-wrapper p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .home-slider .content-wrapper .slide-content.display-bg h1 {
    font-size: 32px;
  }
  .home-slider .content-wrapper .slide-content.display-bg p {
    font-size: 14px;
  }
  /* home testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 37%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 37%;
  }
  .home-testimonial.testimonial-var-two .flexslider-three {
    margin-top: -148px;
  }
  #filters {
    border-bottom: none;
    margin-bottom: 15px;
  }
  #filters li {
    margin-bottom: 10px;
  }
  #filters li a {
    padding-bottom: 10px;
  }
  #filters li.active a,
  #filters li:hover a {
    padding-bottom: 10px;
  }
  
  .pricing-table .common.recommended .head span {
    left: 21%;
  }
  .home-team .read-more,
  .home-blog .read-more {
    margin-bottom: 30px;
  }
  .home-team figure img {
    width: 100%;
  }
  .flexslider-var-one {
    margin-bottom: 50px;
  }
  .flexslider-var-one .flex-viewport {
    width: 100%;
    float: none;
  }
  .flexslider-var-one .flex-control-thumbs {
    position: relative;
    width: 100%;
    float: none;
    margin-top: -10px;
  }
  .flexslider-var-one .flex-control-thumbs li {
    margin-left: 5px;
  }
  /* News Page and Single New Page */
  .blog-page .post .left_meta {
    width: 76px;
    margin-right: 20px;
  }
  .blog-page .post .left_meta time {
    padding: 5px 0 10px;
  }
  .blog-page .post .right-contents {
    width: 520px;
  }
  .comments-wrapper {
    margin-left: 96px;
  }
    .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom:20px;
}
}
@media (max-width: 991px) {
  /* header top */
  
  /* header */
  #header .logo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
#header nav.main-menu ul.header-nav > li > a {
    padding: 0px 10px;
      font-size: 16px;
  }
  
  /* homepage flex slider */
  .home-slider {
    background-color: #fff;
  }
  .home-slider .flexslider {
    min-height: 300px;
  }
  .home-slider .flexslider.loading {
    min-height: 300px;
    background: transparent;
  }
  .home-slider .content-wrapper {
    top: 16%;
  }
  .home-slider .slide-content {
    width: 50%;
    background-color: rgba(225, 255, 255, 0.8);
    padding: 20px;
  }
  .home-slider .content-wrapper h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-slider .slide-content h1:after {
    content: '';
  }
  .home-slider .content-wrapper p {
    margin-bottom: 10px;
  }
  .home-slider .content-wrapper .btn {
    font-size: 14px;
    padding: 7px 12px;
  }
  .home-slider .content-wrapper .slide-content.display-bg h1 {
    font-size: 20px;
  }
  .home-slider .content-wrapper .slide-content.display-bg p {
    font-size: 14px;
  }
  .home-slider .common.col-sm-11 {
    width: 86.666667%;
  }
  /* home features */
  .home-features .features-intro {
    text-align: center;
    margin: 0 0 60px;
  }
 
 
  /* home blog post */
  .home-blog .common-blog-post .text-content {
    text-align: center;
  }
  .home-blog.blog-var-two .col-sm-12 .text-content {
    text-align: center;
  }
  .home-blog .gallery-slider .flex-viewport {
    max-height: none;
  }
  .home-blog.blog-var-two .row > div > .row > div {
    text-align: center;
  }
  /* home testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 33%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 33%;
  }
  .home-testimonial blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
  /* News Page and Single New Page */

  .blog-page .post .left_meta {
    width: 85px;
    margin-right: 30px;
  }
  .blog-page .post .left_meta time {
    padding: 5px 0 10px;
  }
  .blog-page .post .right-contents {
    width: auto;
  }
  .comments-wrapper {
    margin-left: 115px;
  }

  .overview-var-three .common {
    margin-bottom: 20px;
  }
  #comments-title,
  #comments-section {
    margin-left: 0;
  }
  #comments-section {
    margin-bottom: 50px;
  }
  .pricing-table .read-more {
    padding: 6px;
    margin-top: 15px;
  }
  .pricing-table .read-more span {
    border: 15px solid transparent;
  }
  .pricing-table .common.recommended .read-more {
    margin-top: 25px;
  }
  .pricing-table .common.recommended .head span {
    left: 11%;
  }
  .pricing-table strong {
    font-size: 24px;
  }
  .tab-widget {
    margin-bottom: 30px;
  }
  .accordion-main.var-two .accordion-title h6 {
    width: 90%;
  }
  .flexslider-var-two .flexslider {
    width: 100%;
  }
  .gallery-slider .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .gallery-slider .flex-direction-nav .flex-next {
    right: 0px;
  }
  .home-blog .common .video iframe {
    width: 100%;
  }
  .isotope-wrapper {
    box-sizing: border-box;
  }
    ul.pdflink {margin:0 0 30px 0;}
  
  /* contact sidebar */
  .contact-sidebar p strong {
    margin-right: 5px;
    text-align: left;
    min-width: 0;
  }
	.footer-bottom .copyright{text-align:left;}
    .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom:20px;
}
    .woocommerce ul.products li.product .woothumb-wrap,
.woocommerce-page ul.products li.product .woothumb-wrap { height: 142px; }
    .woocommerce ul.products li.product .woothumb-wrap img,
.woocommerce-page ul.products li.product .woothumb-wrap img {
    
    max-height: 142px;
}
}
@media (max-width: 767px) {
  /* Header top */
	#header  .col-lg-12, #header  .col-md-12,#header  .col-sm-12{padding-left: 0px; padding-right: 0px;}
  #header .logo {
    margin-bottom: 0;
  }
	.header-top .logo img {
    margin: 30px 0 0;
}
	.header-top .slogan { margin-top:15px; text-align:center;}
	.header-top .headerphone { margin-bottom:10px; text-align:center;}
  /* Responsive Nav styles */
  .mean-container .mean-bar {
    background: transparent;
    /*margin-top: 0px;*/
    min-height: inherit;
  }
  .mean-container .mean-bar .mean-nav {
    background-color: #757575;
    /*margin-top: 4px;*/
  }
  .mean-container .mean-bar .mean-nav ul li a {
    border-color: #8d8d8d;
  }
  .mean-container .mean-bar .mean-nav ul li a.mean-expand {
    height: 24px;
  }
  .mean-container .mean-bar a.meanmenu-reveal {
    background-color: #d2222a;
    padding: 13px 14px;
    right: 0px;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
  }
  /* Home Slider */
  .home-slider .flexslider {
    min-height: inherit;
  }
  .home-slider .flexslider.loading {
    min-height: inherit;
  }
  .home-slider .slide-content {
    display: none;
  }
  .home-slider .flex-direction-nav {
    display: none;
  }
  .home-slider .common.col-md-11 {
    width: auto;
    margin-bottom: 20px;
  }
  /* Home Features */
  .home-features .single-feature {
    text-align: center;
    margin-bottom: 40px;
  }
  .home-features .single-feature .icon-wrapper {
    text-align: center;
  }
  .home-features .single-feature h3 {
    margin: 15px 0;
  }
  .features-var-three .single-feature {
    text-align: center;
    margin-bottom: 40px;
  }
  .features-var-three .single-feature h5 {
    margin: 20px 0;
  }
  
  /* Home News */
  .home-blog.blog-var-two .slogan-section {
    text-align: center;
    margin-bottom: 30px;
  }
  /* Home Testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 31%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 31%;
  }
  .home-testimonial blockquote p {
    font-size: 20px;
    line-height: 28px;
  }
  /* News Page and Single New Page */
  .page-top h1,
  .page-top h2 {
    float: none;
  }
  .blog-page .post .left_meta {
    display: none;
  }
  .blog-page .post .right-contents {
    width: auto;
  }
  #comments-section,
  .comments-wrapper {
    margin-left: 0px;
  }
  #comments-section .commentlist .children .comment-wrap,
  .comments-wrapper .commentlist .children .comment-wrap {
    width: auto;
    margin-left: 0;
  }
  #comments-section .commentlist .children .children,
  .comments-wrapper .commentlist .children .children {
    margin-left: 0;
  }
  /* common */
  a#scroll-top {
    display: none !important;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .footer-social-nav {
    float: none;
    margin: 15px 0;
  }
  /* contact page */
  #contact_form {
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdee4;
    margin-bottom: 30px;
  }
  #contact_form input[type="submit"] {
    float: none;
    margin: 0 20px 0 0;
  }
  #contact_form #contact-loader {
    float: none;
    display: inline-block;
    margin: 0;
  }
  #contact_form #error-container {
    margin: 20px 0 10px;
  }
  .contact-sidebar .social-icon h5 {
    display: none;
  }
  /* Gallery Single Post */
  .gallery-single .next-prev-posts {
    display: none;
  }
  .gallery-single .gallery-single-post {
    margin-bottom: 60px;
  }
  .gallery-single #carousel {
    display: none;
  }
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
    #tab-technical_info_tab ul.pdflink:last-child {margin-bottom:30px;}
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {margin: 0 0 20px;}
    .woocommerce ul.products li.product .woothumb-wrap,
.woocommerce-page ul.products li.product .woothumb-wrap { height: auto; }
    .woocommerce ul.products li.product .woothumb-wrap img,
.woocommerce-page ul.products li.product .woothumb-wrap img { 
    max-height: none;
}
}
@media only screen and (max-width: 530px) {
  /* Home Testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 25%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 25%;
  }
  /* Responsive Nav styles */
  .mean-push {
    /*margin-bottom: 15px;*/
  }
  .mean-container .mean-bar {
    /*background: #53c3dd;*/
    margin-top: 0px;
    min-height: 40px;
    padding: 0;
  }
  .mean-container .mean-bar .mean-nav {
    margin-top: 48px;
  }
  .mean-container .mean-bar a.meanmenu-reveal {
    top: 0px;
    padding: 13px 14px;
  }
 
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
    
.social-nav { margin-left:0px;}
.social-nav li { margin-right:15px; margin-left: 0px;}

    
}
@media only screen and (max-width: 400px) {
  /* Gallery Single Post */
  .gallery-single .flex-direction-nav {
    display: none;
  }
  .blog-page .format-quote blockquote.quote {
    padding: 30px;
    background-image: none;
  }
  .blog-page .format-quote blockquote.quote p {
    border-left: none;
    padding: 0;
  }
  .blog-page .format-link .link {
    padding: 25px;
    background-image: none;
  }
  .blog-page .format-link .link-container {
    padding: 0;
    border-left: none;
  }
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }

  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 43%;
  }
}
@media only screen and (max-width: 340px) {
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 10%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 10%;
  }
  .blog-page .post .flex-direction-nav a {
    width: 40px;
  }
  iframe {
    height: auto;
  }
  .pricing-table .common.recommended .head span {
    width: 50%;
  }
  .accordion-main.var-two .accordion-title h6 {
    width: 78%;
    padding-right: 0;
  }
  .default-page h1 {
    font-size: 32px;
  }
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product { width: 100%;}
}
