@font-face {
  font-family: 'noto_sansregular';
  src: url('fonts/notosans-regular.eot');
  src: url('fonts/notosans-regular.eot?#iefix') format('embedded-opentype'), url('fonts/notosans-regular.woff') format('woff'), url('fonts/notosans-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'noto_sansbold';
  src: url('fonts/notosans-bold.eot');
  src: url('fonts/notosans-bold.eot?#iefix') format('embedded-opentype'), url('fonts/notosans-bold.woff') format('woff'), url('fonts/notosans-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'merriweatherregular';
  src: url('fonts/merriweather-regular.eot');
  src: url('fonts/merriweather-regular.eot?#iefix') format('embedded-opentype'), url('fonts/merriweather-regular.woff') format('woff'), url('fonts/merriweather-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweatherbold';
  src: url('fonts/merriweather-bold.eot');
  src: url('fonts/merriweather-bold.eot?#iefix') format('embedded-opentype'), url('fonts/merriweather-bold.woff') format('woff'), url('fonts/merriweather-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.font-noto-regular {
  font-family: 'noto_sansregular';
}
.font-noto-bold {
  font-family: 'noto_sansbold';
}
.font-merri-regular {
  font-family: 'merriweatherregular';
}
.font-merri-bold {
  font-family: 'merriweatherbold';
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.header-navbar {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border: none;
}
.header-navbar .bottom-border {
  height: 4px;
  background: #87D1F8;
}
.header-navbar .navbar-header .logo {
  margin: 20px 0;
  max-width: 100%;
}
.header-navbar .navbar-collapse {
  margin-top: 47px;
}
.header-navbar .navbar-collapse .navbar-nav li {
  position: relative;
  padding-left: 10px;
}
.header-navbar .navbar-collapse .navbar-nav li:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: "•";
}
.header-navbar .navbar-collapse .navbar-nav li + li {
  margin-left: 15px;
}
.header-navbar .navbar-collapse .navbar-nav li a {
  padding: 0;
  background: #FFF !important;
  font: 14px "noto_sansbold";
  text-align: center;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #666666;
}
.header-navbar .navbar-collapse .navbar-nav li a:hover {
  color: #0AA0F0;
  text-decoration: underline;
}
.region-sidebar-second,
.region-sidebar-first {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
     position: relative;
    z-index: 9;
}
body {
  font-family: "noto_sansregular", Arial, sans-serif;
  font-size: 13px;
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}
.h2,
h2 {
  color: #2C2C2C;
  font-size: 25px;
  font-family: 'merriweatherbold';
  text-transform: uppercase;
}
a {
  color: #222;
}
a:hover {
  color: #0AA0F0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #666;
}
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb li a {
  color: #0AA0F0;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb > li + li::before {
  content: "-> ";
  color: #222;
}
.header-navbar .navbar-header .navbar-toggle {
  margin-top: 40px;
}
.header-navbar .region-navigation {
  margin-top: 37px;
}
@media (min-width: 768px) {
  .header-navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header-navbar .navbar-collapse .navbar-nav li {
    padding-left: 8px;
  }
  .header-navbar .navbar-collapse .navbar-nav li + li {
    margin-left: 9px;
  }
  .header-navbar .navbar-collapse .navbar-nav li a {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-navbar .navbar-collapse {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header-navbar .navbar-collapse .navbar-nav li {
    padding: 0;
  }
  .header-navbar .navbar-collapse .navbar-nav li:before {
    display: none;
  }
  .header-navbar .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .header-navbar .navbar-collapse,
  .header-navbar .region-navigation {
    margin-top: 0;
  }
}
#block-search-form .form-control {
  font-family: 'noto_sansbold';
  font-size: 15px;
  color: #2c2c2c;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  max-width: 50%;
  float: right;
  -webkit-transition: max-width 0.3s ease-in-out 0s;
  -o-transition: max-width 0.3s ease-in-out 0s;
  transition: max-width 0.3s ease-in-out 0s;
}
#block-search-form .form-control:focus {
  max-width: 100%;
}
#block-search-form .btn {
  background: url("../img/bg-search-ico.png") no-repeat scroll 5px 4px transparent;
  border: none;
  text-indent: -9999px;
  width: 37px;
  height: 34px;
  padding: 0;
  box-shadow: none;
}
/* Main */
@media (min-width: 1200px) {
  .front-content-top {
    float: none;
    width: 100%;
  }
  .front-content-top .front-row {
    min-height: 390px;
  }
  .front-content-top .front-row.col-lg-8 {
    width: 50%;
  }
  .front-content-top .front-row.col-lg-4 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .front-content-top {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .front-content-top .front-row {
    min-height: 390px;
  }
  .front-content-top .front-row.col-lg-8 {
    width: 50%;
  }
  .front-content-top .front-row.col-lg-4 {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .front-content-top .front-row.col-sm-6 {
    width: 33.33333333%;
  }
  .front-content-top .front-row.views-row-6 {
    float: right;
  }
}
.node-teaser-small {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.node-teaser-small .img {
  display: block;
}
.node-teaser-small .text {
  max-height: 56px;
  overflow: hidden;
}
.node-teaser-small .category {
  font-size: 14px;
  font-family: 'noto_sansbold';
  text-transform: uppercase;
  text-decoration: none;
}
.node-teaser-small .category:hover {
  color: #0AA0F0;
}
.node-teaser-small.teaser-category .img,
.node-teaser-small.teaser-default .img {
  margin-bottom: 5px;
}
.node-teaser-small.teaser-category .img img,
.node-teaser-small.teaser-default .img img {
  width: 100%;
}
.node-teaser-small.teaser-category .title,
.node-teaser-small.teaser-default .title {
  display: block;
  font-size: 18px;
  font-family: 'merriweatherregular';
  color: #222;
  line-height: 24px;
  margin-top: 5px;
  text-decoration: none;
  max-height: 48px;
  overflow: hidden;
}
.node-teaser-small.teaser-category .title:hover,
.node-teaser-small.teaser-default .title:hover {
  color: #0AA0F0;
}
.node-teaser-small.teaser-category .text,
.node-teaser-small.teaser-default .text {
  margin-top: 5px;
}
.node-teaser-small.teaser-category {
  padding: 0 25px 25px;
}
.node-teaser-small.teaser-category .img {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 1200px) {
  .node-teaser-small.teaser-big_pic .img {
    position: relative;
    margin-bottom: 0;
  }
  .node-teaser-small.teaser-big_pic .img:before {
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
  }
  .node-teaser-small.teaser-big_pic .img img {
    width: 100%;
  }
  .node-teaser-small.teaser-big_pic .info {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    padding: 40px;
  }
  .node-teaser-small.teaser-big_pic .info a {
    color: #FFF;
  }
  .node-teaser-small.teaser-big_pic .title {
    display: block;
    font-size: 30px;
    font-family: 'noto_sansbold';
    text-transform: uppercase;
    line-height: 36px;
    margin-top: 5px;
    text-decoration: none;
    color: #FFF !important;
    max-height: none;
  }
  .node-teaser-small.teaser-big_pic .text {
    display: none;
  }
}
.node-teaser-round {
  padding: 20px;
  margin-bottom: 20px;
}
.node-teaser-round.teaser-grey {
  background: #EFEFEF;
}
.node-teaser-round .category a {
  font-family: 'noto_sansbold';
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.node-teaser-round .category a:hover {
  color: #0AA0F0;
}
.node-teaser-round .author {
  font-size: 16px;
  line-height: 22px;
  font-family: 'merriweatherregular';
  height: 22px;
  overflow: hidden;
  margin-top: 20px;
}
.node-teaser-round .title {
  font-size: 18px;
  display: block;
  margin-bottom: 25px;
  height: 50px;
  overflow: hidden;
  font-family: 'merriweatherregular';
}
.node-teaser-round .img {
  padding: 20px 0;
}
.node-teaser-round .img img {
  display: inline-block;
}
.node-teaser-round .icon {
  display: inline-block;
  height: 42px;
  width: 48px;
  background: url("../img/bg-chat-ico-blue.png") no-repeat scroll 0 0 transparent;
}
.banner-left-wrap {
  margin-bottom: 20px;
}
.banner-left-wrap img {
  width: 100%;
}
.subscribe-form-wrap {
  background: #FFEBBA;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.subscribe-form-wrap .h2 {
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: none;
}
.subscribe-form-wrap .form-control {
  box-shadow: none;
  border-radius: 20px;
  border: 1px solid #FFF;
  font-family: 'noto_sansbold';
  font-size: 14px;
  height: 40px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 80%;
  -webkit-transition: background-color 0.3s ease-in-out 0s, width 0.1s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, width 0.1s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, width 0.1s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
}
.subscribe-form-wrap .form-control:focus,
.subscribe-form-wrap .form-control:hover {
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb;
}
.subscribe-form-wrap .form-control.error {
  border-color: #F00;
}
.subscribe-form-wrap .btn {
  background: #30AFF4;
  color: #FFF;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
  visibility: hidden;
  outline: none !important;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  font-family: 'merriweatherbold';
  -webkit-transition: -webkit-transform  0.3s cubic-bezier(0.1,1.17,0.37,1.52) 0s, background-color 0.3s ease-in-out 0s;
  -moz-transition: -moz-transform  0.3s cubic-bezier(0.1,1.17,0.37,1.52) 0s, background-color 0.3s ease-in-out 0s;
  -o-transition: -o-transform  0.3s cubic-bezier(0.1,1.17,0.37,1.52) 0s, background-color 0.3s ease-in-out 0s;
  transition: transform  0.3s cubic-bezier(0.1,1.17,0.37,1.52) 0s, background-color 0.3s ease-in-out 0s;
}
.subscribe-form-wrap .btn:hover {
  background-color: #2CA3E3;
}
.subscribe-form-wrap.active .form-control {
  width: 100%;
  color: #30AFF4;
  text-align: left;
  cursor: inherit;
}
.subscribe-form-wrap.active .form-control::-moz-placeholder {
  color: #48b8f5;
  opacity: 1;
}
.subscribe-form-wrap.active .form-control:-ms-input-placeholder {
  color: #48b8f5;
}
.subscribe-form-wrap.active .form-control::-webkit-input-placeholder {
  color: #48b8f5;
}
.subscribe-form-wrap.active .btn {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.view-id-busines_ideas.view-display-id-block_1 {
  margin-bottom: 20px;
}
#block-views-popular-block-front,
#block-views-franchise-block-front,
#block-views-equipment-block-front,
#block-views-interview-block-front,
#block-views-business-process-block-front {
  border-top: 4px solid #87D1F8;
  padding-top: 20px;
  margin-top: 20px;
}
.block-ideas-front-h2-categories {
  margin-bottom: 30px;
}
.block-ideas-front-h2-categories h2 {
  margin: 10px 0 0;
}
.block-ideas-front-h2-categories .term-links {
  margin-top: 15px;
}
.block-ideas-front-h2-categories .term-links a {
  margin-right: 15px;
  float: left;
  text-decoration: underline;
}
.block-ideas-front-h2-categories .term-links a.active {
  color: #0AA0F0;
}
.idea-view-filter {
  background: #f6f6f6;
  margin-bottom: 20px;
  font-family: 'merriweatherregular';
}
.idea-view-filter a {
  color: #0a9ff0;
  text-decoration: underline;
}
.idea-view-filter a.active-link {
  font-family: 'merriweatherbold';
  color: #222;
}
.idea-view-filter a:hover {
  text-decoration: none;
}
.idea-view-filter .col-term a.active {
  font-family: 'merriweatherbold';
  color: #222;
}
.idea-view-filter .col-first,
.idea-view-filter .col-second {
  padding-bottom: 15px;
  padding-top: 15px;
}
.idea-view-filter .col-first {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .idea-view-filter .col-second {
    padding-left: 15px;
    padding-top: 0;
  }
}
.idea-view-filter .h3 {
  margin: 0 0 10px;
  font-family: 'noto_sansbold';
  font-size: 17px;
}
.idea-view-filter .h3 a {
  color: inherit;
  text-decoration: none;
  font-family: inherit !important;
}
.text-no-result {
  font-family: 'merriweatherbold';
}
.view-general-lists {
  border: 1px solid #EBEBEB;
  padding: 25px 25px 10px;
  margin-bottom: 20px;
}
.view-general-lists .h3 {
  margin: 0 0 20px;
  line-height: 1;
  color: #2C2C2C;
  font-family: 'noto_sansbold';
  font-size: 17px;
}
.view-general-lists a {
  display: block;
  margin: 15px 0;
  margin: 16.8px 0;
  font-size: 15px;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .view-general-lists a {
    margin: 12.5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-general-lists {
    padding-top: 20px;
  }
  .view-general-lists a {
    font-size: 13px;
    margin: 10px 0;
  }
  .view-general-lists .h3 {
    margin-bottom: 0;
  }
}
.view-general-lists .views-row + .views-row {
  border-top: 1px solid #EBEBEB;
}
.view-id-busines_ideas.view-display-id-block_1 {
  border: 1px solid #EBEBEB;
  padding: 25px 25px 10px;
}
.view-id-busines_ideas.view-display-id-block_1 .h3 {
  margin: 0 0 20px;
  line-height: 1;
  color: #2C2C2C;
  font-family: 'noto_sansbold';
  font-size: 17px;
}
.view-id-busines_ideas.view-display-id-block_1 .title-link {
  display: block;
  margin: 15px 0;
  margin: 16.8px 0;
  font-size: 15px;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .view-id-busines_ideas.view-display-id-block_1 .title-link {
    margin: 12.5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-id-busines_ideas.view-display-id-block_1 {
    padding-top: 20px;
  }
  .view-id-busines_ideas.view-display-id-block_1 .title-link {
    font-size: 13px;
    margin: 10px 0;
  }
  .view-id-busines_ideas.view-display-id-block_1 .h3 {
    margin-bottom: 0;
  }
}
.view-id-busines_ideas.view-display-id-block_1 .views-row + .views-row {
  border-top: 1px solid #EBEBEB;
}
.view .header-text {
  margin-bottom: 20px;
}
@media (min-width: 515px) and (max-width: 767px) {
  .view .front-row {
    width: 50%;
  }
}
.page-comment-reply .page-header,
.page-node .page-header {
  font-family: 'merriweatherbold';
  font-size: 20px;
  color: #2c2c2c;
  margin-top: 0;
  border: none;
}
#block-hmenu-hmenu {
  float: left;
  width: 50%;
  padding-right: 15px;
}
#block-hmenu-hmenu .h3 {
  font-size: 14px;
  font-family: 'noto_sansbold';
  font-weight: normal;
}
#block-hmenu-hmenu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-hmenu-hmenu > ul li {
  padding: 3px 0;
}
#block-hmenu-hmenu > ul a {
  font-family: 'merriweatherregular';
  color: #0AA0F0;
  text-decoration: underline;
}
#block-hmenu-hmenu > ul a:hover {
  text-decoration: none;
}
#block-hmenu-hmenu > ul ul {
  padding-left: 20px;
}
@media (max-width: 991px) {
  #block-hmenu-hmenu {
    width: 100%;
    padding-right: 0;
  }
}
.page-taxonomy-term .page-header,
.page-interview .page-header,
.page-equipment .page-header,
.page-business-process .page-header,
.page-business-ideas .page-header,
.page-franchise .page-header {
  display: none;
}
.node .field-name-body {
  font-family: 'noto_sansregular';
}
.node .field-name-body h1,
.node .field-name-body h2,
.node .field-name-body h3,
.node .field-name-body h4,
.node .field-name-body h5,
.node .field-name-body .h1,
.node .field-name-body .h2,
.node .field-name-body .h3,
.node .field-name-body .h4,
.node .field-name-body .h5 {
  font-family: 'merriweatherbold';
  text-transform: none;
}
.node .field-name-body h2,
.node .field-name-body .h2 {
  font-size: 22px;
}
.node .field-name-body h3,
.node .field-name-body .h3 {
  font-size: 20px;
}
.node .field-name-body h4,
.node .field-name-body .h4 {
  font-size: 18px;
}
.node .field-name-body h5,
.node .field-name-body .h5 {
  font-size: 16px;
}
.node .field-name-body .image-620_width {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .node .field-name-body img {
    width: 100% !important;
    height: auto !important;
  }
}
.node .field-name-body a {
  text-decoration: underline;
  color: #0AA0F0;
}
.node .field-name-body a:hover {
  text-decoration: none;
}
.node .field-name-body img {
  max-width: 100%;
}
.node .field-name-body ul {
  padding-left: 15px;
}
.node-franchise .field-name-body img {
  width: 100% !important;
  height: auto !important;
}
.node-interview .interview-author-row {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3;
}
.node-interview .interview-author-row .col-name {
  padding-top: 124px;
  font-size: 16px;
  font-family: 'merriweatherbold';
}
.node-franchise {
  clear: both;
}
.node-franchise .characteristics-row {
  margin: 10px 0;
}
.node-franchise .characteristics-row a {
  color: #0AA0F0;
  text-decoration: underline;
}
.node-franchise .characteristics-row a:hover {
  text-decoration: none;
}
.node-franchise .characteristics-row .field {
  padding: 5px 30px;
  background: #e3e3e3;
  font-size: 12px;
  line-height: 16px;
}
.node-franchise .characteristics-row .field:nth-child(2n) {
  background: #f9f9f9;
}
.node-franchise .characteristics-row .field-label {
  font-family: 'merriweatherbold';
  font-weight: normal;
}
.node-franchise .characteristics-row .field-items {
  line-height: 14px;
}
.node-equipment .post-footnotes {
  font-family: "Trebuchet MS", "noto_sansregular", Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #7e7e7e;
  margin: 30px 0;
}
.node-equipment .flexslider {
  border: 1px solid #ececec;
  margin-bottom: 10px;
  border-radius: 0;
}
.node-equipment .flex-direction-nav a {
  line-height: 1;
}
.node-equipment .flex-control-nav {
  display: none;
}
.node-equipment .field-name-field-article-image {
  border: 1px solid #ececec;
  text-align: center;
}
.node-equipment .field-name-field-article-image img {
  display: inline-block;
}
.node-equipment .characteristics-row {
  margin: 10px 0;
}
.node-equipment .characteristics-row a {
  color: #0AA0F0;
  text-decoration: underline;
}
.node-equipment .characteristics-row a:hover {
  text-decoration: none;
}
.node-equipment .characteristics-row .field {
  padding: 5px 30px;
  background: #e3e3e3;
  font-size: 12px;
  line-height: 16px;
}
.node-equipment .characteristics-row .field:nth-child(2n) {
  background: #f9f9f9;
}
.node-equipment .characteristics-row .field-label {
  font-family: 'merriweatherbold';
  font-weight: normal;
}
.node-equipment .characteristics-row .field-items {
  line-height: 14px;
}
.node-equipment .ask-a-question-wrap,
.node-equipment .buy-button-wrap {
  text-align: center;
  background: #ffebba;
  padding: 10px 0;
  margin-bottom: 10px;
}
.node-equipment .ask-a-question-wrap .btn,
.node-equipment .buy-button-wrap .btn {
  background: #30AFF4;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 30px;
  outline: none !important;
  font-family: 'noto_sansbold';
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.node-equipment .ask-a-question-wrap .btn:hover,
.node-equipment .buy-button-wrap .btn:hover {
  background-color: #2CA3E3;
}
.node-equipment .ask-a-question-wrap {
  background: none;
  margin: 30px 0 0;
}
.node-equipment .field-name-body a {
  color: #0AA0F0;
}
.node-equipment .field-name-body ul {
  padding-left: 15px;
}
.tabs--primary {
  margin-bottom: 10px;
}
form.confirmation {
  padding-top: 10px;
}
form.confirmation .form-actions {
  margin-top: 10px;
}
form.confirmation .form-actions a {
  margin-left: 15px;
}
.comment .submitted {
  font-family: 'merriweatherregular';
}
.comment .submitted b {
  font-family: 'merriweatherbold';
  font-weight: normal;
}
.comment .content {
  margin: 10px 0;
}
.comment .links {
  margin-bottom: 0;
}
.comment .links a {
  color: #0AA0F0;
  text-decoration: underline;
}
.comment .links a:hover {
  text-decoration: none;
}
.comment .bbcode_quote {
  border-left: 4px solid #CCC;
  padding-left: 15px;
  margin: 5px 0;
  color: #555;
}
.comment .bbcode_quote .bbcode_quote_head {
  font-weight: bold;
  padding-bottom: 5px;
}
.comment-form textarea {
  resize: vertical;
  overflow: auto;
}
.comment-form .grippie {
  display: none !important;
}
.comment-form .form-actions:before,
.comment-form .form-actions:after {
  content: " ";
  display: table;
}
.comment-form .form-actions:after {
  clear: both;
}
.comment-form .form-submit {
  float: right;
  background: #30AFF4;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
  outline: none !important;
  font-family: 'noto_sansbold';
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.comment-form .form-submit:hover {
  background-color: #2CA3E3;
}
.comment-wrapper .indented {
  padding-left: 20px;
}
.comment-wrapper .comm-wrap {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
.comment-wrapper .comm-wrap.indented {
  padding-left: 30px;
}
.comment-wrapper .comm-wrap.odd {
  background: #FBFBFB;
}
.comment-wrapper h2,
.comment-wrapper .h2 {
  text-transform: none;
  font-size: 20px;
}
.view-related h2,
.view-related .h2 {
  text-transform: none;
  font-size: 20px;
}
.view-related .views-row {
  display: inline-block;
  margin-right: 5px;
}
.view-related .views-row span {
  display: inline-block;
}
.view-related a {
  display: inline-block;
  margin-top: 10px;
  font-family: 'merriweatherregular';
  font-size: 12px;
  padding: 2px 7px;
  border: 2px solid #30aff4;
  border-radius: 15px;
  color: #222222;
  text-decoration: none;
}
.view-related a:hover {
  color: #FFF;
  background: #30aff4;
}
.pagination {
  font-family: 'noto_sansbold';
  font-size: 17px;
  color: #c7c7c7;
  border-radius: 12px;
  border: 2px solid #c7c7c7;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: border-color 0.3s ease-in-out 0s;
  -o-transition: border-color 0.3s ease-in-out 0s;
  transition: border-color 0.3s ease-in-out 0s;
}
.pagination:hover {
  border-color: #b6e1fa;
}
.pagination li span,
.pagination li a {
  border: none;
  background: none;
  color: #c7c7c7;
  text-shadow: none;
  padding-top: 2px;
  padding-bottom: 3px;
}
.pagination li span:hover,
.pagination li a:hover {
  background: none;
  color: #26a6f1;
}
.pagination li.active span {
  background: none !important;
  color: #26a6f1 !important;
}
.pagination li.next,
.pagination li.prev {
  display: none;
}
.idea-social-likes {
  margin-top: 20px;
}
.idea-social-likes .like-btns > div {
  padding-right: 10px;
  line-height: 1;
  vertical-align: middle;
  height: 22px;
  margin-bottom: 10px;
}
.idea-social-likes .like-btns .mail-ru-wrap {
  width: 140px;
}
/* Footer */
.footer {
  margin-top: 20px;
}
.footer .footer-top {
  padding-top: 0;
  padding-bottom: 20px;
}
.footer .footer-top .border-top {
  border-top: 4px solid #87D1F8;
  margin-bottom: 20px;
}
.footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 15px;
  margin-top: 4px;
  background: #f0f0f0;
}
.footer .footer-bottom .region-footer-bottom-middle {
  text-align: center;
  font-size: 13px;
}
.footer .footer-bottom .logo-footer {
  display: block;
  text-align: center;
}
.footer .footer-bottom .logo-footer img {
  display: inline-block;
}
.footer .footer-middle {
  background: #f0f0f0;
  padding: 0;
}
.footer .navbar-footer {
  margin-bottom: 0;
  background: none;
  border: none;
}
.footer .navbar-footer .navbar-nav li {
  padding: 15px 0;
}
.footer .navbar-footer .navbar-nav li + li {
  padding-left: 25px;
}
.footer .navbar-footer .navbar-nav li a {
  font: 1em "noto_sansbold";
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.238px;
  padding: 0;
  background: none !important;
}
.footer .navbar-footer .navbar-nav li a:hover {
  text-decoration: none;
  color: #0AA0F0;
}
.footer .ul-footer-social {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer .ul-footer-social li {
  display: inline-block;
}
.footer .ul-footer-social li a {
  display: inline-block;
  text-indent: 100%;
  overflow: hidden;
  width: 37px;
  height: 37px;
}
.footer .ul-footer-social li.gplus a {
  background: url("../img/social/gplus.png") no-repeat scroll 0 0 transparent;
}
.footer .ul-footer-social li.fb a {
  background: url("../img/social/fb.png") no-repeat scroll 0 0 transparent;
}
.footer .ul-footer-social li.vk a {
  background: url("../img/social/vk.png") no-repeat scroll 0 0 transparent;
}
.footer .ul-footer-social li.twitter a {
  background: url("../img/social/twitter.png") no-repeat scroll 0 0 transparent;
}
.footer .ul-footer-social li.youtube a {
  background: url("../img/social/youtube.png") no-repeat scroll 0 0 transparent;
}
.footer .ul-footer-social li a:hover {
  background-position: 0 -37px;
}
@media (min-width: 1200px) {
  .footer .logo-footer {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .ul-footer-social {
    margin-top: 30px;
  }
  .footer .logo-footer {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .navbar-footer .navbar-nav li {
    padding: 10px 15px !important;
  }
  .footer .ul-footer-social {
    margin-top: 0;
  }
}
.idea-view-filter .row a {
    color: #0a9ff0;
	text-decoration: underline;
}
.idea-view-filter .row a:hover{
	text-decoration: none;
}
#block-block-4 {
    float: left;
    text-align: center;
    width: 100%;
	margin-top: 15px;
	margin-top: 15px;
}
.from_ad_s{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}