@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Droid+Serif:400,400italic,700);
body {
    line-height: 1.65
}
body,
button,
input,
select,
textarea {
    color: #333337;
    font-family: "Droid Serif", serif
}
.favorites,
.post-favorite,
.post-preview,
.sidebar {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}
p {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem
}
@media (min-width: 768px) {
    p {
        font-size: 20px;
        font-size: 2rem
    }
}
@media (min-width: 992px) {
    p {
        font-size: 21px;
        font-size: 2.1rem
    }
}
a {
    border-bottom: solid 1px #fAfafa
}
a:active,
a:hover {
    transition: all 400ms
}
h1,
h2 {
    font-weight: 700;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}
h1 {
    font-size: 38px;
    font-size: 3.8rem
}
h2 {
    font-size: 32px;
    font-size: 3.2rem
}
h2.favorites {
    padding: 10px 0;
    color: #b3b3b7;
    text-transform: uppercase;
    letter-spacing: 2pt;
    border-bottom: solid 1px #dedede;
    border-top: solid 1px #dedede;
    font-size: 12px;
    font-size: 1.2rem
}
h3 {
    font-size: 26px;
    font-size: 2.6rem
}
b {
    font-weight: 700
}
i {
    font-style: italic
}
ol,
ul {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem
}
ol li,
ul li {
    margin: 5px 0
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}
@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
.btn-primary,
.label-primary,
.progress-bar-primary {
    background: #4761e2;
    border-color: #314edf
}
.btn-primary:hover,
.label-primary:hover,
.progress-bar-primary:hover {
    background: #2140d5;
    border-color: #213ed0
}
.btn-primary {
    background: #4761e2;
    color: #fff;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}
.btn-primary:hover {
    background-color: #2F49CA;
    color: #fff
}
.btn-primary:active {
    background-color: #2B43BD
}
.btn-success,
.label-success,
.progress-bar-success {
    background: #1abc9c;
    border-color: #17a689
}
.btn-success:hover,
.label-success:hover,
.progress-bar-success:hover {
    background: #148f77;
    border-color: #138b73
}
.btn-warning,
.label-warning,
.progress-bar-warning {
    background: #f39c12;
    border-color: #e08e0b
}
.btn-warning:hover,
.label-warning:hover,
.progress-bar-warning:hover {
    background: #c87f0a;
    border-color: #c37b0a
}
.btn-danger,
.label-danger,
.progress-bar-danger {
    background: #e24747;
    border-color: #e03a3a
}
.btn-danger:hover,
.label-danger:hover,
.progress-bar-danger:hover {
    background: #dd2828;
    border-color: #dc2424
}
.btn-info,
.label-info,
.progress-bar-info {
    background: #9b59b6;
    border-color: #8f4bab
}
.btn-info:hover,
.label-info:hover,
.progress-bar-info:hover {
    background: #804399;
    border-color: #7d4295
}
.alert-success {
    background: #dbfaf4;
    border-color: #aef4e6;
    color: #117964
}
.alert-warning {
    background: #fef7ec;
    border-color: #fce3bc;
    color: #b06f09
}
.alert-danger {
    background: #fef7f7;
    border-color: #fae1e1;
    color: #be1e1e
}
.alert-info {
    background: #f0e7f4;
    border-color: #e6d5ed;
    color: #713b87
}
.alert,
.panel,
.progress {
    border-radius: 0
}
.bs-example {
    margin-bottom: 20px
}
.meta,
.meta a {
    color: #b6b6b6
}
@media (min-width: 992px) {
    .meta {
        font-size: 16px;
        font-size: 1.6rem
    }
}
.meta a:active,
.meta a:hover {
    text-decoration: none;
    color: #333337;
    border-bottom: 1px solid #b6b6b6
}
.meta i {
    font-style: normal
}
.btn-default {
    padding: 10px 15px;
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-shadow: 0 0 0;
    border-radius: 4px
}
.link-spacer {
    margin: 0 2px 4px;
    display: inline-block;
    height: 2px;
    width: 2px;
    background-color: #b6b6b6;
    border-radius: 100%
}
.user-icon {
    width: 50px;
    height: auto;
    padding: 0;
    float: right;
    border-radius: 50%
}
#menu-target {
    position: absolute!important;
    top: -9999px!important;
    left: -9999px!important
}
.jPanelMenu-panel {
    box-shadow: #000 2px 2px 10px;
    transition: all 450ms;
    background-color: #fff!important;
    min-height: 100%
}
#jPanelMenu-menu {
    background-color: #333337;
    overflow: hidden;
    overflow-y: hidden!important
}
#jPanelMenu-menu ul {
    padding: 10px 0
}
#jPanelMenu-menu li {
    margin: 0;
    padding: 10px 0;
    list-style: none
}
#jPanelMenu-menu li i {
    padding: 0 20px;
    color: #DADADA;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem
}
#jPanelMenu-menu li a {
    color: #DADADA;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 0 transparent;
    font-size: 12px;
    font-size: 1.2rem
}
#jPanelMenu-menu li a:hover {
    border-bottom: none;
    color: #fff
}
#jPanelMenu-menu hr {
    margin: 20px auto;
    width: 40%
}
.menu-trigger {
    top: 15px;
    left: 15px;
    z-index: 1080;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    background: #333;
    padding-top: 8px;
    cursor: pointer
}
.menu-trigger span {
    height: 5px;
    width: 28px;
    float: left;
    display: block;
    margin: 0 6px 5px;
    background: #fff
}
.sidebar {
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 450ms;
    background-color: #2B2F31;
}

@media (min-width: 768px) {
    .content{
        height: 100%;
    }
    body, html{
        height: 100%;
    }
    .sidebar {
        height: 100%;
        padding-bottom: 1%;
    }
}
@media (min-width: 992px) {
.content{
        height: 100%;
    }
    body, html{
        height: 100%;
    }
    .sidebar {
        height: 100%;
        padding-bottom: 1%;
    }
}
@media (min-width: 1200px) {
.content{
        height: 100%;
    }
    body, html{
        height: 100%;
    }
    .sidebar {
        height: 100%;
        padding-bottom: 1%;
    }
}

.sidebar .site-info {
    padding: 1px 5px 0;
    color: #fafafa
}


.sidebar .site-info h1 {
    letter-spacing: -2pt;
    margin-bottom: 0
}
@media (min-width: 768px) {
    .sidebar .site-info h1 {
        letter-spacing: 0;
        margin-bottom: 10px;
        font-size: 34px;
        font-size: 3.4rem
    }
}
.sidebar .site-info p {
margin-bottom: 19px;
    line-height: 32px;
    font-size: 16px;
    font-size: 14px;
}
.sidebar .site-info i {
    font-style: normal;
    margin-right: 10px
}
.sidebar .site-info .primary-info {
    border-bottom: solid 1px rgba(255, 255, 255, .3)
}
.sidebar .site-info .primary-info a {
    color: #E0E0E0
}
.sidebar .site-info .primary-info a:active,
.sidebar .site-info .primary-info a:hover {
    color: #fafafa
}
.sidebar .site-info .secondary-info p {
    margin: 20px 0 0;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
        line-height: 22px;
}
.main-content {
    padding: 30px
}
@media (min-width: 768px) {
    .main-content {
        padding: 60px 120px
    }
}
@media (min-width: 992px) {
    .main-content {
        padding: 50px
    }
}
.sub-nav {
    border-bottom: solid 1px #f5f5f5;
    line-height: 30px
}
.sub-nav a {
    display: inline-block;
    margin-right: 4%;
    line-height: 30px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    letter-spacing: 2pt;
    text-decoration: none;
    color: #b6b6b6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem
}
.sub-nav a.active,
.sub-nav a:active,
.sub-nav a:hover {
    border-bottom: solid 2px #000;
    color: #333337
}
.post {
    padding: 30px 0;
    border-bottom: solid 1px #f5f5f5
}
.post:after,
.post:before {
    content: " ";
    display: table
}
.post:after {
    clear: both
}
.post .post-preview h2 {
    margin-top: 0;
    font-size: 24px;
    font-size: 2.4rem
}
@media (min-width: 992px) {
    .post .post-preview h2 {
        font-size: 32px;
        font-size: 3.2rem
    }
}
.post .post-preview h2 a {
    text-decoration: none;
    color: #333337;
    border: none
}
.post .post-preview h2 a:hover {
    color: #b6b6b6
}
.post .post-preview p {
    font-family: "Droid Serif", serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0 !important;
}
@media (min-width: 992px) {
    .post .post-preview p {
        font-size: 18px;
        font-size: 1.8rem
    }
}
.post.author-page .post-preview p {
    margin: 0
}
.category {
    margin-top: 15px;
    margin-bottom: 15px
}
.category-preview {
    margin: 15px 0
}
.category-preview h2 {
    margin: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #fff
}
.split-footer {
    padding: 10px 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
.split-footer a {
    color: #999;
    border-bottom: none
}
.split-footer a:active,
.split-footer a:hover {
    color: #333;
    border-bottom: none
}
.hero-image {
    height: 50px;
    width: 100%;
    background-image: url(../img/default-single-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
@media (min-width: 768px) {
    .hero-image {
        height: 300px
    }
}
@media (min-width: 992px) {
    .hero-image {
        height: 390px
    }
}
@media (min-width: 1200px) {
    .hero-image {
        height: 300px
    }
}
.meta {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0
}
.meta:after,
.meta:before {
    content: " ";
    display: table
}
.meta:after {
    clear: both
}
@media (min-width: 768px) {
    .meta {
        font-size: 16px;
        font-size: 1.6rem
    }
}
.meta .time {
    font-size: 23px;
    font-size: 2.3rem;
    float: right
}
.meta .min {
    font-size: 13px;
    font-size: 1.3rem;
    float: right
}
hr {
    display: block;
    width: 20%;
    margin: 50px auto 40px;
    border: 1px solid #dededc
}
blockquote {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 20px
}
.pullquote {
    text-align: center;
    line-height: 48px;
    line-height: 4.8rem;
    font-size: 38px;
    font-size: 3.8rem;
    margin: 50px -5%
}
.single-content,
.single-content-sidebar {
    padding: 30px 8%
}
@media (min-width: 992px) {
    .single-content,
    .single-content-sidebar {
        padding: 30px 14% 70px
    }
}
@media (min-width: 1200px) {
    .single-content,
    .single-content-sidebar {
        padding: 30px 18% 170px
    }
}
.single-content h1,
.single-content-sidebar h1 {
    letter-spacing: -1pt;
   word-break: break-word;

}
@media (min-width: 768px) {
    .single-content h1,
    .single-content-sidebar h1 {
        font-size: 44px;
        font-size: 4.4rem
    }
}
.single-content h2,
.single-content-sidebar h2 {
    font-size: 28px;
    font-size: 2.8rem
}
.single-content-sidebar {
    padding: 30px 8%
}
@media (min-width: 992px) {
    .single-content-sidebar {
        padding: 30px 0 1px
    }
}
@media (min-width: 1200px) {
    .single-content-sidebar {
        padding: 30px 0 1px
    }
}
.single-content-sidebar-area {
    padding: 30px 15px
}
@media (min-width: 992px) {
    .single-content-sidebar-area {
        padding: 70px 0 0 25px
    }
}
.single-content-sidebar-area .meta {
    width: 80%
}
.single-content-sidebar-area .meta:after,
.single-content-sidebar-area .meta:before {
    content: " ";
    display: table
}
.single-content-sidebar-area .meta:after {
    clear: both
}
@media (min-width: 992px) {
    .single-content-sidebar-area .meta {
        margin-bottom: 50px
    }
}
.single-content-sidebar-area .user-img {
    width: 20%
}
.single-content-sidebar-area hr {
    width: 100%;
    margin: 15px auto
}
.single-content-sidebar-area .similar-post a,
.single-content-sidebar-area .similar-post h3 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 20px;
    font-size: 2rem
}
.single-content-sidebar-area .similar-cat {
    position: relative;
    margin-bottom: 10px
}
.single-content-sidebar-area .similar-cat img {
    width: 100%
}
.single-content-sidebar-area .similar-cat h3 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0
}
footer.single {
    padding: 40px 0 0;
    background-color: #F5F5F5;
    border-top: solid 1px #E9E9E9;
    text-align: center
}
footer.single.without-readmore {
    padding: 40px 0
}
@media (min-width: 768px) {
    footer.single {
        text-align: left
    }
}
footer.single .social {
    text-align: center
}
footer.single .social-icon {
    margin: 20px 10px;
    display: inline-block;
    color: #ccc;
    font-size: 24px;
    font-size: 2.4rem
}
footer.single .social-icon i {
    font-style: normal
}
footer.single .social-icon:hover {
    border: none
}
footer.single .category-list {
    padding: 30px 0
}
@media (min-width: 768px) {
    footer.single .category-list {
        border-right: solid 4px #E9E9E9;
        padding: 0
    }
}
footer.single img {
    width: 60px;
    height: auto !important;
}
footer.single .user-icon {
    float: none
}
@media (min-width: 768px) {
    footer.single .user-icon {
        float: right
    }
}
footer.single h3,
footer.single p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin: 0
}
footer.single h3 span,
footer.single p span {
    border-bottom: solid 1px #222
}
footer.single h3 {
    display: inline
}
footer.single .other-catergories {
    margin-top: 15px
}
footer.single ul {
    display: inline;
    padding: 0
}
footer.single ul li {
    list-style: none;
    display: inline;
    font-style: italic
}
footer.single-page {
    padding: 40px 0;
    text-align: center
}
.read-another-section {
    margin-top: 40px
}
footer .read-another-container {
    position: relative;
    text-align: center
}
footer .read-another-container img {
    width: auto;
    height: auto;
    z-index: 1
}
footer .read-another-container .overlay {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0
}
.read-another {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3
}
.post-favorite {
    padding-right: 15px
}
@media (min-width: 992px) {
    .post-favorite h2 {
        font-size: 26px;
        font-size: 2.6rem
    }
}
.post-favorite h2 a {
    border-bottom: none;
    text-decoration: none;
    color: #333337
}
@media (min-width: 992px) {
    .post-favorite p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}
.category-sidebar .site-info {
    padding-top: 160px
}
@media (min-width: 768px) {
    .category-sidebar .site-info {
        padding-top: 260px
    }
}
form:after,
form:before {
    content: " ";
    display: table
}
form:after {
    clear: both
}
form label {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 15px 0 0
}
form input.form-control,
form textarea.form-control {
    border: 0 solid transparent;
    box-shadow: none;
    border-bottom: solid 3px;
    border-radius: 0;
    padding: 5px 0;
    background-color: #fff;
    resize: vertical
}
form input.form-control::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder {
    color: #ccc
}
form input.form-control:-moz-placeholder,
form textarea.form-control:-moz-placeholder {
    color: #ccc
}
form input.form-control::-moz-placeholder,
form textarea.form-control::-moz-placeholder {
    color: #ccc
}
form input.form-control:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder {
    color: #ccc
}
form input.form-control:focus,
form textarea.form-control:focus {
    outline: 0;
    border: none;
    border-bottom: solid 3px;
    box-shadow: none
}
form textarea.form-control {
    height: 100px
}
form input[type=submit] {
    margin: 30px 0;
    border: 2px solid #ccc;
    border-radius: 0;
    padding: 10px 25px;
    float: right;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 700
}
form input[type=submit]:hover {
    border: 2px solid #222;
    background-color: #fafafa
}
.author-bio:after,
.author-bio:before {
    content: " ";
    display: table
}
.author-bio:after {
    clear: both
}
.author-bio .avatar {
    border-radius: 50%;
    width: 150px;
    float: left
}
@media (min-width: 992px) {
    .author-bio .avatar {
        float: right;
        width: 220px
    }
}
.author-bio .author-bio__info {
    float: left
}
.author-bio .author-bio__info h1 {
    margin: 30px 0 20px
}
.view-all-by-author {
    text-align: right;
    margin: 20px 0
}
.view-all-by-author a {
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}
.view-all-by-author i {
    margin-left: 5px;
    font-size: 9px;
    font-size: .9rem;
    transform: translateY(-1px)
}
.alt-home .sidebar {
    background: #F9F9F9;
    height: auto;
    border-right: solid 2px #D8D8D8;
    padding: 15px 15px 5px 50px
}
@media (min-width: 992px) {
    .alt-home .sidebar {
        height: 100%;
        overflow-y: scroll
    }
}
.alt-home .sidebar .sub-nav {
    border-color: #D8D8D8;
    margin: 70px 30px 20px 0
}
.alt-home .sidebar .sub-nav a {
    margin-right: 0
}
.alt-home .sub-nav {
    text-align: right
}
@media (min-width: 992px) {
    .alt-home .sub-nav {
        margin: 70px 0 0
    }
}
.alt-home .alt-main {
    padding: 15px
}
.alt-home .post {
    padding: 10px 0
}
.alt-home .post .post-preview h2 {
    line-height: 1
}
.alt-home .post .post-preview h2 a {
    font-size: 22px;
    font-size: 2.2rem
}
.alt-home .post .post-preview a {
    font-size: 16px;
    font-size: 1.6rem
}
.hero-image-404 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: url(../img/default-404.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.title-404 {
    margin-top: 250px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0
}
.p-404 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem
}
.no-js-menu ul {
    padding: 10px 0;
    margin-bottom: 0
}
.no-js-menu li {
    margin: 0;
    padding: 3px 0;
    list-style: none
}
@media (min-width: 768px) {
    .no-js-menu li {
        padding: 5px 0
    }
}
@media (min-width: 992px) {
    .no-js-menu li {
        padding: 10px 0
    }
}
.no-js-menu li i {
    padding: 0 20px;
    color: #DADADA;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem
}
.no-js-menu li a {
    color: #DADADA;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 0 transparent;
    font-size: 12px;
    font-size: 1.2rem
}
.no-js-menu li a:hover {
    border-bottom: none;
    color: #fff
}
.hero-image .no-js-menu {
    padding-left: 50px
}
.no-js .sidebar {
    height: 400px
}
@media (min-width: 768px) {
    .no-js .sidebar {
        height: 450px
    }
}
@media (min-width: 992px) {
    .no-js .sidebar {
        width: 400px;
        height: 100%;
        position: fixed;
        background-color: #f5f5f5
    }
}
@media (min-width: 1200px) {
    .no-js .sidebar {
        width: 464px
    }
}
.no-js .site-info {
    padding: 0 15px
}
@media (min-width: 768px) {
    .no-js .site-info {
        padding: 0 100px
    }
}
@media (min-width: 992px) {
    .no-js .site-info {
        padding: 0 20px;
        position: absolute;
        bottom: 40px
    }
}
@media (min-width: 1200px) {
    .no-js .site-info {
        padding: 0 30px
    }
}
.no-js-dashboard {
    margin-top: 60px
}
.left-container {
    margin-left: 15px;
    padding-left: 0
}
@media (min-width: 768px) and (max-width: 992px) {
    .left-container {
        max-width: 100%;
        width: 100%
    }
}
.no-gutter {
    padding-left: 0;
    padding-right: 0
}
.no-gutter-left {
    padding-left: 0
}
.no-gutter-right {
    padding-right: 0
}
body,
html {
    font-size: 62.5%
}
@media (min-width: 992px) {
    body,
    html {
        height: 100%
    }
}
.hide {
    position: absolute!important;
    top: -9999px!important;
    left: -9999px!important
}
img {
    max-width: 100%
}
.main {
    display: block
}
a {
    text-decoration: none
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #333;
    border-bottom: solid 1px #999
}


.profile-icon {
    width: 25%;
    height: auto;
    padding: 0;
    float: right;
    border-radius: 50%;
}


.subscribe-email{
    border: 0 solid transparent;
    box-shadow: none;
    border: 1px solid #ccc;
    padding:1%;
    border-radius: 0;
    padding: 5px 0;
    background-color: #fff;
    resize: vertical;
        width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.share-post .fa{
    font-size: 59px;
    padding-right: 7%;
}

.share-post .fa:hover{
    font-size: 69px;
    color:blue;
}


.share-post a:hover, a:active{
text-decoration: none;
border-bottom: none;
}

.menu-bar {
    top: 15px;
    left: 15px;
    z-index: 1080;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    background: #333;
    padding-top: 8px;
    cursor: pointer;
}

 .menu-bar span {
    height: 5px;
    width: 28px;
    float: left;
    display: block;
    margin: 0 6px 5px;
    background: #fff;
}


.alert {
font-size: 20px;
}

.social-links {

}

.links{
    font-size: 17px;
     font-weight: bold;
     margin-top: 20%;
}

.links a {
    color: #999;
}
.links .left{
    float: left;
    padding-right: 10%;

}


.links .right{
    float: left;
}


@media (max-width: 767px) {
.sidebar .site-info {
    padding: 1% 15px 0;
    color: #fafafa;

}

.sidebar{
    height: auto;
    color: #fafafa;
}

.links {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20%;
    margin-top: 1%;
}

.mobilehide{
    display: none;
}

.hero-image {
    height: 120px;
}

}


.alert-error {

    background: #fef7f7;
    border-color: #fae1e1;
    color: #be1e1e;
}


.captcha-form input{
    margin-left: 1%;
    padding: 1%;
    font-size: 20px;
}


.continue_reading_link{
        color: #216ae4;
    text-decoration: none;
    background: transparent;
    font-size: 17px;
}


@media (max-width: 767px) {
.sidebar, .main-content, .single-content-sidebar, .single-content-sidebar-area {
    width: 100%;
    padding-bottom: 1% ;
}
.footer-subscribe-form{
    display: none;
}

.footer-author{
width: 100%;
}


.sub-nav a {
    margin-left: 4%;
    margin-right: 4%;
    width: 40%;
    text-align: left;
    margin-bottom: 6%;
}

}





.ad_banner {
    padding: 10px 0;
    /*border-bottom: solid 1px #dedede;*/
    border-top: solid 1px #dedede;
    margin-bottom: 5%;
}

@media (max-width: 767px) {
.ad_banner {
    padding: 3% 0;
    margin-bottom: 5%;
}
}

.subscribe-form-wrapper{
    margin-top: 15%;
    border-top: solid 1px #dedede;
    padding-top: 5%;
    width: 100%;
}

.subscribe-form{
padding: 3%;
border: 1px solid #ccc;
}


.audit-form .secondary-info{
width: 100%;
display: block;
overflow: hidden;
}

.secondary-info p{
      text-transform: none !important;
}


blockquote {
    padding: 10px 20px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 17px;
    border-left: 1px solid blue;
}


.mobile{
    display: none;
}


@media (max-width: 767px) {

.desktop{
    display: none;
}

.mobile{
    display: block;
}

}


.screencast a{
    font-size: 18px;
}

.screencast{
    float: right;
}


.mobile-header { display: none; }

@media screen and (max-width: 767px){
.mobile-header, .mobile-header .custom-header-small {
    display: block;
}
}



.custom-header-small { width: 100%; padding: 9px; background: #fafcff; z-index: 1000; }
.custom-header-small .shell { max-width: 722px; font-size: 0; line-height: 0; position: relative; }
.custom-header-small .header-image { display: inline-block; margin-left: 10px; margin-right: 14px; vertical-align: top; }
.custom-header-small .header-text { display: inline-block; padding-top: 1px; vertical-align: top; }
.custom-header-small .header-text p { font-size: 13px; line-height: 40px; color: #333; text-transform: none; font-weight: normal; }
.custom-header-small .small-header-button { position: absolute; top: 12px; right: 12px; width: 25px; height: 20px; }
.custom-header-small .small-header-button { font-size: 0; line-height: 0; }
.custom-header-small .small-header-button:after,
.custom-header-small .small-header-button:before { content: ''; position: absolute; left: 0; display: block; width: 100%; height: 9px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.custom-header-small .small-header-button:after { top: 0;}
.custom-header-small .small-header-button:before { bottom: 4px; }
.custom-header-small .small-header-subscribe { position: absolute; top: 10px; right: 30px; color: #333; font-size: 13px; line-height: 20px; }
.custom-header-small .small-header-subscribe { text-transform: uppercase; padding-left: 20px; background: url('images/email_icon@2x.png') 0 center no-repeat; }
.custom-header-small .small-header-subscribe { background-size: 15px 10px; display: none; }

.avatar{
  overflow: hidden;
  border-radius:50%;

}



.mobileonly { display: none; }

@media screen and (max-width: 767px){
.mobileonly {
    display: block;
}
}




.what-i-do{
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding: 5%;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 23px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}


.raq-wrapper{
    margin-top: 10%;
    margin-bottom: 10% !important;
}

.raq {
    background-color: #980c1a;
    padding: 15px 25px;
    color: #fff;
    font-family: 'Work Sans',sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    border-bottom: none;
    border: 1px solid #fAfafa;
}


.raq:hover{
    border: 1px solid #fAfafa;
}


.contact-me h3{
    margin-top: 5%;
    margin-bottom: 5%;
}


.contact-me a{
        color: #ff3d00;
    text-decoration: none;
}

.contact-me .submit-btn{
  

    background-color: #ff3d00;
    cursor: pointer;

}



.services h1{
    margin-top: 5%;
    margin-bottom: 5%;
}


.raq.bio{
text-transform: none ;
}


.product_link{
    display: block;
    position: relative;
    float: left;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    margin: 0px 8% 36px 0px;
    -moz-box-shadow: 5px 5px 0px #1c0700;
    -webkit-box-shadow: 5px 5px 0px #1c0700;
    -o-box-shadow: 5px 5px 0px #1c0700;
    box-shadow: 5px 5px 0px #1c0700;
    -webkit-box-shadow: 5px 5px 0.01em #1c0700
}


.product_link img{
border:1px solid #ccc
}




.pricing-tables {
  padding: 20px; }
  .pricing-tables h1 {
    font-size: 48px; }
  .pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .pricing-tables .plan.recommended .head {
      margin-bottom: 20px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .pricing-tables.attached .col-sm-4,
  .pricing-tables.attached .col-md-4,
  .pricing-tables.attached .col-sm-3,
  .pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0; }
  .pricing-tables.attached .plan {
    border-radius: 0; }
    .pricing-tables.attached .plan .head {
      border-radius: 0; }
    .pricing-tables.attached .plan.recommended {
      border-radius: 4px; }
      .pricing-tables.attached .plan.recommended .head {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
    .pricing-tables.attached .plan.last {
      border-bottom-right-radius: 4px; }
      .pricing-tables.attached .plan.last .head {
        border-top-right-radius: 4px; }
    .pricing-tables.attached .plan.first {
      border-bottom-left-radius: 4px; }
      .pricing-tables.attached .plan.first .head {
        border-top-left-radius: 4px; }

.plan {
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center; }
  .plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #1c1c1c;
    color: #fff; }
    .plan .head h1, .plan .head h2, .plan .head h3 {
      padding: 0;
      margin: 0;
      font-weight: 100; }
  .plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 30px auto;
    width: 80%; }
    .plan .price h3 {
      font-size: 38px;
      vertical-align: top;
      line-height: 1; }
      .plan .price h3 span {
        font-size: 38px;
        vertical-align: top;
        position: relative;
        
        /*margin: -7px 0 0 6px;*/

        display: inline-block; }
    .plan .price h4 {
      color: #aaa;
      font-size: 14px; }
  .plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500; }
  .plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px; 
    padding-bottom: 0px;
}
    .plan ul li {
  
  line-height: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;


  }
      .plan ul li a {
        text-decoration: underline;
        color: #e6e9ed; }
      .plan ul li:last-child {
        border-bottom: none; }
    .plan ul strong {
      font-weight: 700; }
  .plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px; }
    .plan.recommended .head {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background: #148f77; 
  }


      .plan.recommended .head h2{
font-size: 15px; 
  }




    .plan.recommended .btn {
      margin-bottom: 10px; }



      .services-header{
        margin-top: 5%;
      }


      .pricing-button{
        width: 90%;
    background-color: #980c1a;
    padding: 15px 25px;
    color: #fff;
    font-family: 'Work Sans',sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    border-bottom: none;
    /*border: 1px solid #148f77;*/
}



.pricing-button:hover, .pricing-button:active{
    color: #fff;
}


.website-audit{

padding-top:5%;

}




.website-audit .input-box{
    box-shadow: none;
    border: 1px solid #000;
    padding: 1%;
    border-radius: 0;
    padding: 5px 0;
    background-color: #fff;
    resize: vertical;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 24px;
    line-height: 1.42857143;
    color: #555;

}


.website-audit .submit-button{
    padding: 5px 0;
    resize: vertical;
    width: 50%;
    padding: 6px 12px;
    float: right;

}

.website-audit h1{
    font-size: 4.8em;
margin-bottom:5%;

}

.website-audit  input.error{
border: 1px solid red;
}

.website-audit  label.error{
color: red;
font-size: 12px;
}



.website-audit .well{

    min-height: 20px;
    padding: 1%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)

}


.website-audit .alert{
margin-bottom: 0;

}