/*
Theme Name: 15Zine
Theme URI: http://themeforest.net/item/15zine-hd-magazine-newspaper-wordpress-theme/10802918/
Author: Cubell
Author URI: http://themeforest.net/user/cubell
Description: Responsive, modern and clean Wordpress Theme
Version: 1.3
License: http://themeforest.net/licenses/regular_extended
License URI: http://themeforest.net/licenses/regular_extended
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

td, th, ul, ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
TYPOGRAPHY
*********************/
/*********************
TRANSITION
*********************/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
.onecol {
  width: 100%;
}

.twocol {
  width: 100%;
}

.threecol {
  width: 100%;
}

.fourcol {
  width: 100%;
}

.fivecol {
  width: 100%;
}

.sixcol {
  width: 100%;
}

.sevencol {
  width: 100%;
}

.eightcol {
  width: 100%;
}

.ninecol {
  width: 100%;
}

.tencol {
  width: 100%;
}

.elevencol {
  width: 100%;
}

.twelvecol {
  width: 100%;
}

/*------------------------------------------------------------------
[1. Content]
*/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  color: #484848;
}

img:not(.boxer-image) {
  max-width: 100%;
}

.cb-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cb-link-overlay {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: 0.5s opacity ease;
  -transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}

.cb-sidebar {
  margin-top: 20px;
  padding: 20px;
}

.cb-main {
  margin-top: 20px;
}

.cb-pre-load > div, .cb-pre-load > ul, .cb-pre-load > article, .cb-infinite-load a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: 0.25s opacity ease;
  -transition: 0.25s opacity ease;
  transition: 0.25s opacity ease;
  -moz-transition: none;
}

.cb-pre-load:before {
  margin-top: -30px;
  margin-left: -20px;
  font-family: 'fontawesome';
  content: '\f110';
  -webkit-animation: cb-spinner 4s infinite linear;
  -moz-animation: cb-spinner 4s infinite linear;
  animation: cb-spinner 4s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.25s opacity ease;
  -transition: 0.25s opacity ease;
  transition: 0.25s opacity ease;
}

#main.cb-pre-load:before {
  content: '';
}

.cb-dark-loader.cb-pre-load:before {
  color: #fff;
}

.cb-light-loader.cb-pre-load:before {
  color: #161616;
}

.cb-pre-load.cb-pro-load:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.cb-pre-load.cb-pro-load > div, .cb-pre-load.cb-pro-load > ul, .cb-pre-load.cb-pro-load > form, .cb-pre-load.cb-pro-load > article, .cb-infinite-load .cb-pre-load {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.cb-hidden {
  display: none;
}

.cb-mask {
  margin: 0;
  position: relative;
  overflow: hidden;
}

#cb-bg-to {
  top: 0;
  left: 0;
  position: fixed;
  display: inline;
  width: 100%;
  cursor: pointer;
  height: 100%;
}

.cb-bg-to-on #cb-container, .cb-bg-to-on #cb-footer, .cb-bg-to-on #cb-top-menu {
  position: relative;
}

article.sticky .cb-mask:before {
  content: "\f08d";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  z-index: 15;
  left: 0;
  color: #666;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.cb-read-more {
  text-transform: uppercase;
  padding-left: 3px;
  -webkit-transition: 0.35s background, 0.35s color;
  -transition: 0.35s background, 0.35s color;
  transition: 0.35s background, 0.35s color;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 700;
}

.cb-body-light .cb-breadcrumbs a {
  color: #161616;
}
.cb-body-light .widget_tag_cloud a, .cb-body-light .tags-title, .cb-body-light .cb-tags a, .cb-body-light .bbp-topic-tags a {
  color: #161616;
  border: 1px solid #161616;
}
.cb-body-light .cb-fis-block-video {
  background: #fff;
}
.cb-body-light .cb-text-buttons a {
  color: #161616;
}
.cb-body-light .cb-fis-title-bg {
  background: #fff;
}
.cb-body-light .cb-byline-short {
  color: #777;
}
.cb-body-light .cb-byline-short a {
  color: #777;
}
.cb-body-light blockquote {
  color: #161616;
}
.cb-body-light .cb-slider.cb-meta-below .slides .cb-byline, .cb-body-light .cb-slider.cb-meta-below .slides .cb-byline a {
  color: #777;
}
.cb-body-light .cb-contact-icon i {
  color: #161616;
}
.cb-body-light .cb-pagination a, .cb-body-light .cb-entry-content .cb-pagination a {
  color: #161616;
  border: 1px solid #161616;
}
.cb-body-light .cb-pagination a:hover, .cb-body-light .cb-entry-content .cb-pagination a:hover {
  background: #161616;
  color: #fff;
}
.cb-body-light .cb-pagination .current, .cb-body-light .cb-pagination > .cb-page, .cb-body-light .cb-entry-content .cb-pagination .current, .cb-body-light .cb-entry-content .cb-pagination > .cb-page {
  background: #161616;
  border: 1px solid #161616;
  color: #fff;
}
.cb-body-light .cb-widget-title {
  border-bottom: 3px solid #161616;
}
.cb-body-light .cb-sidebar-widget a {
  color: #161616;
}
.cb-body-light .cb-toggler, .cb-body-light .cb-toggle {
  color: #161616;
}
.cb-body-light .cb-tabs > ul li a {
  color: #999;
}
.cb-body-light .cb-tabs > ul li a:hover {
  color: #666;
}
.cb-body-light .cb-tabs > ul .current {
  border-bottom: #161616 3px solid;
}
.cb-body-light .cb-tabs > ul .current a {
  color: #161616;
}
.cb-body-light .cb-read-more {
  color: #161616;
}
.cb-body-light .cb-next-previous i {
  color: #000;
}
.cb-body-light .cb-separated {
  border-bottom: 1px dotted #ddd;
}
.cb-body-light .cb-article-small.cb-separated {
  border-bottom: 1px dotted #ddd;
}
.cb-body-light .cb-module-header .cb-module-title a {
  color: #161616;
}
.cb-body-light .cb-module-header .cb-module-title a:hover {
  color: #444;
}
.cb-body-light .cb-module-header .cb-module-title:after {
  background: #161616;
}
.cb-body-light #cb-content, .cb-body-light .cb-hp-section {
  background: #fff;
}
.cb-body-light .cb-sidebar {
  background: #f2f2f2;
  margin-bottom: 30px;
}
.cb-body-light .cb-byline {
  color: #777;
}
.cb-body-light .cb-byline a {
  color: #777;
}
.cb-body-light h1, .cb-body-light h2, .cb-body-light h3, .cb-body-light h4, .cb-body-light h5 {
  color: #161616;
}
.cb-body-light .cb-module-block .cb-post-title a {
  color: #161616;
}
.cb-body-light .cb-post-meta {
  color: #868686;
}
.cb-body-light .cb-post-meta .cb-element a {
  color: #868686;
  background: #e9e9e9;
}
.cb-body-light .cb-post-meta .cb-element:hover {
  color: #f2f2f2;
}
.cb-body-light .cb-post-meta .cb-element:hover a {
  color: #f2f2f2;
  background: #161616;
}
.cb-body-light .cb-post-meta .cb-views {
  background: #e9e9e9;
}
.cb-body-light .cb-post-meta .cb-views:hover {
  color: #868686;
  background: #e9e9e9;
}
.cb-body-light .cb-post-block-bg {
  background: #f2f2f2;
}
.cb-body-light .cb-article-footer .cb-title, .cb-body-light .cb-article-footer #reply-title {
  color: #161616;
}
.cb-body-light .cb-article-footer .cb-title-header {
  border-bottom: 5px solid #161616;
}
.cb-body-light #cb-author-box .cb-meta a {
  color: #161616;
}
.cb-body-light .cb-meta-below .slides li .cb-post-title a {
  color: #161616;
}
.cb-body-light .cb-multi-widget .tabbernav li a {
  color: #777;
}
.cb-body-light .cb-multi-widget .tabbernav .tabberactive a {
  color: #161616;
  border-bottom: #161616 3px solid;
}
.cb-body-light .commentlist .comment .cb-comment-body .comment-author .fn a {
  color: #202020;
}
.cb-body-light .commentlist .comment .cb-comment-body .comment-author time a {
  color: #9a9a9a;
}
.cb-body-light .commentlist .comment .cb-comment-body .comment-reply-link, .cb-body-light .commentlist .comment .cb-comment-body .comment-edit-link {
  color: #4D4D4D;
}
.cb-body-light .commentlist .comment .cb-comment-body .alert p {
  color: #4D4D4D;
}
.cb-body-light .commentlist article {
  border-bottom: 1px solid #ddd;
}
.cb-body-light #commentform input, .cb-body-light #commentform textarea {
  background: #f2f2f2;
  color: #858585;
}
.cb-body-light #commentform input:focus, .cb-body-light #commentform textarea:focus {
  background: #e1e1e1;
}
.cb-body-light #commentform #submit, .cb-body-light #commentform label {
  color: #161616;
}
.cb-body-light #commentform #submit {
  border: 2px solid #161616;
  background: transparent;
}
.cb-body-light #commentform #submit:hover {
  background: #161616;
  color: #f2f2f2;
}
.cb-body-light .wpcf7-submit {
  color: #161616;
  border: 2px solid #161616;
  background: transparent;
}
.cb-body-light .wpcf7-submit:hover {
  background: #161616;
  color: #f2f2f2;
}
.cb-body-light .bypostauthor > article {
  border-bottom: 1px solid #ddd;
}
.cb-body-light .cb-review-box {
  color: #161616;
}
.cb-body-light .cb-review-box .cb-conclusion {
  padding-bottom: 20px;
}
.cb-body-light .cb-review-box .cb-review-area {
  background: #f2f2f2;
}
.cb-body-light .cb-review-box .cb-review-title {
  color: #161616;
}
.cb-body-light .cb-review-box .cb-bar {
  color: #161616;
}
.cb-body-light .cb-review-box .cb-bar #cb-vote .cb-votes-count {
  color: #808080;
}
.cb-body-light .cb-review-box .cb-bar .cb-overlay {
  background: #e0e0e0;
}
.cb-body-light .cb-review-box .cb-overlay-stars .cb-opacity {
  background: #f2f2f2;
}
.cb-body-light .cb-review-box .cb-title {
  color: #161616;
}
.cb-body-light .cb-review-box .cb-score-box {
  color: #161616;
  border-color: #161616;
}
.cb-body-light .cb-review-box .cb-score-box i {
  color: #161616;
}
.cb-body-light .cb-grid-x .cb-grid-feature {
  border-color: #fff;
}
.cb-body-light .cb-author-details.cb-sidebar h3 a {
  color: #161616;
}
.cb-body-light .cb-entry-content .alignleft .wp-caption-text, .cb-body-light .cb-entry-content .alignright .wp-caption-text, .cb-body-light .cb-entry-content .aligncenter .wp-caption-text {
  color: #464646;
}
.cb-body-light .cb-entry-content .alignnone.cb-fs-embed .wp-caption-text {
  background: #f2f2f2;
  color: #464646;
}

.cb-body-dark {
  color: #C5C5C5;
  background: #161616;
}
.cb-body-dark .cb-breadcrumbs a {
  color: #f2f2f2;
}
.cb-body-dark .widget_tag_cloud a, .cb-body-dark .tags-title, .cb-body-dark .cb-tags a, .cb-body-dark .bbp-topic-tags a {
  color: #C5C5C5;
  border: 1px solid #C5C5C5;
}
.cb-body-dark .cb-fis-block-video {
  background: #161616;
}
.cb-body-dark .cb-read-more {
  color: #f2f2f2;
}
.cb-body-dark .cb-fis-title-bg {
  background: #161616;
}
.cb-body-dark .cb-text-buttons a {
  color: #f2f2f2;
}
.cb-body-dark .cb-slider.cb-meta-below .slides .cb-byline, .cb-body-dark .cb-slider.cb-meta-below .slides .cb-byline a {
  color: #777;
}
.cb-body-dark blockquote {
  color: #f2f2f2;
}
.cb-body-dark .cb-entry-content .alignleft .wp-caption-text, .cb-body-dark .cb-entry-content .alignright .wp-caption-text, .cb-body-dark .cb-entry-content .aligncenter .wp-caption-text {
  color: #999;
}
.cb-body-dark .cb-entry-content .alignnone.cb-fs-embed .wp-caption-text {
  background: #161616;
  color: #999;
}
.cb-body-dark .cb-pagination a, .cb-body-dark .cb-entry-content .cb-pagination a {
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.cb-body-dark .cb-pagination a:hover, .cb-body-dark .cb-entry-content .cb-pagination a:hover {
  background: #f2f2f2;
  color: #161616;
}
.cb-body-dark .cb-pagination .current, .cb-body-dark .cb-pagination > .cb-page, .cb-body-dark .cb-entry-content .cb-pagination .current, .cb-body-dark .cb-entry-content .cb-pagination > .cb-page {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #161616;
}
.cb-body-dark .cb-tabs > ul li a {
  color: #555;
}
.cb-body-dark .cb-tabs > ul li a:hover {
  color: #f2f2f2;
}
.cb-body-dark .cb-tabs > ul .current {
  border-bottom: #f2f2f2 3px solid;
}
.cb-body-dark .cb-tabs > ul .current a {
  color: #f2f2f2;
}
.cb-body-dark .cb-contact-icon i {
  color: #fff;
}
.cb-body-dark .cb-sidebar-widget a {
  color: #f2f2f2;
}
.cb-body-dark .cb-toggler, .cb-body-dark .cb-toggle {
  color: #f2f2f2;
}
.cb-body-dark .cb-next-previous i {
  color: #f2f2f2;
}
.cb-body-dark .cb-module-header a {
  color: #f2f2f2;
}
.cb-body-dark .cb-module-header a:hover {
  color: #E0E0E0;
}
.cb-body-dark .cb-module-header .cb-module-title:after {
  background: #f2f2f2;
}
.cb-body-dark .cb-separated {
  border-bottom: 1px dotted #282828;
}
.cb-body-dark .cb-article-small.cb-separated {
  border-bottom: 1px dotted #282828;
}
.cb-body-dark #cb-content, .cb-body-dark .cb-hp-section {
  background: #161616;
}
.cb-body-dark .cb-sidebar {
  background: #0F0F0F;
  margin-bottom: 30px;
}
.cb-body-dark h1, .cb-body-dark h2, .cb-body-dark h3, .cb-body-dark h4, .cb-body-dark h5 {
  color: #f2f2f2;
}
.cb-body-dark .cb-byline {
  color: #f2f2f2;
}
.cb-body-dark .cb-byline a {
  color: #f2f2f2;
}
.cb-body-dark .cb-fis h1 {
  color: #f2f2f2;
}
.cb-body-dark .cb-fis-big .cb-meta h1 {
  color: #fff;
}
.cb-body-dark .cb-module-block .cb-post-title a {
  color: #f2f2f2;
}
.cb-body-dark .cb-post-meta {
  color: #e9e9e9;
}
.cb-body-dark .cb-post-meta .cb-element a {
  color: #e9e9e9;
  background: #161616;
}
.cb-body-dark .cb-post-meta .cb-element:hover {
  color: #161616;
}
.cb-body-dark .cb-post-meta .cb-element:hover a {
  color: #161616;
  background: #e9e9e9;
}
.cb-body-dark .cb-post-meta .cb-views {
  background: #161616;
}
.cb-body-dark .cb-post-meta .cb-views:hover {
  color: #e9e9e9;
  background: #161616;
}
.cb-body-dark .cb-byline-short {
  color: #777;
}
.cb-body-dark .cb-byline-short a {
  color: #777;
}
.cb-body-dark .cb-post-block-bg {
  background: #0F0F0F;
}
.cb-body-dark .cb-article-footer .cb-title, .cb-body-dark .cb-article-footer #reply-title {
  color: #f2f2f2;
}
.cb-body-dark .cb-article-footer .cb-title-header {
  border-bottom: 5px solid #161616;
}
.cb-body-dark #cb-author-box .cb-meta a {
  color: #f2f2f2;
}
.cb-body-dark .cb-meta-below .slides li .cb-meta .cb-byline {
  color: #f2f2f2;
}
.cb-body-dark .cb-meta-below .slides li .cb-meta .cb-byline a {
  color: #f2f2f2;
}
.cb-body-dark .cb-meta-below .slides li a {
  color: #f2f2f2;
}
.cb-body-dark .cb-multi-widget .tabbernav li a {
  color: #777;
}
.cb-body-dark .cb-multi-widget .tabbernav .tabberactive a {
  color: #f2f2f2;
  border-bottom: #f2f2f2 3px solid;
}
.cb-body-dark .commentlist .comment .cb-comment-body .comment-author .fn a {
  color: #f2f2f2;
}
.cb-body-dark .commentlist .comment .cb-comment-body .comment-author time a {
  color: #9a9a9a;
}
.cb-body-dark .commentlist .comment .cb-comment-body .comment-reply-link, .cb-body-dark .commentlist .comment .cb-comment-body .comment-edit-link {
  color: #9a9a9a;
}
.cb-body-dark .commentlist .comment .cb-comment-body .alert p {
  color: #9a9a9a;
}
.cb-body-dark .commentlist article {
  border-bottom: 1px solid #202020;
}
.cb-body-dark #commentform input, .cb-body-dark #commentform textarea {
  background: #0F0F0F;
  color: #858585;
}
.cb-body-dark #commentform input:focus, .cb-body-dark #commentform textarea:focus {
  background: #111;
}
.cb-body-dark #commentform #submit, .cb-body-dark #commentform label {
  color: #4D4D4D;
}
.cb-body-dark #commentform #submit {
  background: #0F0F0F;
}
.cb-body-dark #commentform #submit:hover {
  background: #111;
}
.cb-body-dark .wpcf7-submit {
  color: #858585;
  background: #0F0F0F;
}
.cb-body-dark .wpcf7-submit:hover {
  background: #111;
}
.cb-body-dark .bypostauthor > article {
  border-bottom: 1px solid #202020;
}
.cb-body-dark .cb-review-box {
  color: #f2f2f2;
}
.cb-body-dark .cb-review-box .cb-review-area {
  background: #0F0F0F;
}
.cb-body-dark .cb-review-box .cb-review-title {
  color: #f2f2f2;
}
.cb-body-dark .cb-review-box .cb-bar {
  color: #f2f2f2;
}
.cb-body-dark .cb-review-box .cb-bar #cb-vote .cb-votes-count {
  color: #808080;
}
.cb-body-dark .cb-review-box .cb-bar .cb-overlay {
  background: #1F1F1F;
}
.cb-body-dark .cb-review-box .cb-title {
  color: #f2f2f2;
}
.cb-body-dark .cb-review-box .cb-score-box {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.cb-body-dark .cb-review-box .cb-score-box i {
  color: #f2f2f2;
}
.cb-body-dark .cb-review-box .cb-overlay-stars .cb-opacity {
  background: #0F0F0F;
}
.cb-body-dark .cb-grid-x .cb-grid-feature {
  border-color: #161616;
}
.cb-body-dark .cb-author-details.cb-sidebar h3 a {
  color: #f2f2f2;
}

.cb-footer-dark .cb-footer-widget-title {
  color: #f2f2f2;
  border-bottom: 0;
}
.cb-footer-dark #cb-footer {
  background-color: #10100f;
}
.cb-footer-dark #cb-footer a {
  color: #eee;
}
.cb-footer-dark #cb-footer .cb-byline-short a {
  color: #777;
}
.cb-footer-dark #cb-footer .cb-arrows-tr .flex-direction-nav a {
  color: #161616;
}
.cb-footer-dark #cb-footer .cb-article-small.cb-separated {
  border-bottom: 1px dotted #282828;
}
.cb-footer-dark #cb-footer .cb-multi-widget .tabbernav .tabberactive a {
  border-bottom: #f2f2f2 3px solid;
}
.cb-footer-dark .cb-footer-lower {
  background: #0c0c0b;
  color: #a6a6a6;
}
.cb-footer-dark .cb-footer-lower a {
  color: #a6a6a6;
}
.cb-footer-dark .cb-footer-lower .cb-to-top a {
  color: #fff;
}
.cb-footer-dark .cb-to-top a i {
  border: 2px solid #fff;
}

.cb-footer-light .cb-footer-widget-title {
  color: #161616;
  border-bottom: 0;
}
.cb-footer-light #cb-footer {
  background-color: #f2f2f2;
}
.cb-footer-light #cb-footer a {
  color: #161616;
}
.cb-footer-light #cb-footer .cb-byline-short a {
  color: #777;
}
.cb-footer-light #cb-footer .cb-arrows-tr .flex-direction-nav a {
  color: #161616;
}
.cb-footer-light #cb-footer .cb-article-small.cb-separated {
  border-bottom: 1px dotted #ddd;
}
.cb-footer-light .cb-footer-lower {
  background: #e1e1e1;
  color: #999;
}
.cb-footer-light .cb-footer-lower a {
  color: #999;
}
.cb-footer-light .cb-footer-lower .cb-to-top a {
  color: #161616;
}
.cb-footer-light .cb-to-top a i {
  border: 2px solid #161616;
}

/*********************
ANIMATION
*********************/
@-moz-keyframes cb-spinner {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes cb-spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cb-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cb-ani-fade-in-2-5s {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: cb-ani-fade-in 2.5s ease forwards;
  -webkit-animation: cb-ani-fade-in 2.5s ease forwards;
}

.cb-ani-fade-in-1s {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: cb-ani-fade-in 1s ease forwards;
  -webkit-animation: cb-ani-fade-in 1s ease forwards;
}

.cb-ani-fade-in-1-5s {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: cb-ani-fade-in 1.5s ease forwards;
  -webkit-animation: cb-ani-fade-in 1.5s ease forwards;
}

.cb-ani-fade-in-0-5s {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: cb-ani-fade-in 0.5s ease forwards;
  -webkit-animation: cb-ani-fade-in 0.5s ease forwards;
}

@keyframes cb-ani-fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-webkit-keyframes cb-ani-fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-moz-keyframes cb-ani-fade-in {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.cb-ani-fade-out {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  animation: cb-ani-fade-out 2.5s ease forwards;
  -webkit-animation: cb-ani-fade-out 2.5s ease forwards;
}

.cb-ani-fade-out-fast {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  animation: cb-ani-fade-out 0.5s ease forwards;
  -webkit-animation: cb-ani-fade-out 0.5s ease forwards;
}

@keyframes cb-ani-fade-out {
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes cb-ani-fade-