@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    #search-query {
        padding: 2px 0 10px 10px !important;
    }

    /* IE11 */
}

/* START Blog pagination */

.MarkupPagerNav li {
    display: inline-block;
    list-style: none;
}

.MarkupPagerNav .prevItem,
.MarkupPagerNav .nextItem {
    display: block;
}

@media(min-width: 600px) {

    .MarkupPagerNav .prevItem,
    .MarkupPagerNav .nextItem {
        display: inline-block;
    }
}

/* END Blog pagination */

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: 400;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    color: #272727;
}

::selection {
    background: #333;
    color: #fff;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

a img {
    border: none;
}

ol,
ul {
    padding: 10px 0 20px;
    margin: 0 0 0 35px;
    text-align: left;
}

ol li {
    list-style-type: decimal;
    padding: 0 0 5px;
}

ul li {
    list-style-type: square;
    padding: 0 0 5px;
}

ul ul,
ol ol {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.post-body h1 {
    line-height: 48px;
    font-size: 42px;
    margin: 10px 0;
}

.post-body h2 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 5px;
    margin: 10px 0;
}

.post-body h3 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 5px;
    margin: 10px 0;
}

.post-body h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0;
}

.post-body h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
}

.post-body h6 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
}


/*****************************************
Global Links CSS
******************************************/

a {
    color: #0645AD;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #4AA0EE;
    text-decoration: none;
}

body {
    background: #ffffff;
    color: #313334;
    padding: 0;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.clr {
    clear: both;
    float: none;
}


/*****************************************
Wrappers
******************************************/

.ct-wrapper {
    padding: 0px 20px;
    max-width: 1080px;
    margin: 0 auto;
    z-index: 1;
}

.outer-wrapper {
    margin: 50px 0 25px;
    margin-top: 50px;
    position: relative;
}

.header-wrapper {
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #F9F9F9;
    -webkit-box-shadow: 0px -19px 20px 10px #000;
    box-shadow: 0px -19px 20px 10px #000;
    -moz-box-shadow: 0px -19px 20px 10px #000;
}

.main-wrapper {
    width: 70%;
    /*width: 100%;*/
    float: left;
}

div#content {
    margin: 0;
    margin-right: 20px;
}

.sidebar-wrapper {
    width: 30%;
    float: right;
}


/**** Layout Styling CSS *****/

body#layout .header-wrapper {
    margin-top: 40px;
}

body#layout .outer-wrapper,
body#layout .sidebar-wrapper,
body#layout .ct-wrapper {
    margin: 0;
    padding: 0;
}

body#layout #About {
    width: 100%;
}

.section,
.widget {
    margin: 0;
}

#layout div#navigation {
    display: block;
    width: auto;
}


/*****************************************
Top Header CSS
******************************************/

.hdr-top {
    background-color: #004da0;
    position: relative;
    z-index: 1000000;
    height: 40px;
}

.top_menu li a {
    padding: 7px 5px;
    color: #999;
    display: block;
}

.top_menu ul li {
    padding: 0;
    margin: 0;
    margin-right: 25px;
    list-style: none;
    display: inline-block;
    font-size: 11px;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.top_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.one-half {
    width: 45%;
    float: left;
}

.toggle_social {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
}

.toggle_social a {
    padding: 7px 10px;
    display: block;
    color: #FFF;
    background-color: #A0A0A0;
    z-index: 151;
    position: relative;
}

.header-social {
    margin: 0;
    margin-top: 0px;
    margin-right: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    display: inline-block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    opacity: 1;
}

.one-half.last {
    float: right;
}

.social-media-container .notice {
    display: inline-block;
    float: left;
    margin-right: 2px;
    font-size: 12px;
}

.social-media-container .notice i {
    margin-right: 5px;
}

.header-social li {
    margin-right: 1px;
    list-style: none;
    float: left;
    margin: 0;
    font-size: 12px;
}

.header-social li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    padding: 7px;
    font-size: 20px;
}

.header-social li a:hover,
.top_menu li a:hover {
    color: #eee;
    border-color: #eee;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.header-social li a .fa-facebook {
    padding-left: 3px;
    padding-right: 3px;
}

.header-social li a .fa-tumblr {
    padding-left: 3px;
    padding-right: 3px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
    font-size: 13px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0) inset;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0) inset;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    padding: 15px 10px !important;
    height: 50px;
    vertical-align: middle;
    background: #fff;
    border: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.search-include {
    float: right;
    height: auto;
    position: relative;
    margin-top: 5px;
    margin-left: 25px;
}

.search-button a {
    display: block;
    text-decoration: none;
    color: #555;
    border-top: none;
    height: 30px;
    width: 30px;
    padding-top: 4.5px;
    font-size: 13px;
    text-align: center;
    position: relative;
}

#search-popup {
    padding: 30px 30px;
    text-align: left;
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
}

.mfp-hide {
    display: none !important;
}

#search-popup {
    padding: 30px 30px;
    text-align: left;
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
    margin-top: 12%;
}

.popup-search form,
.popup-search form input {
    margin: 0;
    position: relative;
}

#search-popup .ft {
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}

.popup-search input.ft {
    width: 100%;
    background: none;
    height: 85px;
    font-size: 40px;
    border: none;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    background: #ffffff;
}

.mfp-container {
    /* text-align: center; */
    /* position: absolute; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    width: 100%;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    color: #333;
}

.blog-author {
    float: right;
    color: #bbb;
    font-size: 11px;
    line-height: 1;
    margin: 10px 0px 0px 0px;
}


/*****************************************
Header CSS
******************************************/

.navigation {
    border-top: 1px solid #ddd;
    padding: 2px 0 3px;
    width: 100%;
}

@media(min-width: 860px) {
    .navigation .LinkList {
        text-align: left;
    }
}

#header {
    display: block;
    text-align: center;
}

#header-inner {
    margin: 20px 0;
    padding: 0;
}

#header h1 {
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.6;
    display: inline-block;
}

#header h1 a,
#header h1 a:hover {
    color: #333;
    display: block;
    padding: 15px 10px;
}

#header p.description {
    color: #333;
    font-size: 12px;
    font-style: italic;
    text-shadow: 1px 1px #FFFFFF;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

#header img {
    border: 0 none;
    background: none;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

@media(min-width: 600px) {
    #header img {
        border: 0 none;
        background: none;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
}

a.logo-img {
    display: inline-block;
    padding: 5px 0;
}


/*****************************************
Blog Post CSS
******************************************/

.article_container {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.article_image {
    position: relative;
    min-height: 65px;
}

.article_image img {
    width: 100%;
}

.article_inner {
    width: 93%;
    display: inline-block;
    margin: 0 auto;
    left: -1px;
    position: relative;
    background-color: #fff;
    padding: 0 25px 35px 0;
    z-index: 99;
}

.article_header {
    margin-bottom: 20px;
}

.article_header a {
    color: #000f9f;
    line-height: 1.2;
}

.article_header h2,
h1.article_post_title {
    font-size: 34px;
    line-height: 1.2;
    margin: 15px 0 0 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

h1.article_post_title {
    font-size: 32px;
    color: #646464;
}

.meta {
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.meta,
.meta a {
    color: #999;
}

.meta.post_meta span {
    margin-right: 5px;
    color: #646464;
    font-size: 12px;
}

.meta.meta_tag {
    font-size: 11px;
}

.meta.meta_tag a:nth-child(n+3) {
    display: none;
}

.meta.meta_tag .fa {
    margin-right: 5px;
    font-size: 9px;
    color: #F0BF3E;
    position: relative;
    top: 0
}

.meta-item.rdmre {}

.article_excerpt p {
    margin-bottom: 40px;
}

.meta-item.rdmre a {
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 11px;
    background-color: #C74100;
    border: 0;
    padding: 15px 20px 12px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.article_container .meta-item.rdmre a:hover {
    background-color: #C74100;
    border-color: #C74100;
    color: #fff;
    opacity: 0.8;
}

.article_container a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.meta-item.share {
    display: none;
}

.post-outer {
    margin-bottom: 40px;
}

.post {
    padding: 0;
}

.post-title {
    font-size: 40px;
    font-weight: 700;
    line-height: color: #666;
    normal;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-decoration: none;
    text-transform: capitalize;
}

.post-title a {
    color: #333;
}

.post-title a:hover {
    color: #2980B9;
}

.post-body {
    word-wrap: break-word;
}

.post-header {
    border-bottom: 1px solid #F5F5F5;
    font-size: 12px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.post-header a {
    color: #999;
}

.post-header a:hover {
    color: #2980B9;
}

.post-footer {
    margin-top: 30px;
}

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

h3.content-header {
    text-align: center;
    margin: 0 auto 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.margin-30 {
    margin-bottom: 15px;
}


/***** Page Nav CSS *****/

#blog-pager {
    display: inline-block;
    margin: 20px 0;
    overflow: visible;
    padding: 0;
    width: 100%;
    text-align: center;
}

.showpageOf,
.home-link {
    display: none;
}

.showpagePoint {
    background: #2980B9;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.showpage a,
.showpageNum a {
    background: #333;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.showpage a:hover,
.showpageNum a:hover {
    background: #2980B9;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}

#blog-pager-newer-link {
    padding: 20px 5%;
    position: relative;
    text-align: left;
    width: 40%;
}

#blog-pager-newer-link:before {
    content: "\00AB";
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 13px;
}

#blog-pager-older-link {
    padding: 20px 5%;
    position: relative;
    text-align: right;
    width: 40%;
}

#blog-pager-older-link:before {
    content: "\00BB";
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 13px;
}

#blog-pager-newer-link .newer-text,
#blog-pager-older-link .older-text {
    display: block;
    color: #999;
}

.blog-pager-link,
#blog-pager a span {
    margin: 0 10px;
}

.blog-pager>a {
    display: none;
}

@media(min-width: 600px) {
    .blog-pager>a {
        display: inline-block;
    }
}

.blog-pager>a:nth-of-type(1) {
    display: inline-block;
}

.blog-pager>a:last-child {
    display: inline-block;
}

.blog-pager-link.active {
    font-weight: 700;
}

.blog-pager a.active {
    font-weight: 700;
}


/*****************************************
Post Highlighter CSS
******************************************/

blockquote {
    border-left: 5px solid #333;
    font-size: 14px;
    padding: 15px 25px;
    background-color: #F5F5F5;
}


/*****************************************
Sidebar CSS
******************************************/

.sidebar {
    margin: 0;
    padding: 0;
    display: block;
}

.sidebar h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    display: table;
    color: #313334;
    overflow: hidden;
    z-index: 10000;
    position: relative;
}

.sidebar h2,
.footer h2 {
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    padding: 1px 10px 0 10px;
    margin-bottom: 45px;
    background-color: #fff;
    z-index: 1000;
    position: relative;
}

.sidebar .widget {
    padding: 0 20px;
    clear: both;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.sidebar .widget:before {
    content: "";
    position: absolute;
    background-color: #E3E9EF;
    height: 14px;
    width: calc(100% - 10px);
    left: 10px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    line-height: normal;
    list-style: none !important;
    margin: 3px 0;
}


/*****************************************
Footer Credits CSS
******************************************/

.footer_bottom {
    position: relative;
    margin-top: 40px;
}

.footer-attribution {
    padding: 30px;
    font-size: 13px;
}

.footer-attribution p {
    width: 100%;
    line-height: 15px;
}

.scroll_header {
    float: right;
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #A0A0A0;
    text-align: center;
    font-size: 10px;
}

.scroll_header a {
    color: #fff;
    display: block;
    padding: 2px 0;
}

.footer-menu {
    float: left;
    margin-top: 40px;
    margin-left: 30px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    padding: 0;
    font-size: 14px;
}


/*------- -------- -----------
featured Posts
-------- -  ------------ -------*/

.blog_featured_posts {
    counter-reset: trackit;
}

.blog_featured_post {
    margin-bottom: 35px;
    counter-increment: trackit;
    position: relative;
}

.blog_featured_post::before {
    content: counters(trackit, "");
    float: left;
    width: 30px;
    /* height: 40px; */
    padding: 8px 0 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    background-color: #000F9F;
    color: #fff;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}

img.img_fade {
    max-width: 100%;
    opacity: 0;
    display: none;
}

.feat_link {
    background-color: #014DA0;
    display: block;
    position: relative;
    width: 100%;
    height: 145px;
    overflow: hidden;
}

.feat-img {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.feat-info-wrapper span {
    font-size: 16px;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #646464;
    letter-spacing: 0px;
    margin: 7px 0 0;
    border: 0;
    display: block;
}

.feat-info-wrapper span a {
    color: #646464
}

a.featured_rd_mre {
    font-size: 12px;
    color: #004da0;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}


/*--------- [slider] --------*/

figure.slider__item {
    position: relative;
}

figcaption.slide__caption {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 40px 40px 40px 50px;
    width: 100%;
    height: 100%;
}

figcaption.slide__caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 0px 150px 0px #000;
    -moz-box-shadow: inset 0px 0px 150px 0px #000;
    -ms-box-shadow: inset 0px 0px 150px 0px #000;
    box-shadow: inset 0px 0px 150px 0px #000;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

figure.slider__item:hover .slide__caption:before {
    background: transparent;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

figure.slider__item a.post__link {
    position: relative;
    display: block;
}

.post__description {
    position: relative;
    z-index: 100;
    height: 100%;
    width: 100%;
}

.post__description p a {
    display: inline-block;
    background: #000F9F;
    color: #fff;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 6px 0;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    border-radius: 1px;
    top: 45%;
    position: absolute;
}

.post__description h2 {
    top: 60%;
    position: absolute;
    font-weight: 700;
}

.post__description h2 a {
    color: #fff;
}

.img__container {
    display: block;
    height: 320px;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: 50%;
}


/*****************************************
Custom Widget CSS
******************************************/


/***** Search Form *****/

#searchform fieldset {
    background: #F1F4F9;
    border: 1px solid #F1F4F9;
    color: #888888;
    width: 98%;
}

#searchform fieldset:hover {
    background: #fff;
}

#s {
    background: url("http://3.bp.blogspot.com/-Mu6D1ld_3TE/U35bF1XXIVI/AAAAAAAADBM/VaHEtkyX3MA/s1600/sprites.png") no-repeat scroll right -60px rgba(0, 0, 0, 0);
    border: 0 none;
    color: #888888;
    float: left;
    margin: 8px 5%;
    padding: 0 10% 0 0;
    width: 80%;
}


/***** Custom Labels *****/

.cloud-label-widget-content {
    display: inline-block;
    text-align: left;
}

.cloud-label-widget-content .label-size {
    display: inline-block;
    float: left;
    font-size: 10px;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 5px 5px 0 0;
    opacity: 1;
    text-transform: uppercase;
}

.cloud-label-widget-content .label-size a {
    color: #000 !important;
    float: left;
    padding: 5px;
}

.cloud-label-widget-content .label-size:hover a {
    color: #555 !important;
}

.cloud-label-widget-content .label-size .label-count {
    color: #555;
    padding: 5px 0;
    float: left;
}

.Label li {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.Label li:hover {
    padding-left: 10px;
}

#Label1 li a {
    position: relative;
}

#Label1 li a:before {
    content: "\f016";
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    margin-right: 10px;
    color: #797979;
}


/***** Popular Post *****/

.PopularPosts .item-thumbnail img {
    display: block;
    float: left;
    height: 95px;
    width: 95px;
}

.PopularPosts .item-title {
    padding-bottom: .2em;
    font-size: 14px;
    text-transform: capitalize;
}

.item-snippet {
    display: none;
}


/*--------- [sidebar newsletter ]----------*/

div#blog_newsletter h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

div#blog_newsletter p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 20px;
}

div#blog_newsletter input#subbox {
    line-height: 1;
    background: #eee;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 1px;
    min-height: 30px;
    height: 38px;
    margin: 0 0 20px;
    padding: 10px 10px !important;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: 0;
}

div#blog_newsletter input#subbutton {
    padding: 10px;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
    box-shadow: none;
    outline: 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
    background: #222222;
}

div#logo img {
    max-height: 65px;
}

.subscribe-footer {
    background: rgb(243, 243, 243);
    padding: 70px 20px 65px;
    text-align: center;
    border-top: 1px solid rgb(238, 238, 238);
    position: relative;
    z-index: 1;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
}

.subscribe-footer h1 {
    margin-bottom: 15px;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
}

.subscribe-footer p {
    margin-bottom: 10px;
    color: rgb(153, 153, 153);
}

input#sub_box,
input#sub_button {
    outline: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

input#sub_box {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    color: rgb(119, 119, 119);
    display: inline-block;
    max-width: 100%;
    outline: none;
    padding: 10px 8px;
    width: 360px;
    border-radius: 4px;
    height: 37px;
}

input#sub_button {
    background-color: #616161;
    border: 1px solid #6F6F6F;
    margin-left: 3px;
    color: rgb(255, 255, 255);
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    height: 35px;
    width: 92px;
    font-size: 14px;
}

.post_tags {
    margin-bottom: 20px;
    font-size: 12px;
}

.post_tags .fa {
    color: #F0BF3E;
    margin-right: 5px;
}

.meta.post_tags a {
    text-transform: none;
    text-decoration: underline;
    margin-right: 1px;
}


/*-----------[ share-wrapper ]-----------*/

.share-wrapper,
.authorboxwrap {
    margin-bottom: 50px;
}

.share-wrapper ul {
    padding: 0;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.share-wrapper li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
}

.share-wrapper li:first-child {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.share-wrapper li a {
    display: block;
    text-align: center;
}

.share-wrapper li a i {
    display: none;
    color: #555;
    width: 35px;
    height: 35px;
    padding: 9px;
    font-size: 16px;
    background: #F0F0F0 !important;
    border: 1px solid #DEDEDE;
}

.share-wrapper {
    margin-bottom: 30px;
}

.share-wrapper span {
    display: block;
    font-size: 12px;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    background-color: #eee;
    line-height: 1;
    padding: 8px 25px;
    color: #fff;
}

li.facebook_share span {
    background-color: #3b5998;
}

li.twitter_share span {
    background-color: #00aced;
}

li.pinterest_share span {
    background-color: #cb2027;
}

li.google_share span {
    background-color: #dd4b39;
}

li.linkedin_share span {
    background-color: #007bb6;
}

.share-wrapper>.title {
    text-align: center;
    margin-bottom: 30px;
}


/*------[author-box ]-------*/

.avatar-container {
    width: 170px;
    float: left;
}

.avatar-container img {
    width: 125px;
    height: auto;
    border: 5px solid transparent;
    box-shadow: 0px 0px 20px -5px #000;
    -moz-box-shadow: 0px 0px 20px -5px #000;
    -webkit-box-shadow: 0px 0px 20px -5px #000;
    -ms-box-shadow: 0px 0px 20px -5px #000;
    -o-box-shadow: 0px 0px 20px -5px #000;
}

.author_description_container {
    margin-left: 170px;
}

.author_description_container h4 {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.author_description_container h4 a {
    color: #333;
}

.author_description_container p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.authorsocial a {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.authorsocial a i {
    width: 30px;
    height: 30px;
    padding: 8px 9px;
    display: block;
    background: #E9E9E9 !important;
    color: #555;
}


/*------*|*|*| Related Posts *|*|*|----------*/

div#related-posts {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

div#related-posts h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

div#related-posts h5:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 50%;
    bottom: 0;
    left: 47%;
    box-shadow: 1em 0px 0px 0px #222, 2em 0px 0px 0px #222;
}

div#related-posts ul {
    padding: 0;
    margin: 0;
}

div#related-posts ul li {
    list-style: none;
    display: block;
    float: left;
    width: 32.555%;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    position: relative;
}

div#related-posts ul li:first-child {
    margin-left: 0;
}

div#related-posts img {
    padding: 0;
    width: 100%;
}

a.related-thumbs {
    position: relative;
    display: block;
}

a.related-thumbs:before {
    opacity: 1;
}

a.related-title {
    font-size: 13px;
    line-height: 1.7;
    display: block;
    padding-top: 0;
    margin: 10px 6px 0;
    color: #333;
}


/***** Blogger Contact Form Widget *****/

.contact-form-email,
.contact-form-name,
.contact-form-email-message,
.contact-form-email:hover,
.contact-form-name:hover,
.contact-form-email-message:hover,
.contact-form-email:focus,
.contact-form-name:focus,
.contact-form-email-message:focus {
    background: #F8F8F8;
    border: 1px solid #D2DADD;
    box-shadow: 0 1px 1px #F3F4F6 inset;
    max-width: 300px;
    color: #999;
}

.contact-form-button-submit {
    background: #000;
    border: medium none;
    float: right;
    height: auto;
    margin: 10px 0 0;
    max-width: 300px;
    padding: 5px 10px;
    width: 100%;
    cursor: pointer;
}

.contact-form-button-submit:hover {
    background: #2980B9;
    border: none;
}


/***** Profile Widget CSS *****/

.Profile img {
    border: 1px solid #cecece;
    background: #fff;
    float: left;
    margin: 5px 10px 5px 0;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-data {
    color: #999999;
    font: bold 20px/1.6em Arial, Helvetica, Tahoma, sans-serif;
    font-variant: small-caps;
    margin: 0;
    text-transform: capitalize;
}

.profile-datablock {
    margin: 0.5em 0;
}

.profile-textblock {
    line-height: 1.6em;
    margin: 0.5em 0;
}

a.profile-link {
    clear: both;
    display: block;
    font: 80% monospace;
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
}


/***** Meet The Author *****/

#About {
    background: #FFFFFF;
    display: inline-block;
    padding: 25px 3%;
    width: 94%;
}

#About .widget-content {
    position: relative;
    width: 100%;
}

#About .widget-content .main-wrap {
    width: auto;
    margin-right: 370px;
}

#About .widget-content .main-wrap .info {
    float: left;
    position: relative;
    width: 90%;
    padding: 10px 5%;
}

#About .widget-content .side-wrap {
    width: 340px;
    float: right;
    text-align: center;
}

#About .widget-content .main-wrap .info h5 {
    border-bottom: 1px solid #F1F4F9;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

#About .widget-content .main-wrap .info p {
    color: #555;
    font-style: italic;
}

#About .widget-content .side-wrap .author-img {
    border: 1px solid #CECECE;
    height: 150px;
    vertical-align: bottom;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ul.author-social {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
}

ul.author-social li {
    background: url("http://3.bp.blogspot.com/-Mu6D1ld_3TE/U35bF1XXIVI/AAAAAAAADBM/VaHEtkyX3MA/s1600/sprites.png") no-repeat;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    list-style: none;
    padding: 0 20px;
}

ul.author-social li.facebook {
    background-position: 0 -80px;
}

ul.author-social li.twitter {
    background-position: 0 -100px;
}

ul.author-social li.googleplus {
    background-position: 0 -120px;
}

ul.author-social li.rss {
    background-position: 0 -176px;
}

ul.author-social li a {
    color: #000;
}

ul.author-social li a:hover {
    color: #666;
}


/*****************************************
Comments CSS
******************************************/

.comments {
    margin-top: 30px;
}

.comments h4 {
    font-size: 20px;
    margin: 0 0 18px;
    text-transform: capitalize;
}

.comments li {
    list-style: none;
}

.comments .comments-content .comment-thread ol {
    overflow: hidden;
    margin: 0;
}

.comments .comments-content .comment:first-child {
    padding-top: 0;
}

.comments .comments-content .comment {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments .avatar-image-container {
    max-height: 60px;
    width: 60px;
}

.comments .avatar-image-container img {
    max-width: 40px;
    width: 100%;
}

.comments .comment-block {
    background: #fff;
    margin-left: 40px;
    padding: 1px 0 0 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.comments .comments-content .comment-header a {
    color: #333;
    text-transform: capitalize;
}

.comments .comments-content .user {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.comments .comments-content .datetime {
    margin-left: 0;
}

.comments .comments-content .datetime a {
    font-size: 12px;
    text-transform: uppercase;
}

.comments .comments-content .comment-header,
.comments .comments-content .comment-content {
    margin: 0 20px 0 0;
}

.comments .comment-block .comment-actions {
    display: block;
    text-align: right;
}

.comments .comment .comment-actions a {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #F0BF3E;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    margin-left: 1px;
    padding: 5px 8px;
}

.comments .comment .comment-actions a:hover {
    text-decoration: none;
}

.comments .thread-toggle {
    display: none;
}

.comments .comments-content .inline-thread {
    border-left: 1px solid #F4F4F4;
    margin: 0 0 20px 35px !important;
    padding: 0 0 0 20px;
}

.comments .continue {
    display: none;
}

.comments .comments-content .icon.blog-author {
    display: none;
}

.comment-thread ol {
    counter-reset: countcomments;
}

.comment-thread li:before {
    color: #F0BF3E;
    content: counter(countcomments, decimal);
    counter-increment: countcomments;
    float: right;
    font-size: 22px;
    padding: 15px 20px 10px;
    position: relative;
    z-index: 10;
}

.comment-thread ol ol {
    counter-reset: contrebasse;
}

.comment-thread li li:before {
    content: counter(countcomments, decimal) "."counter(contrebasse, lower-latin);
    counter-increment: contrebasse;
    float: right;
    font-size: 18px;
}


/*****************************************
Responsive styles
******************************************/

@media screen and (max-width: 960px) {
    .main-wrapper {
        margin-right: 0;
        width: 100%;
    }

    .sidebar-wrapper {
        float: left;
        width: auto;
        margin-top: 30px;
        max-width: 100%;
    }

    .footer-attribution {
        padding-top: 0px;
    }

    .footer_bottom {
        margin-top: 0px;
    }

    .outer-wrapper {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {

    .article_header h2,
    h1.article_post_title {
        font-size: 22px;
    }

    .article_excerpt p {
        font-size: 13px;
    }

    .article_inner {
        margin-top: -25px;
    }

    #comment-editor {
        margin: 10px;
    }

    input#sub_box {
        margin-bottom: 10px;
        text-align: center;
    }

    input#sub_button {
        width: 160px;
    }

    .subscribe-footer h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 420px) {
    .comments .comments-content .datetime {
        display: block;
        float: none;
    }

    .comments .comments-content .comment-header {
        height: 70px;
    }
}

@media screen and (max-width: 320px) {
    .post-body img {
        max-width: 230px;
    }

    .comments .comments-content .comment-replies {
        margin-left: 0;
    }
}


/*****************************************
Hiding Header Date and Feed Links
******************************************/

h2.date-header,
span.blog-admin {
    display: none;
}


/*----- Menu -----*/

@media screen and (min-width: 860px) {

    /*****************************************
Main Menu CSS
******************************************/
    a.toggle-nav {
        display: none;
    }

    .nav-menu {
        margin: 0 auto;
        padding: 0;
        width: auto;
        z-index: 299;
        display: inline-block;
    }

    .nav-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 999;
    }

    .nav-menu ul li {
        display: inline-block;
        line-height: 1;
        list-style: none;
        padding: 0;
        margin-right: 15px;
    }

    .nav-menu li a {
        color: #333;
        display: block;
        padding: 15px 5px;
        position: relative;
        text-decoration: none;
    }
}

.nav-menu li a {
    text-transform: uppercase;
    font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #646464;
    font-size: 13px;
}

.nav-menu li a.active {
    color: #014da0;
}


/*----- Responsive -----*/

@media screen and (max-width: 1150px) {}

@media screen and (max-width: 860px) {
    .one-half {
        width: 50%;
    }

    .top_menu ul li {
        margin: 0;
    }

    .nav-menu {
        position: relative;
        display: inline-block;
        margin-left: 0;
    }

    .nav-menu ul.active {
        display: none;
        z-index: 100;
    }

    .nav-menu ul {
        width: 100%;
        min-width: 290px;
        position: absolute;
        top: 135%;
        left: 0px;
        padding: 10px 18px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        background: #303030;
        display: inline-block;
    }

    .nav-menu ul:after {
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0%;
        left: 22px;
        content: '';
        transform: translate(0%, -100%);
        border-top-color: transparent;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #303030;
    }

    .nav-menu li {
        margin: 12px 0px;
        padding: 0;
        float: none;
        display: block;
    }

    .nav-menu li a.active {
        color: #00afec;
    }

    .nav-menu ul li a {
        display: block;
        color: #eee;
        padding: 0;
    }

    .toggle-nav {
        padding: 3px 9px;
        margin-left: 0px;
        position: relative;
        top: 4px;
        float: left;
        display: inline-block;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        background: #303030;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
        color: #777;
        font-size: 22px;
        transition: color linear 0.15s;
    }

    .toggle-nav:focus,
    .toggle-nav:hover,
    .toggle-nav,
    .toggle-nav.active {
        text-decoration: none;
        color: #fff;
        margin-bottom: 5px;
        margin-left: 0;
        font-size: 18px;
    }
}


/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
.owl-carousel .owl-wrapper:after {
    content: ":."display:block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    margin-right: 10px;
}

.owl-nav div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.owl-nav div {
    color: #060606;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 0;
    font-size: 28px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #FFFFFF;
    filter: Alpha(Opacity=50);
    opacity: .9;
}

.owl-nav div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    filter: Alpha(Opacity=95);
    opacity: .95;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    border: 3px solid rgba(0, 0, 0, .6);
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

@-webkit-keyframes preloader {
    0% {
        transform: translateY(0) scaleX(1.6);
        -webkit-transform: translateY(0) scaleX(1.6);
        -ms-transform: translateY(0) scaleX(1.6)
    }

    33% {
        transform: translateY(0) scaleX(1) scaleY(1.3);
        -webkit-transform: translateY(0) scaleX(1) scaleY(1.3);
        -ms-transform: translateY(0) scaleX(1) scaleY(1.3)
    }

    100% {
        transform: translateY(-150px) scaleX(1) scaleY(1.1);
        -webkit-transform: translateY(-150px) scaleX(1) scaleY(1.1);
        -ms-transform: translateY(-150px) scaleX(1) scaleY(1.1)
    }
}

@keyframes preloader {
    0% {
        transform: translateY(0) scaleX(1.6);
        -webkit-transform: translateY(0) scaleX(1.6);
        -ms-transform: translateY(0) scaleX(1.6)
    }

    33% {
        transform: translateY(0) scaleX(1) scaleY(1.3);
        -webkit-transform: translateY(0) scaleX(1) scaleY(1.3);
        -ms-transform: translateY(0) scaleX(1) scaleY(1.3)
    }

    100% {
        transform: translateY(-150px) scaleX(1) scaleY(1.1);
        -webkit-transform: translateY(-150px) scaleX(1) scaleY(1.1);
        -ms-transform: translateY(-150px) scaleX(1) scaleY(1.1)
    }
}

.owl-item.loading {
    width: 100%;
    height: auto
}

.owl-item.loading:after {
    content: ''position:absolute;
    margin-top: 50%;
    left: calc(50% - 16px);
    height: 32px;
    width: 32px;
    background: #D75752;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: preloader 400ms ease-out;
    animation: preloader 400ms ease-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate
}

.owl-wrapper-outer {
    max-height: 565px;
}

.owl_carouselle .owl-controls .owl-page span {
    width: 13px;
    height: 13px;
}

.owl_carouselle .owl-controls .owl-page.active span {
    border: 0;
    background: $(scndry.bckgrnd)
}

.owl_carouselle .owl-controls .owl-page span {
    background: #fff;
}

.owl_carouselle .owl-controls .owl-page span {
    background: #fff;
}

.owl_carouselle .owl-controls {
    text-align: center;
    position: static;
    width: 100%;
    height: 0;
}

.owl-nav div {
    position: absolute;
    right: 5px;
    top: 45%;
}

.owl-nav div.owl-prev {
    right: auto;
    left: 5px;
}

.owl_carouselle {
    position: relative;
    overflow: hidden;
}

.owl_carouselle h2 {
    font-size: 24px;
}


a.feat_link img {
    width: 100%;
}

.entry-content p {
    margin-bottom: 15px;
}

.cat-description {
    border-bottom: 1px solid #ccc;
    padding: 0 0 11px 0;
    margin-bottom: 8px;
    color: #646464;
}

a.feat_link img {
    width: 100%;
}

.owl-nav .fa {
    padding-top: 6px;
}

.owl-nav .owl-prev .fa {
    padding-left: 12px;
}

.owl-nav .owl-next .fa {
    padding-left: 16px;
}

.owl-item {
    display: inline-block;
}


/* = accessibility
------------------------------------------------- */

.accessible-hidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}