.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;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 40px;
  padding-right: 0;
  line-height: 92px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent >li.active a {
  color: #3d449a;
}
.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 .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 {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 0 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;
  padding-right: 10px;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 70px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 20px;
}
.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;
  border-bottom: 1px solid #dddddd;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 12px 0;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #3d449a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
  border-bottom: none;
}
.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-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 90px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  margin: 38px 0 27px 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
ul.nav > li {
  display: inline-block;
}
@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  overflow-x: hidden;
  color: #000;
}
h1,
h2,
h3,
h4,
h5 {
  color: #2a2a2a;
}
img {
  max-width: 100%;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  display: inline-block;
}
a {
  text-decoration: none;
  -webkit-transition: 200ms;
  transition: 200ms;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
keygen,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  box-shadow: none !important;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font: 13.3333px Arial;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus,
button:focus {
  box-shadow: none !important;
  border-color: #3d449a !important;
}
.ob-btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.ob-btn.sppb-btn-style2 {
  background-color: #3d449a;
  color: #ffffff;
}
.ob-btn.sppb-btn-style2:hover {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.sppb-carousel-indicators {
  position: inherit;
  bottom: inherit;
  margin-left: 0;
  left: inherit;
  width: inherit;
}
.sppb-carousel-indicators li {
  margin: 0 5px;
  border-color: #f0b2b5;
  background-color: #f0b2b5;
  display: inline-block;
  width: 12px;
  height: 12px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sppb-carousel-indicators li.active {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  opacity: 1;
  margin: 0 5px;
}
.sppb-carousel-indicators li:hover {
  opacity: 1;
}
#sp-main-body {
  padding-bottom: 80px;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  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;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input: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);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.sticky-wrapper.is-sticky #sp-header {
  z-index: 15;
  background-color: #ffffff;
}
#sp-header {
  position: relative;
  z-index: 1;
}
#sp-header:after {
  background-image: url('../images/bg-header.png');
  height: 17px;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
}
#sp-header:before {
  background-image: url('../images/dotted.jpg');
  height: 1px;
  width: 100%;
  position: absolute;
  content: "";
  top: 1px;
}
#sp-header #sp-logo h1 {
  margin-top: 29px;
}
#sp-top2 {
  text-align: right;
}
#sp-top2 li a {
  padding-right: 0;
  padding-left: 30px;
}
#sp-top2 li a:hover {
  background-color: transparent;
  color: #ffffff;
}
#sp-top-bar {
  font-size: 12px;
}
#sp-top-bar .sp-contact-info {
  margin-bottom: 0;
}
#sp-top-bar .sp-contact-info li {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sp-menu {
  position: relative;
}
#sp-menu .sp-megamenu-wrapper {
  float: right;
  position: relative;
}
#sp-menu .ob_cart {
  position: absolute;
  right: 20px;
  top: 15px;
}
#sp-menu .search_top {
  position: absolute;
  right: 50px;
  top: 17px;
}
#sp-menu .search_top .content_search .search_top {
  position: inherit;
}
#sp-bottom {
  font-size: 13px;
}
#sp-bottom h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
#sp-bottom ul li {
  display: block;
}
#sp-bottom ul li a {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
#sp-bottom ul li a:hover {
  background-color: transparent;
}
#sp-footer {
  font-size: 12px;
}
article .share-content {
  width: 60px;
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
}
article .share-content .article-info li {
  text-align: center;
  background: #3d449a;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
  line-height: 22px;
  margin: 0;
  font-style: normal;
}
article .share-content .article-info li time i {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
article .share-content .sp-social-share {
  margin: 10px 0 0 0;
  border: 1px solid #eee;
  text-align: center;
}
article .share-content .sp-social-share ul {
  margin: 0;
}
article .share-content .sp-social-share ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
article .share-content .sp-social-share ul li .facebook {
  color: #4c67a2;
}
article .share-content .sp-social-share ul li .twitter-share-button {
  color: #00acee;
}
article .share-content .sp-social-share ul li .google {
  color: #d77066;
}
article .share-content .sp-social-share ul li a:hover {
  color: #000000;
}
article .content-inner {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
}
article .content-inner .content-wrap {
  padding-bottom: 50px;
}
article .content-inner .entry-header h2 {
  line-height: 40px;
}
article .content-inner .entry-header h2 a {
  font-weight: normal;
  font-size: 24px;
  color: #000000;
}
article .content-inner .entry-header h2 a:hover {
  color: #3d449a;
}
article .content-inner .entry-header .article-info {
  margin-bottom: 20px;
}
article .content-inner .entry-header .article-info li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  color: #7a7a7a;
  font-size: 13px;
}
article .content-inner .entry-header .article-info li:last-child {
  margin-right: 0;
}
article .content-inner .entry-header .article-info .createdby {
  text-transform: none;
}
article .content-inner .entry-header .article-info .createdby .author_post {
  color: #3d449a;
}
article .content-inner .entry-header .article-info .createdby .author_post:hover {
  color: #000000;
}
article .content-inner .entry-header .article-info .category-name {
  text-transform: none;
}
article .content-inner .entry-header .article-info .category-name a {
  color: #3d449a;
  position: relative;
z-index: 1;
}
article .content-inner .entry-header .article-info .category-name a:hover {
  color: #000000;
}
article .content-inner .entry-header .article-info .category-name:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #aaa;
  margin-right: 2px;
  font-size: 7px;
  vertical-align: middle;
}
#jc {
  margin-top: 30px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.voting-symbol span.star {
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0 2px;
  font-family: star;
}
.voting-symbol span.star.active:before {
  color: #3d449a;
}
.voting-symbol span.star:before {
  content: "\73 ";
  color: #d3ced2;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\73";
  cursor: pointer;
}
.post_rating {
  display: inline-block;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  background: #3d449a;
}
.voting-symbol span.star.active:before {
  color: #3d449a;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #2f3475;
}
.entry-link,
.entry-quote {
  background: #3d449a;
}
blockquote {
  border-color: #3d449a;
}
.entry-gallery {
  position: relative;
}
.entry-gallery .carousel-left,
.entry-gallery .carousel-right {
  padding: 10px 5px;
  background-color: rgba(255,255,255,0.5) !important;
  margin-top: -15px;
  z-index: 12;
  position: absolute;
  top: 50%;
}
.entry-gallery .carousel-left:hover,
.entry-gallery .carousel-right:hover {
  background: #3d449a;
}
.entry-gallery .carousel-left {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.entry-gallery .carousel-right {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.pagination-wrapper {
  text-align: center;
}
.sticky {
  position: relative;
}
.sticky #sp-right {
  position: inherit;
}
.sticky #sp-right .wrap_sidebar {
  position: fixed;
  top: 120px;
}
.sticky.at-bottom #sp-right .wrap_sidebar {
  position: absolute;
  bottom: 0;
  top: inherit;
}
.recent_blog .item h4 {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}
.recent_blog .item .article-info {
  font-size: 13px;
}
.recent_blog .item .article-info strong {
  font-weight: normal;
  color: #3d449a;
}
.sp_ob_homeslider {
  padding: 100px 0;
  padding-bottom: 155px;
}
.sp_ob_homeslider .sppb-item {
  padding-top: 0;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-img {
  display: inline-block;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-caption {
  display: inline-block;
  max-width: 520px;
  margin: 0 100px;
  position: relative;
  top: 70px;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text h2 {
  margin-bottom: 35px;
  line-height: 54px;
  font-size: 54px;
  color: #3d449a;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #7a7a7a;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn {
  margin-top: 23px;
  padding: 9px 20px;
  padding-bottom: 11px;
  border-radius: 3px;
  color: #3d449a;
  border: 1px solid #3d449a;
  line-height: 14px;
  text-transform: uppercase;
  font-family: 'Roboto Slab';
  font-weight: 700;
  background-color: transparent;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn i {
  border: 1px solid #3d449a;
  border-radius: 50%;
  text-align: center;
  padding-left: 2px;
  line-height: 18px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  font-size: 18px;
  top: 1px;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn:hover {
  background-color: #3d449a;
  color: #ffffff;
}
.sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text a.sppb-btn:hover i {
  border-color: #ffffff;
}
.sp_ob_homeslider .sppb-item.two_img .sppb-carousel-img {
  width: 360px;
}
.sp_ob_homeslider .sppb-item.two_img .sppb-carousel-caption {
  max-width: 415px;
  margin: 0 40px;
}
.sp_ob_homeslider .sppb-carousel-arrow {
  top: 50%;
  bottom: auto;
  margin-top: -23px;
  width: 45px;
  height: 45px;
  text-shadow: none;
  display: table;
  text-align: center;
  background-color: rgba(255,255,255,0.28);
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.sp_ob_homeslider .sppb-carousel-arrow i {
  display: table-cell;
  vertical-align: middle;
  color: #3d449a;
}
.sp_ob_homeslider .sppb-carousel-arrow:hover {
  border-color: #3d449a;
}
.sp_ob_homeslider .sppb-carousel-arrow.left {
  left: 20px;
}
.sp_ob_homeslider .sppb-carousel-arrow.right {
  right: 20px;
}
#sp-page-builder .page-content .sppb-section.box_featured {
  margin-top: -115px;
}
#sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row {
  background-color: #ffffff;
  position: relative;
  border-radius: 5px 5px 0 0;
  background-image: url(../images/icon-box-shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 55px;
}
#sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row > div {
  margin-top: -84px;
}
#sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row:before {
  position: absolute;
  content: "";
  display: block;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 36px;
  border: 1px dashed #eeeeee;
}
#sp-page-builder .page-content .sppb-section.box_featured .sppb-media-body {
  padding: 20px 0;
}
#sp-page-builder .page-content .sppb-section.box_featured .sppb-media-body .sppb-feature-box-title {
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
}
#sp-page-builder .page-content .sppb-section.box_featured .pull-left img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#sp-page-builder .page-content .sppb-section.box_featured .sppb-addon:hover .pull-left img {
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
#sp-page-builder .page-content .sppb-section.box_featured .sppb-media {
  overflow: inherit;
}
.sc-heading {
  margin-top: 23px;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
.sc-heading .heading__primary {
  font-weight: normal;
  color: #2a2a2a;
  margin-top: 0;
  padding: 0 15px;
  margin-bottom: 0;
  line-height: 100%;
  text-transform: uppercase;
}
.sc-heading .heading__content {
  margin-top: 10px;
}
.sc-heading .separator {
  display: inline-block;
  position: relative;
  margin: 20px 0;
}
.sc-heading .separator:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  top: 50%;
  left: -60px;
  background-color: #dddddd;
}
.sc-heading .separator:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  top: 50%;
  right: -60px;
  background-color: #dddddd;
}
.sc-heading.bg_heading {
  background-image: url(../images/bg_wave.png);
  background-repeat: repeat-x;
  background-position: 2px;
}
.sp_ob_opening_slider .sppb-carousel-indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item {
  padding: 0;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .bg_img {
  position: relative;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .bg_img img {
  width: 100%;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .bg_img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  content: "";
  background: rgba(0,0,0,0.3) url(../images/wave-line.png);
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption {
  position: absolute;
  top: 100px;
  width: 100%;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h5 {
  background: url(../images/event-heading-bg.png) no-repeat center;
  background-size: contain;
  height: 67px;
  padding-top: 12px;
  color: #5a5a5a;
  margin-bottom: 60px;
  margin-top: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h2 {
  font-size: 48px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #ffffff;
  line-height: 100%;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  margin-bottom: 30px;
  color: #ffffff;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time svg {
  position: absolute;
  left: 0;
  top: -5px;
  fill: #fff;
}
.sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time .btn_item {
  display: block;
}
.sppb-testimonial-pro h3 {
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  margin-top: 0;
  font-size: 22px;
  padding: 0 15px;
  margin-bottom: 25px;
  line-height: 100%;
  text-transform: uppercase;
}
.sppb-testimonial-pro .sppb-item img {
  border: 4px solid #f0b2b5;
  width: 80px;
  height: 80px;
  border-radius: 70px;
  margin-bottom: 30px !important;
}
.sppb-testimonial-pro .sppb-item .sppb-testimonial-message {
  width: 555px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  max-width: 100%;
}
.sppb-testimonial-pro .sppb-item .sppb-testimonial-client {
  margin: 20px 0;
  margin-bottom: 28px;
}
.sppb-testimonial-pro .sppb-item .sppb-testimonial-client h5 {
  font-weight: normal;
  color: #ffffff;
}
.sppb-testimonial-pro .sppb-carousel-indicators {
  margin-bottom: 0;
}
.sppb-testimonial-pro .sppb-carousel-indicators li {
  width: 15px;
  height: 15px;
}
.cmc-signup form .control-group {
  margin-bottom: 0;
}
.cmc-signup .label_form {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.cmc-signup .label_form .title_cmc {
  color: #5a5a5a;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 16px;
  display: block;
  line-height: 100%;
  font-family: 'Roboto Slab';
  text-transform: uppercase;
}
.cmc-signup .label_form .span12 {
  margin-left: 63px;
}
.cmc-signup .label_form .burst {
  position: absolute;
  top: 35px;
  left: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  z-index: 1;
}
.cmc-signup .label_form .burst i {
  font-size: 20px;
}
.cmc-signup .label_form .burst,
.cmc-signup .label_form .burst:before,
.cmc-signup .label_form .burst:after,
.cmc-signup .label_form .burst div,
.cmc-signup .label_form .burst div:before,
.cmc-signup .label_form .burst div:after {
  height: 33px;
  width: 33px;
  background: #3d449a;
}
.cmc-signup .label_form .burst:before,
.cmc-signup .label_form .burst:after,
.cmc-signup .label_form .burst div,
.cmc-signup .label_form .burst div:before,
.cmc-signup .label_form .burst div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.cmc-signup .label_form .burst:before,
.cmc-signup .label_form .burst div:before {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.cmc-signup .label_form .burst:after,
.cmc-signup .label_form .burst div:after {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.cmc-signup .label_form .burst div {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 2;
}
.cmc-signup .label_form .burst > div > div {
  display: table;
}
.cmc-signup .label_form .burst span {
  display: table-cell;
  vertical-align: middle;
}
.cmc-signup .form_cmc {
  padding: 30px 0;
}
.cmc-signup .form_cmc .controls input {
  width: 320px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0;
  padding-left: 10px;
  border: 1px solid #f2eadf;
  height: 43px;
  line-height: inherit;
}
.cmc-signup .form_cmc button {
  background: none;
  top: 40px;
  position: absolute;
  left: 282px;
  color: #333333;
  border: none;
}
.cmc-signup .form_cmc button:hover {
  background: none;
  color: #333333;
}
.social-icons {
  margin: 30px 0;
  list-style-type: none;
  text-align: right;
}
.social-icons li {
  display: inline-block;
  margin-left: 20px;
}
.social-icons li div {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
.social-icons li div a {
  color: #ffffff;
  font-size: 18px;
}
.social-icons li div a i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-icons li div a:hover i {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  color: #ffffff;
}
.social-icons li .facebook {
  background-image: url(../images/background-facebook.png);
}
.social-icons li .twitter {
  background-image: url(../images/background-twitter.png);
}
.social-icons li .pinterest {
  background-image: url(../images/background-pinterest.png);
}
.social-icons li .google {
  background-image: url(../images/background-googleplus.png);
}
.social-icons li .youtube {
  background-image: url(../images/background-youtube.png);
}
.counters-box .content-box-percentage .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  opacity: 0.7;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 100%;
  background-color: #3d449a;
}
.counters-box .content-box-percentage .circle .number {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  line-height: 100%;
}
.counters-box .content-box-percentage .circle .text {
  margin-top: 15px;
  font-size: 30px;
  color: #fff;
}
.list-html-teams .team_html_item {
  text-align: center;
  margin-bottom: 15px;
}
.list-html-teams .team_html_item .boxes-avata {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.list-html-teams .team_html_item .boxes-avata .social_link {
  position: absolute;
  bottom: -55px;
  width: 100%;
  text-align: center;
  background-color: #3d449a;
  opacity: 0.8;
  line-height: 55px;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.list-html-teams .team_html_item .boxes-avata .social_link a {
  margin: 0 6px;
  color: #ffffff;
}
.list-html-teams .team_html_item .name {
  font-weight: normal;
  color: #000000;
  margin-bottom: 5px;
  font-size: 16px;
}
.list-html-teams .team_html_item .subtitle {
  font-style: italic;
  color: #7a7a7a;
  font-size: 13px;
}
.list-html-teams .team_html_item:hover .boxes-avata .social_link {
  bottom: 0;
}
.list-html-content {
  text-align: right;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
.list-html-content .col-sm-6 {
  text-align: right;
}
.list-html-content .line-center {
  width: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  background: #7a7a7a;
}
.list-html-content .line-center:after,
.list-html-content .line-center:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  background: #7a7a7a;
  position: absolute;
  left: 50%;
  margin-left: -6px;
}
.list-html-content .line-center:after {
  bottom: 0;
}
.list-html-content .col-sm-6:nth-child(2n) {
  text-align: left;
}
.list-html-content .col-sm-6:nth-child(2n) .item-content {
  padding-right: 10px;
  padding-left: 45px;
}
.list-html-content .item-content {
  padding: 20px 45px 20px 10px;
  margin-bottom: 20px;
  max-width: 410px;
  display: inline-block;
}
.list-html-content .item-content .title-list h3 {
  color: #2a2a2a;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
}
.list-html-content .item-content .desc-list {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  font-style: normal;
}
.gallery_about .sppb-carousel {
  padding: 40px 0;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.gallery_about .sppb-container {
  max-width: 1033px;
}
.gallery_about .sppb-carousel-indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gallery_about .sppb-carousel-indicators li {
  margin: 0 12px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.5);
  border: none;
}
.gallery_about .sppb-carousel-indicators li.active {
  background-color: #3d449a;
}
.sppb-addon-module {
  margin-bottom: 50px;
}
.sppb-addon-module .sppb-addon-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.slide_product_home .grid_products {
  margin: 0 -15px;
}
.slide_product_home .owl-carousel .owl-item {
  padding: 0 15px;
}
.slide_product_home .owl-dots {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 38px;
}
.slide_product_home .owl-dots .owl-dot {
  width: 12px;
  cursor: pointer;
  height: 12px;
  margin: 5px 7px;
  display: inline-block;
  background-color: #dddddd;
  border-radius: 50%;
  border: 2px solid #dddddd;
}
.slide_product_home .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border-color: #3d449a;
}
.slide_product_home .controls_navi > div {
  position: absolute;
  top: 50%;
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  color: #dddddd;
  width: 30px;
  line-height: 28px;
  text-align: center;
  height: 30px;
  margin-top: -15px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slide_product_home .controls_navi > div:hover {
  color: #3d449a;
  border-color: #3d449a;
}
.slide_product_home .controls_navi .owl-prev {
  left: -40px;
}
.slide_product_home .controls_navi .owl-next {
  right: -40px;
}
#fancybox-wrap {
  padding: 10px;
}
.modal-body {
  width: 800px;
}
#fancybox-content {
  border-width: 0 !important;
}
.recentArticle .item {
  margin-bottom: 20px;
}
.recentArticle .item .date {
  display: block;
}
.ob_cart {
  float: right;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  line-height: 50px;
}
.ob_cart .cart-items-number {
  display: block;
  position: relative;
  cursor: pointer;
}
.ob_cart .cart-items-number i {
  color: #333333;
  font-size: 16px;
}
.ob_cart .cart-items-number span.total_products {
  border-radius: 50%;
  color: #ffffff;
  background-color: #3d449a;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  right: -18px;
  text-align: center;
  top: 5px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.ob_cart .shopping_cart_content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.1);
  width: 350px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.ob_cart .shopping_cart_content ul {
  max-height: 300px;
  overflow: auto;
}
.ob_cart .shopping_cart_content ul li {
  border-top: 1px solid #ddd;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  width: 100%;
  padding-top: 10px;
  list-style: none;
}
.ob_cart .shopping_cart_content ul li:first-child {
  border-top: medium none;
}
.ob_cart .shopping_cart_content .total {
  color: #2a2a2a;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  padding-right: 0;
  margin-bottom: 20px;
  text-align: right;
}
.ob_cart .shopping_cart_content p.buttons {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.ob_cart .shopping_cart_content p.buttons a {
  border: 1px solid #dddddd;
  color: #3d449a;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 400;
  margin: 0;
  padding: 8px 25px;
  text-transform: uppercase;
  float: left !important;
}
.ob_cart .shopping_cart_content p.buttons a:hover {
  color: #ffffff;
  background-color: #3d449a;
  border-color: #3d449a;
}
.ob_cart .shopping_cart_content p.buttons a.checkout {
  color: #ffffff;
  padding: 8px 27px;
  background-color: #3d449a;
  float: right !important;
  border-color: #3d449a;
}
.ob_cart .shopping_cart_content p.buttons a.checkout:hover {
  background-color: transparent;
  color: #3d449a;
}
.ob_cart .shopping_cart_content img {
  float: left;
  margin-right: 10px;
  width: 80px;
}
.ob_cart .shopping_cart_content .product_name a {
  color: #000000;
  font-weight: 500;
  display: block;
  font-size: 14px;
}
.ob_cart .shopping_cart_content .product_name a:hover {
  color: #3d449a;
}
.ob_cart .shopping_cart_content .null_cart {
  text-align: center;
  padding: 10px 0;
}
.ob_cart:hover .shopping_cart_content {
  opacity: 1;
  visibility: visible;
}
.icon_top {
  margin-top: 0;
  float: right;
  margin-left: 20px;
}
.icon_top button {
  background-color: transparent;
  border: none;
  color: #333333;
  line-height: 48px;
  font-size: 12px;
}
.icon_top.user_mod button {
  font-size: 16px;
}
.modal.search_products {
  background-color: rgba(11,11,11,0.8);
}
.modal.search_products .modal-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.modal.search_products .content_search {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-right: 60px;
}
.modal.search_products .content_search button {
  float: none;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #ffffff;
  font-size: 18px;
  background-color: transparent;
  border: none;
}
.modal.search_products .content_search input[type="text"] {
  float: none;
  background-color: transparent;
  color: #eee;
  font-size: 30px;
  font-weight: 900;
  padding: 6px 15px;
  border: none;
  width: 100%;
  height: auto;
}
#sp-right .sp-module {
  margin-bottom: 50px;
}
#sp-right .sp-module .sp-module-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#sp-right .search {
  position: relative;
}
#sp-right .search input[name="searchword"] {
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
  color: #b7b7b7;
  font-style: italic;
  border: 1px solid #dddddd;
  border-right: none;
  position: relative;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  padding-right: 40px;
  outline: none;
}
#sp-right .search button {
  background: #3d449a;
  border: none;
  font-size: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  padding-top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}
#sp-right .categories-module li {
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
  border-bottom: 1px solid #eeeeee;
}
#sp-right .categories-module li a {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}
#sp-right .categories-module li a:hover {
  color: #3d449a;
}
#sp-right .insta_container a:hover img {
  opacity: 0.7;
}
#sp-right .insta_container .instagram_image {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
#sp-right .tagspopular li a {
  padding: 10px 15px;
  display: inline-block;
  background: #3d449a;
  border: 1px solid #3d449a;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 4px;
}
#sp-right .tagspopular li a:hover {
  background-color: transparent;
  color: #3d449a;
}
#sp-left .left_shop .searchleft_shop {
  position: relative;
}
#sp-left .left_shop input[name="keyword"] {
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
  color: #b7b7b7;
  font-style: italic;
  border: 1px solid #dddddd;
  border-right: none;
  position: relative;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  padding-right: 40px;
  outline: none;
}
#sp-left .left_shop button {
  background: #3d449a;
  border: none;
  font-size: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  padding-top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}
#sp-left .sp-module {
  margin-bottom: 50px;
}
#sp-left .sp-module .sp-module-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#sp-left .sp-module .VMmenu li {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eeeeee;
}
#sp-left .sp-module .VMmenu li a {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}
.ob_ajax_form {
  margin-top: 40px;
}
.ob_ajax_form .form_item {
  margin-bottom: 30px;
}
.ob_ajax_form .form_item input[type="text"] {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 7px 15px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.ob_ajax_form .form_item textarea {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 7px 15px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 200px;
}
.ob_ajax_form input[type="submit"] {
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3d449a;
  width: 100%;
  border: 1px solid #3d449a;
  color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
}
.mod_obfilter .jslider_plastic {
  margin-bottom: 15px;
  margin-top: 30px;
}
.mod_obfilter .jslider_plastic .jslider-pointer {
  width: 12px;
  margin: 0;
  height: 24px;
  cursor: pointer;
  background-color: white;
  background-image: none;
  border: 3px solid #e47277;
  border-radius: 0;
  margin-top: -5px;
}
.mod_obfilter .jslider_plastic .jslider-value {
  top: -25px;
  font-size: 12px;
}
.mod_obfilter .jslider_plastic .jslider-value span {
  position: absolute;
  left: 10px;
}
.mod_obfilter .jslider_plastic .jslider-value.jslider-pointer-to {
  margin-left: -12px !important;
}
.mod_obfilter .jslider_plastic .jslider-label {
  font-size: 12px;
  display: none !important;
  top: -24px;
}
.mod_obfilter .jslider_plastic .jslider-label span {
  position: absolute;
  left: 10px;
}
.mod_obfilter .jslider-bg i {
  background: #cccccc !important;
}
.mod_obfilter .jslider-bg i.v {
  background: #3d449a !important;
}
.mod_obfilter button {
  background: none;
  border: none;
  color: #3d449a;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
.layout-cakeartrecipes #sp-component {
  width: 100%;
}
.layout-cakeartrecipes #sp-right {
  display: none;
}
.recipes_layout article .content-inner {
  width: 100%;
}
.recipes_layout article .content-inner .rating_recipes {
  text-align: center;
  margin-top: -30px;
  position: relative;
  z-index: 11;
}
.recipes_layout article .content-inner .rating_recipes .post_rating {
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
}
.recipes_layout article .content-inner .entry-header {
  margin-top: 0;
}
.recipes_layout article .content-inner .entry-header h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 20px;
}
.recipes_layout article .content-inner .entry-header h2 a {
  font-size: 16px;
}
.recipes_layout article .content-inner .recipe_image {
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.recipes_layout article .content-inner .recipe_image a.title {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.recipes_layout article .content-inner .recipe_image:before {
  background-color: rgba(255,255,255,0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 9;
}
.recipes_layout article .content-inner .recipe_image:after {
  background-color: rgba(255,255,255,0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 9;
}
.recipes_layout article .content-inner .recipe_image:hover:before,
.recipes_layout article .content-inner .recipe_image:hover:after {
  width: 100%;
  height: 100%;
}
.recipes_layout article .content-inner .content-wrap {
  border-bottom: none;
  padding-bottom: 0px;
}
.recipes_layout .page-header {
  text-align: center;
  border-bottom: none;
}
.recipes_layout .page-header h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 20px;
}
.recipes_layout .page-header .separator {
  display: inline-block;
  position: relative;
  margin: 20px 0;
}
.recipes_layout .page-header .separator:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  top: 50%;
  left: -60px;
  background-color: #dddddd;
}
.recipes_layout .page-header .separator:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  top: 50%;
  right: -60px;
  background-color: #dddddd;
}
.recipes_layout .cat-children {
  text-align: center;
  margin-bottom: 60px;
}
.recipes_layout .cat-children .cat_item {
  display: inline-block;
}
.recipes_layout .cat-children .cat_item h3 {
  margin: 0 10px;
}
.recipes_layout .cat-children .cat_item h3 a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
}
article.detail_recipe .content-inner {
  width: 100%;
}
.detail_recipe .recipe_image .entry-gallery a {
  padding: 20px 10px;
}
.detail_recipe .entry-header {
  margin-top: 30px;
}
.detail_recipe .entry-header h2 {
  font-size: 36px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  color: #000000;
}
.detail_recipe .entry-header .recipe-other {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.detail_recipe .entry-header .recipe-other .col-md-4 {
  padding-right: 0;
}
.detail_recipe .entry-header .recipe-other .col-md-8 {
  padding-right: 0;
  padding-left: 20px;
}
.detail_recipe .entry-header .recipe-other .recipe-detail-component {
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #dddcdc;
}
.detail_recipe .entry-header .recipe-other .recipe-detail-component .detail-info {
  color: #3d449a;
  margin-bottom: 0;
}
.detail_recipe .entry-header .recipe-other .recipe-detail-component:last-child {
  border-right: none;
}
.detail_recipe .main_content {
  margin-top: 40px;
  border-bottom: 1px solid #3d449a;
  padding-bottom: 30px;
}
.detail_recipe .main_content .instructions {
  position: relative;
  overflow: hidden;
}
.detail_recipe .main_content .instructions .recipe_content {
  margin-bottom: 15px;
  overflow: hidden;
}
.detail_recipe .main_content .instructions .recipe_content .introduction-recipe {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #e47277;
  padding-bottom: 10px;
  line-height: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-family: Roboto;
}
.detail_recipe .main_content .instructions .recipe-instructions {
  margin-bottom: 75px;
}
.detail_recipe .main_content .instructions .recipe-instructions .step {
  margin-bottom: 30px;
}
.detail_recipe .main_content .instructions .recipe-instructions .step [type="checkbox"] {
  position: absolute;
  left: -999999px;
}
.detail_recipe .main_content .instructions .recipe-instructions .step input[type="radio"],
.detail_recipe .main_content .instructions .recipe-instructions .step input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox]:checked + label {
  text-decoration: line-through;
}
.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox]:checked + label + p {
  text-decoration: line-through;
}
.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e47277;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.detail_recipe .main_content .instructions .recipe-instructions .step input[type=checkbox] + label:after {
  content: "V";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 13px;
  color: #09ad7e;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}
.detail_recipe .main_content .instructions .recipe-instructions .step label {
  color: #3d449a;
  line-height: 100%;
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  margin-bottom: 20px;
  z-index: 1;
}
.detail_recipe .main_content .instructions .sp-social-share ul {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.detail_recipe .main_content .instructions .sp-social-share ul li {
  display: table-cell;
  padding-right: 10px;
}
.detail_recipe .main_content .instructions .sp-social-share ul li a {
  display: table-cell;
  border: 1px solid #eeeeee;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  text-align: center;
  padding: 10px 15px;
  vertical-align: middle;
}
.detail_recipe .main_content .instructions .sp-social-share ul li a.facebook {
  color: #4c67a2;
}
.detail_recipe .main_content .instructions .sp-social-share ul li a.twitter-share-button {
  color: #00acee;
}
.detail_recipe .main_content .instructions .sp-social-share ul li a.google {
  color: #d77066;
}
.detail_recipe .recipe-ratings {
  border: 1px solid #dddddd;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.detail_recipe .recipe-ratings .rating-title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Roboto;
}
.detail_recipe .ingredients {
  color: #ffffff;
  background-color: #3d449a;
  padding: 30px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.detail_recipe .ingredients .ingredients-title {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
.detail_recipe .ingredients [type="checkbox"] {
  position: absolute;
  left: -999999px;
}
.detail_recipe .ingredients [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 14px;
  height: 14px;
  border: none;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.detail_recipe .ingredients [type="checkbox"] + label:after {
  content: "V";
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 13px;
  color: #09ad7e;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}
.detail_recipe .ingredients [type="checkbox"]:checked + label {
  text-decoration: line-through;
}
.detail_recipe .ingredients [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.detail_recipe .ingredients label {
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 0;
  z-index: 1;
}
.relate_recipes {
  margin-top: 60px;
}
.relate_recipes .sp-module-title {
  line-height: 100%;
  margin-bottom: 40px;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
}
.relate_recipes article .content-inner .content-wrap {
  border-bottom: none;
  padding-bottom: 0;
}
#sp-page-title .sp-page-title {
  text-align: center;
  height: 430px;
  display: table;
  width: 100%;
  margin-bottom: 80px;
}
#sp-page-title .sp-page-title .container {
  display: table-cell;
  vertical-align: middle;
}
#sp-page-title .sp-page-title h1 {
  font-size: 56px;
  font-weight: normal;
  text-transform: capitalize;
  color: #3d449a;
}
.com-users h1 {
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  text-transform: none;
}
.com-users form {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.com-users form .group-control input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  border-radius: 0;
  line-height: 22px;
  height: inherit;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  background-color: #fff;
}
.com-users form .group-control input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.com-users form button[type="submit"] {
  width: inherit;
}
.com-users form a.btn-danger {
  background-color: transparent;
  color: #3d449a;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .sp_ob_homeslider .sppb-item {
    height: 415px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sppb-addon-feature .pull-left {
    float: none !important;
    text-align: center;
  }
  .sppb-addon-feature .sppb-media-body {
    text-align: center;
  }
  .sp_ob_homeslider {
    padding-bottom: 200px;
  }
  .sp_ob_homeslider .sppb-item .sppb-carousel-caption {
    text-align: center;
  }
  .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption {
    top: 30px;
  }
  .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h5 {
    margin-bottom: 20px;
  }
  .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption h2 {
    margin-bottom: 25px;
  }
  .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption .time {
    margin-bottom: 20px;
  }
  .cmc-signup .label_form {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cmc-signup .label_form .burst {
    top: 15px;
  }
  .cmc-signup .form_cmc {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cmc-signup .form_cmc button {
    left: inherit;
    right: 30px;
    top: 18px;
  }
  #sp-social {
    padding: 20px 0;
  }
  #sp-bottom .row > div {
    margin-bottom: 30px;
  }
  #sp-bottom .row > div:nth-child(2n+1) {
    clear: both;
  }
  .modal-body {
    width: 660px;
  }
  .modal-body .ob_lightbox_shop .slide {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .offcanvas-menu .offcanvas-inner .sp-module ul li {
    display: block;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }
}
@media (max-width: 767px) {
  .sp_ob_homeslider {
    padding: 50px 0;
  }
  .sp_ob_homeslider .sppb-item .sppb-carousel-caption {
    margin: 0;
  }
  .sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text {
    text-align: center;
  }
  .sp_ob_homeslider .sppb-item .sppb-carousel-caption .sppb-carousel-pro-text h2 {
    margin-bottom: 25px;
    line-height: 45px;
    font-size: 35px;
  }
  #sp-page-builder .page-content .sppb-section.box_featured {
    margin-top: 0;
  }
  #sp-page-builder .page-content .sppb-section.box_featured > .sppb-container > .sppb-row > div {
    margin-top: 20px;
  }
  .sp_ob_opening_slider {
    background-size: cover;
    background-position: center center;
  }
  .sp_ob_opening_slider .sppb-carousel-inner {
    padding: 50px 0;
  }
  .sp_ob_opening_slider .sppb-carousel-inner .bg_img {
    display: none;
  }
  .sp_ob_opening_slider .sppb-carousel-inner .sppb-item .sppb-carousel-caption {
    position: relative;
    top: inherit;
  }
  #sp-social {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .cmc-signup label .title_cmc {
    font-size: 18px;
  }
  .cmc-signup .label_form {
    padding-bottom: 0;
  }
  .cmc-signup .form_cmc {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .cmc-signup .form_cmc .controls input {
    box-sizing: border-box;
  }
  .cmc-signup .form_cmc button {
    left: inherit;
    right: 15px;
  }
  .social-icons {
    margin: 0;
    text-align: center;
  }
  .social-icons li {
    margin-left: 10px;
  }
  #sp-bottom .col-xs-10 {
    margin-bottom: 30px;
    text-align: center;
  }
  .grid_products .item .wrap .feature-image:before {
    display: none;
  }
  .grid_products .item .wrap .feature-image .icon {
    display: none;
  }
  .ob_cart .shopping_cart_content {
    width: 282px;
  }
  .ob_cart .shopping_cart_content p.buttons a.checkout {
    padding: 9px 15px;
  }
  .ob_cart .shopping_cart_content p.buttons a {
    padding: 10px 15px;
  }
  .col-xs-10 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #sp-top2 {
    text-align: left;
  }
  #sp-top2 .nav > li > a {
    padding-left: 0;
    padding-top: 0;
  }
}

.kstaty-container {
    font-family: Roboto, sans-serif;
	font-size: 10px;
	font-weight: normal;
  font-style: italic;
}

.kstaty-block {
  color: #ffffff;
  background-color: #11892f;
  padding: 30px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.kstaty-block-title {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}