@charset "UTF-8";
body {
  color: #3c3c3c;
}

a {
  color: #0260b3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #014581;
}

b,
strong {
  font-weight: bold;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "MyriadProBold", Helvetica, Arial, sans-serif;
  color: #0260b3;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4,
h5,
h6 {
  color: #0260b3;
  font-size: 16px;
  font-family: "MyriadProRegular", Georgia, Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-weight: bold;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "MyriadProRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2em;
  -webkit-font-smoothing: antialised;
  overflow-x: hidden;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

body {
  background: #ffffff;
}

.wrapper {
  position: relative;
  background: #ffffff;
}

.main {
  padding-top: 20px;
}

header {
  background: #ffffff;
}

.header-top {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  position: relative;
  height: 73px;
}
.logo:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  right: 0;
  top: 50%;
  border-right: 1px solid #0260b3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.logo a {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.logo img {
  vertical-align: middle;
  display: inline-block;
}

.header-category-menu {
  position: relative;
}

.category-menu-blocks {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

.category-menu-block {
  display: table-cell;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  font-size: 18px;
}
.category-menu-block i {
  color: #666666;
  font-size: 43px;
  display: block;
  margin-bottom: 5px;
}
.category-menu-block i.vc-icon-monitoring-system, .category-menu-block i.vc-icon-security-alarm {
  font-size: 38px;
}
.category-menu-block a {
  padding-bottom: 5px;
}
.category-menu-block a span {
  padding-bottom: 5px;
  border-bottom: 1px dashed transparent;
}
.category-menu-block a:hover {
  color: #991915;
  text-decoration: none;
}
.category-menu-block a:hover span {
  border-bottom: 1px dashed #991915;
}
.category-menu-block a:hover i {
  color: #991915;
}
.category-menu-block:hover > a {
  color: #991915;
  text-decoration: none;
}
.category-menu-block:hover > a span {
  border-bottom: 1px dashed #991915;
}
.category-menu-block:hover > a i {
  color: #991915;
}

.header {
  position: relative;
  background-color: #ffffff;
}
.header .category-menu-block {
  position: relative;
}
.header .category-menu-block > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .category-menu-block > ul > li a {
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 4;
}
.header .category-menu-block > ul > li ul {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  margin-top: 20px;
  position: absolute;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  text-align: left;
  z-index: 1;
  font-size: 14px;
  width: 100%;
  min-width: 180px;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.header .category-menu-block > ul > li ul li {
  background-color: #ffffff;
  padding: 3px 10px;
}
.header .category-menu-block > ul > li ul li a {
  color: #3c3c3c;
}
.header .category-menu-block > ul > li ul li a:hover {
  color: #0260b3;
  text-decoration: underline;
}
.header .category-menu-block > ul > li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.header .category-menu-block:last-child ul {
  right: 0;
  left: auto;
}

.header-nav-wrapper {
  background-color: #e8e7e7;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.header-nav-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  display: block;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(50% -100%, ellipse, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  background-image: radial-gradient(  ellipse at 50% -100%, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  background-repeat: none;
  background-size: 100% 100%;
}

.branding .header-nav-wrapper {
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

.header-buttons {
  text-align: center;
}

.btn-catalog {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "MyriadProBold", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
.btn-catalog i {
  vertical-align: middle;
  margin-right: 5px;
}

.header-nav {
  text-align: right;
}

.header-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 2;
  font-size: 14px;
}
.header-menu li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.header-menu li a {
  display: block;
  float: left;
  position: relative;
  line-height: 30px;
  padding: 0 20px;
  color: #969696;
  text-decoration: none;
}
.header-menu li a:hover {
  color: #010101;
  text-decoration: underline;
}
.header-menu li a:active, .header-menu li a:focus {
  text-decoration: underline;
}
.header-menu li:first-child a {
  padding-left: 0;
}
.header-menu li:last-child a {
  padding-right: 15px;
}

.header-search .form-control {
  height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #b1b0b0;
}
.header-search .btn {
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 0 7px 7px 0;
  background: #d6d6d6 url(../img/magnifier.png) 50% 50% no-repeat;
  border-color: #b1b0b0;
}
.header-search .btn:hover {
  background: #bdbdbd url(../img/magnifier.png) 50% 50% no-repeat;
}

.content-area {
  min-height: 200px;
  padding-bottom: 30px;
}
.content-area section {
  margin-bottom: 20px;
}

.item-block {
  position: relative;
  padding-top: 18px;
  padding-bottom: 13px;
  margin-bottom: 10px;
}

.articles.grid .article {
  font-size: 14px;
}
.articles.grid .article .article-header {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0260b3;
}
.articles.grid .article .article-header a {
  color: #0260b3;
}
.articles.grid .article .article-thumbnail {
  display: block;
  width: 135px;
  height: auto;
  float: none;
  margin: 0 auto 10px;
}

.btn {
  border: 1px solid #0260b3;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  background: #0260b3;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #ffffff;
  background: #037be5;
}
.btn:active:focus, .btn:active, .btn:focus {
  outline: none;
}

input.btn:active:focus, input.btn:active, input.btn:focus {
  outline: none;
}

.btn-buy,
.btn-more {
  font-family: "MyriadProBold", Arial, sans-serif;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  width: 30%;
}
.btn-buy:hover,
.btn-more:hover {
  background: #991915;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 4px 20px;
}

.btn-red {
  background-color: #fd7f03;
  background-image: -webkit-linear-gradient(bottom, #fa4302 0, #fd7f03 100%);
  background-image: linear-gradient(to top, #fa4302 0, #fd7f03 100%);
  border: 1px solid #fd7f03;
}
.btn-red:hover {
  background-image: none;
  background-color: #dc2f00;
  border: 1px solid #dc2f00;
}
.btn-red:focus, .btn-red:active {
  background-image: none;
  background-color: #ff4310;
  border: 1px solid #dc2f00;
}

.grid .item-block {
  margin-bottom: 0;
  margin-bottom: 22px;
  font-size: 14px;
}
.grid .item-block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 6px;
  background-image: -webkit-radial-gradient(#e8e7e7 30%, transparent 40%, transparent 100%);
  background-image: radial-gradient(#e8e7e7 30%, transparent 40%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 6px 6px;
}

.list .item-block {
  position: relative;
  padding: 10px 10px 10px 15px;
  background: #e4f2fc;
  margin-bottom: 34px;
}
.list .item-block:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: -webkit-radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-image: radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
.list .item-block img {
  width: 132px;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.list .item-block .article-header,
.list .item-block .article-header.h2,
.list .item-block h2.article-header {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
}
.list .item-block .article-excerpt,
.list .item-block .article-meta {
  padding-left: 160px;
}
.list .item-block .h1,
.list .item-block h1 {
  margin-top: 0;
}
.list .item-block .article-meta {
  font-size: 14px;
  color: #0260b3;
}
.list .item-block .article-meta a,
.list .item-block .article-meta span {
  color: #3c3c3c;
}

.sidebar .title,
.sidebar .title a,
.sidebar .title h1,
.sidebar .title.h1,
.sidebar .title .h1,
.sidebar .title h2,
.sidebar .title h3,
.sidebar .title h4,
section .title,
section .title a,
section .title h1,
section .title.h1,
section .title .h1,
section .title h2,
section .title h3,
section .title h4 {
  font-size: 24px;
  font-family: "MyriadProBold", Helvetica, Arial, sans-serif;
  color: #0260b3;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.2em;
}
.sidebar > .title,
.sidebar > .title a,
.sidebar > .title h1,
.sidebar > .title.h1,
.sidebar > .title .h1,
.sidebar > .title h2,
.sidebar > .title h3,
.sidebar > .title h4,
section > .title,
section > .title a,
section > .title h1,
section > .title.h1,
section > .title .h1,
section > .title h2,
section > .title h3,
section > .title h4 {
  margin-top: 0;
}

.home .title,
.home .title a,
.home .title h1,
.home .title.h1,
.home .title .h1,
.home .title h2,
.home .title h3,
.home .title h4 {
  font-size: 24px;
}
.home .title i,
.home .title a i,
.home .title h1 i,
.home .title.h1 i,
.home .title .h1 i,
.home .title h2 i,
.home .title h3 i,
.home .title h4 i {
  vertical-align: middle;
  text-shadow: 0 0 0 #0260b3, 0 0 0 #0260b3;
  margin-right: 5px;
}
.home .category-title.title, .home .category-title.title a, .home .category-title.title h1, .home .category-title.title.h1, .home .category-title.title .h1, .home .category-title.title h2, .home .category-title.title h3, .home .category-title.title h4 {
  font-size: 20px;
}
.home .page-description {
  font-size: 14px;
}

.title-center {
  text-align: center;
}

.post-content h1,
.title-decor {
  display: block;
  float: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.post-content h1:before, .post-content h1:after,
.title-decor:before,
.title-decor:after {
  background-color: #0260b3;
  content: "";
  position: relative;
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  height: 1px;
  width: 100%;
  vertical-align: middle;
}
.post-content h1:before,
.title-decor:before {
  right: 15px;
  margin: 0 0 0 -100%;
}
.post-content h1:after,
.title-decor:after {
  left: 15px;
  margin: 0 -100% 0 0;
}

.title-decor-dotted,
.post-content h2 {
  display: block;
  float: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.title-decor-dotted:before, .title-decor-dotted:after,
.post-content h2:before,
.post-content h2:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  height: 1px;
  width: 100%;
  vertical-align: middle;
  height: 6px;
  background-image: -webkit-radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-image: radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
.title-decor-dotted:before,
.post-content h2:before {
  right: 15px;
  margin: 0 0 0 -100%;
}
.title-decor-dotted:after,
.post-content h2:after {
  left: 15px;
  margin: 0 -100% 0 0;
}

.post-content h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.title-decor-full:before {
  display: none;
}
.title-decor-full:after {
  left: 0;
}

.post-content h2.no-pseudo {
  text-align: center;
}
.post-content h2.no-pseudo:before, .post-content h2.no-pseudo:after {
  display: none;
}
.post-content h2.no-pseudo span {
  width: auto;
  display: inline-block;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

section .title-dotted {
  position: relative;
  padding-bottom: 10px;
}
section .title-dotted:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: -webkit-radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-image: radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 6px 6px;
}

.featured-article {
  line-height: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  word-break: break-word;
  line-height: 18px;
  padding-left: 95px;
}
.featured-article a {
  color: #3c3c3c;
  vertical-align: top;
}
.featured-article img {
  float: left;
  margin-right: 10px;
  vertical-align: top;
  width: 70px;
  margin-left: -80px;
}

.categories-list {
  margin-bottom: 10px;
}
.categories-list .category-menu-blocks {
  display: block;
  width: 100%;
}
.categories-list .category-menu-blocks .category-menu-block {
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px;
}
.categories-list .category-menu-blocks .category-menu-block > ul {
  margin: 0;
  padding: 0;
}
.categories-list .category-menu-blocks .category-menu-block > ul > li {
  display: inline-block;
  width: 100%;
  list-style: none;
}
.categories-list .category-menu-blocks .category-menu-block > ul > li > a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}
.categories-list .category-menu-blocks .category-menu-block > ul > li > a i {
  font-size: 43px;
  line-height: 43px;
  margin-bottom: 0;
}
.categories-list ul ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  text-align: left;
  z-index: 0;
  font-size: 14px;
}
.categories-list ul ul li {
  background-color: #ffffff;
  padding: 3px 10px;
}
.categories-list ul ul li a {
  color: #3c3c3c;
}
.categories-list ul ul li a:hover {
  color: #0260b3;
  text-decoration: underline;
}

.hr hr {
  border-top: 2px solid #0260b3;
}

.products {
  padding-left: 15px;
}

.product-item {
  font-size: 16px;
  line-height: 18px;
  background-color: #bcdefc;
  padding: 5px;
  word-break: break-word;
  margin-bottom: 20px;
  margin-left: -15px;
}

.product-title {
  padding-bottom: 35px;
  position: relative;
  margin-right: 85px;
}

.product-button {
  position: absolute;
  bottom: 5px;
  width: 100%;
}

.product-link {
  color: #3c3c3c;
}

.product-image img {
  float: right;
  display: block;
  margin-left: 5px;
  position: relative;
}

.product-logo-wrapper {
  position: relative;
  overflow: hidden;
}
.product-logo-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 600px;
  bottom: -50px;
  left: 50%;
  margin-left: -300px;
  height: 600px;
  background: transparent;
  border-radius: 50%;
  border: 50px solid #ffffff;
  border-color: #ffffff;
}

.product-button {
  text-align: center;
}
.product-button .btn {
  padding-top: 0px;
  padding-bottom: 0px;
}

.product h1,
.product .h1 {
  margin-top: 0;
}
.product .social {
  text-align: right;
}
.product .product-image img {
  float: right;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}

.product-price {
  font-size: 16px;
  margin-bottom: 15px;
}
.product-price span {
  font-size: 18px;
  font-family: "MyriadProBold", Arial, Verdana, sans-serif;
}
.product-price .price-label {
  color: #0260b3;
}
.product-price .price-min,
.product-price .price-max {
  color: #010101;
}

.product-button-lg {
  text-align: center;
  float: left;
}
.product-button-lg .btn-buy {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
  width: auto;
  margin-bottom: 5px;
}
.product-button-lg p {
  font-size: 14px;
}

.product-tagcloud {
  background: #e4f2fc;
  padding: 15px 100px 20px;
  text-align: center;
  text-transform: uppercase;
}
.product-tagcloud a {
  color: #0260b3;
  padding-left: 5px;
  padding-right: 5px;
}
.product-tagcloud .tag-1 {
  font-weight: normal;
}

.product-categories {
  padding: 10px 15px 0;
  border-top: 1px solid #0260b3;
}
.product-categories .title {
  margin: 0;
}
.product-categories a {
  color: #3c3c3c;
}
.product-categories a:hover {
  color: #014581;
}

#comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments ul li {
  margin-bottom: 20px;
}
#comments ul .comment-inner {
  padding: 10px 15px;
  margin-bottom: 15px;
}
#comments ul .comment-inner a {
  color: #0260b3;
}
#comments ul .gravatar {
  float: left;
}
#comments ul .gravatar img {
  margin-left: -15px;
}
#comments ul .comment-text {
  padding-left: 45px;
}
#comments ul .comment-meta {
  margin-bottom: 10px;
  color: #0260b3;
}
#comments ul .comment-meta span {
  font-weight: normal;
}

.products.list.featured .product-item {
  background: #e4f2fc;
}
.products.list .product-item {
  background: #e4f2fc;
  padding-top: 10px;
  margin-bottom: 20px;
}
.products.list .product-item .item-block {
  background: #e4f2fc;
  margin-bottom: 0;
}
.products.list .product-item .item-block:after {
  display: none;
}
.products.list .product-item .product-entry {
  padding-left: 160px;
}
.products.list .product-item .product-excerpt {
  margin-bottom: 20px;
}
.products.list .product-item .product-title {
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "MyriadProBold", Arial, Verdana, sans-serif;
}
.products.list .product-item .product-button-lg {
  float: none;
}
.products.list .product-item .product-button-lg p {
  margin: 0;
}
.products.list .product-item .product-meta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  top: auto;
  font-size: 12px;
  width: 30%;
}
.products.list .product-item .product-meta .product-comments {
  text-align: right;
  color: #0260b3;
}
.products.list .product-item .product-meta .product-comments span {
  color: #3c3c3c;
}

.products.grid .product-item img {
  width: 80px;
  height: auto;
}
.products.grid .product-item .product-logo-wrapper:after {
  border-color: #bcdefc;
}

.single .post-content h1,
.single .post-content .h1 {
  margin-top: 0;
}

.post-content h1,
.post-content .h1,
.post-content h2,
.post-content .h2,
.post-content h3,
.post-content .h3,
.post-content h4,
.post-content .h4 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.post-content h1,
.post-content .h1 {
  margin-top: 0;
}
.post-content .h2,
.post-content h2 {
  text-align: center;
}
.post-content ul,
.post-content ol {
  margin: 0;
  padding: 0 0 0 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 1em;
}
.post-content ul li,
.post-content ol li {
  position: relative;
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
  padding-top: 0;
}
.post-content ul li,
.post-content ol li {
  padding: 3px 0;
}
.post-content ul {
  margin-left: 0;
}
.post-content ul li {
  list-style: none;
}
.post-content ul li:before {
  content: "Q";
  font-family: "videocontrol";
  display: inline-block;
  color: #0260b3;
  font-size: 10px;
  margin-right: 5px;
}
.post-content table {
  width: 100%;
  margin: 10px 0 20px 0;
}
.post-content table tr:nth-of-type(even) {
  background: #f9f9f9;
}
.post-content table tr:nth-of-type(odd) {
  background: #fff;
}
.post-content table th,
.post-content table td {
  padding: 8px 14px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.post-content table thead tr,
.post-content table th {
  background-color: #9bdad2;
}

blockquote {
  background: #e4f2fc;
  font-family: "MyriadProItalic", Arial, Verdana, sans-serif;
  border: none;
  font-size: 18px;
  font-style: italic;
  width: 77%;
  margin: 25px auto;
  position: relative;
  padding: 10px 10px 10px 30px;
  overflow: hidden;
  border: 2px solid #0260b3;
}
blockquote:before {
  content: "“";
  font-family: Arial, Verdana, sans-serif;
  display: inline-block;
  font-style: normal;
  float: left;
  width: 36px;
  color: #0260b3;
  font-size: 68px;
  line-height: 30px;
  margin-left: -25px;
  margin-top: 10px;
}
blockquote.cite {
  border: none;
  border-left: 4px solid #0260b3;
  padding: 20px 10px 20px 30px;
  background: #e8e7e7;
  font-style: normal;
  font-family: "MyriadProRegular", Arial, Verdana, sans-serif;
}
blockquote.cite:before {
  content: "";
  display: inline-block;
  font-style: normal;
  float: left;
  width: 36px;
  height: 36px;
  color: #0260b3;
  margin-left: -25px;
  margin-right: 5px;
  margin-top: -10px;
  background: url(../img/blockquote-cite.png) 0 0 no-repeat;
}
blockquote img {
  margin-bottom: 0 !important;
}

blockquote.blockquote:before {
  display: none;
}
blockquote.blockquote > span {
  margin-right: 10px;
  margin-left: -20px;
  color: #0260b3;
  font-size: 1.5em;
}

.catalog-block {
  margin-bottom: 20px;
}
.catalog-block .catalog-block-header {
  display: table;
  font-size: 18px;
  line-height: 1;
  color: #0260b3;
  position: relative;
  width: 100%;
  min-height: 36px;
}
.catalog-block .catalog-block-header img {
  margin-right: 5px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
}
.catalog-block .catalog-block-header span {
  width: 100%;
  padding-left: 35px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.catalog-block .catalog-block-header:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: -webkit-radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-image: radial-gradient(#0260b3 30%, transparent 40%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
.catalog-block ul {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
  display: block;
  width: 100%;
}
.catalog-block ul li {
  line-height: 26px;
  font-size: 16px;
  width: 100%;
  line-height: 1;
}
.catalog-block ul li a {
  min-height: 36px;
  position: relative;
  padding-top: 20px;
  display: block;
  width: 100%;
  color: #3c3c3c;
  padding-left: 35px;
}
.catalog-block ul li a:hover {
  color: #991915;
}
.catalog-block ul li a img {
  position: absolute;
  display: block;
  margin-right: 5px;
  top: 15px;
  left: 0;
}

.social {
  margin-top: 20px;
  margin-bottom: 20px;
}

.category-term .social,
.product-term .social {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: right;
}

.products.list.list-term .product-item .product-title a {
  padding: 0;
}
.products.list.list-term .product-item .product-excerpt {
  padding: 0;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-social {
  margin-bottom: 18px;
  margin-top: 18px;
}

.sidebar-a-block {
  margin-bottom: 18px;
  margin-top: 18px;
}

.widget-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-area.widget-footer {
  margin: 0;
}
.widget-area li {
  font-size: 16px;
  list-style: none;
  margin: 3px 0;
  padding: 0;
  color: #0260b3;
}
.widget-area li a {
  color: #0260b3;
}
.widget-area li i {
  font-size: 12px;
  color: #0260b3;
}
.widget-area li ul li {
  font-size: 14px;
}
.widget-area li ul li a {
  color: #3c3c3c;
}
.widget-area li ul li a:hover {
  color: #0260b3;
  text-decoration: none;
}
.widget-area li ul li a:before {
  font-size: 12px;
  color: #0260b3;
  content: "Q";
  display: inline-block;
  font-family: "videocontrol";
  margin-right: 5px;
}

.sidebar .featured-article {
  font-size: 14px;
  padding-left: 85px;
}
.sidebar .product-item {
  margin-bottom: 10px;
  margin-left: 0;
}
.sidebar .product-item .product-image img {
  width: 80px;
  height: auto;
}
.sidebar .tagcloud {
  text-transform: uppercase;
}
.sidebar .tagcloud a {
  color: #0260b3;
  line-height: 1.5;
}
.sidebar .tagcloud .tag-1 {
  font-weight: normal;
  color: #014581;
}

.widget-products {
  border: 1px solid #0260b3;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 0 5px;
}

.footer {
  background: #e8e7e7;
  border-top: 4px solid #0260b3;
}

.footer-inner {
  position: relative;
  padding-top: 10px;
  float: left;
  width: 100%;
}

.footer-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.footer-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer-menu li a {
  font-size: 18px;
  line-height: 1em;
  display: block;
  float: left;
  position: relative;
  line-height: 22px;
  padding: 0 25px;
  color: #0260b3;
  text-decoration: none;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-menu li a span {
  padding-bottom: 5px;
  border-bottom: 1px dashed transparent;
}
.footer-menu li a:hover {
  color: #991915;
  text-decoration: none;
}
.footer-menu li a:hover span {
  border-bottom: 1px dashed #991915;
}

.footer-one {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
}
.footer-one .item-block {
  border-bottom: 1px solid #0260b3;
  border-top: 1px solid #0260b3;
  padding-top: 10px;
  padding-bottom: 0px;
}

.footer-copyright {
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.2em;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-counters {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-gallery.slick-slider {
  margin-bottom: 0px;
}
.product-gallery.slick-slider:hover .slick-prev,
.product-gallery.slick-slider:hover .slick-next {
  opacity: 1;
}
.product-gallery .slick-slide:hover,
.product-gallery a:focus,
.product-gallery img:focus {
  outline: none;
}
.product-gallery .slick-prev,
.product-gallery .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: -20px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-gallery .slick-prev {
  left: -30px;
  background: url(../img/slider-arrows.png) 0 0 no-repeat;
}
.product-gallery .slick-prev:hover {
  background: url(../img/slider-arrows.png) -40px 0 no-repeat;
}
.product-gallery .slick-next {
  right: -30px;
  background: url(../img/slider-arrows.png) 0 -40px no-repeat;
}
.product-gallery .slick-next:hover {
  background: url(../img/slider-arrows.png) -40px -40px no-repeat;
}
.product-gallery .slick-next:before {
  display: none;
  content: "";
}
.product-gallery .slick-prev:before {
  display: none;
  content: "";
}

.navbar {
  margin-left: -15px;
  margin-right: -15px;
  min-height: auto;
  margin-bottom: 0;
  border: none;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggle {
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 5px;
  border-radius: 0;
  z-index: 2;
}
.navbar-toggle .icon-bar {
  background: #0260b3;
  height: 4px;
  width: 40px;
  border-radius: 3px;
}

textarea {
  max-width: 100%;
}

.pagination {
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #991915;
  background-color: #e8e7e7;
  border-color: #e8e7e7;
}
.pagination > li > a,
.pagination > li > span {
  color: #0260b3;
  background-color: #ffffff;
  border: 1px solid #e8e7e7;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #e8e7e7;
  background: #0260b3;
}

#infscr-loading {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}
#infscr-loading img {
  display: block;
  margin: 0 auto;
}

.branding_url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yarpp-related .articles {
  font-weight: normal;
}
.yarpp-related .articles a {
  font-weight: normal;
}

.mein_form {
  border: none !important;
  border-radius: 0;
}
.mein_form .enter_data tr:last-child {
  background-color: transparent;
}

.breadcrumb {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.breadcrumb > li + li:before {
  content: "H ";
  font-family: "videocontrol";
  color: #0260b3;
  font-size: 10px;
} 
/*# sourceMappingURL=main.css.map */
article img {max-width:100% !important; height:auto;} 