/*
Theme Name:         GadgetReview 2 Development
Theme URI:          http://www.famethemes.com/themes/enpine/
Description:        Enpine is a premium Wordpress theme by FameThemes.
Version:            1.4.0 d
Author:             FameThemes
Author URI:         http://www.famethemes.com/
Tags: white, black, custom-colors, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template,two-columns,right-sidebar,one-column
License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html
*/
/*-----------------------------------------------------------------------------------
:: 01. CSS Reset & Clearfix
:: 02. Global
:: 03. Structure
:: 04. Header
:: 05. Content
:: 06. Comments
:: 07. Sidebar
:: 08. Footer
:: 09. Pages & Templates
:: 10. Responsive
:: 11. Flexslider
mrt-styles -  dev scss for Matthew
ga-styles -  dev scss for Gaya

*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  1.  CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/*-----------------------------------------------------------------------------------*/
/*  2.  Global
/*-----------------------------------------------------------------------------------*/
body {
  font: 14px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #f3f3f3;
  color: #444;
  margin: 0;
  word-wrap: break-word; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto; }

iframe, embed {
  max-width: 100%; }

input, textarea, select {
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 11px;
  width: 250px;
  border-radius: 3px; }

form {
  position: relative; }

textarea {
  resize: vertical;
  width: 95%; }

input[type="button"], input[type="submit"], select {
  -webkit-appearance: none; }

input[type="button"], input[type="submit"] {
  background: #f4725b;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  cursor: pointer; }

input[type="button"]:hover, input[type="submit"]:hover {
  background: #222; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  width: 25px; }

.hidden {
  display: none; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.center {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

a img {
  border: 0; }

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
  margin: 0 0 20px 0; }

address {
  font-style: italic; }

abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #666; }

blockquote {
  border-left: 3px solid #e5e5e5;
  padding: 0 20px;
  margin: 20px 0 20px 20px; }

strong {
  font-weight: bold; }

em, dfn, cite {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup {
  font-size: 11px;
  vertical-align: top; }

sub {
  font-size: 11px;
  vertical-align: bottom; }

small {
  font-size: 11px; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: underline; }

code, pre {
  line-height: 18px; }

var, kbd, samp, code, pre {
  font: 13px/18px Consolas,"Andale Mono",Courier,"Courier New",monospace; }

kbd {
  font-weight: bold; }

samp, var {
  font-style: italic; }

pre, code, tt {
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  display: block;
  font-size: 13px;
  line-height: 18px;
  overflow: auto;
  padding: 20px;
  word-wrap: break-word;
  vertical-align: baseline; }

ul, ol, dl {
  margin-left: 30px;
  padding: 0; }

ul {
  list-style: square outside none; }

ol {
  list-style: decimal outside none;
  list-style-position: inside; }

table {
  border: 1px solid #ccc;
  border-width: 1px;
  line-height: 18px;
  margin: 0 0 22px 0;
  text-align: left;
  padding: 0 5px; }

table .even {
  background: #ddd; }

caption {
  text-align: left; }

tr {
  border-bottom: 1px solid #ccc; }

th, td {
  padding: 5px;
  vertical-align: middle;
  text-align: center; }

img.alignleft {
  float: left;
  margin: 10px 25px 10px 0;
  max-width: 50%; }

img.alignright {
  display: block;
  margin: 10px 0 25px 20px;
  max-width: 50%; }

img.aligncenter {
  display: block;
  margin: 10px auto; }

img.alignnone {
  display: block;
  margin: 10px 0; }

.wp-caption {
  text-align: center;
  margin: 10px 20px 10px 20px;
  color: #999;
  font-style: italic;
  max-width: 100% !important; }

.wp-caption a {
  display: inline-block;
  max-width: 100% !important; }

.wp-caption.aligncenter {
  margin: 20px auto; }

.wp-caption.alignleft {
  margin-left: 0; }

.wp-caption.alignright {
  margin-right: 0; }

.wp-caption.alignnone {
  margin-left: 0;
  margin-right: 0; }

.wp-caption img, .wp-caption img a {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px; }

.wp-smiley {
  max-height: 13px;
  margin: 0 !important; }

.gallery {
  margin: auto; }

.gallery-image {
  border: 0;
  margin-left: 0; }

.gallery-caption {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  color: #999;
  margin: 0; }

.gallery {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto !important;
  overflow: hidden; }

.gallery br {
  height: 0 !important;
  display: none; }

.gallery-item {
  float: left;
  margin: 0 0 0 0 !important;
  text-align: center;
  font-size: 0;
  line-height: 0; }

.gallery-icon {
  margin: 0;
  display: block;
  overflow: hidden; }

.gallery-item .gallery-caption {
  display: block;
  text-align: center;
  margin-bottom: 5px !important;
  font-size: 12px;
  line-height: 20px; }

.gallery-item img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; }

.gallery-item a {
  float: left;
  margin: 0 0 2% 0 !important;
  padding: 0 !important;
  line-height: 0;
  font-size: 1px;
  width: 98%; }

a {
  color: #f4725b;
  text-decoration: underline;
  -webkit-transition: .07s ease-in;
  transition: .07s ease-in; }

a:hover {
  color: #f4725b;
  text-decoration: none;
  -webkit-transition: .07s ease-in;
  transition: .07s ease-in; }

/*-----------------------------------------------------------------------------------*/
/*  3.  Structure
/*-----------------------------------------------------------------------------------*/
.container {
  width: 100%; }

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.wrapper {
  width: 90%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative; }

.wrap-ct {
  width: 92%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative; }

.width-70 .wrapper {
  width: 70%;
  max-width: 900px; }

#header, #main, #footer {
  float: left;
  width: 100%; }

/*-----------------------------------------------------------------------------------*/
/*	4.	Header
/*-----------------------------------------------------------------------------------*/
#header {
  background: #fff;
  float: left;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  position: fixed;
  z-index: 999;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.ft-hdleft {
  float: left;
  width: 18%; }

.ft-hdright {
  float: right;
  width: 75%; }

/* Logo */
.ft-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 13px 0 0 0; }

.ct-logo {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto; }

.ct-logo a {
  display: inline-block;
  color: #474747;
  text-decoration: none; }

.ct-logo a:hover {
  text-decoration: none;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8; }

.sub-logo {
  margin-left: 3px;
  font-size: 16px;
  color: #b4b4b4;
  text-transform: uppercase; }

/* Menu */
.ft-menu {
  margin-right: 230px; }

.primenu {
  font-size: 13px;
  margin: 0;
  list-style: none;
  line-height: 55px;
  text-transform: uppercase;
  overflow: hidden; }

.primenu li {
  float: left;
  padding-right: 20px;
  margin-right: 20px; }

.primenu li a {
  color: #222;
  padding: 5px 0;
  text-decoration: none; }

.primenu li a:hover {
  color: #f4725b;
  text-decoration: none; }

.primenu li a i {
  margin-right: 8px; }

.primenu li > ul, .primenu li > ul > li > ul {
  float: left;
  line-height: 50px;
  width: 220px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #222;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 9999; }

.primenu li > ul > li > ul {
  top: -1px;
  left: 220px; }

.primenu li > ul > li {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7; }

.primenu li > ul > li.menu-item-has-children {
  background: url("images/menu-arrow.png") no-repeat 95% center;
  background-size: 9px 6px; }

.primenu li > ul > li:hover.menu-item-has-children {
  background: white url("images/menu-arrow.png") no-repeat 95% center;
  background-size: 9px 6px; }

.primenu li > ul > li a {
  padding: 3px 20px; }

.primenu ul.sub-menu {
  display: none; }

.primenu li:hover > ul.sub-menu {
  display: block; }

.primenu li.mega .ft-submega {
  display: none;
  background: #fff;
  border-top: 2px solid #222;
  width: 100%;
  left: 0;
  padding: 20px 0 20px;
  z-index: 9999;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); }

.primenu li:hover.mega .ft-submega {
  display: block; }

.ft-submega ul.sub-menu {
  margin: 0;
  display: block !important;
  overflow: hidden; }

.primenu li .ft-submega .sub-menu li {
  display: table-cell;
  float: none;
  padding: 0 30px 0 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  background: 0;
  border: 0;
  border-right: 1px dotted #e5e5e5;
  text-transform: none; }

.primenu li .ft-submega .sub-menu li:last-child {
  border: 0; }

.primenu li .ft-submega .sub-menu li a {
  cursor: default;
  margin-bottom: 10px; }

.primenu li .ft-submega .sub-menu li a:hover {
  color: #222; }

.primenu li .ft-submega .sub-menu li .sub-menu {
  width: 100%;
  box-shadow: none;
  border: 0;
  position: relative; }

.primenu li .ft-submega .sub-menu li .sub-menu li {
  display: block;
  line-height: 30px;
  width: 90%;
  padding: 0;
  margin: 0;
  border: 0; }

.primenu li .ft-submega .sub-menu li .sub-menu li a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  padding: 0;
  cursor: pointer; }

.primenu li .ft-submega .sub-menu li .sub-menu li a:hover {
  color: #f4725b; }

/* No Menus */
p.ft-nomenus {
  margin: 15px 0 0; }

/* Mobile Menus */
.ft-mobile {
  display: none; }

/* JPanel */
a.ft-jpbutton {
  float: left;
  color: #cacaca;
  font-size: 20px;
  line-height: 55px;
  padding: 0 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: none;
  text-decoration: none; }

a:hover.ft-jpbutton {
  color: #555;
  text-decoration: none; }

#jPanelMenu-menu {
  font-weight: 400;
  font-size: 13px;
  background: #222;
  margin: 0; }

#jPanelMenu-menu li {
  border-bottom: 1px solid #282828;
  background: #222;
  width: 100%; }

#jPanelMenu-menu li:last-child {
  border-bottom: 0; }

#jPanelMenu-menu li a {
  color: #fff;
  display: block;
  line-height: 14px;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase; }

#jPanelMenu-menu li a:hover, #jPanelMenu-menu li.current-menu-item a {
  background: #282828; }

#jPanelMenu-menu > li > ul.sub-menu, #jPanelMenu-menu > li > ul > li > ul.sub-menu {
  display: block !important;
  margin: 0 0 0 20px;
  position: relative;
  list-style: none; }

#jPanelMenu-menu > li > ul > li > ul.sub-menu {
  left: 0;
  top: 0; }

#jPanelMenu-menu > li > ul.sub-menu, #jPanelMenu-menu > li > ul > li > ul.sub-menu {
  box-shadow: none; }

/* Icons */
.ft-icons {
  float: right;
  margin-right: 3px;
  position: absolute;
  top: 0;
  right: 0; }

.ft-icons ul {
  float: right;
  padding-left: 20px;
  margin: 0;
  list-style: none;
  line-height: 55px; }

.ft-icons ul li {
  float: left;
  margin-right: 20px; }

.ft-icons ul li:last-child {
  margin-right: 0; }

.ft-icons a {
  color: #cacaca;
  text-transform: uppercase;
  text-decoration: none; }

.ft-icons a i {
  font-size: 16px; }

.ft-icons a:hover {
  color: #555;
  text-decoration: none; }

.ft-icons ul li.search-li {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 20px; }

/* Search Hide */
.ft-search-hide {
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999; }

.ft-search-hide .ft-shbg {
  background: #000;
  height: 100%;
  left: 0;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%; }

.ft-search-hide #searchform {
  background: #fff;
  border: 0;
  height: 50px;
  left: 50%;
  margin-left: -285px;
  margin-top: -25px;
  position: absolute;
  top: 40%;
  width: 570px;
  z-index: 9999; }

.ft-search-hide h3 {
  color: #fff;
  text-transform: uppercase;
  margin: -35px auto 1px auto;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center; }

.ft-search-hide #searchform input[type="text"] {
  width: 510px;
  height: 26px;
  color: #222;
  padding: 12px 15px 12px 15px; }

.ft-search-hide #searchform input[type="submit"] {
  margin: 15px 0 0 0; }

/* Search */
#searchform {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 3px 3px 3px 3px; }

#searchform input[type='text'] {
  float: left;
  border: medium none;
  box-shadow: none;
  color: #aaa;
  width: 160px;
  font-size: 13px;
  line-height: 21px;
  outline: 0;
  margin: 4px 0 0 0;
  padding: 12px 11px 12px 25px;
  border-radius: 3px 3px 3px 3px;
  background: url("images/icon-search.png") no-repeat 6px center;
  border: 1px solid #ddd; }

#searchform input[type='submit'] {
  border: medium none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  float: left;
  height: 44px;
  margin: 5px 0 0 5px;
  width: 30px;
  padding: 14px 5px;
  text-transform: none;
  background: none;
  color: #aaa; }

#searchform input[type='submit']:hover {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8; }

/* Header Ad */
.ft-headerad {
  margin: 0 auto 25px auto;
  width: auto;
  text-align: center; }

.top-banner {
  display: block;
  position: relative;
  background: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  text-align: center;
  padding-bottom: 0 !important; }
  .top-banner .textwidget div {
    margin-left: auto;
    margin-right: auto; }

/* Trending Now block */
#trending {
  float: right;
  background-image: url("images/icon-trending.jpg");
  background-repeat: no-repeat;
  background-position: 95% 16%;
  padding-bottom: 20px; }

#trending .tab_title {
  display: none; }

h2.trending-head {
  color: #999;
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 30px; }

#trending .wpt_widget_content .inside {
  background: transparent;
  padding-top: 0; }

#trending popular-tab-content {
  padding-right: 60px; }

#trending .wpt_widget_content,
#trending .wpt_widget_content .tab-content li {
  border: none; }

#trending .wpt_widget_content .entry-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#trending .widget ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 20px;
  line-height: 30px; }

#trending .wpt_widget_content .tab-content li {
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px; }

.page-spacer-home, .page-spacer-single {
  display: block;
  position: relative;
  width: 100%;
  height: 75px;
  background-color: #F0F0F0; }

@media screen and (max-width: 1100px) {
  .header-social {
    display: none; }

  header .ft-logo {
    left: 20px;
    margin-left: 0; }

  .ft-menu {
    margin-right: 200px;
    width: 70%; }

  .ft-hdright {
    width: 65%; }

  header .wrap-ct {
    width: 100%; } }
/*-----------------------------------------------------------------------------------*/
/*  5.  Content 
/*-----------------------------------------------------------------------------------*/
#main {
  padding: 0px 0 20px 0; }

.home #main {
  padding: 0px 0 55px 0; }

.ft-single {
  background: #fff;
  margin-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

#content {
  float: left;
  width: 100%; }

#content.archive {
  background: #fff;
  margin-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

.ft-ctbox {
  padding: 30px; }

.single .ft-ctbox {
  padding: 30px 40px 30px 30px; }

.insert-post-ads {
  float: left;
  margin-right: 20px; }

/* Hentry */
.hentry {
  background: #fff;
  float: left;
  width: 22.7272727272%;
  padding-bottom: 40px;
  margin: 0 1.13636363636% 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative; }

.hentry.last {
  margin-right: 0; }

.hentry.big {
  width: 47.7272727272%; }

.hentry.threefour {
  width: 72.7272727272%; }

.hentry.single {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  box-shadow: none; }

/* Post Box */
.ft-postbox {
  padding: 0 20px; }

/* Post Title */
.hentry .ft-ptitle {
  margin-bottom: 15px; }

.hentry.small .ft-ptitle {
  font-size: 22px; }

.hentry.single .ft-ptitle {
  margin-bottom: 10px; }

.hentry.page .ft-ptitle {
  margin-bottom: 25px; }

/* Featured Image */
.hentry .ft-fimg {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
  display: block; }

.hentry .ft-fimg a:hover {
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9; }

.hentry .ft-fimg a {
  display: block;
  z-index: 9; }

.hentry.single .ft-fimg {
  margin-bottom: 35px; }

/* Category */
.ft-category {
  font-size: 12px;
  color: #b4b4b4;
  margin: 0 0 5px; }

.ft-category a {
  color: #999;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none; }

.hentry .ft-category a:hover {
  text-decoration: underline; }

/* Entry */
.hentry.single .ft-entry {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px; }

section.ft-entry h1, section.ft-entry h2, section.ft-entry h3, section.ft-entry h4, section.ft-entry h5, section.ft-entry h6 {
  font-weight: 700;
  margin-bottom: 15px; }

section.ft-entry h1, section.ft-entry h4 {
  font-size: 2.2em;
  line-height: 1.2em; }

section.ft-entry h2 {
  font-size: 1.7em; }

section.ft-entry h3 {
  font-size: 1.2em; }

section.ft-entry h5 {
  font-size: 1.8em; }

section.ft-entry h5 {
  font-size: 1.4em; }

/* Author & Share */
.ft-tish {
  float: left;
  color: #cacaca;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%; }

.ft-ftime {
  position: absolute;
  left: 20px;
  font-size: 11px;
  font-weight: 500;
  color: #444;
  text-transform: uppercase;
  margin-top: 8px; }

.ft-fshare {
  position: absolute;
  right: 0;
  font-size: 14px;
  width: 140px;
  line-height: 40px; }

.ft-fshare ul {
  float: right;
  list-style: none;
  margin: 0; }

.ft-fshare ul li {
  float: left;
  text-align: center; }

.ft-fshare ul li:last-child {
  border: 0; }

.ft-fshare ul li a {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #cacaca; }

.ft-fshare ul li.twitter a:hover {
  background: #00a0d1;
  color: #fff; }

.ft-fshare ul li.facebook a:hover {
  background: #3b5998;
  color: #fff; }

.ft-fshare ul li.google a:hover {
  background: #da4834;
  color: #fff; }

/* Entry Style */
.ft-ctbox ul {
  margin-left: 45px;
  list-style: square outside none; }

.ft-ctbox ol {
  list-style: decimal outside none;
  list-style-position: inside; }

.ft-ctbox ul li, .ft-ctbox ol li {
  margin-bottom: 10px; }

/* Entry Single */
/* Meta */
.hentry .ft-meta {
  font-size: 11px;
  color: #b4b4b4;
  margin-bottom: 10px;
  text-transform: uppercase; }

.hentry .ft-meta a {
  color: #b4b4b4;
  text-decoration: none; }

.hentry .ft-meta a:hover {
  text-decoration: underline; }

.hentry.single .ft-meta {
  font-size: 12px;
  margin-bottom: 15px; }

.hentry.single .ft-meta .ft-scategories a {
  display: inline-block;
  background: #fc765e;
  color: #fff;
  padding: 3px 8px;
  margin: 0 5px 5px 0; }

.hentry.single .ft-meta .ft-scategories {
  margin-right: 5px; }

/* Single Post Box */
.ft-spostbox {
  position: relative; }

/* Right Single */
.ft-rsingle {
  float: right;
  width: 300px;
  font-size: 15px;
  color: #333;
  text-align: left;
  top: 0;
  right: 0;
  margin-bottom: 30px; }

.ft-rsingle p {
  display: block;
  font-size: 16px;
  margin: 3px 0 0 0;
  text-transform: uppercase; }

.ft-rsingle p a {
  color: #333;
  text-decoration: none; }

.ft-rsingle span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-bottom: 10px; }

.ft-rsingle span a {
  color: #999;
  text-decoration: none; }

.ft-rsingle span a:hover {
  color: #f4725b; }

.ft-rsauthor {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }

.ft-rsauthor p {
  margin: 3px 0 0 0; }

.ft-rstags {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }

.ft-rstags p {
  font-size: 14px;
  margin-bottom: 2px; }

.ft-rstags span {
  font-size: 11px;
  line-height: 16px; }

.ft-rstags a:hover {
  color: #f4725b; }

.ft-rsshare {
  margin: 0; }

.ft-rsshare ul {
  margin: 0;
  list-style: none; }

.ft-rsshare ul li {
  float: left;
  margin-right: 8px; }

.ft-rsshare ul li:last-child {
  margin-right: 0; }

.ft-rsshare ul li a {
  display: inline-block;
  background: #fff;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #c4c4c4;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  text-decoration: none; }

.ft-rsshare ul li a:hover i {
  color: #fff; }

.ft-rsshare ul li.ft-twitter a:hover {
  background: #00a0d1;
  border: 1px solid #00a0d1; }

.ft-rsshare ul li.ft-facebook a:hover {
  background: #3b5998;
  border: 1px solid #3b5998; }

.ft-rsshare ul li.ft-google a:hover {
  background: #da4834;
  border: 1px solid #da4834; }

.ft-rsshare ul li.ft-linkedin a:hover {
  background: #0077b5;
  border: 1px solid #0077b5; }

.metapanel {
  overflow: auto;
  padding-top: 10px; }

.post-meta {
  font-family: 'Roboto', sans-serif; }

.post-meta-overview, .post-meta-pros-cons {
  position: relative; }

.post-meta-overview > .meta-item,
.post-meta-pros-cons > .meta-item {
  position: relative;
  margin-top: 45px; }

.post-meta-summary {
  position: relative; }

.post-meta-score {
  margin-top: 70px;
  margin-bottom: 10px; }

.meta-header {
  position: absolute;
  top: -60px;
  font-size: 32px !important;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  padding: 15px 0 15px 10px; }

.meta-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px !important; }

.meta-label, .meta-data {
  padding: 10px; }

.post-meta-score .meta-label, .post-meta-score .meta-data {
  width: 25%; }

.post-meta strong {
  font-weight: 400; }

.post-meta h2 {
  font-size: 1.3em !important;
  font-weight: 400; }

.post-meta p {
  text-transform: none; }

.post-meta-pros-cons {
  border-top: 1px solid #ccc; }

.post-meta-pros-cons .meta-data {
  width: 50%; }

.pros-cons-header {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px; }

/* Left Single */
.ft-lsingle {
  margin-right: 330px; }

/* WP Page Links */
#ft-pagelinks {
  font-size: 26px; }

/* Border */
.ft-bborder {
  background: #f3f3f3;
  height: 10px;
  margin-bottom: 25px; }

/* Optin Form */
.ft-optin {
  border: 1px solid #e5e5e5;
  padding: 25px;
  margin-bottom: 25px; }

.ft-optin h5 {
  margin-bottom: 10px; }

.ft-optin p {
  margin-bottom: 15px; }

.ft-optin p a {
  color: #444;
  text-decoration: underline; }

.ft-optin p a:hover {
  color: #444;
  text-decoration: none; }

.ft-optin form {
  margin-bottom: 0; }

.ft-optin input[type="email"], .ft-optin input[type="text"] {
  padding: 11px;
  margin: 0;
  width: 40%;
  display: inline;
  border-right: 0;
  border-radius: 3px 0 0 3px; }

.ft-optin input[type="submit"] {
  color: #fff;
  padding: 11px 15px;
  margin: 0;
  text-transform: uppercase;
  width: auto;
  display: inline;
  border-radius: 0 3px 3px 0; }

.ft-optin input[type="submit"]:hover {
  background: #222; }

/* Share Buttons */
.ft-share {
  margin-bottom: 25px; }

.ft-share ul {
  margin: 0;
  list-style: none; }

.ft-share ul li {
  float: left;
  width: 15%;
  margin-right: 2%;
  margin-bottom: 0; }

.ft-share ul li:last-child {
  margin-right: 0; }

.ft-share ul li a {
  display: block;
  background: #fff;
  color: #555;
  padding: 7px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #e5e5e5; }

.ft-share ul li a:hover {
  text-decoration: none; }

.ft-share ul li a i {
  font-size: 16px;
  margin-right: 5px; }

.ft-share ul li a:hover {
  color: #fff; }

.ft-share ul li a:hover i {
  color: #fff; }

.ft-share ul li.ft-stwitter a:hover {
  background: #00a0d1;
  border: 1px solid #00a0d1; }

.ft-share ul li.ft-sfacebook a:hover {
  background: #3b5998;
  border: 1px solid #3b5998; }

.ft-share ul li.ft-sgoogle a:hover {
  background: #da4834;
  border: 1px solid #da4834; }

.ft-share ul li.ft-slinkedin a:hover {
  background: #0077b5;
  border: 1px solid #0077b5; }

.ft-share ul li.ft-spinterest a:hover {
  background: #cb2027;
  border: 1px solid #cb2027; }

.ft-share ul li.ft-sstumbleupon a:hover {
  background: #eb4924;
  border: 1px solid #eb4924; }

/* Author Box */
.ft-bauthor {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5; }

.ft-atava {
  float: left;
  width: 100px;
  margin-right: 20px; }

.ft-atinfo {
  margin-left: 120px; }

.ft-bauthor p {
  margin-bottom: 0; }

.ft-bauthor h4 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  text-align: left;
  font-style: normal; }

.ft-bauthor h4 a {
  color: #222;
  text-decoration: none; }

.ft-bauthor h4 a:hover {
  color: #666;
  text-decoration: none; }

/* Related Posts */
.ft-related {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }

.ft-related h3 {
  margin-bottom: 20px;
  text-transform: uppercase; }

.ft-related ul {
  margin: 0;
  list-style: none; }

.ft-related li {
  float: left;
  width: 31.6666666%;
  margin-right: 2.5%;
  margin-bottom: 20px !important; }

.ft-related li.li-3, .ft-related li.li-6 {
  margin-right: 0; }

.hentry.single .ft-related .ft-fimg {
  margin-bottom: 10px; }

.hentry.single .ft-related .ft-fimg a {
  display: block; }

.ft-related li h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0; }

.ft-related li h4 a {
  color: #222;
  text-decoration: none; }

.ft-related li h4 a:hover {
  color: #222;
  text-decoration: underline; }

/* Nav Post */
.nav-previous, .nav-next {
  width: 50%; }

.nav-previous a, .nav-next a {
  color: #222; }

.nav-previous {
  float: left; }

.nav-next {
  float: right;
  text-align: right; }

/* Pagination */
#post-nav, #post-nav-archive {
  float: left;
  padding: 0;
  width: 100%;
  text-align: center; }

#post-nav-archive {
  text-align: left !important; }

.pagination {
  padding: 5px 0; }

#post-nav-archive .pagination {
  padding: 0; }

#post-nav .pagination span, #post-nav .pagination a, #post-nav-archive .pagination span, #post-nav-archive .pagination a {
  background: #fff;
  display: inline-block;
  color: #222;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 10px 5px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

#post-nav-archive .pagination span, #post-nav-archive .pagination a {
  background: #f4725b;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none; }

#post-nav .pagination span.current, #post-nav .pagination a:hover {
  background: #f4725b;
  color: #fff; }

#post-nav-archive .pagination span.current, #post-nav-archive .pagination a:hover {
  background: #222;
  color: #fff; }

/* Infinite Scroll */
/* #infscr-loading{float:left;width:100%;text-align:center
} */
#leftsidebar-ad {
  display: block;
  position: relative;
  top: 299px;
  left: 20px; }

#nav-ads {
  pointer-events: none; }

#leftsidebar-ad {
  pointer-events: auto; }

#leftsidebar-bottom-ad {
  pointer-events: auto;
  display: block;
  position: relative;
  left: 20px;
  top: 1500px; }

.nlp-slider-wrap {
  max-width: 100%;
  min-width: 652px; }

@media only screen and (max-width: 1100px) {
  .right-inner-bar {
    display: none !important; }

  .right-sidebar-active {
    margin-right: 0 !important; } }
.attachment.single .content-full .ft-entry > p:first-of-type > a > img {
  display: block; }

/*-----------------------------------------------------------------------------------*/
/*  6.  Comments
/*-----------------------------------------------------------------------------------*/
.ft-boxcm {
  width: 100%; }

#comments {
  padding: 0 0 20px; }

#comments ol, #comments ul {
  margin: 0;
  list-style: none; }

.comment-title h3 {
  padding-bottom: 30px;
  margin: 0;
  text-transform: uppercase; }

.comment-title h3 a, .comment-title h3 a:hover {
  color: #222;
  text-decoration: none; }

li.comment {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px; }

.bypostauthor {
  background: #f8f8f8; }

.comment-body {
  margin: 0;
  overflow: hidden;
  position: relative; }

.comment-header {
  position: relative; }

.comment-avatar {
  float: right;
  width: 60px;
  margin: 0; }

.comment-avatar img {
  width: 52px;
  padding: 3px;
  border: 1px solid #e7e7e7;
  border-radius: 50%; }

.comment-content {
  display: block;
  position: relative; }

.comment-meta {
  display: inline-block; }

.comment .vcard {
  margin: 0 20px 10px 0;
  position: relative;
  float: left; }

.comment-body .fn {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  display: block;
  padding: 2px 0 1px 0; }

.comment-body .fn a {
  color: #222;
  text-decoration: none; }

.comment-body .fn a:hover {
  color: #555;
  text-decoration: none; }

.comment-body .fn a {
  color: #222; }

.comment-body .fn a:hover {
  color: #555; }

.comment-body time {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: block;
  color: #bbb;
  text-transform: uppercase;
  margin-bottom: 8px; }

.comment-body time a, .comment-body time a:hover {
  color: #bbb;
  text-decoration: none; }

.comment-edit-link {
  font-size: 13px;
  line-height: 21px;
  display: inline-block; }

a.comment-edit-link, a:hover.comment-edit-link {
  color: #494949; }

.ft-reply {
  margin-bottom: 20px; }

a.comment-reply-link {
  background: #e9e9e9;
  color: #999;
  font-size: 9px;
  padding: 0 8px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase; }

a:hover.comment-reply-link {
  background: #1cd5f0;
  color: #fff;
  text-decoration: none; }

#allowed_tags, .comment p {
  font-size: 15px;
  line-height: 27px; }

section.comment {
  background: #fff;
  padding: 0;
  margin: 0; }

.comments-previous {
  float: left; }

.comments-next {
  float: right; }

#respond {
  margin: 30px 0 0 0; }

#respond h3 {
  text-transform: uppercase; }

form label {
  margin: 5px 0 3px 0;
  font-size: 14px;
  line-height: 20px; }

form label.comment-field {
  display: block; }

#respond input {
  display: block;
  margin-right: 1.33%;
  width: 51%;
  padding: 11px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 3px; }

#respond p.respond_desc {
  font-size: 12px !important; }

#respond input#url {
  margin-right: 0; }

#respond textarea {
  background: #fff;
  height: 230px;
  margin: 2px 0 0;
  padding: 11px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 3px; }

#respond #submit {
  color: #fff;
  width: 300px;
  padding: 15px 0;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  display: block;
  border-radius: 3px; }

#respond #submit:hover, #respond #submit:focus, #respond #submit:active {
  margin: 0; }

.form-allowed-tags {
  display: none; }

.comment-form-author {
  margin: 0 0 10px 0;
  font-weight: bold; }

.comment-form-email {
  margin: 0 0 10px 0;
  font-weight: bold; }

.comment-form-url {
  margin: 0 0 10px 0;
  font-weight: bold; }

.comment-form-comment {
  font-weight: bold; }

.form-submit {
  margin: 0; }

/*-----------------------------------------------------------------------------------*/
/*  7.  Sidebar 
/*-----------------------------------------------------------------------------------*/
#sidebar {
  float: right;
  width: 300px;
  margin: 30px 30px 20px 0;
  top: 0;
  right: 0; }

/* Widgets */
.widget {
  width: 100%;
  margin-bottom: 20px; }

.widget:last-child {
  margin-bottom: 0; }

.widget .widget-title {
  color: #444;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase; }

/* Links & Page */
.widget a {
  color: #222;
  text-decoration: none; }

.widget a:hover {
  color: #444;
  text-decoration: underline; }

.widget ul {
  margin: 0 0 0 15px; }

.widget ul li {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }

.widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

.widget ul li a {
  color: #444;
  text-decoration: none; }

.widget ul li a:hover {
  text-decoration: underline; }

.widget ul li ul {
  margin: 10px 0 0 15px; }

/* Select */
.widget select {
  width: 99%; }

/* Calendar */
.widget_calendar table {
  width: 100%;
  margin: 0;
  border: 0; }

.widget_calendar table caption {
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden; }

.widget_calendar table > thead {
  border: 1px solid #e5e5e5; }

.widget_calendar table > thead > tr {
  color: #fff;
  border-bottom: 1px solid #f4725b; }

.widget_calendar tbody > tr > td {
  padding: 7px 0 8px;
  text-align: center;
  width: 14.2857%; }

.widget_calendar table#wp-calendar thead > tr > th {
  background: #f4725b; }

.widget_calendar th {
  padding: 9px;
  text-align: center;
  border-right: 1px solid #f4725b; }

.widget_calendar th:last-child {
  border: 0; }

.widget_calendar table > tbody {
  border: 1px solid #e5e5e5; }

.widget_calendar table > tbody > tr {
  border-bottom: 1px solid #e5e5e5; }

.widget_calendar table > tbody > tr td {
  border-right: 1px solid #e5e5e5; }

.widget_calendar table > tbody > tr td a {
  font-weight: bold;
  text-decoration: none; }

.widget_calendar table > tbody > tr td#today {
  background: #f4725b; }

.widget_calendar table > tbody > tr td#today a {
  color: #fff; }

.widget_calendar a:hover {
  text-decoration: underline; }

.widget_calendar tfoot > tr {
  border-bottom: 1px #222; }

.widget_calendar #prev {
  text-align: left;
  font-weight: bold; }

.widget_calendar #prev a {
  text-decoration: none; }

.widget_calendar #next {
  text-align: right;
  font-weight: bold; }

.widget_calendar #next a {
  text-decoration: none; }

/* Search Widget */
.widget #searchform {
  background: #fff;
  overflow: hidden;
  width: 100%; }

.widget #searchform h3 {
  display: none; }

.widget #searchform input[type="text"] {
  padding: 4%;
  width: 91%;
  border: 1px solid #e5e5e5; }

.widget #searchform input[type="submit"] {
  display: none; }

/* Flickr Widget */
.flickr_badge_image {
  float: left;
  width: 30.3%;
  padding: 0 1.5% 3%; }

.flickr_badge_image a {
  font-size: 0;
  line-height: 0;
  display: block; }

.flickr_badge_image a:hover img {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8; }

/* 125x125 Banners */
.ft_ads_widget ul {
  margin: 0;
  list-style: none; }

.ft_ads_widget ul li {
  background: #eee;
  float: left;
  padding: 10px;
  margin: 0 10px 10px 0; }

.ft_ads_widget ul li:last-child {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.ft_ads_widget ul li:nth-child(2n) {
  margin-right: 0; }

.ft_ads_widget ul li a {
  display: block;
  font-size: 0;
  line-height: 0; }

/* Newsletters Widget */
.ft_newsletter_widget p {
  margin-bottom: 10px; }

.ft_newsletter_widget form {
  margin-bottom: 0; }

.ft_newsletter_widget input[type="email"], .ft_newsletter_widget input[type="text"] {
  width: 90%;
  padding: 10px 5%;
  margin-bottom: 8px; }

.ft_newsletter_widget input[type="submit"], .ft_newsletter_widget input[type="button"] {
  padding: 8px;
  width: 130px;
  display: inline-block; }

.ft_newsletter_widget input[type="submit"]:hover, .ft_newsletter_widget input[type="button"]:hover {
  background: #222; }

/* Recent & Popular Posts & Random */
.ft-wpost {
  border: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.ft-wpost:last-child {
  margin-bottom: 10px; }

.ft-wpost .ft-fimg a {
  display: block;
  margin-bottom: 5px; }

.ft-wpost .ft-fimg a:hover img {
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9; }

.ft-sbcategory {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 5px 15px; }

.ft-sbcategory a {
  color: #999;
  text-decoration: none; }

.ft-sbcategory a:hover {
  text-decoration: underline; }

.ft-wpost .post-title {
  margin: 0 15px; }

.ft-wpost .post-title a {
  color: #222;
  text-decoration: none; }

.ft-wpost .post-title a:hover {
  text-decoration: underline; }

/* Scrollbar */
.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 3px;
  height: 8px;
  background-color: #aaa;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity .2s linear; }

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0; }

.ps-container:hover .ps-scrollbar-x, .ps-container.hover .ps-scrollbar-x {
  opacity: .6;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-x:hover, .ps-container .ps-scrollbar-x.hover {
  opacity: .9;
  filter: alpha(opacity=90);
  cursor: default; }

.ps-container .ps-scrollbar-x.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 3px;
  width: 8px;
  background-color: #aaa;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity .2s linear; }

.ps-container.ie .ps-scrollbar-y {
  font-size: 0; }

.ps-container:hover .ps-scrollbar-y, .ps-container.hover .ps-scrollbar-y {
  opacity: .6;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-y:hover, .ps-container .ps-scrollbar-y.hover {
  opacity: .9;
  filter: alpha(opacity=90);
  cursor: default; }

.ps-container .ps-scrollbar-y.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90); }

.contentHolder {
  max-height: 540px;
  height: auto;
  margin: 0 auto 10px auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 310px; }

.contentHolder .ft-scroll {
  height: auto;
  width: 300px; }

/*-----------------------------------------------------------------------------------*/
/*  8.  Footer
/*-----------------------------------------------------------------------------------*/
footer {
  border-top: 1px solid #cccccc;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }

#footer {
  font-size: 13px;
  line-height: 21px;
  background: #fff;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5; }

/* Footer Widgets */
.ft-widgets {
  margin-bottom: 5px; }

#footer .widget {
  float: left;
  width: 15.5%;
  margin-right: 1.4%; }

#footer .widget:last-child {
  margin-right: 0; }

#footer .widget ul {
  list-style: none;
  margin-left: 5px; }

#footer .widget ul li {
  background: url("images/list-square.png") no-repeat left 8px;
  background-size: 5px 5px;
  border: 0;
  padding: 0 0 0 11px; }

#footer .widget .widget-title {
  color: #222;
  padding-bottom: 0;
  text-transform: uppercase;
  border: 0; }

#footer .ft-wpost {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 10px; }

#footer .ft-wpost .ft-fimg {
  display: none; }

#footer .contentHolder {
  width: auto; }

#footer .contentHolder .ft-scroll {
  width: auto; }

#footer .ft-wpost .ft-sbcategory {
  display: none; }

#footer .ft-wpost .post-title {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 21px;
  width: 100%;
  margin: 0; }

#footer .ft-wpost .post-title a:hover {
  color: #222;
  text-decoration: underline; }

/* Footer Posts */
.ft-ftposts {
  margin-bottom: 30px;
  position: relative;
  z-index: 99; }

.ft-ftpost {
  float: left;
  width: 16.666667%;
  height: auto;
  margin: 0;
  padding-bottom: 0;
  box-shadow: none;
  z-index: 9; }

.ft-ftpost:last-child {
  margin-right: 0; }

.ft-ftpost .ft-fimg {
  margin-bottom: 0;
  position: relative; }

.ft-ftpost .ft-fimg a img {
  display: block; }

.ft-ftpost .ft-ptitle {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  z-index: 999; }

.ft-ftpost .ft-ptitle a {
  display: block;
  padding: 8%;
  width: 84%;
  height: 84%;
  color: #fff;
  text-decoration: none; }

.ft-ftpost .ft-ptitle a:hover {
  color: #fff;
  text-decoration: underline; }

/* Copyright */
.ft-copyright {
  font-size: 13px;
  line-height: 21px;
  color: #aaa;
  padding: 10px 0 20px 0;
  width: 100%;
  position: relative; }

.ft-cpleft {
  float: left;
  width: 45%; }

.ft-cpleft p {
  margin-bottom: 15px; }

.ft-cpright {
  float: right;
  width: auto;
  vertical-align: middle;
  position: absolute;
  bottom: 30px;
  right: 0;
  text-align: right; }

.ft-cpright a img {
  margin-top: -5px;
  vertical-align: middle; }

.ft-cpright p {
  margin: 0; }

/* Footer Menu */
.ft-ftmenu {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0; }

.ft-ftmenu .ft-nomenus {
  margin: 0; }

.ft-ftmenu .footermenu {
  margin: 0;
  list-style: none; }

.ft-ftmenu .footermenu li {
  float: left;
  margin-right: 35px; }

.ft-ftmenu .footermenu li a {
  color: #aaa;
  text-decoration: none; }

.ft-ftmenu .footermenu li a:hover {
  color: #222;
  text-decoration: none; }

/* Back Top */
.back-top {
  bottom: 10px;
  opacity: 1;
  position: fixed;
  right: 20px;
  visibility: visible;
  z-index: 9999; }

.back-top a {
  color: #aaa;
  display: block;
  width: 40px;
  text-decoration: none; }

.back-top span {
  background: #fff;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5; }

.back-top span:hover {
  border: 1px solid #999; }

.back-top span i {
  font-size: 14px;
  color: #c7c7c7; }

/* Persistent Footer */
footer .wrap-ct {
  max-width: 100%; }

.persistent-footer {
  width: 100%;
  bottom: 0;
  background-color: white;
  padding: 10px;
  z-index: 100; }

.footer-tv-logo {
  float: left;
  margin-top: 10px; }

.persistent-footer .flexslider h2 {
  font-size: 16px;
  line-height: 22px; }

#footer-newsletter {
  width: 26%;
  float: left;
  margin-top: 3px;
  margin-left: 4%;
  padding-right: 1%;
  padding-left: 1%;
  border-right: 1px solid #666;
  border-left: 1px solid #666; }

#footer-newsletter-header {
  width: 45%;
  float: left; }

#footer-newsletter h5 {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px; }

#footer-newsletter form {
  width: 52%;
  float: right;
  margin-bottom: 0; }

#mc_embed_signup .mc-field-group {
  float: left;
  width: 64% !important;
  margin-right: 3%; }

#mc_embed_signup input {
  border: 1px solid #ddd !important; }

#mc_embed_signup .mc-field-group input {
  padding: 8px 5px !important;
  width: 100%; }

#mc_embed_signup .button {
  background-color: #F4725B !important;
  margin: 2px 5px 10px 0 !important;
  padding: 0 5px !important;
  height: 38px !important; }

#footer-newsletter form input[type="text"] {
  width: 72%; }

#footer-newsletter form input[type="submit"] {
  width: 30%; }

#footer-tv {
  width: 36%;
  margin-left: 1%;
  float: right; }

#footer-tv-title {
  width: 65%;
  padding-right: 5%;
  float: left; }

#footer-tv-title h3 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px; }

#footer-tv-image {
  width: 35%;
  float: right;
  height: 54px;
  position: relative; }

#footer-tv-image img {
  position: absolute;
  bottom: 0; }

footer.persistent-footer {
  display: block;
  position: fixed;
  height: 65px;
  width: 100%;
  margin: 0;
  padding: 0; }
  footer.persistent-footer .container {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 40px 0 20px; }
    footer.persistent-footer .container .wrap-ct {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      width: 100%; }
      footer.persistent-footer .container .wrap-ct > div {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0;
        padding: 0; }
      footer.persistent-footer .container .wrap-ct .footer-tv-logo {
        position: relative;
        padding-left: 0px;
        margin-left: 0px;
        height: auto; }
        footer.persistent-footer .container .wrap-ct .footer-tv-logo img {
          display: block;
          position: relative;
          float: left;
          width: 60px;
          height: auto; }
      footer.persistent-footer .container .wrap-ct #footer-flexslider {
        margin: 0 40px;
        padding: 0 10px; }
      footer.persistent-footer .container .wrap-ct #footer-newsletter {
        margin: 0;
        padding: 0 10px; }
        footer.persistent-footer .container .wrap-ct #footer-newsletter #footer-newsletter-header {
          width: 40%; }
        footer.persistent-footer .container .wrap-ct #footer-newsletter form {
          width: 58%; }
      footer.persistent-footer .container .wrap-ct #footer-tv {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-right: 0px; }
        footer.persistent-footer .container .wrap-ct #footer-tv img {
          display: block;
          position: absolute;
          bottom: 0;
          right: -25px; }
        footer.persistent-footer .container .wrap-ct #footer-tv #footer-tv-title {
          padding: 0; }

@media only screen and (max-width: 960px) {
  footer.persistent-footer .container .wrap-ct .footer-tv-logo {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  footer.persistent-footer .container .wrap-ct #footer-flexslider {
    display: none; } }
@media only screen and (max-width: 800px) {
  footer.persistent-footer .container .wrap-ct #footer-newsletter {
    border: none; } }
.footer-full-width {
  display: block;
  position: relative;
  width: 100%; }
  .footer-full-width .onethird {
    display: inline-block;
    position: relative;
    width: 33%;
    float: left; }

.page-footer {
  display: block;
  position: relative;
  top: 20px; }

/*-----------------------------------------------------------------------------------*/
/*  9.  Pages & Templates
/*-----------------------------------------------------------------------------------*/
/* Archive & Search */
.ft-smptitle {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }

.ft-mptitle {
  margin-bottom: 10px; }

.ft-smptitle p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px; }

.ft-smptitle .ft-bauthor {
  margin: 20px 0 10px; }

.ft-catdes {
  margin-top: 20px; }

.ft-catdes p {
  margin-bottom: 10px; }

.ft-smptitle.no-results {
  padding: 0;
  border: 0;
  margin: 0; }

.hentry.archive {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none; }

.hentry.archive .ft-fimg {
  float: left;
  width: 260px;
  margin: 0 25px 20px 0;
  top: 0;
  left: 0; }

.hentry.archive .ft-abpost {
  margin-left: 285px; }

.hentry.archive .ft-ptitle {
  margin-bottom: 5px; }

/* Category Page */
.wrap-ct .ft-smptitle {
  margin: -5px 15px 30px; }

/* Archives Page */
.ft-arlist {
  margin-top: 20px; }

.ft-arlist a {
  color: #222;
  text-decoration: none; }

.ft-arlist a:hover {
  color: #222;
  text-decoration: underline; }

.ft-arlist ul {
  list-style: none;
  margin: 0 0 5px 0; }

.ft-arlist li {
  float: left;
  margin: 0 8px 8px 0; }

.ft-arlist ul li a {
  font-size: 12px;
  display: inline-block;
  background: #f4725b;
  color: #fff;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 5px; }

.ft-arlist ul li a:hover {
  color: #fff;
  text-decoration: underline; }

/* 404 Page & Search Page*/
.error-page #searchform, #content.search #searchform {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative; }

.error-page #searchform h3, #content.search #searchform h3 {
  display: none; }

.error-page #searchform input[type="text"], .error-page #searchform h3, #content.search #searchform input[type="text"] {
  padding: 15px;
  width: 80%; }

.error-page #searchform input[type="submit"], #content.search #searchform input[type="submit"] {
  width: 65px;
  height: 61px;
  margin: 0;
  right: 0;
  position: absolute; }

/* Sticky */
/* Fixed primary in phone */
#wpadminbar {
  position: fixed !important;
  top: 0 !important; }

#content.search .ft-smptitle {
  padding-bottom: 0; }

#content.search #searchform, .error404 #content #searchform {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }
  #content.search #searchform #s, .error404 #content #searchform #s {
    width: 85%;
    padding-left: 30px;
    margin: 5px; }

/*-----------------------------------------------------------------------------------*/
/*  10. Responsive
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1240px) {
  #trending {
    display: none; }

  .wrapper {
    width: 90%;
    max-width: 1210px; }

  .wrap-ct {
    width: 92.7%;
    max-width: 1240px; }

  .primenu li {
    margin-right: 10px; }

  .primenu li.menu-item-has-children {
    margin-right: 20px; }

  .primenu li .ft-submega .sub-menu li {
    padding: 0 10px 0 20px; }

  .hentry {
    width: 30.32222222%;
    margin: 0 1.5% 30px; }

  .hentry.big {
    width: 63.67777777%; }

  .ft-rsingle {
    display: none; }

  .hentry.threefour {
    width: 96.5%; }

  .ft-lsingle {
    width: 100%;
    margin-left: 0; }

  #footer .widget {
    width: 30%; }

  .ft-ftposts .hentry.footer {
    width: 33.3333333%; } }
@media only screen and (max-width: 1100px) {
  .ft-hdleft {
    width: 55%; }

  .ft-share ul li {
    width: 18.4%; }

  .ft-share ul li.ft-spinterest {
    margin-right: 0; }

  .ft-sstumbleupon {
    display: none; } }
@media only screen and (max-width: 960px) {
  a.ft-jpbutton {
    display: inline-block;
    margin-right: 20px; }

  .wrapper {
    width: 95%;
    max-width: 930px; }

  .wrap-ct {
    width: 98.2%;
    max-width: 960px; }

  .width-70 .wrapper {
    width: 95%; }

  #content-wrap {
    margin-right: 0; }

  #sidebar {
    display: none; }

  .hentry {
    width: 46.56%;
    margin: 0 1.7% 30px; }

  .hentry.big, .hentry.threefour {
    width: 96.5%; }

  .ft-ctbox, .single .ft-ctbox {
    padding: 20px; } }
@media only screen and (max-width: 800px) {
  .single-ad-wrap img {
    max-width: 100% !important;
    height: auto !important; } }
@media only screen and (max-width: 800px) {
  .single .ft-single.wrapper #left-fixed-sidebar {
    display: none; } }
@media only screen and (max-width: 600px) {
  .primenu {
    display: none; }

  footer.persistent-footer .container {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

  .wrapper {
    width: 90%;
    min-width: 300px; }

  .wrap-ct {
    width: 90%;
    min-width: 300px; }

  .width-70 .wrapper {
    width: 90%; }

  .ft-hdleft {
    width: 70%; }

  .ft-hdright {
    width: 25%; }

  .ft-icons {
    width: 60px; }

  .ft-icons ul {
    border: 0;
    padding-left: 0; }

  .ft-icons ul li {
    display: none; }

  .ft-icons .search-li {
    display: block; }

  .hentry.big, .hentry.threefour, .single-ad-wrap {
    width: 100%; }

  .top-banner img {
    max-width: 100%;
    height: auto !important; }

  .hentry {
    width: 100%;
    margin: 0 0 30px 0;
    height: auto; }

  .hentry.big {
    width: 100%;
    margin: 0 0 30px 0; }

  .hentry.big .ft-fimg img {
    width: 100%;
    height: auto; }

  .hentry.big {
    height: auto; }

  .ft-ctbox, .single .ft-ctbox {
    padding: 15px; }

  .hentry.single .ft-meta .ft-scategories {
    display: block; }

  .ft-share ul li {
    width: 32%; }

  .ft-share ul li.ft-sgoogle {
    margin-right: 0; }

  .ft-slinkedin {
    display: none; }

  .ft-spinterest {
    display: none; }

  .ft-sstumbleupon {
    display: none; }

  .ft-optin input[type="email"], .ft-optin input[type="text"] {
    width: 80%;
    margin-bottom: 8px;
    border-right: 1px solid #ddd;
    border-radius: 3px; }

  .ft-optin input[type="submit"] {
    border-radius: 3px; }

  .ft-atava, .comment-avatar {
    width: 50px;
    margin-right: 10px; }

  .ft-atinfo, .comment-content {
    margin-left: 60px; }

  .ft-related li {
    width: 100%;
    margin-right: 0; }

  .ft-ftpost {
    width: 50%; }

  .ft-cpleft {
    width: 100%; }

  .ft-cpright {
    float: left;
    position: relative;
    text-align: left;
    margin-top: 30px; }

  .ft-search-hide #searchform {
    width: 280px;
    margin-left: -140px; }

  .ft-search-hide h3 {
    font-size: 16px;
    line-height: 25px;
    margin: -26px auto 1px auto; }

  .ft-search-hide #searchform input[type="text"] {
    width: 210px; }

  .wrap-ct .ft-smptitle {
    margin: -5px 0 30px 0; }

  .hentry.archive .ft-fimg {
    width: 140px;
    margin-right: 15px; }

  .hentry.archive .ft-abpost {
    margin-left: 155px; } }
@media only screen and (max-width: 428px) {
  #footer-newsletter h5 {
    font-size: 12px; }

  #footer-newsletter form input[type="text"] {
    width: 65%; }

  #footer-newsletter form input[type="submit"] {
    width: 30%; } }
@media only screen and (max-width: 400px) {
  textarea {
    width: 91%; }

  .ft-ftpost {
    width: 100%; }

  .ft-share ul li a {
    font-size: 12px; }

  #respond #submit {
    width: 100%; }

  .hentry.archive .ft-fimg {
    width: 100%;
    margin: 0 0 20px 0; }

  .hentry.archive .ft-abpost {
    margin-left: 0; } }
.ft-category {
  font-family: "Oswald" !important; }

/*-----------------------------------------------------------------------------------*/
/*	11.	Flexslider
/*-----------------------------------------------------------------------------------*/
#footer-flexslider {
  margin: 15px 0 0 39px;
  width: 24%;
  float: left;
  background: none;
  border: none;
  -o-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }

#footer-flexslider li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#footer-flexslider a {
  color: #222;
  text-decoration: none; }

.flex-direction-nav {
  margin-top: 5px; }

.flex-direction-nav a {
  background: url("images/slider-nav.png") no-repeat 0 0;
  text-indent: 9999px; }

.flex-direction-nav .flex-prev {
  left: -32px !important;
  opacity: 0.7; }

.flex-direction-nav .flex-next {
  right: -32px !important;
  opacity: 0.7;
  text-align: right;
  background-position: 100% 0; }

.flexslider:hover .flex-prev {
  right: -32px !important; }

.flexslider:hover .flex-next {
  right: -32px !important; }

#left-fixed-sidebar {
  font-size: 0.9em;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  position: relative;
  width: 340px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }
  #left-fixed-sidebar #mid-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 3000px;
    -webkit-transition: padding-bottom 1s;
            transition: padding-bottom 1s; }
    #left-fixed-sidebar #mid-wrap #scroll-container {
      display: block;
      position: relative;
      height: 100%;
      padding-top: 60px;
      padding-bottom: 0px;
      background-color: #FFFFFF;
      overflow: hidden; }
      #left-fixed-sidebar #mid-wrap #scroll-container .tabs-nav {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 60px;
        width: 340px;
        border-right: 1px solid #e0e0e0; }
        #left-fixed-sidebar #mid-wrap #scroll-container .tabs-nav .tabs-innerwrap {
          display: block;
          position: absolute;
          left: 2.5%;
          bottom: 0;
          width: 95%;
          height: 40px; }
        #left-fixed-sidebar #mid-wrap #scroll-container .tabs-nav .tab-nav {
          display: block;
          position: relative;
          float: left;
          width: 32.6665%;
          margin-right: 1%;
          background-color: #e0e0e0;
          color: #333333;
          bottom: 0;
          line-height: 40px;
          text-align: center;
          text-transform: uppercase; }
          #left-fixed-sidebar #mid-wrap #scroll-container .tabs-nav .tab-nav.current {
            background: #f8f8f8;
            font-weight: bold;
            color: #ff3c1f;
            border-top: 1px solid #e0e0e0;
            border-left: 1px solid #e0e0e0;
            border-right: 1px solid #e0e0e0;
            z-index: 2;
            top: 1px; }
        #left-fixed-sidebar #mid-wrap #scroll-container .tabs-nav .tab-nav.reviews {
          margin-right: 0; }
      #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap {
        display: block;
        position: relative;
        clear: both;
        height: 100%;
        padding-bottom: 0px;
        overflow: hidden; }
        #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item {
            width: 100%;
            border-bottom: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            border-left: 1px solid #cccccc;
            clear: both;
            background-color: #f8f8f8; }
            #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item:first-of-type {
              border-top: 1px solid #cccccc; }
            #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item.current {
              border-right: 0px;
              background-color: #FFFFFF;
              box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
              #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item.current .title-wrap {
                color: #ff3c1f; }
            #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item a {
              text-decoration: none;
              color: black; }
              #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item a .post-meta-wrap {
                display: block;
                width: 100%;
                line-height: 20px;
                text-decoration: none;
                padding: 15px 20px 0px 20px;
                color: #aaaaaa; }
                #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item a .post-meta-wrap .view-count {
                  float: right;
                  display: none; }
              #left-fixed-sidebar #mid-wrap #scroll-container .inner-wrap .left-cat-nav .cat-item a .title-wrap {
                display: block;
                float: left;
                font-size: 1.2em;
                line-height: 22px;
                width: 100%;
                padding: 0px 20px 15px 20px;
                color: #000000; }
  #left-fixed-sidebar .is-sticky #mid-wrap {
    -webkit-transition: padding-bottom 1s;
            transition: padding-bottom 1s; }

.left-nav-ad {
  display: block;
  height: 270px;
  width: 340px;
  padding: 10px 0 10px 20px;
  margin: 0;
  width: 340px;
  padding: 0;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.left-tall-nav-ad {
  display: block;
  position: relative;
  height: 620px;
  width: 340px;
  padding: 10px 0 10px 20px !important;
  margin: 0;
  width: 340px;
  padding: 0;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.single-ad-wrap {
  display: block;
  position: relative;
  background-color: #F0F0F0;
  padding: 10px 0;
  text-align: center; }

#nav-news, #nav-popular, #nav-reviews, #nav-ads {
  display: block;
  position: absolute; }

.neo-meta .view-count {
  display: none; }

.left-cat-nav.sidebar-ads {
  height: 2000px; }

.inner-wrap ul .upper-ad-space {
  display: block;
  position: relative;
  height: 284px; }
.inner-wrap ul .lower-ad-space {
  display: block;
  position: relative;
  height: 600px; }
.inner-wrap ul .cat-item {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 94px;
  width: 338px; }
  .inner-wrap ul .cat-item .title-wrap {
    display: block;
    position: relative;
    height: 45px; }
.inner-wrap ul #left-upper-ad {
  display: block;
  position: absolute;
  width: 300px;
  height: 250px;
  left: 20px;
  top: 296px; }
.inner-wrap ul #left-lower-ad {
  display: block;
  position: absolute;
  top: 965px;
  left: 110px;
  height: 600px;
  width: 120px; }

.tabs-innerwrap .tab-nav {
  cursor: pointer; }

.temp300-ad {
  display: block;
  height: 250px;
  width: 300px;
  margin: 0;
  padding: 0; }

.mrt-img-full {
  width: 100%;
  height: auto; }
  .mrt-img-full img {
    width: 100%;
    height: auto; }

.single .ft-single {
  border: none; }
.single .wrapper {
  width: 100%;
  max-width: 1600px; }
.single #main {
  background: #ffffff; }

.home .wrapper {
  width: 100%;
  max-width: 1600px; }

.content-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.single .ft-single.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .single .ft-single.wrapper #left-fixed-sidebar {
    -webkit-flex: 0 0 340px;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px; }
    .single .ft-single.wrapper #left-fixed-sidebar #scroll-container {
      width: 340px; }
  .single .ft-single.wrapper #content-wrap {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.review-right-innerpanel {
  float: right;
  width: 300px;
  font-size: 15px;
  color: #333;
  text-align: left;
  top: 0;
  right: 0;
  margin-bottom: 30px;
  margin-left: 20px; }
  .review-right-innerpanel p {
    display: block;
    font-size: 16px;
    margin: 3px 0 0 0;
    text-transform: uppercase; }
    .review-right-innerpanel p a {
      color: #333;
      text-decoration: none; }
  .review-right-innerpanel span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-bottom: 10px; }
    .review-right-innerpanel span a {
      color: #999;
      text-decoration: none; }
      .review-right-innerpanel span a:hover {
        color: #f4725b; }

.right-inner-bar {
  display: block;
  position: relative;
  float: right;
  width: 300px;
  height: auto; }

.ft-spostbox .content-full {
  display: block;
  position: relative;
  margin-right: -340px;
  float: left; }

.metapanel {
  display: block;
  width: 100%;
  border: none; }

.sidebar-active {
  margin-right: 340px; }

.neo-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em; }
  .neo-meta .ft-scategories {
    padding-right: 10px; }
    .neo-meta .ft-scategories a {
      background-color: #666666;
      color: #ffffff;
      padding: 5px 15px;
      text-decoration: none; }
      .neo-meta .ft-scategories a:hover {
        background-color: #888888;
        text-decoration: underline; }
  .neo-meta time {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left; }
  .neo-meta div {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.hentry.single .ft-fimg.mrt-img-full {
  margin-bottom: 10px; }

.single .ft-rsshare time {
  text-align: center; }
.single .ft-rsshare ul {
  float: right; }

.ft-logo {
  margin-top: 7.5px !important;
  margin-left: 1.13636363636%; }

.single .ft-logo {
  left: 20px; }

.ps-container .ps-scrollbar-y {
  right: 0 !important; }

#alerts, #alerts2 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 10px;
  line-height: 13px;
  border: 1px solid #000000;
  padding: 2px; }

img.shrink {
  margin-right: 20px;
  float: left; }

.single .ft-entry img {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

.back-top span {
  background-color: rgba(255, 255, 255, 0.2); }

.top-banner.threefour {
  width: 96.5%; }
  .top-banner.threefour li {
    list-style: none; }

.right-sidebar-active {
  margin-right: 340px; }

footer .row {
  width: 100%; }
  footer .row .col-md-4 {
    display: inline-block;
    position: relative;
    width: 33%;
    text-align: center; }

@media screen and (max-width: 680px) {
  .page-spacer-single {
    display: none; }

  .ft-hdright {
    width: auto; } }
@media screen and (max-width: 870px) {
  .ft-icons {
    display: none; }

  .ft-menu {
    margin-right: 20px;
    width: auto; } }
@media screen and (max-width: 680px) {
  header#header {
    position: relative; }

  footer.persistent-footer {
    position: relative;
    display: none; }

  header#header .ft-logo {
    left: 80px; } }
#subheader {
  display: block;
  position: relative;
  width: 100%; }

#subheader .mean-bar {
  min-height: 0;
  padding: 0; }
  #subheader .mean-bar .mean-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0; }
    #subheader .mean-bar .mean-nav ul li a.mean-expand {
      height: 27px; }

#subheader .mean-bar > a {
  display: block;
  position: absolute;
  top: -51px;
  color: black; }
  #subheader .mean-bar > a span {
    background: black; }

footer.persistent-footer {
  position: relative;
  height: 0; }
  footer.persistent-footer .container {
    display: none; }

footer.persistent-footer {
  display: none; }

.content-full .ft-entry > p:first-of-type > a > img {
  display: none; }

.content-full .ft-entry > p:first-of-type > img {
  display: none; }

.admin {
  display: block;
  position: fixed;
  border: 1px solid #0000e4;
  padding: 5px;
  background-color: #8989ff;
  color: #000000;
  right: 40px;
  top: 150px;
  opacity: 0.3;
  z-index: 99999; }

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