@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 67px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 67px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2, .sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
  align-items: center;
  justify-content: center;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  padding: 0px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module li, #sp-right .sp-module .categories-module li {
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .categories-module li a span, #sp-right .sp-module .categories-module li a span {
  float: right;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #b71c1c;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #b71c1c;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span + span::before {
  display: inline-block;
  content: "";
}
.article-info > span a {
  color: #252525;
}
.article-info > span a:hover {
  color: #b71c1c;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block !important;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 5px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
  color: #d8d8d8;
}
#sp-bottom .sp-module ul > li > a:hover {
  color: #b71c1c;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
  padding: 0;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
  color: #fff;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: #fff;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
table.category thead > tr th a, table.category tbody > tr th a, table.category thead > tr td a, table.category tbody > tr td a {
  color: #212529;
}
table.category thead > tr th a:hover, table.category tbody > tr th a:hover, table.category thead > tr td a:hover, table.category tbody > tr td a:hover {
  color: #b71c1c;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 25px;
  line-height: 67px;
  font-size: 14px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.sp-megamenu-parent > li:last-child a {
  border-right: 0;
}
.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: inherit;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 67px;
  line-height: 67px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
#offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
#offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.offcanvs-position-left .body-wrapper {
  left: 0;
}
.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
.offcanvs-position-right .body-wrapper {
  right: 0;
}
.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
  margin-left: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
#sp-top-bar {
  height: 47px;
  background-position: 49.2% 50% !important;
}
#sp-top-bar .sp-module {
  margin: 0;
}
#sp-header {
  background-position: 49.4% 50% !important;
  box-shadow: none;
}
#sp-header.header-sticky .logo {
  margin: 0;
}
#sp-header .logo {
  margin: -20px 0 0;
}
#sp-top1 .custom.hot-line {
  font-size: 13px;
  padding: 14px 40px 14px 0;
  position: relative;
}
#sp-top1 .custom.hot-line p {
  margin: 0;
}
#sp-top1 .custom.hot-line p:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 5px;
}
#sp-top1 .custom.hot-line p a {
  color: #fff;
}
#sp-top2 .custom.yt-social ul {
  padding: 0;
  margin: 0;
}
#sp-top2 .custom.yt-social ul li {
  list-style: none;
  padding: 0 10px;
  display: inline;
}
#sp-top2 .custom.yt-social ul li a {
  color: #fff;
}
#sp-top2 .custom.yt-social ul li a:hover {
  color: #b71c1c;
}
#sp-top2 .mod-languages {
  position: relative;
}
#sp-top2 .mod-languages .btn-group {
  display: block !important;
}
#sp-top2 .mod-languages .dropdown-toggle {
  display: inline-block;
  font-size: 13px;
  border: 0;
  line-height: 22px;
}
#sp-top2 .mod-languages .dropdown-toggle:hover {
  color: #b71c1c;
}
#sp-top2 .mod-languages .dropdown-toggle img {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
#sp-top2 .mod-languages .dropdown-toggle div b {
  background: none;
}
#sp-top2 .mod-languages .dropdown-toggle div b::after {
  position: absolute;
  top: 6px;
  right: 9px;
  content: "\f107";
  font-family: "FontAwesome";
}
#sp-top2 .mod-languages .dropdown-menu {
  min-width: 110px;
  padding: 5px 0;
  border-radius: 0px;
  margin-top: 5px;
}
#sp-top2 .mod-languages .dropdown-menu > li {
  margin: 0px;
  padding: 0 10px;
}
#sp-top2 .mod-languages .dropdown-menu > li > a {
  font-size: 13px;
}
#sp-top2 .mod-languages .dropdown-menu > li > a:hover {
  color: #b71c1c;
}
#sp-top2 .mod-languages .dropdown-menu > li > a img {
  display: inline;
  float: left;
  margin-top: 6px;
  margin-right: 8px;
}
[class^="fa"]:before {
  font-family: FontAwesome;
}
.logout-button input[type="submit"] {
  margin-top: 4px;
}
.logout-button, .login-greeting {
  display: inline;
}
#sp-menu nav.sp-megamenu-wrapper .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-mega-group li.menu_item.item-header a:hover {
  color: #fff;
}
#sp-menu nav.sp-megamenu-wrapper .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul.sp-mega-group li.menu_item.item-header > ul li.sp-menu-item a:hover {
  color: #b71c1c;
}
#sp-menu nav.sp-megamenu-wrapper .sp-megamenu-parent li a {
  color: #fff;
}
#sp-menu nav.sp-megamenu-wrapper .sp-megamenu-parent li a:hover {
  color: #b71c1c;
}
#sp-search {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #111;
  margin: 0 -10px;
}
#sp-search .sp-module.module-search #btn-search-mobile {
  float: right;
  color: #fff;
  position: relative;
  top: 24px;
  padding-right: 35px;
}
#sp-search .sp-module.module-search #btn-search-mobile.open:before {
  content: '\f00d';
}
#sp-search .sp-module.module-search #search-top-bar {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #e6e6e6;
  z-index: 100;
  left: 0;
  right: 0;
  top: 68px;
  display: none;
}
#sp-search .sp-module.module-search form.form-search {
  position: absolute;
  margin: 0 auto;
  top: -2px;
  width: 238px;
  right: 0;
}
#sp-search .sp-module.module-search form.form-search input#mod-search-searchword {
  border-radius: 0;
  width: 100%;
  padding: 13px 50px 13px 12px;
  height: auto;
}
#sp-search .sp-module.module-search form.form-search .btn-search {
  position: absolute;
  right: 5px;
  top: 14px;
  background-color: transparent;
  border: 0;
  color: #000;
}
.modal-backdrop {
  z-index: 2;
}
#sp-top-bar div.mod-login {
  margin: 0;
  display: inline-block;
  position: relative;
}
#sp-top-bar div.mod-login > button.icon {
  background: none;
  color: #595959;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
}
#sp-top-bar div.mod-login > button.icon .fa-times {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#sp-top-bar div.mod-login > button.icon[aria-expanded*="true"] .fa-times {
  display: block;
}
#sp-top-bar div.mod-login > button.icon[aria-expanded*="true"] .fa-cog {
  visibility: hidden;
}
#sp-top-bar div.mod-login #collapselogin {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  border-top: 2px solid #fd7d1e;
  background: #fff;
  min-width: 200px;
  padding: 15px 15px 0;
  box-shadow: -1px 1px 2px;
}
#sp-top-bar div.mod-login #collapselogin .mod-languages h3.title {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 10px;
}
#sp-top-bar div.mod-login #collapselogin .logout-button {
  padding: 20px 0;
}
#sp-top-bar div.mod-login #collapselogin .logout-button .btn {
  background: #fd7d1e;
  width: 100%;
  text-transform: uppercase;
}
#sp-top-bar div.mod-login #collapselogin .logout-button .btn:hover {
  background: #444;
}
#sp-top-bar div.mod-login #collapselogin .title-account {
  font-size: 12px;
  color: #222;
  display: inline-block;
  margin: 5px 0;
}
#sp-top-bar div.mod-login .yt-loginform {
  padding: 13px 0;
  margin: 0;
  list-style: none;
}
#sp-top-bar div.mod-login .yt-loginform li {
  display: inline-block;
}
#sp-top-bar div.mod-login .yt-loginform li a {
  position: relative;
  line-height: 22px;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0 10px;
}
#sp-top-bar div.mod-login .yt-loginform li a:hover {
  color: #b71c1c;
}
#sp-top-bar div.mod-login .yt-loginform li.yt-register a:before {
  content: '\f090';
  font-family: FontAwesome;
}
#sp-top-bar div.mod-login .yt-loginform li.yt-login a:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin .modal-dialog {
  width: 360px;
  margin: 100px auto;
  z-index: 9999;
  text-align: left;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin .modal-content {
  padding: 30px;
  border-radius: 0;
  background: #fff;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin h3.title {
  font-size: 24px;
  color: #000;
  margin: 0px;
  text-transform: uppercase;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin .btReverse {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #b71c1c;
  color: #fff;
  padding: 10px 0;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin .btReverse:hover {
  color: #fff;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form .userdata {
  margin: 0 0 20px;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form .userdata .inputbox {
  width: 100%;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form .userdata label {
  font-weight: 500;
  display: inline-block;
  color: #222;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form .userdata input[type="checkbox"] {
  margin: 3px 5px 0px 0px;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form .userdata .button {
  text-transform: uppercase;
  background: #b71c1c;
  border: 0;
  color: #fff;
  padding: 10px 15px;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form ul.listlogin {
  border-top: 1px solid #e7e7e7;
  margin: 30px 0;
  padding: 10px 0px 0px;
  font-size: 12px;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form ul.listlogin li {
  display: inline-block;
  margin-right: 10px;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form ul.listlogin li a {
  color: #999;
}
#sp-top-bar div.mod-login .yt-loginform #myLogin #login-form ul.listlogin li a:hover {
  color: #fd7d1e;
}
.custom.yt-project-counter {
  background: #fff;
  padding: 0 30px;
  margin: 74px 0;
  display: flex;
}
.yt-bottom-contact ul.block-content li .ico-contactus {
  background: url(../images/icon/ico-contactus.png) no-repeat transparent;
  border-radius: 2px;
  display: block;
  float: left;
  height: 30px;
  margin-right: 10px;
  text-indent: -999em;
  width: 30px;
}
.yt-bottom-contact ul.block-content li .ico-contactus:hover {
  background: url(../images/icon/ico-contactus.png) no-repeat transparent;
}
.yt-bottom-contact ul.block-content li .inner {
  margin-left: 45px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #d8d8d8;
}
.yt-bottom-contact ul.block-content li .inner a {
  color: #d8d8d8 !important;
}
.yt-bottom-contact ul.block-content li a {
  color: #d8d8d8;
  font-size: 13px;
}
.yt-bottom-contact ul.block-content li a:hover {
  color: #b71c1c;
}
.yt-bottom-contact ul.block-content .address, .yt-bottom-contact ul.block-content .email, .yt-bottom-contact ul.block-content .phone {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.yt-bottom-contact ul.block-content .address .ico-contactus {
  background-position: 9px 7px;
}
.yt-bottom-contact ul.block-content .address .ico-contactus:hover {
  background-position: 9px 7px;
}
.yt-bottom-contact ul.block-content .email .ico-contactus {
  background-position: 7px -34px;
}
.yt-bottom-contact ul.block-content .email .ico-contactus:hover {
  background-position: 7px -34px;
}
.yt-bottom-contact ul.block-content .email .inner {
  margin-top: 5px;
}
.yt-bottom-contact ul.block-content .phone .ico-contactus {
  background-position: 7px -75px;
}
.yt-bottom-contact ul.block-content .phone .ico-contactus:hover {
  background-position: 7px -75px;
}
#sp-footer1 .acymailing_module_form {
  display: block;
  overflow: hidden;
  width: 100%;
}
#sp-footer1 .acymailing_module_form .acymailing_form tr td.acysubbuttons {
  width: 50px;
}
#sp-footer1 .acymailing_module_form .inputbox {
  font-size: 12px;
  height: 51px;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
#sp-footer1 .acymailing_module_form .subbutton {
  font-size: 12px;
  font-weight: 700;
  height: 51px;
  margin: 0 0 0 -2px;
  background: #b71c1c;
  border-color: #b71c1c;
  border-radius: 0;
  text-transform: uppercase;
}
#sp-title .yt-content-slider .owl-controls {
  margin-top: 0;
}
#sp-footer {
  background-position: 70% 50% !important;
  height: 146px;
}
#sp-footer .container-inner {
  border: 0;
}
#sp-footer .custom.yt-footer {
  float: right;
}
#sp-footer .custom.yt-footer p a {
  color: #b71c1c;
}
.yt-footer p {
  text-align: left;
  text-transform: uppercase;
  color: #565656;
  font-weight: bold;
  font-size: 13px;
}
.yt-footer ul {
  list-style: none;
  padding-left: 85px;
}
.yt-footer ul li {
  float: left;
  display: inline;
  padding: 0 10px;
}
.yt-footer ul li a {
  font-size: 13px;
  color: #c6c6c6;
  display: block;
}
.yt-footer ul li a:hover {
  color: #b71c1c;
}
.yt-footer ul li a .fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #595959;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  overflow: hidden;
  vertical-align: middle;
  justify-content: center;
}
.yt-footer ul li a .fa:hover {
  background-color: #b71c1c;
}
.yt-footer ul li a .fa:before {
  position: absolute;
  left: 36%;
}
.acymailing_module div .acymailing_introtext {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 34%;
  margin: 0px 0 0 !important;
  padding-left: 0px !important;
}
.acymailing_module div .acymailing_finaltext {
  width: 34%;
  float: left;
  padding-left: 0px !important;
}
.acymailing_module div table.acymailing_form {
  float: right;
  width: 58%;
  display: inline-table;
  margin-right: 50px;
  margin-top: -15px;
}
#sp-position5 {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
#sp-position5 .yt-testimonial:before {
  position: absolute;
  height: 56px;
  background: #fff;
  content: '';
  display: block;
  bottom: -64px;
  width: 970px;
}
.sppb-box-services {
  min-height: 160px;
  background: #f8f8f8;
  color: #1c1c1c;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 35px 0 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.sppb-box-services .box-services--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
}
.sppb-box-services .box-services--icons {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 25%;
  transition: all 0.3s ease-in-out;
}
.sppb-box-services p {
  color: #7a7a7a;
  margin-bottom: 30px;
}
.sppb-box-services:hover {
  background: #323232;
  color: #fff;
}
.sppb-box-services:hover p {
  color: #fff;
}
.profile-edit .form-group label, .registration .form-group label {
  display: inline-block !important;
}
.login .row .list-group-item {
  border: 0;
  color: #323232;
}
.login .row .list-group-item:hover {
  color: #b71c1c;
}
#sp-intro .sppb-addon-heading .sppb-addon-title {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
#sp-intro .sppb-addon-heading .heading-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  font-size: 35px;
}
#sp-intro .sppb-addon-heading p.heading-subtitle {
  text-align: center;
  font-style: italic;
  color: #767676;
  font-family: 'Roboto Slab', serif;
}
#sp-intro .sppb-addon-heading .post-text {
  margin: 50px auto;
  text-align: center;
  width: 70%;
  color: #222;
  font-size: 15px;
}
#sp-position9 .sppb-addon-heading .sppb-addon-title {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
#sp-position9 .sppb-addon-heading .heading-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  font-size: 35px;
}
#sp-position9 .sppb-addon-heading p.heading-subtitle {
  text-align: center;
  font-style: italic;
  color: #767676;
  font-family: 'Roboto Slab', serif;
}
#sp-position9 .sppb-addon-heading .post-text {
  margin: 50px auto 0;
  text-align: center;
  width: 70%;
  color: #222;
  font-size: 15px;
}
#sp-position9 .sppb-addon-text-block ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#sp-position9 .sppb-addon-text-block ul > li {
  margin-bottom: 20px;
}
#sp-position9 .sppb-addon-text-block ul > li p {
  margin: 10px 0 0;
}
#sp-position9 .sppb-addon-text-block ul > li > img {
  float: left;
  margin-right: 25px;
}
#sp-position2 .sppb-addon-features {
  position: relative;
  text-align: center;
  margin-top: -100px;
  z-index: 99;
  padding-bottom: 65px;
  color: #fff;
}
#sp-position2 .sppb-addon-features h3 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  width: 280px;
}
#sp-position2 .sppb-addon-features h3:before {
  position: absolute;
  width: 54px;
  content: '';
  background-color: #fff;
  height: 2px;
  top: 180%;
  left: 40%;
}
#sp-position2 .sppb-addon-features .btn-sm {
  position: absolute;
  top: 55%;
  background-color: #fff;
  padding: 10px 20px;
  color: #1c1c1c;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
  left: 37%;
}
#sp-position2 .sppb-addon-features .btn-sm:hover {
  color: #b71c1c;
}
#sp-position2 .btn-services--readmore {
  border: 2px solid #b71c1c;
  padding: 15px 60px 15px 40px;
  color: #b71c1c;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
#sp-position2 .btn-services--readmore:hover {
  border: 2px solid #1c1c1c;
  color: #1c1c1c;
}
#sp-position2 .btn-services--readmore:hover:before {
  color: #1c1c1c;
}
#sp-position2 .btn-services--readmore:before {
  content: "\f178";
  font-family: fontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #b71c1c;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 35px;
}
#sp-position3 .yt-project-counter .box-maps {
  border-right: 1px dashed #ddd;
}
#sp-position3 .yt-project-counter .box-maps:last-child {
  border-right: 0;
}
#sp-position3 .yt-project-counter .box-maps .yt-counter-wrapper {
  padding: 25px 52px;
}
#sp-position3 .yt-project-counter .yt-counter-icon img {
  width: auto;
  margin-top: 5px;
}
#sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-number {
  font-size: 37px;
  font-weight: bold;
  color: #1c1c1c;
}
#sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-text {
  font-size: 15px;
  color: #1c1c1c;
  font-weight: normal;
}
#sp-position5 .testimonial-title {
  text-indent: -9999px;
  position: relative;
  margin-bottom: 100px;
}
#sp-position5 .testimonial-title:before {
  content: "";
  background: url(../images/ico05.png) no-repeat 0 0;
  width: 115px;
  height: 115px;
  position: absolute;
  top: 0;
  left: 45%;
}
#sp-position5 .yt-testimonial {
  width: 970px;
  margin: 0 auto;
}
#sp-position5 .yt-testimonial .owl-nav {
  display: none;
}
#sp-position5 .yt-testimonial .extraslider-inner .item .item-wrap p {
  font-style: italic;
  font-size: 16px;
  text-align: center;
}
#sp-position5 .yt-testimonial .extraslider-inner .item .item-wrap .item-image {
  width: 250px;
  margin: 0 auto;
}
#sp-position5 .yt-testimonial .extraslider-inner .item .item-wrap .item-image .item-img-info {
  float: left;
  margin-right: 15px;
}
#sp-position5 .yt-testimonial .extraslider-inner .item .item-wrap .item-image .item-info {
  margin-top: 20px;
  display: inline-block;
}
#sp-position5 .yt-testimonial .extraslider-inner .item .item-wrap .item-image .item-info h5 {
  font-size: 16px;
  color: #b71c1c;
  margin: 0;
}
#sp-position5 .yt-testimonial .extraslider-inner .item .item-wrap .item-image .item-info span.position {
  color: #6e6e6e;
}
#sp-bottom1 div.custom > p {
  color: #d8d8d8;
}
.custom.yt-our-services .sppb-addon-heading .heading-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  font-size: 35px;
}
.custom.yt-our-services .sppb-addon-heading p.heading-subtitle {
  text-align: center;
  font-style: italic;
  color: #767676;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 50px;
}
#sp-user2 .sppb-section-title {
  padding-bottom: 60px;
}
#sp-user2 .sppb-section-title h3.sppb-title-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
}
#sp-user2 .sppb-section-title p.sppb-title-subheading {
  text-align: center;
  font-style: italic;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}
#sp-position8 .sj-extraslider {
  margin: 0;
  text-align: center;
}
#sp-position8 .sj-extraslider .heading-title {
  float: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  font-size: 35px;
}
#sp-position8 .sj-extraslider .pre-text {
  font-style: italic;
  color: #767676;
  font-family: 'Roboto Slab', serif;
}
#sp-position8 .sj-extraslider .item .item-info {
  padding: 0;
  margin: 20px 0 0;
  text-align: left;
}
#sp-position8 .sj-extraslider .item .item-info .bs-author .author {
  text-transform: uppercase;
  color: #b71c1c;
  font-size: 11px;
}
#sp-position8 .sj-extraslider .item .item-info .bs-author .bs-date {
  text-transform: uppercase;
  color: #a2a2a2;
  font-size: 11px;
}
#sp-position8 .sj-extraslider .item .item-info .item-title {
  padding: 10px 0 15px;
  margin: 0;
}
#sp-position8 .sj-extraslider .item .item-info .item-title a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #222;
}
#sp-position8 .sj-extraslider .item .item-info .item-title a:hover {
  color: #b71c1c;
}
#sp-position8 .sj-extraslider .item .item-info .item-content {
  margin: 0;
}
#sp-position8 .sj-extraslider .item .item-info .item-content .item-description {
  color: #666;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
#sp-breadcrumb .last-breadcrumb {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
#sp-breadcrumb .breadcrumb {
  background-color: transparent;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#sp-breadcrumb .breadcrumb li a, #sp-breadcrumb .breadcrumb li span {
  color: #fff;
}
.contact-ajax.theme3 .ctajax-wrap {
  position: relative;
}
.contact-ajax.theme3 .ctajax-wrap .pre-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  font-size: 35px;
  text-align: center;
}
.contact-ajax.theme3 .ctajax-wrap .post-text {
  font-style: italic;
  color: #767676;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  margin: 0 0 60px;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element {
  width: 100%;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact {
  margin: 0 0 60px;
  padding: 0;
  border: 0;
  display: flex;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf {
  width: 33.33%;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf img {
  float: left;
  margin: 0 20px;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf .info-label {
  margin-top: 25px;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control {
  margin-bottom: 30px;
  width: 50%;
  float: left;
  padding-right: 30px;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control:nth-child(2) {
  padding-right: 0;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control:nth-child(4) {
  padding-right: 0;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control:last-child {
  margin: 0;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.full {
  width: 100%;
  padding-right: 0;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.btn-subbmit {
  text-align: center;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input {
  width: 100%;
  height: auto;
  padding: 14px;
  font-size: 14px;
  margin-bottom: 0px;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input::-webkit-input-placeholder {
  color: #1c1c1c;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control textarea {
  min-height: 180px;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control textarea::-webkit-input-placeholder {
  color: #1c1c1c;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control #cainput_submit {
  margin: 0;
  background: none;
  background-color: #0085d3;
  border-radius: 4px;
  padding: 15px 50px;
  border: 0;
}
.contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control #cainput_submit:hover {
  background-color: #00456d;
}
.search .form-group .input-group {
  width: 30%;
}
.search .form-group select[name="ordering"] {
  width: 30%;
}
.search .form-group .form-inline select[name="limit"] {
  width: 30%;
}
.search .form-group input[type=radio] {
  margin-right: 5px;
}
.content-category .filters > div.col select.inputbox {
  display: flex;
  width: 80px;
  position: static;
}
body.site .col-lg-12.col-xl-9 {
  max-width: 100%;
  flex: 0 0 100%;
}
#sp-bottom2 .sp-module ul {
  margin: 0 0 0px 60px;
}
#sp-bottom2 .sp-module .sp-module-title {
  margin: 0 0 30px 60px;
}
.content-category .col-auto .hide {
  display: none;
}
#search-top-bar {
  padding: 0;
}
#search-top-bar .search-sidebar form.form-search {
  width: 100%;
  border: 1px solid #e1e1e1;
}
#search-top-bar .search-sidebar form.form-search .search-query {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
}
#search-top-bar .search-sidebar form.form-search .btn-search {
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 7px 10px;
  border-radius: 3px;
}
#search-top-bar .search-sidebar form.form-search .btn-search:hover {
  background: #b71c1c;
  color: #fff;
}
#sp-left .sp-module .sppb-addon-author, #sp-right .sp-module .sppb-addon-author {
  text-align: center;
}
#sp-left .sp-module .sppb-addon-author p img, #sp-right .sp-module .sppb-addon-author p img {
  margin: 0 auto;
}
#sp-left .sp-module .sppb-addon-author p img:hover, #sp-right .sp-module .sppb-addon-author p img:hover {
  opacity: 0.8;
}
#sp-left .sp-module .sppb-addon-author div.yt-socialbt a, #sp-right .sp-module .sppb-addon-author div.yt-socialbt a {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0;
  background: no-repeat;
  box-shadow: none;
}
#sp-left .sp-module .sppb-addon-author div.yt-socialbt a:hover > i, #sp-right .sp-module .sppb-addon-author div.yt-socialbt a:hover > i {
  color: #b71c1c;
}
#sp-left .sp-module .sppb-addon-author div.yt-socialbt a > i, #sp-right .sp-module .sppb-addon-author div.yt-socialbt a > i {
  color: #898989;
}
#sp-left .sp-module.blog-sidebar .sj-basic-news .bs-image, #sp-right .sp-module.blog-sidebar .sj-basic-news .bs-image {
  padding: 0 20px 10px 0;
}
#sp-left .sp-module.blog-sidebar .sj-basic-news .bs-content .bs-title a, #sp-right .sp-module.blog-sidebar .sj-basic-news .bs-content .bs-title a {
  font-weight: bold;
  color: #1b1b1b;
  font-family: 'Montserrat', sans-serif;
}
#sp-left .sp-module.blog-sidebar .sj-basic-news .bs-content .bs-title a:hover, #sp-right .sp-module.blog-sidebar .sj-basic-news .bs-content .bs-title a:hover {
  color: #b71c1c;
  text-decoration: none;
}
#sp-left .sp-module.blog-sidebar .sj-basic-news .bs-content .bs-cat-date span, #sp-right .sp-module.blog-sidebar .sj-basic-news .bs-content .bs-cat-date span {
  color: #898989;
  font-size: 13px;
}
#sp-left .sp-module .tagspopular ul li, #sp-right .sp-module .tagspopular ul li {
  display: inline-block;
  border: 0;
}
#sp-left .sp-module .tagspopular ul li a, #sp-right .sp-module .tagspopular ul li a {
  border: 1px solid #f3f3f3;
  padding: 5px 20px;
  margin: 0 10px 10px 0;
  background: #fff;
  color: #898989;
}
#sp-left .sp-module .tagspopular ul li a:hover, #sp-right .sp-module .tagspopular ul li a:hover {
  background: #b71c1c;
  color: #fff;
}
.input-group > .input-group-prepend > .input-group-text, .input-group > .form-control, .input-group > .input-group-append > .btn, .tag-category .input-group > .form-control, .tag-category .input-group-btn .btn {
  border-radius: 0;
}
.tag-category .list-group li {
  background: none;
  border: 0;
  padding: 0 0 20px;
}
.tag-category .list-group li h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.tag-category .list-group li h3 a {
  color: #252525;
}
.tag-category .list-group li h3 a:hover {
  color: #b71c1c;
}
.tooltip.show {
  opacity: 0 !important;
}
table.category tr th a {
  display: block !important;
}
.pagination-wrapper, .paginationblock {
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pagination-wrapper .pagination li, .paginationblock .pagination li {
  display: inline-block;
  padding: 0 1px;
}
.pagination-wrapper .pagination li a, .paginationblock .pagination li a, .pagination-wrapper .pagination li span, .paginationblock .pagination li span {
  border-radius: 0;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #898989;
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 0;
}
.pagination-wrapper .pagination li:hover a, .paginationblock .pagination li:hover a, .pagination-wrapper .pagination li:hover span, .paginationblock .pagination li:hover span {
  color: #fff;
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.pagination-wrapper .pagination li.active a, .paginationblock .pagination li.active a, .pagination-wrapper .pagination li.active span, .paginationblock .pagination li.active span {
  color: #fff;
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.article-list .col-md-12 .article .article-body .article-info span.published, .article-list .col-md-12 .article .article-body .article-info span.createdby {
  font-size: 13px;
}
.article-list .article .article-intro-image img:hover {
  opacity: 0.8;
}
.article-list .article .article-body {
  margin: 0 -20px;
}
.article-list .article .article-body .article-header h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.article-list .article .article-body .article-info span.createdby {
  text-transform: uppercase;
  color: #b71c1c;
  font-size: 11px;
}
.article-list .article .article-body .article-info span.published {
  text-transform: uppercase;
  color: #a2a2a2;
  font-size: 11px;
}
.article-list .article .article-body .article-introtext p {
  color: #666;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav {
  position: static;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-prev, .sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  top: 50%;
  position: absolute;
  z-index: 1;
  background: rgba(200, 200, 200, 0.6);
  font-family: 'FontAwesome';
  margin-top: -25px;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-prev:hover, .sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-next:hover {
  background: #b71c1c;
  color: white;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.sppb-addon--slider .yt-content-slider .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.sppb-addon--slider .yt-content-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sppb-addon--slider .yt-content-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
.sppb-addon--slider .yt-content-slider .owl-dots .owl-dot.active span {
  background: #ffab00;
}
.sppb-addon--slider .yt-content-slider .caption {
  background: none;
  color: #fff;
  text-align: center;
  top: 47%;
  bottom: auto;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sppb-addon--slider .yt-content-slider .caption .title-small {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
  opacity: 0;
  text-transform: uppercase;
}
.sppb-addon--slider .yt-content-slider .caption .title-lage {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  margin: 0 0 0px;
  opacity: 0;
  text-transform: uppercase;
}
.sppb-addon--slider .yt-content-slider .caption p {
  opacity: 0;
  width: 50%;
  margin: 20px auto 30px;
  font-size: 20px;
}
.sppb-addon--slider .yt-content-slider .caption .button-find {
  background: transparent;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  padding: 15px 35px;
  display: inline-block;
  box-shadow: none;
  min-width: 170px;
  border-radius: 0;
  border: 2px solid #fff;
}
.sppb-addon--slider .yt-content-slider .caption .button-find:after {
  font-family: 'FontAwesome';
  content: '\f178';
  margin-left: 5px;
}
.sppb-addon--slider .yt-content-slider .caption .button-find:hover {
  border-color: #b71c1c;
  color: #b71c1c;
}
.sppb-addon--slider .yt-content-slider .active .caption .title-small {
  opacity: 1;
  position: relative;
  animation: fadeInTop 2.1s ease-in-out;
}
.sppb-addon--slider .yt-content-slider .active .caption h2 {
  opacity: 1;
  position: relative;
  animation: fadeInTop 1.8s ease-in-out;
}
.sppb-addon--slider .yt-content-slider .active .caption p {
  opacity: 1;
  position: relative;
  animation: fadeInTop 1.5s ease-in-out;
}
.sppb-addon--slider .yt-content-slider .active .caption .button-find {
  opacity: 1;
  position: relative;
  animation: fadeInTop 1.2s ease-in-out;
}
.contact-ajax.theme2 {
  border: 1px solid #ddd;
  float: left;
}
.contact-ajax.theme2 .pre-text {
  margin: 0;
}
.contact-ajax.theme2 .pre-text h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 30px 30px 0;
  margin: 0;
  text-transform: uppercase;
}
.contact-ajax.theme2 .ctajax-wrap .ctajax-element {
  width: 570px;
}
.contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner {
  padding: 30px;
}
.contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-ctajax-form input {
  width: 100%;
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 13px;
  border-radius: 0;
}
.contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-ctajax-form input::-webkit-input-placeholder {
  color: #fff;
}
.contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-ctajax-form textarea.el-input {
  background-color: rgba(255, 255, 255, .15);
  border: 0;
  color: #fff;
  font-size: 13px;
  border-radius: 0;
}
.contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-ctajax-form textarea.el-input::-webkit-input-placeholder {
  color: #fff;
}
.contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  background: #b71c1c;
  padding: 0 5px;
  max-width: 130px;
  cursor: pointer;
  border: 0;
}
.contact-ajax.theme1 .pre-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.contact-ajax.theme1 .post-text {
  font-style: italic;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  margin: 0 0 60px;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element {
  width: 100%;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-ctajax-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-ctajax-form input::-webkit-input-placeholder {
  color: #fff;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-ctajax-form textarea.el-input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-ctajax-form textarea.el-input::-webkit-input-placeholder {
  color: #fff;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  background: #fff;
  padding: 0 5px;
  font-weight: bold;
  color: #121212;
  max-width: 130px;
  cursor: pointer;
}
@media (min-width: 1199px) {
  .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
  }
  .sppb-row-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px !important;
  }
  #offcanvas-toggler {
    display: none;
  }
}
/**
 *	Responsive
 *
 */
@media (max-width: 320px) {
  #sp-top-bar div.mod-login .yt-loginform #myLogin .modal-dialog {
    width: 300px;
  }
  #sp-position2 .sppb-addon-features {
    display: none;
  }
  #sp-position3 .yt-project-counter .box-maps .yt-counter-wrapper {
    padding: 25pxpx;
  }
  #sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-number {
    font-size: 30px;
    margin: 2px;
  }
  .custom.yt-project-counter {
    flex-direction: column;
  }
  #sp-logo .logo-image {
    height: auto;
  }
  #sppb-addon-1529657909648 .container {
    padding: 0;
  }
  .contact-ajax.theme2 .pre-text h2 {
    margin: 0;
  }
  .contact-ajax.theme2 .ctajax-wrap .ctajax-element {
    width: 100%;
  }
  .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner {
    padding: 15px;
  }
  #sp-position3 .yt-project-counter .box-maps {
    border: 0;
  }
  .acymailing_module div .acymailing_introtext, .acymailing_module div .acymailing_finaltext {
    display: none;
  }
  .acymailing_module div table.acymailing_form {
    width: 100%;
    margin-top: 0;
  }
  .yt-footer ul {
    padding-left: 0;
  }
  #sp-top-bar {
    background-position: 66% 50% !important;
  }
  #sp-header {
    background-image: none !important;
    background-color: #fff;
  }
  #sp-header .logo {
    margin: 0;
  }
  #sp-intro .sppb-addon-heading .heading-title {
    font-size: 24px;
  }
  #sp-intro .sppb-addon-heading .post-text {
    width: 100%;
    margin: 30px 0;
  }
  .sppb-addon--slider .yt-content-slider .caption {
    display: none;
  }
  .contact-ajax.theme2 {
    width: 100%;
  }
  #sp-position5 .testimonial-title:before {
    left: 30%;
  }
  #sp-position5 .yt-pricing .style3.column .pricing-basic .pricing-featured {
    left: 35%;
  }
}
@media (max-width: 568px) {
  #sp-position2 .sppb-addon-features {
    display: none;
  }
  #sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-number {
    font-size: 35x;
    margin: 2px;
  }
  .custom.yt-project-counter {
    flex-direction: column;
  }
  #sp-position3 .yt-project-counter .box-maps {
    border: 0;
  }
  #sppb-addon-1529657909648 .container {
    padding: 0;
  }
  .contact-ajax.theme2 .pre-text h2 {
    margin: 0;
  }
  .contact-ajax.theme2 {
    width: 100%;
  }
  .contact-ajax.theme2 .ctajax-wrap .ctajax-element {
    width: 100%;
  }
  .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner {
    padding: 15px;
  }
  #sp-header {
    background-image: none !important;
    background-color: #fff;
  }
  #sp-header .logo {
    margin: 0;
  }
  #sp-top-bar {
    background-position: 85% 50% !important;
  }
  #sp-footer {
    background-image: none !important;
    background-color: #1a1a1a !important;
  }
  #sp-footer .custom.yt-footer p a {
    color: #fff;
  }
  .sppb-addon--slider .yt-content-slider .caption {
    display: none;
  }
  #sp-intro .sppb-addon-heading .heading-title {
    font-size: 24px;
  }
  #sp-intro .sppb-addon-heading .post-text {
    width: 100%;
    margin: 30px 0;
  }
  #sp-position5 .yt-testimonial:before {
    display: none;
  }
  #sp-position5 .yt-testimonial {
    width: auto;
    margin-bottom: 50px;
  }
  #sp-faq {
    padding: 55px 0 80px !important;
  }
  body.site #sp-footer {
    height: auto;
  }
  .acymailing_module div .acymailing_finaltext {
    display: none;
  }
  .acymailing_module div table.acymailing_form {
    width: 90%;
    margin-right: 0px;
    margin-top: 0px;
    float: left;
  }
  #sp-footer2 .yt-footer p {
    color: #fff;
  }
  #sp-footer2 .yt-footer ul {
    padding-left: 0;
  }
  #sp-footer .custom.yt-footer p a {
    color: #b71c1c;
  }
  #sp-footer .custom.yt-footer {
    float: left;
    padding: 0 15px;
    margin-top: 15px;
  }
  #sp-position5 .yt-pricing .style3.column .pricing-basic .pricing-featured {
    left: 42%;
  }
  .yt-pricing .yt-col-sm-6 {
    margin-bottom: 60px;
  }
  #sp-position5 .yt-pricing .yt-col-xs-12 {
    margin-left: 0;
  }
  .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact {
    display: block;
  }
  .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf {
    width: 100%;
  }
  .article-details .article-header h1 {
    font-size: 1.25rem;
  }
  .tags > li a {
    margin-bottom: 0.5rem;
  }
  .pager > li a {
    margin-bottom: 2.5rem;
  }
  #sp-position2 .sppb-addon-heading {
    margin-top: 2.5rem;
  }
  #sp-position3 .yt-project-counter .box-maps .yt-counter-wrapper {
    padding: 25px 152px;
  }
  #sp-bottom2 .sp-module ul {
    margin: 0 0 0px 0px;
  }
  #sp-bottom2 .sp-module .sp-module-title {
    margin: 0 0 30px 0px;
  }
}
@media (max-width: 480px) {
  #sp-position5 .yt-pricing .style3.column .pricing-basic .pricing-featured {
    left: 35%;
  }
  .yt-pricing .yt-col-sm-6 {
    margin-bottom: 60px;
  }
  #sp-position5 .yt-pricing .yt-col-xs-12 {
    margin-left: 0;
  }
  #sp-position2 .sppb-addon-heading {
    margin-top: 2.5rem;
  }
  #sp-position3 .yt-project-counter .box-maps .yt-counter-wrapper {
    padding: 25px;
  }
  #sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-text {
    font-size: 14px;
  }
  #sp-bottom2 .sp-module ul {
    margin: 0 0 0px 0px;
  }
  #sp-bottom2 .sp-module .sp-module-title {
    margin: 0 0 30px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sp-top-bar {
    background-image: none !important;
    background-color: #323232;
  }
  #sp-top-bar .logo {
    margin: 0;
  }
  #sp-header {
    background-image: none !important;
    background-color: #fff;
  }
  #sp-header .logo {
    margin: 0;
  }
  #sp-header .logo .logo-image {
    height: auto;
  }
  #sp-right .sj-basic-news .bs-items .bs-item .bs-image {
    width: auto;
  }
  .owl-carousel .owl-item {
    opacity: 1 !important;
  }
  .sppb-addon--slider .yt-content-slider .caption .title-small {
    margin: 0 0 10px;
  }
  .sppb-addon--slider .yt-content-slider .caption .title-lage {
    font-size: 24px;
  }
  .sppb-addon--slider .yt-content-slider .caption p {
    font-size: 14px;
  }
  #sp-footer {
    background-image: none !important;
    background-color: #1a1a1a !important;
  }
  #sp-footer .custom.yt-footer p a {
    color: #fff;
  }
  #sp-position2 .sppb-addon-features {
    position: relative;
    text-align: center;
    margin-top: -100px;
    z-index: 99;
    color: #fff;
  }
  #sp-position2 .sppb-addon-features h3 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    width: 280px;
  }
  #sp-position2 .sppb-addon-features .btn-sm {
    position: absolute;
    top: 60%;
    background-color: #fff;
    padding: 10px 20px;
    color: #1c1c1c;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    left: 28%;
  }
  #sp-position3 .yt-project-counter .box-maps .yt-counter-wrapper {
    padding: 25px 0;
  }
  #sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-number {
    font-size: 18px;
    margin: 10px;
  }
  #sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-text {
    font-size: 13px;
  }
  #sppb-addon-1529657909648 .container {
    padding: 0;
  }
  #sp-position5 .yt-testimonial:before, #sp-position5 .yt-testimonial {
    width: 690px;
  }
  .contact-ajax.theme2 {
    margin-bottom: 30px;
  }
  .contact-ajax.theme2 .pre-text h2 {
    margin: 0;
  }
  .contact-ajax.theme2 .ctajax-wrap .ctajax-element {
    width: 690px;
    margin: 0 auto;
  }
  #sp-search {
    background-color: transparent;
    border: 0;
  }
  #sp-top1 .custom.hot-line {
    background-color: transparent;
  }
  #sp-top1 .custom.hot-line:before {
    display: none;
  }
  #sp-search .sp-module.module-search #btn-search-mobile {
    color: #111;
    padding-right: 0;
  }
  body.site #sp-footer {
    height: auto;
  }
  .acymailing_module div .acymailing_finaltext {
    display: none;
  }
  .acymailing_module div table.acymailing_form {
    width: 90%;
    margin-right: 0px;
    margin-top: 0px;
    float: left;
  }
  #sp-footer2 .yt-footer p {
    color: #fff;
  }
  #sp-footer2 .yt-footer ul {
    padding-left: 0;
  }
  #sp-footer .custom.yt-footer p a {
    color: #b71c1c;
  }
  .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf img {
    margin: 0 10px;
    width: 70px;
  }
  .contact-ajax.theme3 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf .info-label {
    margin-top: 5px;
  }
  .yt-pricing .yt-col-sm-6:nth-child(5) {
    margin: 0;
  }
  .pager > li a {
    margin-bottom: 2.5rem;
  }
  #sp-bottom2 .sp-module ul {
    margin: 0 0 0px 0px;
  }
  #sp-bottom2 .sp-module .sp-module-title {
    margin: 0 0 30px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 15px;
  }
  .sppb-addon--slider .yt-content-slider .caption .title-lage {
    font-size: 40px;
  }
  #offcanvas-toggler {
    display: none;
  }
  #sp-position3 .yt-project-counter .box-maps .yt-counter-wrapper {
    padding: 25px 0;
  }
  #sp-position3 .yt-project-counter .yt-counter-desc .yt-counter-number {
    font-size: 30px;
    margin: 2px;
  }
  #sp-position2 .sppb-addon-features .btn-sm {
    left: 33%;
  }
  #sp-position2 .sppb-addon-features {
    margin-top: -135px;
  }
  #sp-top-bar div.mod-login .yt-loginform {
    margin: 0 0 0 30px;
  }
  #sp-header .logo {
    margin: -20px 25px 0 0;
    height: auto;
  }
  #sp-top-bar {
    background-position: 45.2% 50% !important;
  }
  #sp-header {
    background-position: 45.4% 50% !important;
  }
  #sp-header.header-sticky .logo {
    margin: 15px 0;
  }
  #sp-logo .logo-image {
    height: auto;
  }
  body.site #sp-footer {
    background-position: 63% 50% !important;
    height: auto;
  }
  #sp-footer1 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  #sp-footer2 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .acymailing_module div table.acymailing_form {
    margin-right: 0px;
    margin-top: 0px;
  }
  .contact-ajax.theme2, .contact-ajax.theme2 .ctajax-wrap .ctajax-element {
    width: auto;
  }
  #login-form {
    padding-left: 20px;
  }
  #sp-search {
    border-right: 0;
  }
}
@media screen and (max-width: 1366px) {
  /* insert styles here */
  #sp-footer {
    background-position: 53% 50% !important;
  }
}
/**
 * @package Helix Framework
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2017 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/* RTL Direction
 *=======================================*/
body.rtl #sp-position8 .sj-extraslider .item .item-info {
  text-align: right;
}
body.rtl #sp-right .sj-basic-news .bs-items .bs-item .bs-image {
  float: right;
  padding: 0 0px 10px 20px;
}
body.rtl #sp-right .sj-basic-news .bs-items .bs-item .bs-content {
  text-align: right;
}
body.rtl #sp-left .sp-module .tagspopular ul li, body.rtl #sp-right .sp-module .tagspopular ul li, body.rtl #sp-top1 .sp-module.hot-line {
  float: right;
}
body.rtl #sp-left .sp-module .sp-module-title, body.rtl #sp-right .sp-module .sp-module-title {
  text-align: right;
}
body.rtl .tag-category .input-group {
  direction: rtl;
}
body.rtl .profile .list-group {
  padding-right: 0;
}
body.rtl .contact-ajax .ctajax-element .el-ctajax-form {
  direction: rtl;
}
body.rtl .finder .input-group > .input-group-append > .btn, body.rtl .finder .input-group > input.form-control {
  border-radius: 0;
}
body.rtl #search-results {
  text-align: right;
}
body.rtl .profile-edit > div button[type="submit"], body.rtl .profile-edit > div a.btn, body.rtl .registration > div button[type="submit"], body.rtl .registration > div a.btn {
  float: right;
  margin: 0 2px;
}
body.rtl .login, body.rtl .registration, body.rtl .profile-edit, body.rtl .finder, body.rtl .profile, body.rtl .search, body.rtl table.category {
  direction: rtl;
  text-align: right;
}
body.rtl .registration .form-group label, body.rtl .profile-edit .form-group label, body.rtl .login .form-group label {
  float: right;
}
body.rtl .login .list-group .list-group-item, body.rtl .registration legend, body.rtl .profile-edit legend, body.rtl .tags, body.rtl .articleBody {
  text-align: right;
}
body.rtl .article-info {
  direction: rtl;
  float: right;
  width: 100%;
}
body.rtl .article-details .article-ratings-social-share {
  float: right;
  width: 100%;
}
body.rtl .article-header, body.rtl .article-introtext {
  float: right;
  text-align: right;
}
body.rtl .sppb-box-services {
  padding: 40px 100px 0 35px;
  text-align: right;
}
body.rtl .sppb-box-services .box-services--icons {
  left: auto;
  right: 20px;
}
body.rtl #search-top-bar .search-sidebar form.form-search .search-query {
  text-align: right;
}
body.rtl #search-top-bar .search-sidebar form.form-search .btn-search {
  right: auto;
}
body.rtl #sp-left .sp-module ul.categories-module > li > a, body.rtl #sp-right .sp-module ul.categories-module > li > a {
  text-align: right;
}
body.rtl #sp-left .sp-module .categories-module li a span, body.rtl #sp-right .sp-module .categories-module li a span {
  float: left;
}
body.rtl .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"], body.rtl .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  float: right;
}
body.rtl .contact-ajax.theme2 .pre-text h2 {
  text-align: right;
}
body.rtl ul.yt-accordion li.yt-accordion-group i.icon_accordion {
  float: left !important;
}
body.rtl ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
  text-align: right;
}
body.rtl ul.yt-accordion li.yt-accordion-group .yt-accordion-inner p {
  border-right: 1px dashed #fff;
  border-left: 0;
  padding-right: 10px;
  padding-left: 0px;
  text-align: right;
}
body.rtl .yt-bottom-contact ul.block-content li .ico-contactus {
  float: right;
  margin-right: 0px;
}
body.rtl .yt-bottom-contact ul.block-content .address, body.rtl .yt-bottom-contact ul.block-content .email, body.rtl .yt-bottom-contact ul.block-content .phone {
  float: right;
}
body.rtl .yt-bottom-contact ul.block-content li .inner {
  margin-left: 0px;
  margin-right: 45px;
}
body.rtl #sp-bottom1 div.custom > p, body.rtl #sp-bottom .sp-module .sp-module-title {
  text-align: right;
}
body.rtl #sp-bottom .sp-module ul {
  float: right;
  text-align: right;
}
body.rtl [class*=" fa-"] {
  margin: 0;
}
@media (min-width: 992px) {
  body.rtl .sppb-col-md-1, body.rtl .sppb-col-md-2, body.rtl .sppb-col-md-3, body.rtl .sppb-col-md-4, body.rtl .sppb-col-md-5, body.rtl .sppb-col-md-6, body.rtl .sppb-col-md-7, body.rtl .sppb-col-md-8, body.rtl .sppb-col-md-9, body.rtl .sppb-col-md-10, body.rtl .sppb-col-md-11, body.rtl .sppb-col-md-12 {
    float: right;
  }
  body.rtl .col-lg, body.rtl .col-lg-1, body.rtl .col-lg-10, body.rtl .col-lg-11, body.rtl .col-lg-12, body.rtl .col-lg-2, body.rtl .col-lg-3, body.rtl .col-lg-4, body.rtl .col-lg-5, body.rtl .col-lg-6, body.rtl .col-lg-7, body.rtl .col-lg-8, body.rtl .col-lg-9, body.rtl .col-lg-auto {
    float: right;
  }
}
