/* Seome sperimental layout and code START */
.mockup-heading {
  padding: 60px 0;
  text-align: center;
}
.mockup-heading h1 {
  margin: 0 0 10px;
  color: #666;
  font-size: 48px;
  font-weight: 300;
}
.mockup-heading span {
  color: #888;
}
.mockup-heading nav {
  padding: 20px 0;
}
.mockup-heading nav a {
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 10px 20px;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.mockup-heading nav a.active {
  background: #519bf5;
  color: #fff;
}
.mockup-heading nav a.sidebar-toggle {
  background: #666;
  padding: 10px 16px;
  color: #fff;
}
.mockup-content {
  display: none;
}
.mockup-content.active {
  display: block;
}
.clear,
.container .et_pb_row .et_pb_column:after,
.container .et_pb_row .et_pb_column:before,
.container:before,
.container:after,
.module .posts-list article:before,
.module .posts-list article:after,
.module.tabbed-post-module .tab-content:before,
.module.tabbed-post-module .tab-content:after {
  content: "";
  display: block;
  clear: both;
}

.container .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.container .et_pb_row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  float: left;
}
.container .et_pb_row .et_pb_column.et_pb_column_4_4 {
  width: 100%;
}
.container .et_pb_row .et_pb_column.et_pb_column_1_2 {
  width: 50%;
}
.container .et_pb_row .et_pb_column.et_pb_column_1_2:nth-child(2),
.container .et_pb_row .et_pb_column.et_pb_column_1_2:last-child {
  padding: 0 0 0 12.5px;
}
.container .et_pb_row .et_pb_column.et_pb_column_1_2:first-child,
.container .et_pb_row .et_pb_column.et_pb_column_1_2:nth-child(1),
.container .et_pb_row .et_pb_column.et_pb_column_1_2:only-child {
  padding: 0 12.5px 0 0;
}
.container .et_pb_row .et_pb_column.et_pb_column_1_3 {
  width: 33.33333%;
}
.container .et_pb_row .et_pb_column.et_pb_column_1_3:nth-child(3),
.container .et_pb_row .et_pb_column.et_pb_column_1_3:last-child {
  padding: 0 0 0 16.66666667px;
}
.container .et_pb_row .et_pb_column.et_pb_column_1_3:nth-child(2) {
  padding: 0 8.33333333px;
}
.container .et_pb_row .et_pb_column.et_pb_column_1_3:first-child,
.container .et_pb_row .et_pb_column.et_pb_column_1_3:nth-child(1),
.container .et_pb_row .et_pb_column.et_pb_column_1_3:only-child {
  padding: 0 16.66666667px 0 0;
}
.container.with_sidebar .et_pb_column_main,
.container.with_sidebar .et_pb_column_sidebar {
  float: left;
}
.container.with_sidebar .et_pb_column_main {
  width: 75%;
  padding: 0 25px 0 0;
  box-sizing: border-box;
}
.container.with_sidebar .et_pb_column_sidebar {
  display: block!important;
  background: #e1e5eb;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  width: 25%;
  padding: 10px;
  height: auto;
  min-height: 600px;
}
.module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 25px;
  overflow: hidden;
}
.module .module-head,
.module.tabbed-post-module .tabs {
  background: #fff;
  border-top: 6px solid #519bf5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  line-height: 1;
}
.module .module-head h1 {
  display: inline-block;
  color: #519bf5;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.module .module-head .module-filter {
  display: inline-block;
  color: #444651;
  font-weight: 300;
}
.module .post-meta {
  margin: 5px 0 0;
  color: #888;
  font-size: 12px;
}
.module .post-meta a {
  color: inherit;
  text-decoration: none;
}
.module .main-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.module .main-post article .header img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
.module .main-post article .post-content h2 {
  padding: 0;
  color: #519bf5;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.module .main-post article .post-content .post-meta {
  margin: 10px 0 0;
}
.module .main-post article .post-content .excerpt {
  margin: 0 0 20px;
  color: #666;
  line-height: 1.8em;
}
.module .posts-list {
  list-style: none;
}
.module .posts-list li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px 10px;
  box-sizing: border-box;
}
.module .posts-list li:last-child {
  border: 0;
}
.module .posts-list article .post-thumbnail {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 0;
  float: left;
  overflow: hidden;
  vertical-align: top;
}
.module .posts-list article .post-thumbnail img {
  display: block;
  width: 100%;
}
.module .posts-list article .post-content {
  width: auto;
  padding: 5px 0 10px;
  vertical-align: top;
}
.module .posts-list article .post-content h3 {
  color: #444651;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.module.featured-posts-slider-module {
  position: relative;
  background: 0;
  box-shadow: none;
  overflow: visible;
}
.module.featured-posts-slider-module .posts-slider-module-items {
  width: 100%;
}
.module.featured-posts-slider-module article {
  display: none;
  position: relative;
  background: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.module.featured-posts-slider-module article .post-thumbnail img {
  display: block;
  width: 100%;
}
.module.featured-posts-slider-module article .post-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 76px;
  box-sizing: border-box;
}
.module.featured-posts-slider-module article .post-content-box .post-content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
  color: #fff;
  box-sizing: border-box;
}
.module.featured-posts-slider-module article .post-content-box .post-content h3 {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.post-content-box .post-content a {
    color: #ddd;
}

.post-content-box .post-content a:hover {
    color: #ccc;
}

.post-content-box .post-content h3 {
    border-bottom: 3px solid #fff;
}

.et_pb_column_1_2 .module.featured-posts-slider-module article .post-content-box .post-content h3,
.et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box .post-content h3 {
  font-size: 14px;
}
.et_pb_column_1_2 .module.featured-posts-slider-module article .post-content-box .post-content .post-meta,
.et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box .post-content .post-meta {
  font-size: 12px;
}
.et_pb_column_1_2 .module.featured-posts-slider-module article .post-content-box,
.et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box {
  position: initial;
  padding: 0;
}
.et_pb_column_1_2 .module.featured-posts-slider-module article .post-content-box .post-content,
.et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box .post-content {
  position: initial;
  background: #fff;
  color: #666;
}
.module.featured-posts-slider-module article.slick-active {
  display: block;
}
.module.featured-posts-slider-module .slick-prev,
.module.featured-posts-slider-module .slick-next,
.module.posts-slider-module .slick-list .slick-prev,
.module.posts-slider-module .slick-list .slick-next {
  position: absolute;
  top: 40%;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: -20px 0 0;
  line-height: 40px;
  text-align: center;
}
.module.featured-posts-slider-module .slick-prev:hover,
.module.featured-posts-slider-module .slick-next:hover {
  background: #fff;
}
.et_pb_column_1_2 .module.featured-posts-slider-module .slick-prev,
.et_pb_column_1_2 .module.featured-posts-slider-module .slick-next,
.et_pb_column_1_3 .module.featured-posts-slider-module .slick-prev,
.et_pb_column_1_3 .module.featured-posts-slider-module .slick-next {
  display: none;
}
.module.featured-posts-slider-module .slick-prev,
.module.posts-slider-module .slick-list .slick-prev {
  left: 20px;
}
.module.featured-posts-slider-module .slick-next,
.module.posts-slider-module .slick-list .slick-next {
  right: 20px;
}
.module.featured-posts-slider-module .slick-dots {
  position: absolute;
  top: 15px;
  right: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.module.featured-posts-slider-module .slick-dots li {
  display: inline-block;
}
.module.featured-posts-slider-module .slick-dots li button {
  background: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 5px;
  border: 0;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.module.featured-posts-slider-module .slick-dots li.slick-active button {
  background: #fff;
  width: 18px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.et_pb_column_1_2 .module.featured-posts-slider-module .slick-dots,
.et_pb_column_1_3 .module.featured-posts-slider-module .slick-dots {
  bottom: 70px;
}
.module.posts-slider-module .slick-list {
  position: relative;
}
.module.posts-slider-module .slick-list .slick-track {
  padding: 10px;
}
.module.posts-slider-module .slick-list .slick-track article {
  display: none;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}
.module.posts-slider-module .slick-list .slick-track article .post-thumbnail img {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.module.posts-slider-module .slick-list .slick-track article .post-content-box .post-content h3 {
  color: #444651;
  font-size: 14px;
  font-weight: 600;
}
.module.posts-slider-module .slick-list .slick-track article.slick-active {
  display: block;
}
.et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article {
  width: 50%;
}
.et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article {
  width: 100%;
}
.et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track,
.et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track {
  padding: 0;
}
.et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article,
.et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article {
  padding: 0;
}
.et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article .post-content,
.et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article .post-content {
  padding: 0 20px 20px;
}
.module.tabbed-post-module .tabs {
  position: relative;
  background: #f6f9fd;
  width: 100%;
  padding: 0;
}
.module.tabbed-post-module .tabs ul li {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  color: #999;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
}
.module.tabbed-post-module .tabs ul li:hover {
  color: #519bf5;
}
.module.tabbed-post-module .tabs ul li:last-child,
.module.tabbed-post-module .tabs ul li:only-child {
  border: 0;
}
.module.tabbed-post-module .tabs ul li:first-child {
  padding: 15px 15px 15px 20px;
}
.module.tabbed-post-module .tabs ul li.active {
  background: #fff;
  color: #519bf5;
  font-weighT: 600;
}
.et_pb_column_1_2 .module.tabbed-post-module .tabs ul li,
.et_pb_column_1_3 .module.tabbed-post-module .tabs ul li {
  display: none;
}
.et_pb_column_1_2 .module.tabbed-post-module .tabs ul li.active,
.et_pb_column_1_3 .module.tabbed-post-module .tabs ul li.active {
  display: block;
  border: 0;
}
.module.tabbed-post-module .tabs .tab-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f9fd;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.module.tabbed-post-module .tabs .tab-nav .arrow {
  display: inline-block;
  margin: 0 15px 0 0;
}
.module.tabbed-post-module .tabs .tab-nav .arrow:last-child {
  margin: 0;
}
.et_pb_column_4_4 .module.tabbed-post-module .tabs .tab-nav {
  display: none;
}
.module.tabbed-post-module .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.et_pb_column_1_2 .module.tabbed-post-module .tab-content,
.et_pb_column_1_3 .module.tabbed-post-module .tab-content {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.et_pb_column_1_2 .module.tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .module.tabbed-post-module .tab-content .main-post,
.et_pb_column_1_2 .module.tabbed-post-module .tab-content .posts-list,
.et_pb_column_1_3 .module.tabbed-post-module .tab-content .posts-list {
  width: 100%;
}
.et_pb_column_1_2 .module.tabbed-post-module .tab-content .main-post,
.et_pb_column_1_3 .module.tabbed-post-module .tab-content .main-post {
  padding: 0;
}
.et_pb_column_1_2 .module.tabbed-post-module .tab-content .main-post .post-content,
.et_pb_column_1_3 .module.tabbed-post-module .tab-content .main-post .post-content {
  padding: 0 20px;
}
.module:last-child {
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
      flex-grow: 100;
}
.et_pb_column_4_4 .module {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.et_pb_column_4_4 .module .module-head {
  width: 100%;
}
.et_pb_column_4_4 .module .main-post,
.et_pb_column_4_4 .module .posts-list {
  width: 50%;
  float: left;
}
.et_pb_column_4_4 .module .main-post {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .container.with_sidebar .et_pb_column_main,
  .container.with_sidebar .et_pb_column_sidebar {
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
  }
  
  .et_pb_column_sidebar {
    padding: 10px!important;
  }
  
  
}
@media only screen and (max-width: 767px) {
  /* Layout */
  .container .et_pb_row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container .et_pb_row .et_pb_column {
    width: 100%;
  }
  .container .et_pb_row .et_pb_column.et_pb_column_4_4,
  .container .et_pb_row .et_pb_column.et_pb_column_1_2,
  .container .et_pb_row .et_pb_column.et_pb_column_1_3 {
    width: 100%;
    padding: 0 !important;
  }
  /* END Layout */
  /* Modules */
  .module {
    /* Featured Posts Slider Module */
    /* END Featured Posts Slider Module */
    /* Posts Slider Module */
    /* END Posts Slider Module */
    /* Tabbed Post Module */
    /* Tabbed Post Module */
  }
  .et_pb_column_4_4 .module .main-post,
  .et_pb_column_4_4 .module .posts-list {
    width: 100%;
    float: none;
    clear: both;
  }
  .et_pb_column_4_4 .module .main-post {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 76px;
  }
  .et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box .post-content {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track,
  .et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track {
    padding: 10px;
  }
  .et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article,
  .et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article {
    width: 25%;
    padding: 10px;
  }
  .et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article .post-content,
  .et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article .post-content {
    padding: 0;
  }
  .module.tabbed-post-module .tabs {
    position: relative;
  }
  .module.tabbed-post-module .tabs ul li {
    display: none;
  }
  .module.tabbed-post-module .tabs ul li.active {
    display: block;
  }
  .et_pb_column_4_4 .module.tabbed-post-module .tabs .tab-nav {
    display: block;
  }
  .et_pb_column_4_4 .module.tabbed-post-module .tab-content {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
  }
  .et_pb_column_4_4 .module.tabbed-post-module .tab-content .main-post,
  .et_pb_column_4_4 .module.tabbed-post-module .tab-content .posts-list {
    width: 100%;
  }
  .et_pb_column_4_4 .module.tabbed-post-module .tab-content .main-post {
    padding: 0;
  }
  .et_pb_column_4_4 .module.tabbed-post-module .tab-content .main-post .post-content {
    padding: 0 20px;
  }
  /* END Modules */
}
@media only screen and (max-width: 479px) {
  /* Modules */
  .module {
    /* Featured Post Slider Module */
    /* END Featured Post Slider Module */
    /* Posts Slider Module */
    /* END Posts Slider Module */
  }
  .module.featured-posts-slider-module article .post-content-box {
    position: initial;
    padding: 0;
  }
  
   /* This might cause some issues on mobile
  .module.featured-posts-slider-module article .post-content-box .post-content {
    position: initial;
    background: #fff;
    color: #666;
  }
  */
  
  .et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box {
    position: initial;
    padding: 0;
  }
  .et_pb_column_1_3 .module.featured-posts-slider-module article .post-content-box .post-content {
    position: initial;
    background: #fff;
    color: #666;
  }
  .et_pb_column_4_4 .module.posts-slider-module .slick-list .slick-track,
  .et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track,
  .et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track {
    padding: 0;
  }
  .et_pb_column_4_4 .module.posts-slider-module .slick-list .slick-track article,
  .et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article,
  .et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article {
    width: 50%;
    padding: 0;
  }
  .et_pb_column_4_4 .module.posts-slider-module .slick-list .slick-track article .post-content,
  .et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article .post-content,
  .et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article .post-content {
    padding: 0 20px 20px;
  }
  /* END Modules */
}
@media only screen and (max-width: 320px) {
  /* Modules */
  .module {
    /* Posts Slider Module */
    /* END Posts Slider Module */
  }
  .et_pb_column_4_4 .module.posts-slider-module .slick-list .slick-track article,
  .et_pb_column_1_2 .module.posts-slider-module .slick-list .slick-track article,
  .et_pb_column_1_3 .module.posts-slider-module .slick-list .slick-track article {
    width: 100%;
  }
  /* END Modules */
}






.mini-sidebar-list > a {
    display: block;
}

.featured-posts-slider-module img {
    -webkit-transition: -webkit-transform 0.38s ease-out 0s;
            transition: -webkit-transform 0.38s ease-out 0s;
            transition: transform 0.38s ease-out 0s;
            transition: transform 0.38s ease-out 0s, -webkit-transform 0.38s ease-out 0s;
}

.featured-posts-slider-module:hover img {
    -webkit-transform: scale(1.4) rotate(6deg);
            transform: scale(1.4) rotate(6deg);
}


.et_pb_column_sidebar {
  display: none;
 -webkit-transition: background .2s linear;
  transition: background .2s linear;
 } 

.flexslider {
  border: none;
  box-shadow: none;
}

.flex-direction-nav a {
  background: url ("./images/bg_direction_nav.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}
.flex-direction-nav a:before {
  content: '';
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
  text-align: left;
}
.flex-direction-nav .flex-next:before {
  content: '';
}

.heading h3 {
  font-weight: 300;
  color: #888888;
}

.btn-navbar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-navbar li {
  float: left;
  margin: 0 5px;
}
.btn-navbar li:first-child {
  margin-left: 0;
}

.container-downloads .btn {
  display: inline-block;
  padding: 6px 14px;
  background: #f2f2f2;
  border-radius: 3px;
  font-size: 0.8125em;
  color: #b9bcbc;
  -webkit-transition: background .3s ease, color .3s ease;
          transition: background .3s ease, color .3s ease;
}

.container-downloads .btn-group-vertical > .btn, .btn-group > .btn {
    float: none !important;
    position: unset;
}

.btn.btn-primary {
  background: #a1d36e;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary.active {
  background: #94cd5a;
}
.btn.btn-secondary {
  background: #6ad1dd;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
  background: #55cbd8;
}
.btn.btn-tertiary {
  background: #fc6e51;
  color: #fff;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary.active {
  background: #fc5938;
}
.btn.btn-quaternary {
  background: #48cfad;
  color: #fff;
}
.btn.btn-quaternary:hover, .btn.btn-quaternary.active {
  background: #35c9a4;
}


.btn.btn-large {
  padding: 12px 28px;
}
.btn.btn-caps {
  text-transform: uppercase;
}
.btn.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-group {
  position: relative;
  display: inline-block;
  margin: 10px 0;
}
.form-btn-group.btn-group:before {
    background: #fff;
    border-radius: 50%;
    color: #999;
    content: attr(data-grouptype);
    display: inline-block;
    font-size: 12px;
    height: 26px;
    left: 50%;
    margin-left: -10px;
    padding: 5px;
    position: absolute;
    top: 8px;
    width: 26px;
}


.form-btn-group-dynamic.btn-group:before {
    background: #fff;
    border-radius: 50%;
    color: #999;
    content: attr(data-grouptype);
    display: inline-block;
    font-size: 12px;
    height: 26px;
    left: 151px;
    margin-left: -30px;
    padding: 5px;
    position: relative;
    top: 1px;
    width: 26px;
}

.form-btn-group i {
    margin-right:4px;
	font-size:14px;
}

.form-btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.form-btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.btn-group a + a {
  margin-left: 5px;
}

.btn-navbar .btn {
  font-size: 0.6875em;
}
.btn-navbar .active {
  background: #6ad1dd;
  color: #fff;
}
.btn-navbar .active:hover {
  background: #55cbd8;
}

.post {
  box-shadow: 0 2px 0 rgba(204, 204, 204, 0.15);
  margin-bottom: 20px;
}
.post .post-image {
  display: block;
}
.post .icon-attachment {
  color: #fff;
}

.single-item-content {
    padding: 0 10px 10px;
}

.post .details {
  position: relative;
  background: #fff;
}
.post .details h2 {
  font-size: 0.90625em;
  font-weight: 600;
  color: #696969;
  margin: 0;
  padding: 5px 0;
}
.post .details p {
  color: #aaaaaa;
  margin: 0 0 5px;
  padding: 0;
}
.post .details .intents {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.6875em;
  color: #aaaaaa;
}
.post .details .intents [class*="icon-"] {
  font-size: 14px;
}
.post .details .intents .count {
  line-height: 14px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 5px;
}
.post .details .intents .icon-star {
  color: #fc6e51;
}
.post .actions {
  height: 20px;
}
.post .actions [class*="icon-"] {
  font-size: 18px;
  font-weight: normal;
}
.post .actions .btn-round {
  position: relative;
  border-radius: 50%;
  padding: 10px 0;
  width: 38px;
  height: 38px;
  top: -19px;
  text-align: center;
}
.post.post-blog .details {
  padding: 10px 20px;
  text-align: left;
}
.post.post-blog .details h2 {
  font-size: 1.375em;
  font-weight: 300;
}
.post.post-blog .details strong {
  color: #888888;
}
.post.post-product .details {
  text-align: left;
  padding: 0 20px 20px;
}
.post.post-product .product-actions {
  margin: 20px 0 0;
}
.post.post-product .download-count {
  margin: 0 20px;
}

.slider img {
  border-radius: 3px;
}

.widget {
  box-shadow: 0 2px 0 rgba(204, 204, 204, 0.15);
  margin-bottom: 20px;
  border-radius: 0 0 3px 3px;
  background: #fff;
  position: relative;
}
.widget .header {
  height: 100px;
  border-radius: 3px 3px 0 0;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  line-height: 100px;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}
.widget .header h2 {
  margin: 0;
}
.widget .header h3 {
  font-size: 0.6875em;
  text-transform: uppercase;
  margin: 0;
  line-height: 100px;
  text-align: center;
  font-weight: 300;
}
.widget .header.header-tertiary {
  background: #fc6e51;
}
.widget .header.header-quaternary {
  background: #48cfad;
}

.widget .header.header-item {
    background: #393d4b url("./images/item-header-pattern.png") repeat scroll 0 0;
}

.widget .header .background-icon [class*="icon-"] {
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: -20px;
  left: -40px;
  font-size: 7.5em;
}
.widget .actions {
  height: 20px;
  text-align: center;
  position: relative;
}
.widget .actions [class*="icon-"] {
  font-size: 18px;
  font-weight: normal;
}

.widget .actions .btn-round {
    background: #ddd;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-sizing: content-box;
    max-height: 38px;
    max-width: 38px;
    position: relative;
    text-align: center;
    top: -19px;
    width: auto;
}

.widget .actions .no-item-image:before {
    color: #999;
    content: "\f03e";
    font-family: fontawesome;
    font-size: 26px;
    line-height: 56px;
}

.widget .actions .no-item-image {
    background: #ddd;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    height: 58px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 58px;
}

.widget .actions .img-item-round {
    border-radius: 50%;
    box-sizing: content-box;
    height: 60px;
	object-fit: cover;
    width: 60px;
    position: relative;
    text-align: center;
    top: -30px;
}

.product-actions {
    line-height: 38px;
}


.mini-sidebar-list .side-segment {
    margin-top: 15px;
}

.mini-sidebar-list .side-segment:first-child {
    margin-top: 0;
}

.container-downloads .file-tree ul li,
.container-cart .file-tree ul li {
    font-size: 14px;
}

.container-downloads .file-tree ul,
.container-cart .file-tree ul {
    line-height: 1.6em;
	margin-left:-10px;
}

.container-downloads .file-tree ul li:before,
.container-cart .file-tree ul li:before {
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.container-downloads .file-tree ul li:after,
.container-cart .file-tree ul li:after {
    border-left: 2px solid #ccc;
}


.container-downloads .read-more {
    font-size: 12px;
    margin-bottom: -6px;
    margin-top: -12px;
}

.container-downloads .read-more a {
    color:#fff;
}

.container-downloads .toggledText span.trimmed{
  display:none;
}
.container-downloads .read-more .more:before{
  content:'Read More';
}
.container-downloads .showAll .toggledText span.morePoints{
  display:none;
}
.container-downloads .showAll .toggledText span.trimmed{
  display:inline;
}

.container-downloads .showAll .read-more .more:before{
  content:'Read Less';
}

.alert_title:not(.alert_close) {
    font-size: 16px;
    padding-bottom: 4px;
}

.changelog-stamp {
   font-size:12px;
   line-height: 22px;
}

.changelog-title-version {
    font-family: source sans pro;
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 46px;
}

.changelog-time-stamp {
    font-family: source sans pro;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 46px;
}

.item-price {
    color: #989898;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.header-item a,
.header-item h3 {
    color: #fff!important;
}

.header-item a:hover {
    color: #aaa!important;
}

.selected .widget {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* lets quickly take care of the default phpBB alert if a changelog has a long source */
.phpbb_alert {
    max-height: 600px;
    height: auto;
    overflow: hidden;
}

.alert_text {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
	height: auto;
}

/* Seome sperimental layout and code END */
