
.h3,
.h6,
h3 {
    margin-bottom: 11px
}

a {
  transition: 0.3s all 0s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.col-xs-15,
.navbar-toggle,
.thumbnail.right-caption {
    float: left
}

.navbar-toggle {
  padding: 20px 8px;
  margin: 0;
}

.result_img,
.scrollable-menu {
    max-height: 200px
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

@media (max-width:768px) {
    .menu {
        text-align: center
    }
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

.h1,
.h5,
h1,
h5 {
    font-weight: 300
}

.h1,
h1 {
    font-size: 32px
}

.h2,
h2 {
    font-size: 24px
}

.h3,
h3 {
    margin-top: 22px;
    font-size: 20px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 32px
}

.h6,
h6 {
    font-weight: 400;
    font-size: 30px
}

.h6 {
    margin-top: 11px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
    .lead {
        font-size: 24px
    }
}

.small,
small {
    font-size: 87%
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

@media (max-width:400px) {
    h2 {
        font-size: 38px
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

.container {
    max-width: 1100px;
}

.table {
    margin-bottom: 22px
}

@media screen and (max-width:767px) {
    .table-responsive {
        margin-bottom: 16.5px
    }
}

.title-1,
.title-2,
.title-3 {
    font-size: 20px;
    font-weight: 500
}

.title-1,
.title-1 a {
    color: #6bcc9e
}

.title-2,
.title-2 a {
    color: #2962ff
}

.title-3,
.title-3 a {
    margin-top: 0;
    color: #424242
}

.title-4 {
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 100
}

b,
strong {
    font-weight: 500
}

.fineprint,
label {
    font-weight: 300
}

.form-inline a {
    letter-spacing: -5px
}

.form-inline * {
    letter-spacing: normal
}

fieldset {
    margin-top: 35px
}

.legend {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    font-size: 26px
}

.legend:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    display: block;
    content: ' ';
    border-bottom: 1px solid #efece2
}

.form-horizontal .control-label {
    text-align: left
}

.display-none {
    display: none
}

.fineprint {
    font-size: 13px;
    font-style: italic
}

.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    font-size: 14px;
    border-radius: 2px
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 16px;
    font-size: 20px;
    border-radius: 2px
}

.btn {
    text-transform: uppercase;
    font-size: 14px
}

.btn-square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-xlg {
    padding: 20px 35px;
    font-size: 15px
}

.btn-default {
    color: #fff;
    background-color: #7ecb9f;
    border-color: #7ecb9f
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #5abc84;
    border-color: #52b97f
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #7ecb9f;
    border-color: #7ecb9f
}

.btn-default .badge {
    color: #7ecb9f;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #ee2919;
    border-color: #dd2010
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c51c0f;
    border-color: #a4180c
}

.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active {
    background-color: #ee2919;
    border-color: #dd2010
}

.btn-danger .badge {
    color: #ee2919;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #7ecb9f;
    border-color: #6cc491
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #5abc84;
    border-color: #46ad72
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #7ecb9f;
    border-color: #6cc491
}

.btn-success .badge {
    color: #7ecb9f;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #37b6f6;
    border-color: #1fadf5
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #0ba3ef;
    border-color: #098bcd
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #37b6f6;
    border-color: #1fadf5
}

.btn-info .badge {
    color: #37b6f6;
    background-color: #fff
}

.my-form-control {
    padding: 0 15px;
    border: 1px solid #f5f5f4;
    background: #f5f5f4;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control-xlg {
    padding: 20px 25px;
    background: #eceff1;
    width: 190px
}

.nav>li>a {
    padding: 0 5px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

.nav-vertical>li>a {
    padding: 18px 40px 18px 0;
    border-right: 5px solid #fff;
    font-weight: 400;
    color: #263238
}

.nav-vertical .active a,
.nav-vertical a:active,
.nav-vertical a:focus,
.nav-vertical a:hover {
    color: #fe2b00;
    border-color: #f42700;
    background: 0 0!important
}

.nav-vertical li,
aside {
    border-right: 1px solid #efece2
}

.nav-vertical li {
    margin-bottom: 0;
    border-bottom: 1px solid #efece2
}

.navbar,
hr {
    margin-bottom: 22px
}

.nav-tabs>li>a {
    border-radius: 2px 2px 0 0
}

ol,
ul {
    padding-left: 0;
    margin-left: 15px
}

main li {
    margin-bottom: .5em
}

.icon {
    font-family: socicon;
    text-transform: lowercase
}

.footerlink,
.more,
.navbar-brand {
    text-transform: uppercase
}

.youtube-icon {
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../img/icons/youtube.png) center no-repeat
}

#gplus-icon {
    background: url(../img/icons/gplus-bn.png) center no-repeat
}

#gplus-icon:hover {
    background-image: url(../img/icons/gplus-32.png)
}

.navbar-toggle .icon-bar {
    height: 1px;
    width: 16px;
    background: #FFFFFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

#main-nav,
body {
    background: #f2efe3;
    overflow-x: hidden;
}

body {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    color: #37474f
}

.img-rounded,
.img-thumbnail {
    border-radius: 2px
}

hr {
    margin-top: 22px
}

#header {
    background: #fff
}

#main-nav {
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to left, #ff5930, #ff2700);
    border-bottom: 1px solid #FF7D66;
}

#main-nav .btn {
    font-size: 18px;
    height: 34px;
    border-radius: 0;
    margin-left: 1px
}

.form-control {
    height: 36px;
    font-size: 16px
}

#main-nav .form-control {
    height: 34px;
    font-size: 18px;
    background: #f8fafc
}

.navbar-brand {
  padding: 16px 16px 16px 4px;
  height: 54px;
}

.navbar-brand span {
    font-weight: 400;
    color: #3c4a50
}

.navbar-brand>img {
  height: 18px;
}

li.locale a,
li.locale {
  color: white;
  font-size: 14px;
}

.meta span,
.more {
    font-weight: 500
}

.navbar-form {
    margin: 0;
    padding: 0
}

#navdays {
    margin-top: 7px;
    text-align: center
}

#navdays a.left {
    color: rgba(184, 97, 97, .5);
    letter-spacing: -5px
}

#navdays a {
    color: rgba(184, 97, 97, .5);
    letter-spacing: -2px
}

#navdays a:hover,
a:active {
    color: red;
    text-decoration: none
}

.vertical-align {
    display: flex;
    align-items: center
}

#content-store {
    padding: 75px 0 100px;
    background: #fff;
    overflow-x: hidden;
}

#content {
    padding: 54px 0 0 0;
    background: #fff;
    overflow-x: hidden;
}

.navbar-right {
  margin-right: 0;
  padding-right: 12px;
}

main {
    margin-left: 15px
}

aside {
    padding-right: 40px
}

.box-soldi {
    padding: 0px 0
}

.box {
    padding: 20px 0
}

.box h1 {
  margin-top: 10px;
}

.box-small {
    padding: 45px 0
}

@media (max-width:768px) {
  .navbar-brand {
      padding: 18px 8px;
  }

  h1 {
    font-size: 24px;
  }

  .box h1 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
  }

  .box h2 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 400;
  }

  .box p {
    font-size: 16px;
  }
}

.padded-img {
    padding-right: 20px
}

.box-alt {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f6ed
}

.padded-img {
    padding-bottom: 20px
}

.btn-fixed-wid {
    min-width: 310px;
    margin-bottom: 5px
}

.arrow-down {
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -37px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid #F3E8C0
}

.arrow-col1 {
    border-top: 40px solid #fff
}

.arrow-col2 {
    border-top: 40px solid #f8f6ed
}

.connector {
    left: 50%;
    color: red;
    font-size: 16pt
}

.box-description {
    margin-bottom: 1em;
    font-size: 1.25em
}

.meta {
    font-size: 16px;
}

.thumbnail {
    padding: 0;
    border: 0;
    background-color: inherit
}

.aff_thumbnails {
    margin: 10px;
    min-height: 240px
}

.aff_thumbnails img {
    max-width: 200px;
    height: 140px;
    margin-bottom: 10px;
    margin-right: 10px
}

#footer {
    padding: 30px;
    background: #f8f5ee;
    bottom: 0;
    margin-top: 50px;
    width: 100%;
}

#footer ul li {
    color: white;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    text-transform: none;
}

#footer .image {
  display: block;
  text-align: center;
}

#footer .image img {
  width: 150px;
  margin-bottom: 20px;
}

.thumbnail.right-caption>img {
    float: left;
    margin-right: 9px
}

.thumbnail.right-caption>.caption {
    padding: 20px;
}

@media (min-width:768px) {
    .img-full-width {
        float: left;
        width: 100%
    }
    .thumbnail.right-caption {
        width: 100%;
        border: 1px solid #eee;
    }
}

.shrinkspan {
    letter-spacing: -8px
}

.footerlink {
    text-align: left
}

#card-preview,
#legal,
#search,
.btn-boost-wrap .rank-info,
.facebook-callout,
.ui-datepicker-calendar,
.ui-datepicker-calendar th,
.ui-datepicker-title {
    text-align: center
}

.footerlink a {
    color: #333333;
    font-size: 16px;
}

.fb-comments>span,
.fb_iframe_widget_fluid span {
    width: 100%!important
}

.navbar-nav.nav-justified>li {
    float: none;
    text-align: center
}

#legal {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
    font-size: 80%;
    color: #9aa5ab;
    text-transform: none
}

.nav-social,
.nav-social a {
    color: #616161
}

.nav-social li:first-child {
    margin-left: 0
}

.nav-social-2 li {
    border-left: 1px solid #eee
}

.nav-social li a {
    font-size: 25px;
    line-height: 26px;
    background: 0 0!important
}

.nav-social .locale a {
    font-size: 16px
}

.nav-social .locale div {
    margin-top: -12px
}

a:active .icon-facebook,
a:focus .icon-facebook,
a:hover .icon-facebook {
    color: #3c5a98
}

a:active .icon-twitter,
a:focus .icon-twitter,
a:hover .icon-twitter {
    color: #55acee
}

a:active .icon-google-plus,
a:focus .icon-google-plus,
a:hover .icon-google-plus {
    color: #e04006
}

.hasDatepicker {
    margin-bottom: 5px
}

.ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 12px;
    font-size: 13px
}

.ui-datepicker-calendar th {
    font-weight: 300
}

td.ui-state-disabled {
    background: 0 0
}

.ui-datepicker-calendar a {
    display: block;
    padding: 4px 6px;
    text-decoration: none;
    color: #37474f;
    background: #efece2
}

.ui-datepicker-calendar a.ui-state-active,
.ui-datepicker-calendar a.ui-state-hover {
    color: #fff;
    background: #f42700
}

.ui-datepicker-header {
    position: relative;
    display: inline-block;
    padding: 0 35px
}

.ui-datepicker-next,
.ui-datepicker-prev {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 0;
    background-image: url(../img/icons/date-arrows.png);
    background-repeat: no-repeat
}

.ui-datepicker-prev {
    left: 0;
    background-position: 0 -16px
}

.ui-datepicker-next {
    right: 0;
    background-position: -20px -16px
}

#date {
    border: 0;
    font-size: 26px;
    font-weight: 400
}

#card-preview {
    float: right;
    width: 300px
}

#container {
    background-color: #fff;
    padding: 100px 50px 40px;
    min-height: 600px
}

div.code {
    background-color: #DDD;
    font-family: courier;
    font-size: 10pt;
    color: #9c0003;
    padding: 5px;
    border: 2px solid #AAA
}

#id_dedicatype {
    list-style-type: none;
    list-style-image: none;
    margin: 0
}

.img_center {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px
}

.searchbox {
    width: 400px;
    float: left
}

.arrows {
    float: left;
    padding-top: 8px
}

.arrows .text {
    padding-top: 2px;
    letter-spacing: 0
}

.headsearch {
    width: 180px;
    float: left
}

#search {
    background: #fff
}

.facebook-callout {
    text-transform: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(41, 60, 116, 1);
    width: 100%;
    z-index: 11111;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    font-weight: 700
}

.facebook-callout a {
    color: #fff;
    display: block;
    margin-bottom: 5px
}

.facebook-callout a:hover {
    font-weight: 700;
    text-decoration: underline;
    background-color: rgba(41, 60, 116, 1)
}

.fb-close {
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 27%;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 5px 10px;
    background-color: #2E3E6B;
    border-radius: 19px
}

.fb_iframe_widget {
    display: inline-block;
    position: relative
}

.moviebox {
    min-height: 480px
}

.img-year_abstract {
    margin-right: 10px
}

.dropdown-menu {
    min-width: 200px
}

.dropdown-menu.columns-2 {
    min-width: 400px
}

.dropdown-menu.columns-3 {
    min-width: 600px
}

.dropdown-menu.columns-6 {
    min-width: 800px
}

.dropdown-menu li a {
    padding: 2px 10px;
    font-weight: 300
}

.scrollable-menu {
    height: auto;
    overflow-x: hidden
}

.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0
}

.day-month-box,
.day-month-box-noborder {
    min-height: 420px;
    padding: 0 10px;
    margin-bottom: 20px
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .dropdown-menu.multi-column {
        min-width: 240px!important;
        overflow-x: hidden
    }
}

.day-month-box {
    border: 4px solid #7ecb9f
}

.day-month-box-noborder {
    border: 0
}

.btn-boost-wrap {
    border: 1px solid #7ecb9f;
    border-radius: 6px;
    display: inline-block;
    padding: 0 0 0 50px;
    margin-right: 10px;
    position: relative;
    float: left
}

.btn-boost-wrap .rank-info {
    top: 0;
    left: 0;
    height: 100%;
    padding: 7px 8px;
    line-height: 1em;
    z-index: 100;
    border-radius: 5px 0 0 5px;
    font-family: Roboto;
    display: inline-block;
    background: #37474f;
    position: absolute
}

.btn-boost-wrap:hover {
    color: #fff;
    background-color: #fe441e;
    opacity: 1
}

.btn-boost-wrap .rank-no {
    font-size: 16px;
    color: #FFF
}

.btn-boost-wrap .rank-title {
    font-size: 10px;
    color: rgba(255, 255, 255, .8);
    line-height: 1em;
    text-transform: lowercase;
    padding-top: 1px
}

.btn-boost {
    background: 0 0;
    border: none;
    display: inline-block;
    line-height: 2em;
    position: relative;
    width: 100%;
    font-size: 15px;
    border-radius: 5px
}

.btn-boost:hover {
    color: #fff
}

.btn-boost-wrap.boosted,
.btn-boost-wrap.boosted.disabled,
.btn-boost.boosted,
.btn-boost.boosted.disabled {
    background: #fe441e;
    border: none;
    color: #fff;
    opacity: 1
}

.sub-calendar {

}

.sub-calendar .calendar-header {
  display: table;
  width: 100%;
  color: white;
  font-size: 15px;
  background-image: linear-gradient(to left, #ff5930, #ff2700);
}

.sub-calendar .calendar-header > * > * {
  display: table-cell;
}

.calendar-header .container {
  max-width: 1100px;
  display: table;
  width: 100%;
  margin: auto;
  padding: 8px;
}

.calendar-header .left,
.calendar-header .right {
  width: 15%;
}

.calendar-header .left img,
.calendar-header .right img {
  margin-top: -2px;
}

.calendar-header .right {
  text-align: right;
}

.calendar-header .center {
  text-align: center;
  width: 70%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.calendar-header .center.block {
  width: 100%;
}

.calendar-header .center > * {
  padding: 0 12px;
  opacity: 0.6;
}

.calendar-header .center .active {
  opacity: 1;
  font-weight: 600;
}

.calendar-body {
  overflow-x: scroll;
  border-bottom: 1px solid #eee;
}

.calendar-body .container {
  max-width: 1100px;
  display: table;
  width: 100%;
  margin: 8px auto;
  text-align: center;
}

.calendar-body .day {
  display: inline;
  width: calc(100% / 31);
  min-width: 30px;
  font-size: 15px;
  color: #979797;
  text-align: center;
  padding: 8px 0;
  margin: 8px 10px;
  text-decoration: none;
}

.calendar-body a:not(.active).day:hover {
  color: #ff2700;
}

.calendar-body .day.active {
  background: #ff2700;
  border-radius: 3px;
  color: white;
  padding: 4px;
}

.sub-calendar .calendar-header a,
.calendar-body .day a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.sub-calendar .calendar-header span,
.calendar-body .day span {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width:768px) {
  .calendar-header .container {
    margin: auto;
    padding: 8px;
  }

  .hide-mobile {
    display: none;
  }
}

nav .nav-container {
  max-width: 1100px;
  margin: auto;
}


a.random-button {
  color: white;
  text-decoration: none;
}

a.random-button:hover {
  opacity: 0.7;
  transition: 0.3s all 0s ease;
}

.random-button {
  display: table;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  float: right;
  margin: 12px 8px;
}

.random-button img {
  width: 16px;
}

.random-button > div {
    display: table-cell;
    vertical-align: middle;
}

.random-button > div:first-child {
  padding-right: 4px;
}

.random-button .text {
  line-height: 19px;
}

#featured_content {
    margin-top:100px;
    text-align:left;
}

.boost-text {
  width: 100%;
  text-align: left;
}

.breadcrumb {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0;
  background: none;
  font-weight: 400;
  font-size: 14px;
}

.adsense{z-index:0;position:relative;}
.dmbox{z-index:0;position:relative}
.dmbox h1{font-family:'Alfa Slab One',cursive;font-size:60px;margin-top:0}

[class*=" socicon-"],[class^=socicon-]{font-family:socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.socicon-twitter:before{content:"a"}
.socicon-facebook:before{content:"b"}
.socicon-youtube:before{content:"r"}
.socicon-instagram:before{content:"x"}

section.box {
  background-color: white;
}

.date-overview h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555555;
  font-size: 24px;
  font-weight: 500;
}

.date-overview .date-format {
  color: #979797;
  font-style: italic;
}

.boost-btn {
  text-align: right;
}

.boost-btn img:hover {
  opacity: 0.7;
}

.boost-btn img {
  width: 50px;
  margin-bottom: 5px;
}

.boost-btn .number {
  text-transform: uppercase;
  color: #FF2D00;
  font-size: 14px;
  font-weight: 500;
}

.boost-btn .desc {
  color: #FE7552;
  font-size: 13px;
  font-weight: normal;
}

.visual-banner {
  display: table;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  background-color: #F3F3F3;
}

.visual-banner.star {
  background: url(../img/stars.png) top no-repeat #000000;
  background-size: contain;
}

.visual-banner.solar {
  background-color: #0D3755;
}

.visual-banner > div {
  display: table-cell;
  vertical-align: middle;
}

.visual-banner .text {
  padding: 20px;
  width: 70%;
}

.visual-banner.list .text {
  padding: 10px;
}

.visual-banner .image {
  width: 30%;
  text-align: center;
  padding: 0 30px;
}

.visual-banner h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #222222;
}

.visual-banner p {
  font-size: 16px;
  color: #222222;
  margin-bottom: 20px;
}

.visual-banner.dark h4 {
  color: white;
}

.visual-banner.dark p {
  color: white;
}

.visual-banner .cta {
  padding: 9px 16px;
  color: white;
  background-color: black;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 28px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}

.visual-banner.dark .cta {
  color: black;
  background-color: white;
}

.visual-banner.top-down {
  display: block;
  text-align: center;
}

.visual-banner.top-down > * {
  display: block;
  width: 100%;
}

.visual-banner.life-mag {
  background-color: #FDEBD2;
}

.visual-banner.life-mag .image img {
  max-width: 300px;
  height: unset;
}

.visual-banner.life-mag .cta:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.visual-banner.life-mag .life-logo {
  width: 60px;
}

.visual-banner.top-down img {
  height: unset;
  width: 100%;
}

.visual-banner.top-down .image {
  padding: 0;
}

.visual-banner.top-down .cta {
  color: #ffffff;
  background-color: #222;
}

.visual-banner.full-image {
  text-align: left;
  min-height: 400px;
}

.visual-banner.full-image .text {
  vertical-align: top;
}

.visual-banner.galaxy {
  background: url(../img/galaxy.png) center no-repeat #000000;
  background-size: cover;
}

.visual-banner.birth-chart {
  background: url(../img/birth-chart.png) center no-repeat #000000;
  background-size: cover;
}

.visual-banner.list {
  background: white;
  border: 1px solid #eee;
  text-align: left;
}

.visual-banner.top-down.list img {
  margin-bottom: 20px;
}

.visual-banner.list {
  cursor: default;
}

.visual-banner.list h4 a {
  color: inherit;
}

.visual-banner.list .button a {
  display: block;
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 10px 20px;
}

.visual-banner.list.top-down .button {
  border-top: 1px solid #eee;
  padding: 0;
}

.visual-banner .text > *:last-child {
  margin-bottom: 0;
}

.list-5 > .col-md-2 {
  width: calc(100% / 5);
}

.font-weight-bold {
  font-weight: 500;
}

.light-beige-bg {
  background: #F9F6EF;
}

.light2-beige-bg {
  background: #FAF6E3;
}

.beige-bg {
  background: #EEEBE1;
}

.box p.sub {
  margin-bottom: 30px;
}

.box.list ul,
.box.list ol {
  margin-left: 17px;
}

.box.list ol {
  padding-left: 20px;
}

.box.list p.title {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}

.box.list ul i {
  font-size: 14px;
}

.box.list ul a,
.box.list ol a {
  font-weight: 500;
}

.box.list ul li.more {
  list-style-type: none;
  margin-top: 10px;
  font-size: 14px;
}

.list-box {
  border-radius: 3px;
  display: block;
  padding: 0 20px 20px 20px;
  background: #F7F7F7;
}

.list-box .header-image img {
  width: 100%;
}

.light-bg {
  background-color: #F7F7F7 !important;
}

.box .view-more {margin-top: 20px;
  display: block;
  text-align: center;
}

.box .view-more a {
  padding: 9px 16px;
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 28px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}

.visual-banner.life-events {
  background-color: #f8f5ee;
  text-align: center;
  border-radius: 3px;
}

.life-events [class*='col-'] {
  padding: 0 5px;
}

.life-events .row {
  margin: 0 -5px;
}

.separator {
  display: block;
  max-width: 1100px;
  padding: 0 15px;
  margin: auto;
}

.separator hr {
  margin: 0;
}

section .magazine {
  padding: 20px;
  border-radius: 3px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

section .magazine img {
  margin: 0 auto 10px;
  display: block;
  max-height: 135px;
}

.comment .boost-btn {
  text-align: center;
}

@media (max-width:768px) {

  .box {
    padding: 10px 0;
  }

  .list-5 > .col-md-2 {
    width: 50%;
    margin-bottom: 20px;
  }

  .banners > div:not(:last-child) > .visual-banner {
    margin-bottom: 20px;
  }

  .visual-banner .image {
    padding: 0 10px;
  }

  .boost-btn {
    text-align: center;
  }

  .date-overview nav,
  .date-overview h1,
  .date-format {
    text-align: center;
  }

  .date-overview .date-format {
    font-size: 14px;
  }

  .footerlink ul.links a {
    display: block;
  }
}

.visual-banner.tshirt .text,
.visual-banner.tshirt .image {
  background: white;
}
