/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* AI CORE STYLE COLR*/
/* FONTS */
@font-face {
  font-family: 'DaxlinePro';
  src: url(../fonts/daxlinepro-regular.eot);
  src: url(../fonts/daxlinepro-regular.eot) format("embedded-opentype"), url(../fonts/daxlinepro-regular.woff2) format("woff2"), url(../fonts/daxlinepro-regular.woff) format("woff"), url(../fonts/daxlinepro-regular.ttf) format("truetype"), url(../fonts/daxlinepro-regular.svg#DaxlineProregular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DaxlinePro';
  src: url(../fonts/daxlinepro-bold.eot);
  src: url(../fonts/daxlinepro-bold.eot) format("embedded-opentype"), url(../fonts/daxlinepro-bold.woff2) format("woff2"), url(../fonts/daxlinepro-bold.woff) format("woff"), url(../fonts/axlinepro-bold.ttf) format("truetype"), url(../fonts/daxlinepro-bold.svg#DaxlineProBold) format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'DaxlinePro';
  src: url(../fonts/daxlinepro-light.eot);
  src: url(../fonts/daxlinepro-light.eot) format("embedded-opentype"), url(../fonts/daxlinepro-light.woff2) format("woff2"), url(../fonts/daxlinepro-light.woff) format("woff"), url(../fonts/daxlinepro-light.ttf) format("truetype"), url(../fonts/daxlinepro-light.svg#DaxlineProBold) format("svg");
  font-weight: 200;
  font-style: normal; }
html {
  font-size: 10px; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
body {
  background-color: #F8F8F8;
  color: #2E425A; }

/* ## Typographical Elements
--------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.site-inner a,
.site-inner a img,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

::-moz-selection {
  background-color: #00b7f4;
  color: #fff; }

::selection {
  background-color: #00b7f4;
  color: #fff; }

:focus {
  outline: 0;
  /* or */
  outline: none; }

a {
  color: #00b7f4;
  text-decoration: none; }
  a:hover {
    color: #006b8e;
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: none;
    border: none; }

p {
  margin: 0 0 30px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

b,
strong {
  font-weight: bold; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 15px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

th {
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }

.align-center, .aligncenter {
  text-align: center; }

.alignleft, .float-left {
  float: left; }

.alignright, .float-right {
  float: right; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 2.8rem; }

.content h2, .content h2.bal-title, .content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-top: 20px; }
  .content h2:after, .content h2.bal-title:after, .content h3:after {
    position: absolute;
    top: 5px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #d2dce8;
    z-index: 1; }
  .content h2 span, .content h2.bal-title span, .content h3 span {
    background-color: white;
    padding-right: 20px;
    z-index: 5;
    position: relative; }

h4 {
  font-size: 20px;
  font-weight: bold; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  padding: .6667em;
  margin-bottom: .6667em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #BCDCEB;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 4px 3px -2px #e3f4fd;
  box-shadow: inset 0 4px 3px -2px #e3f4fd;
  color: #2e425a;
  line-height: 1.2; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #00b7f4;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff; }

.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/*
#	====================	#
	AJAX LOADING BUTTON
#	====================	#
*/
button.alm-load-more-btn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 42px;
  line-height: 44px;
  background: #f6f7f8;
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 4px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  -o-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }
  button.alm-load-more-btn:hover {
    background-color: #d34646;
    color: #fff;
    text-decoration: none; }
  button.alm-load-more-btn:active {
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none; }

/* Loading */
button.alm-load-more-btn.loading {
  background-color: white;
  text-align: center; }

/* Loaded / Done */
button.alm-load-more-btn.done {
  cursor: default;
  background-color: #f6f7f8;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* Loading Icon */
button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before {
  background: none;
  width: 0; }

/* Loading :before */
button.alm-load-more-btn.loading:before {
  background: url("../images/ajax-loader.gif") no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 6px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  z-index: 0;
  content: '';
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

.alm-btn-wrap {
  text-align: center;
  padding: 10px 10px 30px;
  overflow: hidden;
  display: block; }

/* red */
.ajax-load-more-wrap.red button.alm-load-more-btn {
  background-color: #f6f7f8; }

.ajax-load-more-wrap.red button.alm-load-more-btn:hover,
.ajax-load-more-wrap.red button.alm-load-more-btn.done {
  background-color: white; }

/*
#	======================
	* BACKGROUND COLORS *
#	======================
*/
.color-red {
  background: #FFECEC;
  color: #D94747 !important; }

.color-green {
  background: #F4FFEF;
  color: #335A2E !important; }

.color-blue {
  background: #E3F4FD;
  color: #2E425A !important; }

.color-yellow {
  background: #FFFFD3;
  color: #F4D754 !important; }

/* Style Breadcrumbs
------------------------------------------------------------ */
.breadcrumb {
  color: #9ea9b7;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  background-color: transparent !important;
  font-size: 13px;
  padding: 5px 0px;
  margin: none; }
  .breadcrumb a {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block; }
    .breadcrumb a:after {
      color: #9ea9b7;
      content: "\f105";
      float: right;
      font-family: FontAwesome;
      margin-left: 10px; }
    .breadcrumb a:last-child:after {
      display: none; }

.site-header {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(215, 239, 250, 0.45)), color-stop(3.6667em, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(215, 239, 250, 0.45), rgba(255, 255, 255, 0) 3.6667em);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 239, 250, 0.45)), color-stop(3.6667em, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(bottom, rgba(215, 239, 250, 0.45), rgba(255, 255, 255, 0) 3.6667em);
  background-image: linear-gradient(to top, rgba(215, 239, 250, 0.45), rgba(255, 255, 255, 0) 3.6667em); }
  .site-header .hrgr {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    border: none;
    pointer-events: none;
    overflow: hidden; }
    .site-header .hrgr:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #00baf2;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00baf2), color-stop(12%, #52b415), color-stop(25%, #ced512), color-stop(37%, #e30ca9), color-stop(50%, #00baf2), color-stop(63%, #52b415), color-stop(76%, #ced512), color-stop(87%, #e30ca9), color-stop(100%, #00baf2));
      background-image: -webkit-linear-gradient(left, #00baf2 0%, #52b415 12%, #ced512 25%, #e30ca9 37%, #00baf2 50%, #52b415 63%, #ced512 76%, #e30ca9 87%, #00baf2 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(#00baf2), color-stop(12%, #52b415), color-stop(25%, #ced512), color-stop(37%, #e30ca9), color-stop(50%, #00baf2), color-stop(63%, #52b415), color-stop(76%, #ced512), color-stop(87%, #e30ca9), to(#00baf2));
      background-image: -o-linear-gradient(left, #00baf2 0%, #52b415 12%, #ced512 25%, #e30ca9 37%, #00baf2 50%, #52b415 63%, #ced512 76%, #e30ca9 87%, #00baf2 100%);
      background-image: linear-gradient(to right, #00baf2 0%, #52b415 12%, #ced512 25%, #e30ca9 37%, #00baf2 50%, #52b415 63%, #ced512 76%, #e30ca9 87%, #00baf2 100%);
      background-repeat: repeat-x;
      background-position: 0 0;
      background-size: 268% 100%; }

.title-area {
  width: 335px;
  float: left; }
  .title-area .site-title {
    margin: 0;
    padding: 20px 0; }
    .title-area .site-title a {
      background-image: url(../images/logo.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      display: block;
      width: 335px;
      height: 45px;
      text-indent: -999em; }
  .title-area .site-description {
    display: none; }

.top-nav-wrap {
  background-color: #2E425A;
  color: white;
  height: 42px; }
  .top-nav-wrap .lm-social-top {
    float: right; }
    .top-nav-wrap .lm-social-top ul.social-icons {
      list-style: none; }
      .top-nav-wrap .lm-social-top ul.social-icons li {
        display: inline;
        line-height: 42px;
        width: 42px;
        margin: 0;
        padding: 0; }
        .top-nav-wrap .lm-social-top ul.social-icons li a {
          display: inline-block;
          line-height: 42px;
          width: 42px;
          margin: 0;
          padding: 0;
          color: #b0c2d7;
          text-align: center;
          border: none;
          border-right: solid 1px #374e6b; }
          .top-nav-wrap .lm-social-top ul.social-icons li a:hover {
            color: white; }
        .top-nav-wrap .lm-social-top ul.social-icons li:first-child a {
          border-left: solid 1px #374e6b; }
        .top-nav-wrap .lm-social-top ul.social-icons li.facebook a:hover {
          background-color: #3b5998; }
        .top-nav-wrap .lm-social-top ul.social-icons li.twitter a:hover {
          background-color: #00aced; }
        .top-nav-wrap .lm-social-top ul.social-icons li.googleplus a:hover {
          background-color: #dd4b39; }
        .top-nav-wrap .lm-social-top ul.social-icons li.youtube a:hover {
          background-color: #e52d27; }
        .top-nav-wrap .lm-social-top ul.social-icons li.feed a:hover {
          background-color: #ef8647; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

.genesis-nav-menu .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  /* 	-webkit-transition: all .2s ease-in-out;
  	-moz-transition:    all .2s ease-in-out;
  	-ms-transition:     all .2s ease-in-out;
  	-o-transition:      all .2s ease-in-out;
  	transition:         all .2s ease-in-out; */
  z-index: 99; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 0; }

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary ul.sub-menu {
  -webkit-box-shadow: 0 3px 1px 0 rgba(46, 66, 90, 0.1);
  box-shadow: 0 3px 1px 0 rgba(46, 66, 90, 0.1); }
.nav-primary .genesis-nav-menu a {
  display: block;
  padding: 0px 15px;
  line-height: 42px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  color: #2E425A;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #2E425A; }
.nav-primary .genesis-nav-menu .menu-item > a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a:hover {
  background-color: #2E425A;
  color: white;
  text-decoration: none; }
.nav-primary .genesis-nav-menu .current-menu-item > a {
  background-color: #2E425A;
  color: white; }
.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  background-color: #1d2938;
  color: white; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  color: white;
  height: 42px;
  margin-left: -15px; }
  .nav-secondary .genesis-nav-menu a {
    color: #b0c2d7;
    display: block;
    padding: 0px 15px;
    line-height: 41px;
    font-weight: bold; }
  .nav-secondary .genesis-nav-menu li.stay-active, .nav-secondary .genesis-nav-menu li:hover {
    background-color: #1d2938; }
    .nav-secondary .genesis-nav-menu li.stay-active a, .nav-secondary .genesis-nav-menu li:hover a {
      color: white; }
  .nav-secondary .genesis-nav-menu .sub-menu {
    -webkit-box-shadow: 0 3px 1px 0 rgba(46, 66, 90, 0.1);
    box-shadow: 0 3px 1px 0 rgba(46, 66, 90, 0.1);
    width: 250px; }
    .nav-secondary .genesis-nav-menu .sub-menu li {
      display: block; }
    .nav-secondary .genesis-nav-menu .sub-menu a {
      background-color: #1d2938;
      border: 1px solid #253649;
      border-top: none;
      font-size: 14px;
      padding: 10px;
      position: relative;
      width: 100%;
      max-width: 250PX;
      display: block;
      line-height: normal;
      font-weight: normal; }
      .nav-secondary .genesis-nav-menu .sub-menu a:hover {
        background-color: #00b7f4;
        color: white; }

/* Sub menu indicators
--------------------------------------------- */
.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome" !important;
  font-size: 1.2rem;
  padding-left: 0.5rem;
  speak: none; }

ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: "FontAwesome" !important;
  font-size: 1.2rem;
  padding-left: 1rem;
  speak: none;
  position: absolute;
  right: 10px; }

nav.nav-primary {
  margin: 0; }

/*Search in nav*/
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
input:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* oldIE ;) */
#header-search-form {
  margin-top: 20px;
  float: right;
  width: 42px;
  height: 42px;
  position: relative; }
  #header-search-form a {
    text-decoration: none;
    outline: none;
    text-align: center; }
    #header-search-form a:hover i.fa-search {
      color: #2E425A; }
    #header-search-form a:hover i.fa-times {
      color: #E43628; }
    #header-search-form a i {
      display: block;
      width: 42px;
      height: 42px;
      line-height: 42px;
      font-size: 18px;
      color: #2E425A;
      /*&.fa-times {
      background-color: $redcolor;
      color: white;
      	@include border-radius(5px);
      }*/ }
      #header-search-form a i.fa-times {
        background-color: white;
        color: #E43628 !important;
        z-index: 1001; }
  #header-search-form #navbar-search-box {
    position: absolute;
    right: 0px;
    bottom: -40px;
    height: 42px;
    z-index: 1000; }
    #header-search-form #navbar-search-box input {
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background-clip: padding-box;
      padding: .6667em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      border: none;
      outline: none;
      -webkit-box-shadow: 0 2px 4px rgba(158, 212, 234, 0.3);
      -moz-box-shadow: 0 2px 4px rgba(158, 212, 234, 0.3);
      box-shadow: 0 2px 4px rgba(158, 212, 234, 0.3);
      color: #2e425a;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.2;
      max-width: 400px;
      min-width: 280px; }
      #header-search-form #navbar-search-box input[type="submit"] {
        visibility: hidden;
        display: none; }

.site-inner {
  padding-top: 15px;
  background-color: white; }
  .site-inner .home-wrap {
    background-color: white; }
  .site-inner .content-sidebar-wrap {
    background-color: white;
    padding-bottom: 20px; }

.lm-breadcrumb {
  background-color: #f7fcff;
  border-bottom: solid 1px #c4e9ff;
  color: #9ea9b7;
  font-size: 13px;
  padding: 20px 0;
  margin: -15px 0 15px 0; }
  .lm-breadcrumb i {
    margin: 0 10px; }
    .lm-breadcrumb i:first-child {
      margin: -3px 0 0 5px;
      font-size: 13px; }

body.home .site-inner {
  background-color: white;
  padding-top: 0px; }

/*HOME PAGE Articles design*/
.alm-reveal article {
  border-bottom: solid 1px #E6F1F9;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 380px) {
    .alm-reveal article {
      padding: 10px 20px;
      margin-bottom: 0px; } }
  .alm-reveal article .col-sm-4 {
    padding: 0 0 0 15px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .alm-reveal article .col-sm-4 {
        padding: 0px;
        text-align: center; } }
  .alm-reveal article p {
    margin-bottom: 0px; }
  .alm-reveal article .fb-view {
    position: relative; }
    .alm-reveal article .fb-view a.fb-view-post {
      width: 100%;
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      border: solid 1px white;
      background-color: #0c1117; }
      .alm-reveal article .fb-view a.fb-view-post .fb-view-title {
        padding: 15px;
        width: 100%;
        min-height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: -webkit-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
        background-image: -o-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(10, 14, 18, 0.8)));
        background-image: linear-gradient(transparent, rgba(10, 14, 18, 0.8)); }
        .alm-reveal article .fb-view a.fb-view-post .fb-view-title h2 {
          font-size: 16px;
          font-weight: 600;
          color: white;
          font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
          margin: 0;
          text-shadow: 1px 1px 0 #000000;
          border: none; }
      .alm-reveal article .fb-view a.fb-view-post:hover img {
        opacity: 0.3;
        filter: alpha(opacity=30); }
      .alm-reveal article .fb-view a.fb-view-post:hover .fb-view-title {
        background: none; }
    .alm-reveal article .fb-view .fb-view-info {
      font-size: 13px;
      font-weight: normal;
      font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }
      .alm-reveal article .fb-view .fb-view-info .fb-view-time {
        float: left;
        color: #00b7f4; }
      .alm-reveal article .fb-view .fb-view-info .fb-view-comments {
        float: left;
        color: #00b7f4; }
        .alm-reveal article .fb-view .fb-view-info .fb-view-comments i {
          margin: 0 10px 0 20px; }
    .alm-reveal article .fb-view .fb-view-like {
      position: absolute;
      top: 1px;
      right: 16px;
      height: 30px;
      text-align: right !important;
      padding: 5px;
      background-color: white; }
.alm-reveal .entry-header h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  border: none;
  padding: 0; }
  .alm-reveal .entry-header h2 a {
    color: #2E425A; }
    .alm-reveal .entry-header h2 a:hover {
      color: #00b7f4; }
  .alm-reveal .entry-header h2:after {
    display: none; }
.alm-reveal .lm-view-title h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0; }
  .alm-reveal .lm-view-title h2 a {
    color: #2E425A; }
  .alm-reveal .lm-view-title h2 a:hover {
    color: #00b7f4; }
.alm-reveal .lm-view-text p {
  margin-bottom: 10px; }
.alm-reveal .lm-view-text .lm-view-meta {
  font-size: 13px;
  color: #9ea9b7; }

.entry-content a img {
  outline: none; }
.entry-content img, .entry-content.aligncenter, .entry-content.alignleft, .entry-content.alignright {
  max-width: 100%;
  height: auto;
  outline: none;
  margin: 10px auto;
  display: block; }
  @media only screen and (max-width: 768px) {
    .entry-content img.ai-thumb, .entry-content.aligncenter.ai-thumb, .entry-content.alignleft.ai-thumb, .entry-content.alignright.ai-thumb {
      max-width: 150px !important; } }
.entry-content .row {
  margin-bottom: 30px; }

#alm-filter-nav {
  border-bottom: solid 1px #E6F1F9;
  margin-bottom: 20px; }
  #alm-filter-nav li {
    display: inline;
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
    margin: 0; }
    #alm-filter-nav li a {
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      background-clip: padding-box;
      background-color: #f6f6f6;
      color: #2E425A;
      line-height: 32px;
      padding: 0 15px;
      display: inline-block;
      font-weight: bold;
      border-top: solid 2px white;
      border-left: solid 1px white;
      border-right: solid 1px white;
      border-bottom: solid 1px white; }
    #alm-filter-nav li.active a {
      background-color: white;
      border-top: solid 2px #00B1EB;
      border-left: solid 1px #E6F1F9;
      border-right: solid 1px #E6F1F9;
      border-bottom: solid 1px white;
      text-decoration: none;
      line-height: 34px;
      margin-bottom: -2px; }
    #alm-filter-nav li.active:nth-child(1) a {
      border-top-color: #00baf2; }
    #alm-filter-nav li.active:nth-child(2) a {
      border-top-color: #52b415; }
    #alm-filter-nav li.active:nth-child(3) a {
      border-top-color: #e30ca9; }
    #alm-filter-nav li.active:nth-child(4) a {
      border-top-color: #ced512; }

.blue_div {
  background-color: #f7fcff;
  border-left: solid 3px #d7effa;
  padding: 10px 40px 20px 40px;
  margin: 0 auto 30px auto;
  display: block; }
  .blue_div a {
    width: 20%;
    float: left;
    padding: 0px 15px; }

/*	
/	=================
/	* Post authors *
/	=================
*/
.post_authors {
  background-color: #f7fcff;
  margin-bottom: 30px; }

.post_authors:before, .post_author:before,
.post_authors:after {
  display: table;
  content: " "; }

.post_authors:after, .post_author:after {
  clear: both; }

.post_author {
  position: relative;
  padding: 20px;
  width: 100%; }
  .post_author img {
    float: left;
    margin: 0 20px 20px 0; }
  .post_author span {
    display: block;
    font-weight: bold;
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
    font-size: 15px; }
  .post_author.lm-multiple {
    float: left;
    width: 50%; }
    .post_author.lm-multiple:nth-child(2) {
      border-left: solid 2px #def2ff; }
  @media only screen and (max-width: 767px) {
    .post_author.lm-multiple {
      width: 100%; }
      .post_author.lm-multiple:nth-child(1) {
        border-bottom: solid 1px #def2ff; }
      .post_author.lm-multiple:nth-child(2) {
        border-left: none; } }

/*	
/	=====================
/	* Home Site footer *
/	=====================
*/
.site-footer {
  background: #f7fcff;
  border-top: 1px solid #E6F1F9; }
  .site-footer a {
    color: #2E425A; }
    .site-footer a:hover {
      color: #00b7f4; }
  .site-footer p {
    color: #9ea9b7;
    text-align: center;
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 30px; }

/*	
/	==========================
/	* Single page fotmatting *
/	==========================
*/
.single .entry-header h1.entry-title, .page .entry-header h1.entry-title {
  font-size: 2.6rem;
  margin: 0 20px 0px 20px;
  font-weight: 600; }
  @media only screen and (max-width: 992px) {
    .single .entry-header h1.entry-title, .page .entry-header h1.entry-title {
      margin: 0px;
      padding: 0; } }
.single p.entry-info, .page p.entry-info {
  margin: 5px 20px 20px 20px !important;
  padding: 0;
  color: #9ea9b7;
  font-size: 14px; }
  @media only screen and (max-width: 992px) {
    .single p.entry-info, .page p.entry-info {
      margin: 5px 0px 15px 0px !important; } }
  .single p.entry-info span.entry-info-date, .page p.entry-info span.entry-info-date {
    margin-right: 5px; }

/*	
/	==========================
/	* Archive page fotmatting *
/	==========================
*/
.archive .content h1, body.search .content h1 {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 20px; }
.archive .content article, body.search .content article {
  margin: 0;
  padding: 0; }
  .archive .content article:last-child, body.search .content article:last-child {
    border-bottom: none; }
  .archive .content article .entry-header, body.search .content article .entry-header {
    padding: 2rem 2rem 0 2rem; }
    .archive .content article .entry-header h1.entry-title, body.search .content article .entry-header h1.entry-title {
      font-size: 1.8rem !important;
      margin: 0;
      padding-left: 0 !important;
      font-weight: 600;
      background: none; }
      .archive .content article .entry-header h1.entry-title:after, body.search .content article .entry-header h1.entry-title:after {
        border: none; }
      .archive .content article .entry-header h1.entry-title span, body.search .content article .entry-header h1.entry-title span {
        background-color: transparent; }
      .archive .content article .entry-header h1.entry-title a, body.search .content article .entry-header h1.entry-title a {
        color: #2A568B; }
      .archive .content article .entry-header h1.entry-title a:hover, body.search .content article .entry-header h1.entry-title a:hover {
        color: #00b7f4; }
  .archive .content article .entry-content, body.search .content article .entry-content {
    padding: 1rem 2rem; }
    .archive .content article .entry-content img:hover, body.search .content article .entry-content img:hover {
      opacity: 1.0;
      filter: alpha(opacity=100);
      /* For IE8 and earlier */ }
.archive .content img.alignleft, body.search .content img.alignleft {
  margin: 0 30px 0 0; }
.archive .content img.alignright, body.search .content img.alignright {
  margin: 0 0 0 30px; }
.archive .content .lm-single-ad, body.search .content .lm-single-ad {
  padding: 2rem;
  margin: 0;
  background-color: #f6fafd; }

.lp-cont-pad {
  padding: 0 50px; }
  @media only screen and (max-width: 767px) {
    .lp-cont-pad {
      padding: 0px; } }

/*SIDE BARS */
.sidebar, .hwtb-pad {
  overflow-x: hidden; }

.comment-respond {
  padding-bottom: 20px !important; }

ul.content-list {
  padding: 0 50px; }
  @media only screen and (max-width: 767px) {
    ul.content-list {
      padding: 0px; } }
  ul.content-list li {
    list-style: inside; }

/*	
/	============
/	* Comments *
/	============
*/
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff; }

.comment-respond,
.entry-pings {
  padding: 20px 20px 15px; }

.entry-comments {
  padding-top: 20px; }

.comment-content {
  clear: both; }

.comment-list li.comment {
  margin: 0px;
  padding: 30px;
  background-color: #f7fcff;
  border-top: 1px solid #edf8ff; }
  @media only screen and (max-width: 767px) {
    .comment-list li.comment {
      padding: 15px; } }
  .comment-list li.comment:last-child {
    margin-bottom: 0px;
    border-bottom: 1px solid #def2ff; }
  .comment-list li.comment li.depth-2,
  .comment-list li.comment li.depth-3,
  .comment-list li.comment li.depth-4,
  .comment-list li.comment li.depth-5 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none; }
  .comment-list li.comment article {
    background: white;
    padding: 0px;
    position: relative;
    border: 1px solid #def2ff; }
    .comment-list li.comment article:after {
      clear: both;
      height: 1px;
      content: '';
      display: table; }
    .comment-list li.comment article header.comment-header {
      font-size: 1.6rem;
      position: relative;
      top: 0; }
      .comment-list li.comment article header.comment-header p.comment-author {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 35px;
        position: relative;
        font-weight: bold;
        color: #9ea9b7;
        font-size: 1.6rem; }
        .comment-list li.comment article header.comment-header p.comment-author span {
          position: absolute;
          left: 60px;
          top: 10px; }
        .comment-list li.comment article header.comment-header p.comment-author a {
          color: #9ea9b7; }
        .comment-list li.comment article header.comment-header p.comment-author img {
          position: absolute;
          top: 4px;
          left: 4px; }
          .comment-list li.comment article header.comment-header p.comment-author img:after {
            content: '';
            display: block;
            width: 58px;
            height: 58px;
            background-color: #f7fcff; }
        .comment-list li.comment article header.comment-header p.comment-author .says {
          display: none; }
      .comment-list li.comment article header.comment-header .comment-meta {
        font-size: 14px;
        padding-left: 60px;
        margin: 0;
        font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }
      .comment-list li.comment article header.comment-header a.comment-edit-link {
        font-size: 1.4rem;
        position: absolute;
        top: 30px;
        right: 10px; }
    .comment-list li.comment article a.comment-reply-link {
      display: block;
      line-height: 28px;
      padding: 0 10px;
      color: white;
      background-color: #00b7f4;
      position: absolute;
      top: 1px;
      right: 1px; }
      .comment-list li.comment article a.comment-reply-link:hover {
        background-color: #E43628; }
  .comment-list li.comment li {
    padding: 15px 0;
    margin-bottom: 0px; }

.comment-list li li {
  margin-left: 30px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 90%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px; }

.comment-content p {
  margin: 15px !important; }

.comment-list {
  margin-left: 50px;
  margin-right: 50px; }
  @media only screen and (max-width: 767px) {
    .comment-list {
      margin: 0; } }
  .comment-list ul.children {
    margin-left: 20px; }

#respond .form-submit input,
#respond .form-submit input#comment-submit,
#respond .comment-form-fields input[type=submit],
#respond p.form-submit input[type=submit],
#respond input[type=submit],
#commentform #submit {
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  border: none;
  background-color: #00b7f4;
  padding: 5px 20px !important;
  font-size: 18px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  background: none !important;
  cursor: pointer;
  color: #ffffff !important;
  text-shadow: none !important;
  min-width: 0;
  width: auto;
  height: auto;
  font-weight: bold !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #respond .form-submit input:hover,
  #respond .form-submit input#comment-submit:hover,
  #respond .comment-form-fields input[type=submit]:hover,
  #respond p.form-submit input[type=submit]:hover,
  #respond input[type=submit]:hover,
  #commentform #submit:hover {
    background-color: #2A568B; }

#respond {
  padding: 30px 50px 0 50px; }
  @media only screen and (max-width: 767px) {
    #respond {
      padding: 20px; } }
  #respond h3.comment-reply-title {
    padding: 0;
    margin: 0; }
    #respond h3.comment-reply-title:after {
      display: none; }
  #respond p {
    padding: 0;
    margin: 0 0 20px 0; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
.entry-content .review-table-cntent {
  margin: 0 50px; }
  @media only screen and (max-width: 767px) {
    .entry-content .review-table-cntent {
      margin: 0px; } }
  .entry-content .review-table-cntent .col-md-6:nth-child(2) {
    max-height: 300px; }
    .entry-content .review-table-cntent .col-md-6:nth-child(2) .lm-single-ad {
      margin: 0 !important;
      text-align: right; }
  .entry-content .review-table-cntent ol {
    margin: 0 0 30px 0;
    padding: 0; }
    .entry-content .review-table-cntent ol li {
      font-size: 1.6rem;
      counter-increment: step-counter;
      line-height: 2.3rem;
      margin-bottom: 3px; }
      .entry-content .review-table-cntent ol li::before {
        display: inline-block;
        content: counter(step-counter);
        margin-right: 15px;
        font-size: 1.4rem;
        background-color: #2E425A;
        color: white;
        border-radius: 2px;
        width: 30px;
        text-align: center; }
      .entry-content .review-table-cntent ol li:hover::before {
        background-color: #00b7f4; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* #Slik slider
---------------------
*/
/* Slider */
.homeslides {
  display: none;
  margin-bottom: 15px;
  background-color: #0c1117; }
  .homeslides p {
    margin: 0;
    padding: 3px 10px;
    color: #00b7f4;
    background-color: #0c1117;
    font-size: 1.2rem; }
  .homeslides a {
    outline: none;
    display: block;
    width: 100%;
    position: relative;
    background-color: #0c1117; }
    .homeslides a .hs-info {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 8px;
      text-shadow: 1px 1px 0 #000000;
      background-image: -webkit-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
      background-image: -o-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(10, 14, 18, 0.8)));
      background-image: linear-gradient(transparent, rgba(10, 14, 18, 0.8)); }
      .homeslides a .hs-info h1 {
        color: white;
        font-size: 1.5rem;
        margin: 0;
        font-weight: normal; }
    .homeslides a:hover img {
      opacity: 0.3;
      filter: alpha(opacity=30); }
    .homeslides a:active, .homeslides a:focus {
      outline: none; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
    @media only screen and (max-width: 380px) {
      .slick-slide img {
        min-width: 100%; } }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1.0; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.3; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -15px;
  z-index: 100; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\f104"; }
    [dir="rtl"] .slick-prev:before {
      content: "\f105"; }

.slick-next {
  right: -15px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\f105"; }
    [dir="rtl"] .slick-next:before {
      content: "\f104"; }

.slick-arrow {
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background-color: #00b7f4; }
  .slick-arrow:hover {
    background-color: #11B8BB; }

.slick-slider .slick-prev, .slick-slider .slick-next {
  opacity: 0.0;
  filter: alpha(opacity=0); }
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
  opacity: 1.0;
  filter: alpha(opacity=100); }
@media only screen and (max-width: 992px) {
  .slick-slider .slick-prev, .slick-slider .slick-next {
    opacity: 1.0;
    filter: alpha(opacity=100); } }

/*
=============
* SHARE BAR *
=============
*/
.lm_share_buttons {
  background-color: #f8fcff;
  margin: 0 20px;
  border: solid 1px #def2ff;
  overflow: hidden; }
  .lm_share_buttons ul li {
    display: block;
    float: left;
    border-left: solid 1px #def2ff;
    padding: 5px 10px 2px 10px;
    min-height: 32px; }
    .lm_share_buttons ul li.lm_sb_title {
      color: #2bb0ff;
      border-left: none;
      text-transform: uppercase;
      font-size: 1.3rem;
      font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
      font-weight: 600;
      line-height: 25px; }

/*
===========================
* Smarpone pluggin style *
===========================
*/
.smartphone-ranking {
  background-color: #F6F9FC;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #E3F4FD;
  margin-top: 40px;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }
  .smartphone-ranking h4 {
    font-weight: normal;
    font-size: 20px;
    position: relative;
    line-height: 40px;
    height: 40px;
    margin: 0 !important;
    padding: 0 0 0 40px;
    color: white;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #00baf2;
    background: -moz-linear-gradient(left, #00baf2 0%, #1bb699 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00baf2), color-stop(100%, #1bb699));
    background: -webkit-linear-gradient(left, #00baf2 0%, #1bb699 100%);
    background: -o-linear-gradient(left, #00baf2 0%, #1bb699 100%);
    background: -ms-linear-gradient(left, #00baf2 0%, #1bb699 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00baf2), to(#1bb699));
    background: linear-gradient(to right, #00baf2 0%, #1bb699 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00baf2', endColorstr='#1bb699',GradientType=1 ); }
    .smartphone-ranking h4:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: "\f10b";
      font-family: 'FontAwesome';
      font-size: 30px;
      line-height: 40px;
      width: 40px;
      text-align: center; }

.smartphone-ranking ul, .other-smartphone-ranking ul {
  margin: 0 !important;
  padding: 0 !important; }

.smartphone-ranking ul li {
  list-style: none !important;
  list-style-type: none !important; }

.smartphone-ranking ul li a,
.other-smartphone-ranking ul li a {
  font-weight: bold;
  display: block;
  font-size: 16px;
  color: #2A558B;
  line-height: 40px;
  border-top: solid 1px #E3F4FD;
  position: relative;
  padding-left: 40px; }

.smartphone-ranking ul li a:before,
.other-smartphone-ranking ul li a:before {
  content: "\f080";
  font-family: 'FontAwesome';
  color: #00B1EB;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

.smartphone-ranking ul li a:hover,
.other-smartphone-ranking ul li a:hover {
  color: white;
  background-color: #26BCEE; }

.smartphone-ranking ul li a:hover:before, .other-smartphone-ranking ul li a:hover:before {
  color: white; }

.smartphone-ranking ul li:last-of-type a {
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.other-smartphone-ranking {
  background-color: #F6F9FC;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #E3F4FD; }

.other-smartphone-ranking ul li {
  display: inline-block; }

.other-smartphone-ranking ul li.osr-title {
  font-weight: normal;
  font-size: 20px;
  position: relative;
  line-height: 40px;
  height: 40px;
  margin: 0;
  padding: 0 20px 0 40px;
  color: white;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  background: #00baf2;
  background: -moz-linear-gradient(left, #00baf2 0%, #1bb699 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00baf2), color-stop(100%, #1bb699));
  background: -webkit-linear-gradient(left, #00baf2 0%, #1bb699 100%);
  background: -o-linear-gradient(left, #00baf2 0%, #1bb699 100%);
  background: -ms-linear-gradient(left, #00baf2 0%, #1bb699 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00baf2), to(#1bb699));
  background: linear-gradient(to right, #00baf2 0%, #1bb699 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00baf2', endColorstr='#1bb699',GradientType=1 ); }

.other-smartphone-ranking ul li.osr-title:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10b";
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  text-align: center; }

.other-smartphone-ranking ul li a {
  border-top: none;
  border-right: solid 1px #E3F4FD;
  padding-right: 15px;
  margin: 0; }

.check-price-wrap {
  text-align: center;
  margin-top: 40px; }

.check-price-wrap h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: lighter; }

.check-price-wrap h4 strong {
  font-weight: bold;
  display: block; }

.check-price-wrap h4 strong:after {
  color: #BCC4CD;
  content: "\f103";
  font-family: 'FontAwesome';
  display: block;
  padding-top: 10px;
  font-weight: normal; }

.check-price-wrap .check-price-button {
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  margin: 0 auto;
  line-height: 50px;
  height: 50x;
  padding: 0 40px;
  color: white;
  background-color: #00B1EB;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.check-price-wrap .check-price-button:hover {
  background-color: #0EB8C4; }

.add-specs-wrap {
  background-color: #F7FCFF;
  border: solid 1px #E3F4FD;
  margin-bottom: 10px; }

.add-specs-wrap ul {
  margin: 0;
  padding: 0; }

.add-specs-wrap ul {
  margin: 0 !important;
  padding: 0 !important; }

.add-specs-wrap ul li {
  list-style: none !important;
  list-style-type: none !important;
  border-right: solid 1px #E3F4FD;
  position: relative;
  padding: 20px  30px 20px 70px; }

.add-specs-wrap ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #2A548B;
  min-height: 140px; }

.add-specs-wrap ul li strong {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px; }

.add-specs-wrap ul li:last-of-type {
  border-right: none; }

.add-specs-wrap ul li:before {
  font-family: 'FontAwesome';
  width: 37px;
  height: 37px;
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 30px;
  color: #84d1ff;
  font-weight: normal; }

.add-specs-wrap ul li.as-display:before {
  top: 30px;
  font-size: 55px;
  content: "\f10b"; }

.add-specs-wrap ul li.as-chip:before {
  content: "\f292"; }

.add-specs-wrap ul li.as-battery:before {
  content: "\f241";
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
  left: 30px; }

.add-specs-wrap ul li.as-camera:before {
  content: "\f030"; }

.sp_spec_list .sp_spec_list_title h3 {
  display: block;
  background-color: #2C3F59;
  color: white;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  margin: 0 !important;
  padding: 0;
  text-transform: uppercase; }
  .sp_spec_list .sp_spec_list_title h3:after {
    display: none; }
  .sp_spec_list .sp_spec_list_title h3 span {
    background-color: #2C3F59; }

.sp_spec_list .sp_table {
  border: solid 1px #CAE8F5;
  border-top-color: transparent; }

.sp_spec_list .sp_table .row {
  margin: 0px;
  padding: 0; }

.sp_spec_list .sp_blue {
  background-color: #F7FCFF; }

.sp_spec_list .sp_table .sp_col_title h5 {
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  line-height: 22px; }

.smt-options, .smt-content {
  font-size: 16px;
  line-height: 20px;
  padding: 15px; }

.smt-content {
  border-left: solid 1px #CAE8F5; }

.smt-options {
  color: #2A548B;
  font-weight: normal; }

.sp_col_content .row {
  border-left: solid 1px #CAE8F5;
  border-bottom: solid 1px #CAE8F5; }

.sp_col_content .row:last-child {
  border-bottom: none; }

.no_bb {
  border-bottom: none; }

.no_padding {
  padding: 0 !important; }

/*laptop game card design */
/* # Widgets
---------------------------------------------------------------------------------------------------- */
/*	
/	=====================
/	* Home Main article *
/	=====================
*/
.no-gap {
  margin-bottom: 15px !important; }
  .no-gap .widget {
    margin-bottom: 0px !important; }
  .no-gap .h1-item {
    z-index: 2;
    overflow: hidden; }
    .no-gap .h1-item article {
      position: relative; }
      .no-gap .h1-item article .editor {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #00b7f4;
        color: white;
        font-size: 12px;
        line-height: 32px;
        padding: 0 15px;
        display: inline-block; }
  .no-gap .side-article {
    z-index: 1;
    overflow: hidden; }
    .no-gap .side-article article {
      position: relative; }
      .no-gap .side-article article h1 {
        font-size: 16px; }
      .no-gap .side-article article a.cat-but {
        color: white;
        font-size: 12px;
        line-height: 32px;
        padding: 0 15px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0; }
        .no-gap .side-article article a.cat-but.video-cat {
          background-color: #E43628; }
          .no-gap .side-article article a.cat-but.video-cat:hover {
            background-color: #ea6055; }
        .no-gap .side-article article a.cat-but.review-cat {
          background-color: #11B8BB; }
          .no-gap .side-article article a.cat-but.review-cat:hover {
            background-color: #15e6ea; }

/* 
* ------------------------
* MAIN ARTICLE HOME PAGE *
* -------------------------
*/
.lm-main-article {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-color: #0a0e12;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .lm-main-article .lmma-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 20px 10px 20px;
    text-shadow: 1px 1px 0 rgba(10, 14, 18, 0.8);
    background-image: -webkit-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
    background-image: -o-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(10, 14, 18, 0.8)));
    background-image: linear-gradient(transparent, rgba(10, 14, 18, 0.8)); }
    .lm-main-article .lmma-wrapper h1 {
      font-size: 20px;
      font-weight: normal;
      color: white;
      padding: 0;
      margin-bottom: 10px; }
    .lm-main-article .lmma-wrapper p {
      margin: 0;
      color: #adb6c2; }
  .lm-main-article .lmma-meta {
    font-size: 12px;
    padding-top: 10px;
    border-top: solid 1px rgba(10, 14, 18, 0.2);
    text-shadow: none;
    color: #0fc3ff; }
    .lm-main-article .lmma-meta .lmma-comments {
      float: right; }
  .lm-main-article:hover h1 {
    color: #75dcff; }
  .lm-main-article:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50); }

@media (max-width: 767px) {
  .h1-item .lm-main-article {
    height: 200px; }

  .h2-item .lm-main-article {
    height: 180px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .no-gap .h1-item, .no-gap .h2-item {
    margin: 0px; }
  .no-gap .side-article:first-child {
    padding-right: 0px; }
  .no-gap .side-article:last-child {
    padding-left: 0px; }
  .no-gap .side-article, .no-gap .side-article article {
    height: 200px; }
  .no-gap .h1-item .lm-main-article {
    height: 400px; }
  .no-gap .h2-item .lm-main-article {
    height: 200px; } }
@media (min-width: 992px) and (max-width: 1450px) {
  .no-gap {
    padding-left: 15px;
    padding-right: 15px; }
    .no-gap .h1-item .lm-main-article {
      height: 400px; }
    .no-gap .h2-item .lm-main-article {
      height: 200px; }
    .no-gap .h1-item, .no-gap .h2-item {
      padding: 0px;
      margin: 0px; } }
/* @media  (min-width: 1200px) {
	.no-gap {
		padding-left: 15px;
		padding-right: 15px;
		.h1-item {}
		.side-article:first-child, .side-article:first-child article{height: 213px; }
		.side-article:last-child, .side-article:last-child article {height: 214px;}
		.h1-item, .h2-item  {padding: 0px;margin: 0px;}
	}
} */
@media (min-width: 1451px) {
  .no-gap {
    padding-left: 15px;
    padding-right: 15px; }
    .no-gap .h1-item .lm-main-article {
      height: 480px;
      overflow: hidden;
      background-repeat: no-repeat !important;
      background-size: 100% auto !important; }
    .no-gap .h2-item .lm-main-article {
      height: 240px;
      overflow: hidden;
      background-repeat: no-repeat !important;
      background-size: auto 240px !important; }
    .no-gap .h1-item, .no-gap .h2-item {
      padding: 0px;
      margin: 0px; } }
.h1-item .widget, .h1-item .widget-wrap, .h1-item .textwidget {
  height: 100%; }

/*	
/	=====================
/	* Home Video article *
/	=====================
*/
.home-video-widget h1 {
  font-size: 15px;
  font-weight: bold;
  background-color: #2E425A; }
  .home-video-widget h1 a {
    display: block;
    padding: 10px 20px;
    color: white; }
    .home-video-widget h1 a:hover {
      color: #00b7f4; }

/*
*	==================
*	* Aritle widgets *
*	==================
*/
.lp-padding {
  margin-bottom: 30px; }

.facebook-wrap {
  width: 100%;
  padding: 20px; }
  .facebook-wrap .fb-page.fb_iframe_widget {
    width: 100% !important;
    margin: auto; }

/*
*	=====================
*	* Table of content *
*	=====================
*/
.lm-bal ol {
  margin: 0 0 30px 40px;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  font-size: 16px; }
  .lm-bal ol li {
    list-style-type: decimal; }

/*
*	=================
*	* Scroll to top *
*	=================
*/
#scrollup {
  cursor: pointer;
  background: rgba(46, 66, 90, 0.8);
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  line-height: 40px;
  text-align: center;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  #scrollup:hover {
    background: #52b415; }

/*
*	=======================================
*	* PRO AND CONS - shortcode in reviews *
*	=======================================
*/
.pro-cons {
  margin: 0; }
  .pro-cons .plus-wrapper, .pro-cons .minus-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px; }
    .pro-cons .plus-wrapper h4, .pro-cons .minus-wrapper h4 {
      margin: 0 0 10px 0 !important;
      font-size: 18px; }
    .pro-cons .plus-wrapper ul, .pro-cons .minus-wrapper ul {
      margin: 0 0 0 10px !important;
      padding: 0 0 0 10px !important; }
    .pro-cons .plus-wrapper ul li, .pro-cons .minus-wrapper ul li {
      list-style-type: none !important;
      margin-bottom: 8px;
      position: relative; }
  .pro-cons .plus-wrapper ul li:before {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: -25px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067"; }
  .pro-cons .minus-wrapper ul li:before {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: -25px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068"; }

/*
*	=============
*	* PAGINATON *
*	=============
*/
.pagination {
  width: 100%;
  text-align: center;
  padding: 10px 0; }
  .pagination ul {
    margin: 0 auto; }
    .pagination ul li {
      display: inline-block; }
      .pagination ul li a {
        font-weight: bold;
        display: inline-block;
        padding: 5px 20px;
        font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
        color: #2E425A;
        background-color: #E6F1F9;
        line-height: 32px; }
        .pagination ul li a:hover {
          background-color: #00b7f4;
          color: white; }
      .pagination ul li.active a {
        background-color: #2E425A;
        color: white; }
  .pagination .pagination-previous.alignleft, .pagination .pagination-next.alignright {
    float: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    padding: 0;
    line-height: 32px; }
    .pagination .pagination-previous.alignleft a, .pagination .pagination-next.alignright a {
      display: inline-block;
      width: 32px;
      height: 32px;
      color: #2E425A;
      background-color: #E6F1F9; }
      .pagination .pagination-previous.alignleft a:hover, .pagination .pagination-next.alignright a:hover {
        background-color: #2E425A;
        color: white; }
  .pagination.comments-pagination .pagination-previous.alignleft, .pagination.comments-pagination .pagination-next.alignright {
    width: 180px; }
    .pagination.comments-pagination .pagination-previous.alignleft a, .pagination.comments-pagination .pagination-next.alignright a {
      width: 180px; }

/* Comment pagination */
.widget {
  margin-bottom: 15px; }
  .widget h4 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    background-color: #f6fafd;
    border-top: solid 2px #E6F1F9;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .widget ul.menu a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: lighter;
    padding: 10px;
    line-height: 20px;
    max-height: 60px; }
    .widget ul.menu a span {
      display: block;
      font-weight: normal; }
    .widget ul.menu a i {
      line-height: 60px;
      font-size: 25px;
      width: 60px;
      display: block;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0; }
  .widget ul.menu li {
    padding-top: 3px;
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }
    .widget ul.menu li.lm-laptop-ratting a {
      font-size: 16px;
      color: white;
      background-color: #11B8BB; }
      .widget ul.menu li.lm-laptop-ratting a i {
        background-color: #0fa1a4; }
      .widget ul.menu li.lm-laptop-ratting a span {
        font-size: 18px; }
      .widget ul.menu li.lm-laptop-ratting a:hover {
        background-color: #0fa1a4; }
        .widget ul.menu li.lm-laptop-ratting a:hover i {
          background-color: #11B8BB; }
    .widget ul.menu li.lm-smartphone-ratting a {
      font-size: 16px;
      color: white;
      background-color: #00B1EB; }
      .widget ul.menu li.lm-smartphone-ratting a i {
        background-color: #009ed2; }
      .widget ul.menu li.lm-smartphone-ratting a span {
        font-size: 18px; }
      .widget ul.menu li.lm-smartphone-ratting a:hover {
        background-color: #009ed2; }
        .widget ul.menu li.lm-smartphone-ratting a:hover i {
          background-color: #00B1EB; }

/*
*	==========================
*	* REVIEW SIDE BAR WIDGET *
*	==========================
*/
.lm-article-widget {
  background-color: white;
  margin-bottom: 15px; }
  .lm-article-widget h4 {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    background-color: #f6fafd;
    border-top: solid 2px #E6F1F9;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
    .lm-article-widget h4 a.sidebar-read-more {
      display: block;
      float: right;
      font-size: 13px;
      font-weight: normal;
      position: relative;
      padding-right: 10px;
      text-transform: lowercase; }
      .lm-article-widget h4 a.sidebar-read-more:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        top: -2px;
        display: block; }
  .lm-article-widget .lm-art {
    position: relative;
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }
    .lm-article-widget .lm-art a {
      display: block;
      width: 100%;
      position: relative;
      color: #2E425A; }
      .lm-article-widget .lm-art a .a_info {
        width: 100%;
        border-bottom: solid 1px #E6F1F9; }
        .lm-article-widget .lm-art a .a_info h5 {
          padding: 10px;
          display: table-cell;
          font-size: 13px;
          font-weight: normal; }
          .lm-article-widget .lm-art a .a_info h5 time {
            padding-top: 5px;
            display: block;
            color: #00B1EB;
            font-size: 12px; }
      .lm-article-widget .lm-art a:hover .a_info {
        background-color: #f6fafd; }
  .lm-article-widget .lm-art-1 a {
    background-color: #2E425A; }
    .lm-article-widget .lm-art-1 a .a_info {
      position: absolute;
      left: 0;
      bottom: 0;
      border-right: none;
      background-image: -webkit-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
      background-image: -o-linear-gradient(transparent, rgba(10, 14, 18, 0.8));
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(10, 14, 18, 0.8)));
      background-image: linear-gradient(transparent, rgba(10, 14, 18, 0.8)); }
      .lm-article-widget .lm-art-1 a .a_info h5 {
        color: white; }
    .lm-article-widget .lm-art-1 a:hover img {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .lm-article-widget .lm-art-1 a:hover .a_info {
      background: none; }
  .lm-article-widget .lm-art-2 .a_info:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-clip: padding-box;
    overflow: hidden; }
  .lm-article-widget .lm-art-3 a .a_info .aw_img {
    padding: 10px 0;
    float: left;
    width: 30%; }
  .lm-article-widget .lm-art-3 a .a_info h5 {
    float: right;
    width: 68%;
    margin: 0; }

/*
*	===================================
*	* Rating tables  SIDE BAR WIDGET *
*	===================================
*/
.sw_widget {
  border-bottom: solid 1px #E6F1F9;
  margin-bottom: 15px; }
  .sw_widget h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 10px;
    background-color: #f6fafd;
    border-top: solid 2px #E6F1F9;
    font-weight: bold; }
  .sw_widget ol li {
    font-size: 12px;
    border-top: solid 1px #E6F1F9;
    counter-increment: step-counter;
    padding-left: 25px;
    position: relative; }
    .sw_widget ol li:before {
      display: block;
      position: absolute;
      left: 8px;
      top: 5px;
      content: counter(step-counter);
      font-weight: bold; }
  .sw_widget ol a {
    padding: 5px 10px;
    background-color: #f9fbfd;
    color: #2E425A;
    display: block; }
    .sw_widget ol a:hover {
      color: #00b7f4; }
  .sw_widget .sw_view_more {
    background-color: #f6fafd;
    border-top: solid 1px #E6F1F9;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 32px; }
    .sw_widget .sw_view_more a {
      display: block;
      text-align: center;
      background-color: #00b7f4;
      color: white;
      line-height: 36px;
      padding: 0 15px;
      margin: auto;
      font-size: 16px;
      font-weight: 500;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .sw_widget .sw_view_more a i {
        font-size: 14px;
        margin-left: 10px; }
      .sw_widget .sw_view_more a:hover {
        background-color: #2A568B; }

.entry-content a.see {
  max-width: 250px;
  display: block;
  text-align: center;
  background-color: #00b7f4;
  color: white;
  line-height: 36px;
  padding: 0 15px;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .entry-content a.see i {
    font-size: 14px;
    margin-left: 10px; }
  .entry-content a.see:hover {
    background-color: #2A568B; }

.tab-container {
  border-bottom: solid 1px #d7effa;
  margin-bottom: 2rem; }
  .tab-container h4 {
    margin-bottom: 2rem; }

ul.tabs-menu {
  margin: 0 auto 2rem auto !important;
  padding: 0 !important;
  text-align: center;
  border-bottom: solid 1px #E6F1F9; }
  ul.tabs-menu li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: #00b7f4;
    background-image: none;
    border: solid 1px #00b7f4;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: white;
    margin-left: 2px;
    margin-right: 2px; }
    ul.tabs-menu li a {
      font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
      font-weight: bold;
      font-size: 15px;
      line-height: 32px;
      display: block;
      padding: 0 15px;
      outline: none;
      text-decoration: none;
      color: white; }
    ul.tabs-menu li a:hover {
      text-decoration: none;
      background: none; }
    ul.tabs-menu li.current {
      background: white;
      padding-top: 6px;
      position: relative;
      top: 2px;
      border-top: 3px solid #00b7f4;
      /*@include linear-gradient($light-blue-border-color, #ffffff);*/
      background-color: white;
      -webkit-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0; }
      ul.tabs-menu li.current a {
        font-weight: bold;
        color: #2E425A; }
      ul.tabs-menu li.current a:hover {
        background: white; }

.tab-content {
  display: none; }

/* Chart wrapper */
.chart-wrap {
  width: 100%; }
  .chart-wrap > .chartDiv {
    margin: 0 auto;
    width: auto;
    min-height: 430px; }

.tabs .tab-content:nth-of-type(1), .tabs .current {
  display: block; }

table {
  width: 100%;
  margin: 0 auto 2rem auto;
  border: none;
  border-top: solid 1px #d7effa;
  border-left: solid 1px #d7effa;
  border-right: solid 1px #d7effa;
  margin: 0 0 20px 0; }
  table tbody tr:nth-child(even) {
    background: #ffffff; }
  table tbody tr:nth-child(odd) {
    background: #f7fcff; }
  table tr {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #d7effa; }
  table th, table td {
    background-color: transparent;
    vertical-align: baseline;
    padding: 10px; }
  table em {
    color: #00b7f4;
    font-size: 16px;
    font-style: normal; }

table.table-style-1 {
  margin: 0 auto 2rem auto;
  border: none;
  width: auto; }
  table.table-style-1 thead tr {
    background-color: #2E425A;
    border-top: none; }
    table.table-style-1 thead tr th {
      color: #ffffff;
      font-size: 16px; }
  table.table-style-1 tbody tr:nth-child(even) {
    background: #ffffff; }
  table.table-style-1 tbody tr:nth-child(odd) {
    background: #f7fcff; }
  table.table-style-1 tr {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #d7effa; }
    table.table-style-1 tr:last-child {
      border-bottom: solid 1px #d7effa; }
  table.table-style-1 th {
    font-size: 14px;
    color: #2D4058;
    text-align: left;
    padding: 10px;
    margin: 0px;
    vertical-align: baseline;
    display: table-cell;
    background-color: transparent;
    line-height: 20px;
    width: 130px; }
  table.table-style-1 td {
    padding: 10px;
    font-weight: normal;
    color: #2D4058;
    margin: 0px;
    background-color: transparent;
    line-height: 20px;
    vertical-align: baseline; }

table.table-style-2 {
  margin: 0 auto 2rem auto;
  border: none; }
  table.table-style-2 td, table.table-style-2 td {
    display: table-cell;
    vertical-align: middle; }
  table.table-style-2 thead tr {
    background-color: #2E425A;
    border-top: none; }
    table.table-style-2 thead tr th {
      color: #ffffff;
      font-size: 16px; }
    table.table-style-2 thead tr th:last-child {
      text-align: center; }
  table.table-style-2 tbody tr:nth-child(even) {
    background: #fff !important; }
  table.table-style-2 tbody tr:nth-child(odd) {
    background: #fff !important; }
  table.table-style-2 tbody tr.current-item {
    background: #f7fcff !important; }
    table.table-style-2 tbody tr.current-item td {
      font-weight: bold !important; }
  table.table-style-2 tr {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #d7effa; }
    table.table-style-2 tr .td20 {
      width: 20px;
      text-align: center; }
    table.table-style-2 tr .td110 {
      width: 115px;
      text-align: center; }
    table.table-style-2 tr td a {
      color: #2E425A !important; }
    table.table-style-2 tr td:nth-child(2) a:hover {
      color: #00b7f4 !important; }
    table.table-style-2 tr .td_price {
      font-size: 16px;
      color: #00b7f4; }
      table.table-style-2 tr .td_price small {
        font-wheight: normal; }
    table.table-style-2 tr .tdtitle {
      width: 420px; }
  table.table-style-2 th {
    font-size: 14px;
    color: #2D4058;
    padding: 10px;
    margin: 0px;
    line-height: 20px;
    width: 130px;
    background-color: transparent; }
  table.table-style-2 td {
    padding: 10px;
    font-weight: normal;
    color: #2D4058;
    margin: 0px;
    line-height: 20px;
    border-left: solid 1px #d7effa;
    background-color: transparent; }
    table.table-style-2 td:last-child {
      border-right: solid 1px #d7effa; }
    table.table-style-2 td.price-td {
      font-size: 16px;
      font-weight: bold; }
      table.table-style-2 td.price-td a {
        color: #00b7f4 !important; }
      table.table-style-2 td.price-td a:hover {
        color: #2E425A !important; }

table.table-style-3 {
  border-top: solid 1px #d7effa;
  border-left: solid 1px #d7effa;
  border-right: solid 1px #d7effa;
  margin: 0 0 20px 0; }
  table.table-style-3 tbody tr:nth-child(even) {
    background: #ffffff; }
  table.table-style-3 tbody tr:nth-child(odd) {
    background: #f7fcff; }
  table.table-style-3 tr {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #d7effa; }
  table.table-style-3 th, table.table-style-3 td {
    background-color: transparent;
    vertical-align: baseline;
    padding: 10px; }
  table.table-style-3 em {
    color: #00b7f4;
    font-size: 16px;
    font-style: normal; }

table.table-style-4 {
  margin: 0 auto 2rem auto;
  border: none;
  width: 100%; }
  table.table-style-4 td, table.table-style-4 td {
    display: table-cell; }
  table.table-style-4 tr .td20 {
    width: 20px;
    text-align: center; }
  table.table-style-4 tr .td110 {
    width: 110px;
    text-align: center; }
  table.table-style-4 thead tr {
    background-color: #2E425A;
    border-top: none; }
    table.table-style-4 thead tr th {
      text-align: center;
      vertical-align: middle; }
      table.table-style-4 thead tr th:nth-child(2) {
        text-align: left; }
    table.table-style-4 thead tr th, table.table-style-4 thead tr.td20 {
      color: #ffffff;
      font-size: 16px;
      background-color: transparent;
      padding: 10px;
      line-height: 18px; }
  table.table-style-4 tbody tr.main_tr {
    background: #f7fcff;
    border-bottom: solid 1px #d7effa; }
    table.table-style-4 tbody tr.main_tr td {
      font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #2E425A; }
      table.table-style-4 tbody tr.main_tr td.td-price a {
        color: #00b7f4;
        font-size: 16px;
        font-weight: bold; }
        table.table-style-4 tbody tr.main_tr td.td-price a:hover {
          color: #2E425A; }
      table.table-style-4 tbody tr.main_tr td a {
        font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #2E425A; }
  table.table-style-4 tbody tr.main_tr a.expand,
  table.table-style-4 tbody tr.main_tr a.expand-disable {
    display: inline-block;
    width: 20px;
    height: 20px; }
  table.table-style-4 tbody tr.main_tr a:hover {
    color: #00b7f4; }
  table.table-style-4 tbody tr.main_tr a.expand:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0fe"; }
  table.table-style-4 tbody tr.main_tr a.expand-disable:before {
    font-size: 12px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    color: #c5deea;
    cursor: alias; }
  table.table-style-4 tbody tr.main_tr a.expand.expanded:before {
    content: "\f146";
    color: #00b7f4; }
  table.table-style-4 tbody tr.second_tr .td_price {
    color: #00b7f4; }
    table.table-style-4 tbody tr.second_tr .td_price small {
      font-size: 8px;
      font-wheight: normal; }
  table.table-style-4 tbody tr.second_tr, table.table-style-4 tbody tr.laptops_tr {
    background: #ffffff !important;
    display: none;
    border-bottom: solid 1px #d7effa; }
    table.table-style-4 tbody tr.second_tr a, table.table-style-4 tbody tr.laptops_tr a {
      color: #00b7f4; }
    table.table-style-4 tbody tr.second_tr a:hover, table.table-style-4 tbody tr.laptops_tr a:hover {
      color: #2E425A; }
    table.table-style-4 tbody tr.second_tr a.button, table.table-style-4 tbody tr.second_tr a.button:hover, table.table-style-4 tbody tr.laptops_tr a.button, table.table-style-4 tbody tr.laptops_tr a.button:hover {
      color: white; }
  table.table-style-4 tbody tr.laptops_tr {
    display: block; }
    table.table-style-4 tbody tr.laptops_tr td {
      width: 950px; }
  table.table-style-4 tbody th, table.table-style-4 tbody td {
    background-color: transparent;
    padding: 10px 2px; }

table.table-style-5 {
  margin: 0 auto 2rem auto;
  border: none;
  width: 100%; }
  table.table-style-5 thead tr {
    background-color: #2E425A;
    border-top: none; }
    table.table-style-5 thead tr th {
      background-color: #2E425A;
      color: white;
      text-align: center; }
      table.table-style-5 thead tr th:nth-child(2) {
        text-align: left; }
  table.table-style-5 tbody tr {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #d7effa;
    background-color: white; }
    table.table-style-5 tbody tr td {
      vertical-align: middle; }
      table.table-style-5 tbody tr td.butwrap {
        width: 170px; }
      table.table-style-5 tbody tr td.td_image {
        width: 125px;
        position: relative; }
      table.table-style-5 tbody tr td.number {
        padding: 0 15px;
        background-color: #f7fcff; }
        table.table-style-5 tbody tr td.number strong {
          font-size: 30px;
          display: inline-block;
          color: #2E425A;
          line-height: 40px;
          text-align: center; }
      table.table-style-5 tbody tr td.number.text40 strong {
        font-size: 40px; }
      table.table-style-5 tbody tr td.number.text20 strong {
        font-size: 20px; }
      table.table-style-5 tbody tr td.value {
        background-color: #f7fcff; }
        table.table-style-5 tbody tr td.value strong {
          font-size: 40px;
          padding: 10px;
          line-height: 40px; }
        table.table-style-5 tbody tr td.value span {
          font-size: 16px;
          display: block; }
      table.table-style-5 tbody tr td.vtop {
        vertical-align: top; }
      table.table-style-5 tbody tr td p {
        font-size: 14px;
        padding: 0 !important;
        margin: 0 !important; }
      table.table-style-5 tbody tr td .lp-price {
        font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
        font-size: 40px;
        color: #00b7f4;
        line-height: 40px;
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding-left: 20px; }
        table.table-style-5 tbody tr td .lp-price span.lppc {
          display: block;
          padding-right: 14px;
          text-align: right; }
        table.table-style-5 tbody tr td .lp-price span.vat {
          position: absolute;
          top: 0px;
          right: -35px;
          display: inline-block !important;
          vertical-align: top;
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          color: #00b7f4;
          font-family: Tahoma, Geneva, sans-serif;
          font-size: 7px;
          width: 40px; }

td .lp-price {
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #00b7f4;
  line-height: 40px;
  position: relative;
  margin-top: 10px;
  text-align: right;
  padding-right: 20px; }
  td .lp-price span.lppc {
    display: inline-block;
    padding-right: 14px; }
  td .lp-price span.vat {
    position: absolute;
    top: -3px;
    right: -35px;
    display: inline-block !important;
    vertical-align: top;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #00b7f4;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 7px;
    width: 40px; }
td span.dash {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #2E425A !important; }
td a.link-title {
  display: block;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2E425A; }
td a.link-title:hover {
  color: #00b7f4; }
td .lprow, td p, td p:last-of-type {
  margin-bottom: 0px !important; }
td [class^="lpcol-"] {
  float: left;
  padding: 0 0 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
td.vtop {
  vertical-align: text-top; }

.table_image {
  width: 80px;
  min-height: 60px;
  padding-right: 10px;
  float: left; }

.square {
  width: 10px;
  height: 10px;
  vertical-align: baseline; }

.circle {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: auto; }

td.color.red {
  color: #e27171; }

td.color.green {
  color: #2ECC71; }

table.chart-photoshop td.color.red {
  color: #2ECC71 !important; }

table.chart-photoshop td.color.green {
  color: #e27171 !important; }

table.chart-photoshop td.color.green:last-of-type {
  color: #2ECC71 !important; }

table.specifications, table.tftable, table.product-characteristics {
  color: #fff;
  margin: 0 auto;
  border: none;
  width: 100%; }
  table.specifications tr, table.tftable tr, table.product-characteristics tr {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #cae8f5; }
  table.specifications th, table.tftable th, table.product-characteristics th {
    font-size: 14px;
    color: #2D4058;
    text-align: left;
    padding: 10px;
    margin: 0px;
    vertical-align: baseline;
    display: table-cell;
    background-color: transparent;
    line-height: 20px;
    width: 130px; }
  table.specifications td, table.tftable td, table.product-characteristics td {
    padding: 10px;
    font-weight: normal;
    color: #2D4058;
    margin: 0px;
    background-color: transparent;
    line-height: 20px;
    vertical-align: baseline; }
  table.specifications thead tr, table.tftable thead tr, table.product-characteristics thead tr {
    background-color: #2E425A;
    border-top: none;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px; }
    table.specifications thead tr th, table.tftable thead tr th, table.product-characteristics thead tr th {
      color: #ffffff;
      font-size: 16px; }
  table.specifications tbody tr:nth-child(even), table.tftable tbody tr:nth-child(even), table.product-characteristics tbody tr:nth-child(even) {
    background: #ffffff; }
  table.specifications tbody tr:nth-child(odd), table.tftable tbody tr:nth-child(odd), table.product-characteristics tbody tr:nth-child(odd) {
    background: #f7fcff; }

.lprow {
  margin-bottom: 30px;
  clear: both; }
  .lprow:before {
    content: "";
    display: table; }
  .lprow:after {
    clear: both; }

[class^="lpcol-"] {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lpcol-1 {
  width: 16.66667%;
  display: block; }

.lpcol-2 {
  width: 33.33333%;
  display: block; }

.lpcol-3 {
  width: 50%;
  display: block; }

.lpcol-4 {
  width: 66.66667%;
  display: block; }

.lpcol-5 {
  width: 83.33333%;
  display: block; }

.lpcol-6 {
  width: 100%;
  display: block; }

.lpcol-20 {
  width: 20%; }

.lpcol-25 {
  width: 25%; }

.align-center {
  text-align: center; }

.lprow.social-div {
  margin-bottom: 0px; }

/*Game table*/
.game {
  margin-bottom: 18px;
  /*Game row*/ }
  .game a img {
    margin: 0px;
    display: block; }
  .game .game-row {
    height: 110px;
    padding: 10px 0 20px 0;
    text-align: center;
    font-family: 'DaxlineProBold', Arial, sans-serif;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative; }
    .game .game-row .gtext-small {
      font-size: 10px;
      font-weight: normal; }
    .game .game-row .gtext-normal {
      font-size: 12px;
      text-transform: uppercase; }
    .game .game-row .gtext-big {
      font-family: Arial, Helvetica, sans-serif !important;
      font-weight: bold;
      font-size: 60px;
      margin: 5px 0;
      line-height: 46px; }
    .game .game-row .ginfo {
      position: absolute;
      top: 0px;
      right: 10px;
      font-size: 20px;
      width: 20px;
      height: 20px; }
      .game .game-row .ginfo a {
        color: rgba(0, 0, 0, 0.2); }
        .game .game-row .ginfo a:hover {
          color: rgba(0, 0, 0, 0.8); }
    .game .game-row.color-red {
      border-bottom-color: #ffc3c3; }
    .game .game-row.color-green {
      border-bottom-color: #d8ffc6; }
    .game .game-row.color-blue {
      border-bottom-color: #bde5fa; }
    .game .game-row, .game .game-row .color-yellow {
      border-bottom-color: #ffffaa; }

.expand-tables table.table-style-3 {
  width: 100%; }

table.table-colorfull {
  border: none; }
  table.table-colorfull thead tr, table.table-colorfull thead th {
    background-color: #2E425A;
    color: white;
    font-size: 15px;
    text-align: center; }
    table.table-colorfull thead tr.th-left, table.table-colorfull thead th.th-left {
      text-align: left; }
    table.table-colorfull thead tr th, table.table-colorfull thead th th {
      vertical-align: middle; }
  table.table-colorfull tbody tr {
    border-bottom: none; }
    table.table-colorfull tbody tr td {
      text-align: center;
      vertical-align: middle; }
      table.table-colorfull tbody tr td.td-info, table.table-colorfull tbody tr td.td-number {
        text-align: left;
        vertical-align: baseline; }
      table.table-colorfull tbody tr td.td-number {
        max-width: 20px;
        font-weight: bold;
        font-size: 15px; }
      table.table-colorfull tbody tr td.td-info {
        min-width: 350px; }
        table.table-colorfull tbody tr td.td-info .td-title {
          font-weight: bold;
          font-size: 15px; }
        table.table-colorfull tbody tr td.td-info .td-options li {
          display: inline;
          padding-right: 10px;
          font-size: 14px; }
          table.table-colorfull tbody tr td.td-info .td-options li:before {
            content: "\f0da";
            font-family: FontAwesome;
            margin-right: 4px; }
        table.table-colorfull tbody tr td.td-info p {
          margin: 0px !important; }
      table.table-colorfull tbody tr td.td-profiles img {
        max-width: 100px;
        margin: 0; }
      table.table-colorfull tbody tr td.td-price {
        min-width: 120px;
        font-weight: bold; }
    table.table-colorfull tbody tr.tr-dark-green {
      background-color: #DCF0D1; }
      table.table-colorfull tbody tr.tr-dark-green td {
        background-color: #DCF0D1;
        color: #274517; }
        table.table-colorfull tbody tr.tr-dark-green td a {
          color: #274517; }
          table.table-colorfull tbody tr.tr-dark-green td a:hover {
            color: #3d6c23; }
    table.table-colorfull tbody tr.tr-light-green {
      background-color: #E9F6E3; }
      table.table-colorfull tbody tr.tr-light-green td {
        background-color: #E9F6E3;
        color: #2f581c; }
        table.table-colorfull tbody tr.tr-light-green td a {
          color: #2f581c; }
          table.table-colorfull tbody tr.tr-light-green td a:hover {
            color: #447e29; }
    table.table-colorfull tbody tr.tr-light-yellow {
      background-color: #FFFFD9; }
      table.table-colorfull tbody tr.tr-light-yellow td {
        background-color: #FFFFD9;
        color: #737300; }
        table.table-colorfull tbody tr.tr-light-yellow td a {
          color: #737300; }
          table.table-colorfull tbody tr.tr-light-yellow td a:hover {
            color: #a6a600; }
    table.table-colorfull tbody tr.tr-dark-red {
      background-color: #D90000; }
      table.table-colorfull tbody tr.tr-dark-red td {
        background-color: #D90000;
        color: white !important; }
        table.table-colorfull tbody tr.tr-dark-red td a {
          color: #ffa6a6; }
          table.table-colorfull tbody tr.tr-dark-red td a:hover {
            color: white; }
    table.table-colorfull tbody tr.tr-light-red {
      background-color: #FBE1DF; }
      table.table-colorfull tbody tr.tr-light-red td {
        background-color: #FBE1DF;
        color: #68140d; }
        table.table-colorfull tbody tr.tr-light-red td a {
          color: #68140d; }
          table.table-colorfull tbody tr.tr-light-red td a:hover {
            color: #951c13; }

table.table-normal {
  border: none; }
  table.table-normal thead tr, table.table-normal thead th {
    background-color: #2E425A;
    color: white;
    font-size: 15px;
    text-align: center; }
    table.table-normal thead tr.th-left, table.table-normal thead th.th-left {
      text-align: left; }
    table.table-normal thead tr th, table.table-normal thead th th {
      vertical-align: middle; }
  table.table-normal tbody tr {
    border-bottom: none;
    border-bottom: solid 1px #E6F1F9; }
    table.table-normal tbody tr:nth-child(even) {
      background-color: white; }
    table.table-normal tbody tr:nth-child(odd) {
      background-color: #f6fafd; }
    table.table-normal tbody tr td {
      text-align: center;
      vertical-align: middle; }
      table.table-normal tbody tr td.td-info, table.table-normal tbody tr td.td-number {
        text-align: left;
        vertical-align: baseline; }
      table.table-normal tbody tr td.td-number {
        max-width: 20px;
        font-weight: bold;
        font-size: 15px; }
      table.table-normal tbody tr td.td-info {
        min-width: 350px; }
        table.table-normal tbody tr td.td-info .td-title {
          font-weight: bold;
          font-size: 15px; }
        table.table-normal tbody tr td.td-info .td-options {
          margin: 0px;
          padding: 0px; }
          table.table-normal tbody tr td.td-info .td-options li {
            display: inline;
            padding-right: 10px;
            font-size: 13px; }
            table.table-normal tbody tr td.td-info .td-options li:before {
              content: "\f0da";
              font-family: FontAwesome;
              margin-right: 4px; }
        table.table-normal tbody tr td.td-info p {
          margin: 0 !important; }
      table.table-normal tbody tr td.td-profiles img {
        max-width: 100px;
        margin: 0; }
      table.table-normal tbody tr td.td-price {
        min-width: 120px;
        font-weight: bold; }
      table.table-normal tbody tr td.td-buttons {
        min-width: 170px; }
      table.table-normal tbody tr td.td-min {
        min-width: 120px;
        font-size: 30px;
        font-weight: bold;
        text-align: center; }
        table.table-normal tbody tr td.td-min span {
          font-size: 14px;
          font-weight: normal; }

@media (max-width: 768px) {
  table.table-style-1, table.table-style-2, table.table-style-4, table.table-style-5, table.table-normal, table.table-colorfull {
    overflow-x: auto;
    display: block; }

  table.table-style-2 td:nth-child(2), table.table-style-4 td:nth-child(2) {
    min-width: 280px; }
  table.table-style-2 td:last-child, table.table-style-4 td:last-child {
    min-width: 150px; } }
@media (min-width: 1060px) {
  .table-padding {
    padding: 0 50px; }

  table.table-style-2 td:last-child, table.table-style-4 td:last-child {
    min-width: 150px; } }
.lm-no-margin {
  margin-bottom: 0px !important; }
  .lm-no-margin h4 {
    line-height: 45px;
    margin: 0px !important;
    padding: 0px !important; }
    .lm-no-margin h4 i {
      color: #00b7f4;
      font-size: 30px;
      margin: 0 20px; }

tr.second_tr p, td p p {
  margin: 0 !important; }

.button {
  color: white !important;
  display: inline-block;
  cursor: pointer;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  font-weight: bold;
  background-color: #00b7f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32d0ff), to(#00b7f4));
  background-image: -webkit-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -moz-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -ms-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: -o-linear-gradient(top, #32d0ff, #00b7f4);
  background-image: linear-gradient(top, #32d0ff, #00b7f4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#32d0ff', EndColorStr='#00b7f4');
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: -2px 2px 8px 0px #d7effa;
  box-shadow: -2px 2px 8px 0px #d7effa;
  margin-bottom: 2rem; }
  .button:hover {
    color: white !important;
    background: #00b7f4; }
  .button:active, .button:focus, .button.disable {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button.large {
    padding: 0 20px;
    line-height: 45px;
    font-size: 20px; }
    .button.large i {
      margin-right: 10px;
      font-size: 2rem; }
  .button.small {
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    width: 90%;
    margin-bottom: 5px; }
  .button.disable {
    background: #bbbbbb;
    cursor: default; }
  .button.little {
    padding: 0 10px;
    line-height: 22px;
    font-size: 16px;
    margin: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .button.bt_table {
    padding: 0 20px;
    line-height: 45px;
    font-size: 18px;
    display: block;
    margin: 0; }

.lm-button {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #00b7f4;
  color: white;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif; }
  .lm-button:hover {
    background-color: #2A568B;
    color: white; }

.lp-new, .lp-promo {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  margin-left: 5px;
  text-transform: uppercase;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.lp-new {
  background: -webkit-linear-gradient(1deg, #17b8a6, #58ae17);
  background: -o-linear-gradient(1deg, #17b8a6, #58ae17);
  background: linear-gradient(89deg, #17b8a6, #58ae17);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite; }

.lp-promo {
  background: -webkit-linear-gradient(1deg, #e53623, #e20da5);
  background: -o-linear-gradient(1deg, #e53623, #e20da5);
  background: linear-gradient(89deg, #e53623, #e20da5);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite; }

.mb10 {
  margin: 0px 0px 10px 0px !important; }

/* Navigation toggles
--------------------------------------------- */
.row {
  position: relative; }

@media (min-width: 1451px) {
  .container {
    width: 1320px; } }
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
@media (min-width: 992px) {
  .sub-menu-toggle,
  .menu-toggle,
  .lms-mobile {
    display: none;
    visibility: hidden; }

  .social-icons li {
    display: inline; }

  nav.nav-primary {
    float: right;
    padding-top: 20px;
    display: block; }
    nav.nav-primary .genesis-nav-menu {
      padding-left: 5px; }

  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    display: block;
    opacity: 1; }

  .menu-primary > li #navbar-search-box {
    position: absolute;
    right: 0;
    top: 48px;
    width: 250px;
    padding: 15px;
    background: white;
    border: 3px solid #1d2938;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
    z-index: 10; }

  .add-article {
    padding-top: 30px; }

  .hw-top_border {
    border-top: solid 1px #F3F3F3; }
    .hw-top_border .hw-middle {
      border-left: solid 1px #F3F3F3;
      border-right: solid 1px #F3F3F3; }
    .hw-top_border .hwtb-pad {
      padding-top: 15px; }

  .no-gap {
    margin-bottom: 0px; } }
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media (max-width: 991px) {
  .title-area {
    width: 45px;
    padding-left: 20px;
    height: 85px;
    float: none; }
    .title-area .site-title {
      width: 45px; }
      .title-area .site-title a {
        width: 45px;
        height: 45px;
        background-size: 45px 45px;
        background-image: url(../images/lm_logo.png) !important; }

  .menu-primary li.right {
    float: none; }
    .menu-primary li.right a {
      display: none !important;
      visibility: hidden !important; }

  .menu-primary #navbar-search-box.hidden {
    display: block !important;
    visibility: visible !important; }

  /* Logo position */
  .header-image .site-title > a {
    margin: 0 0 0 10px; }

  nav li.right.search {
    float: none; }

  /* .sub-menu-toggle {
  	display: block;
  	font-size: 20px;
  	font-size: 2rem;
  	font-weight: 700;
  	margin: 0 auto;
  	overflow: hidden;
  	text-align: center;
  	visibility: visible;
  	
  } */
  .menu-toggle {
    font-family: 'FontAwesome';
    display: block;
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 42px;
    background: #2E425A;
    color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    visibility: visible;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: none; }
    .menu-toggle:focus, .menu-toggle:active {
      outline: none; }
    .menu-toggle:hover {
      text-decoration: none;
      color: white;
      background: #E43628; }

  #header-search-form {
    position: absolute;
    right: 80px;
    top: 0px; }

  button.sub-menu-toggle {
    font-family: 'FontAwesome';
    background-color: #2E425A;
    color: white;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    border: none;
    z-index: 1000;
    padding: 0; }

  button.sub-menu-toggle:focus {
    outline: none; }

  .menu-toggle-wrap {
    background-color: white; }

  .menu-toggle:before {
    width: 42px;
    height: 42px;
    display: block;
    left: 0;
    top: 0;
    content: "\f0c9"; }

  .menu-toggle.activated:before {
    content: "\f077"; }

  .sub-menu-toggle:before {
    content: "\f105"; }

  .sub-menu-toggle.activated:before {
    content: "\f105"; }

  .nav-primary {
    width: 100%;
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    padding: 0;
    z-index: 999;
    border: none;
    -webkit-box-shadow: 0 2px 4px rgba(158, 212, 234, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(158, 212, 234, 0.3);
    box-shadow: 0 2px 4px rgba(158, 212, 234, 0.3); }
    .nav-primary .genesis-nav-menu {
      margin: 0;
      padding: 0; }
      .nav-primary .genesis-nav-menu a {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }

  .genesis-nav-menu .menu-item {
    background-color: white;
    display: block;
    position: relative;
    text-align: left; }

  .genesis-nav-menu .menu-item > a {
    color: #2E425A;
    border-top: solid 1px #f2f2f2; }

  .genesis-nav-menu .menu-item:hover {
    position: relative; }

  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%; }

  .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto;
    font-size: 13px;
    text-transform: capitalize; }
    .genesis-nav-menu .sub-menu a:before {
      content: '-'; }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; }

  .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: #2E425A;
    padding-left: 30px; }

  .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 40px; }

  .nav-primary a:hover,
  .nav-primary .current-menu-item > a {
    color: #333; }

  .genesis-nav-menu > .menu-item.menu-item-has-children > a:after,
  ul.sub-menu li.menu-item-has-children > a:after {
    display: none; } }
.chartDiv {
  width: 100% !important; }

.site-header a,
.lm-social-top a,
#header-search-form a i {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s; }

@media (max-width: 768px) {
  .site-container {
    overflow: hidden; }

  .blue_div a {
    width: 33.3%;
    float: left;
    padding: 0px 15px; }
    .blue_div a:nth-child(4), .blue_div a:nth-child(5) {
      width: 50%;
      padding: 15px; }

  .lm-view-image {
    display: block;
    text-align: center;
    margin-bottom: 20px; }

  .content a {
    word-wrap: break-word; } }
@media (max-width: 480px) {
  .site-inner {
    padding: 10px; }
    .site-inner .home-wrap {
      padding: 20px 0; }
    .site-inner .content-sidebar-wrap {
      background-color: white;
      padding: 0; }

  table {
    overflow-x: scroll; }

  .blue_div {
    padding-bottom: 0px; }
    .blue_div a, .blue_div a:nth-child(4), .blue_div a:nth-child(5) {
      text-align: center;
      width: 90%;
      float: none;
      display: block;
      padding: 0;
      margin: 10px auto; }

  .entry-content img.alignleft {
    float: none;
    margin: 0 auto; }
  .entry-content img.alignright {
    float: none;
    margin: 0 auto; }

  .single .entry-header h1.entry-title, .page .entry-header h1.entry-title {
    font-size: 2rem;
    margin: 0px; }

  .single p.entry-info, .page p.entry-info {
    margin: 5px 0px 0px 0px !important; }
    .single p.entry-info .entry-info-author, .page p.entry-info .entry-info-author {
      display: block; } }
@media (min-width: 768px) {
  .entry-content a img {
    outline: none; }
  .entry-content img {
    max-width: 100%;
    height: auto;
    outline: none; }
    .entry-content img.aligncenter {
      display: block;
      margin: 10px auto; }
    .entry-content img.alignleft {
      float: left;
      margin: 0 30px 0 0; }
    .entry-content img.alignright {
      float: right;
      margin: 0 0 0 30px; }
  .entry-content .row {
    margin-bottom: 30px; } }
@media (min-width: 998px) {
  textarea {
    min-width: 90%; }

  body.archive .site-inner, body.single .site-inner, body.page .site-inner, body.search .site-inner {
    background-color: transparent;
    padding-top: 0px; }
    body.archive .site-inner .content-sidebar-wrap, body.single .site-inner .content-sidebar-wrap, body.page .site-inner .content-sidebar-wrap, body.search .site-inner .content-sidebar-wrap {
      background-color: transparent;
      padding-bottom: 0px; }
      body.archive .site-inner .content-sidebar-wrap .content, body.single .site-inner .content-sidebar-wrap .content, body.page .site-inner .content-sidebar-wrap .content, body.search .site-inner .content-sidebar-wrap .content {
        background-color: white;
        padding: 15px 0 0 0; }
      body.archive .site-inner .content-sidebar-wrap .sidebar-primary, body.single .site-inner .content-sidebar-wrap .sidebar-primary, body.page .site-inner .content-sidebar-wrap .sidebar-primary, body.search .site-inner .content-sidebar-wrap .sidebar-primary {
        padding-top: 15px; }
  body.single .site-inner .content-sidebar-wrap .content p, body.page .site-inner .content-sidebar-wrap .content p {
    margin: 15px 50px; }
    body.single .site-inner .content-sidebar-wrap .content p.no-margin, body.page .site-inner .content-sidebar-wrap .content p.no-margin {
      margin: 15px 0px; }
  body.single .site-inner .content-sidebar-wrap .content h2, body.single .site-inner .content-sidebar-wrap .content h3, body.single .site-inner .content-sidebar-wrap .content h4, body.single .site-inner .content-sidebar-wrap .content .lm-single-ad, body.page .site-inner .content-sidebar-wrap .content h2, body.page .site-inner .content-sidebar-wrap .content h3, body.page .site-inner .content-sidebar-wrap .content h4, body.page .site-inner .content-sidebar-wrap .content .lm-single-ad {
    margin: 20px 50px; }
  body.single .site-inner .content-sidebar-wrap .content .lm-bal, body.page .site-inner .content-sidebar-wrap .content .lm-bal {
    margin: 30px 35px; }
  body.single .site-inner .content-sidebar-wrap .content .tab-container, body.page .site-inner .content-sidebar-wrap .content .tab-container {
    padding: 0px 50px; }
  body.single .site-inner .content-sidebar-wrap .content .comparisons, body.page .site-inner .content-sidebar-wrap .content .comparisons {
    margin: 0;
    padding: 0; }
  body.single .site-inner .content-sidebar-wrap .sidebar-primary, body.page .site-inner .content-sidebar-wrap .sidebar-primary {
    padding-top: 15px; } }
/*
*	=======
*	* ADS *
*	=======
*/
.lm-top {
  background-color: white;
  border-bottom: solid 1px #f6fafd; }
  .lm-top .lm-single-ad {
    padding: 20px;
    margin: 0; }
    .lm-top .lm-single-ad .widget {
      margin-bottom: 0px !important; }

.lm-single-page-ad {
  background-color: #f6fafd;
  border-top: solid 1px #E6F1F9;
  border-bottom: solid 1px #E6F1F9; }
  .lm-single-page-ad .lm-single-ad {
    padding: 10px !important;
    margin: 0 !important; }
    .lm-single-page-ad .lm-single-ad .widget {
      margin-bottom: 0px !important; }
  @media only screen and (max-width: 992px) {
    .lm-single-page-ad {
      margin-bottom: 15px; } }

/* EDD DOWNLOAD TABLE*/
.edd-items {
  background-color: #F7FCFF;
  border: solid 1px #E3F4FD; }
  .edd-items h4, .edd-items p {
    margin: 15px 0px !important; }
  .edd-items h4 {
    color: #2A538B;
    font-size: 20px; }
  .edd-items .edd-items-intro {
    padding: 0 30px;
    border-bottom: solid 1px #E3F4FD; }
    .edd-items .edd-items-intro p {
      color: #2A568B;
      font-size: 18px;
      font-style: italic; }
  .edd-items .edd-item {
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #E3F4FD; }
    .edd-items .edd-item:last-child {
      border-bottom: none; }
    .edd-items .edd-item .row {
      margin-bottom: 0px; }
    .edd-items .edd-item .edd-items-text {
      padding: 2rem 0; }
      .edd-items .edd-item .edd-items-text p {
        margin-bottom: 0px; }
    .edd-items .edd-item .edd-items-icon-all img {
      display: inline-block; }
      .edd-items .edd-item .edd-items-icon-all img.edd_plus {
        margin: auto 35px; }
        .edd-items .edd-item .edd-items-icon-all img.edd_plus:last-child {
          margin-right: 0px; }
    .edd-items .edd-item .edd-items-price {
      text-align: center;
      padding-top: 3rem;
      /*BUTTONS*/ }
      .edd-items .edd-item .edd-items-price span.edd_price {
        display: inline-block;
        width: 150px;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background-color: white;
        line-height: 30px;
        padding: 10px 0;
        border: solid 1px #E3F4FD;
        font-size: 25px;
        font-weight: bold;
        color: #00B1EB; }
      .edd-items .edd-item .edd-items-price .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
        display: inline-block; }
      .edd-items .edd-item .edd-items-price .edd-cart-ajax-alert {
        display: block; }
      .edd-items .edd-item .edd-items-price .edd-submit.button, .edd-items .edd-item .edd-items-price .edd-items .edd-submit.button.gray, .edd-items .edd-item .edd-items-price .edd-items .edd-submit.button:visited {
        display: block;
        width: 150px;
        line-height: 30px;
        padding: 10px 0;
        margin: 0 auto;
        color: #fff;
        background: #00B1EB !important;
        border-color: #00B1EB !important;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px; }
        .edd-items .edd-item .edd-items-price .edd-submit.button:hover, .edd-items .edd-item .edd-items-price .edd-items .edd-submit.button.gray:hover, .edd-items .edd-item .edd-items-price .edd-items .edd-submit.button:visited:hover {
          background: #2A538B !important; }
      .edd-items .edd-item .edd-items-price .edd_purchase_submit_wrapper a.edd-add-to-cart {
        text-decoration: none;
        display: none;
        position: relative;
        overflow: hidden; }
      .edd-items .edd-item .edd-items-price .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
        display: inline-block; }
      .edd-items .edd-item .edd-items-price.edd-bunble .edd-submit.button, .edd-items .edd-item .edd-items-price.edd-bunble .edd-items .edd-submit.button.gray, .edd-items .edd-item .edd-items-price.edd-bunble .edd-items .edd-submit.button:visited {
        background: #E33560 !important;
        border-color: #E33560 !important; }
        .edd-items .edd-item .edd-items-price.edd-bunble .edd-submit.button:hover, .edd-items .edd-item .edd-items-price.edd-bunble .edd-items .edd-submit.button.gray:hover, .edd-items .edd-item .edd-items-price.edd-bunble .edd-items .edd-submit.button:visited:hover {
          background: #E43628 !important; }
      .edd-items .edd-item .edd-items-price.edd-bunble span.edd_price {
        border: solid 1px #E33560;
        color: #E33560; }

/* EDD DOWNLOAD TABLE*/
.lm-social-wrapp {
  margin: -10px 20px 10px 20px;
  display: inline-block; }
  @media only screen and (max-width: 992px) {
    .lm-social-wrapp {
      margin: 10px 0;
      padding: 0; } }
  .lm-social-wrapp ul {
    list-style: none; }
    .lm-social-wrapp ul li {
      float: left;
      margin-right: 10px; }
      .lm-social-wrapp ul li.lm-social-shortlink {
        max-height: 25px; }
        .lm-social-wrapp ul li.lm-social-shortlink i {
          margin-right: 5px;
          color: #52b415; }
        .lm-social-wrapp ul li.lm-social-shortlink input {
          background-color: transparent;
          border: none;
          color: #9ea9b7 !important;
          height: 20px;
          line-height: 20px;
          border: none;
          padding: 0;
          margin: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          max-width: 160px; }

/*top search*/
.lm-search-form-top {
  float: right;
  display: inline-block;
  min-width: 60%; }
  .lm-search-form-top .search-form {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 42px;
    width: 100%; }
    .lm-search-form-top .search-form:after {
      font-size: 20px;
      display: block;
      position: absolute;
      color: white !important;
      top: 0;
      right: 0;
      width: 42px;
      height: 42px;
      line-height: 42px;
      text-align: center;
      font-family: "FontAwesome" !important;
      content: '\f002';
      background: #00b7f4; }
    .lm-search-form-top .search-form:hover:after {
      background: #E43628; }
    .lm-search-form-top .search-form input[type=search] {
      padding: .6667em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #1d2938;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #fff;
      line-height: 42px;
      height: 42px;
      border-radius: 0px;
      margin: 0px;
      width: 100%;
      padding-right: 45px; }
      .lm-search-form-top .search-form input[type=search]:-webkit-autofill {
        background-color: #1d2938 !important;
        background-image: none;
        color: #fff !important; }
    .lm-search-form-top .search-form input[type="submit"] {
      border: none;
      color: transperent;
      cursor: pointer;
      font-weight: bold;
      content: '';
      width: 42px;
      height: 42px;
      background: none;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding: 0;
      z-index: 2;
      text-indent: 500em; }
    .lm-search-form-top .search-form ::-webkit-input-placeholder {
      color: #8fa8c6; }
    .lm-search-form-top .search-form ::-moz-placeholder {
      color: #8fa8c6; }
    .lm-search-form-top .search-form :-ms-input-placeholder {
      color: #8fa8c6; }
    .lm-search-form-top .search-form :-moz-placeholder {
      color: #8fa8c6; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s; }

@media only screen and (max-width: 992px) {
  .top-nav-wrap {
    height: 84px;
    position: relative; }

  .lm-search-form-top {
    float: none;
    display: block;
    margin: 42px -15px 0px -15px;
    position: absolute;
    width: 100%; }
    .lm-search-form-top .search-form {
      display: block;
      width: 100%; }

  .lm-social-top {
    position: absolute;
    float: none;
    margin: 0 -15px;
    width: 100%;
    top: 0; } }
.lm-catalog-main {
  background-color: white; }
  .lm-catalog-main .adaptive-ad {
    border-top: solid 1px #f6f6f6;
    margin: 0  15px;
    padding: 15px 0; }

.lm-catalog-headline {
  padding: 24px 30px;
  margin: 0 -15px 20px -15px;
  border-bottom: solid 1px #F8F8F8; }
  .lm-catalog-headline h1, .lm-catalog-headline p {
    margin: 0;
    padding: 0; }

.lm-catalog-listing {
  padding: 15px; }
  .lm-catalog-listing .lm-catalog-item {
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
    border: solid 1px #ebebeb;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 20px;
    display: block; }
    .lm-catalog-listing .lm-catalog-item .lm-item-link {
      display: block;
      text-align: center;
      padding: 5px 10px; }
      .lm-catalog-listing .lm-catalog-item .lm-item-link h5 {
        margin: 0;
        font-size: 18px;
        color: #2E425A; }
      .lm-catalog-listing .lm-catalog-item .lm-item-link:hover h5 {
        color: #00b7f4; }
    .lm-catalog-listing .lm-catalog-item ul {
      padding: 10px;
      margin: auto; }
      .lm-catalog-listing .lm-catalog-item ul li:before {
        content: "\f00c";
        font-family: FontAwesome;
        color: #67e21a;
        margin-right: 8px; }
    .lm-catalog-listing .lm-catalog-item .lp-item-opt {
      border-top: solid 1px #ebebeb; }
      .lm-catalog-listing .lm-catalog-item .lp-item-opt:after {
        content: "";
        display: table;
        clear: both; }
      .lm-catalog-listing .lm-catalog-item .lp-item-opt > div {
        font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
        font-size: 14px;
        float: left;
        padding: 2px 5px;
        height: 32px;
        line-height: 32px;
        border-left: solid 1px #ebebeb;
        vertical-align: middle; }
        .lm-catalog-listing .lm-catalog-item .lp-item-opt > div:first-child {
          border-left: none; }
      .lm-catalog-listing .lm-catalog-item .lp-item-opt .lp-item-opt1, .lm-catalog-listing .lm-catalog-item .lp-item-opt .lp-item-opt2 {
        width: 33%;
        padding-left: 10px;
        font-weight: bold; }
      .lm-catalog-listing .lm-catalog-item .lp-item-opt .lp-item-opt-manifacture {
        width: 34%;
        text-align: center; }
        .lm-catalog-listing .lm-catalog-item .lp-item-opt .lp-item-opt-manifacture img {
          max-height: 26px;
          vertical-align: middle; }
        .lm-catalog-listing .lm-catalog-item .lp-item-opt .lp-item-opt-manifacture a {
          display: block; }
    .lm-catalog-listing .lm-catalog-item .lp-item-rvh {
      background-color: #f6fafd;
      border-top: solid 1px #E6F1F9;
      line-height: 32px; }
      .lm-catalog-listing .lm-catalog-item .lp-item-rvh > div {
        float: left;
        width: 33.3333%; }
      .lm-catalog-listing .lm-catalog-item .lp-item-rvh a {
        font-size: 12px;
        color: #2A568B;
        display: block;
        text-align: center; }
        .lm-catalog-listing .lm-catalog-item .lp-item-rvh a i {
          margin-right: 4px;
          font-size: 14px; }
        .lm-catalog-listing .lm-catalog-item .lp-item-rvh a span {
          font-weight: bolder;
          font-size: 14px; }
        .lm-catalog-listing .lm-catalog-item .lp-item-rvh a:hover {
          color: #00b7f4; }
    .lm-catalog-listing .lm-catalog-item:hover {
      border: solid 1px #E6F1F9;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 177, 235, 0.2);
      box-shadow: 0 0 15px 0 rgba(0, 177, 235, 0.2); }
      .lm-catalog-listing .lm-catalog-item:hover .lp-item-opt {
        border-top: solid 1px #E6F1F9; }
        .lm-catalog-listing .lm-catalog-item:hover .lp-item-opt > div {
          border-left: solid 1px #E6F1F9; }
          .lm-catalog-listing .lm-catalog-item:hover .lp-item-opt > div:first-child {
            border-left: none; }
  .lm-catalog-listing .tab-container {
    margin-bottom: 0;
    border-bottom: solid 1px #f6f6f6; }
  .lm-catalog-listing.lm-items-promo h1 {
    padding: 0; }
  .lm-catalog-listing.lm-items-promo .lm-item-link:hover h5 {
    color: #9ea9b7; }
  .lm-catalog-listing.lm-items-promo .lm-catalog-item {
    overflow: hidden;
    position: relative; }
    .lm-catalog-listing.lm-items-promo .lm-catalog-item:hover {
      border: solid 1px #9ea9b7;
      -webkit-box-shadow: 0 0 15px 0 #9ea9b7;
      box-shadow: 0 0 15px 0 #9ea9b7; }
      .lm-catalog-listing.lm-items-promo .lm-catalog-item:hover .lp-item-opt {
        border-top: solid 1px #9ea9b7; }
        .lm-catalog-listing.lm-items-promo .lm-catalog-item:hover .lp-item-opt > div {
          border-left: solid 1px #9ea9b7; }
          .lm-catalog-listing.lm-items-promo .lm-catalog-item:hover .lp-item-opt > div:first-child {
            border-left: none; }
    .lm-catalog-listing.lm-items-promo .lm-catalog-item .lm-promo-ribbon {
      background-color: #9ea9b7;
      font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
      color: white;
      position: absolute;
      padding: 0 30px 0 25px;
      line-height: 20px;
      font-size: 11px;
      top: 10px;
      right: -15px;
      z-index: 10;
      width: 100px;
      text-align: center;
      -ms-transform: rotate(35deg);
      /* IE 9 */
      -webkit-transform: rotate(35deg);
      /* Safari */
      transform: rotate(35deg); }
  .lm-catalog-listing .lm-show-more {
    font-size: 20px;
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
    display: block;
    line-height: 46px;
    text-align: center;
    color: #2E425A;
    background-color: #f6fafd;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 20px; }
    .lm-catalog-listing .lm-show-more:hover {
      color: white;
      background-color: #00b7f4; }

/* Manifactures logo list */
.lp-manifactures-list {
  text-align: center; }
  .lp-manifactures-list .lm-man-logo {
    height: 60px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: solid 1px #F8F8F8;
    display: block;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .lp-manifactures-list .lm-man-logo img {
      height: 100%;
      max-width: 80%;
      padding: 0;
      margin: 0 auto; }
    .lp-manifactures-list .lm-man-logo:hover {
      background-color: #f6fafd;
      border: solid 1px #E6F1F9; }

/* Filters STYLES */
#filters {
  background-color: white;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  background-clip: padding-box;
  /* labels */
  /* Input checkboxes */ }
  #filters:before {
    display: block;
    content: '';
    height: 15px;
    background-color: #F8F8F8; }
  #filters h2 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    margin-bottom: 15px;
    background-color: #f6fafd;
    border-top: solid 2px #e6f1f9;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  #filters .filter-group h4 {
    font-size: 18px;
    border-bottom: solid 1px #E6F1F9;
    line-height: 25px;
    margin: 0 15px 5px 15px;
    font-weight: normal;
    cursor: pointer; }
    #filters .filter-group h4:hover {
      color: #00b7f4; }
    #filters .filter-group h4:after {
      content: "\f107";
      float: right;
      font-family: FontAwesome; }
  #filters .filter-group ul {
    margin: 10px 15px 15px 15px;
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
    display: block; }
    #filters .filter-group ul li {
      margin: 0;
      padding: 0;
      line-height: 15px; }
  #filters .filter-group.collapsed h4:after {
    content: "\f105"; }
  #filters .filter-group.collapsed ul {
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
    display: none; }
  #filters .filter-group:after {
    content: "";
    display: table;
    clear: both; }
  #filters input[type=checkbox] + label, #filters input[type=radio] + label {
    display: inline-block;
    padding-left: 1.75em;
    color: #2E425A;
    font-size: 1em;
    text-indent: -1.75em;
    text-transform: none;
    cursor: pointer;
    font-weight: normal; }
    #filters input[type=checkbox] + label span, #filters input[type=radio] + label span {
      color: #9ea9b7; }
  #filters input[type=checkbox], #filters input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #filters input[type=checkbox] + label:before, #filters input[type=radio] + label:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-top: -0.2em;
    margin-right: .5em;
    color: #2e425a;
    border: 1px solid #bcdbeb;
    border-radius: 2px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 3px 3px -2px #e3f4fd;
    box-shadow: inset 0 3px 3px -2px #e3f4fd;
    vertical-align: middle;
    text-indent: 0;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 0.92308em;
    line-height: 1; }
  #filters input[type=checkbox]:checked + label:before, #filters input[type=radio]:checked + label:before {
    content: "\f00c";
    -webkit-box-shadow: none;
    box-shadow: none; }

/* Catalog single table*/
.lm-pad {
  padding: 0 15px; }
  .lm-pad:after {
    content: "";
    display: table;
    clear: both; }

.lm-sep {
  border-bottom: solid 1px #f6f6f6;
  padding-top: 29px;
  margin: 0 -15px 30px -15px; }

.lm-single-opt-table {
  background-color: #f6fafd;
  border: solid 1px #E6F1F9;
  padding: 30px;
  border-radius: 6px; }
  .lm-single-opt-table .lm-sot-icon {
    position: relative; }
    .lm-single-opt-table .lm-sot-icon h4 {
      font-weight: 400;
      font-size: 21px;
      color: #2A568B;
      padding: 0 0 0 45px;
      line-height: 40px;
      position: relative;
      margin: 0; }
      .lm-single-opt-table .lm-sot-icon h4:after {
        content: '';
        width: 35px;
        height: 35px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 35px 35px;
        left: 0px;
        top: 0px; }
    .lm-single-opt-table .lm-sot-icon.lm-sot-display h4:after {
      background-image: url(../images/icons/display.svg); }
    .lm-single-opt-table .lm-sot-icon.lm-sot-cpu h4:after {
      background-image: url(../images/icons/cpu.svg); }
    .lm-single-opt-table .lm-sot-icon.lm-sot-gpu h4:after {
      background-image: url(../images/icons/gpu.svg); }
    .lm-single-opt-table .lm-sot-icon.lm-sot-hotness h4 {
      padding-left: 0px; }
      .lm-single-opt-table .lm-sot-icon.lm-sot-hotness h4 span {
        font-weight: bolder; }
    .lm-single-opt-table .lm-sot-icon.lm-sot-hotness i {
      font-size: 20px;
      color: #84d1ff; }
    .lm-single-opt-table .lm-sot-icon ul {
      padding: 5px 5px 5px 25px;
      border: dotted 1px #E6F1F9;
      border-radius: 4px;
      background-color: white;
      margin-bottom: 15px; }
      .lm-single-opt-table .lm-sot-icon ul:last-child {
        margin-bottom: 0; }
      .lm-single-opt-table .lm-sot-icon ul li {
        list-style: circle;
        font-size: 15px;
        line-height: 28px; }
        .lm-single-opt-table .lm-sot-icon ul li .badge {
          padding: 2px 7px;
          font-size: 90%;
          font-weight: 700;
          border-radius: 4px;
          margin-bottom: 3px; }
          .lm-single-opt-table .lm-sot-icon ul li .badge.b-red {
            background-color: #E43628; }
          .lm-single-opt-table .lm-sot-icon ul li .badge.b-green {
            background-color: #52b415; }
        .lm-single-opt-table .lm-sot-icon ul li.clearfix {
          list-style: none; }
        .lm-single-opt-table .lm-sot-icon ul li .screen-profiles {
          width: 30%;
          float: left; }
          .lm-single-opt-table .lm-sot-icon ul li .screen-profiles img {
            vertical-align: middle; }
    .lm-single-opt-table .lm-sot-icon p {
      font-size: 16px; }
  .lm-single-opt-table .col-md-4:last-child {
    border-right-color: transparent; }
  .lm-single-opt-table .lm-sot-weight {
    font-weight: bold;
    font-size: 16px;
    text-align: left; }
    .lm-single-opt-table .lm-sot-weight i {
      font-weight: normal;
      color: #00b7f4;
      font-size: 20px;
      margin-right: 10px; }
  .lm-single-opt-table ul.lm-buts-opt li {
    padding: 10px 0 0 0; }
    .lm-single-opt-table ul.lm-buts-opt li .lm-button {
      padding: 2px 10px; }
      .lm-single-opt-table ul.lm-buts-opt li .lm-button i {
        margin-right: 10px; }
    .lm-single-opt-table ul.lm-buts-opt li.check-price a.lm-button {
      background-color: orange; }
      .lm-single-opt-table ul.lm-buts-opt li.check-price a.lm-button:hover {
        background-color: #cc8400; }

/* CATALOG ASRCHIVE Search field*/
.lm-search-catalog {
  margin: 20px 0;
  padding: 20px;
  background-color: #f6fafd; }
  .lm-search-catalog .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2E425A;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E6F1F9;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .lm-search-catalog .form-control:focus {
      border-color: #E6F1F9;
      outline: 0;
      -webkit-box-shadow: inset 0 0px 0px #E6F1F9, 0 0 10px rgba(230, 241, 249, 0.9);
      box-shadow: inset 0 0px 0px #E6F1F9, 0 0 10px rgba(230, 241, 249, 0.9); }
  .lm-search-catalog .btn-default {
    color: #2E425A;
    background-color: #fff;
    display: inline-block;
    padding: 10px 12px;
    height: 42px;
    font-size: 16px;
    font-weight: normal;
    text-transform: initial;
    border: 1px solid #E6F1F9;
    border-radius: 0px; }
  .lm-search-catalog .open > .dropdown-toggle.btn-default, .lm-search-catalog .open > .dropdown-toggle.btn-default:hover, .lm-search-catalog .open > .dropdown-toggle.btn-default:focus {
    color: white !important;
    background-color: #0fc3ff !important;
    border: 1px solid #00b7f4 !important;
    border-radius: 0px; }
  .lm-search-catalog .open .dropdown-menu {
    padding: 0;
    font-size: 16px;
    left: auto;
    right: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #E6F1F9;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(230, 241, 249, 0.5);
    box-shadow: 0 6px 12px rgba(230, 241, 249, 0.5); }
    .lm-search-catalog .open .dropdown-menu > li > a {
      display: block;
      padding: 6px 10px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #2E425A;
      white-space: nowrap; }
      .lm-search-catalog .open .dropdown-menu > li > a i {
        margin-right: 10px; }
      .lm-search-catalog .open .dropdown-menu > li > a:hover {
        background-color: #0fc3ff;
        color: white; }
  .lm-search-catalog .input-group-btn .btn.btn-primary {
    color: white;
    background-color: #2E425A;
    display: inline-block;
    padding: 6px 0px;
    height: 42px;
    width: 42px;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #2E425A;
    border-radius: 0px;
    text-align: center; }
    .lm-search-catalog .input-group-btn .btn.btn-primary:hover {
      background-color: #11B8BB;
      border-color: #11B8BB; }

/* CATALOG ASRCHIVE Search field*/
.btn-brands {
  background-color: #00b7f4;
  color: white;
  padding: 6px 0;
  height: 42px;
  font-size: 20px;
  margin: 10px auto 30px auto;
  display: block;
  max-width: 220px;
  text-align: center;
  border-radius: 50px; }
  .btn-brands:hover, .btn-brands:focus {
    color: white;
    background-color: #2A568B; }

/* Search result filter select */
.lm-catalog-selected-filters {
  padding: 0 15px;
  margin-bottom: 15px; }
  .lm-catalog-selected-filters ul li {
    display: inline-block;
    margin: 0 5px 5px 0; }
    .lm-catalog-selected-filters ul li.lm-filter-tilte {
      display: block;
      font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
      font-weight: lighter !important;
      font-size: 20px; }
    .lm-catalog-selected-filters ul li.lm-filter-select {
      padding: 8px 15px;
      border: 1px solid #eef6fb;
      border-radius: 6px;
      background-color: #f6fafd;
      color: #2A568B; }
      .lm-catalog-selected-filters ul li.lm-filter-select .close {
        position: relative;
        top: 0px;
        right: -5px;
        border-radius: 50px;
        background-color: #E43628;
        color: white;
        width: 20px;
        height: 20px;
        font-size: 12px;
        font-weight: normal; }

body.page .site-inner .content-sidebar-wrap .content .lp-catalog-content h2 {
  padding: 20px 0;
  margin: 20px 0; }

ul.cat-opti-list {
  padding-top: 30px; }
  ul.cat-opti-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.cat-opti-list li {
    position: relative;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 50px;
    border-bottom: solid 1px #E6F1F9;
    font-size: 14px; }
    ul.cat-opti-list li:first-child {
      border-top: solid 1px #E6F1F9; }
    ul.cat-opti-list li:before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      top: 0;
      left: 0;
      background-size: 100% auto;
      background-position: 0;
      background-repeat: no-repeat;
      background-color: #366eb2;
      position: absolute; }
    ul.cat-opti-list li.cpu:before {
      background-image: url(../images/icons/icon_cpu.svg); }
    ul.cat-opti-list li.gpu:before {
      background-image: url(../images/icons/icon_gpu.svg); }
    ul.cat-opti-list li.display:before {
      background-image: url(../images/icons/icon_screen.svg); }
    ul.cat-opti-list li.storage:before {
      background-image: url(../images/icons/icon_storage.svg); }
    ul.cat-opti-list li.ram:before {
      background-image: url(../images/icons/icon_ram.svg); }
    ul.cat-opti-list li.weight:before {
      background-image: url(../images/icons/icon_weight.svg); }
    ul.cat-opti-list li span {
      color: #2A568B;
      text-transform: uppercase;
      font-weight: bold; }

/* /.lp-catalog-header-buttons */
.lp-catalog-header-buttons {
  padding: 1.5rem 0; }
  .lp-catalog-header-buttons ul.catalog-buttons:after {
    content: "";
    display: table;
    clear: both; }
  .lp-catalog-header-buttons ul.catalog-buttons li {
    display: block;
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
    /* end <a> */ }
    .lp-catalog-header-buttons ul.catalog-buttons li:nth-child(2) {
      width: 34%;
      padding: 0 10px; }
    .lp-catalog-header-buttons ul.catalog-buttons li a {
      display: block;
      position: relative;
      padding: 5px 10px 5px 50px;
      line-height: 14px;
      height: 40px;
      font-weight: bold;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .lp-catalog-header-buttons ul.catalog-buttons li a i {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 25px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        background: rgba(255, 255, 255, 0.2); }
      .lp-catalog-header-buttons ul.catalog-buttons li a span {
        display: block; }
      .lp-catalog-header-buttons ul.catalog-buttons li a.catalog-button-blue {
        background-color: #00b7f4;
        border-color: #00ace5;
        color: white; }
        .lp-catalog-header-buttons ul.catalog-buttons li a.catalog-button-blue:hover {
          background-color: #0fa1a4; }
      .lp-catalog-header-buttons ul.catalog-buttons li a.catalog-button-orange {
        background-color: #ff8d1a;
        border-color: #FF8000;
        color: white; }
        .lp-catalog-header-buttons ul.catalog-buttons li a.catalog-button-orange:hover {
          background-color: #D94747;
          border-color: #D94747; }
      @media only screen and (max-width: 990px) {
        .lp-catalog-header-buttons ul.catalog-buttons li a {
          line-height: 40px;
          padding: 0 10px 0 50px; }
          .lp-catalog-header-buttons ul.catalog-buttons li a span {
            display: inline; } }

/* /.lp-catalog-header-buttons */
/* /.lp-catalog-header-buttons */
.lp-catalog-buttons {
  padding: 1.5rem 0; }
  .lp-catalog-buttons ul.catalog-buttons {
    max-width: 90%;
    margin: auto; }
    .lp-catalog-buttons ul.catalog-buttons:after {
      content: "";
      display: table;
      clear: both; }
    .lp-catalog-buttons ul.catalog-buttons li {
      display: block;
      float: left;
      width: 33%;
      margin: 0;
      padding: 0;
      /* end <a> */ }
      .lp-catalog-buttons ul.catalog-buttons li:nth-child(2) {
        width: 34%;
        padding: 0 10px; }
      .lp-catalog-buttons ul.catalog-buttons li a {
        font-size: 16px;
        display: block;
        position: relative;
        padding: 10px 10px 5px 70px;
        line-height: 20px;
        height: 60px;
        font-weight: bold;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .lp-catalog-buttons ul.catalog-buttons li a i {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          font-size: 25px;
          height: 60px;
          width: 60px;
          line-height: 60px;
          text-align: center;
          font-weight: normal;
          background: rgba(255, 255, 255, 0.2); }
        .lp-catalog-buttons ul.catalog-buttons li a span {
          display: block; }
        .lp-catalog-buttons ul.catalog-buttons li a.catalog-button-blue {
          background-color: #00b7f4;
          border-color: #00ace5;
          color: white; }
          .lp-catalog-buttons ul.catalog-buttons li a.catalog-button-blue:hover {
            background-color: #0fa1a4; }
        .lp-catalog-buttons ul.catalog-buttons li a.catalog-button-orange {
          background-color: #ff8d1a;
          border-color: #FF8000;
          color: white; }
          .lp-catalog-buttons ul.catalog-buttons li a.catalog-button-orange:hover {
            background-color: #D94747;
            border-color: #D94747; }
        @media only screen and (max-width: 990px) {
          .lp-catalog-buttons ul.catalog-buttons li a {
            line-height: 40px;
            padding: 0 10px 0 50px; }
            .lp-catalog-buttons ul.catalog-buttons li a span {
              display: inline; } }

/* /.lp-catalog-header-buttons */
.lp-catalog-tspecs-wrapper {
  background-color: #E6F1F9;
  position: relative; }
  .lp-catalog-tspecs-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .lp-catalog-tspecs-wrapper .lp-cat-icon {
    width: 120px;
    height: 100px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
    font-weight: bold;
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
    color: #2E425A;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    background-color: #366eb2;
    /* 	&:before {
    		content: "";
    		display: block;
    		position:absolute;
    		top: 0;
    		left: 0;
    		width: 100px;
    		height: 100px;
    		background-size: 50px 50px;
    		background-position: 5px 5px;
    		background-repeat: no-repeat;
    		position: absolute;
    		@include  border-left-radius(4px);
    	}
    	&.lp-cat-cpu:before {background-image: url(../images/icons/icon_cpu.svg);} */ }
  .lp-catalog-tspecs-wrapper .lp-cat-title {
    width: 100%;
    height: 100px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 150px 0 150px;
    display: table-cell;
    vertical-align: middle; }
  .lp-catalog-tspecs-wrapper .lp-cat-score {
    width: 120px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #2A568B; }
    .lp-catalog-tspecs-wrapper .lp-cat-score .lp-cat-score-number {
      font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
      font-weight: bold;
      font-size: 40px;
      line-height: 100px;
      color: white; }
      .lp-catalog-tspecs-wrapper .lp-cat-score .lp-cat-score-number .subtitle {
        font-size: 12px;
        font-weight: normal;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        background-color: #1e3e64;
        line-height: 20px; }
      .lp-catalog-tspecs-wrapper .lp-cat-score .lp-cat-score-number .lp-cat-small {
        font-size: 20px;
        font-weight: normal;
        top: 0; }
    .lp-catalog-tspecs-wrapper .lp-cat-score .lp-cat-spec-link a {
      width: 100%;
      display: block;
      background-color: #00b7f4;
      color: white;
      line-height: 25px;
      font-size: 16px;
      position: absolute;
      bottom: 0px;
      left: 0px; }
      .lp-catalog-tspecs-wrapper .lp-cat-score .lp-cat-spec-link a:hover {
        background-color: #0fa1a4; }

.lp-catalog-compare {
  font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
  padding: 30px 0; }
  .lp-catalog-compare .row {
    margin-bottom: 0; }
  .lp-catalog-compare .cat-image {
    height: 70px;
    padding: 5px 0;
    height: 60px;
    text-align: center; }
    .lp-catalog-compare .cat-image img {
      max-height: 60px;
      vertical-align: middle;
      padding: 0;
      margin: 0 auto; }
  .lp-catalog-compare .cat-line {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-left: solid 1px #00b7f4; }
  .lp-catalog-compare .cat-result-line {
    background: #2E425A;
    color: white;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .lp-catalog-compare .cat-result-line .cat-result-price {
      font-size: 18px;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px;
      text-align: left; }
      .lp-catalog-compare .cat-result-line .cat-result-price span {
        display: block;
        font-size: 14px;
        font-weight: normal; }
    .lp-catalog-compare .cat-result-line .cat-results {
      font-size: 18px;
      font-weight: bold;
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      text-align: right; }
      .lp-catalog-compare .cat-result-line .cat-results span {
        display: block;
        font-size: 14px;
        font-weight: normal; }
    .lp-catalog-compare .cat-result-line:hover {
      background: #374e6b; }
  .lp-catalog-compare .lp-catalog-compare-current .cat-result-line {
    background: #00b7f4; }
    .lp-catalog-compare .lp-catalog-compare-current .cat-result-line:hover {
      background: #0fc3ff; }
  .lp-catalog-compare .lp-catalog-compare-current .cat-result-price, .lp-catalog-compare .lp-catalog-compare-current .cat-results {
    line-height: 60px;
    padding: 0 10px;
    font-size: 20px; }
  .lp-catalog-compare .cat-title-wrap {
    text-align: right;
    padding: 10px 0; }
    .lp-catalog-compare .cat-title-wrap .cat-title {
      font-size: 18px;
      font-weight: bold; }
    .lp-catalog-compare .cat-title-wrap .cat-sub-title {
      font-size: 18px;
      font-weight: lighten; }
    .lp-catalog-compare .cat-title-wrap a {
      color: #2E425A; }
      .lp-catalog-compare .cat-title-wrap a:hover {
        color: #00b7f4; }

.lp-catalog-divider {
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #d2dce8;
  padding-top: 30px;
  margin-bottom: 30px; }

#html5-watermark {
  display: none !important;
  visibility: hidden !important; }

.greedy-nav {
  position: relative;
  min-width: 250px;
  height: 42px;
  background: #2E425A; }
  .greedy-nav a {
    font-family: "DaxlinePro", "Ubuntu", "Lucida", "Trebuchet MS", sans-serif;
    font-weight: normal;
    display: block;
    padding: 0px 20px;
    background: #2E425A;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    line-height: 42px; }
    .greedy-nav a:hover {
      background: #00b7f4; }
  .greedy-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 8px 0 20px;
    border: 0;
    outline: none;
    background-color: #00b7f4;
    color: #fff;
    cursor: pointer; }
    .greedy-nav button:hover {
      background-color: #11B8BB; }
      .greedy-nav button:hover:after {
        -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
        transform: scale(1.075); }
    .greedy-nav button:after {
      content: attr(count);
      position: absolute;
      width: 30px;
      height: 30px;
      left: -15px;
      top: 6px;
      text-align: center;
      background-color: #00b7f4;
      color: #fff;
      font-size: 14px;
      line-height: 28px;
      border-radius: 50%;
      border: 3px solid #fff;
      font-weight: bold; }
  .greedy-nav .hamburger {
    position: relative;
    width: 24px;
    height: 4px;
    background: #fff;
    margin: auto; }
    .greedy-nav .hamburger:before, .greedy-nav .hamburger:after {
      content: '';
      position: absolute;
      left: 0;
      width: 24px;
      height: 4px;
      background: #fff; }
    .greedy-nav .hamburger:before {
      top: -8px; }
    .greedy-nav .hamburger:after {
      bottom: -8px; }
  .greedy-nav .visible-links {
    display: table;
    margin: 0; }
    .greedy-nav .visible-links li {
      display: table-cell;
      border-left: 1px solid #3f5b7c; }
  .greedy-nav .hidden-links {
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 10; }
    .greedy-nav .hidden-links li {
      display: block;
      border-bottom: 1px solid #3f5b7c;
      /*       &:first-child {
              font-weight: bold;
              a {
                color: $link-color !important;
              }
            } */ }
  .greedy-nav .hidden {
    visibility: hidden; }



/*# sourceMappingURL=main.css.map */