.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
body {
  background: #f7f8f8;
}
.sppb-addon h1,
.sppb-addon h2,
.sppb-addon h3,
.sppb-addon h4,
.sppb-addon h5,
.sppb-addon h6 {
  color: #37414e;
}
a {
  color: #e30613;
}
a:hover {
  color: #b1050f;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #18191b;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #18191b;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #b1050f;
}
strong {
  color: #e30613;
}
.bordered {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.sp-megamenu-parent >li a {
  color: #6a6f74;
}
.sp-megamenu-parent >li.active>a {
  color: #e30613;
  background: #ffffff;
  border-top: 3px solid #e30613;
}
.sp-megamenu-parent >li.active>a:hover {
  color: #e30613 !important;
  background: #ffffff !important;
  border-top: 3px solid #e30613;
}
.sp-megamenu-parent >li:hover>a {
  color: #e30613;
  background: #ffffff;
  border-top: 3px solid #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  border: 1px solid #e30613;
  font-family: exo;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  color: #fff;
  border: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title:hover {
  background: none;
  border: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #e30613;
  border: 1px solid rgba(255,255,255,0.25);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active >a {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active >a.sp-group-title {
  color: #fff;
}
#offcanvas-toggler >i {
  color: #6a6f74;
}
#offcanvas-toggler >i:hover {
  color: #e30613;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #e30613;
}
#sp-header #sp-menu {
  padding: 0 15px 0 0;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
}
#sp-header #sp-top-social {
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
}
.btn-primary,
.sppb-btn-primary,
div.itemCommentsForm form input#submitCommentButton {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background-color: #e30613;
}
.btn-primary:after,
.sppb-btn-primary:after,
div.itemCommentsForm form input#submitCommentButton:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.btn-primary:hover,
.sppb-btn-primary:hover,
div.itemCommentsForm form input#submitCommentButton:hover {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  background: #ca0511;
  color: #ffffff;
}
.btn-primary:hover:after,
.sppb-btn-primary:hover:after,
div.itemCommentsForm form input#submitCommentButton:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.sppb-btn-warning {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background-color: #f0ad4e;
}
.sppb-btn-warning:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-btn-warning:hover {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  background: #eea236;
  color: #ffffff;
}
.sppb-btn-warning:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.sppb-btn-danger {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background-color: #fc2a2a;
}
.sppb-btn-danger:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-btn-danger:hover {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  background: #fc1111;
  color: #ffffff;
}
.sppb-btn-danger:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.sppb-btn-link {
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #ffffff;
}
.sppb-btn-link:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(255,255,255,0.15) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-btn-link:hover {
  border-radius: 3px;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #ffffff;
}
.sppb-btn-link:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.sppb-btn-success {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background-color: #ffcc28;
  color: #885a29;
}
.sppb-btn-success:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-btn-success:hover {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  background: #ffcc28;
  color: #885a29;
}
.sppb-btn-success:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.sppb-btn-info {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background-color: #058bd3;
  color: #ffffff;
}
.sppb-btn-info:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-btn-info:hover {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  background: #058bd3;
  color: #ffffff;
}
.sppb-btn-info:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.sppb-btn.sppb-btn-default {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.sppb-btn.sppb-btn-default:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-btn.sppb-btn-default:hover {
  border: 2px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  color: #e30613;
}
.sppb-btn.sppb-btn-default:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
ul.social-icons >li a:hover {
  color: #e30613;
}
.sp-page-title {
  background-color: #f7f8f8;
}
.sp-page-title h1,
.sp-page-title h2 {
  color: #39464e;
  margin: 0 0 10px 0;
}
.layout-boxed .body-innerwrapper {
  background: #f6f6f6;
}
body {
  color: #787e87;
}
.sp-module ul >li >a {
  color: #787e87;
}
.sp-module ul >li >a:hover {
  color: #e30613;
}
.sp-module .latestnews >div >a {
  color: #787e87;
}
.sp-module .latestnews >div >a:hover {
  color: #e30613;
}
.sp-module .tagscloud .tag-name:hover {
  background: #e30613;
}
.sp-module .sp-module-title i {
  background: #e30613;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: #e30613;
  color: #ffffff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li >a {
  background: rgba(255,255,255,0.8) none repeat scroll 0 0;
  color: #787e87;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li >a:hover {
  background: #e30613;
  color: #ffffff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper
		.sp-simpleportfolio-overlay {
  background: rgba(227,6,19,0.7);
}
.search .btn-toolbar button {
  background: #e30613;
}
.post-format,
.pager.pagenav li > a {
  color: #e30613;
}
.article-info > dt > i,
.article-info > dd > i {
  color: #e30613;
}
.entry-link,
.entry-quote {
  background: #e30613;
}
#sp-page-builder blockquote {
  background: none;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #e30613;
}
#sp-footer {
  background: #21252d;
  text-align: center;
}
.sp-comingsoon body {
  background-color: #e30613;
  background-image: url(../../images/bg.jpg);
}
.pagination>li>a,
.pagination>li>span {
  color: #787e87;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #787e87;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #e30613;
  background-color: #e30613;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #e30613;
  background-color: #e30613;
}
#sp-page-builder .section-title {
  background: #34495E !important;
}
#sp-page-builder .section-title::after {
  border-color: #34495E transparent transparent;
}
#sp-page-builder .section-title .sppb-title-heading {
  color: #fff;
}
#sp-page-builder .sppb-section-title.sppb-text-left h4.sppb-title-heading {
  color: #e30613 !important;
}
.fullwidth .fullwidth-feature {
  background: #e30613;
  border-right: 1px solid rgba(255,255,255,0.4);
  color: #fff;
}
.fullwidth .fullwidth-feature h1,
.fullwidth .fullwidth-feature h2,
.fullwidth .fullwidth-feature h3,
.fullwidth .fullwidth-feature h4,
.fullwidth .fullwidth-feature h5,
.fullwidth .fullwidth-feature h6,
.fullwidth .fullwidth-feature a,
.fullwidth .fullwidth-feature .sp_counter-addon .spp-icon i {
  color: #fff;
}
.fullwidth .fullwidth-feature:hover {
  border-left: 1px solid rgba(255,255,255,0.4);
}
.column-dark {
  background: #34495E;
  color: #fff;
}
.column-dark h1,
.column-dark h2,
.column-dark h3,
.column-dark h4,
.column-dark h5,
.column-dark h6,
.column-dark a,
.column-dark .sp_counter-addon .spp-icon i {
  color: #fff;
}
.column-light {
  background: #f2f8fa;
}
.column-fullcolor {
  background: #e30613;
  color: #fff;
}
.column-fullcolor h1,
.column-fullcolor h2,
.column-fullcolor h3,
.column-fullcolor h4,
.column-fullcolor h5,
.column-fullcolor h6,
.column-fullcolor a,
.column-fullcolor .sp_counter-addon .spp-icon i {
  color: #fff;
}
.process-container .process {
  color: #fff;
  background-color: #e30613;
}
.feature-box1.sppb-addon-feature .sppb-icon {
  -webkit-transition: all 350ms ease-in-out 0.2s;
  -o-transition: all 350ms ease-in-out 0.2s;
  transition: all 350ms ease-in-out 0.2s;
  background: #e30613;
  color: #fff;
}
.feature-box1.sppb-addon-feature .sppb-icon:hover {
  background: #d40612;
  border: 0;
}
.feature-box1.sppb-addon-feature .sppb-icon:hover i {
  color: #fff !important;
}
.feature-box2.sppb-addon-feature .sppb-icon,
.feature-box3.sppb-addon-feature .sppb-icon,
.contact-box.sppb-addon-feature .sppb-icon {
  background: #e30613;
  color: #fff;
}
.feature-box2.sppb-addon-feature .sppb-icon:hover,
.feature-box3.sppb-addon-feature .sppb-icon:hover,
.contact-box.sppb-addon-feature .sppb-icon:hover {
  background: #b1050f;
  color: #fff;
}
.sppb-addon-feature .sppb-icon {
  color: #e30613;
}
.sppb-addon-feature.feature-box6 .sppb-icon {
  background: #e30613;
  color: #fff;
}
.sppb-addon-feature.feature-box5 .sppb-icon {
  border: 1px solid #e30613;
}
.sppb-addon-feature.feature-box5 .sppb-icon > span {
  background: #e30613 !important;
  border: 1px solid #e30613 !important;
}
.sppb-addon-cta .sppb-cta-title span {
  color: #e30613;
}
.sp_member_addon .sp-member-addon-front {
  background: #e30613;
}
.sp_member_addon .sp-member-addon-front .sppb-member-title,
.sp_member_addon .sp-member-addon-front .sppb-member-role {
  color: #fff;
}
.sppb-panel-heading {
  background: url("../../images/arrowdown.png") no-repeat 15px 15px #c8c8c8 !important;
  padding: 0 0 0 50px;
  border-radius: 3px 4px 4px 3px;
}
.sppb-panel-heading .sppb-panel-inner {
  background: #f2f3f3;
  border-radius: 0 3px 0 0;
  padding-left: 15px;
}
.sppb-panel-heading.active {
  background: url("../../images/arrowup.png") no-repeat 15px 15px #9e9e9e !important;
  border-radius: 3px 4px 0 0;
}
.sppb-panel-faq .sppb-panel-heading {
  background: url("../../images/ac-plus.png") no-repeat 15px 15px #c8c8c8 !important;
  padding: 0 0 0 50px;
  border-radius: 3px 4px 4px 3px;
}
.sppb-panel-faq .sppb-panel-heading .sppb-panel-inner {
  background: #f2f3f3;
  border-radius: 0 3px 0 0;
  padding-left: 15px;
}
.sppb-panel-faq .sppb-panel-heading.active {
  background: url("../../images/ac-minus.png") no-repeat 15px 15px #9e9e9e !important;
  border-radius: 3px 4px 0 0;
}
.sppb-panel .sppb-panel-title {
  line-height: 50px;
}
.sppb-panel .sppb-panel-title > i {
  color: #444;
}
.sppb-panel .sppb-panel-collapse {
  padding: 0 0 0 50px;
  background: #9e9e9e;
  border-radius: 0 0 4px 3px;
}
.sppb-panel .sppb-panel-collapse .sppb-panel-body {
  background: #f2f3f3;
  border-radius: 0 0 3px 0;
  padding: 0 15px 15px !important;
}
.sppb-panel.sppb-panel-default > .sppb-panel-heading,
.sppb-panel.sppb-panel-primary > .sppb-panel-heading {
  color: #787e87;
}
.sppb-panel.sppb-panel-default > .sppb-panel-heading.active >.sppb-panel-title,
.sppb-panel.sppb-panel-default > .sppb-panel-heading:hover >.sppb-panel-title,
.sppb-panel.sppb-panel-primary > .sppb-panel-heading.active >.sppb-panel-title,
.sppb-panel.sppb-panel-primary > .sppb-panel-heading:hover >.sppb-panel-title {
  color: #e30613;
}
.sppb-panel.sppb-panel-default > .sppb-panel-heading.active >.sppb-panel-title > i,
.sppb-panel.sppb-panel-default > .sppb-panel-heading:hover >.sppb-panel-title > i,
.sppb-panel.sppb-panel-primary > .sppb-panel-heading.active >.sppb-panel-title > i,
.sppb-panel.sppb-panel-primary > .sppb-panel-heading:hover >.sppb-panel-title > i {
  color: #fff;
  background: #e30613;
}
.sppb-panel.sppb-panel-success > .sppb-panel-heading {
  background: #f6f6f6 !important;
  color: #787e87;
}
.sppb-panel.sppb-panel-success > .sppb-panel-heading.active >.sppb-panel-title {
  color: #e30613;
}
.sppb-panel.sppb-panel-success > .sppb-panel-heading.active >.sppb-panel-title > i {
  color: #fff;
  background: #45B217;
}
.sppb-panel.sppb-panel-info > .sppb-panel-heading {
  background: #f6f6f6 !important;
  color: #787e87;
}
.sppb-panel.sppb-panel-info > .sppb-panel-heading.active >.sppb-panel-title {
  color: #e30613;
}
.sppb-panel.sppb-panel-info > .sppb-panel-heading.active >.sppb-panel-title > i {
  color: #fff;
  background: #22A7E5;
}
.sppb-panel.sppb-panel-warning > .sppb-panel-heading {
  background: #f6f6f6 !important;
  color: #787e87;
}
.sppb-panel.sppb-panel-warning > .sppb-panel-heading.active >.sppb-panel-title {
  color: #e30613;
}
.sppb-panel.sppb-panel-warning > .sppb-panel-heading.active >.sppb-panel-title > i {
  color: #fff;
  background: #E0BF1A;
}
.sppb-panel.sppb-panel-danger > .sppb-panel-heading {
  background: #f6f6f6 !important;
  color: #787e87;
}
.sppb-panel.sppb-panel-danger > .sppb-panel-heading.active >.sppb-panel-title {
  color: #e30613;
}
.sppb-panel.sppb-panel-danger > .sppb-panel-heading.active >.sppb-panel-title > i {
  color: #fff;
  background: #ff0000;
}
.sppb-nav-tabs > li {
  margin-right: 10px;
}
.sppb-nav-tabs > li:last-child {
  margin-right: 0;
}
.sppb-nav-tabs > li > a {
  background: rgba(0,0,0,0.05) none repeat scroll 0 0;
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.05) inset;
  color: #252932;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 0;
  border-width: 0px;
  margin: 0;
}
.sppb-nav-tabs > li > a:hover {
  background: rgba(0,0,0,0.05) none repeat scroll 0 0;
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.05) inset;
  color: #252932;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 0;
  border-width: 0px;
  margin: 0;
}
.sppb-nav-tabs > li.active > a,
.sppb-nav-tabs > li.active > a:hover,
.sppb-nav-tabs > li.active > a:focus {
  background: #e30613;
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.05) inset;
  color: #ffffff;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 0;
  margin: 0;
  outline: 0;
  border-width: 0px;
}
.sppb-nav-tabs > li.active > a:after,
.sppb-nav-tabs > li.active > a:hover:after,
.sppb-nav-tabs > li.active > a:focus:after {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: 0px;
  width: 0;
}
.sppb-tab-content {
  border: 0px;
  background: #ffffff;
}
.sppb-nav-tabs {
  border: 0px;
}
.section-gray {
  background: #fafafa;
}
.major-color,
.section-fullcolor {
  background-color: #e30613;
  color: #fff;
}
.major-color h1,
.major-color h2,
.major-color h3,
.major-color h4,
.major-color h5,
.major-color h6,
.section-fullcolor h1,
.section-fullcolor h2,
.section-fullcolor h3,
.section-fullcolor h4,
.section-fullcolor h5,
.section-fullcolor h6 {
  color: #fff;
}
.major-color .sppb-btn-default,
.section-fullcolor .sppb-btn-default {
  background: transparent;
  border: 1px solid;
}
.major-color a,
.major-color strong,
.section-fullcolor a,
.section-fullcolor strong {
  color: #fff !important;
}
.section-fullcolor {
  background-image: none;
}
.section-dark {
  background: #343D46;
  color: #fff;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #fff;
}
.section-dark .sppb-btn-default {
  background: transparent;
  border: 1px solid;
}
.section-dark a,
.section-dark strong {
  color: #fff !important;
}
.sppb-divider > span i {
  color: #e30613;
}
ol.breadcrumb {
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding-bottom: 40px !important;
}
ol.breadcrumb i {
  margin: 0 5px 0px 0;
  color: #787e87;
}
ol.breadcrumb li a {
  color: #787e87;
}
ol.breadcrumb li a:hover {
  text-decoration: underline;
  color: #787e87;
}
.sp_counter-addon .spp-icon i {
  color: #e30613;
}
.sp_counter-addon.square i {
  color: #fc868d;
}
.sp_counter-addon.square2 .counter-range,
.sp_counter-addon.square2 .counter-desc,
.sp_counter-addon.square2 .spp-icon i {
  color: #fff;
}
.sppb-testimonial-pro .sppb-carousel-control {
  background: #f9232f;
}
.sppb-media .sppb-media-body {
  background: rgba(0,0,0,0) url("../../images/blockquote_bg_arrow_b.png") repeat scroll center bottom;
  font-family: Cambria, serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 15px;
  padding: 15px 30px 25px;
  position: relative;
}
.sppb-media .t-author {
  text-align: center;
}
.sppb-media .t-author .author_wrapper {
  display: inline-block;
}
.sppb-media .t-author .author_wrapper .author_photo {
  border-bottom: 5px solid #e30613;
  display: block;
  border-radius: 0px;
  float: left;
  height: 80px;
  line-height: 0;
  margin-right: 15px;
  width: 80px;
  overflow: hidden;
}
.sppb-media .t-author .author_wrapper .author_photo .sppb-media-object {
  border-radius: 0px;
  height: 80px;
  width: 80px;
}
.sppb-media .t-author .author_wrapper .author_details {
  display: block;
  float: left;
  padding-top: 18px;
  text-align: left;
}
.sppb-media .t-author .author_wrapper .author_details h6 {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 4px 0;
}
.sppb-addon-image-content.content-box .sppb-content-holder {
  background: #e30613;
  color: #fff;
}
#sp-top-bar {
  color: #CCCED1;
  background: #343D46;
}
#sp-top-bar ul.social-icons > li a {
  color: #9fa8b0;
}
#sp-top-bar .sp-contact-info li i {
  color: #e30613;
}
#sp-top-bar a {
  color: #9fa8b0;
  border-color: #e30613 !important;
}
#sp-bottom {
  background-color: #252932 !important;
  color: #e6e9ef;
}
#sp-bottom .ns2-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin: 5px 0 10px;
}
#sp-bottom .ns2-inner a .ns2-image {
  padding-right: 20px;
}
#sp-bottom a {
  color: #a7b0b7;
}
#sp-bottom .sp-module .sp-module-title {
  color: #e30613;
}
#sp-bottom .sp-tweet > .sp-tweet-item i,
#sp-bottom .moduleItemDayCreated {
  color: #e30613;
}
#sp-right .sp-module ul > li > a:before {
  color: #e30613;
}
.date_comments_holder span.date_day,
.cat_date_comments_holder span.cat_day {
  color: #e30613;
}
div.itemAuthorLatest ul li a,
div.k2LatestCommentsBlock ul li a {
  color: #787e87;
}
div.itemAuthorLatest ul li a:hover,
div.k2LatestCommentsBlock ul li a:hover {
  color: #e30613;
}
.itemTagsBlock > span {
  color: #fff;
  background: #e30613;
}
div.userItemImageBlock .userItemDateCreated,
.postAuthorBlock .itemAuthorName,
table.calendar tr td.calendarToday {
  background: #e30613;
  color: #fff;
}
div.userItemImageBlock .userItemDateCreated a,
div.userItemImageBlock .userItemDateCreated span.userURL,
.postAuthorBlock .itemAuthorName a,
.postAuthorBlock .itemAuthorName span.userURL,
table.calendar tr td.calendarToday a,
table.calendar tr td.calendarToday span.userURL {
  color: #fff;
}
.userPostTitle > a,
.catPostTitle > a,
.tagItemTitle > a {
  color: #484c51;
}
.userPostTitle > a:hover,
.catPostTitle > a:hover,
.tagItemTitle > a:hover {
  color: #e30613;
}
.blog-date-wrapper > span.blog-date-day {
  color: #e30613;
}
.sj-social-media-counts
.sc-wrap .sc-item 
.sc-item-inner > a i:hover {
  background: #e30613;
  color: #fff;
}
.sj-social-media-counts.person-numbers .sc-item {
  background-color: #e30613;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.progress {
  background: #F0F3F4;
}
.progress.progress-primary .bar {
  background: #e30613;
  color: #fff;
}
.sppb-progress-bar.sppb-progress-bar-primary {
  background-color: #e30613;
}
ul.arrow li:before,
ul.arrow li:after,
ul.arrow-double li:before,
ul.arrow-double li:after,
ul.tick li:before,
ul.tick li:after,
ul.cross li:before,
ul.cross li:after,
ul.star li:before,
ul.star li:after,
ul.rss li:before,
ul.rss li:after {
  color: #e30613;
}
ul.sprocket-lists-container > li.active > .sprocket-lists-title:before {
  background: #e30613;
}
.featuretable-col.ft-highlight > .featuretable-cell.ft-row-even.price,
.featuretable-col.ft-highlight > .featuretable-cell.ft-row-top.name {
  background: #e30613;
}
.featuretable-col > .featuretable-cell.ft-row-bottom.button-text .featuretable-cell-data > a {
  background: #e30613;
}
.layout-slideshow .sprocket-features-title,
.layout-slideshow .sprocket-features-desc {
  background-color: rgba(65,65,65,0.4) !important;
}
.sprocket-tabs.layout-top > .sprocket-tabs-nav > li.active .sprocket-tabs-inner {
  border-color: #e30613;
}
.layout-slideshow .sprocket-features-title,
.layout-slideshow .sprocket-features-desc {
  background: #e30613 !important;
}
.sprocket-strips-c-container .sprocket-strips-c-block .sprocket-strips-c-item .sprocket-strips-c-content {
  background: rgba(227,6,19,0.8);
}
.tp-caption a.btn-primary {
  color: #fff;
}
.tp-caption a.btn-primary:hover {
  color: #fafafa;
}
.tp-caption a.btn-default {
  color: #333;
  border-color: transparent;
}
.tp-caption a.btn-default:hover {
  color: #444;
}
.tp-caption a {
  text-shadow: none !important;
}
.tp-caption.modern_medium_fat {
  color: #e30613 !important;
}
.ns2-date-tools span > a {
  color: #787e87;
}
.ns2-links > a {
  color: #787e87;
}
.ns2-links > a:hover {
  color: #e30613;
}
.jux-tl-item .jux-tl-time {
  color: #e30613;
}
.sptab_red .tabs_buttons .tabs_mask .tabs_container > li.tab.active {
  border-color: #e30613 !important;
}
.sp-smart-slider.sp-corporex-layout .slider-arrow-nav i {
  background-color: #e30613;
}
.sppb-addon-articlebox h4.sppb-addon-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: none;
  color: #787e87;
}
.sppb-addon-articlebox .sppb-addon-box-content {
  margin-bottom: 15px;
  border-bottom: 4px solid #e30613;
}
.sppb-addon-articlebox .articlebox-inner {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.sppb-addon-articlebox .articlebox-inner h5 {
  margin: 0 0 15px 0;
  color: #787e87;
  font-size: 19px;
  font-weight: 300;
  font-family: Exo, sans-serif;
}
.sppb-addon-articlebox a.articlebox {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border-radius: 3px;
  border: 2px solid rgba(0,0,0,0.07);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 15px;
  padding: 12px 20px;
  color: #787e87;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.sppb-addon-articlebox a.articlebox:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-addon-articlebox a.articlebox i {
  margin-left: 10px;
}
.sppb-addon-articlebox a.articlebox:hover {
  color: #e30613;
}
.sppb-addon-articlebox a.articlebox:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.sppb-addon-articlebox-white h4.sppb-addon-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: none;
  color: #ffffff;
}
.sppb-addon-articlebox-white .sppb-addon-box-content {
  margin-bottom: 15px;
  border-bottom: 4px solid #e30613;
}
.sppb-addon-articlebox-white .articlebox-inner {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.sppb-addon-articlebox-white .articlebox-inner h5 {
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  font-family: Exo, sans-serif;
}
.sppb-addon-articlebox-white .articlebox-inner .sppb-cta-text {
  color: #ffffff;
}
.sppb-addon-articlebox-white a.articlebox {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border-radius: 3px;
  border: 2px solid rgba(255,255,255,0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 15px;
  padding: 12px 20px;
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.sppb-addon-articlebox-white a.articlebox:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(255,255,255,0.15) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.sppb-addon-articlebox-white a.articlebox i {
  margin-left: 10px;
}
.sppb-addon-articlebox-white a.articlebox:hover {
  color: #ffffff;
}
.sppb-addon-articlebox-white a.articlebox:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.major_color {
  background: #e30613;
}
#sp-page-builder .page-content .sppb-section {
  margin-top: 0px;
}
.icon-box1 span {
  background: #e30613;
}
.icon-box1 span i {
  color: #ffffff;
}
.sppb-divider {
  position: relative;
}
.sppb-divider span {
  position: absolute;
  left: 50%;
  top: -15px;
}
.sppb-divider span i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 5px solid #f7f8f8;
  background: #aeb2b7;
  color: #ffffff;
  padding-top: 5px;
}
.sp_memberpro_addon {
  text-align: center;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.sp_memberpro_addon .sppb-member-image-holder {
  overflow: hidden;
}
.sp_memberpro_addon .sppb-member-image-holder img.sppb-img-responsive {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.sp_memberpro_addon .sppb-member-details-holder {
  padding: 15px 20px;
}
.sp_memberpro_addon .sppb-member-details-holder h1,
.sp_memberpro_addon .sppb-member-details-holder h2,
.sp_memberpro_addon .sppb-member-details-holder h3,
.sp_memberpro_addon .sppb-member-details-holder h4,
.sp_memberpro_addon .sppb-member-details-holder h5,
.sp_memberpro_addon .sppb-member-details-holder h6 {
  margin: 0px 0px 5px 0px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
}
.sp_memberpro_addon .sppb-member-details-holder p.sppb-member-role {
  margin: 0px 0px 5px 0px;
}
.sp_memberpro_addon .sppb-member-details-holder div.email {
  margin: 0px 0px 0px 0px;
  color: #e30613;
  font-weight: 400;
}
.sp_memberpro_addon .sppb-member-details-holder div.email i {
  color: #787e87;
}
.sp_memberpro_addon .sppb-member-details-holder div.sppb-member-text {
  margin: 0px 0px 5px 0px;
}
.sp_memberpro_addon .sp-memberpro-links {
  background: rgba(0,0,0,0.01) none repeat scroll 0 0;
  border-top: 1px solid rgba(0,0,0,0.04);
  padding: 5px 20px;
  text-align: center;
}
.sp_memberpro_addon .sp-memberpro-links a {
  margin: 0 2px;
}
.sp_memberpro_addon:hover .sppb-member-image-holder {
  overflow: hidden;
}
.sp_memberpro_addon:hover .sppb-member-image-holder img.sppb-img-responsive {
  transform: scale(1.25);
  transition: all 0.5s ease 0s;
}
.ot_testimonial .caroufredsel_wrapper {
  margin-top: 40px !important;
}
.ot_testimonial #thumbs-wrapper {
  left: 25%;
  width: 685px;
  background-image: url(../../images/presets/preset4/q1.png), url(../../images/presets/preset4/q2.png);
  background-position: -5px 60px, right 95px;
  background-repeat: no-repeat, no-repeat;
}
.ot_testimonial #thumbs-wrapper #prev {
  top: 110px;
}
.ot_testimonial #thumbs a {
  height: 85px !important;
  width: 85px !important;
  margin: 0px !important;
  position: relative;
  z-index: 333;
}
.ot_testimonial #thumbs a img {
  border: none !important;
  opacity: 0.8 !important;
  padding: none;
  transform: scale(1);
  transition: all 0.2s ease 0s;
}
.ot_testimonial #thumbs a.selected img {
  transform: scale(1.18);
  transition: all 0.2s ease 0s;
  border: none !important;
  position: absolute !important;
  opacity: 10 !important;
  z-index: 444 !important;
}
.ot_testimonial #thumbs a:hover img {
  transform: scale(1.12);
  transition: all 0.2s ease 0s;
  border: none !important;
  opacity: 10 !important;
}
.ot_testimonial .ot_aditional {
  width: 20%;
  float: left;
  left: 90px;
  position: relative;
  margin: 0 !important;
  padding: 15px 20px 0 0;
  text-align: right;
}
.ot_testimonial .ot_aditional .ot_name {
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-bottom: 4px !important;
  text-align: right !important;
  color: #37414e;
}
.ot_testimonial .ot_aditional .ot_work {
  font-size: 15px !important;
  text-align: right !important;
}
.ot_testimonial .ot_tcontent {
  float: right;
  position: relative;
  right: 90px;
  width: 65% !important;
  padding: 0;
  color: #787e87;
  background: none;
}
.ot_testimonial .ot_tcontent .ot_title {
  background: rgba(0,0,0,0) url(../../images/blockquote_bg.png) repeat scroll 0 0;
  font-family: Cambria, serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 15px 30px;
  position: relative;
}
div.maxima .sp-portfolio-thumb img {
  height: 280px;
}
div.maxima .sp-portfolio-item-inner {
  margin: 0px;
  padding: 0px;
  background: none;
  position: relative;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb img {
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb .pack {
  background: rgba(37,41,50,0.7) none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  position: absolute;
  right: -100px;
  top: 7%;
  width: 86%;
  height: 86%;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb .pack .sp-portfolio-preview {
  background-color: rgba(255,255,255,0.1) !important;
  border: 2px solid rgba(255,255,255,0.7) !important;
  border-radius: 3px !important;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb .pack .sp-portfolio-preview:hover {
  background-color: rgba(255,255,255,0.4) !important;
  transition: all 0.2s ease 0s !important;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb .pack .sp-portfolio-link {
  background-color: rgba(255,255,255,0.1) !important;
  border: 2px solid rgba(255,255,255,0.7) !important;
  border-radius: 3px !important;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb .pack .sp-portfolio-link:hover {
  background-color: rgba(255,255,255,0.4) !important;
  transition: all 0.2s ease 0s !important;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb:hover {
  overflow: hidden;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb:hover img {
  transform: scale(1.18);
  transition: all 0.3s ease 0s;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-thumb:hover .pack {
  right: 7%;
  top: 7%;
  width: 86%;
  height: 86%;
  visibility: visible;
  transition: all 0.3s ease 0s;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-item-details {
  background: #e30613 !important;
  padding: 20px 20px 20px 0;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-item-details a h4 {
  border-bottom: 2px solid rgba(255,255,255,0.1);
  padding: 0 0 20px 20px;
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-item-details a:hover h4 {
  border-bottom: 2px solid rgba(255,255,255,0.1);
  padding-left: 20px;
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: underline;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-item-details .sp-portfolio-introtext {
  padding: 20px 0 0 20px;
  color: #ffffff;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-item-details a.read {
  margin-left: 20px;
  background: none;
  color: #384b23;
  font-size: 13px;
  padding: 0;
}
div.maxima .sp-portfolio-item-inner .sp-portfolio-item-details a.read:hover {
  text-decoration: underline;
}
div.maxima .sp-portfolio-thumb .sp-portfolio-preview {
  margin-right: -75px;
}
.sp-portfolio-loadmore {
  margin: 50px 0 30px 0 !important;
}
.sp-portfolio-loadmore .load {
  border: 2px solid rgba(0,0,0,0.2) !important;
  border-radius: 3px !important;
  background: rgab(0,0,0,0) !important;
  padding: 8px 12px !important;
}
.sp-portfolio-loadmore .load i {
  color: #54585f !important;
  font-size: 17px;
}
.sp-portfolio-loadmore .load:hover {
  background: rgab(0,0,0,0.4) !important;
}
.sp-portfolio-loadmore .load:hover i {
  color: #e30613 !important;
}
div.maxima .page-content li {
  margin-top: 15px !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  left: 7%;
  top: 7%;
  bottom: 7%;
  right: 7%;
  background: rgba(37,41,50,0.7) none repeat scroll 0 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  border-radius: 3px;
  border: 2px solid #ffffff;
  width: 45px;
  height: 45px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
  border-radius: 3px;
  border: 2px solid rgba(255,255,255,0.6);
  background-color: rgba(255,255,255,0.4);
}
.sppb-progress {
  height: 35px;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item {
  background: #fafafa;
  border: 0;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell {
  border: 0;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell.sprocket-tables-bg2,
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell.sprocket-tables-bg1 {
  background: none;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell.sprocket-tables-desc {
  background: #e30613;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell.sprocket-tables-desc >.sprocket-tables-title {
  color: #80030b;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell.sprocket-tables-desc >.sprocket-tables-text {
  background: rgba(0,0,0,0.1) none repeat scroll 0 0;
  color: #ffffff;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell.sprocket-tables-price {
  background: #ffffff;
}
.sprocket-tables-container >.sprocket-tables-block >.sprocket-tables-item .sprocket-tables-cell.sprocket-tables-link {
  background: #ffffff;
}
.list-style-1:after {
  background-color: #ddd;
  bottom: -25px;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  width: 0px !important;
}
.list-style-1 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-1 ul li {
  line-height: normal;
  list-style-type: disc;
  margin-bottom: 5px;
  margin-left: 25px;
}
.list-style-2:after {
  background-color: #ddd;
  bottom: -25px;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  width: 0px !important;
}
.list-style-2 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-2 ul li {
  margin: 0 0 5px 25px;
  line-height: normal;
  list-style-type: decimal;
}
.list-style-3:after {
  background-color: #ddd;
  bottom: -25px;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  width: 0px !important;
}
.list-style-3 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-3 ul li {
  margin: 0 0 5px 25px;
  line-height: normal;
  list-style-type: upper-roman;
}
.list-style-4:after {
  background-color: #ddd;
  bottom: -25px;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  width: 0px !important;
}
.list-style-4 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-4 ul li {
  margin: 0 0 5px 25px;
  line-height: normal;
  list-style-type: upper-alpha;
}
.list-style-5 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-5 ul li {
  padding-left: 25px;
  margin: 0 0 5px 15px;
  line-height: normal;
  background: url(../../images/list_tick.png) no-repeat left center;
}
.list-style-6 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-6 ul li {
  padding-left: 25px;
  margin: 0 0 5px 15px;
  line-height: normal;
  background: url(../../images/list_info.png) no-repeat left center;
}
.list-style-7 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-7 ul li {
  padding-left: 25px;
  margin: 0 0 5px 15px;
  line-height: normal;
  background: url(../../images/list_warning.png) no-repeat left center;
}
.list-style-8 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-8 ul li {
  padding-left: 25px;
  margin: 0 0 5px 15px;
  line-height: normal;
  background: url(../../images/list_add.png) no-repeat left center;
}
.list-style-9 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-9 ul li {
  padding-left: 25px;
  margin: 0 0 5px 15px;
  line-height: normal;
  background: url(../../images/list_minus.png) no-repeat left center;
}
.list-style-10 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-10 ul li {
  padding-left: 25px;
  margin: 0 0 5px 15px;
  line-height: normal;
  background: url(../../images/list_arrow.png) no-repeat left center;
}
.list-style-11 ul {
  list-style-type: none;
  padding: 0px;
}
.list-style-11 ul li {
  padding-left: 25px;
  margin: 0 0 5px 15px;
  line-height: normal;
  background: url(../../images/list_help.png) no-repeat left center;
}
.sppb-addon-box-pro {
  position: relative;
}
.sppb-addon-box-pro:hover .sppb-addon-box-content {
  overflow: hidden;
}
.sppb-addon-box-pro:hover .sppb-addon-box-content img {
  transform: scale(1.18);
  transition: all 0.5s ease 0s;
}
.sppb-addon-box-pro .sppb-addon-box-content {
  overflow: hidden;
}
.sppb-addon-box-pro .sppb-addon-box-content img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.sppb-addon-box-pro .articlebox-inner {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e30613;
  text-align: center;
  color: #ffffff;
}
.sppb-addon-box-pro .articlebox-inner .just-icon {
  background: #719e3e none repeat scroll 0 0;
  border-radius: 3px;
  display: block;
  font-size: 20px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 50px;
}
.sppb-addon-box-pro .articlebox-inner .sppb-addon-title {
  border-bottom: 2px solid rgba(255,255,255,0.1);
  display: block;
  font-size: 25px;
  line-height: 28px;
  margin: 0 20px;
  padding: 40px 0 15px;
  color: #ffffff;
}
.sppb-addon-box-pro .articlebox-inner .sppb-cta-text {
  margin: 0 20px;
  padding: 15px 20px 20px;
}
.contact_box {
  text-align: center;
}
.contact_box ul.contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact_box ul.contact-list li {
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 9px 0;
  color: #e30613;
}
.contact_box ul.contact-list li:first-child {
  border-top: 1px solid rgba(0,0,0,0.07);
}
.contact_box ul.contact-list li:last-child {
  border-bottom: none;
}
.contact_box ul.contact-list li i {
  margin-right: 7px;
  color: #484c51;
}
.about_box {
  text-align: center;
}
.about_box ul.contact-list {
  list-style-type: none;
  padding: 20px 0 0 0;
  margin: 0;
}
.about_box ul.contact-list li {
  padding: 3px 0;
  color: #b7bcc8;
}
.about_box ul.contact-list li i {
  margin-right: 7px;
  color: #60656c;
}
.map_box {
  text-align: center;
}
.map_box #sp_simple_map_canvas {
  border-bottom: 4px solid #e30613;
  margin-bottom: 15px;
}
.map_box .buttons_wrapper {
  margin-top: 5px;
}
.map_box .buttons_wrapper a.btn1 {
  background: #353f4c;
  border-color: rgba(0,0,0,0.07);
  color: #ffffff;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0px;
  padding: 12px 20px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.map_box .buttons_wrapper a.btn1:before {
  border-radius: 50%;
  background: #353f4c;
  border-style: solid;
  border-width: 2px;
  content: "?";
  display: block;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  position: absolute;
  right: -16px;
  text-align: center;
  top: 5px;
  width: 23px;
}
.map_box .buttons_wrapper a.btn2 {
  background: #516175;
  border-color: rgba(0,0,0,0.07);
  color: #ffffff;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0px;
  padding: 12px 20px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.map_box ul.map-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.map_box ul.map-list li {
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 9px 0;
  color: #e30613;
}
.map_box ul.map-list li:first-child {
  border-top: 1px solid rgba(0,0,0,0.07);
}
.map_box ul.map-list li:last-child {
  border-bottom: none;
}
.map_box ul.map-list li i {
  margin-right: 7px;
  color: #484c51;
}
.text_with_icon.left {
  clear: both;
  padding: 10px 0;
}
.text_with_icon.left .text_with_icon_icon {
  background: #dedede;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.text_with_icon.left .text_with_icon_icon.square {
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}
.text_with_icon.left .text_with_icon_icon.rounded {
  border-radius: 100px;
  text-align: center;
  vertical-align: middle;
}
.text_with_icon.left .text_with_icon_icon.green1 {
  background: #74c32d url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #63ba26;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.green2 {
  background: #32ba55 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #2cb14f;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.theme {
  background: #e30613 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ca0511;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.blue1 {
  background: #449ed7 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #3a92d0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.blue2 {
  background: #4874cd url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #3d63c6;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.purple1 {
  background: #7e47da url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #6b3cd4;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.purple2 {
  background: #b94fb5 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #af43aa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.pink1 {
  background: #ef679d url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ed588e;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.pink2 {
  background: #e33459 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #df2c4c;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.red {
  background: #ee4e3c url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #eb4333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.orange {
  background: #ff802c url("../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ff6d25;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.yellow {
  background: #f3d73b url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #f1d132;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.light {
  background: none;
  border: 3px solid #dedede;
}
.text_with_icon.left .text_with_icon_icon.light i {
  color: #39464e !important;
}
.text_with_icon.left .text_with_icon_icon.dark {
  background: #2f3338 none repeat scroll 0 0;
  border: 1px solid #323639;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.left .text_with_icon_icon.dark i {
  color: #e6eaed !important;
}
.text_with_icon.left .text_with_icon_icon.big {
  height: 75px;
  width: 75px;
}
.text_with_icon.left .text_with_icon_icon.big i {
  font-size: 30px;
  top: 20px;
  position: relative;
}
.text_with_icon.left .text_with_icon_icon.medium {
  height: 60px;
  width: 60px;
}
.text_with_icon.left .text_with_icon_icon.medium i {
  font-size: 26px;
  top: 16px;
  position: relative;
}
.text_with_icon.left .text_with_icon_icon.small {
  height: 40px;
  width: 40px;
}
.text_with_icon.left .text_with_icon_icon.small i {
  font-size: 18px;
  top: 10px;
  position: relative;
}
.text_with_icon.left .title {
  font-size: 18px;
  font-weight: 400;
  color: #313538;
  margin-bottom: 10px;
}
.text_with_icon.left .title:hover {
  color: #e30613;
}
.text_with_icon.left a.yes span {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to bottom,#ed0614,#e30613) repeat scroll 0 0;
  border: 1px solid #ca0511;
  padding: 7px 23px;
  text-shadow: 0 -1px 0 #e30613;
  border-radius: 2px;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  top: 20px;
}
.text_with_icon.left a.yes span:hover {
  background: linear-gradient(to bottom,#d90612,#ca0511) repeat scroll 0 0;
  border: 1px solid #ca0511;
}
.text_with_icon.left a.no {
  display: none;
}
.text_with_icon.right .text_with_icon_icon {
  background: #dedede;
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.text_with_icon.right .text_with_icon_icon.square {
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}
.text_with_icon.right .text_with_icon_icon.rounded {
  border-radius: 100px;
  text-align: center;
  vertical-align: middle;
}
.text_with_icon.right .text_with_icon_icon.green1 {
  background: #74c32d url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #63ba26;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.green2 {
  background: #32ba55 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #2cb14f;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.theme {
  background: #e30613 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ca0511;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.blue1 {
  background: #449ed7 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #3a92d0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.blue2 {
  background: #4874cd url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #3d63c6;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.purple1 {
  background: #7e47da url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #6b3cd4;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.purple2 {
  background: #b94fb5 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #af43aa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.pink1 {
  background: #ef679d url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ed588e;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.pink2 {
  background: #e33459 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #df2c4c;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.red {
  background: #ee4e3c url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #eb4333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.orange {
  background: #ff802c url("../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ff6d25;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.yellow {
  background: #f3d73b url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #f1d132;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.light {
  background: #ffffff url("../../images/btn-soc.png") repeat-x scroll center top;
  border: 1px solid #dedede;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.light i {
  color: #444444 !important;
}
.text_with_icon.right .text_with_icon_icon.dark {
  background: #2f3338 none repeat scroll 0 0;
  border: 1px solid #323639;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.right .text_with_icon_icon.dark i {
  color: #e6eaed !important;
}
.text_with_icon.right .text_with_icon_icon.big {
  height: 84px;
  width: 84px;
}
.text_with_icon.right .text_with_icon_icon.big i {
  font-size: 40px;
  top: 22px;
  position: relative;
}
.text_with_icon.right .text_with_icon_icon.medium {
  height: 60px;
  width: 60px;
}
.text_with_icon.right .text_with_icon_icon.medium i {
  font-size: 26px;
  top: 16px;
  position: relative;
}
.text_with_icon.right .text_with_icon_icon.small {
  height: 40px;
  width: 40px;
}
.text_with_icon.right .text_with_icon_icon.small i {
  font-size: 18px;
  top: 10px;
  position: relative;
}
.text_with_icon.right .title {
  font-size: 18px;
  font-weight: 400;
  color: #313538;
  margin-bottom: 10px;
  text-align: right;
}
.text_with_icon.right .title:hover {
  color: #e30613;
}
.text_with_icon.right div.text_with_icon_content {
  text-align: right;
}
.text_with_icon.right a.yes {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to bottom,#ed0614,#e30613) repeat scroll 0 0;
  border: 1px solid #ca0511;
  padding: 7px 23px;
  text-shadow: 0 -1px 0 #e30613;
  border-radius: 2px;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  top: 20px;
  float: right;
}
.text_with_icon.right a.yes:hover {
  background: linear-gradient(to bottom,#d90612,#ca0511) repeat scroll 0 0;
  border: 1px solid #ca0511;
}
.text_with_icon.right a.no {
  display: none;
}
.text_with_icon.center .text_with_icon_icon {
  background: #dedede;
  margin: 0 auto;
}
.text_with_icon.center .text_with_icon_icon.square {
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}
.text_with_icon.center .text_with_icon_icon.rounded {
  border-radius: 100px;
  text-align: center;
  vertical-align: middle;
}
.text_with_icon.center .text_with_icon_icon.green1 {
  background: #74c32d url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #63ba26;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.green2 {
  background: #32ba55 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #2cb14f;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.theme {
  background: #e30613 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ca0511;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.blue1 {
  background: #449ed7 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #3a92d0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.blue2 {
  background: #4874cd url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #3d63c6;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.purple1 {
  background: #7e47da url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #6b3cd4;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.purple2 {
  background: #b94fb5 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #af43aa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.pink1 {
  background: #ef679d url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ed588e;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.pink2 {
  background: #e33459 url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #df2c4c;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.red {
  background: #ee4e3c url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #eb4333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.orange {
  background: #ff802c url("../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #ff6d25;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.yellow {
  background: #f3d73b url("../../images/serv-bg.png") repeat-x scroll center top;
  border: 1px solid #f1d132;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.light {
  background: #ffffff url("../../images/btn-soc.png") repeat-x scroll center top;
  border: 1px solid #dedede;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.light i {
  color: #444444 !important;
}
.text_with_icon.center .text_with_icon_icon.dark {
  background: #2f3338 none repeat scroll 0 0;
  border: 1px solid #323639;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.text_with_icon.center .text_with_icon_icon.dark i {
  color: #e6eaed !important;
}
.text_with_icon.center .text_with_icon_icon.big {
  height: 84px !important;
  width: 84px !important;
}
.text_with_icon.center .text_with_icon_icon.big i {
  font-size: 40px;
  top: 22px;
  position: relative;
}
.text_with_icon.center .text_with_icon_icon.medium {
  height: 60px !important;
  width: 60px !important;
}
.text_with_icon.center .text_with_icon_icon.medium i {
  font-size: 26px;
  top: 13px;
  position: relative;
}
.text_with_icon.center .text_with_icon_icon.small {
  height: 40px !important;
  width: 40px !important;
}
.text_with_icon.center .text_with_icon_icon.small i {
  font-size: 18px;
  top: 10px;
  position: relative;
}
.text_with_icon.center .title {
  font-size: 18px;
  font-weight: 400;
  color: #313538;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.text_with_icon.center .title:hover {
  color: #e30613;
}
.text_with_icon.center div.text_with_icon_content {
  text-align: center;
}
.text_with_icon.center a.yes {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to bottom,#ed0614,#e30613) repeat scroll 0 0;
  border: 1px solid #ca0511;
  padding: 7px 23px;
  text-shadow: 0 -1px 0 #e30613;
  border-radius: 2px;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  top: 20px;
}
.text_with_icon.center a.yes:hover {
  background: linear-gradient(to bottom,#d90612,#ca0511) repeat scroll 0 0;
  border: 1px solid #ca0511;
}
.text_with_icon.center a.no {
  display: none;
}
.carousel-control.left {
  background-image: none;
  color: #d1d1d1;
  font-size: 40px;
  left: 16.5%;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  text-shadow: none;
  bottom: 0;
  top: 380px;
  width: 20px;
  height: 15px;
}
.carousel-control.left:hover {
  opacity: 0.9;
  color: #e30613;
}
.carousel-control.right {
  background-image: none;
  color: #d1d1d1;
  font-size: 40px;
  left: 18%;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  text-shadow: none;
  bottom: 0;
  top: 380px;
  width: 20px;
  height: 15px;
}
.carousel-control.right:hover {
  opacity: 0.9;
  color: #e30613;
}
#sp-left .c-side,
#sp-right .c-side {
  padding-top: 30px !important;
  background: #eff0f0;
}
#sp-left .c-side ul.nav li:nth-child(2n+1) a,
#sp-right .c-side ul.nav li:nth-child(2n+1) a {
  background: rgba(0,0,0,0.02) none repeat scroll 0 0;
}
#sp-left .c-side ul.nav li a,
#sp-right .c-side ul.nav li a {
  line-height: 20px;
}
#sp-left .c-side ul.nav li a:hover,
#sp-right .c-side ul.nav li a:hover {
  background: #ffffff;
  color: #787e87;
}
.error-page .error-page-inner {
  background: #262932 !important;
}
.tparrows.preview3:after {
  background: rgba(0,0,0,0.75) !important;
}
.tparrows.preview3 {
  background: rgba(255,255,255,0.9) none repeat scroll 0 0 !important;
}
.tp-caption .large_bold_black_theme {
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
  font-size: 45px;
  font-weight: 100;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: Exo, Arial, Tahoma, sans-serif;
  background-color: transparent;
  text-decoration: none;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
  text-align: center;
}
.tp-caption .medium_thin_grey_theme {
  color: #e4e4e4;
  text-shadow: 0 0 6px rgba(0,0,0,0.9);
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  border-width: 0px;
  border-color: #e4e4e4;
  border-style: none;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
}
.tp-caption a.b-theme {
  border: 1px solid;
  background: transparent;
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px;
  font-family: Exo, sans-serif;
}
.tp-caption a.b-theme:after {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  background: rgba(255,255,255,0.15) none repeat scroll 0 0;
  width: 100%;
  z-index: -1;
}
.tp-caption a.b-theme:hover {
  text-decoration: none;
  border-radius: 3px;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  color: #ffffff;
}
.tp-caption a.b-theme:hover:after {
  height: 100%;
  transition: all 0.3s ease 0s;
}
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-menu,
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-top-social {
  background-color: #2f313a;
}
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-menu .sp-megamenu-parent > li,
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-top-social .sp-megamenu-parent > li {
  border-right: 1px solid rgba(255,255,255,0.03);
  transition: none !important;
}
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-menu .sp-megamenu-parent > li.active > a,
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-top-social .sp-megamenu-parent > li.active > a {
  background: #262932 none repeat scroll 0 0;
}
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-menu .sp-megamenu-parent > li > a:hover,
body.layout-boxed #sp-header-sticky-wrapper #sp-header #sp-top-social .sp-megamenu-parent > li > a:hover {
  background: #262932 none repeat scroll 0 0 !important;
  border-top: 3px solid #262932 !important;
  transition: none !important;
}
body.layout-boxed #only-search #mod-search-searchword {
  background: url("../../images/search.png") no-repeat scroll 8px center !important;
  border: 2px solid rgba(255,255,255,0.07) !important;
}
body.layout-boxed div.sp-contact-info div {
  border: 2px solid rgba(255,255,255,0.07) !important;
}
body.layout-boxed div.sp-contact-info div i {
  color: #aaaaaa !important;
}
#sp-simpleportfolio.sp-simpleportfolio-view-item {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
#sp-simpleportfolio .sp-simpleportfolio-image {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
#sp-simpleportfolio .sp-simpleportfolio-details {
  width: 48%;
  float: right;
  padding: 20px 20px 15px 0;
}
#sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
  float: left;
}
#sp-simpleportfolio .sp-simpleportfolio-meta {
  width: 100%;
  float: left;
  padding-left: 0;
}
#sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-created,
#sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-tags {
  background: rgba(0,0,0,0.04) none repeat scroll 0 0;
  border-radius: 3px;
  margin: 5px 0;
  height: 40px;
  padding-left: 15px;
}
#sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-created h4,
#sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-tags h4 {
  float: left;
  margin: 0 15px 0 0;
  line-height: normal;
  width: 25%;
  font-weight: 300;
  line-height: 40px;
}
#sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-created span,
#sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-tags span {
  float: left;
  width: 70%;
  line-height: 40px;
}
#sp-simpleportfolio .sp-simpleportfolio-meta .sp-simpleportfolio-tags span {
  color: #e30613;
}
.shuffle-item .sp-simpleportfolio-overlay-wrapper,
.shuffle-item .sp-simpleportfolio-info {
  background: #fff none repeat scroll 0 0 !important;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.shuffle-item .sp-simpleportfolio-overlay-wrapper h3.sp-simpleportfolio-title,
.shuffle-item .sp-simpleportfolio-info h3.sp-simpleportfolio-title {
  font-size: 19px !important;
}
div.catItemView {
  background: #ffffff !important;
}
div.catItemView div.blogCatItemImageBlock span.blogCatItemImage a img {
  transform: scale(1) !important;
  transition: all 0.5s ease 0s;
}
div.catItemView div.blogCatItemImageBlock {
  overflow: hidden !important;
}
div.catItemView:hover div.blogCatItemImageBlock span.blogCatItemImage a img {
  transform: scale(1.18) !important;
  transition: all 0.5s ease 0s;
}
div.catItemView:hover div.blogCatItemImageBlock {
  overflow: hidden !important;
}
div.tagItemHeader h4 {
  font-size: 26px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
}
